diff --git a/incubator/semaphore/1.1.1/CHANGELOG.md b/incubator/semaphore/1.1.1/CHANGELOG.md
deleted file mode 100644
index 42f8e1116b9..00000000000
--- a/incubator/semaphore/1.1.1/CHANGELOG.md
+++ /dev/null
@@ -1,53 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [semaphore-1.1.1](https://github.com/truecharts/charts/compare/semaphore-1.1.0...semaphore-1.1.1) (2024-03-12)
-
-### Chore
-
-
-
-- update ignored updates to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19170](https://github.com/truecharts/charts/issues/19170))
-
-
-## [semaphore-1.1.0](https://github.com/truecharts/charts/compare/semaphore-1.0.6...semaphore-1.1.0) (2024-03-12)
-
-### Chore
-
-
-
-- update ignored updates to v20.0.7[@0319e46](https://github.com/0319e46) by renovate ([#18557](https://github.com/truecharts/charts/issues/18557))
-
-
-## [semaphore-1.0.6](https://github.com/truecharts/charts/compare/semaphore-1.0.5...semaphore-1.0.6) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [semaphore-1.0.5](https://github.com/truecharts/charts/compare/semaphore-1.0.4...semaphore-1.0.5) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [semaphore-1.0.4](https://github.com/truecharts/charts/compare/semaphore-1.0.3...semaphore-1.0.4) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
\ No newline at end of file
diff --git a/incubator/semaphore/1.1.1/Chart.yaml b/incubator/semaphore/1.1.1/Chart.yaml
deleted file mode 100644
index cfd975e1eb6..00000000000
--- a/incubator/semaphore/1.1.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: incubator
-apiVersion: v2
-appVersion: 2.9.45
-dependencies:
- - name: common
- version: 20.0.8
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks.
-home: https://truecharts.org/charts/incubator/semaphore
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.png
-keywords:
- - ansible
- - semaphore
- - cicd
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: semaphore
-sources:
- - https://github.com/ansible-semaphore/semaphore
- - https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
- - https://hub.docker.com/r/semaphoreui/semaphore
-type: application
-version: 1.1.1
diff --git a/incubator/semaphore/1.1.1/charts/common-20.0.8.tgz b/incubator/semaphore/1.1.1/charts/common-20.0.8.tgz
deleted file mode 100644
index f9af841b221..00000000000
Binary files a/incubator/semaphore/1.1.1/charts/common-20.0.8.tgz and /dev/null differ
diff --git a/incubator/semaphore/1.1.1/ix_values.yaml b/incubator/semaphore/1.1.1/ix_values.yaml
deleted file mode 100644
index d2ddf253171..00000000000
--- a/incubator/semaphore/1.1.1/ix_values.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-image:
- repository: semaphoreui/semaphore
- tag: v2.9.45@sha256:6a7dbb3e39ab8d1f6331006c2f251ac277360d30b281ab96f5ada81ccc269997
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- port: 3000
- protocol: http
- targetPort: 3000
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- # DB
- SEMAPHORE_DB_DIALECT: postgres
- SEMAPHORE_DB_USER: "{{ .Values.cnpg.main.user }}"
- SEMAPHORE_DB: "{{ .Values.cnpg.main.database }}"
- SEMAPHORE_DB_PORT: 5432
- SEMAPHORE_DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- SEMAPHORE_DB_PASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- SEMAPHORE_ACCESS_KEY_ENCRYPTION:
- secretKeyRef:
- name: semaphore-secrets
- key: SEMAPHORE_ACCESS_KEY_ENCRYPTION
- # set paths to /data
- SEMAPHORE_PLAYBOOK_PATH: "{{.Values.persistence.data.mountPath }}"
- SEMAPHORE_ADMIN: admin
- SEMAPHORE_ADMIN_NAME: admin
- SEMAPHORE_ADMIN_PASSWORD: changeme
- SEMAPHORE_ADMIN_EMAIL: admin@localhost
- # LDAP
- # no | yes
- SEMAPHORE_LDAP_ACTIVATED: "no"
- # SEMAPHORE_LDAP_HOST: dc01.local.example.com
- # SEMAPHORE_LDAP_PORT: '636'
- # no | yes
- SEMAPHORE_LDAP_NEEDTLS: "no"
- # SEMAPHORE_LDAP_DN_BIND: 'uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net'
- # SEMAPHORE_LDAP_PASSWORD: 'ldap_bind_account_password'
- # SEMAPHORE_LDAP_DN_SEARCH: 'dc=local,dc=example,dc=com'
- # SEMAPHORE_LDAP_SEARCH_FILTER: "(\u0026(uid=%s)(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=local,dc=example,dc=com))"
-
-persistence:
- config:
- enabled: true
- mountPath: /etc/semaphore
- data:
- enabled: true
- mountPath: /data
-
-cnpg:
- main:
- enabled: true
- user: semaphore
- database: semaphore
-
-portal:
- open:
- enabled: true
diff --git a/incubator/semaphore/1.1.1/questions.yaml b/incubator/semaphore/1.1.1/questions.yaml
deleted file mode 100755
index 37f7f5a3c83..00000000000
--- a/incubator/semaphore/1.1.1/questions.yaml
+++ /dev/null
@@ -1,3632 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: SEMAPHORE_ADMIN
- label: "Admin Name"
- schema:
- type: string
- required: true
- default: "admin"
- - variable: SEMAPHORE_ADMIN_NAME
- label: "Admin Displayname"
- schema:
- type: string
- required: true
- default: "admin"
- - variable: SEMAPHORE_ADMIN_PASSWORD
- label: "Admin Password"
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: SEMAPHORE_ADMIN_EMAIL
- label: "Admin E-Mail"
- schema:
- type: string
- required: true
- default: "admin@localhost"
- - variable: ldap_settings
- label: Show LDAP Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: SEMAPHORE_LDAP_ACTIVATED
- label: Enable LDAP Service
- schema:
- type: string
- required: true
- default: "no"
- enum:
- - value: "no"
- description: "No"
- - value: "yes"
- description: "Yes"
- - variable: SEMAPHORE_LDAP_HOST
- label: LDAP Host
- schema:
- type: string
- default: ""
- - variable: SEMAPHORE_LDAP_PORT
- label: LDAP Port
- schema:
- type: int
- default: 636
- - variable: SEMAPHORE_LDAP_NEEDTLS
- label: LDAP Need TLS
- schema:
- type: string
- default: "no"
- enum:
- - value: "no"
- description: "No"
- - value: "yes"
- description: "Yes"
- - variable: SEMAPHORE_LDAP_DN_BIND
- label: LDAP DN Bind
- schema:
- type: string
- default: "uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net"
- - variable: SEMAPHORE_LDAP_PASSWORD
- label: LDAP Password
- schema:
- type: string
- private: true
- default: ""
- - variable: SEMAPHORE_LDAP_DN_SEARCH
- label: LDAP DN Search
- schema:
- type: string
- default: ""
- - variable: SEMAPHORE_LDAP_SEARCH_FILTER
- label: LDAP Search Filter
- schema:
- type: string
- default: ""
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3000
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/incubator/semaphore/1.1.1/.helmignore b/incubator/semaphore/1.1.5/.helmignore
similarity index 100%
rename from incubator/semaphore/1.1.1/.helmignore
rename to incubator/semaphore/1.1.5/.helmignore
diff --git a/incubator/semaphore/1.1.5/CHANGELOG.md b/incubator/semaphore/1.1.5/CHANGELOG.md
new file mode 100644
index 00000000000..4ada35c0a46
--- /dev/null
+++ b/incubator/semaphore/1.1.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [semaphore-1.1.5](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.5) (2024-03-25)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.58[@501b0fa](https://github.com/501b0fa) by renovate ([#19755](https://github.com/truecharts/charts/issues/19755))
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-25)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-25)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-25)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-24)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-24)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-24)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
+
+## [semaphore-1.1.4](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.4) (2024-03-24)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
+
diff --git a/incubator/semaphore/1.1.5/Chart.yaml b/incubator/semaphore/1.1.5/Chart.yaml
new file mode 100644
index 00000000000..41e0897d724
--- /dev/null
+++ b/incubator/semaphore/1.1.5/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: incubator
+apiVersion: v2
+appVersion: 2.9.58
+dependencies:
+ - name: common
+ version: 20.0.10
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks.
+home: https://truecharts.org/charts/incubator/semaphore
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.png
+keywords:
+ - ansible
+ - semaphore
+ - cicd
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: semaphore
+sources:
+ - https://github.com/ansible-semaphore/semaphore
+ - https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
+ - https://hub.docker.com/r/semaphoreui/semaphore
+type: application
+version: 1.1.5
diff --git a/incubator/semaphore/1.1.1/README.md b/incubator/semaphore/1.1.5/README.md
similarity index 100%
rename from incubator/semaphore/1.1.1/README.md
rename to incubator/semaphore/1.1.5/README.md
diff --git a/incubator/semaphore/1.1.5/app-changelog.md b/incubator/semaphore/1.1.5/app-changelog.md
new file mode 100644
index 00000000000..b2eef28013b
--- /dev/null
+++ b/incubator/semaphore/1.1.5/app-changelog.md
@@ -0,0 +1,13 @@
+
+
+## [semaphore-1.1.5](https://github.com/truecharts/charts/compare/semaphore-1.1.2...semaphore-1.1.5) (2024-03-25)
+
+### Chore
+
+
+
+- update ignored updates to v2.9.58[@501b0fa](https://github.com/501b0fa) by renovate ([#19755](https://github.com/truecharts/charts/issues/19755))
+
+- update ignored updates to v2.9.56[@ab87e25](https://github.com/ab87e25) by renovate ([#19709](https://github.com/truecharts/charts/issues/19709))
+
+- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333))
\ No newline at end of file
diff --git a/incubator/semaphore/1.1.1/app-readme.md b/incubator/semaphore/1.1.5/app-readme.md
similarity index 100%
rename from incubator/semaphore/1.1.1/app-readme.md
rename to incubator/semaphore/1.1.5/app-readme.md
diff --git a/incubator/semaphore/1.1.5/charts/common-20.0.10.tgz b/incubator/semaphore/1.1.5/charts/common-20.0.10.tgz
new file mode 100644
index 00000000000..2c28d56f0c4
Binary files /dev/null and b/incubator/semaphore/1.1.5/charts/common-20.0.10.tgz differ
diff --git a/incubator/semaphore/1.1.5/ix_values.yaml b/incubator/semaphore/1.1.5/ix_values.yaml
new file mode 100644
index 00000000000..30f53dfb52e
--- /dev/null
+++ b/incubator/semaphore/1.1.5/ix_values.yaml
@@ -0,0 +1,78 @@
+image:
+ repository: semaphoreui/semaphore
+ tag: v2.9.58@sha256:501b0fa328199948287e9305a226debcfce87b6650db9c4eecc585441d3827ec
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 3000
+ protocol: http
+ targetPort: 3000
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ # DB
+ SEMAPHORE_DB_DIALECT: postgres
+ SEMAPHORE_DB_USER: "{{ .Values.cnpg.main.user }}"
+ SEMAPHORE_DB: "{{ .Values.cnpg.main.database }}"
+ SEMAPHORE_DB_PORT: 5432
+ SEMAPHORE_DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ SEMAPHORE_DB_PASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ SEMAPHORE_ACCESS_KEY_ENCRYPTION:
+ secretKeyRef:
+ name: semaphore-secrets
+ key: SEMAPHORE_ACCESS_KEY_ENCRYPTION
+ # set paths to /data
+ SEMAPHORE_PLAYBOOK_PATH: "{{.Values.persistence.data.mountPath }}"
+ SEMAPHORE_ADMIN: admin
+ SEMAPHORE_ADMIN_NAME: admin
+ SEMAPHORE_ADMIN_PASSWORD: changeme
+ SEMAPHORE_ADMIN_EMAIL: admin@localhost
+ # LDAP
+ # no | yes
+ SEMAPHORE_LDAP_ACTIVATED: "no"
+ # SEMAPHORE_LDAP_HOST: dc01.local.example.com
+ # SEMAPHORE_LDAP_PORT: '636'
+ # no | yes
+ SEMAPHORE_LDAP_NEEDTLS: "no"
+ # SEMAPHORE_LDAP_DN_BIND: 'uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net'
+ # SEMAPHORE_LDAP_PASSWORD: 'ldap_bind_account_password'
+ # SEMAPHORE_LDAP_DN_SEARCH: 'dc=local,dc=example,dc=com'
+ # SEMAPHORE_LDAP_SEARCH_FILTER: "(\u0026(uid=%s)(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=local,dc=example,dc=com))"
+
+persistence:
+ config:
+ enabled: true
+ mountPath: /etc/semaphore
+ data:
+ enabled: true
+ mountPath: /data
+
+cnpg:
+ main:
+ enabled: true
+ user: semaphore
+ database: semaphore
+
+portal:
+ open:
+ enabled: true
diff --git a/incubator/semaphore/1.1.5/questions.yaml b/incubator/semaphore/1.1.5/questions.yaml
new file mode 100755
index 00000000000..98da5c1ef4d
--- /dev/null
+++ b/incubator/semaphore/1.1.5/questions.yaml
@@ -0,0 +1,3634 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: SEMAPHORE_ADMIN
+ label: "Admin Name"
+ schema:
+ type: string
+ required: true
+ default: "admin"
+ - variable: SEMAPHORE_ADMIN_NAME
+ label: "Admin Displayname"
+ schema:
+ type: string
+ required: true
+ default: "admin"
+ - variable: SEMAPHORE_ADMIN_PASSWORD
+ label: "Admin Password"
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: SEMAPHORE_ADMIN_EMAIL
+ label: "Admin E-Mail"
+ schema:
+ type: string
+ required: true
+ default: "admin@localhost"
+ - variable: ldap_settings
+ label: Show LDAP Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: SEMAPHORE_LDAP_ACTIVATED
+ label: Enable LDAP Service
+ schema:
+ type: string
+ required: true
+ default: "no"
+ enum:
+ - value: "no"
+ description: "No"
+ - value: "yes"
+ description: "Yes"
+ - variable: SEMAPHORE_LDAP_HOST
+ label: LDAP Host
+ schema:
+ type: string
+ default: ""
+ - variable: SEMAPHORE_LDAP_PORT
+ label: LDAP Port
+ schema:
+ type: int
+ default: 636
+ - variable: SEMAPHORE_LDAP_NEEDTLS
+ label: LDAP Need TLS
+ schema:
+ type: string
+ default: "no"
+ enum:
+ - value: "no"
+ description: "No"
+ - value: "yes"
+ description: "Yes"
+ - variable: SEMAPHORE_LDAP_DN_BIND
+ label: LDAP DN Bind
+ schema:
+ type: string
+ default: "uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net"
+ - variable: SEMAPHORE_LDAP_PASSWORD
+ label: LDAP Password
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: SEMAPHORE_LDAP_DN_SEARCH
+ label: LDAP DN Search
+ schema:
+ type: string
+ default: ""
+ - variable: SEMAPHORE_LDAP_SEARCH_FILTER
+ label: LDAP Search Filter
+ schema:
+ type: string
+ default: ""
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3000
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/incubator/semaphore/1.1.1/templates/NOTES.txt b/incubator/semaphore/1.1.5/templates/NOTES.txt
similarity index 100%
rename from incubator/semaphore/1.1.1/templates/NOTES.txt
rename to incubator/semaphore/1.1.5/templates/NOTES.txt
diff --git a/incubator/semaphore/1.1.1/templates/_secrets.tpl b/incubator/semaphore/1.1.5/templates/_secrets.tpl
similarity index 100%
rename from incubator/semaphore/1.1.1/templates/_secrets.tpl
rename to incubator/semaphore/1.1.5/templates/_secrets.tpl
diff --git a/incubator/semaphore/1.1.1/templates/common.yaml b/incubator/semaphore/1.1.5/templates/common.yaml
similarity index 100%
rename from incubator/semaphore/1.1.1/templates/common.yaml
rename to incubator/semaphore/1.1.5/templates/common.yaml
diff --git a/incubator/semaphore/1.1.1/values.yaml b/incubator/semaphore/1.1.5/values.yaml
similarity index 100%
rename from incubator/semaphore/1.1.1/values.yaml
rename to incubator/semaphore/1.1.5/values.yaml
diff --git a/premium/authelia/23.8.3/CHANGELOG.md b/premium/authelia/23.8.3/CHANGELOG.md
deleted file mode 100644
index 5f3943b2f97..00000000000
--- a/premium/authelia/23.8.3/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/premium/authelia/23.8.3/Chart.yaml b/premium/authelia/23.8.3/Chart.yaml
deleted file mode 100644
index 467164fc575..00000000000
--- a/premium/authelia/23.8.3/Chart.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 4.38.4
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Authelia is a Single Sign-On Multi-Factor portal for web apps
-home: https://truecharts.org/charts/premium/authelia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png
-keywords:
- - authelia
- - authentication
- - login
- - SSO
- - Authentication
- - Security
- - Two-Factor
- - U2F
- - YubiKey
- - Push Notifications
- - LDAP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: authelia
-sources:
- - https://github.com/authelia/chartrepo
- - https://github.com/authelia/authelia
- - https://github.com/truecharts/charts/tree/master/charts/premium/authelia
- - https://ghcr.io/authelia/authelia
-type: application
-version: 23.8.3
diff --git a/premium/authelia/23.8.3/app-changelog.md b/premium/authelia/23.8.3/app-changelog.md
deleted file mode 100644
index 200962eb844..00000000000
--- a/premium/authelia/23.8.3/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [authelia-23.8.3](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.3) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
\ No newline at end of file
diff --git a/premium/authelia/23.8.3/charts/common-20.2.2.tgz b/premium/authelia/23.8.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/premium/authelia/23.8.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/premium/authelia/23.8.3/charts/redis-13.0.5.tgz b/premium/authelia/23.8.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/premium/authelia/23.8.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/premium/authelia/23.8.3/ix_values.yaml b/premium/authelia/23.8.3/ix_values.yaml
deleted file mode 100644
index 1fd57cb4175..00000000000
--- a/premium/authelia/23.8.3/ix_values.yaml
+++ /dev/null
@@ -1,582 +0,0 @@
-image:
- repository: ghcr.io/authelia/authelia
- pullPolicy: IfNotPresent
- tag: 4.38.4@sha256:b92ad6ed6050baf91aa554abeea0f942f8fb798b62f835b1eaa3c8eeb4705f54
-manifestManager:
- enabled: true
-workload:
- main:
- replicas: 2
- strategy: RollingUpdate
- podSpec:
- containers:
- main:
- command:
- - authelia
- args:
- - --config=/configuration.yaml
- envFrom:
- - configMapRef:
- name: authelia-paths
- probes:
- liveness:
- type: http
- path: "/api/health"
- readiness:
- type: http
- path: "/api/health"
- startup:
- type: http
- path: "/api/health"
-service:
- main:
- ports:
- main:
- port: 9091
- targetPort: 9091
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-cnpg:
- main:
- enabled: true
- user: authelia
- database: authelia
-# Enabled redis
-# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis
-redis:
- enabled: true
-domain: example.com
-##
-## Server Configuration
-##
-server:
- ##
- ## Port sets the configured port for the daemon, service, and the probes.
- ## Default is 9091 and should not need to be changed.
- ##
- port: 9091
- ## Buffers usually should be configured to be the same value.
- ## Explanation at https://www.authelia.com/docs/configuration/server.html
- ## Read buffer size adjusts the server's max incoming request size in bytes.
- ## Write buffer size does the same for outgoing responses.
- read_buffer_size: 4096
- write_buffer_size: 4096
- ## Set the single level path Authelia listens on.
- ## Must be alphanumeric chars and should not contain any slashes.
- path: ""
-log:
- ## Level of verbosity for logs: info, debug, trace.
- level: trace
- ## Format the logs are written as: json, text.
- format: text
- ## TODO: Statefulness check should check if this is set, and the configMap should enable it.
- ## File path where the logs will be written. If not set logs are written to stdout.
- # file_path: /config/authelia.log
-## Default redirection URL
-##
-## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end
-## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use
-## in such a case.
-##
-## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication.
-## Default is https://www. (value at the top of the values.yaml).
-default_redirection_url: ""
-# default_redirection_url: https://example.com
-
-theme: light
-##
-## TOTP Configuration
-##
-## Parameters used for TOTP generation
-totp:
- ## The issuer name displayed in the Authenticator application of your choice
- ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names
- ## Defaults to .
- issuer: ""
- ## The period in seconds a one-time password is current for. Changing this will require all users to register
- ## their TOTP applications again. Warning: before changing period read the docs link below.
- period: 30
- ## The skew controls number of one-time passwords either side of the current one that are valid.
- ## Warning: before changing skew read the docs link below.
- ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation.
- skew: 1
-##
-## Password Policy Config
-##
-## Parameters used for Password Policies
-password_policy:
- ## See: https://www.authelia.com/configuration/security/password-policy/
- standard:
- enabled: false
- min_length: 8
- max_length: 0
- require_uppercase: false
- require_lowercase: false
- require_number: false
- require_special: false
- zxcvbn:
- ## See https://www.authelia.com/configuration/security/password-policy/#zxcvbn for more info
- enabled: false
- min_score: 3
-##
-## Duo Push API Configuration
-##
-## Parameters used to contact the Duo API. Those are generated when you protect an application of type
-## "Partner Auth API" in the management panel.
-duo_api:
- enabled: false
- hostname: api-123456789.example.com
- integration_key: ABCDEF
- plain_api_key: ""
-## NTP settings
-ntp:
- address: "time.cloudflare.com:123"
- version: 4
- max_desync: 3s
- disable_startup_check: false
- disable_failure: true
-##
-## Authentication Backend Provider Configuration
-##
-## Used for verifying user passwords and retrieve information such as email address and groups users belong to.
-##
-## The available providers are: `file`, `ldap`. You must use one and only one of these providers.
-authentication_backend:
- ## Disable both the HTML element and the API for reset password functionality
- disable_reset_password: false
- ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation.
- ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will
- ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP.
- ## To force update on every request you can set this to '0' or 'always', this will increase processor demand.
- ## See the below documentation for more information.
- ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
- ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval
- refresh_interval: 5m
- ## LDAP backend configuration.
- ##
- ## This backend allows Authelia to be scaled to more
- ## than one instance and therefore is recommended for
- ## production.
- ldap:
- ## Enable LDAP Backend.
- enabled: false
- ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password.
- ## Acceptable options are as follows:
- ## - 'activedirectory' - For Microsoft Active Directory.
- ## - 'custom' - For custom specifications of attributes and filters.
- ## This currently defaults to 'custom' to maintain existing behaviour.
- ##
- ## Depending on the option here certain other values in this section have a default value, notably all of the
- ## attribute mappings have a default value that this config overrides, you can read more about these default values
- ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults
- implementation: activedirectory
- ## The url to the ldap server. Format: ://[:].
- ## Scheme can be ldap or ldaps in the format (port optional).
- url: ldap://openldap.default.svc.cluster.local
- ## Connection Timeout.
- timeout: 5s
- ## Use StartTLS with the LDAP connection.
- start_tls: false
- tls:
- ## Server Name for certificate validation (in case it's not set correctly in the URL).
- server_name: ""
- ## Skip verifying the server certificate (to allow a self-signed certificate).
- ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
- ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
- skip_verify: false
- ## Minimum TLS version for either Secure LDAP or LDAP StartTLS.
- minimum_version: TLS1.2
- ## The base dn for every LDAP query.
- base_dn: DC=example,DC=com
- ## The attribute holding the username of the user. This attribute is used to populate the username in the session
- ## information. It was introduced due to #561 to handle case insensitive search queries. For you information,
- ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this
- ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database.
- ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user
- ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also
- ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above
- ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt.
- username_attribute: "uid"
- ## An additional dn to define the scope to all users.
- additional_users_dn: OU=Users
- ## The users filter used in search queries to find the user profile based on input filled in login form.
- ## Various placeholders are available in the user filter:
- ## - {input} is a placeholder replaced by what the user inputs in the login form.
- ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`.
- ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`.
- ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later
- ## versions, so please don't use it.
- ##
- ## Recommended settings are as follows:
- ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user))
- ## - OpenLDAP:
- ## - (&({username_attribute}={input})(objectClass=person))
- ## - (&({username_attribute}={input})(objectClass=inetOrgPerson))
- ##
- ## To allow sign in both with username and email, one can use a filter like
- ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person))
- users_filter: ""
- ## An additional dn to define the scope of groups.
- additional_groups_dn: OU=Groups
- ## The groups filter used in search queries to find the groups of the user.
- ## - {input} is a placeholder replaced by what the user inputs in the login form.
- ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`).
- ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN.
- ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`.
- ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`.
- ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later
- ## versions, so please don't use it.
- ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in
- ## later version, so please don't use it.
- ##
- ## If your groups use the `groupOfUniqueNames` structure use this instead:
- ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames))
- groups_filter: ""
- ## The attribute holding the name of the group
- group_name_attribute: "cn"
- ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the
- ## first one returned by the LDAP server is used.
- mail_attribute: "mail"
- ## The attribute holding the display name of the user. This will be used to greet an authenticated user.
- display_name_attribute: "displayname"
- ## The username of the admin user.
- user: CN=admin,DC=example,DC=com
- plain_password: ""
- ##
- ## File (Authentication Provider)
- ##
- ## With this backend, the users database is stored in a file which is updated when users reset their passwords.
- ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia
- ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security
- ## implications it is highly recommended you leave the default values. Before considering changing these settings
- ## please read the docs page below:
- ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning
- ##
- ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
- ##
- file:
- enabled: true
- path: /config/users_database.yml
- password:
- algorithm: argon2id
- iterations: 1
- key_length: 32
- salt_length: 16
- memory: 1024
- parallelism: 8
-##
-## Access Control Configuration
-##
-## Access control is a list of rules defining the authorizations applied for one resource to users or group of users.
-##
-## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed
-## to anyone. Otherwise restrictions follow the rules defined.
-##
-## Note: One can use the wildcard * to match any subdomain.
-## It must stand at the beginning of the pattern. (example: *.mydomain.com)
-##
-## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct.
-##
-## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'.
-##
-## - 'domain' defines which domain or set of domains the rule applies to.
-##
-## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not
-## provided. If provided, the parameter represents either a user or a group. It should be of the form
-## 'user:' or 'group:'.
-##
-## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'.
-##
-## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter
-## is optional and matches any resource if not provided.
-##
-## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies.
-access_control:
- ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any
- ## resource if there is no policy to be applied to the user.
- default_policy: deny
- networks_access_control: []
- # networks_access_control:
- # - name: private
- # networks:
- # - 10.0.0.0/8
- # - 172.16.0.0/12
- # - 192.168.0.0/16
- # - name: vpn
- # networks:
- # - 10.9.0.0/16
-
- rules: []
- # rules:
- # - domain: public.example.com
- # policy: bypass
- # - domain: "*.example.com"
- # policy: bypass
- # methods:
- # - OPTIONS
- # - domain: secure.example.com
- # policy: one_factor
- # networks:
- # - private
- # - vpn
- # - 192.168.1.0/24
- # - 10.0.0.1
- # - domain:
- # - secure.example.com
- # - private.example.com
- # policy: two_factor
- # - domain: singlefactor.example.com
- # policy: one_factor
- # - domain: "mx2.mail.example.com"
- # subject: "group:admins"
- # policy: deny
- # - domain: "*.example.com"
- # subject:
- # - "group:admins"
- # - "group:moderators"
- # policy: two_factor
- # - domain: dev.example.com
- # resources:
- # - "^/groups/dev/.*$"
- # subject: "group:dev"
- # policy: two_factor
- # - domain: dev.example.com
- # resources:
- # - "^/users/john/.*$"
- # subject:
- # - ["group:dev", "user:john"]
- # - "group:admins"
- # policy: two_factor
- # - domain: "{user}.example.com"
- # policy: bypass
-##
-## Session Provider Configuration
-##
-## The session cookies identify the user once logged in.
-## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined.
-session:
- ## The name of the session cookie. (default: authelia_session).
- name: authelia_session
- ## Sets the Cookie SameSite value. Possible options are none, lax, or strict.
- ## Please read https://www.authelia.com/docs/configuration/session.html#same_site
- same_site: lax
- ## The time in seconds before the cookie expires and session is reset.
- expiration: 1h
- ## The inactivity time in seconds before the session is reset.
- inactivity: 5m
- ## The remember me duration.
- ## Value is in seconds, or duration notation. Value of 0 disables remember me.
- ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
- ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to
- ## spy or attack. Currently the default is 1M or 1 month.
- remember_me_duration: 1M
-##
-## Redis Provider
-##
-## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
-##
-## The redis connection details
-redisProvider:
- port: 6379
- ## Optional username to be used with authentication.
- # username: authelia
- username: ""
- ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc).
- database_index: 0
- ## The maximum number of concurrent active connections to Redis.
- maximum_active_connections: 8
- ## The target number of idle connections to have open ready for work. Useful when opening connections is slow.
- minimum_idle_connections: 0
- ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s).
- tls:
- enabled: false
- ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option).
- server_name: ""
- ## Skip verifying the server certificate (to allow a self-signed certificate).
- ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
- ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
- skip_verify: false
- ## Minimum TLS version for the connection.
- minimum_version: TLS1.2
- ## The Redis HA configuration options.
- ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name).
- high_availability:
- enabled: false
- enabledSecret: false
- ## Sentinel Name / Master Name
- sentinel_name: mysentinel
- ## The additional nodes to pre-seed the redis provider with (for sentinel).
- ## If the host in the above section is defined, it will be combined with this list to connect to sentinel.
- ## For high availability to be used you must have either defined; the host above or at least one node below.
- nodes: []
- # nodes:
- # - host: sentinel-0.databases.svc.cluster.local
- # port: 26379
- # - host: sentinel-1.databases.svc.cluster.local
- # port: 26379
-
- ## Choose the host with the lowest latency.
- route_by_latency: false
- ## Choose the host randomly.
- route_randomly: false
-##
-## Regulation Configuration
-##
-## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done
-## in a short period of time.
-regulation:
- ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation.
- max_retries: 3
- ## The time range during which the user can attempt login before being banned. The user is banned if the
- ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation.
- ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
- find_time: 2m
- ## The length of time before a banned user can login again. Ban Time accepts duration notation.
- ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
- ban_time: 5m
-##
-## Storage Provider Configuration
-##
-## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers.
-storage:
- ##
- ## PostgreSQL (Storage Provider)
- ##
- postgres:
- port: 5432
- database: authelia
- username: authelia
- sslmode: disable
- timeout: 5s
-##
-## Notification Provider
-##
-##
-## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration.
-## The available providers are: filesystem, smtp. You must use one and only one of these providers.
-notifier:
- ## You can disable the notifier startup check by setting this to true.
- disable_startup_check: false
- ##
- ## File System (Notification Provider)
- ##
- ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
- ##
- filesystem:
- enabled: true
- filename: /config/notification.txt
- ##
- ## SMTP (Notification Provider)
- ##
- ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate.
- ## [Security] By default Authelia will:
- ## - force all SMTP connections over TLS including unauthenticated connections
- ## - use the disable_require_tls boolean value to disable this requirement
- ## (only works for unauthenticated connections)
- ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates
- ## (configure in tls section)
- smtp:
- enabled: false
- enabledSecret: false
- host: smtp.mail.svc.cluster.local
- port: 25
- timeout: 5s
- username: test
- plain_password: test
- sender: admin@example.com
- ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost.
- identifier: localhost
- ## Subject configuration of the emails sent.
- ## {title} is replaced by the text from the notifier
- subject: "[Authelia] {title}"
- ## This address is used during the startup check to verify the email configuration is correct.
- ## It's not important what it is except if your email server only allows local delivery.
- startup_check_address: test@authelia.com
- disable_require_tls: false
- disable_html_emails: false
- tls:
- ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option).
- server_name: ""
- ## Skip verifying the server certificate (to allow a self-signed certificate).
- ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
- ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
- skip_verify: false
- ## Minimum TLS version for either StartTLS or SMTPS.
- minimum_version: TLS1.2
-identity_providers:
- oidc:
- ## Enables this in the config map. Currently in beta stage.
- ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap
- enabled: false
- access_token_lifespan: 1h
- authorize_code_lifespan: 1m
- id_token_lifespan: 1h
- refresh_token_lifespan: 90m
- enable_client_debug_messages: false
- ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for
- ## security reasons.
- minimum_parameter_entropy: 8
- clients: []
- # clients:
- # -
- ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration.
- # id: myapp
-## The description to show to users when they end up on the consent screen. Defaults to the ID above.
-# description: My Application
-
-## The client secret is a shared secret between Authelia and the consumer of this client.
-# secret: apple123
-
-## Sets the client to public. This should typically not be set, please see the documentation for usage.
-# public: false
-
-## The policy to require for this client; one_factor or two_factor.
-# authorization_policy: two_factor
-
-## Configures the consent mode; auto, explicit or implicit
-# consent_mode: auto
-
-## Audience this client is allowed to request.
-# audience: []
-
-## Scopes this client is allowed to request.
-# scopes:
-# - openid
-# - profile
-# - email
-# - groups
-
-## Redirect URI's specifies a list of valid case-sensitive callbacks for this client.
-# redirect_uris:
-# - https://oidc.example.com/oauth2/callback
-
-## Grant Types configures which grants this client can obtain.
-## It's not recommended to configure this unless you know what you're doing.
-# grant_types:
-# - refresh_token
-# - authorization_code
-
-## Response Types configures which responses this client can be sent.
-## It's not recommended to configure this unless you know what you're doing.
-# response_types:
-# - code
-
-## Response Modes configures which response modes this client supports.
-## It's not recommended to configure this unless you know what you're doing.
-# response_modes:
-# - form_post
-# - query
-# - fragment
-
-## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256.
-# userinfo_signing_algorithm: none
-
-portal:
- open:
- enabled: true
-
-ingress:
- main:
- required: true
diff --git a/premium/authelia/23.8.3/questions.yaml b/premium/authelia/23.8.3/questions.yaml
deleted file mode 100755
index d6d169e035f..00000000000
--- a/premium/authelia/23.8.3/questions.yaml
+++ /dev/null
@@ -1,4323 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 2
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: domain
- group: "App Configuration"
- label: "Domain"
- description: "The highest domain level possible, for example: domain.com when using app.domain.com"
- schema:
- type: string
- default: ""
- required: true
- - variable: default_redirection_url
- group: "App Configuration"
- label: "Default Redirection URL"
- description: "If user tries to authenticate without any referrer, this is used"
- schema:
- type: string
- default: ""
- valid_chars: '^https?:\/\/(.*)'
- - variable: theme
- group: "App Configuration"
- label: "Theme"
- schema:
- type: string
- default: "auto"
- enum:
- - value: "auto"
- description: "auto"
- - value: "light"
- description: "light"
- - value: "grey"
- description: "grey"
- - value: "dark"
- description: "dark"
- - variable: log
- group: "App Configuration"
- label: "Log Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: level
- label: "Log Level"
- schema:
- type: string
- default: "info"
- enum:
- - value: "info"
- description: "info"
- - value: "debug"
- description: "debug"
- - value: "trace"
- description: "trace"
- - variable: format
- label: "Log Format"
- schema:
- type: string
- default: "text"
- enum:
- - value: "json"
- description: "json"
- - value: "text"
- description: "text"
- - variable: server
- group: "App Configuration"
- label: "Server Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: write_buffer_size
- label: "Write Buffer Size"
- description: "Configures the maximum response size. The default of 4096 is generally sufficient for most use cases."
- schema:
- type: int
- default: 4096
- - variable: read_buffer_size
- label: "Read Buffer Size"
- description: "Configures the maximum request size. The default of 4096 is generally sufficient for most use cases."
- schema:
- type: int
- default: 4096
- - variable: totp
- group: "App Configuration"
- label: "TOTP Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: issuer
- label: "Issuer"
- description: "The issuer name displayed in the Authenticator application of your choice"
- schema:
- type: string
- default: ""
- - variable: period
- label: "Period"
- description: "The period in seconds a one-time password is current for"
- schema:
- type: int
- default: 30
- - variable: skew
- label: "skew"
- description: "Controls number of one-time passwords either side of the current one that are valid."
- schema:
- type: int
- default: 1
- - variable: password_policy
- group: "App Configuration"
- label: "Password Policy Configuration"
- description: "Authelia allows administrators to configure an enforced password policy. Choose one of Standard or zxcvbn and not both, refer to upstream docs for more info "
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: standard
- label: Standard
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: min_length
- label: "Minimum Password Length"
- description: "Minimum Password Length"
- schema:
- type: int
- required: true
- show_if: [["enabled", "=", true]]
- default: 8
- - variable: max_length
- label: "Max Passsword Length"
- description: "Max Password Length"
- schema:
- type: int
- required: true
- show_if: [["enabled", "=", true]]
- default: 0
- - variable: require_uppercase
- label: "Require Upppercase"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- required: true
- - variable: require_lowercase
- label: "Require Lowercase"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- required: true
- - variable: require_number
- label: "Require Numbers"
- description: "Require Numbers in the password"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- required: true
- - variable: require_special
- label: "Require Special Characters"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: zxcvbn
- label: zxcvbn
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- required: true
- - variable: min_score
- label: "Min Score"
- schema:
- type: int
- required: true
- show_if: [["enabled", "=", true]]
- default: 3
- - variable: duo_api
- group: "App Configuration"
- label: "DUO API Configuration"
- description: "Parameters used to contact the Duo API."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostname
- label: "Hostname"
- schema:
- type: string
- required: true
- default: ""
- - variable: integration_key
- label: "integration_key"
- schema:
- type: string
- default: ""
- required: true
- - variable: plain_api_key
- label: "plain_api_key"
- schema:
- type: string
- default: ""
- required: true
- - variable: session
- group: "App Configuration"
- label: "Session Provider"
- description: "The session cookies identify the user once logged in."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: "Cookie Name"
- description: |
- The name of the session cookie. By default this is set to authelia_session.
- It’s mostly useful to change this if you are doing development or running multiple instances of Authelia.
- schema:
- type: string
- required: true
- default: "authelia_session"
- - variable: same_site
- label: "SameSite Value"
- description: |
- You can read about the SameSite cookie in detail on the MDN. In short setting SameSite to Lax is generally
- the most desirable option for Authelia. None is not recommended unless you absolutely know what you’re doing
- and trust all the protected apps. Strict is not going to work in many use cases and we have not tested it in
- this state but it’s available as an option anyway.
- schema:
- type: string
- default: "lax"
- enum:
- - value: "lax"
- description: "lax"
- - value: "strict"
- description: "strict"
- - variable: expiration
- label: "Expiration Time"
- description: |
- The period of time before the cookie expires and the session is destroyed. This is overriden by
- remember_me_duration when the remember me box is checked.
- schema:
- type: string
- default: "1h"
- required: true
- - variable: inactivity
- label: "Inactivity Time"
- description: |
- The period of time the user can be inactive for until the session is destroyed when the remember me box is
- not checked or is otherwise disabled. Useful if you want long session timers but don’t want unused devices to be vulnerable.
- schema:
- type: string
- default: "5m"
- required: true
- - variable: remember_me_duration
- label: "Remember-Me duration"
- description: |
- The period of time before the cookie expires and the session is destroyed when the remember me box is checked, a user
- selecting this option negates the inactivity timeout. Setting this to -1 disables this feature entirely.
- schema:
- type: string
- default: "5M"
- required: true
- - variable: regulation
- group: "App Configuration"
- label: "Regulation Configuration"
- description: "This mechanism prevents attackers from brute forcing the first factor."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: max_retries
- label: "Maximum Retries"
- description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation."
- schema:
- type: int
- default: 3
- - variable: find_time
- label: "Find Time"
- description: |
- The period of time analyzed for failed attempts. For example if you set max_retries to 3 and find_time to
- 2m this means the user must have 3 failed logins in 2 minutes.
- schema:
- type: string
- default: "2m"
- required: true
- - variable: ban_time
- label: "Ban Duration"
- description: |
- The period of time the user is banned for after meeting the max_retries and find_time configuration.
- After this duration the account will be able to login again.
- schema:
- type: string
- default: "5m"
- required: true
- - variable: authentication_backend
- group: "App Configuration"
- label: "Authentication Backend Provider"
- description: |
- Used for verifying user passwords and retrieve information such as email
- address and groups users belong to.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: disable_reset_password
- label: "Disable Reset Password"
- description: "Disable both the HTML element and the API for reset password functionality"
- schema:
- type: boolean
- default: false
- - variable: refresh_interval
- label: "Reset Interval"
- description: "The amount of time to wait before we refresh data from the authentication backend"
- schema:
- type: string
- default: "5m"
- required: true
- - variable: ldap
- label: "LDAP backend configuration"
- description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: implementation
- label: "Implementation"
- description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password"
- schema:
- type: string
- default: "custom"
- enum:
- - value: "activedirectory"
- description: "Active Directory"
- - value: "custom"
- description: "Custom"
- - variable: url
- label: "URL"
- description: "The url to the ldap server. Format: ://[:]"
- schema:
- type: string
- default: "ldap://openldap.default.svc.cluster.local"
- required: true
- - variable: timeout
- label: "Connection Timeout"
- schema:
- type: string
- default: "5s"
- required: true
- - variable: start_tls
- label: "Start TLS"
- description: "Use StartTLS with the LDAP connection"
- schema:
- type: boolean
- default: false
- - variable: tls
- label: "TLS Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: server_name
- label: "Server Name"
- description: "Server Name for certificate validation (in case it's not set correctly in the URL)."
- schema:
- type: string
- default: ""
- - variable: skip_verify
- label: "Skip Certificate Verification"
- description: "Skip verifying the server certificate (to allow a self-signed certificate)"
- schema:
- type: boolean
- default: false
- - variable: minimum_version
- label: "Minimum TLS version"
- description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS."
- schema:
- type: string
- default: "TLS1.2"
- enum:
- - value: "TLS1.0"
- description: "TLS1.0"
- - value: "TLS1.1"
- description: "TLS1.1"
- - value: "TLS1.2"
- description: "TLS1.2"
- - value: "TLS1.3"
- description: "TLS1.3"
- - variable: base_dn
- label: "Base DN"
- description: "The base dn for every LDAP query."
- schema:
- type: string
- default: "DC=example,DC=com"
- required: true
- - variable: username_attribute
- label: "Username Attribute"
- description: "The attribute holding the username of the user"
- schema:
- type: string
- default: "uid"
- required: true
- - variable: additional_users_dn
- label: "Additional Users DN"
- description: "An additional dn to define the scope to all users."
- schema:
- type: string
- default: "OU=people"
- required: true
- - variable: users_filter
- label: "Users Filter"
- description: "The groups filter used in search queries to find the groups of the user."
- schema:
- type: string
- default: ""
- required: true
- - variable: additional_groups_dn
- label: "Additional Groups DN"
- description: "An additional dn to define the scope of groups."
- schema:
- type: string
- default: "OU=Groups"
- required: true
- - variable: groups_filter
- label: "Groups Filter"
- description: "The groups filter used in search queries to find the groups of the user."
- schema:
- type: string
- default: ""
- required: true
- - variable: group_name_attribute
- label: "Group name Attribute"
- description: "The attribute holding the name of the group"
- schema:
- type: string
- default: "cn"
- required: true
- - variable: mail_attribute
- label: "Mail Attribute"
- description: "The attribute holding the primary mail address of the user"
- schema:
- type: string
- default: "mail"
- required: true
- - variable: display_name_attribute
- label: "Display Name Attribute"
- description: "he attribute holding the display name of the user. This will be used to greet an authenticated user."
- schema:
- type: string
- default: "displayName"
- - variable: user
- label: "Admin User"
- description: "The username of the admin user used to connect to LDAP."
- schema:
- type: string
- default: "CN=admin,ou=people,DC=example,DC=com"
- required: true
- - variable: plain_password
- label: "Password"
- schema:
- type: string
- default: ""
- required: true
- - variable: file
- label: "File backend configuration"
- description: "With this backend, the users database is stored in a file which is updated when users reset their passwords."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: path
- label: "Path"
- schema:
- type: string
- default: "/config/users_database.yml"
- required: true
- - variable: password
- label: "Password Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: algorithm
- label: "Algorithm"
- schema:
- type: string
- default: "argon2id"
- enum:
- - value: "argon2id"
- description: "argon2id"
- - value: "sha512"
- description: "sha512"
- - variable: iterations
- label: "Iterations"
- schema:
- type: int
- default: 1
- required: true
- - variable: key_length
- label: "Key Length"
- schema:
- type: int
- default: 32
- required: true
- - variable: salt_length
- label: "Salt Length"
- schema:
- type: int
- default: 16
- required: true
- - variable: memory
- label: "Memory"
- schema:
- type: int
- default: 1024
- required: true
- - variable: parallelism
- label: "Parallelism"
- schema:
- type: int
- default: 8
- required: true
- - variable: notifier
- group: "App Configuration"
- label: "Notifier Configuration"
- description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: disable_startup_check
- label: "Disable Startup Check"
- schema:
- type: boolean
- default: false
- - variable: filesystem
- label: "Filesystem Provider"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: filename
- label: "File Path"
- schema:
- type: string
- default: "/config/notification.txt"
- required: true
- - variable: smtp
- label: "SMTP Provider"
- description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: host
- label: "Host"
- schema:
- type: string
- default: "smtp.mail.svc.cluster.local"
- required: true
- - variable: port
- label: "Port"
- schema:
- type: int
- default: 25
- required: true
- - variable: timeout
- label: "Timeout"
- schema:
- type: string
- default: "5s"
- required: true
- - variable: username
- label: "Username"
- schema:
- type: string
- default: ""
- - variable: plain_password
- label: "Password"
- schema:
- type: string
- default: ""
- - variable: sender
- label: "Sender"
- schema:
- type: string
- default: ""
- required: true
- - variable: identifier
- label: "Identifier"
- description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost."
- schema:
- type: string
- default: "localhost"
- required: true
- - variable: subject
- label: "Subject"
- description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier"
- schema:
- type: string
- default: "[Authelia] {title}"
- required: true
- - variable: startup_check_address
- label: "Startup Check Address"
- description: "This address is used during the startup check to verify the email configuration is correct."
- schema:
- type: string
- default: "test@authelia.com"
- required: true
- - variable: disable_require_tls
- label: "Disable Require TLS"
- schema:
- type: boolean
- default: false
- - variable: disable_html_emails
- label: "Disable HTML emails"
- schema:
- type: boolean
- default: false
- - variable: tls
- label: "TLS Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: server_name
- label: "Server Name"
- description: "Server Name for certificate validation (in case it's not set correctly in the URL)."
- schema:
- type: string
- default: ""
- - variable: skip_verify
- label: "Skip Certificate Verification"
- description: "Skip verifying the server certificate (to allow a self-signed certificate)"
- schema:
- type: boolean
- default: false
- - variable: minimum_version
- label: "Minimum TLS version"
- description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS."
- schema:
- type: string
- default: "TLS1.2"
- enum:
- - value: "TLS1.0"
- description: "TLS1.0"
- - value: "TLS1.1"
- description: "TLS1.1"
- - value: "TLS1.2"
- description: "TLS1.2"
- - value: "TLS1.3"
- description: "TLS1.3"
- - variable: access_control
- group: "App Configuration"
- label: "Access Control Configuration"
- description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: default_policy
- label: "Default Policy"
- description: |
- The default policy defines the policy applied if no rules section apply to the information known about the request.
- It is recommended that this is configured to deny for security reasons. Sites which you do not wish to secure at all
- with Authelia should not be configured in your reverse proxy to perform authentication with Authelia at all for performance reasons.
- schema:
- type: string
- default: "deny"
- enum:
- - value: "bypass"
- description: "bypass"
- - value: "one_factor"
- description: "one_factor"
- - value: "two_factor"
- description: "two_factor"
- - value: "deny"
- description: "deny"
- - variable: networks_access_control
- label: "Networks"
- schema:
- type: list
- default: []
- items:
- - variable: networkItem
- label: "Network Item"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- default: ""
- required: true
- - variable: networks
- label: "Networks"
- schema:
- type: list
- default: []
- items:
- - variable: network
- label: "network"
- schema:
- type: string
- default: ""
- required: true
- - variable: rules
- label: "Rules"
- schema:
- type: list
- default: []
- items:
- - variable: rulesItem
- label: "Rule"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: domain
- label: "Domains"
- description: "Defines which domain or set of domains the rule applies to."
- schema:
- type: list
- default: []
- items:
- - variable: domainEntry
- label: "Domain"
- schema:
- type: string
- default: ""
- required: true
- - variable: domain_regex
- label: "Domains RegEx"
- description: "defines which domain or set of domains the rule applies to using regular expressions."
- schema:
- type: list
- default: []
- items:
- - variable: domainRegexEntry
- label: "Domain RegEx"
- schema:
- type: string
- default: ""
- required: true
- - variable: policy
- label: "Policy"
- description: |
- The specific policy to apply to the selected rule. This is not criteria for a match, this is the
- action to take when a match is made.
- schema:
- type: string
- default: "two_factor"
- enum:
- - value: "bypass"
- description: "bypass"
- - value: "one_factor"
- description: "one_factor"
- - value: "two_factor"
- description: "two_factor"
- - value: "deny"
- description: "deny"
- - variable: subject
- label: "Subject"
- description: |
- This criteria matches identifying characteristics about the subject. Currently this is either
- user or groups the user belongs to. This allows you to effectively control exactly what each user is
- authorized to access or to specifically require two-factor authentication to specific users. Subjects
- are prefixed with either user: or group: to identify which part of the identity to check.
- schema:
- type: list
- default: []
- items:
- - variable: subjectitem
- label: "Subject"
- schema:
- type: string
- default: ""
- required: true
- - variable: networks
- label: "Networks"
- schema:
- type: list
- default: []
- items:
- - variable: network
- label: "Network"
- schema:
- type: string
- default: ""
- required: true
- - variable: resources
- label: "Resources"
- description: "is a list of regular expressions that matches a set of resources to apply the policy to"
- schema:
- type: list
- default: []
- items:
- - variable: resource
- label: "Resource"
- schema:
- type: string
- default: ""
- required: true
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 9091
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: identity_providers
- group: "Advanced"
- label: "Authelia Identity Providers (BETA)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: oidc
- label: "OpenID Connect(BETA)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enabled"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: access_token_lifespan
- label: "Access Token Lifespan"
- schema:
- type: string
- default: "1h"
- required: true
- - variable: authorize_code_lifespan
- label: "Authorize Code Lifespan"
- schema:
- type: string
- default: "1m"
- required: true
- - variable: id_token_lifespan
- label: "ID Token Lifespan"
- schema:
- type: string
- default: "1h"
- required: true
- - variable: refresh_token_lifespan
- label: "Refresh Token Lifespan"
- schema:
- type: string
- default: "90m"
- required: true
- - variable: enable_client_debug_messages
- label: "Enable Client Debug Messages"
- schema:
- type: boolean
- default: false
- - variable: clients
- label: "Clients"
- schema:
- type: list
- default: []
- items:
- - variable: clientEntry
- label: "Client"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: id
- label: "ID/Name"
- description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration."
- schema:
- type: string
- default: "myapp"
- required: true
- - variable: description
- label: "Description"
- description: "The description to show to users when they end up on the consent screen. Defaults to the ID above."
- schema:
- type: string
- default: "My Application"
- required: true
- - variable: secret
- label: "Secret"
- description: "The client secret is a shared secret between Authelia and the consumer of this client."
- schema:
- type: string
- default: ""
- required: true
- - variable: public
- label: "public"
- description: "Sets the client to public. This should typically not be set, please see the documentation for usage."
- schema:
- type: boolean
- default: false
- - variable: authorization_policy
- label: "Authorization Policy"
- description: "The policy to require for this client; one_factor or two_factor."
- schema:
- type: string
- default: "two_factor"
- enum:
- - value: "one_factor"
- description: "one_factor"
- - value: "two_factor"
- description: "two_factor"
- - variable: consent_mode
- label: "Consent Mode"
- description: |
- Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or
- implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.)
- schema:
- type: string
- default: "auto"
- enum:
- - value: "auto"
- description: "auto"
- - value: "explicit"
- description: "explicit"
- - value: "implicit"
- description: "implicit"
- - variable: userinfo_signing_algorithm
- label: "Userinfo Signing Algorithm"
- description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256."
- schema:
- type: string
- default: "none"
- enum:
- - value: "none"
- description: "none"
- - value: "RS256"
- description: "RS256"
- - variable: audience
- label: "Audience"
- description: "Audience this client is allowed to request."
- schema:
- type: list
- default: []
- items:
- - variable: audienceEntry
- label: ""
- schema:
- type: string
- default: ""
- required: true
- - variable: scopes
- label: "Scopes"
- description: "Scopes this client is allowed to request."
- schema:
- type: list
- default: []
- items:
- - variable: ScopeEntry
- label: "Scope"
- schema:
- type: string
- default: "openid"
- required: true
- - variable: redirect_uris
- label: "redirect_uris"
- description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client."
- schema:
- type: list
- default: []
- items:
- - variable: uriEntry
- label: "Url"
- schema:
- type: string
- default: "https://oidc.example.com/oauth2/callback"
- required: true
- - variable: grant_types
- description: "Grant Types configures which grants this client can obtain."
- label: "grant_types"
- schema:
- type: list
- default: []
- items:
- - variable: grantEntry
- label: "Grant"
- schema:
- type: string
- default: "refresh_token"
- required: true
- - variable: response_types
- description: "Response Types configures which responses this client can be sent."
- label: "response_types"
- schema:
- type: list
- default: []
- items:
- - variable: responseEntry
- label: "type"
- schema:
- type: string
- default: "code"
- required: true
- - variable: response_modes
- description: "Response Modes configures which response modes this client supports."
- label: "response_modes"
- schema:
- type: list
- default: []
- items:
- - variable: modeEntry
- label: "Mode"
- schema:
- type: string
- default: "form_post"
- required: true
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/premium/authelia/23.8.3/.helmignore b/premium/authelia/23.9.2/.helmignore
similarity index 100%
rename from premium/authelia/23.8.3/.helmignore
rename to premium/authelia/23.9.2/.helmignore
diff --git a/premium/authelia/23.9.2/CHANGELOG.md b/premium/authelia/23.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..faa0425f738
--- /dev/null
+++ b/premium/authelia/23.9.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
+
+- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
+
+
+## [authelia-23.9.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
+
+- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
+
+
+## [authelia-23.9.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
+
+- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
+
+
+## [authelia-23.9.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
+
+- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
\ No newline at end of file
diff --git a/premium/authelia/23.9.2/Chart.yaml b/premium/authelia/23.9.2/Chart.yaml
new file mode 100644
index 00000000000..3eca7ec1712
--- /dev/null
+++ b/premium/authelia/23.9.2/Chart.yaml
@@ -0,0 +1,54 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 4.38.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Authelia is a Single Sign-On Multi-Factor portal for web apps
+home: https://truecharts.org/charts/premium/authelia
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png
+keywords:
+ - authelia
+ - authentication
+ - login
+ - SSO
+ - Authentication
+ - Security
+ - Two-Factor
+ - U2F
+ - YubiKey
+ - Push Notifications
+ - LDAP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: authelia
+sources:
+ - https://github.com/authelia/chartrepo
+ - https://github.com/authelia/authelia
+ - https://github.com/truecharts/charts/tree/master/charts/premium/authelia
+ - https://ghcr.io/authelia/authelia
+type: application
+version: 23.9.2
diff --git a/premium/authelia/23.8.3/LICENSE b/premium/authelia/23.9.2/LICENSE
similarity index 100%
rename from premium/authelia/23.8.3/LICENSE
rename to premium/authelia/23.9.2/LICENSE
diff --git a/premium/authelia/23.8.3/README.md b/premium/authelia/23.9.2/README.md
similarity index 100%
rename from premium/authelia/23.8.3/README.md
rename to premium/authelia/23.9.2/README.md
diff --git a/premium/authelia/23.9.2/app-changelog.md b/premium/authelia/23.9.2/app-changelog.md
new file mode 100644
index 00000000000..0946edb0284
--- /dev/null
+++ b/premium/authelia/23.9.2/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [authelia-23.9.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
+
+- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/authelia/authelia to v4.38.3[@2405f5c](https://github.com/2405f5c) by renovate ([#19415](https://github.com/truecharts/charts/issues/19415))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
\ No newline at end of file
diff --git a/premium/authelia/23.8.3/app-readme.md b/premium/authelia/23.9.2/app-readme.md
similarity index 100%
rename from premium/authelia/23.8.3/app-readme.md
rename to premium/authelia/23.9.2/app-readme.md
diff --git a/premium/authelia/23.9.2/charts/common-20.2.4.tgz b/premium/authelia/23.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/authelia/23.9.2/charts/common-20.2.4.tgz differ
diff --git a/premium/authelia/23.9.2/charts/redis-13.2.2.tgz b/premium/authelia/23.9.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/premium/authelia/23.9.2/charts/redis-13.2.2.tgz differ
diff --git a/premium/authelia/23.9.2/ix_values.yaml b/premium/authelia/23.9.2/ix_values.yaml
new file mode 100644
index 00000000000..aa1ab09cf95
--- /dev/null
+++ b/premium/authelia/23.9.2/ix_values.yaml
@@ -0,0 +1,582 @@
+image:
+ repository: ghcr.io/authelia/authelia
+ pullPolicy: IfNotPresent
+ tag: 4.38.6@sha256:06e3153d46b4b6fdb90caf94f2303ab57773016ad025eacd64e00a5576105bbe
+manifestManager:
+ enabled: true
+workload:
+ main:
+ replicas: 2
+ strategy: RollingUpdate
+ podSpec:
+ containers:
+ main:
+ command:
+ - authelia
+ args:
+ - --config=/configuration.yaml
+ envFrom:
+ - configMapRef:
+ name: authelia-paths
+ probes:
+ liveness:
+ type: http
+ path: "/api/health"
+ readiness:
+ type: http
+ path: "/api/health"
+ startup:
+ type: http
+ path: "/api/health"
+service:
+ main:
+ ports:
+ main:
+ port: 9091
+ targetPort: 9091
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+cnpg:
+ main:
+ enabled: true
+ user: authelia
+ database: authelia
+# Enabled redis
+# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis
+redis:
+ enabled: true
+domain: example.com
+##
+## Server Configuration
+##
+server:
+ ##
+ ## Port sets the configured port for the daemon, service, and the probes.
+ ## Default is 9091 and should not need to be changed.
+ ##
+ port: 9091
+ ## Buffers usually should be configured to be the same value.
+ ## Explanation at https://www.authelia.com/docs/configuration/server.html
+ ## Read buffer size adjusts the server's max incoming request size in bytes.
+ ## Write buffer size does the same for outgoing responses.
+ read_buffer_size: 4096
+ write_buffer_size: 4096
+ ## Set the single level path Authelia listens on.
+ ## Must be alphanumeric chars and should not contain any slashes.
+ path: ""
+log:
+ ## Level of verbosity for logs: info, debug, trace.
+ level: trace
+ ## Format the logs are written as: json, text.
+ format: text
+ ## TODO: Statefulness check should check if this is set, and the configMap should enable it.
+ ## File path where the logs will be written. If not set logs are written to stdout.
+ # file_path: /config/authelia.log
+## Default redirection URL
+##
+## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end
+## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use
+## in such a case.
+##
+## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication.
+## Default is https://www. (value at the top of the values.yaml).
+default_redirection_url: ""
+# default_redirection_url: https://example.com
+
+theme: light
+##
+## TOTP Configuration
+##
+## Parameters used for TOTP generation
+totp:
+ ## The issuer name displayed in the Authenticator application of your choice
+ ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names
+ ## Defaults to .
+ issuer: ""
+ ## The period in seconds a one-time password is current for. Changing this will require all users to register
+ ## their TOTP applications again. Warning: before changing period read the docs link below.
+ period: 30
+ ## The skew controls number of one-time passwords either side of the current one that are valid.
+ ## Warning: before changing skew read the docs link below.
+ ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation.
+ skew: 1
+##
+## Password Policy Config
+##
+## Parameters used for Password Policies
+password_policy:
+ ## See: https://www.authelia.com/configuration/security/password-policy/
+ standard:
+ enabled: false
+ min_length: 8
+ max_length: 0
+ require_uppercase: false
+ require_lowercase: false
+ require_number: false
+ require_special: false
+ zxcvbn:
+ ## See https://www.authelia.com/configuration/security/password-policy/#zxcvbn for more info
+ enabled: false
+ min_score: 3
+##
+## Duo Push API Configuration
+##
+## Parameters used to contact the Duo API. Those are generated when you protect an application of type
+## "Partner Auth API" in the management panel.
+duo_api:
+ enabled: false
+ hostname: api-123456789.example.com
+ integration_key: ABCDEF
+ plain_api_key: ""
+## NTP settings
+ntp:
+ address: "time.cloudflare.com:123"
+ version: 4
+ max_desync: 3s
+ disable_startup_check: false
+ disable_failure: true
+##
+## Authentication Backend Provider Configuration
+##
+## Used for verifying user passwords and retrieve information such as email address and groups users belong to.
+##
+## The available providers are: `file`, `ldap`. You must use one and only one of these providers.
+authentication_backend:
+ ## Disable both the HTML element and the API for reset password functionality
+ disable_reset_password: false
+ ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation.
+ ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will
+ ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP.
+ ## To force update on every request you can set this to '0' or 'always', this will increase processor demand.
+ ## See the below documentation for more information.
+ ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
+ ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval
+ refresh_interval: 5m
+ ## LDAP backend configuration.
+ ##
+ ## This backend allows Authelia to be scaled to more
+ ## than one instance and therefore is recommended for
+ ## production.
+ ldap:
+ ## Enable LDAP Backend.
+ enabled: false
+ ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password.
+ ## Acceptable options are as follows:
+ ## - 'activedirectory' - For Microsoft Active Directory.
+ ## - 'custom' - For custom specifications of attributes and filters.
+ ## This currently defaults to 'custom' to maintain existing behaviour.
+ ##
+ ## Depending on the option here certain other values in this section have a default value, notably all of the
+ ## attribute mappings have a default value that this config overrides, you can read more about these default values
+ ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults
+ implementation: activedirectory
+ ## The url to the ldap server. Format: ://[:].
+ ## Scheme can be ldap or ldaps in the format (port optional).
+ url: ldap://openldap.default.svc.cluster.local
+ ## Connection Timeout.
+ timeout: 5s
+ ## Use StartTLS with the LDAP connection.
+ start_tls: false
+ tls:
+ ## Server Name for certificate validation (in case it's not set correctly in the URL).
+ server_name: ""
+ ## Skip verifying the server certificate (to allow a self-signed certificate).
+ ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
+ ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
+ skip_verify: false
+ ## Minimum TLS version for either Secure LDAP or LDAP StartTLS.
+ minimum_version: TLS1.2
+ ## The base dn for every LDAP query.
+ base_dn: DC=example,DC=com
+ ## The attribute holding the username of the user. This attribute is used to populate the username in the session
+ ## information. It was introduced due to #561 to handle case insensitive search queries. For you information,
+ ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this
+ ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database.
+ ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user
+ ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also
+ ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above
+ ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt.
+ username_attribute: "uid"
+ ## An additional dn to define the scope to all users.
+ additional_users_dn: OU=Users
+ ## The users filter used in search queries to find the user profile based on input filled in login form.
+ ## Various placeholders are available in the user filter:
+ ## - {input} is a placeholder replaced by what the user inputs in the login form.
+ ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`.
+ ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`.
+ ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later
+ ## versions, so please don't use it.
+ ##
+ ## Recommended settings are as follows:
+ ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user))
+ ## - OpenLDAP:
+ ## - (&({username_attribute}={input})(objectClass=person))
+ ## - (&({username_attribute}={input})(objectClass=inetOrgPerson))
+ ##
+ ## To allow sign in both with username and email, one can use a filter like
+ ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person))
+ users_filter: ""
+ ## An additional dn to define the scope of groups.
+ additional_groups_dn: OU=Groups
+ ## The groups filter used in search queries to find the groups of the user.
+ ## - {input} is a placeholder replaced by what the user inputs in the login form.
+ ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`).
+ ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN.
+ ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`.
+ ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`.
+ ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later
+ ## versions, so please don't use it.
+ ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in
+ ## later version, so please don't use it.
+ ##
+ ## If your groups use the `groupOfUniqueNames` structure use this instead:
+ ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames))
+ groups_filter: ""
+ ## The attribute holding the name of the group
+ group_name_attribute: "cn"
+ ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the
+ ## first one returned by the LDAP server is used.
+ mail_attribute: "mail"
+ ## The attribute holding the display name of the user. This will be used to greet an authenticated user.
+ display_name_attribute: "displayname"
+ ## The username of the admin user.
+ user: CN=admin,DC=example,DC=com
+ plain_password: ""
+ ##
+ ## File (Authentication Provider)
+ ##
+ ## With this backend, the users database is stored in a file which is updated when users reset their passwords.
+ ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia
+ ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security
+ ## implications it is highly recommended you leave the default values. Before considering changing these settings
+ ## please read the docs page below:
+ ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning
+ ##
+ ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
+ ##
+ file:
+ enabled: true
+ path: /config/users_database.yml
+ password:
+ algorithm: argon2id
+ iterations: 1
+ key_length: 32
+ salt_length: 16
+ memory: 1024
+ parallelism: 8
+##
+## Access Control Configuration
+##
+## Access control is a list of rules defining the authorizations applied for one resource to users or group of users.
+##
+## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed
+## to anyone. Otherwise restrictions follow the rules defined.
+##
+## Note: One can use the wildcard * to match any subdomain.
+## It must stand at the beginning of the pattern. (example: *.mydomain.com)
+##
+## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct.
+##
+## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'.
+##
+## - 'domain' defines which domain or set of domains the rule applies to.
+##
+## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not
+## provided. If provided, the parameter represents either a user or a group. It should be of the form
+## 'user:' or 'group:'.
+##
+## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'.
+##
+## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter
+## is optional and matches any resource if not provided.
+##
+## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies.
+access_control:
+ ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any
+ ## resource if there is no policy to be applied to the user.
+ default_policy: deny
+ networks_access_control: []
+ # networks_access_control:
+ # - name: private
+ # networks:
+ # - 10.0.0.0/8
+ # - 172.16.0.0/12
+ # - 192.168.0.0/16
+ # - name: vpn
+ # networks:
+ # - 10.9.0.0/16
+
+ rules: []
+ # rules:
+ # - domain: public.example.com
+ # policy: bypass
+ # - domain: "*.example.com"
+ # policy: bypass
+ # methods:
+ # - OPTIONS
+ # - domain: secure.example.com
+ # policy: one_factor
+ # networks:
+ # - private
+ # - vpn
+ # - 192.168.1.0/24
+ # - 10.0.0.1
+ # - domain:
+ # - secure.example.com
+ # - private.example.com
+ # policy: two_factor
+ # - domain: singlefactor.example.com
+ # policy: one_factor
+ # - domain: "mx2.mail.example.com"
+ # subject: "group:admins"
+ # policy: deny
+ # - domain: "*.example.com"
+ # subject:
+ # - "group:admins"
+ # - "group:moderators"
+ # policy: two_factor
+ # - domain: dev.example.com
+ # resources:
+ # - "^/groups/dev/.*$"
+ # subject: "group:dev"
+ # policy: two_factor
+ # - domain: dev.example.com
+ # resources:
+ # - "^/users/john/.*$"
+ # subject:
+ # - ["group:dev", "user:john"]
+ # - "group:admins"
+ # policy: two_factor
+ # - domain: "{user}.example.com"
+ # policy: bypass
+##
+## Session Provider Configuration
+##
+## The session cookies identify the user once logged in.
+## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined.
+session:
+ ## The name of the session cookie. (default: authelia_session).
+ name: authelia_session
+ ## Sets the Cookie SameSite value. Possible options are none, lax, or strict.
+ ## Please read https://www.authelia.com/docs/configuration/session.html#same_site
+ same_site: lax
+ ## The time in seconds before the cookie expires and session is reset.
+ expiration: 1h
+ ## The inactivity time in seconds before the session is reset.
+ inactivity: 5m
+ ## The remember me duration.
+ ## Value is in seconds, or duration notation. Value of 0 disables remember me.
+ ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
+ ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to
+ ## spy or attack. Currently the default is 1M or 1 month.
+ remember_me_duration: 1M
+##
+## Redis Provider
+##
+## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
+##
+## The redis connection details
+redisProvider:
+ port: 6379
+ ## Optional username to be used with authentication.
+ # username: authelia
+ username: ""
+ ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc).
+ database_index: 0
+ ## The maximum number of concurrent active connections to Redis.
+ maximum_active_connections: 8
+ ## The target number of idle connections to have open ready for work. Useful when opening connections is slow.
+ minimum_idle_connections: 0
+ ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s).
+ tls:
+ enabled: false
+ ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option).
+ server_name: ""
+ ## Skip verifying the server certificate (to allow a self-signed certificate).
+ ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
+ ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
+ skip_verify: false
+ ## Minimum TLS version for the connection.
+ minimum_version: TLS1.2
+ ## The Redis HA configuration options.
+ ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name).
+ high_availability:
+ enabled: false
+ enabledSecret: false
+ ## Sentinel Name / Master Name
+ sentinel_name: mysentinel
+ ## The additional nodes to pre-seed the redis provider with (for sentinel).
+ ## If the host in the above section is defined, it will be combined with this list to connect to sentinel.
+ ## For high availability to be used you must have either defined; the host above or at least one node below.
+ nodes: []
+ # nodes:
+ # - host: sentinel-0.databases.svc.cluster.local
+ # port: 26379
+ # - host: sentinel-1.databases.svc.cluster.local
+ # port: 26379
+
+ ## Choose the host with the lowest latency.
+ route_by_latency: false
+ ## Choose the host randomly.
+ route_randomly: false
+##
+## Regulation Configuration
+##
+## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done
+## in a short period of time.
+regulation:
+ ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation.
+ max_retries: 3
+ ## The time range during which the user can attempt login before being banned. The user is banned if the
+ ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation.
+ ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
+ find_time: 2m
+ ## The length of time before a banned user can login again. Ban Time accepts duration notation.
+ ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format
+ ban_time: 5m
+##
+## Storage Provider Configuration
+##
+## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers.
+storage:
+ ##
+ ## PostgreSQL (Storage Provider)
+ ##
+ postgres:
+ port: 5432
+ database: authelia
+ username: authelia
+ sslmode: disable
+ timeout: 5s
+##
+## Notification Provider
+##
+##
+## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration.
+## The available providers are: filesystem, smtp. You must use one and only one of these providers.
+notifier:
+ ## You can disable the notifier startup check by setting this to true.
+ disable_startup_check: false
+ ##
+ ## File System (Notification Provider)
+ ##
+ ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
+ ##
+ filesystem:
+ enabled: true
+ filename: /config/notification.txt
+ ##
+ ## SMTP (Notification Provider)
+ ##
+ ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate.
+ ## [Security] By default Authelia will:
+ ## - force all SMTP connections over TLS including unauthenticated connections
+ ## - use the disable_require_tls boolean value to disable this requirement
+ ## (only works for unauthenticated connections)
+ ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates
+ ## (configure in tls section)
+ smtp:
+ enabled: false
+ enabledSecret: false
+ host: smtp.mail.svc.cluster.local
+ port: 25
+ timeout: 5s
+ username: test
+ plain_password: test
+ sender: admin@example.com
+ ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost.
+ identifier: localhost
+ ## Subject configuration of the emails sent.
+ ## {title} is replaced by the text from the notifier
+ subject: "[Authelia] {title}"
+ ## This address is used during the startup check to verify the email configuration is correct.
+ ## It's not important what it is except if your email server only allows local delivery.
+ startup_check_address: test@authelia.com
+ disable_require_tls: false
+ disable_html_emails: false
+ tls:
+ ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option).
+ server_name: ""
+ ## Skip verifying the server certificate (to allow a self-signed certificate).
+ ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
+ ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
+ skip_verify: false
+ ## Minimum TLS version for either StartTLS or SMTPS.
+ minimum_version: TLS1.2
+identity_providers:
+ oidc:
+ ## Enables this in the config map. Currently in beta stage.
+ ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap
+ enabled: false
+ access_token_lifespan: 1h
+ authorize_code_lifespan: 1m
+ id_token_lifespan: 1h
+ refresh_token_lifespan: 90m
+ enable_client_debug_messages: false
+ ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for
+ ## security reasons.
+ minimum_parameter_entropy: 8
+ clients: []
+ # clients:
+ # -
+ ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration.
+ # id: myapp
+## The description to show to users when they end up on the consent screen. Defaults to the ID above.
+# description: My Application
+
+## The client secret is a shared secret between Authelia and the consumer of this client.
+# secret: apple123
+
+## Sets the client to public. This should typically not be set, please see the documentation for usage.
+# public: false
+
+## The policy to require for this client; one_factor or two_factor.
+# authorization_policy: two_factor
+
+## Configures the consent mode; auto, explicit or implicit
+# consent_mode: auto
+
+## Audience this client is allowed to request.
+# audience: []
+
+## Scopes this client is allowed to request.
+# scopes:
+# - openid
+# - profile
+# - email
+# - groups
+
+## Redirect URI's specifies a list of valid case-sensitive callbacks for this client.
+# redirect_uris:
+# - https://oidc.example.com/oauth2/callback
+
+## Grant Types configures which grants this client can obtain.
+## It's not recommended to configure this unless you know what you're doing.
+# grant_types:
+# - refresh_token
+# - authorization_code
+
+## Response Types configures which responses this client can be sent.
+## It's not recommended to configure this unless you know what you're doing.
+# response_types:
+# - code
+
+## Response Modes configures which response modes this client supports.
+## It's not recommended to configure this unless you know what you're doing.
+# response_modes:
+# - form_post
+# - query
+# - fragment
+
+## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256.
+# userinfo_signing_algorithm: none
+
+portal:
+ open:
+ enabled: true
+
+ingress:
+ main:
+ required: true
diff --git a/premium/authelia/23.9.2/questions.yaml b/premium/authelia/23.9.2/questions.yaml
new file mode 100755
index 00000000000..fd235b7721b
--- /dev/null
+++ b/premium/authelia/23.9.2/questions.yaml
@@ -0,0 +1,4325 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 2
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: domain
+ group: "App Configuration"
+ label: "Domain"
+ description: "The highest domain level possible, for example: domain.com when using app.domain.com"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: default_redirection_url
+ group: "App Configuration"
+ label: "Default Redirection URL"
+ description: "If user tries to authenticate without any referrer, this is used"
+ schema:
+ type: string
+ default: ""
+ valid_chars: '^https?:\/\/(.*)'
+ - variable: theme
+ group: "App Configuration"
+ label: "Theme"
+ schema:
+ type: string
+ default: "auto"
+ enum:
+ - value: "auto"
+ description: "auto"
+ - value: "light"
+ description: "light"
+ - value: "grey"
+ description: "grey"
+ - value: "dark"
+ description: "dark"
+ - variable: log
+ group: "App Configuration"
+ label: "Log Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: level
+ label: "Log Level"
+ schema:
+ type: string
+ default: "info"
+ enum:
+ - value: "info"
+ description: "info"
+ - value: "debug"
+ description: "debug"
+ - value: "trace"
+ description: "trace"
+ - variable: format
+ label: "Log Format"
+ schema:
+ type: string
+ default: "text"
+ enum:
+ - value: "json"
+ description: "json"
+ - value: "text"
+ description: "text"
+ - variable: server
+ group: "App Configuration"
+ label: "Server Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: write_buffer_size
+ label: "Write Buffer Size"
+ description: "Configures the maximum response size. The default of 4096 is generally sufficient for most use cases."
+ schema:
+ type: int
+ default: 4096
+ - variable: read_buffer_size
+ label: "Read Buffer Size"
+ description: "Configures the maximum request size. The default of 4096 is generally sufficient for most use cases."
+ schema:
+ type: int
+ default: 4096
+ - variable: totp
+ group: "App Configuration"
+ label: "TOTP Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: issuer
+ label: "Issuer"
+ description: "The issuer name displayed in the Authenticator application of your choice"
+ schema:
+ type: string
+ default: ""
+ - variable: period
+ label: "Period"
+ description: "The period in seconds a one-time password is current for"
+ schema:
+ type: int
+ default: 30
+ - variable: skew
+ label: "skew"
+ description: "Controls number of one-time passwords either side of the current one that are valid."
+ schema:
+ type: int
+ default: 1
+ - variable: password_policy
+ group: "App Configuration"
+ label: "Password Policy Configuration"
+ description: "Authelia allows administrators to configure an enforced password policy. Choose one of Standard or zxcvbn and not both, refer to upstream docs for more info "
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: standard
+ label: Standard
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: min_length
+ label: "Minimum Password Length"
+ description: "Minimum Password Length"
+ schema:
+ type: int
+ required: true
+ show_if: [["enabled", "=", true]]
+ default: 8
+ - variable: max_length
+ label: "Max Passsword Length"
+ description: "Max Password Length"
+ schema:
+ type: int
+ required: true
+ show_if: [["enabled", "=", true]]
+ default: 0
+ - variable: require_uppercase
+ label: "Require Upppercase"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ required: true
+ - variable: require_lowercase
+ label: "Require Lowercase"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ required: true
+ - variable: require_number
+ label: "Require Numbers"
+ description: "Require Numbers in the password"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ required: true
+ - variable: require_special
+ label: "Require Special Characters"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: zxcvbn
+ label: zxcvbn
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ required: true
+ - variable: min_score
+ label: "Min Score"
+ schema:
+ type: int
+ required: true
+ show_if: [["enabled", "=", true]]
+ default: 3
+ - variable: duo_api
+ group: "App Configuration"
+ label: "DUO API Configuration"
+ description: "Parameters used to contact the Duo API."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostname
+ label: "Hostname"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: integration_key
+ label: "integration_key"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: plain_api_key
+ label: "plain_api_key"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: session
+ group: "App Configuration"
+ label: "Session Provider"
+ description: "The session cookies identify the user once logged in."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Cookie Name"
+ description: |
+ The name of the session cookie. By default this is set to authelia_session.
+ It’s mostly useful to change this if you are doing development or running multiple instances of Authelia.
+ schema:
+ type: string
+ required: true
+ default: "authelia_session"
+ - variable: same_site
+ label: "SameSite Value"
+ description: |
+ You can read about the SameSite cookie in detail on the MDN. In short setting SameSite to Lax is generally
+ the most desirable option for Authelia. None is not recommended unless you absolutely know what you’re doing
+ and trust all the protected apps. Strict is not going to work in many use cases and we have not tested it in
+ this state but it’s available as an option anyway.
+ schema:
+ type: string
+ default: "lax"
+ enum:
+ - value: "lax"
+ description: "lax"
+ - value: "strict"
+ description: "strict"
+ - variable: expiration
+ label: "Expiration Time"
+ description: |
+ The period of time before the cookie expires and the session is destroyed. This is overriden by
+ remember_me_duration when the remember me box is checked.
+ schema:
+ type: string
+ default: "1h"
+ required: true
+ - variable: inactivity
+ label: "Inactivity Time"
+ description: |
+ The period of time the user can be inactive for until the session is destroyed when the remember me box is
+ not checked or is otherwise disabled. Useful if you want long session timers but don’t want unused devices to be vulnerable.
+ schema:
+ type: string
+ default: "5m"
+ required: true
+ - variable: remember_me_duration
+ label: "Remember-Me duration"
+ description: |
+ The period of time before the cookie expires and the session is destroyed when the remember me box is checked, a user
+ selecting this option negates the inactivity timeout. Setting this to -1 disables this feature entirely.
+ schema:
+ type: string
+ default: "5M"
+ required: true
+ - variable: regulation
+ group: "App Configuration"
+ label: "Regulation Configuration"
+ description: "This mechanism prevents attackers from brute forcing the first factor."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: max_retries
+ label: "Maximum Retries"
+ description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation."
+ schema:
+ type: int
+ default: 3
+ - variable: find_time
+ label: "Find Time"
+ description: |
+ The period of time analyzed for failed attempts. For example if you set max_retries to 3 and find_time to
+ 2m this means the user must have 3 failed logins in 2 minutes.
+ schema:
+ type: string
+ default: "2m"
+ required: true
+ - variable: ban_time
+ label: "Ban Duration"
+ description: |
+ The period of time the user is banned for after meeting the max_retries and find_time configuration.
+ After this duration the account will be able to login again.
+ schema:
+ type: string
+ default: "5m"
+ required: true
+ - variable: authentication_backend
+ group: "App Configuration"
+ label: "Authentication Backend Provider"
+ description: |
+ Used for verifying user passwords and retrieve information such as email
+ address and groups users belong to.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: disable_reset_password
+ label: "Disable Reset Password"
+ description: "Disable both the HTML element and the API for reset password functionality"
+ schema:
+ type: boolean
+ default: false
+ - variable: refresh_interval
+ label: "Reset Interval"
+ description: "The amount of time to wait before we refresh data from the authentication backend"
+ schema:
+ type: string
+ default: "5m"
+ required: true
+ - variable: ldap
+ label: "LDAP backend configuration"
+ description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: implementation
+ label: "Implementation"
+ description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password"
+ schema:
+ type: string
+ default: "custom"
+ enum:
+ - value: "activedirectory"
+ description: "Active Directory"
+ - value: "custom"
+ description: "Custom"
+ - variable: url
+ label: "URL"
+ description: "The url to the ldap server. Format: ://[:]"
+ schema:
+ type: string
+ default: "ldap://openldap.default.svc.cluster.local"
+ required: true
+ - variable: timeout
+ label: "Connection Timeout"
+ schema:
+ type: string
+ default: "5s"
+ required: true
+ - variable: start_tls
+ label: "Start TLS"
+ description: "Use StartTLS with the LDAP connection"
+ schema:
+ type: boolean
+ default: false
+ - variable: tls
+ label: "TLS Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: server_name
+ label: "Server Name"
+ description: "Server Name for certificate validation (in case it's not set correctly in the URL)."
+ schema:
+ type: string
+ default: ""
+ - variable: skip_verify
+ label: "Skip Certificate Verification"
+ description: "Skip verifying the server certificate (to allow a self-signed certificate)"
+ schema:
+ type: boolean
+ default: false
+ - variable: minimum_version
+ label: "Minimum TLS version"
+ description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS."
+ schema:
+ type: string
+ default: "TLS1.2"
+ enum:
+ - value: "TLS1.0"
+ description: "TLS1.0"
+ - value: "TLS1.1"
+ description: "TLS1.1"
+ - value: "TLS1.2"
+ description: "TLS1.2"
+ - value: "TLS1.3"
+ description: "TLS1.3"
+ - variable: base_dn
+ label: "Base DN"
+ description: "The base dn for every LDAP query."
+ schema:
+ type: string
+ default: "DC=example,DC=com"
+ required: true
+ - variable: username_attribute
+ label: "Username Attribute"
+ description: "The attribute holding the username of the user"
+ schema:
+ type: string
+ default: "uid"
+ required: true
+ - variable: additional_users_dn
+ label: "Additional Users DN"
+ description: "An additional dn to define the scope to all users."
+ schema:
+ type: string
+ default: "OU=people"
+ required: true
+ - variable: users_filter
+ label: "Users Filter"
+ description: "The groups filter used in search queries to find the groups of the user."
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: additional_groups_dn
+ label: "Additional Groups DN"
+ description: "An additional dn to define the scope of groups."
+ schema:
+ type: string
+ default: "OU=Groups"
+ required: true
+ - variable: groups_filter
+ label: "Groups Filter"
+ description: "The groups filter used in search queries to find the groups of the user."
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: group_name_attribute
+ label: "Group name Attribute"
+ description: "The attribute holding the name of the group"
+ schema:
+ type: string
+ default: "cn"
+ required: true
+ - variable: mail_attribute
+ label: "Mail Attribute"
+ description: "The attribute holding the primary mail address of the user"
+ schema:
+ type: string
+ default: "mail"
+ required: true
+ - variable: display_name_attribute
+ label: "Display Name Attribute"
+ description: "he attribute holding the display name of the user. This will be used to greet an authenticated user."
+ schema:
+ type: string
+ default: "displayName"
+ - variable: user
+ label: "Admin User"
+ description: "The username of the admin user used to connect to LDAP."
+ schema:
+ type: string
+ default: "CN=admin,ou=people,DC=example,DC=com"
+ required: true
+ - variable: plain_password
+ label: "Password"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: file
+ label: "File backend configuration"
+ description: "With this backend, the users database is stored in a file which is updated when users reset their passwords."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: path
+ label: "Path"
+ schema:
+ type: string
+ default: "/config/users_database.yml"
+ required: true
+ - variable: password
+ label: "Password Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: algorithm
+ label: "Algorithm"
+ schema:
+ type: string
+ default: "argon2id"
+ enum:
+ - value: "argon2id"
+ description: "argon2id"
+ - value: "sha512"
+ description: "sha512"
+ - variable: iterations
+ label: "Iterations"
+ schema:
+ type: int
+ default: 1
+ required: true
+ - variable: key_length
+ label: "Key Length"
+ schema:
+ type: int
+ default: 32
+ required: true
+ - variable: salt_length
+ label: "Salt Length"
+ schema:
+ type: int
+ default: 16
+ required: true
+ - variable: memory
+ label: "Memory"
+ schema:
+ type: int
+ default: 1024
+ required: true
+ - variable: parallelism
+ label: "Parallelism"
+ schema:
+ type: int
+ default: 8
+ required: true
+ - variable: notifier
+ group: "App Configuration"
+ label: "Notifier Configuration"
+ description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: disable_startup_check
+ label: "Disable Startup Check"
+ schema:
+ type: boolean
+ default: false
+ - variable: filesystem
+ label: "Filesystem Provider"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: filename
+ label: "File Path"
+ schema:
+ type: string
+ default: "/config/notification.txt"
+ required: true
+ - variable: smtp
+ label: "SMTP Provider"
+ description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: host
+ label: "Host"
+ schema:
+ type: string
+ default: "smtp.mail.svc.cluster.local"
+ required: true
+ - variable: port
+ label: "Port"
+ schema:
+ type: int
+ default: 25
+ required: true
+ - variable: timeout
+ label: "Timeout"
+ schema:
+ type: string
+ default: "5s"
+ required: true
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ default: ""
+ - variable: plain_password
+ label: "Password"
+ schema:
+ type: string
+ default: ""
+ - variable: sender
+ label: "Sender"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: identifier
+ label: "Identifier"
+ description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost."
+ schema:
+ type: string
+ default: "localhost"
+ required: true
+ - variable: subject
+ label: "Subject"
+ description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier"
+ schema:
+ type: string
+ default: "[Authelia] {title}"
+ required: true
+ - variable: startup_check_address
+ label: "Startup Check Address"
+ description: "This address is used during the startup check to verify the email configuration is correct."
+ schema:
+ type: string
+ default: "test@authelia.com"
+ required: true
+ - variable: disable_require_tls
+ label: "Disable Require TLS"
+ schema:
+ type: boolean
+ default: false
+ - variable: disable_html_emails
+ label: "Disable HTML emails"
+ schema:
+ type: boolean
+ default: false
+ - variable: tls
+ label: "TLS Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: server_name
+ label: "Server Name"
+ description: "Server Name for certificate validation (in case it's not set correctly in the URL)."
+ schema:
+ type: string
+ default: ""
+ - variable: skip_verify
+ label: "Skip Certificate Verification"
+ description: "Skip verifying the server certificate (to allow a self-signed certificate)"
+ schema:
+ type: boolean
+ default: false
+ - variable: minimum_version
+ label: "Minimum TLS version"
+ description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS."
+ schema:
+ type: string
+ default: "TLS1.2"
+ enum:
+ - value: "TLS1.0"
+ description: "TLS1.0"
+ - value: "TLS1.1"
+ description: "TLS1.1"
+ - value: "TLS1.2"
+ description: "TLS1.2"
+ - value: "TLS1.3"
+ description: "TLS1.3"
+ - variable: access_control
+ group: "App Configuration"
+ label: "Access Control Configuration"
+ description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: default_policy
+ label: "Default Policy"
+ description: |
+ The default policy defines the policy applied if no rules section apply to the information known about the request.
+ It is recommended that this is configured to deny for security reasons. Sites which you do not wish to secure at all
+ with Authelia should not be configured in your reverse proxy to perform authentication with Authelia at all for performance reasons.
+ schema:
+ type: string
+ default: "deny"
+ enum:
+ - value: "bypass"
+ description: "bypass"
+ - value: "one_factor"
+ description: "one_factor"
+ - value: "two_factor"
+ description: "two_factor"
+ - value: "deny"
+ description: "deny"
+ - variable: networks_access_control
+ label: "Networks"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: networkItem
+ label: "Network Item"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: networks
+ label: "Networks"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: network
+ label: "network"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: rules
+ label: "Rules"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rulesItem
+ label: "Rule"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: domain
+ label: "Domains"
+ description: "Defines which domain or set of domains the rule applies to."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: domainEntry
+ label: "Domain"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: domain_regex
+ label: "Domains RegEx"
+ description: "defines which domain or set of domains the rule applies to using regular expressions."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: domainRegexEntry
+ label: "Domain RegEx"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: policy
+ label: "Policy"
+ description: |
+ The specific policy to apply to the selected rule. This is not criteria for a match, this is the
+ action to take when a match is made.
+ schema:
+ type: string
+ default: "two_factor"
+ enum:
+ - value: "bypass"
+ description: "bypass"
+ - value: "one_factor"
+ description: "one_factor"
+ - value: "two_factor"
+ description: "two_factor"
+ - value: "deny"
+ description: "deny"
+ - variable: subject
+ label: "Subject"
+ description: |
+ This criteria matches identifying characteristics about the subject. Currently this is either
+ user or groups the user belongs to. This allows you to effectively control exactly what each user is
+ authorized to access or to specifically require two-factor authentication to specific users. Subjects
+ are prefixed with either user: or group: to identify which part of the identity to check.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: subjectitem
+ label: "Subject"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: networks
+ label: "Networks"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: network
+ label: "Network"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: resources
+ label: "Resources"
+ description: "is a list of regular expressions that matches a set of resources to apply the policy to"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: resource
+ label: "Resource"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 9091
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: identity_providers
+ group: "Advanced"
+ label: "Authelia Identity Providers (BETA)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: oidc
+ label: "OpenID Connect(BETA)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enabled"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: access_token_lifespan
+ label: "Access Token Lifespan"
+ schema:
+ type: string
+ default: "1h"
+ required: true
+ - variable: authorize_code_lifespan
+ label: "Authorize Code Lifespan"
+ schema:
+ type: string
+ default: "1m"
+ required: true
+ - variable: id_token_lifespan
+ label: "ID Token Lifespan"
+ schema:
+ type: string
+ default: "1h"
+ required: true
+ - variable: refresh_token_lifespan
+ label: "Refresh Token Lifespan"
+ schema:
+ type: string
+ default: "90m"
+ required: true
+ - variable: enable_client_debug_messages
+ label: "Enable Client Debug Messages"
+ schema:
+ type: boolean
+ default: false
+ - variable: clients
+ label: "Clients"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: clientEntry
+ label: "Client"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: id
+ label: "ID/Name"
+ description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration."
+ schema:
+ type: string
+ default: "myapp"
+ required: true
+ - variable: description
+ label: "Description"
+ description: "The description to show to users when they end up on the consent screen. Defaults to the ID above."
+ schema:
+ type: string
+ default: "My Application"
+ required: true
+ - variable: secret
+ label: "Secret"
+ description: "The client secret is a shared secret between Authelia and the consumer of this client."
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: public
+ label: "public"
+ description: "Sets the client to public. This should typically not be set, please see the documentation for usage."
+ schema:
+ type: boolean
+ default: false
+ - variable: authorization_policy
+ label: "Authorization Policy"
+ description: "The policy to require for this client; one_factor or two_factor."
+ schema:
+ type: string
+ default: "two_factor"
+ enum:
+ - value: "one_factor"
+ description: "one_factor"
+ - value: "two_factor"
+ description: "two_factor"
+ - variable: consent_mode
+ label: "Consent Mode"
+ description: |
+ Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or
+ implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.)
+ schema:
+ type: string
+ default: "auto"
+ enum:
+ - value: "auto"
+ description: "auto"
+ - value: "explicit"
+ description: "explicit"
+ - value: "implicit"
+ description: "implicit"
+ - variable: userinfo_signing_algorithm
+ label: "Userinfo Signing Algorithm"
+ description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256."
+ schema:
+ type: string
+ default: "none"
+ enum:
+ - value: "none"
+ description: "none"
+ - value: "RS256"
+ description: "RS256"
+ - variable: audience
+ label: "Audience"
+ description: "Audience this client is allowed to request."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: audienceEntry
+ label: ""
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: scopes
+ label: "Scopes"
+ description: "Scopes this client is allowed to request."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ScopeEntry
+ label: "Scope"
+ schema:
+ type: string
+ default: "openid"
+ required: true
+ - variable: redirect_uris
+ label: "redirect_uris"
+ description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: uriEntry
+ label: "Url"
+ schema:
+ type: string
+ default: "https://oidc.example.com/oauth2/callback"
+ required: true
+ - variable: grant_types
+ description: "Grant Types configures which grants this client can obtain."
+ label: "grant_types"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: grantEntry
+ label: "Grant"
+ schema:
+ type: string
+ default: "refresh_token"
+ required: true
+ - variable: response_types
+ description: "Response Types configures which responses this client can be sent."
+ label: "response_types"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: responseEntry
+ label: "type"
+ schema:
+ type: string
+ default: "code"
+ required: true
+ - variable: response_modes
+ description: "Response Modes configures which response modes this client supports."
+ label: "response_modes"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: modeEntry
+ label: "Mode"
+ schema:
+ type: string
+ default: "form_post"
+ required: true
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/premium/authelia/23.8.3/templates/NOTES.txt b/premium/authelia/23.9.2/templates/NOTES.txt
similarity index 100%
rename from premium/authelia/23.8.3/templates/NOTES.txt
rename to premium/authelia/23.9.2/templates/NOTES.txt
diff --git a/premium/authelia/23.8.3/templates/_configmap.tpl b/premium/authelia/23.9.2/templates/_configmap.tpl
similarity index 100%
rename from premium/authelia/23.8.3/templates/_configmap.tpl
rename to premium/authelia/23.9.2/templates/_configmap.tpl
diff --git a/premium/authelia/23.8.3/templates/_secrets.tpl b/premium/authelia/23.9.2/templates/_secrets.tpl
similarity index 100%
rename from premium/authelia/23.8.3/templates/_secrets.tpl
rename to premium/authelia/23.9.2/templates/_secrets.tpl
diff --git a/premium/authelia/23.8.3/templates/common.yaml b/premium/authelia/23.9.2/templates/common.yaml
similarity index 100%
rename from premium/authelia/23.8.3/templates/common.yaml
rename to premium/authelia/23.9.2/templates/common.yaml
diff --git a/premium/authelia/23.8.3/values.yaml b/premium/authelia/23.9.2/values.yaml
similarity index 100%
rename from premium/authelia/23.8.3/values.yaml
rename to premium/authelia/23.9.2/values.yaml
diff --git a/premium/blocky/14.5.6/CHANGELOG.md b/premium/blocky/14.5.6/CHANGELOG.md
deleted file mode 100644
index e5ab9fb1ce3..00000000000
--- a/premium/blocky/14.5.6/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [blocky-14.5.6](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.6) (2024-03-22)
-
-### Chore
-
-
-
-- bump to release new default blocklists
-
-- bump blocky to apply whitelist/blacklist changes
-
-- update values.yaml to reflect default blacklist/whitelist changes
-
-- move blocky default lists directly to template
-
-- bump blocky
-
-- release lower blocky default lookup timeouts
-
-- bump to release updated default DNS servers
-
-- update and annotate default DNS servers
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-### Feat
-
-
-
-- add pihole default blocklists as well.
-
-- add default blocklist, default whitelist, default group and enable customised prefetcher
-
-
-## [blocky-14.5.6](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.6) (2024-03-22)
-
-### Chore
-
-
-
-- bump to release new default blocklists
-
-- bump blocky to apply whitelist/blacklist changes
-
-- update values.yaml to reflect default blacklist/whitelist changes
-
-- move blocky default lists directly to template
-
-- bump blocky
-
-- release lower blocky default lookup timeouts
-
-- bump to release updated default DNS servers
-
-- update and annotate default DNS servers
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-### Feat
-
-
-
-- add pihole default blocklists as well.
-
-- add default blocklist, default whitelist, default group and enable customised prefetcher
-
-
-## [blocky-14.5.5](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.5) (2024-03-22)
-
-### Chore
-
-
-
-- bump blocky to apply whitelist/blacklist changes
-
-- update values.yaml to reflect default blacklist/whitelist changes
-
-- move blocky default lists directly to template
-
-- bump blocky
-
-- release lower blocky default lookup timeouts
diff --git a/premium/blocky/14.5.6/Chart.yaml b/premium/blocky/14.5.6/Chart.yaml
deleted file mode 100644
index d8bf0a85dc4..00000000000
--- a/premium/blocky/14.5.6/Chart.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 0.23.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
-home: https://truecharts.org/charts/premium/blocky
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
-keywords:
- - dns
- - blocky
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: blocky
-sources:
- - https://github.com/Mozart409/blocky-frontend
- - https://0xerr0r.github.io/blocky/
- - https://github.com/0xERR0R/blocky
- - https://github.com/truecharts/charts/tree/master/charts/premium/blocky
- - https://hub.docker.com/r/spx01/blocky
- - https://quay.io/oriedge/k8s_gateway
-type: application
-version: 14.5.6
diff --git a/premium/blocky/14.5.6/app-changelog.md b/premium/blocky/14.5.6/app-changelog.md
deleted file mode 100644
index 68ce1cb4c26..00000000000
--- a/premium/blocky/14.5.6/app-changelog.md
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-## [blocky-14.5.6](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.6) (2024-03-22)
-
-### Chore
-
-
-
-- bump to release new default blocklists
-
-- bump blocky to apply whitelist/blacklist changes
-
-- update values.yaml to reflect default blacklist/whitelist changes
-
-- move blocky default lists directly to template
-
-- bump blocky
-
-- release lower blocky default lookup timeouts
-
-- bump to release updated default DNS servers
-
-- update and annotate default DNS servers
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-### Feat
-
-
-
-- add pihole default blocklists as well.
-
-- add default blocklist, default whitelist, default group and enable customised prefetcher
\ No newline at end of file
diff --git a/premium/blocky/14.5.6/charts/common-20.2.2.tgz b/premium/blocky/14.5.6/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/premium/blocky/14.5.6/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/premium/blocky/14.5.6/charts/redis-13.0.5.tgz b/premium/blocky/14.5.6/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/premium/blocky/14.5.6/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/premium/blocky/14.5.6/ix_values.yaml b/premium/blocky/14.5.6/ix_values.yaml
deleted file mode 100644
index 9a2903a3973..00000000000
--- a/premium/blocky/14.5.6/ix_values.yaml
+++ /dev/null
@@ -1,377 +0,0 @@
-image:
- repository: spx01/blocky
- tag: v0.23@sha256:24855b63986c790093554a1f62b58379a06bc10a90ee073906e7c39bf692adcc
- pullPolicy: IfNotPresent
-k8sgatewayImage:
- repository: quay.io/oriedge/k8s_gateway
- pullPolicy: IfNotPresent
- tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b
-
-workload:
- main:
- replicas: 2
- strategy: RollingUpdate
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- type: exec
- command:
- - /app/blocky
- - healthcheck
- readiness:
- enabled: false
- type: exec
- command:
- - /app/blocky
- - healthcheck
- startup:
- enabled: false
- type: exec
- command:
- - /app/blocky
- - healthcheck
-# -- Blocky Config File content
-blockyConfig: {}
-# upstream:
-# default:
-# - 1.1.1.1
-
-# -- some general blocky settings
-blocky:
- # -- Enable prometheus annotations
- enablePrometheus: true
-service:
- main:
- enabled: true
- ports:
- main:
- enabled: true
- port: 4000
- protocol: http
- targetPort: 4000
- dns:
- enabled: true
- ports:
- dns:
- enabled: true
- port: 53
- protocol: udp
- targetPort: 53
- dnstcp:
- enabled: true
- protocol: tcp
- port: "{{ .Values.service.dns.ports.dns.port }}"
- targetPort: 53
- dot:
- enabled: true
- ports:
- dot:
- enabled: true
- port: 853
- protocol: tcp
- targetPort: 853
- https:
- enabled: true
- ports:
- https:
- enabled: true
- port: 4443
- protocol: https
- targetPort: 4443
- k8sgateway:
- enabled: true
- ports:
- k8sgateway:
- enabled: true
- port: 5353
- protocol: udp
- targetPort: 5353
-## TODO Add support for SCALE certificates and certificates secrets here
-certFile: ""
-keyFile: ""
-logLevel: info
-logFormat: text
-logTimestamp: true
-logPrivacy: false
-dohUserAgent: ""
-minTlsServeVersion: 1.2
-# -- set the default DNS upstream servers
-# Primarily designed for inclusion in the TrueNAS SCALE GUI
-defaultUpstreams:
- # Cloudflare
- - 1.1.1.1
- - 1.0.0.1
- # Google
- - 8.8.8.8
- - 8.8.4.4
- # Quad9
- - 9.9.9.9
- - 149.112.112.112
- # OpenDNS
- - 208.67.222.222
- - 208.67.220.220
- # ComodoSecure DNS
- - 8.26.56.26
- - 8.20.247.20
-# -- set additional upstreams
-# Primarily designed for inclusion in the TrueNAS SCALE GUI
-upstreams:
-# - name: group2
-# dnsservers:
-# - 1.1.1.1
-
-# -- set bootstrap dns (not needed)
-# Ensures bootstrap encryption and ensure it doesn't use k8s dns
-bootstrapDns:
- # -- Upstream
- upstream: ""
- # -- IP's linked to upstream DoT/DoH DNS name
- ips: []
-# -- set additional bootstrap dns (not needed, only used if bootstrapDns is set)
-additionalBootstrapDns: []
-# - upstream: ""
-# ips: []
-
-# -- Return empty answer for these queries
-filtering:
- # -- Ensures filtering by query type
- queryTypes: []
-# -- Set manual custom DNS resolution
-customDNS:
- customTTL: 1h
- filterUnmappedTypes: true
- rewrite: []
- # - in: something.com
- # out: somethingelse.com
- mapping: []
- # - domain: something.com
- # dnsserver: 192.168.178.1
-# -- Setup client-name lookup
-clientLookup:
- # -- upstream used for client-name lookup
- upstream: ""
- singleNameOrder: []
- clients:
- # - domain: laptop
- # ips: []
-# -- Setup caching
-caching:
- minTime: 15m
- maxTime: 0
- maxItemsCount: 0
- prefetching: true
- prefetchExpires: 12h
- prefetchThreshold: 5
- prefetchMaxItemsCount: 0
- cacheTimeNegative: 30m
-# -- set conditional settings
-# Primarily designed for inclusion in the TrueNAS SCALE GUI
-conditional:
- rewrite: []
- # - in: something.com
- # out: somethingelse.com
- mapping: []
- # - domain: something.com
- # dnsserver: 192.168.178.1
-# -- set blocking settings using Lists
-# Primarily designed for inclusion in the TrueNAS SCALE GUI
-blocking:
- # -- Sets the blocktype
- blockType: nxDomain
- # -- Sets the block ttl
- blockTTL: 6h
- # -- Sets the block refreshPeriod
- refreshPeriod: 4h
- # -- Sets the block download timeout
- downloadTimeout: 60s
- # -- Sets the block download attempt count
- downloadAttempts: 3
- # -- Sets the block download cooldown
- downloadCooldown: 5s
- # -- Set the start strategy (blocking | failOnError | fast)
- startStrategy: fast
- # -- Sets how many list-groups can be processed at the same time
- processingConcurrency: 8
- # -- Add blocky whitelists
- # `default` name is reservered for TrueCharts included default whitelist
- # example shows the structure, though name should be changed when used
- whitelist: []
- # - name: default
- # lists:
- # - https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/optional-list.txt
- # - https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt
- # - https://raw.githubusercontent.com/rahilpathan/pihole-whitelist/main/1.LowWL.txt
-
- # -- Blocky blacklists
- # `default` name is reservered for TrueCharts included default blacklist
- # example shows the structure, though name should be changed when used
- blacklist: []
- # - name: default
- # lists:
- # - https://big.oisd.nl/domainswild
-
- # -- Blocky clientGroupsBlock
- clientGroupsBlock:
- - name: default
- groups:
- - default
-# -- configure using hostsfile for lookups
-# Allows for using the hosts configured in kubernetes and such
-hostsFile:
- enabled: false
- filePath: /etc/hosts
- hostsTTL: 60m
- refreshPeriod: 30m
-
-podOptions:
- automountServiceAccountToken: true
-portal:
- open:
- enabled: false
-serviceAccount:
- main:
- # -- Specifies whether a service account should be created
- enabled: true
- primary: true
-# -- Create a ClusterRole and ClusterRoleBinding
-# @default -- See below
-rbac:
- main:
- # -- Enables or disables the ClusterRole and ClusterRoleBinding
- enabled: true
- primary: true
- clusterWide: true
- # -- Set Rules on the ClusterRole
- rules:
- - apiGroups:
- - ""
- resources:
- - services
- - namespaces
- verbs:
- - list
- - watch
- - apiGroups:
- - extensions
- - networking.k8s.io
- resources:
- - ingresses
- verbs:
- - list
- - watch
-k8sgateway:
- enabled: true
- # -- TTL for non-apex responses (in seconds)
- ttl: 300
- # -- Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"]
- watchedResources: []
- # -- Service name of a secondary DNS server (should be `serviceName.namespace`)
- secondary: ""
- # -- Override the default `serviceName.namespace` domain apex
- apex: ""
- # -- list of processed domains
- domains: []
- # -- Delegated domain
- # - domain: "example.com"
- # # -- Optional configuration option for DNS01 challenge that will redirect all acme
- # # challenge requests to external cloud domain (e.g. managed by cert-manager)
- # # See: https://cert-manager.io/docs/configuration/acme/dns01/
- # dnsChallenge:
- # enabled: false
- # domain: dns01.clouddns.com
-
- forward:
- enabled: false
- primary: tls://1.1.1.1
- secondary: tls://1.0.0.1
- options:
- - name: tls_servername
- value: cloudflare-dns.com
-
-configmap:
- dashboard:
- enabled: true
- labels:
- grafana_dashboard: "1"
- data:
- blocky.json: >-
- {{ .Files.Get "dashboard.json" | indent 8 }}
- blockypostgres.json: >-
- {{ .Files.Get "dashboardpsql.json" | indent 8 }}
- datasource:
- enabled: true
- labels:
- grafana_datasources: "1"
- data:
- datasourceblockypsql.yaml: |-
- apiVersion: 1
- datasources:
- - name: BlockyPostgres
- type: postgres
- uid: blockypostgres
- url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
- access: proxy
- user: {{ .Values.cnpg.main.user }}
- secureJsonData:
- password: {{ .Values.cnpg.main.creds.password | default "na" }}
- jsonData:
- database: {{ .Values.cnpg.main.database }}
- sslmode: 'disable' # disable/require/verify-ca/verify-full
- maxOpenConns: 100 # Grafana v5.4+
- maxIdleConns: 100 # Grafana v5.4+
- maxIdleConnsAuto: true # Grafana v9.5.1+
- connMaxLifetime: 14400 # Grafana v5.4+
- postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
- timescaledb: false
-
-metrics:
- main:
- # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
- # @default -- See values.yaml
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: main
- path: /metrics
- # -- Enable and configure Prometheus Rules for the chart under this key.
- # @default -- See values.yaml
- prometheusRule:
- enabled: false
- labels: {}
- # -- Configure additionial rules for the chart under this key.
- # @default -- See prometheusrules.yaml
- rules: []
- # - alert: UnifiPollerAbsent
- # annotations:
- # description: Unifi Poller has disappeared from Prometheus service discovery.
- # summary: Unifi Poller is down.
- # expr: |
- # absent(up{job=~".*unifi-poller.*"} == 1)
- # for: 5m
- # labels:
- # severity: critical
-
-redis:
- enabled: true
-# CANNOT be defined in above yaml section
-queryLog:
- # optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
- type: "postgresql"
- # directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql
- # target: /var/log/something
- # postgresql target: postgres://user:password@db_host_or_ip:5432/db_name
- # if > 0, deletes log files which are older than ... days
- logRetentionDays: 0
- # optional: Max attempts to create specific query log writer, default: 3
- creationAttempts: 3
- # optional: Time between the creation attempts, default: 2s
- creationCooldown: 2s
-
-cnpg:
- main:
- enabled: true
- user: blocky
- database: blocky
diff --git a/premium/blocky/14.5.6/questions.yaml b/premium/blocky/14.5.6/questions.yaml
deleted file mode 100755
index a5a7e69d908..00000000000
--- a/premium/blocky/14.5.6/questions.yaml
+++ /dev/null
@@ -1,3781 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: webUI
- group: App Configuration
- label: WebUI Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Web UI
- description: Enables Web UI
- schema:
- type: boolean
- default: true
- - variable: apiURL
- label: API URL
- description: API URL for webUI, including port. Only used when not using ingress
- schema:
- type: string
- default: "http://127.0.0.1:4000"
- - variable: overrideDefaults
- group: App Configuration
- label: Override Default Upstreams
- description: Overrides the predefined DNS server upstream list
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: defaultUpstreams
- label: Default Upstreams
- schema:
- type: list
- default: []
- items:
- - variable: upstreamEntry
- label: Upstream Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: upstreams
- group: App Configuration
- label: Upstreams Groups
- description: Refer to
-
https://0xerr0r.github.io/blocky/configuration/#upstream-configuration
- schema:
- type: list
- default: []
- items:
- - variable: upstreamsGroupEntry
- label: Upstreams Group Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Group Name
- schema:
- type: string
- required: true
- default: ""
- - variable: upstreams
- label: Upstreams
- schema:
- type: list
- required: true
- default: []
- items:
- - variable: upstreamEntry
- label: upstream Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: bootstrapDns
- group: App Configuration
- label: Bootstrap DNS
- description: Used to resolve upstream DoH and DoT servers that are specified as hostnames.
-
Refer to https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: upstream
- label: Upstream
- schema:
- type: string
- default: ""
- - variable: ips
- label: IPs
- schema:
- type: list
- default: []
- items:
- - variable: ipEntry
- label: IP Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: additionalBootstrapDns
- group: App Configuration
- label: Additional Bootstrap DNS
- schema:
- type: list
- show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]]
- default: []
- items:
- - variable: additionalBootstrapDnsEntry
- label: Additional Bootstrap DNS Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: upstream
- label: Upstream
- schema:
- type: string
- default: ""
- - variable: ips
- label: IPs
- schema:
- type: list
- default: []
- items:
- - variable: ipEntry
- label: IP Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: filtering
- group: App Configuration
- label: Filtering
- description: Define one or more DNS query types; all queries with these types will be dropped
-
Refer to https://0xerr0r.github.io/blocky/configuration/#filtering
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: queryTypes
- label: Query Types
- schema:
- type: list
- default: []
- items:
- - variable: queryTypeEntry
- label: Query Type Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: customDNS
- group: App Configuration
- label: Custom DNS
- description: Define your own domain name to IP mappings.
-
Refer to https://0xerr0r.github.io/blocky/configuration/#custom-dns
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: customTTL
- label: Custom TTL
- schema:
- type: string
- default: 1h
- - variable: filterUnmappedTypes
- label: Filter Unmapped Types
- schema:
- type: boolean
- default: true
- - variable: rewrite
- label: Rewrite
- schema:
- type: list
- default: []
- items:
- - variable: rewriteEntry
- label: Rewrite Entry
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: in
- label: In
- schema:
- type: string
- required: true
- default: ""
- - variable: out
- label: Out
- schema:
- type: string
- required: true
- default: ""
- - variable: mapping
- label: Mapping
- schema:
- type: list
- default: []
- items:
- - variable: mappingEntry
- label: Mapping Entry
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: domain
- label: Domain
- schema:
- type: string
- required: true
- default: ""
- - variable: dnsserver
- label: DNS Server
- schema:
- type: string
- required: true
- default: ""
- - variable: clientLookup
- group: App Configuration
- label: Client Lookup
- description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH)
-
Refer to https://0xerr0r.github.io/blocky/configuration/#client-name-lookup
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: upstream
- label: Upstream
- schema:
- type: string
- default: ""
- - variable: singleNameOrder
- label: Single Name Order
- schema:
- type: list
- default: []
- items:
- - variable: singleNameEntry
- label: Single Name Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: clients
- label: Clients
- schema:
- type: list
- default: []
- items:
- - variable: clientEntry
- label: Client Entry
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: domain
- label: Domain
- schema:
- type: string
- required: true
- default: ""
- - variable: ips
- label: IPs
- schema:
- type: list
- default: []
- items:
- - variable: ipEntry
- label: IP Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: caching
- group: App Configuration
- label: Caching
- description: Refer to
-
https://0xerr0r.github.io/blocky/configuration/#caching
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: minTime
- label: Min Time
- schema:
- type: string
- default: 5m
- - variable: maxTime
- label: Max Time
- schema:
- type: string
- default: 30m
- - variable: maxItemsCount
- label: Max Items Count
- schema:
- type: int
- default: 0
- - variable: prefetching
- label: Prefetching
- schema:
- type: boolean
- default: false
- - variable: prefetchExpires
- label: Prefetch Expires
- schema:
- type: string
- default: 2h
- - variable: prefetchThreshold
- label: Prefetch Threshold
- schema:
- type: int
- default: 5
- - variable: prefetchMaxItemsCount
- label: Prefetch Max Items Count
- schema:
- type: int
- default: 0
- - variable: cacheTimeNegative
- label: Cache Time Negative
- schema:
- type: string
- default: 30m
- - variable: conditional
- group: App Configuration
- label: Conditional
- description: Define which DNS resolver(s) should be used for queries for the particular domain
-
Refer to https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: rewrite
- label: Rewrite
- schema:
- type: list
- default: []
- items:
- - variable: rewriteEntry
- label: Rewrite Entry
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: in
- label: In
- schema:
- type: string
- required: true
- default: ""
- - variable: out
- label: Out
- schema:
- type: string
- required: true
- default: ""
- - variable: mapping
- label: Mapping
- schema:
- type: list
- default: []
- items:
- - variable: mappingEntry
- label: Mapping Entry
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: domain
- label: Domain
- schema:
- type: string
- required: true
- default: ""
- - variable: dnsserver
- label: DNS Server
- schema:
- type: string
- required: true
- default: ""
- - variable: blocking
- group: App Configuration
- label: Blocking
- description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name.
-
Refer to https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: blockType
- label: Block Type
- description: Set the response should be sent to the client, if a requested query is blocked
- schema:
- type: string
- default: nxDomain
- - variable: blockTTL
- label: Block TTL
- description: Set the TTL for answers to blocked domains
- schema:
- type: string
- default: 6h
- - variable: refreshPeriod
- label: Refresh Period
- description: Set how often blocky should refresh list cache
- schema:
- type: string
- default: 4h
- - variable: downloadTimeout
- label: Download Timeout
- description: Download attempt timeout
- schema:
- type: string
- default: 60s
- - variable: downloadAttempts
- label: Download Attempts
- description: How many download attempts should be performed
- schema:
- type: int
- default: 3
- - variable: downloadCooldown
- label: Download Cooldown
- description: Time between the download attempts
- schema:
- type: string
- default: 2s
- - variable: startStrategy
- label: Start Strategy
- description: |
- blocking: all blocking lists will be loaded before DNS resolution starts.
- failOnError: like blocking but blocky will shut down if any download fails.
- fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed
- schema:
- type: string
- default: blocking
- enum:
- - value: blocking
- description: Blocking
- - value: failOnError
- description: Fail On Error
- - value: fast
- description: Fast
- - variable: processingConcurrency
- label: Processing Concurrency
- description: Sets how many list-groups can be processed at the same time
- schema:
- type: int
- default: 4
- - variable: whitelist
- label: Whitelist
- description: Define whitelists, either URL or file
- schema:
- type: list
- default: []
- items:
- - variable: whitelistEntry
- label: Whitelist Group Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Group Name
- schema:
- type: string
- required: true
- default: ""
- - variable: lists
- label: Lists
- schema:
- type: list
- required: true
- default: []
- items:
- - variable: listEntry
- label: List Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: blacklist
- label: Blacklist
- description: Define blacklists, either URL or file
- schema:
- type: list
- default: []
- items:
- - variable: blacklistEntry
- label: Blacklist Group Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Group Name
- schema:
- type: string
- required: true
- default: ""
- - variable: lists
- label: Lists
- schema:
- type: list
- required: true
- default: []
- items:
- - variable: listEntry
- label: List Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: clientGroupsBlock
- label: Client Groups Block
- description: Define, which blocking group(s) should be used for which client in your network.
- schema:
- type: list
- default: []
- items:
- - variable: clientGroupBlockEntry
- label: Client Group Block Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Client Group Name
- schema:
- type: string
- required: true
- default: ""
- - variable: groups
- label: Groups
- schema:
- type: list
- required: true
- default: []
- items:
- - variable: groupEntry
- label: Group Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: hostsFile
- group: App Configuration
- label: Hosts File
- description: You can enable resolving of entries, located in local hosts file.
-
Refer to https://0xerr0r.github.io/blocky/configuration/#hosts-file
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: filePath
- label: File Path
- schema:
- type: string
- default: /etc/hosts
- - variable: hostsTTL
- label: Hosts TTL
- schema:
- type: string
- default: 60m
- - variable: refreshPeriod
- label: Refresh Period
- schema:
- type: string
- default: 30m
- - variable: queryLog
- group: App Configuration
- label: Query Logging configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Console
- - value: postgresql
- description: postgresql
- - value: csv
- description: csv
- - value: csv-client
- description: csv-client
- - variable: target
- label: Target
- schema:
- type: string
- show_if: [["type", "!=", "postgresql"]]
- default: "/var/log/something"
- - variable: logRetentionDays
- label: Log Retention Days
- schema:
- type: int
- default: 0
- - variable: creationAttempts
- label: Creation Attempts
- schema:
- type: int
- default: 3
- - variable: creationCooldown
- label: Creation Cooldown
- schema:
- type: string
- default: 2s
- - variable: k8sgateway
- group: App Configuration
- label: k8s-Gateway Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable k8s-Gateway
- description: Enables k8s-Gateway
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: domains
- label: Domains
- description: Please refer to CoreDNS docs for options
- schema:
- type: list
- default: []
- items:
- - variable: domainEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: domain
- label: Domain name
- schema:
- type: string
- required: true
- default: example.com
- - variable: dnsChallenge
- label: Forward dnsChallenge
- description: Optional configuration option for DNS01 challenge that will redirect all acme
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: domain
- label: Forward to Domain
- schema:
- type: string
- required: true
- default: dns01.clouddns.com
- - variable: advancedOptions
- label: Advanced Options
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- show_subquestions_if: true
- subquestions:
- - variable: ttl
- label: ttl
- description: TTL for non-apex responses (in seconds)
- schema:
- type: int
- default: 300
- - variable: watchedResources
- label: Watched Resources
- description: imit what kind of resources to watch, e.g. Ingress
- schema:
- type: list
- default: []
- items:
- - variable: watchedResource
- label: Watched Resource
- schema:
- type: string
- default: ""
- - variable: secondary
- label: Secondary DNS Server Service
- description: Service name of a secondary DNS server (should be serviceName.namespace)
- schema:
- type: string
- default: ""
- - variable: apex
- label: Apex
- description: Override the default `serviceName.namespace` domain apex
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: dns
- label: DNS Service
- description: The DNS service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: dns
- label: DNS Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 53
- required: true
- - variable: dot
- label: DoT Service
- description: "DNS-over-TLS service"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: ClusterIP
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: dot
- label: DoT Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 853
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/premium/blocky/14.5.6/.helmignore b/premium/blocky/14.6.2/.helmignore
similarity index 100%
rename from premium/blocky/14.5.6/.helmignore
rename to premium/blocky/14.6.2/.helmignore
diff --git a/premium/blocky/14.6.2/CHANGELOG.md b/premium/blocky/14.6.2/CHANGELOG.md
new file mode 100644
index 00000000000..fbc508a1503
--- /dev/null
+++ b/premium/blocky/14.6.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [blocky-14.6.2](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.2) (2024-03-25)
+
+### Chore
+
+
+
+- update values.yaml to reflect default blacklist/whitelist changes
+
+- bump blocky
+
+- update and annotate default DNS servers
+
+- remove non-functional blocklist
+
+- bump to release new default blocklists
+
+- bump blocky to apply whitelist/blacklist changes
+
+- bump to release updated default DNS servers
+
+- move blocky default lists directly to template
+
+- release lower blocky default lookup timeouts
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Docs
+
+
+
+- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658))
+
+### Feat
+
+
+
+- add pihole default blocklists as well.
+
+- add default blocklist, default whitelist, default group and enable customised prefetcher
+
+
+## [blocky-14.6.1](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.1) (2024-03-25)
+
+### Chore
+
+
+
+- move blocky default lists directly to template
+
+- release lower blocky default lookup timeouts
+
+- remove non-functional blocklist
+
+- bump to release new default blocklists
+
+- bump blocky to apply whitelist/blacklist changes
+
+- update values.yaml to reflect default blacklist/whitelist changes
+
+- bump blocky
+
+- bump to release updated default DNS servers
+
+- update and annotate default DNS servers
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Docs
+
+
+
+- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658))
\ No newline at end of file
diff --git a/premium/blocky/14.6.2/Chart.yaml b/premium/blocky/14.6.2/Chart.yaml
new file mode 100644
index 00000000000..b15840f6a71
--- /dev/null
+++ b/premium/blocky/14.6.2/Chart.yaml
@@ -0,0 +1,47 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 0.23.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
+home: https://truecharts.org/charts/premium/blocky
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
+keywords:
+ - dns
+ - blocky
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: blocky
+sources:
+ - https://github.com/Mozart409/blocky-frontend
+ - 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
+type: application
+version: 14.6.2
diff --git a/premium/blocky/14.5.6/LICENSE b/premium/blocky/14.6.2/LICENSE
similarity index 100%
rename from premium/blocky/14.5.6/LICENSE
rename to premium/blocky/14.6.2/LICENSE
diff --git a/premium/blocky/14.5.6/README.md b/premium/blocky/14.6.2/README.md
similarity index 100%
rename from premium/blocky/14.5.6/README.md
rename to premium/blocky/14.6.2/README.md
diff --git a/premium/blocky/14.6.2/app-changelog.md b/premium/blocky/14.6.2/app-changelog.md
new file mode 100644
index 00000000000..ee269436095
--- /dev/null
+++ b/premium/blocky/14.6.2/app-changelog.md
@@ -0,0 +1,51 @@
+
+
+## [blocky-14.6.2](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.6.2) (2024-03-25)
+
+### Chore
+
+
+
+- update values.yaml to reflect default blacklist/whitelist changes
+
+- bump blocky
+
+- update and annotate default DNS servers
+
+- remove non-functional blocklist
+
+- bump to release new default blocklists
+
+- bump blocky to apply whitelist/blacklist changes
+
+- bump to release updated default DNS servers
+
+- move blocky default lists directly to template
+
+- release lower blocky default lookup timeouts
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Docs
+
+
+
+- update setup guide ([#19658](https://github.com/truecharts/charts/issues/19658))
+
+### Feat
+
+
+
+- add pihole default blocklists as well.
+
+- add default blocklist, default whitelist, default group and enable customised prefetcher
\ No newline at end of file
diff --git a/premium/blocky/14.5.6/app-readme.md b/premium/blocky/14.6.2/app-readme.md
similarity index 100%
rename from premium/blocky/14.5.6/app-readme.md
rename to premium/blocky/14.6.2/app-readme.md
diff --git a/premium/blocky/14.6.2/charts/common-20.2.4.tgz b/premium/blocky/14.6.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/blocky/14.6.2/charts/common-20.2.4.tgz differ
diff --git a/premium/blocky/14.6.2/charts/redis-13.2.2.tgz b/premium/blocky/14.6.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/premium/blocky/14.6.2/charts/redis-13.2.2.tgz differ
diff --git a/premium/blocky/14.5.6/dashboard.json b/premium/blocky/14.6.2/dashboard.json
similarity index 100%
rename from premium/blocky/14.5.6/dashboard.json
rename to premium/blocky/14.6.2/dashboard.json
diff --git a/premium/blocky/14.5.6/dashboardpsql.json b/premium/blocky/14.6.2/dashboardpsql.json
similarity index 100%
rename from premium/blocky/14.5.6/dashboardpsql.json
rename to premium/blocky/14.6.2/dashboardpsql.json
diff --git a/premium/blocky/14.6.2/ix_values.yaml b/premium/blocky/14.6.2/ix_values.yaml
new file mode 100644
index 00000000000..a8853c7ae22
--- /dev/null
+++ b/premium/blocky/14.6.2/ix_values.yaml
@@ -0,0 +1,379 @@
+image:
+ repository: spx01/blocky
+ tag: v0.23@sha256:24855b63986c790093554a1f62b58379a06bc10a90ee073906e7c39bf692adcc
+ pullPolicy: IfNotPresent
+k8sgatewayImage:
+ repository: quay.io/oriedge/k8s_gateway
+ pullPolicy: IfNotPresent
+ tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b
+
+workload:
+ main:
+ replicas: 2
+ strategy: RollingUpdate
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ type: exec
+ command:
+ - /app/blocky
+ - healthcheck
+ readiness:
+ enabled: false
+ type: exec
+ command:
+ - /app/blocky
+ - healthcheck
+ startup:
+ enabled: false
+ type: exec
+ command:
+ - /app/blocky
+ - healthcheck
+# -- Blocky Config File content
+blockyConfig: {}
+# upstream:
+# default:
+# - 1.1.1.1
+
+# -- some general blocky settings
+blocky:
+ # -- Enable prometheus annotations
+ enablePrometheus: true
+service:
+ main:
+ enabled: true
+ ports:
+ main:
+ enabled: true
+ port: 4000
+ protocol: http
+ targetPort: 4000
+ dns:
+ enabled: true
+ ports:
+ dns:
+ enabled: true
+ port: 53
+ protocol: udp
+ targetPort: 53
+ dnstcp:
+ enabled: true
+ protocol: tcp
+ port: "{{ .Values.service.dns.ports.dns.port }}"
+ targetPort: 53
+ dot:
+ enabled: true
+ ports:
+ dot:
+ enabled: true
+ port: 853
+ protocol: tcp
+ targetPort: 853
+ https:
+ enabled: true
+ ports:
+ https:
+ enabled: true
+ port: 4443
+ protocol: https
+ targetPort: 4443
+ k8sgateway:
+ enabled: true
+ ports:
+ k8sgateway:
+ enabled: true
+ port: 5353
+ protocol: udp
+ targetPort: 5353
+## TODO Add support for SCALE certificates and certificates secrets here
+certFile: ""
+keyFile: ""
+logLevel: info
+logFormat: text
+logTimestamp: true
+logPrivacy: false
+dohUserAgent: ""
+minTlsServeVersion: 1.2
+# -- set the default DNS upstream servers
+# Primarily designed for inclusion in the TrueNAS SCALE GUI
+defaultUpstreams:
+ # Cloudflare
+ - 1.1.1.1
+ - 1.0.0.1
+ # Google
+ - 8.8.8.8
+ - 8.8.4.4
+ # Quad9
+ - 9.9.9.9
+ - 149.112.112.112
+ # OpenDNS
+ - 208.67.222.222
+ - 208.67.220.220
+ # ComodoSecure DNS
+ - 8.26.56.26
+ - 8.20.247.20
+# -- set additional upstreams
+# Primarily designed for inclusion in the TrueNAS SCALE GUI
+upstreams:
+# - name: group2
+# dnsservers:
+# - 1.1.1.1
+
+# -- set bootstrap dns (not needed)
+# Ensures bootstrap encryption and ensure it doesn't use k8s dns
+bootstrapDns:
+ # -- Upstream
+ upstream: ""
+ # -- IP's linked to upstream DoT/DoH DNS name
+ ips: []
+# -- set additional bootstrap dns (not needed, only used if bootstrapDns is set)
+additionalBootstrapDns: []
+# - upstream: ""
+# ips: []
+
+# -- Return empty answer for these queries
+filtering:
+ # -- Ensures filtering by query type
+ queryTypes: []
+# -- Set manual custom DNS resolution
+customDNS:
+ customTTL: 1h
+ filterUnmappedTypes: true
+ rewrite: []
+ # - in: something.com
+ # out: somethingelse.com
+ mapping: []
+ # - domain: something.com
+ # dnsserver: 192.168.178.1
+# -- Setup client-name lookup
+clientLookup:
+ # -- upstream used for client-name lookup
+ upstream: ""
+ singleNameOrder: []
+ clients:
+ # - domain: laptop
+ # ips: []
+# -- Setup caching
+caching:
+ minTime: 15m
+ maxTime: 0
+ maxItemsCount: 0
+ prefetching: true
+ prefetchExpires: 12h
+ prefetchThreshold: 5
+ prefetchMaxItemsCount: 0
+ cacheTimeNegative: 30m
+# -- set conditional settings
+# Primarily designed for inclusion in the TrueNAS SCALE GUI
+conditional:
+ rewrite: []
+ # - in: something.com
+ # out: somethingelse.com
+ mapping: []
+ # - domain: something.com
+ # dnsserver: 192.168.178.1
+# -- set blocking settings using Lists
+# Primarily designed for inclusion in the TrueNAS SCALE GUI
+blocking:
+ # -- Sets the blocktype
+ blockType: nxDomain
+ # -- Sets the block ttl
+ blockTTL: 6h
+ # -- Sets the block refreshPeriod
+ refreshPeriod: 4h
+ # -- Sets the block download timeout
+ downloadTimeout: 60s
+ # -- Sets the block download attempt count
+ downloadAttempts: 3
+ # -- Sets the block download cooldown
+ downloadCooldown: 5s
+ # -- Set the start strategy (blocking | failOnError | fast)
+ startStrategy: fast
+ # -- Sets how many list-groups can be processed at the same time
+ processingConcurrency: 8
+ # -- Add blocky whitelists
+ # `default` name is reservered for TrueCharts included default whitelist
+ # example shows the structure, though name should be changed when used
+ whitelist:
+ []
+ # - name: default
+ # lists:
+ # - https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/optional-list.txt
+ # - https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt
+ # - https://raw.githubusercontent.com/rahilpathan/pihole-whitelist/main/1.LowWL.txt
+
+ # -- Blocky blacklists
+ # `default` name is reservered for TrueCharts included default blacklist
+ # example shows the structure, though name should be changed when used
+ blacklist:
+ []
+ # - name: default
+ # lists:
+ # - https://big.oisd.nl/domainswild
+
+ # -- Blocky clientGroupsBlock
+ clientGroupsBlock:
+ - name: default
+ groups:
+ - default
+# -- configure using hostsfile for lookups
+# Allows for using the hosts configured in kubernetes and such
+hostsFile:
+ enabled: false
+ filePath: /etc/hosts
+ hostsTTL: 60m
+ refreshPeriod: 30m
+
+podOptions:
+ automountServiceAccountToken: true
+portal:
+ open:
+ enabled: false
+serviceAccount:
+ main:
+ # -- Specifies whether a service account should be created
+ enabled: true
+ primary: true
+# -- Create a ClusterRole and ClusterRoleBinding
+# @default -- See below
+rbac:
+ main:
+ # -- Enables or disables the ClusterRole and ClusterRoleBinding
+ enabled: true
+ primary: true
+ clusterWide: true
+ # -- Set Rules on the ClusterRole
+ rules:
+ - apiGroups:
+ - ""
+ resources:
+ - services
+ - namespaces
+ verbs:
+ - list
+ - watch
+ - apiGroups:
+ - extensions
+ - networking.k8s.io
+ resources:
+ - ingresses
+ verbs:
+ - list
+ - watch
+k8sgateway:
+ enabled: true
+ # -- TTL for non-apex responses (in seconds)
+ ttl: 300
+ # -- Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"]
+ watchedResources: []
+ # -- Service name of a secondary DNS server (should be `serviceName.namespace`)
+ secondary: ""
+ # -- Override the default `serviceName.namespace` domain apex
+ apex: ""
+ # -- list of processed domains
+ domains: []
+ # -- Delegated domain
+ # - domain: "example.com"
+ # # -- Optional configuration option for DNS01 challenge that will redirect all acme
+ # # challenge requests to external cloud domain (e.g. managed by cert-manager)
+ # # See: https://cert-manager.io/docs/configuration/acme/dns01/
+ # dnsChallenge:
+ # enabled: false
+ # domain: dns01.clouddns.com
+
+ forward:
+ enabled: false
+ primary: tls://1.1.1.1
+ secondary: tls://1.0.0.1
+ options:
+ - name: tls_servername
+ value: cloudflare-dns.com
+
+configmap:
+ dashboard:
+ enabled: true
+ labels:
+ grafana_dashboard: "1"
+ data:
+ blocky.json: >-
+ {{ .Files.Get "dashboard.json" | indent 8 }}
+ blockypostgres.json: >-
+ {{ .Files.Get "dashboardpsql.json" | indent 8 }}
+ datasource:
+ enabled: true
+ labels:
+ grafana_datasources: "1"
+ data:
+ datasourceblockypsql.yaml: |-
+ apiVersion: 1
+ datasources:
+ - name: BlockyPostgres
+ type: postgres
+ uid: blockypostgres
+ url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
+ access: proxy
+ user: {{ .Values.cnpg.main.user }}
+ secureJsonData:
+ password: {{ .Values.cnpg.main.creds.password | default "na" }}
+ jsonData:
+ database: {{ .Values.cnpg.main.database }}
+ sslmode: 'disable' # disable/require/verify-ca/verify-full
+ maxOpenConns: 100 # Grafana v5.4+
+ maxIdleConns: 100 # Grafana v5.4+
+ maxIdleConnsAuto: true # Grafana v9.5.1+
+ connMaxLifetime: 14400 # Grafana v5.4+
+ postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
+ timescaledb: false
+
+metrics:
+ main:
+ # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
+ # @default -- See values.yaml
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: main
+ path: /metrics
+ # -- Enable and configure Prometheus Rules for the chart under this key.
+ # @default -- See values.yaml
+ prometheusRule:
+ enabled: false
+ labels: {}
+ # -- Configure additionial rules for the chart under this key.
+ # @default -- See prometheusrules.yaml
+ rules: []
+ # - alert: UnifiPollerAbsent
+ # annotations:
+ # description: Unifi Poller has disappeared from Prometheus service discovery.
+ # summary: Unifi Poller is down.
+ # expr: |
+ # absent(up{job=~".*unifi-poller.*"} == 1)
+ # for: 5m
+ # labels:
+ # severity: critical
+
+redis:
+ enabled: true
+# CANNOT be defined in above yaml section
+queryLog:
+ # optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
+ type: "postgresql"
+ # directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql
+ # target: /var/log/something
+ # postgresql target: postgres://user:password@db_host_or_ip:5432/db_name
+ # if > 0, deletes log files which are older than ... days
+ logRetentionDays: 0
+ # optional: Max attempts to create specific query log writer, default: 3
+ creationAttempts: 3
+ # optional: Time between the creation attempts, default: 2s
+ creationCooldown: 2s
+
+cnpg:
+ main:
+ enabled: true
+ user: blocky
+ database: blocky
diff --git a/premium/blocky/14.6.2/questions.yaml b/premium/blocky/14.6.2/questions.yaml
new file mode 100755
index 00000000000..852d89ab45d
--- /dev/null
+++ b/premium/blocky/14.6.2/questions.yaml
@@ -0,0 +1,3782 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: webUI
+ group: App Configuration
+ label: WebUI Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Web UI
+ description: Enables Web UI
+ schema:
+ type: boolean
+ default: true
+ - variable: apiURL
+ label: API URL
+ description: API URL for webUI, including port. Only used when not using ingress
+ schema:
+ type: string
+ default: "http://127.0.0.1:4000"
+ - variable: overrideDefaults
+ group: App Configuration
+ label: Override Default Upstreams
+ description: Overrides the predefined DNS server upstream list
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: defaultUpstreams
+ label: Default Upstreams
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: upstreamEntry
+ label: Upstream Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: upstreams
+ group: App Configuration
+ label: Upstreams Groups
+ description: Refer to
+
https://0xerr0r.github.io/blocky/configuration/#upstream-configuration
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: upstreamsGroupEntry
+ label: Upstreams Group Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Group Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: upstreams
+ label: Upstreams
+ schema:
+ type: list
+ required: true
+ default: []
+ items:
+ - variable: upstreamEntry
+ label: upstream Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: bootstrapDns
+ group: App Configuration
+ label: Bootstrap DNS
+ description: Used to resolve upstream DoH and DoT servers that are specified as hostnames.
+
Refer to https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: upstream
+ label: Upstream
+ schema:
+ type: string
+ default: ""
+ - variable: ips
+ label: IPs
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipEntry
+ label: IP Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: additionalBootstrapDns
+ group: App Configuration
+ label: Additional Bootstrap DNS
+ schema:
+ type: list
+ show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]]
+ default: []
+ items:
+ - variable: additionalBootstrapDnsEntry
+ label: Additional Bootstrap DNS Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: upstream
+ label: Upstream
+ schema:
+ type: string
+ default: ""
+ - variable: ips
+ label: IPs
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipEntry
+ label: IP Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: filtering
+ group: App Configuration
+ label: Filtering
+ description: Define one or more DNS query types; all queries with these types will be dropped
+
Refer to https://0xerr0r.github.io/blocky/configuration/#filtering
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: queryTypes
+ label: Query Types
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: queryTypeEntry
+ label: Query Type Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: customDNS
+ group: App Configuration
+ label: Custom DNS
+ description: Define your own domain name to IP mappings.
+
Refer to https://0xerr0r.github.io/blocky/configuration/#custom-dns
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: customTTL
+ label: Custom TTL
+ schema:
+ type: string
+ default: 1h
+ - variable: filterUnmappedTypes
+ label: Filter Unmapped Types
+ schema:
+ type: boolean
+ default: true
+ - variable: rewrite
+ label: Rewrite
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rewriteEntry
+ label: Rewrite Entry
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: in
+ label: In
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: out
+ label: Out
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: mapping
+ label: Mapping
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: mappingEntry
+ label: Mapping Entry
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: domain
+ label: Domain
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: dnsserver
+ label: DNS Server
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clientLookup
+ group: App Configuration
+ label: Client Lookup
+ description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH)
+
Refer to https://0xerr0r.github.io/blocky/configuration/#client-name-lookup
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: upstream
+ label: Upstream
+ schema:
+ type: string
+ default: ""
+ - variable: singleNameOrder
+ label: Single Name Order
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: singleNameEntry
+ label: Single Name Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clients
+ label: Clients
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: clientEntry
+ label: Client Entry
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: domain
+ label: Domain
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: ips
+ label: IPs
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipEntry
+ label: IP Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: caching
+ group: App Configuration
+ label: Caching
+ description: Refer to
+
https://0xerr0r.github.io/blocky/configuration/#caching
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: minTime
+ label: Min Time
+ schema:
+ type: string
+ default: 5m
+ - variable: maxTime
+ label: Max Time
+ schema:
+ type: string
+ default: 30m
+ - variable: maxItemsCount
+ label: Max Items Count
+ schema:
+ type: int
+ default: 0
+ - variable: prefetching
+ label: Prefetching
+ schema:
+ type: boolean
+ default: false
+ - variable: prefetchExpires
+ label: Prefetch Expires
+ schema:
+ type: string
+ default: 2h
+ - variable: prefetchThreshold
+ label: Prefetch Threshold
+ schema:
+ type: int
+ default: 5
+ - variable: prefetchMaxItemsCount
+ label: Prefetch Max Items Count
+ schema:
+ type: int
+ default: 0
+ - variable: cacheTimeNegative
+ label: Cache Time Negative
+ schema:
+ type: string
+ default: 30m
+ - variable: conditional
+ group: App Configuration
+ label: Conditional
+ description: Define which DNS resolver(s) should be used for queries for the particular domain
+
Refer to https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: rewrite
+ label: Rewrite
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rewriteEntry
+ label: Rewrite Entry
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: in
+ label: In
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: out
+ label: Out
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: mapping
+ label: Mapping
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: mappingEntry
+ label: Mapping Entry
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: domain
+ label: Domain
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: dnsserver
+ label: DNS Server
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: blocking
+ group: App Configuration
+ label: Blocking
+ description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name.
+
Refer to https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: blockType
+ label: Block Type
+ description: Set the response should be sent to the client, if a requested query is blocked
+ schema:
+ type: string
+ default: nxDomain
+ - variable: blockTTL
+ label: Block TTL
+ description: Set the TTL for answers to blocked domains
+ schema:
+ type: string
+ default: 6h
+ - variable: refreshPeriod
+ label: Refresh Period
+ description: Set how often blocky should refresh list cache
+ schema:
+ type: string
+ default: 4h
+ - variable: downloadTimeout
+ label: Download Timeout
+ description: Download attempt timeout
+ schema:
+ type: string
+ default: 60s
+ - variable: downloadAttempts
+ label: Download Attempts
+ description: How many download attempts should be performed
+ schema:
+ type: int
+ default: 3
+ - variable: downloadCooldown
+ label: Download Cooldown
+ description: Time between the download attempts
+ schema:
+ type: string
+ default: 2s
+ - variable: startStrategy
+ label: Start Strategy
+ description: |
+ blocking: all blocking lists will be loaded before DNS resolution starts.
+ failOnError: like blocking but blocky will shut down if any download fails.
+ fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed
+ schema:
+ type: string
+ default: blocking
+ enum:
+ - value: blocking
+ description: Blocking
+ - value: failOnError
+ description: Fail On Error
+ - value: fast
+ description: Fast
+ - variable: processingConcurrency
+ label: Processing Concurrency
+ description: Sets how many list-groups can be processed at the same time
+ schema:
+ type: int
+ default: 4
+ - variable: whitelist
+ label: Whitelist
+ description: Define whitelists, either URL or file
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: whitelistEntry
+ label: Whitelist Group Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Group Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lists
+ label: Lists
+ schema:
+ type: list
+ required: true
+ default: []
+ items:
+ - variable: listEntry
+ label: List Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: blacklist
+ label: Blacklist
+ description: Define blacklists, either URL or file
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: blacklistEntry
+ label: Blacklist Group Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Group Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lists
+ label: Lists
+ schema:
+ type: list
+ required: true
+ default: []
+ items:
+ - variable: listEntry
+ label: List Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clientGroupsBlock
+ label: Client Groups Block
+ description: Define, which blocking group(s) should be used for which client in your network.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: clientGroupBlockEntry
+ label: Client Group Block Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Client Group Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: groups
+ label: Groups
+ schema:
+ type: list
+ required: true
+ default: []
+ items:
+ - variable: groupEntry
+ label: Group Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: hostsFile
+ group: App Configuration
+ label: Hosts File
+ description: You can enable resolving of entries, located in local hosts file.
+
Refer to https://0xerr0r.github.io/blocky/configuration/#hosts-file
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: filePath
+ label: File Path
+ schema:
+ type: string
+ default: /etc/hosts
+ - variable: hostsTTL
+ label: Hosts TTL
+ schema:
+ type: string
+ default: 60m
+ - variable: refreshPeriod
+ label: Refresh Period
+ schema:
+ type: string
+ default: 30m
+ - variable: queryLog
+ group: App Configuration
+ label: Query Logging configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Console
+ - value: postgresql
+ description: postgresql
+ - value: csv
+ description: csv
+ - value: csv-client
+ description: csv-client
+ - variable: target
+ label: Target
+ schema:
+ type: string
+ show_if: [["type", "!=", "postgresql"]]
+ default: "/var/log/something"
+ - variable: logRetentionDays
+ label: Log Retention Days
+ schema:
+ type: int
+ default: 0
+ - variable: creationAttempts
+ label: Creation Attempts
+ schema:
+ type: int
+ default: 3
+ - variable: creationCooldown
+ label: Creation Cooldown
+ schema:
+ type: string
+ default: 2s
+ - variable: k8sgateway
+ group: App Configuration
+ label: k8s-Gateway Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable k8s-Gateway
+ description: Enables k8s-Gateway
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: domains
+ label: Domains
+ description: Please refer to CoreDNS docs for options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: domainEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: domain
+ label: Domain name
+ schema:
+ type: string
+ required: true
+ default: example.com
+ - variable: dnsChallenge
+ label: Forward dnsChallenge
+ description: Optional configuration option for DNS01 challenge that will redirect all acme
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: domain
+ label: Forward to Domain
+ schema:
+ type: string
+ required: true
+ default: dns01.clouddns.com
+ - variable: advancedOptions
+ label: Advanced Options
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ show_subquestions_if: true
+ subquestions:
+ - variable: ttl
+ label: ttl
+ description: TTL for non-apex responses (in seconds)
+ schema:
+ type: int
+ default: 300
+ - variable: watchedResources
+ label: Watched Resources
+ description: imit what kind of resources to watch, e.g. Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: watchedResource
+ label: Watched Resource
+ schema:
+ type: string
+ default: ""
+ - variable: secondary
+ label: Secondary DNS Server Service
+ description: Service name of a secondary DNS server (should be serviceName.namespace)
+ schema:
+ type: string
+ default: ""
+ - variable: apex
+ label: Apex
+ description: Override the default `serviceName.namespace` domain apex
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: dns
+ label: DNS Service
+ description: The DNS service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: dns
+ label: DNS Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 53
+ required: true
+ - variable: dot
+ label: DoT Service
+ description: "DNS-over-TLS service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: ClusterIP
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: dot
+ label: DoT Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 853
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/premium/blocky/14.5.6/templates/NOTES.txt b/premium/blocky/14.6.2/templates/NOTES.txt
similarity index 100%
rename from premium/blocky/14.5.6/templates/NOTES.txt
rename to premium/blocky/14.6.2/templates/NOTES.txt
diff --git a/premium/blocky/14.5.6/templates/_blockyConfig.tpl b/premium/blocky/14.6.2/templates/_blockyConfig.tpl
similarity index 99%
rename from premium/blocky/14.5.6/templates/_blockyConfig.tpl
rename to premium/blocky/14.6.2/templates/_blockyConfig.tpl
index 356dddf95cb..9e6cd8624d0 100644
--- a/premium/blocky/14.5.6/templates/_blockyConfig.tpl
+++ b/premium/blocky/14.6.2/templates/_blockyConfig.tpl
@@ -222,7 +222,6 @@ blocking:
default:
- https://big.oisd.nl/domainswild
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- - https://mirror1.malwaredomains.com/files/justdomains
{{- range $id, $value := .Values.blocking.blacklist }}
{{ $value.name }}:
{{- $value.lists | toYaml | nindent 10 }}
diff --git a/premium/blocky/14.5.6/templates/_k8sgateway.tpl b/premium/blocky/14.6.2/templates/_k8sgateway.tpl
similarity index 100%
rename from premium/blocky/14.5.6/templates/_k8sgateway.tpl
rename to premium/blocky/14.6.2/templates/_k8sgateway.tpl
diff --git a/premium/blocky/14.5.6/templates/common.yaml b/premium/blocky/14.6.2/templates/common.yaml
similarity index 100%
rename from premium/blocky/14.5.6/templates/common.yaml
rename to premium/blocky/14.6.2/templates/common.yaml
diff --git a/premium/blocky/14.5.6/values.yaml b/premium/blocky/14.6.2/values.yaml
similarity index 100%
rename from premium/blocky/14.5.6/values.yaml
rename to premium/blocky/14.6.2/values.yaml
diff --git a/premium/clusterissuer/7.6.0/CHANGELOG.md b/premium/clusterissuer/7.6.0/CHANGELOG.md
deleted file mode 100644
index 1d2c554aeac..00000000000
--- a/premium/clusterissuer/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [clusterissuer-7.6.0](https://github.com/truecharts/charts/compare/clusterissuer-7.5.3...clusterissuer-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [clusterissuer-7.5.3](https://github.com/truecharts/charts/compare/clusterissuer-7.5.2...clusterissuer-7.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `enterprise`- train to `premium`-train
\ No newline at end of file
diff --git a/premium/clusterissuer/7.6.0/Chart.yaml b/premium/clusterissuer/7.6.0/Chart.yaml
deleted file mode 100644
index 361ecd179ff..00000000000
--- a/premium/clusterissuer/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: core
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Certificate management for Kubernetes
-home: https://truecharts.org/charts/premium/clusterissuer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
-keywords:
- - cert-manager
- - certificates
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: clusterissuer
-sources:
- - https://cert-manager.io/
- - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
- - https://hub.docker.com/_/hello-world
-type: application
-version: 7.6.0
diff --git a/premium/clusterissuer/7.6.0/charts/common-20.1.5.tgz b/premium/clusterissuer/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/premium/clusterissuer/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/premium/clusterissuer/7.6.0/.helmignore b/premium/clusterissuer/7.7.3/.helmignore
similarity index 100%
rename from premium/clusterissuer/7.6.0/.helmignore
rename to premium/clusterissuer/7.7.3/.helmignore
diff --git a/premium/clusterissuer/7.7.3/CHANGELOG.md b/premium/clusterissuer/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..67ea3d3d6fa
--- /dev/null
+++ b/premium/clusterissuer/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clusterissuer-7.7.2](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/premium/clusterissuer/7.7.3/Chart.yaml b/premium/clusterissuer/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..69f38c17779
--- /dev/null
+++ b/premium/clusterissuer/7.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: core
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Certificate management for Kubernetes
+home: https://truecharts.org/charts/premium/clusterissuer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
+keywords:
+ - cert-manager
+ - certificates
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: clusterissuer
+sources:
+ - https://cert-manager.io/
+ - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
+ - https://hub.docker.com/_/hello-world
+type: application
+version: 7.7.3
diff --git a/premium/clusterissuer/7.6.0/README.md b/premium/clusterissuer/7.7.3/README.md
similarity index 100%
rename from premium/clusterissuer/7.6.0/README.md
rename to premium/clusterissuer/7.7.3/README.md
diff --git a/premium/clusterissuer/7.7.3/app-changelog.md b/premium/clusterissuer/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..821ccf29f9e
--- /dev/null
+++ b/premium/clusterissuer/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [clusterissuer-7.7.3](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/clusterissuer/7.6.0/app-readme.md b/premium/clusterissuer/7.7.3/app-readme.md
similarity index 100%
rename from premium/clusterissuer/7.6.0/app-readme.md
rename to premium/clusterissuer/7.7.3/app-readme.md
diff --git a/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz b/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/clusterissuer/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/premium/clusterissuer/7.6.0/ix_values.yaml b/premium/clusterissuer/7.7.3/ix_values.yaml
similarity index 100%
rename from premium/clusterissuer/7.6.0/ix_values.yaml
rename to premium/clusterissuer/7.7.3/ix_values.yaml
diff --git a/premium/clusterissuer/7.6.0/questions.yaml b/premium/clusterissuer/7.7.3/questions.yaml
similarity index 100%
rename from premium/clusterissuer/7.6.0/questions.yaml
rename to premium/clusterissuer/7.7.3/questions.yaml
diff --git a/premium/clusterissuer/7.6.0/templates/NOTES.txt b/premium/clusterissuer/7.7.3/templates/NOTES.txt
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/NOTES.txt
rename to premium/clusterissuer/7.7.3/templates/NOTES.txt
diff --git a/premium/clusterissuer/7.6.0/templates/clusterissuer/_ACME.tpl b/premium/clusterissuer/7.7.3/templates/clusterissuer/_ACME.tpl
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/clusterissuer/_ACME.tpl
rename to premium/clusterissuer/7.7.3/templates/clusterissuer/_ACME.tpl
diff --git a/premium/clusterissuer/7.6.0/templates/clusterissuer/_CA.tpl b/premium/clusterissuer/7.7.3/templates/clusterissuer/_CA.tpl
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/clusterissuer/_CA.tpl
rename to premium/clusterissuer/7.7.3/templates/clusterissuer/_CA.tpl
diff --git a/premium/clusterissuer/7.6.0/templates/clusterissuer/_clusterCertificates.tpl b/premium/clusterissuer/7.7.3/templates/clusterissuer/_clusterCertificates.tpl
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/clusterissuer/_clusterCertificates.tpl
rename to premium/clusterissuer/7.7.3/templates/clusterissuer/_clusterCertificates.tpl
diff --git a/premium/clusterissuer/7.6.0/templates/clusterissuer/_selfSigned.tpl b/premium/clusterissuer/7.7.3/templates/clusterissuer/_selfSigned.tpl
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/clusterissuer/_selfSigned.tpl
rename to premium/clusterissuer/7.7.3/templates/clusterissuer/_selfSigned.tpl
diff --git a/premium/clusterissuer/7.6.0/templates/common.yaml b/premium/clusterissuer/7.7.3/templates/common.yaml
similarity index 100%
rename from premium/clusterissuer/7.6.0/templates/common.yaml
rename to premium/clusterissuer/7.7.3/templates/common.yaml
diff --git a/premium/clusterissuer/7.6.0/values.yaml b/premium/clusterissuer/7.7.3/values.yaml
similarity index 100%
rename from premium/clusterissuer/7.6.0/values.yaml
rename to premium/clusterissuer/7.7.3/values.yaml
diff --git a/premium/grafana/14.8.0/CHANGELOG.md b/premium/grafana/14.8.0/CHANGELOG.md
deleted file mode 100644
index 46884ee9119..00000000000
--- a/premium/grafana/14.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/premium/grafana/14.8.0/Chart.yaml b/premium/grafana/14.8.0/Chart.yaml
deleted file mode 100644
index ca64dbd947e..00000000000
--- a/premium/grafana/14.8.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 10.4.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
-home: https://truecharts.org/charts/premium/grafana
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
-keywords:
- - analytics
- - monitoring
- - metrics
- - logs
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: grafana
-sources:
- - https://grafana.com/
- - https://github.com/bitnami/bitnami-docker-grafana
- - https://github.com/truecharts/charts/tree/master/charts/premium/grafana
- - https://quay.io/kiwigrid/k8s-sidecar
- - https://hub.docker.com/r/grafana/grafana
-type: application
-version: 14.8.0
diff --git a/premium/grafana/14.8.0/app-changelog.md b/premium/grafana/14.8.0/app-changelog.md
deleted file mode 100644
index 9919be96810..00000000000
--- a/premium/grafana/14.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [grafana-14.8.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/grafana/14.8.0/charts/common-20.2.0.tgz b/premium/grafana/14.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/premium/grafana/14.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/premium/grafana/14.8.0/ix_values.yaml b/premium/grafana/14.8.0/ix_values.yaml
deleted file mode 100644
index 6b76cb3206e..00000000000
--- a/premium/grafana/14.8.0/ix_values.yaml
+++ /dev/null
@@ -1,346 +0,0 @@
-image:
- repository: grafana/grafana
- pullPolicy: IfNotPresent
- tag: 10.4.0@sha256:f9811e4e687ffecf1a43adb9b64096c50bc0d7a782f8608530f478b6542de7d5
-
-sidecarImage:
- repository: quay.io/kiwigrid/k8s-sidecar
- tag: 1.26.1@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
-service:
- main:
- ports:
- main:
- protocol: http
- targetPort: 3000
- port: 3000
-workload:
- main:
- replicas: 2
- strategy: RollingUpdate
- podSpec:
- containers:
- main:
- env:
- GF_SECURITY_ADMIN_USER: "admin"
- GF_SECURITY_ADMIN_PASSWORD: "testpassword"
- GF_INSTALL_PLUGINS: ""
- GF_AUTH_LDAP_ENABLED: "false"
- GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
- GF_SERVER_HTTP_PORT: 3000
- GF_DATABASE_TYPE: postgres
- GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}"
- GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}"
- GF_DATABASE_SSL_MODE: disable
- GF_DATABASE_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- GF_DATABASE_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- probes:
- liveness:
- path: "/api/health"
- readiness:
- path: "/api/health"
- startup:
- path: "/api/health"
- dashboards:
- enabled: true
- imageSelector: sidecarImage
- env:
- IGNORE_ALREADY_PROCESSED: false
- METHOD: WATCH
- LABEL: grafana_dashboard
- LABEL_VALUE: "1"
- LOG_LEVEL: info
- FOLDER: /tmp/dashboards
- RESOURCE: both
- NAMESPACE: "ALL"
- UNIQUE_FILENAMES: false
- # NAMESPACE: null
- # FOLDER_ANNOTATION: null
- # script: null
- # WATCH_SERVER_TIMEOUT: 3600
- # WATCH_CLIENT_TIMEOUT: 3600
- SKIP_TLS_VERIFY: false
- REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
- REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
- REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload"
- REQ_METHOD: POST
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- datasources:
- enabled: true
- imageSelector: sidecarImage
- env:
- IGNORE_ALREADY_PROCESSED: false
- METHOD: WATCH
- LABEL: grafana_datasources
- LABEL_VALUE: "1"
- LOG_LEVEL: info
- FOLDER: /etc/grafana/provisioning/datasources
- RESOURCE: both
- NAMESPACE: "ALL"
- UNIQUE_FILENAMES: false
- # NAMESPACE: null
- # FOLDER_ANNOTATION: null
- # script: null
- # WATCH_SERVER_TIMEOUT: 3600
- # WATCH_CLIENT_TIMEOUT: 3600
- SKIP_TLS_VERIFY: false
- REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
- REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
- REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload"
- REQ_METHOD: POST
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- alerts:
- enabled: true
- imageSelector: sidecarImage
- env:
- IGNORE_ALREADY_PROCESSED: false
- METHOD: WATCH
- LABEL: grafana_alerts
- LABEL_VALUE: "1"
- LOG_LEVEL: info
- FOLDER: /etc/grafana/provisioning/alerts
- RESOURCE: both
- NAMESPACE: "ALL"
- UNIQUE_FILENAMES: false
- # NAMESPACE: null
- # FOLDER_ANNOTATION: null
- # script: null
- # WATCH_SERVER_TIMEOUT: 3600
- # WATCH_CLIENT_TIMEOUT: 3600
- SKIP_TLS_VERIFY: false
- REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
- REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
- REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload"
- REQ_METHOD: POST
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- plugins:
- enabled: true
- imageSelector: sidecarImage
- env:
- IGNORE_ALREADY_PROCESSED: false
- METHOD: WATCH
- LABEL: grafana_plugins
- LABEL_VALUE: "1"
- LOG_LEVEL: info
- FOLDER: /etc/grafana/provisioning/plugins
- RESOURCE: both
- NAMESPACE: "ALL"
- UNIQUE_FILENAMES: false
- # NAMESPACE: null
- # FOLDER_ANNOTATION: null
- # script: null
- # WATCH_SERVER_TIMEOUT: 3600
- # WATCH_CLIENT_TIMEOUT: 3600
- SKIP_TLS_VERIFY: false
- REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
- REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
- REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload"
- REQ_METHOD: POST
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- notifiers:
- enabled: true
- imageSelector: sidecarImage
- env:
- IGNORE_ALREADY_PROCESSED: false
- METHOD: WATCH
- LABEL: grafana_notifiers
- LABEL_VALUE: "1"
- LOG_LEVEL: info
- FOLDER: /etc/grafana/provisioning/notifiers
- RESOURCE: both
- NAMESPACE: "ALL"
- UNIQUE_FILENAMES: false
- # NAMESPACE: null
- # FOLDER_ANNOTATION: null
- # script: null
- # WATCH_SERVER_TIMEOUT: 3600
- # WATCH_CLIENT_TIMEOUT: 3600
- SKIP_TLS_VERIFY: false
- REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
- REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
- REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload"
- REQ_METHOD: POST
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-configmap:
- dashboard-provider:
- enabled: true
- data:
- provider.yaml: |-
- apiVersion: 1
- providers:
- - name: sidecarProvider
- orgId: 1
- folder: ''
- type: file
- disableDeletion: false
- allowUiUpdates: false
- updateIntervalSeconds: 30
- options:
- foldersFromFilesStructure: false
- path: /tmp/dashboards
- config:
- enabled: true
- data:
- grafana.ini: |-
- paths:
- data: /var/lib/grafana/
- logs: /var/log/grafana
- plugins: /var/lib/grafana/plugins
- provisioning: /etc/grafana/provisioning
- analytics:
- check_for_updates: true
- log:
- mode: console
- grafana_net:
- url: https://grafana.net
- server:
- domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}"
- ldap.toml: |-
- # nope
-
-persistence:
- config:
- enabled: true
- type: configmap
- objectName: config
- mountPath: /etc/grafana/grafana.ini
- subPath: grafana.ini
- ldap:
- enabled: true
- type: configmap
- objectName: config
- mountPath: /etc/grafana/ldap.toml
- subPath: ldap.toml
- data:
- enabled: true
- mountPath: "/var/lib/grafana"
- grafana-tmp:
- enabled: true
- type: emptyDir
- mountPath: /app/tmp
- targetSelectAll: true
- sc-dashboard-volume:
- enabled: true
- type: emptyDir
- mountPath: /tmp/dashboards
- targetSelectAll: true
- sc-dashboard-config:
- enabled: true
- type: configmap
- objectName: dashboard-provider
- mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml
- subPath: provider.yaml
- sc-datasource-volume:
- enabled: true
- type: emptyDir
- mountPath: /etc/grafana/provisioning/datasources
- targetSelectAll: true
- sc-alerts-volume:
- enabled: true
- type: emptyDir
- mountPath: /etc/grafana/provisioning/alerts
- targetSelectAll: true
- sc-plugins-volume:
- enabled: true
- type: emptyDir
- mountPath: /etc/grafana/provisioning/plugins
- targetSelectAll: true
- sc-notifiers-volume:
- enabled: true
- type: emptyDir
- mountPath: /etc/grafana/provisioning/notifiers
- targetSelectAll: true
-metrics:
- main:
- # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
- # @default -- See values.yaml
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: main
- path: /metrics
- # -- Enable and configure Prometheus Rules for the chart under this key.
- # @default -- See values.yaml
- prometheusRule:
- enabled: false
- labels: {}
- # -- Configure additionial rules for the chart under this key.
- # @default -- See prometheusrules.yaml
- rules: []
- # - alert: UnifiPollerAbsent
- # annotations:
- # description: Unifi Poller has disappeared from Prometheus service discovery.
- # summary: Unifi Poller is down.
- # expr: |
- # absent(up{job=~".*unifi-poller.*"} == 1)
- # for: 5m
- # labels:
- # severity: critical
-portal:
- open:
- enabled: true
-
-# -- Whether Role Based Access Control objects like roles and rolebindings should be created
-rbac:
- main:
- enabled: true
- primary: true
- clusterWide: true
- rules:
- - apiGroups: [""]
- resources: ["configmaps", "secrets"]
- verbs: ["get", "watch", "list"]
-
-serviceAccount:
- main:
- enabled: true
- primary: true
-
-podOptions:
- automountServiceAccountToken: true
-
-cnpg:
- main:
- enabled: true
- user: grafana
- database: grafana
diff --git a/premium/grafana/14.8.0/.helmignore b/premium/grafana/14.8.4/.helmignore
similarity index 100%
rename from premium/grafana/14.8.0/.helmignore
rename to premium/grafana/14.8.4/.helmignore
diff --git a/premium/grafana/14.8.4/CHANGELOG.md b/premium/grafana/14.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..602c4ad6536
--- /dev/null
+++ b/premium/grafana/14.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-14.8.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-14.8.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-14.8.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-14.8.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-14.8.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/grafana/14.8.4/Chart.yaml b/premium/grafana/14.8.4/Chart.yaml
new file mode 100644
index 00000000000..e994a3a128a
--- /dev/null
+++ b/premium/grafana/14.8.4/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 10.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
+home: https://truecharts.org/charts/premium/grafana
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
+keywords:
+ - analytics
+ - monitoring
+ - metrics
+ - logs
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: grafana
+sources:
+ - https://grafana.com/
+ - https://github.com/bitnami/bitnami-docker-grafana
+ - https://github.com/truecharts/charts/tree/master/charts/premium/grafana
+ - https://quay.io/kiwigrid/k8s-sidecar
+ - https://hub.docker.com/r/grafana/grafana
+type: application
+version: 14.8.4
diff --git a/premium/grafana/14.8.0/README.md b/premium/grafana/14.8.4/README.md
similarity index 100%
rename from premium/grafana/14.8.0/README.md
rename to premium/grafana/14.8.4/README.md
diff --git a/premium/grafana/14.8.4/app-changelog.md b/premium/grafana/14.8.4/app-changelog.md
new file mode 100644
index 00000000000..af331ee3bdd
--- /dev/null
+++ b/premium/grafana/14.8.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [grafana-14.8.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image grafana/grafana to v10.4.1[@753bbb9](https://github.com/753bbb9) by renovate ([#19607](https://github.com/truecharts/charts/issues/19607))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/grafana/14.8.0/app-readme.md b/premium/grafana/14.8.4/app-readme.md
similarity index 100%
rename from premium/grafana/14.8.0/app-readme.md
rename to premium/grafana/14.8.4/app-readme.md
diff --git a/premium/grafana/14.8.4/charts/common-20.2.4.tgz b/premium/grafana/14.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/grafana/14.8.4/charts/common-20.2.4.tgz differ
diff --git a/premium/grafana/14.8.4/ix_values.yaml b/premium/grafana/14.8.4/ix_values.yaml
new file mode 100644
index 00000000000..24e327600c5
--- /dev/null
+++ b/premium/grafana/14.8.4/ix_values.yaml
@@ -0,0 +1,346 @@
+image:
+ repository: grafana/grafana
+ pullPolicy: IfNotPresent
+ tag: 10.4.1@sha256:753bbb971071480d6630d3aa0d55345188c02f39456664f67c1ea443593638d0
+
+sidecarImage:
+ repository: quay.io/kiwigrid/k8s-sidecar
+ tag: 1.26.1@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ targetPort: 3000
+ port: 3000
+workload:
+ main:
+ replicas: 2
+ strategy: RollingUpdate
+ podSpec:
+ containers:
+ main:
+ env:
+ GF_SECURITY_ADMIN_USER: "admin"
+ GF_SECURITY_ADMIN_PASSWORD: "testpassword"
+ GF_INSTALL_PLUGINS: ""
+ GF_AUTH_LDAP_ENABLED: "false"
+ GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
+ GF_SERVER_HTTP_PORT: 3000
+ GF_DATABASE_TYPE: postgres
+ GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}"
+ GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}"
+ GF_DATABASE_SSL_MODE: disable
+ GF_DATABASE_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ GF_DATABASE_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ probes:
+ liveness:
+ path: "/api/health"
+ readiness:
+ path: "/api/health"
+ startup:
+ path: "/api/health"
+ dashboards:
+ enabled: true
+ imageSelector: sidecarImage
+ env:
+ IGNORE_ALREADY_PROCESSED: false
+ METHOD: WATCH
+ LABEL: grafana_dashboard
+ LABEL_VALUE: "1"
+ LOG_LEVEL: info
+ FOLDER: /tmp/dashboards
+ RESOURCE: both
+ NAMESPACE: "ALL"
+ UNIQUE_FILENAMES: false
+ # NAMESPACE: null
+ # FOLDER_ANNOTATION: null
+ # script: null
+ # WATCH_SERVER_TIMEOUT: 3600
+ # WATCH_CLIENT_TIMEOUT: 3600
+ SKIP_TLS_VERIFY: false
+ REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
+ REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
+ REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload"
+ REQ_METHOD: POST
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ datasources:
+ enabled: true
+ imageSelector: sidecarImage
+ env:
+ IGNORE_ALREADY_PROCESSED: false
+ METHOD: WATCH
+ LABEL: grafana_datasources
+ LABEL_VALUE: "1"
+ LOG_LEVEL: info
+ FOLDER: /etc/grafana/provisioning/datasources
+ RESOURCE: both
+ NAMESPACE: "ALL"
+ UNIQUE_FILENAMES: false
+ # NAMESPACE: null
+ # FOLDER_ANNOTATION: null
+ # script: null
+ # WATCH_SERVER_TIMEOUT: 3600
+ # WATCH_CLIENT_TIMEOUT: 3600
+ SKIP_TLS_VERIFY: false
+ REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
+ REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
+ REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload"
+ REQ_METHOD: POST
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ alerts:
+ enabled: true
+ imageSelector: sidecarImage
+ env:
+ IGNORE_ALREADY_PROCESSED: false
+ METHOD: WATCH
+ LABEL: grafana_alerts
+ LABEL_VALUE: "1"
+ LOG_LEVEL: info
+ FOLDER: /etc/grafana/provisioning/alerts
+ RESOURCE: both
+ NAMESPACE: "ALL"
+ UNIQUE_FILENAMES: false
+ # NAMESPACE: null
+ # FOLDER_ANNOTATION: null
+ # script: null
+ # WATCH_SERVER_TIMEOUT: 3600
+ # WATCH_CLIENT_TIMEOUT: 3600
+ SKIP_TLS_VERIFY: false
+ REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
+ REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
+ REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload"
+ REQ_METHOD: POST
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ plugins:
+ enabled: true
+ imageSelector: sidecarImage
+ env:
+ IGNORE_ALREADY_PROCESSED: false
+ METHOD: WATCH
+ LABEL: grafana_plugins
+ LABEL_VALUE: "1"
+ LOG_LEVEL: info
+ FOLDER: /etc/grafana/provisioning/plugins
+ RESOURCE: both
+ NAMESPACE: "ALL"
+ UNIQUE_FILENAMES: false
+ # NAMESPACE: null
+ # FOLDER_ANNOTATION: null
+ # script: null
+ # WATCH_SERVER_TIMEOUT: 3600
+ # WATCH_CLIENT_TIMEOUT: 3600
+ SKIP_TLS_VERIFY: false
+ REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
+ REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
+ REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload"
+ REQ_METHOD: POST
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ notifiers:
+ enabled: true
+ imageSelector: sidecarImage
+ env:
+ IGNORE_ALREADY_PROCESSED: false
+ METHOD: WATCH
+ LABEL: grafana_notifiers
+ LABEL_VALUE: "1"
+ LOG_LEVEL: info
+ FOLDER: /etc/grafana/provisioning/notifiers
+ RESOURCE: both
+ NAMESPACE: "ALL"
+ UNIQUE_FILENAMES: false
+ # NAMESPACE: null
+ # FOLDER_ANNOTATION: null
+ # script: null
+ # WATCH_SERVER_TIMEOUT: 3600
+ # WATCH_CLIENT_TIMEOUT: 3600
+ SKIP_TLS_VERIFY: false
+ REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
+ REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
+ REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload"
+ REQ_METHOD: POST
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+
+configmap:
+ dashboard-provider:
+ enabled: true
+ data:
+ provider.yaml: |-
+ apiVersion: 1
+ providers:
+ - name: sidecarProvider
+ orgId: 1
+ folder: ''
+ type: file
+ disableDeletion: false
+ allowUiUpdates: false
+ updateIntervalSeconds: 30
+ options:
+ foldersFromFilesStructure: false
+ path: /tmp/dashboards
+ config:
+ enabled: true
+ data:
+ grafana.ini: |-
+ paths:
+ data: /var/lib/grafana/
+ logs: /var/log/grafana
+ plugins: /var/lib/grafana/plugins
+ provisioning: /etc/grafana/provisioning
+ analytics:
+ check_for_updates: true
+ log:
+ mode: console
+ grafana_net:
+ url: https://grafana.net
+ server:
+ domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}"
+ ldap.toml: |-
+ # nope
+
+persistence:
+ config:
+ enabled: true
+ type: configmap
+ objectName: config
+ mountPath: /etc/grafana/grafana.ini
+ subPath: grafana.ini
+ ldap:
+ enabled: true
+ type: configmap
+ objectName: config
+ mountPath: /etc/grafana/ldap.toml
+ subPath: ldap.toml
+ data:
+ enabled: true
+ mountPath: "/var/lib/grafana"
+ grafana-tmp:
+ enabled: true
+ type: emptyDir
+ mountPath: /app/tmp
+ targetSelectAll: true
+ sc-dashboard-volume:
+ enabled: true
+ type: emptyDir
+ mountPath: /tmp/dashboards
+ targetSelectAll: true
+ sc-dashboard-config:
+ enabled: true
+ type: configmap
+ objectName: dashboard-provider
+ mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml
+ subPath: provider.yaml
+ sc-datasource-volume:
+ enabled: true
+ type: emptyDir
+ mountPath: /etc/grafana/provisioning/datasources
+ targetSelectAll: true
+ sc-alerts-volume:
+ enabled: true
+ type: emptyDir
+ mountPath: /etc/grafana/provisioning/alerts
+ targetSelectAll: true
+ sc-plugins-volume:
+ enabled: true
+ type: emptyDir
+ mountPath: /etc/grafana/provisioning/plugins
+ targetSelectAll: true
+ sc-notifiers-volume:
+ enabled: true
+ type: emptyDir
+ mountPath: /etc/grafana/provisioning/notifiers
+ targetSelectAll: true
+metrics:
+ main:
+ # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
+ # @default -- See values.yaml
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: main
+ path: /metrics
+ # -- Enable and configure Prometheus Rules for the chart under this key.
+ # @default -- See values.yaml
+ prometheusRule:
+ enabled: false
+ labels: {}
+ # -- Configure additionial rules for the chart under this key.
+ # @default -- See prometheusrules.yaml
+ rules: []
+ # - alert: UnifiPollerAbsent
+ # annotations:
+ # description: Unifi Poller has disappeared from Prometheus service discovery.
+ # summary: Unifi Poller is down.
+ # expr: |
+ # absent(up{job=~".*unifi-poller.*"} == 1)
+ # for: 5m
+ # labels:
+ # severity: critical
+portal:
+ open:
+ enabled: true
+
+# -- Whether Role Based Access Control objects like roles and rolebindings should be created
+rbac:
+ main:
+ enabled: true
+ primary: true
+ clusterWide: true
+ rules:
+ - apiGroups: [""]
+ resources: ["configmaps", "secrets"]
+ verbs: ["get", "watch", "list"]
+
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+
+podOptions:
+ automountServiceAccountToken: true
+
+cnpg:
+ main:
+ enabled: true
+ user: grafana
+ database: grafana
diff --git a/premium/grafana/14.8.0/questions.yaml b/premium/grafana/14.8.4/questions.yaml
similarity index 100%
rename from premium/grafana/14.8.0/questions.yaml
rename to premium/grafana/14.8.4/questions.yaml
diff --git a/premium/grafana/14.8.0/templates/NOTES.txt b/premium/grafana/14.8.4/templates/NOTES.txt
similarity index 100%
rename from premium/grafana/14.8.0/templates/NOTES.txt
rename to premium/grafana/14.8.4/templates/NOTES.txt
diff --git a/premium/grafana/14.8.0/templates/common.yaml b/premium/grafana/14.8.4/templates/common.yaml
similarity index 100%
rename from premium/grafana/14.8.0/templates/common.yaml
rename to premium/grafana/14.8.4/templates/common.yaml
diff --git a/premium/grafana/14.8.0/values.yaml b/premium/grafana/14.8.4/values.yaml
similarity index 100%
rename from premium/grafana/14.8.0/values.yaml
rename to premium/grafana/14.8.4/values.yaml
diff --git a/premium/metallb-config/6.6.0/CHANGELOG.md b/premium/metallb-config/6.6.0/CHANGELOG.md
deleted file mode 100644
index 82804463bb8..00000000000
--- a/premium/metallb-config/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [metallb-config-6.6.0](https://github.com/truecharts/charts/compare/metallb-config-6.5.3...metallb-config-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [metallb-config-6.5.3](https://github.com/truecharts/charts/compare/metallb-config-6.5.2...metallb-config-6.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `enterprise`- train to `premium`-train
\ No newline at end of file
diff --git a/premium/metallb-config/6.6.0/Chart.yaml b/premium/metallb-config/6.6.0/Chart.yaml
deleted file mode 100644
index cd1380f8d1e..00000000000
--- a/premium/metallb-config/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: core
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A network load-balancer implementation for Kubernetes using standard routing protocols
-home: https://truecharts.org/charts/premium/metallb-config
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
-keywords:
- - metallb
- - loadbalancer
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: metallb-config
-sources:
- - https://metallb.universe.tf
- - https://github.com/metallb/metallb
- - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config
- - https://hub.docker.com/_/hello-world
-type: application
-version: 6.6.0
diff --git a/premium/metallb-config/6.6.0/charts/common-20.1.5.tgz b/premium/metallb-config/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/premium/metallb-config/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/premium/metallb-config/6.6.0/.helmignore b/premium/metallb-config/6.7.3/.helmignore
similarity index 100%
rename from premium/metallb-config/6.6.0/.helmignore
rename to premium/metallb-config/6.7.3/.helmignore
diff --git a/premium/metallb-config/6.7.3/CHANGELOG.md b/premium/metallb-config/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b1aace38008
--- /dev/null
+++ b/premium/metallb-config/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-config-6.7.2](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/premium/metallb-config/6.7.3/Chart.yaml b/premium/metallb-config/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..c1092f09cc4
--- /dev/null
+++ b/premium/metallb-config/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: core
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A network load-balancer implementation for Kubernetes using standard routing protocols
+home: https://truecharts.org/charts/premium/metallb-config
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
+keywords:
+ - metallb
+ - loadbalancer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: metallb-config
+sources:
+ - https://metallb.universe.tf
+ - https://github.com/metallb/metallb
+ - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config
+ - https://hub.docker.com/_/hello-world
+type: application
+version: 6.7.3
diff --git a/premium/metallb-config/6.6.0/README.md b/premium/metallb-config/6.7.3/README.md
similarity index 100%
rename from premium/metallb-config/6.6.0/README.md
rename to premium/metallb-config/6.7.3/README.md
diff --git a/premium/metallb-config/6.7.3/app-changelog.md b/premium/metallb-config/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..ff80e003811
--- /dev/null
+++ b/premium/metallb-config/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [metallb-config-6.7.3](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/metallb-config/6.6.0/app-readme.md b/premium/metallb-config/6.7.3/app-readme.md
similarity index 100%
rename from premium/metallb-config/6.6.0/app-readme.md
rename to premium/metallb-config/6.7.3/app-readme.md
diff --git a/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz b/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/metallb-config/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/premium/metallb-config/6.6.0/ix_values.yaml b/premium/metallb-config/6.7.3/ix_values.yaml
similarity index 100%
rename from premium/metallb-config/6.6.0/ix_values.yaml
rename to premium/metallb-config/6.7.3/ix_values.yaml
diff --git a/premium/metallb-config/6.6.0/questions.yaml b/premium/metallb-config/6.7.3/questions.yaml
similarity index 100%
rename from premium/metallb-config/6.6.0/questions.yaml
rename to premium/metallb-config/6.7.3/questions.yaml
diff --git a/premium/metallb-config/6.6.0/templates/NOTES.txt b/premium/metallb-config/6.7.3/templates/NOTES.txt
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/NOTES.txt
rename to premium/metallb-config/6.7.3/templates/NOTES.txt
diff --git a/premium/metallb-config/6.6.0/templates/_bgpadvertisement.tpl b/premium/metallb-config/6.7.3/templates/_bgpadvertisement.tpl
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/_bgpadvertisement.tpl
rename to premium/metallb-config/6.7.3/templates/_bgpadvertisement.tpl
diff --git a/premium/metallb-config/6.6.0/templates/_community.tpl b/premium/metallb-config/6.7.3/templates/_community.tpl
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/_community.tpl
rename to premium/metallb-config/6.7.3/templates/_community.tpl
diff --git a/premium/metallb-config/6.6.0/templates/_ipaddresspool.tpl b/premium/metallb-config/6.7.3/templates/_ipaddresspool.tpl
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/_ipaddresspool.tpl
rename to premium/metallb-config/6.7.3/templates/_ipaddresspool.tpl
diff --git a/premium/metallb-config/6.6.0/templates/_l2advertisement.tpl b/premium/metallb-config/6.7.3/templates/_l2advertisement.tpl
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/_l2advertisement.tpl
rename to premium/metallb-config/6.7.3/templates/_l2advertisement.tpl
diff --git a/premium/metallb-config/6.6.0/templates/_peers.tpl b/premium/metallb-config/6.7.3/templates/_peers.tpl
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/_peers.tpl
rename to premium/metallb-config/6.7.3/templates/_peers.tpl
diff --git a/premium/metallb-config/6.6.0/templates/common.yaml b/premium/metallb-config/6.7.3/templates/common.yaml
similarity index 100%
rename from premium/metallb-config/6.6.0/templates/common.yaml
rename to premium/metallb-config/6.7.3/templates/common.yaml
diff --git a/premium/metallb-config/6.6.0/values.yaml b/premium/metallb-config/6.7.3/values.yaml
similarity index 100%
rename from premium/metallb-config/6.6.0/values.yaml
rename to premium/metallb-config/6.7.3/values.yaml
diff --git a/premium/nextcloud/29.7.4/CHANGELOG.md b/premium/nextcloud/29.7.4/CHANGELOG.md
deleted file mode 100644
index afd31d10f7f..00000000000
--- a/premium/nextcloud/29.7.4/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-23)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
-
-- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
-
-- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-23)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
-
-- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
-
-- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-23)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
-
-- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
-
-- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-22)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
-
-- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
-
-- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-22)
-
-### Chore
-
-
diff --git a/premium/nextcloud/29.7.4/Chart.yaml b/premium/nextcloud/29.7.4/Chart.yaml
deleted file mode 100644
index 60663c51abc..00000000000
--- a/premium/nextcloud/29.7.4/Chart.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 28.0.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A private cloud server that puts the control and security of your own data back into your hands.
-home: https://truecharts.org/charts/premium/nextcloud
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png
-keywords:
- - nextcloud
- - storage
- - http
- - web
- - php
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nextcloud
-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/clamav/clamav
- - https://hub.docker.com/r/collabora/code
- - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- - https://hub.docker.com/r/nginxinc/nginx-unprivileged
- - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
-type: application
-version: 29.7.4
diff --git a/premium/nextcloud/29.7.4/app-changelog.md b/premium/nextcloud/29.7.4/app-changelog.md
deleted file mode 100644
index 752df3d66b0..00000000000
--- a/premium/nextcloud/29.7.4/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [nextcloud-29.7.4](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.4) (2024-03-23)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
-
-- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
-
-- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/premium/nextcloud/29.7.4/charts/common-20.2.2.tgz b/premium/nextcloud/29.7.4/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/premium/nextcloud/29.7.4/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/premium/nextcloud/29.7.4/charts/redis-13.0.5.tgz b/premium/nextcloud/29.7.4/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/premium/nextcloud/29.7.4/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/premium/nextcloud/29.7.4/ix_values.yaml b/premium/nextcloud/29.7.4/ix_values.yaml
deleted file mode 100644
index f6d22571728..00000000000
--- a/premium/nextcloud/29.7.4/ix_values.yaml
+++ /dev/null
@@ -1,516 +0,0 @@
-image:
- repository: tccr.io/tccr/nextcloud-fpm
- pullPolicy: IfNotPresent
- tag: v28.0.3@sha256:4e4a3ae95ce8a7d9feffebdb21acc297d66cc4f210787687ec32da4a2f5c881e
-nginxImage:
- repository: nginxinc/nginx-unprivileged
- pullPolicy: IfNotPresent
- tag: 1.25.4@sha256:898edc719ceb92b89dbd9ced9f2c57986731d6aa90346137a05817ea255a506f
-imaginaryImage:
- repository: tccr.io/tccr/nextcloud-imaginary
- pullPolicy: IfNotPresent
- tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c
-hpbImage:
- repository: tccr.io/tccr/nextcloud-push-notify
- pullPolicy: IfNotPresent
- tag: v0.6.10@sha256:f175c4f28b2a9346401875f80e7007316cf3e38f74bb49de940961a98b63458b
-clamavImage:
- repository: clamav/clamav
- pullPolicy: IfNotPresent
- tag: 1.3.0@sha256:866bbd5f1f4871773c67f533fb0114e2657143f1a90d8f860bc72dcd9f49dc96
-collaboraImage:
- repository: collabora/code
- pullPolicy: IfNotPresent
- tag: 23.05.9.4.1@sha256:18768e665a817a06d17a608bcb0744dd0275e72d805644cad5ad1923f7d623b5
-nextcloud:
- # Initial Credentials
- credentials:
- initialAdminUser: admin
- initialAdminPassword: adminpass
- # General settings
- general:
- # Custom Nextcloud Scripts
- run_optimize: true
- default_phone_region: GR
- # IP used for exposing nextcloud,
- # often the loadbalancer IP
- accessIP: ""
- # Allows Nextcloud to connect to unsecure (http) endpoints
- force_enable_allow_local_remote_servers: false
- # File settings
- files:
- shared_folder_name: Shared
- max_chunk_size: 10485760
- # Expiration settings
- expirations:
- activity_expire_days: 90
- trash_retention_obligation: auto
- versions_retention_obligation: auto
- # Previews settings
- previews:
- enabled: true
- # It will also deploy the container
- imaginary: true
- cron: true
- schedule: "*/30 * * * *"
- max_x: 2048
- max_y: 2048
- max_memory: 1024
- max_file_size_image: 50
- # Setting for Imaginary
- max_allowed_resolution: 18.0
- jpeg_quality: 60
- square_sizes: 32 256
- width_sizes: 256 384
- height_sizes: 256
- # Casings are important
- # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269
- # Only the last part of the provider is needed
- providers:
- - PNG
- - JPEG
- # Logging settings
- logging:
- log_level: 2
- log_file: /var/www/html/data/logs/nextcloud.log
- log_audit_file: /var/www/html/data/logs/audit.log
- log_date_format: d/m/Y H:i:s
- # ClamAV settings
- clamav:
- # It will also deploy the container
- # Note that this runs as root
- enabled: false
- stream_max_length: 26214400
- file_max_size: -1
- infected_action: only_log
- # Notify Push settings
- notify_push:
- # It will also deploy the container
- enabled: true
- # Collabora settings
- collabora:
- # It will also deploy the container
- enabled: false
- # default|compact|tabbed
- interface_mode: default
- username: admin
- password: changeme
- dictionaries:
- - de_DE
- - en_GB
- - en_US
- - el_GR
- - es_ES
- - fr_FR
- - pt_BR
- - pt_PT
- - it
- - nl
- - ru
- onlyoffice:
- # It will not deploy the container
- # Only add the OnlyOffice settings
- enabled: false
- url: ""
- internal_url: ""
- verify_ssl: true
- jwt: ""
- jwt_header: Authorization
- # PHP settings
- php:
- memory_limit: 1G
- upload_limit: 10G
- pm_max_children: 180
- pm_start_servers: 18
- pm_min_spare_servers: 12
- pm_max_spare_servers: 30
- opcache:
- interned_strings_buffer: 32
- max_accelerated_files: 10000
- memory_consumption: 128
- revalidate_freq: 60
- jit_buffer_size: 128
-# Do NOT edit below this line
-workload:
- # Nextcloud php-fpm
- main:
- type: Deployment
- podSpec:
- containers:
- main:
- enabled: true
- primary: true
- envFrom:
- - configMapRef:
- name: nextcloud-config
- probes:
- liveness:
- enabled: true
- type: exec
- command: /healthcheck.sh
- readiness:
- enabled: true
- type: exec
- command: /healthcheck.sh
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}"
- nginx:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- nginx:
- enabled: true
- primary: true
- imageSelector: nginxImage
- probes:
- readiness:
- enabled: true
- path: /robots.txt
- port: "{{ .Values.service.main.ports.main.port }}"
- httpHeaders:
- Host: kube.internal.healthcheck
- liveness:
- enabled: true
- path: /robots.txt
- port: "{{ .Values.service.main.ports.main.port }}"
- httpHeaders:
- Host: kube.internal.healthcheck
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- notify:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- notify:
- primary: true
- enabled: true
- imageSelector: hpbImage
- envFrom:
- - configMapRef:
- name: hpb-config
- probes:
- readiness:
- enabled: true
- path: /push/test/cookie
- port: 7867
- httpHeaders:
- Host: kube.internal.healthcheck
- liveness:
- enabled: true
- path: /push/test/cookie
- port: 7867
- httpHeaders:
- Host: kube.internal.healthcheck
- startup:
- enabled: true
- type: tcp
- port: 7867
- imaginary:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- imaginary:
- primary: true
- enabled: true
- imageSelector: imaginaryImage
- command: imaginary
- args:
- - -p
- - "{{ .Values.service.imaginary.ports.imaginary.port }}"
- - -concurrency
- - "10"
- - -max-allowed-resolution
- - "{{ .Values.nextcloud.previews.max_allowed_resolution }}"
- - -enable-url-source
- - -return-size
- probes:
- readiness:
- enabled: true
- path: /health
- port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
- liveness:
- enabled: true
- path: /health
- port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
- clamav:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- clamav:
- primary: true
- enabled: true
- imageSelector: clamavImage
- # FIXME: https://github.com/Cisco-Talos/clamav/issues/478
- securityContext:
- runAsUser: 0
- runAsGroup: 0
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- envFrom:
- - configMapRef:
- name: clamav-config
- probes:
- readiness:
- enabled: true
- type: exec
- command: clamdcheck.sh
- liveness:
- enabled: true
- type: exec
- command: clamdcheck.sh
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.clamav.ports.clamav.targetPort }}"
- collabora:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- collabora:
- primary: true
- enabled: true
- imageSelector: collaboraImage
- securityContext:
- runAsUser: 100
- runAsGroup: 102
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: true
- capabilities:
- add:
- - CHOWN
- - FOWNER
- - SYS_CHROOT
- - MKNOD
- envFrom:
- - configMapRef:
- name: collabora-config
- probes:
- readiness:
- enabled: true
- type: http
- path: /collabora/
- port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
- liveness:
- enabled: true
- type: http
- path: /collabora/
- port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
-cronjobs:
- # Don't change names, it's used in the persistence
- - name: nextcloud-cron
- enabled: true
- schedule: "*/5 * * * *"
- cmd:
- - echo "Running [php -f /var/www/html/cron.php] ..."
- - php -f /var/www/html/cron.php
- - echo "Finished [php -f /var/www/html/cron.php]"
- - name: preview-cron
- enabled: "{{ .Values.nextcloud.previews.cron }}"
- schedule: "{{ .Values.nextcloud.previews.schedule }}"
- cmd:
- - echo "Running [occ preview:pre-generate] ..."
- - occ preview:pre-generate
- - echo "Finished [occ preview:pre-generate]"
-service:
- # Main service links to ingress easier
- # That's why the nginx is swapped with nextcloud
- main:
- targetSelector: nginx
- ports:
- main:
- targetSelector: nginx
- port: 8080
- nextcloud:
- enabled: true
- targetSelector: main
- ports:
- nextcloud:
- enabled: true
- targetSelector: main
- port: 9000
- targetPort: 9000
- notify:
- enabled: true
- targetSelector: notify
- ports:
- notify:
- enabled: true
- primary: true
- port: 7867
- targetPort: 7867
- targetSelector: notify
- metrics:
- enabled: true
- port: 7868
- targetSelector: notify
- imaginary:
- enabled: true
- targetSelector: imaginary
- ports:
- imaginary:
- enabled: true
- port: 9090
- targetSelector: imaginary
- clamav:
- enabled: true
- targetSelector: clamav
- ports:
- clamav:
- enabled: true
- port: 3310
- targetPort: 3310
- targetSelector: clamav
- collabora:
- enabled: true
- targetSelector: collabora
- ports:
- collabora:
- enabled: true
- port: 9980
- targetPort: 9980
- targetSelector: collabora
-persistence:
- php-tune:
- enabled: true
- type: configmap
- objectName: php-tune
- targetSelector:
- main:
- main:
- mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf
- subPath: zz-tune.conf
- readOnly: true
- redis-session:
- enabled: true
- type: configmap
- objectName: redis-session
- targetSelector:
- main:
- main:
- mountPath: /usr/local/etc/php/conf.d/redis-session.ini
- subPath: redis-session.ini
- readOnly: true
- opcache-recommended:
- enabled: true
- type: configmap
- objectName: opcache
- targetSelector:
- main:
- main:
- mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini
- subPath: opcache-recommended.ini
- readOnly: true
- nginx:
- enabled: true
- type: configmap
- objectName: nginx-config
- targetSelector:
- nginx:
- nginx:
- mountPath: /etc/nginx/nginx.conf
- subPath: nginx.conf
- readOnly: true
- nginx-temp:
- enabled: true
- type: emptyDir
- targetSelector:
- nginx:
- nginx:
- mountPath: /tmp/nginx
- html:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /var/www/html
- nextcloud-cron:
- nextcloud-cron:
- mountPath: /var/www/html
- preview-cron:
- preview-cron:
- mountPath: /var/www/html
- nginx:
- nginx:
- mountPath: /var/www/html
- readOnly: true
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /var/www/html/config
- nextcloud-cron:
- nextcloud-cron:
- mountPath: /var/www/html/config
- preview-cron:
- preview-cron:
- mountPath: /var/www/html/config
- notify:
- notify:
- mountPath: /var/www/html/config
- readOnly: true
- nginx:
- nginx:
- mountPath: /var/www/html/config
- readOnly: true
- data:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /var/www/html/data
- init-perms:
- mountPath: /var/www/html/data
- nextcloud-cron:
- nextcloud-cron:
- mountPath: /var/www/html/data
- preview-cron:
- preview-cron:
- mountPath: /var/www/html/data
- nginx:
- nginx:
- mountPath: /var/www/html/data
- readOnly: true
-cnpg:
- main:
- enabled: true
- user: nextcloud
- database: nextcloud
-redis:
- enabled: true
- username: default
-portal:
- open:
- enabled: true
-updated: true
-
-ingress:
- main:
- required: true
diff --git a/premium/nextcloud/29.7.4/questions.yaml b/premium/nextcloud/29.7.4/questions.yaml
deleted file mode 100755
index c6e34ad8be8..00000000000
--- a/premium/nextcloud/29.7.4/questions.yaml
+++ /dev/null
@@ -1,4145 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: nextcloud
- group: App Configuration
- label: Nextcloud
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: credentials
- label: Initial Credentials
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: initialAdminUser
- label: Initial Admin User
- description: Sets the initial admin username
- schema:
- type: string
- required: true
- default: ""
- - variable: initialAdminPassword
- label: Initial Admin Password
- description: Sets the initial admin password
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: general
- label: General
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: run_optimize
- label: Run Optimize Scripts
- description: |
- Runs the following commands at startup:
- occ db:add-missing-indices
- occ db:add-missing-columns
- occ db:add-missing-primary-keys
- yes | occ db:convert-filecache-bigint
- occ maintenance:mimetype:update-js
- occ maintenance:mimetype:update-db
- occ maintenance:update:htaccess
- schema:
- type: boolean
- default: false
- - variable: default_phone_region
- label: Default Phone Region
- description: |
- Sets the default phone region in ISO_3166-1 format (e.g. US).
- https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
- schema:
- type: string
- valid_chars: '^[A-Z]{2}$'
- required: true
- default: ""
- - variable: accessIP
- label: Access IP
- description: Set to the IP-Address used to reach Nextcloud.
- schema:
- type: string
- required: true
- $ref:
- - "definitions/nodeIP"
- - variable: force_enable_allow_local_remote_servers
- label: Force Enable Allow Local Remote Servers
- description:
- Enables 'allow_local_remote_servers' option
- schema:
- type: boolean
- default: false
- - variable: files
- label: Files Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: shared_folder_name
- label: Shared Folder Name
- schema:
- type: string
- required: true
- default: Shared
- - variable: max_chunk_size
- label: Max Chunk Size
- schema:
- type: int
- required: true
- default: 10485760
- - variable: expirations
- label: Expirations Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: activity_expire_days
- label: Activity Expire Days
- schema:
- type: int
- required: true
- default: 90
- - variable: trash_retention_obligation
- label: Trash Retention Obligation
- schema:
- type: string
- required: true
- default: auto
- - variable: versions_retention_obligation
- label: Versions Retention Obligation
- schema:
- type: string
- required: true
- default: auto
- - variable: previews
- label: Previews Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Previews
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: imaginary
- label: Enable imaginary
- description: |
- Enable imaginary to generate previews in the background.
- It will also deploy the needed container.
- schema:
- type: boolean
- default: true
- - variable: cron
- label: Enable cron
- description: |
- Enable cron to generate previews in the background.
- schema:
- type: boolean
- default: true
- - variable: schedule
- label: Cron Schedule
- schema:
- type: string
- default: "*/30 * * * *"
- - variable: max_x
- label: Max X
- schema:
- type: int
- required: true
- default: 2048
- - variable: max_y
- label: Max Y
- schema:
- type: int
- required: true
- default: 2048
- - variable: max_memory
- label: Max Memory
- schema:
- type: int
- required: true
- default: 1024
- - variable: max_allowed_resolution
- label: Max Allowed Resolution
- schema:
- type: string
- valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$'
- show_if: [["imaginary", "=", true]]
- required: true
- default: "18.0"
- - variable: max_file_size_image
- label: Max File Size Image
- schema:
- type: int
- required: true
- default: 50
- - variable: jpeg_quality
- label: JPEG Quality
- schema:
- type: int
- required: true
- default: 60
- - variable: square_sizes
- label: Square Sizes
- schema:
- type: string
- required: true
- default: "32 256"
- - variable: width_sizes
- label: Width Sizes
- schema:
- type: string
- required: true
- default: "256 384"
- - variable: height_sizes
- label: Height Sizes
- schema:
- type: string
- required: true
- default: "256"
- - variable: providers
- label: Providers
- schema:
- type: list
- empty: false
- required: true
- default:
- - BMP
- - GIF
- - JPEG
- - Krita
- - MarkDown
- - MP3
- - OpenDocument
- - PNG
- - TXT
- - XBitmap
- items:
- - variable: provider_entry
- label: Provider Entry
- schema:
- type: string
- required: true
- default: ""
- enum:
- - value: BMP
- description: BMP
- - value: Font
- description: Font
- - value: GIF
- description: GIF
- - value: HEIC
- description: HEIC
- - value: Illustrator
- description: Illustrator
- - value: JPEG
- description: JPEG
- - value: Krita
- description: Krita
- - value: MarkDown
- description: MarkDown
- - value: Movie
- description: Movie
- - value: MP3
- description: MP3
- - value: MSOffice2003
- description: MSOffice2003
- - value: MSOffice2007
- description: MSOffice2007
- - value: MSOfficeDoc
- description: MSOfficeDoc
- - value: OpenDocument
- description: OpenDocument
- - value: PDF
- description: PDF
- - value: Photoshop
- description: Photoshop
- - value: PNG
- description: PNG
- - value: Postscript
- description: Postscript
- - value: StarOffice
- description: StarOffice
- - value: SVG
- description: SVG
- - value: TIFF
- description: TIFF
- - value: TXT
- description: TXT
- - value: XBitmap
- description: XBitmap
- - variable: logging
- label: Logging Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: log_level
- label: Log Level
- schema:
- type: int
- required: true
- default: 2
- enum:
- - value: 0
- description: Debug
- - value: 1
- description: Info
- - value: 2
- description: Warning
- - value: 3
- description: Error
- - value: 4
- description: Fatal
- - variable: log_date_format
- label: Log Date Format
- schema:
- type: string
- required: true
- default: d/m/Y H:i:s
- - variable: notify_push
- label: Notify Push Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Notify Push
- description: |
- Enable and Configure Notify Push.
- It will also deploy the needed container
- schema:
- type: boolean
- default: true
- - variable: clamav
- label: ClamAV Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable ClamAV
- description: |
- Enable and configure ClamAV.
- It will also deploy the needed container.
- Keep in mind that this will run as root.
- https://github.com/Cisco-Talos/clamav/issues/478
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: stream_max_length
- label: Stream Max Length
- schema:
- type: int
- required: true
- default: 104857600
- - variable: file_max_size
- label: File Max Size
- schema:
- type: int
- required: true
- default: -1
- - variable: infected_action
- label: Infected Action
- schema:
- type: string
- required: true
- default: only_log
- enum:
- - value: delete
- description: Delete
- - value: only_log
- description: Only Log
- - variable: collabora
- label: Collabora Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Collabora
- description: |
- Enable and configure Collabora.
- It will also deploy the needed container.
- Keep in mind that this will run as root.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: interface_mode
- label: Interface Mode
- schema:
- type: string
- required: true
- default: default
- enum:
- - value: default
- description: Default
- - value: compact
- description: Compact
- - value: tabbed
- description: Tabbed
- - variable: username
- label: Username
- schema:
- type: string
- default: admin
- required: true
- - variable: password
- label: Password
- schema:
- type: string
- default: ""
- required: true
- - variable: dictionaries
- label: Dictionaries
- schema:
- type: list
- empty: false
- required: true
- default:
- - de_DE
- - en_GB
- - en_US
- - el_GR
- - es_ES
- - fr_FR
- - pt_BR
- - pt_PT
- - it
- - nl
- - ru
- items:
- - variable: dictionary
- label: Dictionary
- schema:
- type: string
- required: true
- default: ""
- - variable: onlyoffice
- label: Only Office Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable OnlyOffice
- description: |
- Enable and configure OnlyOffice.
- This will NOT deploy the needed container.
- You need to deploy it yourself.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: url
- label: Public URL
- description: |
- The public FQDN and port of the OnlyOffice Document Server
- schema:
- type: string
- required: true
- default: ""
- - variable: internal_url
- label: Internal URL
- description: |
- The internal FQDN and port of the OnlyOffice Document Server
- schema:
- type: string
- required: true
- default: ""
- - variable: verify_ssl
- label: Verify SSL (Advanced)
- description: |
- Verify SSL when connecting to OnlyOffice Document Server
- schema:
- type: boolean
- default: true
- - variable: jwt
- label: JWT
- schema:
- type: string
- required: true
- default: ""
- - variable: jwt_header
- label: JWT Header
- schema:
- type: string
- required: true
- default: Authorization
- - variable: php
- label: PHP Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: memory_limit
- label: Memory Limit
- schema:
- type: string
- required: true
- default: 1G
- - variable: upload_limit
- label: Upload Limit
- schema:
- type: string
- required: true
- default: 10G
- - variable: pm_max_children
- label: Max Children
- schema:
- type: int
- required: true
- default: 180
- - variable: pm_start_servers
- label: Start Servers
- schema:
- type: int
- required: true
- default: 18
- - variable: pm_min_spare_servers
- label: Minimum Spare Servers
- schema:
- type: int
- required: true
- default: 12
- - variable: pm_max_spare_servers
- label: Maximum Spare Servers
- schema:
- type: int
- required: true
- default: 30
- - variable: opcache
- label: OPCache Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: interned_strings_buffer
- label: Interned Strings Buffer
- description: The amount of memory used to store interned strings, in megabytes.
- schema:
- type: int
- required: true
- default: 32
- - variable: max_accelerated_files
- label: Max Accelerated Files
- description: The maximum number of keys (and therefore scripts) in the OPcache hash table.
- schema:
- type: int
- required: true
- default: 10000
- - variable: memory_consumption
- label: Memory Consumption
- description: The size of the shared memory storage used by OPcache, in megabytes.
- schema:
- type: int
- required: true
- default: 128
- - variable: revalidate_freq
- label: Revalidate Frequency
- description: How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request.
- schema:
- type: int
- required: true
- default: 60
- - variable: jit_buffer_size
- label: JIT Buffer Size
- description: The amount of shared memory (in megabytes) to reserve for compiled JIT code. A zero value disables the JIT.
- schema:
- type: int
- required: true
- default: 128
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: html
- label: App HTML Storage
- description: Stores the Application HTML.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Config.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: data
- label: User Data Storage
- description: Stores the User Data.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: runAsUser
- description: The UserID of the user running the application
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: runAsGroup
- description: The groupID of the user running the application
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: fsGroup
- description: The group that should own ALL storage.
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/premium/nextcloud/29.7.4/.helmignore b/premium/nextcloud/29.8.3/.helmignore
similarity index 100%
rename from premium/nextcloud/29.7.4/.helmignore
rename to premium/nextcloud/29.8.3/.helmignore
diff --git a/premium/nextcloud/29.8.3/CHANGELOG.md b/premium/nextcloud/29.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..22241bb604b
--- /dev/null
+++ b/premium/nextcloud/29.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nextcloud-29.8.3](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
+
+- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Fix
+
+
+
+- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409))
+
+
+## [nextcloud-29.8.2](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
+
+- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Fix
+
+
+
+- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409))
+
+
+## [nextcloud-29.8.2](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
+
+- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Fix
diff --git a/premium/nextcloud/29.8.3/Chart.yaml b/premium/nextcloud/29.8.3/Chart.yaml
new file mode 100644
index 00000000000..13f859459ea
--- /dev/null
+++ b/premium/nextcloud/29.8.3/Chart.yaml
@@ -0,0 +1,53 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 28.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A private cloud server that puts the control and security of your own data back into your hands.
+home: https://truecharts.org/charts/premium/nextcloud
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png
+keywords:
+ - nextcloud
+ - storage
+ - http
+ - web
+ - php
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nextcloud
+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/clamav/clamav
+ - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
+ - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
+ - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
+ - https://hub.docker.com/r/nginxinc/nginx-unprivileged
+ - https://hub.docker.com/r/collabora/code
+type: application
+version: 29.8.3
diff --git a/premium/nextcloud/29.7.4/LICENSE b/premium/nextcloud/29.8.3/LICENSE
similarity index 100%
rename from premium/nextcloud/29.7.4/LICENSE
rename to premium/nextcloud/29.8.3/LICENSE
diff --git a/premium/nextcloud/29.7.4/README.md b/premium/nextcloud/29.8.3/README.md
similarity index 100%
rename from premium/nextcloud/29.7.4/README.md
rename to premium/nextcloud/29.8.3/README.md
diff --git a/premium/nextcloud/29.8.3/app-changelog.md b/premium/nextcloud/29.8.3/app-changelog.md
new file mode 100644
index 00000000000..2223efe84ff
--- /dev/null
+++ b/premium/nextcloud/29.8.3/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [nextcloud-29.8.3](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image tccr.io/tccr/nextcloud-push-notify to v0.6.10[@f175c4f](https://github.com/f175c4f) by renovate ([#19536](https://github.com/truecharts/charts/issues/19536))
+
+- update container image nginxinc/nginx-unprivileged to 1.25.4[@898edc7](https://github.com/898edc7) by renovate ([#19448](https://github.com/truecharts/charts/issues/19448))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/nextcloud-fpm to v28.0.3[@4e4a3ae](https://github.com/4e4a3ae) by renovate ([#19288](https://github.com/truecharts/charts/issues/19288))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+### Fix
+
+
+
+- fix gpu allocation ([#19409](https://github.com/truecharts/charts/issues/19409))
\ No newline at end of file
diff --git a/premium/nextcloud/29.7.4/app-readme.md b/premium/nextcloud/29.8.3/app-readme.md
similarity index 100%
rename from premium/nextcloud/29.7.4/app-readme.md
rename to premium/nextcloud/29.8.3/app-readme.md
diff --git a/premium/nextcloud/29.8.3/charts/common-20.2.4.tgz b/premium/nextcloud/29.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/nextcloud/29.8.3/charts/common-20.2.4.tgz differ
diff --git a/premium/nextcloud/29.8.3/charts/redis-13.2.2.tgz b/premium/nextcloud/29.8.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/premium/nextcloud/29.8.3/charts/redis-13.2.2.tgz differ
diff --git a/premium/nextcloud/29.8.3/ix_values.yaml b/premium/nextcloud/29.8.3/ix_values.yaml
new file mode 100644
index 00000000000..126d04d3f02
--- /dev/null
+++ b/premium/nextcloud/29.8.3/ix_values.yaml
@@ -0,0 +1,527 @@
+image:
+ repository: tccr.io/tccr/nextcloud-fpm
+ pullPolicy: IfNotPresent
+ tag: v28.0.3@sha256:4e4a3ae95ce8a7d9feffebdb21acc297d66cc4f210787687ec32da4a2f5c881e
+nginxImage:
+ repository: nginxinc/nginx-unprivileged
+ pullPolicy: IfNotPresent
+ tag: 1.25.4@sha256:898edc719ceb92b89dbd9ced9f2c57986731d6aa90346137a05817ea255a506f
+imaginaryImage:
+ repository: tccr.io/tccr/nextcloud-imaginary
+ pullPolicy: IfNotPresent
+ tag: v20230401@sha256:6be7b4432a536d6004b94edea7dd3573f0cc061328b729ed8043236a0784f98c
+hpbImage:
+ repository: tccr.io/tccr/nextcloud-push-notify
+ pullPolicy: IfNotPresent
+ tag: v0.6.10@sha256:f175c4f28b2a9346401875f80e7007316cf3e38f74bb49de940961a98b63458b
+clamavImage:
+ repository: clamav/clamav
+ pullPolicy: IfNotPresent
+ tag: 1.3.0@sha256:866bbd5f1f4871773c67f533fb0114e2657143f1a90d8f860bc72dcd9f49dc96
+collaboraImage:
+ repository: collabora/code
+ pullPolicy: IfNotPresent
+ tag: 23.05.9.4.1@sha256:18768e665a817a06d17a608bcb0744dd0275e72d805644cad5ad1923f7d623b5
+
+nextcloud:
+ # Initial Credentials
+ credentials:
+ initialAdminUser: admin
+ initialAdminPassword: adminpass
+ # General settings
+ general:
+ # Custom Nextcloud Scripts
+ run_optimize: true
+ default_phone_region: GR
+ # IP used for exposing nextcloud,
+ # often the loadbalancer IP
+ accessIP: ""
+ # Allows Nextcloud to connect to unsecure (http) endpoints
+ force_enable_allow_local_remote_servers: false
+ # File settings
+ files:
+ shared_folder_name: Shared
+ max_chunk_size: 10485760
+ # Expiration settings
+ expirations:
+ activity_expire_days: 90
+ trash_retention_obligation: auto
+ versions_retention_obligation: auto
+ # Previews settings
+ previews:
+ enabled: true
+ # It will also deploy the container
+ imaginary: true
+ cron: true
+ schedule: "*/30 * * * *"
+ max_x: 2048
+ max_y: 2048
+ max_memory: 1024
+ max_file_size_image: 50
+ # Setting for Imaginary
+ max_allowed_resolution: 18.0
+ jpeg_quality: 60
+ square_sizes: 32 256
+ width_sizes: 256 384
+ height_sizes: 256
+ # Casings are important
+ # https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1269
+ # Only the last part of the provider is needed
+ providers:
+ - PNG
+ - JPEG
+ # Logging settings
+ logging:
+ log_level: 2
+ log_file: /var/www/html/data/logs/nextcloud.log
+ log_audit_file: /var/www/html/data/logs/audit.log
+ log_date_format: d/m/Y H:i:s
+ # ClamAV settings
+ clamav:
+ # It will also deploy the container
+ # Note that this runs as root
+ enabled: false
+ stream_max_length: 26214400
+ file_max_size: -1
+ infected_action: only_log
+ # Notify Push settings
+ notify_push:
+ # It will also deploy the container
+ enabled: true
+ # Collabora settings
+ collabora:
+ # It will also deploy the container
+ enabled: false
+ # default|compact|tabbed
+ interface_mode: default
+ username: admin
+ password: changeme
+ dictionaries:
+ - de_DE
+ - en_GB
+ - en_US
+ - el_GR
+ - es_ES
+ - fr_FR
+ - pt_BR
+ - pt_PT
+ - it
+ - nl
+ - ru
+ onlyoffice:
+ # It will not deploy the container
+ # Only add the OnlyOffice settings
+ enabled: false
+ url: ""
+ internal_url: ""
+ verify_ssl: true
+ jwt: ""
+ jwt_header: Authorization
+ # PHP settings
+ php:
+ memory_limit: 1G
+ upload_limit: 10G
+ pm_max_children: 180
+ pm_start_servers: 18
+ pm_min_spare_servers: 12
+ pm_max_spare_servers: 30
+ opcache:
+ interned_strings_buffer: 32
+ max_accelerated_files: 10000
+ memory_consumption: 128
+ revalidate_freq: 60
+ jit_buffer_size: 128
+# Do NOT edit below this line
+workload:
+ # Nextcloud php-fpm
+ main:
+ type: Deployment
+ podSpec:
+ containers:
+ main:
+ enabled: true
+ primary: true
+ envFrom:
+ - configMapRef:
+ name: nextcloud-config
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command: /healthcheck.sh
+ readiness:
+ enabled: true
+ type: exec
+ command: /healthcheck.sh
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.nextcloud.ports.nextcloud.targetPort }}"
+ nginx:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ nginx:
+ enabled: true
+ primary: true
+ imageSelector: nginxImage
+ resources:
+ excludeExtra: true
+ probes:
+ readiness:
+ enabled: true
+ path: /robots.txt
+ port: "{{ .Values.service.main.ports.main.port }}"
+ httpHeaders:
+ Host: kube.internal.healthcheck
+ liveness:
+ enabled: true
+ path: /robots.txt
+ port: "{{ .Values.service.main.ports.main.port }}"
+ httpHeaders:
+ Host: kube.internal.healthcheck
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ notify:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ notify:
+ primary: true
+ enabled: true
+ imageSelector: hpbImage
+ resources:
+ excludeExtra: true
+ envFrom:
+ - configMapRef:
+ name: hpb-config
+ probes:
+ readiness:
+ enabled: true
+ path: /push/test/cookie
+ port: 7867
+ httpHeaders:
+ Host: kube.internal.healthcheck
+ liveness:
+ enabled: true
+ path: /push/test/cookie
+ port: 7867
+ httpHeaders:
+ Host: kube.internal.healthcheck
+ startup:
+ enabled: true
+ type: tcp
+ port: 7867
+ imaginary:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ imaginary:
+ primary: true
+ enabled: true
+ imageSelector: imaginaryImage
+ resources:
+ excludeExtra: true
+ command: imaginary
+ args:
+ - -p
+ - "{{ .Values.service.imaginary.ports.imaginary.port }}"
+ - -concurrency
+ - "10"
+ - -max-allowed-resolution
+ - "{{ .Values.nextcloud.previews.max_allowed_resolution }}"
+ - -enable-url-source
+ - -return-size
+ probes:
+ readiness:
+ enabled: true
+ path: /health
+ port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
+ liveness:
+ enabled: true
+ path: /health
+ port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.imaginary.ports.imaginary.port }}"
+ clamav:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ clamav:
+ primary: true
+ enabled: true
+ imageSelector: clamavImage
+ resources:
+ excludeExtra: true
+ # FIXME: https://github.com/Cisco-Talos/clamav/issues/478
+ securityContext:
+ runAsUser: 0
+ runAsGroup: 0
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ envFrom:
+ - configMapRef:
+ name: clamav-config
+ probes:
+ readiness:
+ enabled: true
+ type: exec
+ command: clamdcheck.sh
+ liveness:
+ enabled: true
+ type: exec
+ command: clamdcheck.sh
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.clamav.ports.clamav.targetPort }}"
+ collabora:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ collabora:
+ primary: true
+ enabled: true
+ imageSelector: collaboraImage
+ resources:
+ excludeExtra: true
+ securityContext:
+ runAsUser: 100
+ runAsGroup: 102
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: true
+ capabilities:
+ add:
+ - CHOWN
+ - FOWNER
+ - SYS_CHROOT
+ - MKNOD
+ envFrom:
+ - configMapRef:
+ name: collabora-config
+ probes:
+ readiness:
+ enabled: true
+ type: http
+ path: /collabora/
+ port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
+ liveness:
+ enabled: true
+ type: http
+ path: /collabora/
+ port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.collabora.ports.collabora.targetPort }}"
+cronjobs:
+ # Don't change names, it's used in the persistence
+ - name: nextcloud-cron
+ enabled: true
+ schedule: "*/5 * * * *"
+ cmd:
+ - echo "Running [php -f /var/www/html/cron.php] ..."
+ - php -f /var/www/html/cron.php
+ - echo "Finished [php -f /var/www/html/cron.php]"
+ - name: preview-cron
+ enabled: "{{ .Values.nextcloud.previews.cron }}"
+ schedule: "{{ .Values.nextcloud.previews.schedule }}"
+ cmd:
+ - echo "Running [occ preview:pre-generate] ..."
+ - occ preview:pre-generate
+ - echo "Finished [occ preview:pre-generate]"
+service:
+ # Main service links to ingress easier
+ # That's why the nginx is swapped with nextcloud
+ main:
+ targetSelector: nginx
+ ports:
+ main:
+ targetSelector: nginx
+ port: 8080
+ nextcloud:
+ enabled: true
+ targetSelector: main
+ ports:
+ nextcloud:
+ enabled: true
+ targetSelector: main
+ port: 9000
+ targetPort: 9000
+ notify:
+ enabled: true
+ targetSelector: notify
+ ports:
+ notify:
+ enabled: true
+ primary: true
+ port: 7867
+ targetPort: 7867
+ targetSelector: notify
+ metrics:
+ enabled: true
+ port: 7868
+ targetSelector: notify
+ imaginary:
+ enabled: true
+ targetSelector: imaginary
+ ports:
+ imaginary:
+ enabled: true
+ port: 9090
+ targetSelector: imaginary
+ clamav:
+ enabled: true
+ targetSelector: clamav
+ ports:
+ clamav:
+ enabled: true
+ port: 3310
+ targetPort: 3310
+ targetSelector: clamav
+ collabora:
+ enabled: true
+ targetSelector: collabora
+ ports:
+ collabora:
+ enabled: true
+ port: 9980
+ targetPort: 9980
+ targetSelector: collabora
+persistence:
+ php-tune:
+ enabled: true
+ type: configmap
+ objectName: php-tune
+ targetSelector:
+ main:
+ main:
+ mountPath: /usr/local/etc/php-fpm.d/zz-tune.conf
+ subPath: zz-tune.conf
+ readOnly: true
+ redis-session:
+ enabled: true
+ type: configmap
+ objectName: redis-session
+ targetSelector:
+ main:
+ main:
+ mountPath: /usr/local/etc/php/conf.d/redis-session.ini
+ subPath: redis-session.ini
+ readOnly: true
+ opcache-recommended:
+ enabled: true
+ type: configmap
+ objectName: opcache
+ targetSelector:
+ main:
+ main:
+ mountPath: /usr/local/etc/php/conf.d/opcache-recommended.ini
+ subPath: opcache-recommended.ini
+ readOnly: true
+ nginx:
+ enabled: true
+ type: configmap
+ objectName: nginx-config
+ targetSelector:
+ nginx:
+ nginx:
+ mountPath: /etc/nginx/nginx.conf
+ subPath: nginx.conf
+ readOnly: true
+ nginx-temp:
+ enabled: true
+ type: emptyDir
+ targetSelector:
+ nginx:
+ nginx:
+ mountPath: /tmp/nginx
+ html:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /var/www/html
+ nextcloud-cron:
+ nextcloud-cron:
+ mountPath: /var/www/html
+ preview-cron:
+ preview-cron:
+ mountPath: /var/www/html
+ nginx:
+ nginx:
+ mountPath: /var/www/html
+ readOnly: true
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /var/www/html/config
+ nextcloud-cron:
+ nextcloud-cron:
+ mountPath: /var/www/html/config
+ preview-cron:
+ preview-cron:
+ mountPath: /var/www/html/config
+ notify:
+ notify:
+ mountPath: /var/www/html/config
+ readOnly: true
+ nginx:
+ nginx:
+ mountPath: /var/www/html/config
+ readOnly: true
+ data:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /var/www/html/data
+ init-perms:
+ mountPath: /var/www/html/data
+ nextcloud-cron:
+ nextcloud-cron:
+ mountPath: /var/www/html/data
+ preview-cron:
+ preview-cron:
+ mountPath: /var/www/html/data
+ nginx:
+ nginx:
+ mountPath: /var/www/html/data
+ readOnly: true
+cnpg:
+ main:
+ enabled: true
+ user: nextcloud
+ database: nextcloud
+redis:
+ enabled: true
+ username: default
+portal:
+ open:
+ enabled: true
+updated: true
+
+ingress:
+ main:
+ required: true
diff --git a/premium/nextcloud/29.8.3/questions.yaml b/premium/nextcloud/29.8.3/questions.yaml
new file mode 100755
index 00000000000..d2a20bef58f
--- /dev/null
+++ b/premium/nextcloud/29.8.3/questions.yaml
@@ -0,0 +1,4146 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: nextcloud
+ group: App Configuration
+ label: Nextcloud
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: credentials
+ label: Initial Credentials
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: initialAdminUser
+ label: Initial Admin User
+ description: Sets the initial admin username
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: initialAdminPassword
+ label: Initial Admin Password
+ description: Sets the initial admin password
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: general
+ label: General
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: run_optimize
+ label: Run Optimize Scripts
+ description: |
+ Runs the following commands at startup:
+ occ db:add-missing-indices
+ occ db:add-missing-columns
+ occ db:add-missing-primary-keys
+ yes | occ db:convert-filecache-bigint
+ occ maintenance:mimetype:update-js
+ occ maintenance:mimetype:update-db
+ occ maintenance:update:htaccess
+ schema:
+ type: boolean
+ default: false
+ - variable: default_phone_region
+ label: Default Phone Region
+ description: |
+ Sets the default phone region in ISO_3166-1 format (e.g. US).
+ https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
+ schema:
+ type: string
+ valid_chars: '^[A-Z]{2}$'
+ required: true
+ default: ""
+ - variable: accessIP
+ label: Access IP
+ description: Set to the IP-Address used to reach Nextcloud.
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/nodeIP"
+ - variable: force_enable_allow_local_remote_servers
+ label: Force Enable Allow Local Remote Servers
+ description:
+ Enables 'allow_local_remote_servers' option
+ schema:
+ type: boolean
+ default: false
+ - variable: files
+ label: Files Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: shared_folder_name
+ label: Shared Folder Name
+ schema:
+ type: string
+ required: true
+ default: Shared
+ - variable: max_chunk_size
+ label: Max Chunk Size
+ schema:
+ type: int
+ required: true
+ default: 10485760
+ - variable: expirations
+ label: Expirations Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: activity_expire_days
+ label: Activity Expire Days
+ schema:
+ type: int
+ required: true
+ default: 90
+ - variable: trash_retention_obligation
+ label: Trash Retention Obligation
+ schema:
+ type: string
+ required: true
+ default: auto
+ - variable: versions_retention_obligation
+ label: Versions Retention Obligation
+ schema:
+ type: string
+ required: true
+ default: auto
+ - variable: previews
+ label: Previews Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Previews
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: imaginary
+ label: Enable imaginary
+ description: |
+ Enable imaginary to generate previews in the background.
+ It will also deploy the needed container.
+ schema:
+ type: boolean
+ default: true
+ - variable: cron
+ label: Enable cron
+ description: |
+ Enable cron to generate previews in the background.
+ schema:
+ type: boolean
+ default: true
+ - variable: schedule
+ label: Cron Schedule
+ schema:
+ type: string
+ default: "*/30 * * * *"
+ - variable: max_x
+ label: Max X
+ schema:
+ type: int
+ required: true
+ default: 2048
+ - variable: max_y
+ label: Max Y
+ schema:
+ type: int
+ required: true
+ default: 2048
+ - variable: max_memory
+ label: Max Memory
+ schema:
+ type: int
+ required: true
+ default: 1024
+ - variable: max_allowed_resolution
+ label: Max Allowed Resolution
+ schema:
+ type: string
+ valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$'
+ show_if: [["imaginary", "=", true]]
+ required: true
+ default: "18.0"
+ - variable: max_file_size_image
+ label: Max File Size Image
+ schema:
+ type: int
+ required: true
+ default: 50
+ - variable: jpeg_quality
+ label: JPEG Quality
+ schema:
+ type: int
+ required: true
+ default: 60
+ - variable: square_sizes
+ label: Square Sizes
+ schema:
+ type: string
+ required: true
+ default: "32 256"
+ - variable: width_sizes
+ label: Width Sizes
+ schema:
+ type: string
+ required: true
+ default: "256 384"
+ - variable: height_sizes
+ label: Height Sizes
+ schema:
+ type: string
+ required: true
+ default: "256"
+ - variable: providers
+ label: Providers
+ schema:
+ type: list
+ empty: false
+ required: true
+ default:
+ - BMP
+ - GIF
+ - JPEG
+ - Krita
+ - MarkDown
+ - MP3
+ - OpenDocument
+ - PNG
+ - TXT
+ - XBitmap
+ items:
+ - variable: provider_entry
+ label: Provider Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ enum:
+ - value: BMP
+ description: BMP
+ - value: Font
+ description: Font
+ - value: GIF
+ description: GIF
+ - value: HEIC
+ description: HEIC
+ - value: Illustrator
+ description: Illustrator
+ - value: JPEG
+ description: JPEG
+ - value: Krita
+ description: Krita
+ - value: MarkDown
+ description: MarkDown
+ - value: Movie
+ description: Movie
+ - value: MP3
+ description: MP3
+ - value: MSOffice2003
+ description: MSOffice2003
+ - value: MSOffice2007
+ description: MSOffice2007
+ - value: MSOfficeDoc
+ description: MSOfficeDoc
+ - value: OpenDocument
+ description: OpenDocument
+ - value: PDF
+ description: PDF
+ - value: Photoshop
+ description: Photoshop
+ - value: PNG
+ description: PNG
+ - value: Postscript
+ description: Postscript
+ - value: StarOffice
+ description: StarOffice
+ - value: SVG
+ description: SVG
+ - value: TIFF
+ description: TIFF
+ - value: TXT
+ description: TXT
+ - value: XBitmap
+ description: XBitmap
+ - variable: logging
+ label: Logging Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: log_level
+ label: Log Level
+ schema:
+ type: int
+ required: true
+ default: 2
+ enum:
+ - value: 0
+ description: Debug
+ - value: 1
+ description: Info
+ - value: 2
+ description: Warning
+ - value: 3
+ description: Error
+ - value: 4
+ description: Fatal
+ - variable: log_date_format
+ label: Log Date Format
+ schema:
+ type: string
+ required: true
+ default: d/m/Y H:i:s
+ - variable: notify_push
+ label: Notify Push Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Notify Push
+ description: |
+ Enable and Configure Notify Push.
+ It will also deploy the needed container
+ schema:
+ type: boolean
+ default: true
+ - variable: clamav
+ label: ClamAV Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable ClamAV
+ description: |
+ Enable and configure ClamAV.
+ It will also deploy the needed container.
+ Keep in mind that this will run as root.
+ https://github.com/Cisco-Talos/clamav/issues/478
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: stream_max_length
+ label: Stream Max Length
+ schema:
+ type: int
+ required: true
+ default: 104857600
+ - variable: file_max_size
+ label: File Max Size
+ schema:
+ type: int
+ required: true
+ default: -1
+ - variable: infected_action
+ label: Infected Action
+ schema:
+ type: string
+ required: true
+ default: only_log
+ enum:
+ - value: delete
+ description: Delete
+ - value: only_log
+ description: Only Log
+ - variable: collabora
+ label: Collabora Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Collabora
+ description: |
+ Enable and configure Collabora.
+ It will also deploy the needed container.
+ Keep in mind that this will run as root.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: interface_mode
+ label: Interface Mode
+ schema:
+ type: string
+ required: true
+ default: default
+ enum:
+ - value: default
+ description: Default
+ - value: compact
+ description: Compact
+ - value: tabbed
+ description: Tabbed
+ - variable: username
+ label: Username
+ schema:
+ type: string
+ default: admin
+ required: true
+ - variable: password
+ label: Password
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: dictionaries
+ label: Dictionaries
+ schema:
+ type: list
+ empty: false
+ required: true
+ default:
+ - de_DE
+ - en_GB
+ - en_US
+ - el_GR
+ - es_ES
+ - fr_FR
+ - pt_BR
+ - pt_PT
+ - it
+ - nl
+ - ru
+ items:
+ - variable: dictionary
+ label: Dictionary
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: onlyoffice
+ label: Only Office Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable OnlyOffice
+ description: |
+ Enable and configure OnlyOffice.
+ This will NOT deploy the needed container.
+ You need to deploy it yourself.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: url
+ label: Public URL
+ description: |
+ The public FQDN and port of the OnlyOffice Document Server
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: internal_url
+ label: Internal URL
+ description: |
+ The internal FQDN and port of the OnlyOffice Document Server
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: verify_ssl
+ label: Verify SSL (Advanced)
+ description: |
+ Verify SSL when connecting to OnlyOffice Document Server
+ schema:
+ type: boolean
+ default: true
+ - variable: jwt
+ label: JWT
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: jwt_header
+ label: JWT Header
+ schema:
+ type: string
+ required: true
+ default: Authorization
+ - variable: php
+ label: PHP Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: memory_limit
+ label: Memory Limit
+ schema:
+ type: string
+ required: true
+ default: 1G
+ - variable: upload_limit
+ label: Upload Limit
+ schema:
+ type: string
+ required: true
+ default: 10G
+ - variable: pm_max_children
+ label: Max Children
+ schema:
+ type: int
+ required: true
+ default: 180
+ - variable: pm_start_servers
+ label: Start Servers
+ schema:
+ type: int
+ required: true
+ default: 18
+ - variable: pm_min_spare_servers
+ label: Minimum Spare Servers
+ schema:
+ type: int
+ required: true
+ default: 12
+ - variable: pm_max_spare_servers
+ label: Maximum Spare Servers
+ schema:
+ type: int
+ required: true
+ default: 30
+ - variable: opcache
+ label: OPCache Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: interned_strings_buffer
+ label: Interned Strings Buffer
+ description: The amount of memory used to store interned strings, in megabytes.
+ schema:
+ type: int
+ required: true
+ default: 32
+ - variable: max_accelerated_files
+ label: Max Accelerated Files
+ description: The maximum number of keys (and therefore scripts) in the OPcache hash table.
+ schema:
+ type: int
+ required: true
+ default: 10000
+ - variable: memory_consumption
+ label: Memory Consumption
+ description: The size of the shared memory storage used by OPcache, in megabytes.
+ schema:
+ type: int
+ required: true
+ default: 128
+ - variable: revalidate_freq
+ label: Revalidate Frequency
+ description: How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request.
+ schema:
+ type: int
+ required: true
+ default: 60
+ - variable: jit_buffer_size
+ label: JIT Buffer Size
+ description: The amount of shared memory (in megabytes) to reserve for compiled JIT code. A zero value disables the JIT.
+ schema:
+ type: int
+ required: true
+ default: 128
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: html
+ label: App HTML Storage
+ description: Stores the Application HTML.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Config.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: User Data Storage
+ description: Stores the User Data.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID of the user running the application
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage.
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/premium/nextcloud/29.7.4/templates/NOTES.txt b/premium/nextcloud/29.8.3/templates/NOTES.txt
similarity index 100%
rename from premium/nextcloud/29.7.4/templates/NOTES.txt
rename to premium/nextcloud/29.8.3/templates/NOTES.txt
diff --git a/premium/nextcloud/29.7.4/templates/_configmap.tpl b/premium/nextcloud/29.8.3/templates/_configmap.tpl
similarity index 100%
rename from premium/nextcloud/29.7.4/templates/_configmap.tpl
rename to premium/nextcloud/29.8.3/templates/_configmap.tpl
diff --git a/premium/nextcloud/29.7.4/templates/_cronjobs.tpl b/premium/nextcloud/29.8.3/templates/_cronjobs.tpl
similarity index 95%
rename from premium/nextcloud/29.7.4/templates/_cronjobs.tpl
rename to premium/nextcloud/29.8.3/templates/_cronjobs.tpl
index 0fa050dba68..a12fd4db35c 100644
--- a/premium/nextcloud/29.7.4/templates/_cronjobs.tpl
+++ b/premium/nextcloud/29.8.3/templates/_cronjobs.tpl
@@ -14,6 +14,8 @@
enabled: true
primary: true
imageSelector: image
+ resources:
+ excludeExtra: true
command:
- /bin/bash
- -c
diff --git a/premium/nextcloud/29.7.4/templates/_ingressInjector.tpl b/premium/nextcloud/29.8.3/templates/_ingressInjector.tpl
similarity index 100%
rename from premium/nextcloud/29.7.4/templates/_ingressInjector.tpl
rename to premium/nextcloud/29.8.3/templates/_ingressInjector.tpl
diff --git a/premium/nextcloud/29.7.4/templates/_initPerms.tpl b/premium/nextcloud/29.8.3/templates/_initPerms.tpl
similarity index 96%
rename from premium/nextcloud/29.7.4/templates/_initPerms.tpl
rename to premium/nextcloud/29.8.3/templates/_initPerms.tpl
index ed94790ad93..d4211675c78 100644
--- a/premium/nextcloud/29.7.4/templates/_initPerms.tpl
+++ b/premium/nextcloud/29.8.3/templates/_initPerms.tpl
@@ -5,6 +5,8 @@
enabled: true
type: install
imageSelector: alpineImage
+resources:
+ excludeExtra: true
securityContext:
runAsUser: 0
runAsGroup: 0
diff --git a/premium/nextcloud/29.7.4/templates/_validation.tpl b/premium/nextcloud/29.8.3/templates/_validation.tpl
similarity index 100%
rename from premium/nextcloud/29.7.4/templates/_validation.tpl
rename to premium/nextcloud/29.8.3/templates/_validation.tpl
diff --git a/premium/nextcloud/29.7.4/templates/_waitNextcloud.tpl b/premium/nextcloud/29.8.3/templates/_waitNextcloud.tpl
similarity index 96%
rename from premium/nextcloud/29.7.4/templates/_waitNextcloud.tpl
rename to premium/nextcloud/29.8.3/templates/_waitNextcloud.tpl
index 24946d640e8..adcd8f0dea4 100644
--- a/premium/nextcloud/29.7.4/templates/_waitNextcloud.tpl
+++ b/premium/nextcloud/29.8.3/templates/_waitNextcloud.tpl
@@ -4,6 +4,8 @@
enabled: true
type: init
imageSelector: image
+resources:
+ excludeExtra: true
securityContext:
command: /bin/sh
args:
diff --git a/premium/nextcloud/29.7.4/templates/common.yaml b/premium/nextcloud/29.8.3/templates/common.yaml
similarity index 100%
rename from premium/nextcloud/29.7.4/templates/common.yaml
rename to premium/nextcloud/29.8.3/templates/common.yaml
diff --git a/premium/nextcloud/29.7.4/values.yaml b/premium/nextcloud/29.8.3/values.yaml
similarity index 100%
rename from premium/nextcloud/29.7.4/values.yaml
rename to premium/nextcloud/29.8.3/values.yaml
diff --git a/premium/prometheus/17.11.0/CHANGELOG.md b/premium/prometheus/17.11.0/CHANGELOG.md
deleted file mode 100644
index ebcaf0bc11a..00000000000
--- a/premium/prometheus/17.11.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/premium/prometheus/17.11.0/Chart.yaml b/premium/prometheus/17.11.0/Chart.yaml
deleted file mode 100644
index 3f222f645cb..00000000000
--- a/premium/prometheus/17.11.0/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 2.50.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: kube-prometheus-stack
- version: 56.21.0
- repository: oci://ghcr.io/prometheus-community/charts
- condition: ""
- alias: kps
- tags: []
- import-values: []
-deprecated: false
-description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
-home: https://truecharts.org/charts/premium/prometheus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
-keywords:
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: prometheus
-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://quay.io/thanos/thanos
- - https://hub.docker.com/r/bitnami/prometheus
- - https://hub.docker.com/r/bitnami/alertmanager
-type: application
-version: 17.11.0
diff --git a/premium/prometheus/17.11.0/app-changelog.md b/premium/prometheus/17.11.0/app-changelog.md
deleted file mode 100644
index 8d76a93372c..00000000000
--- a/premium/prometheus/17.11.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [prometheus-17.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/prometheus/17.11.0/charts/common-20.2.0.tgz b/premium/prometheus/17.11.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/premium/prometheus/17.11.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/premium/prometheus/17.11.0/ix_values.yaml b/premium/prometheus/17.11.0/ix_values.yaml
deleted file mode 100644
index 6f93d04c33e..00000000000
--- a/premium/prometheus/17.11.0/ix_values.yaml
+++ /dev/null
@@ -1,1260 +0,0 @@
-image:
- repository: bitnami/prometheus
- tag: 2.50.1@sha256:96f94a8ceeccb67be484871bd68f061364ed53366492a53cb369744512822587
-thanosImage:
- repository: quay.io/thanos/thanos
- tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181
-alertmanagerImage:
- repository: bitnami/alertmanager
- tag: 0.27.0@sha256:59674055b5193e9b41e687a5174e90ac9d5f0cff896fd695d11af255f7f99de8
-global:
- labels: {}
-workload:
- main:
- enabled: false
- podSpec:
- containers:
- main:
- enabled: false
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-configmap:
- grafana-datasource:
- enabled: "{{ if .Values.grafana.datasource.enabled }}true{{ else }}false{{ end }}"
- labels:
- grafana_datasources: "1"
- data:
- datasource.yaml: |-
- apiVersion: 1
- datasources:
- - name: Prometheus
- type: prometheus
- uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
- url: http://{{ include "tc.v1.common.lib.chart.names.fullname" $ }}.{{ include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" . "caller" "Configmap") }}:{{ .Values.service.main.ports.main.port }}
- access: proxy
- isDefault: {{ .Values.grafana.datasource.default | default true }}
- jsonData:
- httpMethod: {{ .Values.grafana.datasource.httpMethod | default "POST" }}
- timeInterval: {{ .Values.grafana.datasource.scrapeInterval | default "30s" }}
- {{- if .Values.grafana.datasource.timeout }}
- timeout: {{ .Values.grafana.datasource.timeout }}
- {{- end }}
-
-grafana:
- datasource:
- enabled: true
- default: true
- httpMethod: "POST"
- scrapeInterval: "30s"
- uid: "prometheus"
-
-kps:
- ## Install Prometheus Operator CRDs
- ##
- crds:
- enabled: false
-
- ## Manages Prometheus and Alertmanager components
- ##
- prometheusOperator:
- enabled: false
-
- ##
- global:
- rbac:
- create: true
-
- ## Create default rules for monitoring the cluster
- ##
- defaultRules:
- create: true
-
- windowsMonitoring:
- ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter')
- enabled: false
-
- ## Configuration for prometheus-windows-exporter
- ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter
- ##
- prometheus-windows-exporter:
- ## Enable ServiceMonitor and set Kubernetes label to use as a job label
- ##
- prometheus:
- monitor:
- enabled: false
-
- ## Configuration for alertmanager
- ## ref: https://prometheus.io/docs/alerting/alertmanager/
- ##
- alertmanager:
- ## Deploy alertmanager
- ##
- enabled: false
-
- ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
- ##
- grafana:
- enabled: false
- forceDeployDashboards: true
- defaultDashboardsEnabled: true
-
- ## Flag to disable all the kubernetes component scrapers
- ##
- kubernetesServiceMonitors:
- enabled: true
-
- ## Component scraping the kube api server
- ##
- kubeApiServer:
- enabled: true
-
- ## Component scraping the kubelet and kubelet-hosted cAdvisor
- ##
- kubelet:
- enabled: true
-
- ## Component scraping the kube controller manager
- ##
- kubeControllerManager:
- enabled: true
-
- ## Component scraping coreDns. Use either this or kubeDns
- ##
- coreDns:
- enabled: true
-
- ## Component scraping kubeDns. Use either this or coreDns
- ##
- kubeDns:
- enabled: false
-
- ## Component scraping etcd
- ##
- kubeEtcd:
- enabled: true
-
- ## Component scraping kube scheduler
- ##
- kubeScheduler:
- enabled: true
-
- ## Component scraping kube proxy
- ##
- kubeProxy:
- enabled: false
-
- ## Component scraping kube state metrics
- ##
- kubeStateMetrics:
- enabled: true
-
- ## dontDeploy node exporter as a daemonset to all nodes
- ##
- nodeExporter:
- enabled: true
-
- ## dont Deploy a Prometheus instance
- ##
- prometheus:
- enabled: false
-
- ## Configuration for thanosRuler
- ## ref: https://thanos.io/tip/components/rule.md/
- ##
- thanosRuler:
- ## Dont Deploy thanosRuler
- ##
- enabled: false
-
-service:
- main:
- selectorLabels:
- app.kubernetes.io/name: prometheus
- prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}'
- ports:
- main:
- port: 9090
- targetPort: 9090
- protocol: http
- alertmanager:
- enabled: true
- selectorLabels:
- app.kubernetes.io/name: alertmanager
- alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}'
- ports:
- alertmanager:
- enabled: true
- port: 9093
- targetPort: 9093
- protocol: http
- thanos:
- enabled: true
- selectorLabels:
- app.kubernetes.io/name: prometheus
- prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}'
- ports:
- thanos:
- enabled: true
- port: 10901
- targetPort: 10901
- protocol: http
-ingress:
- main:
- enabled: false
- alertmanager:
- enabled: false
- thanos:
- enabled: false
-####
-## Operator Config
-####
-env:
- PROMETHEUS_CONFIG_RELOADER:
- configMapKeyRef:
- name: prometheus-operator-config
- key: prometheus-config-reloader
-podOptions:
- automountServiceAccountToken: true
-rbac:
- main:
- enabled: true
- primary: true
- clusterWide: true
- rules:
- - apiGroups:
- - apiextensions.k8s.io
- resources:
- - customresourcedefinitions
- verbs:
- - create
- - apiGroups:
- - apiextensions.k8s.io
- resourceNames:
- - alertmanagers.monitoring.coreos.com
- - podmonitors.monitoring.coreos.com
- - prometheuses.monitoring.coreos.com
- - prometheusrules.monitoring.coreos.com
- - servicemonitors.monitoring.coreos.com
- - thanosrulers.monitoring.coreos.com
- - probes.monitoring.coreos.com
- resources:
- - customresourcedefinitions
- verbs:
- - get
- - update
- - apiGroups:
- - monitoring.coreos.com
- resources:
- - alertmanagers
- - alertmanagers/finalizers
- - alertmanagerconfigs
- - prometheuses
- - prometheuses/finalizers
- - thanosrulers
- - thanosrulers/finalizers
- - servicemonitors
- - podmonitors
- - probes
- - prometheusrules
- verbs:
- - "*"
- - apiGroups:
- - apps
- resources:
- - statefulsets
- verbs:
- - "*"
- - apiGroups:
- - ""
- resources:
- - configmaps
- - secrets
- verbs:
- - "*"
- - apiGroups:
- - ""
- resources:
- - pods
- verbs:
- - list
- - delete
- - apiGroups:
- - ""
- resources:
- - services
- - services/finalizers
- - endpoints
- verbs:
- - get
- - create
- - update
- - delete
- - apiGroups:
- - ""
- resources:
- - nodes
- verbs:
- - list
- - watch
- - apiGroups:
- - ""
- resources:
- - namespaces
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - networking.k8s.io
- resources:
- - ingresses
- verbs:
- - get
- - list
- - watch
-# -- The service account the pods will use to interact with the Kubernetes API
-serviceAccount:
- main:
- enabled: true
- primary: true
-
-securityContext:
- readOnlyRootFilesystem: false
-
-probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- custom: true
- spec:
- httpGet:
- path: "/metrics"
- port: promop
- scheme: HTTP
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- custom: true
- spec:
- httpGet:
- path: "/metrics"
- port: promop
- scheme: HTTP
- # -- Startup probe configuration
- # @default -- See below
- startup:
- custom: true
- spec:
- httpGet:
- path: "/metrics"
- port: promop
- scheme: HTTP
-operator:
- ## Create a servicemonitor for the operator
- ##
- serviceMonitor:
- ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator
- ##
- enabled: false
- ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default)
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
- ##
- interval: ""
- ## @param operator.serviceMonitor.metricRelabelings Metric relabeling
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
- ##
- metricRelabelings: []
- ## @param operator.serviceMonitor.relabelings Relabel configs
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
- ##
- relabelings: []
- ## Prometheus Configmap-reload image to use for reloading configmaps
- ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/)
- ##
- prometheusConfigReloader:
- containerSecurityContext:
- enabled: true
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: false
- runAsNonRoot: true
- capabilities:
- drop:
- - ALL
- livenessProbe:
- enabled: true
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 5
- failureThreshold: 6
- successThreshold: 1
- readinessProbe:
- enabled: true
- initialDelaySeconds: 15
- periodSeconds: 20
- timeoutSeconds: 5
- failureThreshold: 6
- successThreshold: 1
-####
-## Prometheus Config (Spawned by Operator)
-####
-
-## Deploy a Prometheus instance
-##
-prometheus:
- ## @param prometheus.enabled Deploy Prometheus to the cluster
- ##
- enabled: true
- ## Bitnami Prometheus image version
- ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/
- ## @param prometheus.image.registry Prometheus image registry
- ## @param prometheus.image.repository Prometheus image repository
- ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended)
- ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array
- ##
- ## Service account for Prometheus to use.
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
- ##
- serviceAccount:
- ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus
- ##
- create: true
- ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create
- ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template
- name: ""
- ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount
- ## annotations:
- ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus
- ##
- annotations: {}
- ## Prometheus pods' Security Context
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
- ## @param prometheus.podSecurityContext.enabled Enable security context
- ## @param prometheus.podSecurityContext.runAsUser User ID for the container
- ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem
- ##
- podSecurityContext:
- enabled: true
- runAsUser: 1001
- fsGroup: 1001
- ## Prometheus containers' Security Context
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
- ## @param prometheus.containerSecurityContext.enabled Enable container security context
- ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem
- ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
- ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
- ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
- ##
- containerSecurityContext:
- enabled: true
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: false
- runAsNonRoot: true
- capabilities:
- drop:
- - ALL
- serviceMonitor:
- ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself
- ##
- enabled: true
- ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default)
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
- ##
- interval: ""
- ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
- ##
- metricRelabelings: []
- ## @param prometheus.serviceMonitor.relabelings Relabel configs
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
- ##
- relabelings: []
- ## @param prometheus.externalUrl External URL used to access Prometheus
- ## If not creating an ingress but still exposing the service some other way (like a proxy)
- ## let Prometheus know what its external URL is so that it can properly create links
- ## externalUrl: https://prometheus.example.com
- ##
- externalUrl: ""
- ## @param prometheus.resources CPU/Memory resource requests/limits for node
- ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
- ##
- resources: {}
- ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
- ##
- podAffinityPreset: ""
- ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
- ##
- podAntiAffinityPreset: soft
- ## Node affinity preset
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
- ##
- nodeAffinityPreset:
- ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ##
- type: ""
- ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set.
- ## E.g.
- ## key: "kubernetes.io/e2e-az-name"
- ##
- key: ""
- ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set.
- ## E.g.
- ## values:
- ## - e2e-az1
- ## - e2e-az2
- ##
- values: []
- ## @param prometheus.affinity Prometheus Affinity for pod assignment
- ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
- ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set
- ##
- affinity: {}
- ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment
- ## ref: https://kubernetes.io/docs/user-guide/node-selection/
- ##
- nodeSelector: {}
- ## @param prometheus.tolerations Prometheus Tolerations for pod assignment
- ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- ##
- tolerations: []
- ## @param prometheus.scrapeInterval Interval between consecutive scrapes
- ##
- scrapeInterval: "15s"
- ## @param prometheus.evaluationInterval Interval between consecutive evaluations
- ##
- evaluationInterval: "30s"
- ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback
- ##
- listenLocal: false
- ## Configure extra options for liveness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe
- ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state
- ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
- ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe
- ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out
- ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- livenessProbe:
- enabled: true
- path: /-/healthy
- initialDelaySeconds: 0
- failureThreshold: 10
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 3
- ## Configure extra options for readiness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe
- ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state
- ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
- ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe
- ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out
- ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- readinessProbe:
- enabled: true
- path: /-/ready
- initialDelaySeconds: 0
- failureThreshold: 10
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 3
- ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API
- ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis
- ##
- enableAdminAPI: false
- ## @param prometheus.enableFeatures Enable access to Prometheus disabled features.
- ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/
- ##
- enableFeatures: []
- ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints
- ##
- alertingEndpoints: []
- ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems
- ##
- externalLabels: {}
- ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name
- ##
- replicaExternalLabelName: ""
- ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name
- ##
- replicaExternalLabelNameClear: false
- ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route
- ## Useful for proxies that rewrite URLs.
- ##
- routePrefix: /
- ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name
- ##
- prometheusExternalLabelName: ""
- ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name
- ##
- prometheusExternalLabelNameClear: false
- ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods
- ##
- secrets: []
- ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods
- ##
- configMaps: []
- ## @param prometheus.querySpec The query command line flags when starting Prometheus
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec
- ##
- querySpec: {}
- ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery
- ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
- ##
- ruleNamespaceSelector: {}
- ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery
- ## If {}, select all ServiceMonitors
- ##
- ruleSelector: {}
- ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery
- ## If {}, select all ServiceMonitors
- ##
- serviceMonitorSelector: {}
- ## @param prometheus.matchLabels Matchlabels
- ##
- matchLabels: {}
- ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery
- ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
- ##
- serviceMonitorNamespaceSelector: {}
- ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery.
- ## If {}, select all PodMonitors
- ##
- podMonitorSelector: {}
- ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery
- ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
- ##
- podMonitorNamespaceSelector: {}
- ## @param prometheus.probeSelector Probes to be selected for target discovery.
- ## If {}, select all Probes
- ##
- probeSelector: {}
- ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery
- ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
- ##
- probeNamespaceSelector: {}
- ## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery.
- ## If {}, select all scrapeConfigs
- ##
- scrapeConfigSelector: {}
- ## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery.
- ## If {}, select all namespaces.
- ## If nil, select own namespace.
- scrapeConfigNamespaceSelector: {}
- ## @param prometheus.retention Metrics retention days
- ##
- retention: 31d
- ## @param prometheus.retentionSize Maximum size of metrics
- ##
- retentionSize: ""
- ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB
- ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
- ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction
- ##
- disableCompaction: false
- ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy
- ##
- walCompression: false
- ## @param prometheus.enableRemoteWriteReceiver Enable Prometheus to be used as a receiver for the Prometheus remote write protocol
- ##
- enableRemoteWriteReceiver: false
- ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes
- ##
- paused: false
- ## @param prometheus.replicaCount Number of Prometheus replicas desired
- ##
- replicaCount: 1
- ## @param prometheus.logLevel Log level for Prometheus
- ##
- logLevel: info
- ## @param prometheus.logFormat Log format for Prometheus
- ##
- logFormat: logfmt
- ## @param prometheus.podMetadata [object] Standard object's metadata
- ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
- ##
- podMetadata:
- ## labels:
- ## app: prometheus
- ## k8s-app: prometheus
- ##
- labels: {}
- annotations: {}
- ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec
- ## remoteRead:
- ## - url: http://remote1/read
- ##
- remoteRead: []
- ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec
- ## remoteWrite:
- ## - url: http://remote1/push
- ##
- remoteWrite: []
- ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
- ##
- storageSpec: {}
- ## Prometheus persistence parameters
- ##
- persistence:
- ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect.
- ##
- enabled: true
- ## @param prometheus.persistence.storageClass Persistent Volume Storage Class
- ## If defined, storageClassName:
- ## If set to "-", storageClassName: "", which disables dynamic provisioning
- ## If undefined (the default) or set to null, no storageClassName spec is
- ## set, choosing the default provisioner.
- ##
- storageClass: ""
- ## @param prometheus.persistence.accessModes Persistent Volume Access Modes
- ##
- accessModes:
- - ReadWriteOnce
- ## @param prometheus.persistence.size Persistent Volume Size
- ##
- size: 999Gi
- ## @param prometheus.priorityClassName Priority class assigned to the Pods
- ##
- priorityClassName: ""
- ## @param prometheus.containers Containers allows injecting additional containers
- ##
- containers: []
- ## @param prometheus.volumes Volumes allows configuration of additional volumes
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
- ##
- volumes: []
- ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
- ##
- volumeMounts: []
- ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance.
- additionalPrometheusRules: []
- ## - name: custom-recording-rules
- ## groups:
- ## - name: sum_node_by_job
- ## rules:
- ## - record: job:kube_node_labels:sum
- ## expr: sum(kube_node_labels) by (job)
- ## - name: sum_prometheus_config_reload_by_pod
- ## rules:
- ## - record: job:prometheus_config_last_reload_successful:sum
- ## expr: sum(prometheus_config_last_reload_successful) by (pod)
- ## - name: custom-alerting-rules
- ## groups:
- ## - name: prometheus-config
- ## rules:
- ## - alert: PrometheusConfigurationReload
- ## expr: prometheus_config_last_reload_successful > 0
- ## for: 1m
- ## labels:
- ## severity: error
- ## annotations:
- ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})"
- ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- ## - name: custom-node-exporter-alerting-rules
- ## rules:
- ## - alert: PhysicalComponentTooHot
- ## expr: node_hwmon_temp_celsius > 75
- ## for: 5m
- ## labels:
- ## severity: warning
- ## annotations:
- ## summary: "Physical component too hot (instance {{ $labels.instance }})"
- ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- ## - alert: NodeOvertemperatureAlarm
- ## expr: node_hwmon_temp_alarm == 1
- ## for: 5m
- ## labels:
- ## severity: critical
- ## annotations:
- ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})"
- ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- ##
- ## Note that the prometheus will fail to provision if the correct secret does not exist.
- ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs
- ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs
- ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration
- ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration
- ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs
- ##
- additionalScrapeConfigs:
- enabled: false
- type: external
- external:
- ## Name of the secret that Prometheus should use for the additional scrape configuration
- ##
- name: ""
- ## Name of the key inside the secret to be used for the additional scrape configuration.
- ##
- key: ""
- internal:
- jobList: []
- ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart
- ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration
- ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration
- ##
- additionalScrapeConfigsExternal:
- enabled: false
- name: ""
- key: ""
- ## Enable additional Prometheus alert relabel configs that are managed externally to this chart
- ## Note that the prometheus will fail to provision if the correct secret does not exist.
- ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart
- ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration
- ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration
- ##
- additionalAlertRelabelConfigsExternal:
- enabled: false
- name: ""
- key: ""
- ## Thanos sidecar container configuration
- ##
- thanos:
- ## @param prometheus.thanos.create Create a Thanos sidecar container
- ##
- create: false
- ## Bitnami Thanos image
- ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/
- ## @param prometheus.thanos.image.registry Thanos image registry
- ## @param prometheus.thanos.image.repository Thanos image name
- ## @param prometheus.thanos.image.tag Thanos image tag
- ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy
- ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array
- ##
- ## Thanos Sidecar container's securityContext
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
- ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context
- ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem
- ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
- ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
- ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
- ##
- containerSecurityContext:
- enabled: true
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: false
- runAsNonRoot: true
- capabilities:
- drop:
- - ALL
- ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090"
- ##
- prometheusUrl: ""
- ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container
- ## extraArgs:
- ## - --log.level=debug
- ## - --tsdb.path=/data/
- ##
- extraArgs: []
- ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container.
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md
- ## objectStorageConfig:
- ## secretName: thanos-objstore-config
- ## secretKey: thanos.yaml
- ##
- objectStorageConfig: {}
- ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md
- ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container
- ## extraVolumeMounts:
- ## - name: my-secret-volume
- ## mountPath: /etc/thanos/secrets/my-secret
- ##
- extraVolumeMounts: []
- ## Thanos sidecar container resource requests and limits.
- ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
- ## We usually recommend not to specify default resources and to leave this as a conscious
- ## choice for the user. This also increases chances charts run on environments with little
- ## resources, such as Minikube. If you do want to specify resources, uncomment the following
- ## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
- ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container
- ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container
- ##
- resources:
- ## Example:
- ## limits:
- ## cpu: 100m
- ## memory: 128Mi
- limits: {}
- ## Examples:
- ## requests:
- ## cpu: 100m
- ## memory: 128Mi
- requests: {}
- ## Configure extra options for liveness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe
- ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state
- ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
- ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe
- ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out
- ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- livenessProbe:
- enabled: true
- path: /-/healthy
- initialDelaySeconds: 0
- periodSeconds: 5
- timeoutSeconds: 3
- failureThreshold: 120
- successThreshold: 1
- ## Configure extra options for readiness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe
- ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state
- ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
- ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe
- ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out
- ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- readinessProbe:
- enabled: true
- path: /-/ready
- initialDelaySeconds: 0
- periodSeconds: 5
- timeoutSeconds: 3
- failureThreshold: 120
- successThreshold: 1
- ## Thanos Sidecar Service
- ##
- service:
- ## @param prometheus.thanos.service.type Kubernetes service type
- ##
- type: ClusterIP
- ## @param prometheus.thanos.service.port Thanos service port
- ##
- port: 10901
- ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default.
- ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests.
- ##
- clusterIP: None
- ## @param prometheus.thanos.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types.
- ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
- ## e.g:
- ## nodePort: 30901
- ##
- nodePort: ""
- ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer`
- ## Set the LoadBalancer service type to internal only
- ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
- ##
- loadBalancerIP: ""
- ## @param prometheus.thanos.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer`
- ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
- ## e.g:
- ## loadBalancerSourceRanges:
- ## - 10.10.10.0/24
- ##
- loadBalancerSourceRanges: []
- ## @param prometheus.thanos.service.annotations Additional annotations for Prometheus service
- ##
- annotations: {}
- ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container
- ## extraPorts:
- ## - name: http
- ## port: 10902
- ## targetPort: http
- ## protocol: tcp
- ##
- extraPorts: []
- ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web
- ##
- portName: main
-
-####
-## Alert Manager Config
-####
-
-## @section Alertmanager Parameters
-
-## Configuration for alertmanager
-## ref: https://prometheus.io/docs/alerting/alertmanager/
-##
-alertmanager:
- ## @param alertmanager.enabled Deploy Alertmanager to the cluster
- ##
- enabled: true
- ## Service account for Alertmanager to use.
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
- ##
- serviceAccount:
- ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager
- ##
- create: true
- ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create
- ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template
- name: ""
- ## Prometheus Alertmanager pods' Security Context
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
- ## @param alertmanager.podSecurityContext.enabled Enable security context
- ## @param alertmanager.podSecurityContext.runAsUser User ID for the container
- ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem
- ##
- podSecurityContext:
- enabled: true
- runAsUser: 1001
- fsGroup: 1001
- ## Prometheus Alertmanager container's securityContext
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
- ## @param alertmanager.containerSecurityContext.enabled Enable container security context
- ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem
- ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
- ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
- ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
- ##
- containerSecurityContext:
- enabled: true
- readOnlyRootFilesystem: false
- allowPrivilegeEscalation: false
- runAsNonRoot: true
- capabilities:
- drop:
- - ALL
- ## Configure pod disruption budgets for Alertmanager
- ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
- ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager
- ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled
- ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable
- ##
- podDisruptionBudget:
- enabled: false
- minAvailable: 1
- maxUnavailable: ""
- ## If true, create a serviceMonitor for alertmanager
- ##
- serviceMonitor:
- ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager
- ##
- enabled: true
- ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used.
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
- ##
- interval: ""
- ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
- ##
- metricRelabelings: []
- ## @param alertmanager.serviceMonitor.relabelings Relabel configs
- ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
- ##
- relabelings: []
- ## @param alertmanager.externalUrl External URL used to access Alertmanager
- ## e.g:
- ## externalUrl: https://alertmanager.example.com
- ##
- externalUrl: ""
- ## @param alertmanager.resources CPU/Memory resource requests/limits for node
- ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
- ##
- resources: {}
- ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
- ##
- podAffinityPreset: ""
- ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
- ##
- podAntiAffinityPreset: soft
- ## Node affinity preset
- ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
- ##
- nodeAffinityPreset:
- ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
- ##
- type: ""
- ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set.
- ## E.g.
- ## key: "kubernetes.io/e2e-az-name"
- ##
- key: ""
- ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set.
- ## E.g.
- ## values:
- ## - e2e-az1
- ## - e2e-az2
- ##
- values: []
- ## @param alertmanager.affinity Alertmanager Affinity for pod assignment
- ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
- ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set
- ##
- affinity: {}
- ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment
- ## ref: https://kubernetes.io/docs/user-guide/node-selection/
- ##
- nodeSelector: {}
- ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment
- ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- ##
- tolerations: []
- ## Alertmanager configuration
- ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file
- ## @param alertmanager.config [object] Alertmanager configuration directive
- ## @skip alertmanager.config.route.group_by
- ## @skip alertmanager.config.route.routes
- ## @skip alertmanager.config.receivers
- ##
- config:
- global:
- resolve_timeout: 5m
- route:
- group_by:
- - job
- group_wait: 30s
- group_interval: 5m
- repeat_interval: 12h
- receiver: "null"
- routes:
- - match:
- alertname: Watchdog
- receiver: "null"
- receivers:
- - name: "null"
- ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created.
- ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}`
- ## It must contain:
- ## alertmanager.yaml:
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting
- ##
- externalConfig: false
- ## @param alertmanager.replicaCount Number of Alertmanager replicas desired
- ##
- replicaCount: 1
- ## Configure extra options for liveness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe
- ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state
- ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
- ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe
- ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out
- ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- livenessProbe:
- enabled: true
- path: /-/healthy
- initialDelaySeconds: 0
- periodSeconds: 5
- timeoutSeconds: 3
- failureThreshold: 120
- successThreshold: 1
- ## Configure extra options for readiness probe
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
- ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe
- ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state
- ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
- ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe
- ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out
- ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe
- ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe
- ##
- readinessProbe:
- enabled: true
- path: /-/ready
- initialDelaySeconds: 0
- periodSeconds: 5
- timeoutSeconds: 3
- failureThreshold: 120
- successThreshold: 1
- ## @param alertmanager.logLevel Log level for Alertmanager
- ##
- logLevel: info
- ## @param alertmanager.logFormat Log format for Alertmanager
- ##
- logFormat: logfmt
- ## @param alertmanager.podMetadata [object] Standard object's metadata.
- ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
- ##
- podMetadata:
- labels: {}
- annotations: {}
- ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods
- ##
- secrets: []
- ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods
- ##
- configMaps: []
- ## @param alertmanager.retention Metrics retention days
- ##
- retention: 240h
- ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
- ##
- storageSpec: {}
- ## Alertmanager persistence parameters
- ##
- persistence:
- ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect.
- ## If you want to use this configuration make sure the storageSpec is not provided.
- ##
- enabled: true
- ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class
- ## If defined, storageClassName:
- ## If set to "-", storageClassName: "", which disables dynamic provisioning
- ## If undefined (the default) or set to null, no storageClassName spec is
- ## set, choosing the default provisioner.
- ##
- storageClass: ""
- ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes
- ##
- accessModes:
- - ReadWriteOnce
- ## @param alertmanager.persistence.size Persistent Volume Size
- ##
- size: 999Gi
- ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes
- ##
- paused: false
- ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback
- ##
- listenLocal: false
- ## @param alertmanager.containers Containers allows injecting additional containers
- ##
- containers: []
- ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec
- ##
- volumes: []
- ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template
- ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec
- ##
- volumeMounts: []
- ## @param alertmanager.priorityClassName Priority class assigned to the Pods
- ##
- priorityClassName: ""
- ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster
- ##
- additionalPeers: []
- ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route
- ## Useful for proxies that rewrite URLs.
- ##
- routePrefix: /
- ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web
- ##
- portName: alertmanager
- ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {}
- ##
- configNamespaceSelector: {}
- ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {}
- ##
- configSelector: {}
-
-portal:
- open:
- enabled: true
diff --git a/premium/prometheus/17.11.0/.helmignore b/premium/prometheus/17.12.2/.helmignore
similarity index 100%
rename from premium/prometheus/17.11.0/.helmignore
rename to premium/prometheus/17.12.2/.helmignore
diff --git a/premium/prometheus/17.12.2/CHANGELOG.md b/premium/prometheus/17.12.2/CHANGELOG.md
new file mode 100644
index 00000000000..a05bd656604
--- /dev/null
+++ b/premium/prometheus/17.12.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [prometheus-17.12.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-17.12.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-17.12.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-17.12.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-17.12.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-17.12.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/prometheus/17.12.2/Chart.yaml b/premium/prometheus/17.12.2/Chart.yaml
new file mode 100644
index 00000000000..68066f4e3d6
--- /dev/null
+++ b/premium/prometheus/17.12.2/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 2.51.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: kube-prometheus-stack
+ version: 56.21.0
+ repository: oci://ghcr.io/prometheus-community/charts
+ condition: ""
+ alias: kps
+ tags: []
+ import-values: []
+deprecated: false
+description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
+home: https://truecharts.org/charts/premium/prometheus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
+keywords:
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: prometheus
+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://quay.io/thanos/thanos
+ - https://hub.docker.com/r/bitnami/prometheus
+type: application
+version: 17.12.2
diff --git a/premium/prometheus/17.11.0/README.md b/premium/prometheus/17.12.2/README.md
similarity index 100%
rename from premium/prometheus/17.11.0/README.md
rename to premium/prometheus/17.12.2/README.md
diff --git a/premium/prometheus/17.12.2/app-changelog.md b/premium/prometheus/17.12.2/app-changelog.md
new file mode 100644
index 00000000000..6f8e0051508
--- /dev/null
+++ b/premium/prometheus/17.12.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [prometheus-17.12.2](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/prometheus to v2.51.0[@d6ebf11](https://github.com/d6ebf11) by renovate ([#19514](https://github.com/truecharts/charts/issues/19514))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/prometheus/17.11.0/app-readme.md b/premium/prometheus/17.12.2/app-readme.md
similarity index 100%
rename from premium/prometheus/17.11.0/app-readme.md
rename to premium/prometheus/17.12.2/app-readme.md
diff --git a/premium/prometheus/17.12.2/charts/common-20.2.4.tgz b/premium/prometheus/17.12.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/prometheus/17.12.2/charts/common-20.2.4.tgz differ
diff --git a/premium/prometheus/17.11.0/charts/kube-prometheus-stack-56.21.0.tgz b/premium/prometheus/17.12.2/charts/kube-prometheus-stack-56.21.0.tgz
similarity index 100%
rename from premium/prometheus/17.11.0/charts/kube-prometheus-stack-56.21.0.tgz
rename to premium/prometheus/17.12.2/charts/kube-prometheus-stack-56.21.0.tgz
diff --git a/premium/prometheus/17.12.2/ix_values.yaml b/premium/prometheus/17.12.2/ix_values.yaml
new file mode 100644
index 00000000000..920afd5b053
--- /dev/null
+++ b/premium/prometheus/17.12.2/ix_values.yaml
@@ -0,0 +1,1260 @@
+image:
+ repository: bitnami/prometheus
+ tag: 2.51.0@sha256:d6ebf114bd6018badec7e6c45f332d9220657cd65815a1ec88ce8d3475a63c48
+thanosImage:
+ repository: quay.io/thanos/thanos
+ tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181
+alertmanagerImage:
+ repository: bitnami/alertmanager
+ tag: 0.27.0@sha256:59674055b5193e9b41e687a5174e90ac9d5f0cff896fd695d11af255f7f99de8
+global:
+ labels: {}
+workload:
+ main:
+ enabled: false
+ podSpec:
+ containers:
+ main:
+ enabled: false
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+
+configmap:
+ grafana-datasource:
+ enabled: "{{ if .Values.grafana.datasource.enabled }}true{{ else }}false{{ end }}"
+ labels:
+ grafana_datasources: "1"
+ data:
+ datasource.yaml: |-
+ apiVersion: 1
+ datasources:
+ - name: Prometheus
+ type: prometheus
+ uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
+ url: http://{{ include "tc.v1.common.lib.chart.names.fullname" $ }}.{{ include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" . "caller" "Configmap") }}:{{ .Values.service.main.ports.main.port }}
+ access: proxy
+ isDefault: {{ .Values.grafana.datasource.default | default true }}
+ jsonData:
+ httpMethod: {{ .Values.grafana.datasource.httpMethod | default "POST" }}
+ timeInterval: {{ .Values.grafana.datasource.scrapeInterval | default "30s" }}
+ {{- if .Values.grafana.datasource.timeout }}
+ timeout: {{ .Values.grafana.datasource.timeout }}
+ {{- end }}
+
+grafana:
+ datasource:
+ enabled: true
+ default: true
+ httpMethod: "POST"
+ scrapeInterval: "30s"
+ uid: "prometheus"
+
+kps:
+ ## Install Prometheus Operator CRDs
+ ##
+ crds:
+ enabled: false
+
+ ## Manages Prometheus and Alertmanager components
+ ##
+ prometheusOperator:
+ enabled: false
+
+ ##
+ global:
+ rbac:
+ create: true
+
+ ## Create default rules for monitoring the cluster
+ ##
+ defaultRules:
+ create: true
+
+ windowsMonitoring:
+ ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter')
+ enabled: false
+
+ ## Configuration for prometheus-windows-exporter
+ ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter
+ ##
+ prometheus-windows-exporter:
+ ## Enable ServiceMonitor and set Kubernetes label to use as a job label
+ ##
+ prometheus:
+ monitor:
+ enabled: false
+
+ ## Configuration for alertmanager
+ ## ref: https://prometheus.io/docs/alerting/alertmanager/
+ ##
+ alertmanager:
+ ## Deploy alertmanager
+ ##
+ enabled: false
+
+ ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
+ ##
+ grafana:
+ enabled: false
+ forceDeployDashboards: true
+ defaultDashboardsEnabled: true
+
+ ## Flag to disable all the kubernetes component scrapers
+ ##
+ kubernetesServiceMonitors:
+ enabled: true
+
+ ## Component scraping the kube api server
+ ##
+ kubeApiServer:
+ enabled: true
+
+ ## Component scraping the kubelet and kubelet-hosted cAdvisor
+ ##
+ kubelet:
+ enabled: true
+
+ ## Component scraping the kube controller manager
+ ##
+ kubeControllerManager:
+ enabled: true
+
+ ## Component scraping coreDns. Use either this or kubeDns
+ ##
+ coreDns:
+ enabled: true
+
+ ## Component scraping kubeDns. Use either this or coreDns
+ ##
+ kubeDns:
+ enabled: false
+
+ ## Component scraping etcd
+ ##
+ kubeEtcd:
+ enabled: true
+
+ ## Component scraping kube scheduler
+ ##
+ kubeScheduler:
+ enabled: true
+
+ ## Component scraping kube proxy
+ ##
+ kubeProxy:
+ enabled: false
+
+ ## Component scraping kube state metrics
+ ##
+ kubeStateMetrics:
+ enabled: true
+
+ ## dontDeploy node exporter as a daemonset to all nodes
+ ##
+ nodeExporter:
+ enabled: true
+
+ ## dont Deploy a Prometheus instance
+ ##
+ prometheus:
+ enabled: false
+
+ ## Configuration for thanosRuler
+ ## ref: https://thanos.io/tip/components/rule.md/
+ ##
+ thanosRuler:
+ ## Dont Deploy thanosRuler
+ ##
+ enabled: false
+
+service:
+ main:
+ selectorLabels:
+ app.kubernetes.io/name: prometheus
+ prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}'
+ ports:
+ main:
+ port: 9090
+ targetPort: 9090
+ protocol: http
+ alertmanager:
+ enabled: true
+ selectorLabels:
+ app.kubernetes.io/name: alertmanager
+ alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}'
+ ports:
+ alertmanager:
+ enabled: true
+ port: 9093
+ targetPort: 9093
+ protocol: http
+ thanos:
+ enabled: true
+ selectorLabels:
+ app.kubernetes.io/name: prometheus
+ prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}'
+ ports:
+ thanos:
+ enabled: true
+ port: 10901
+ targetPort: 10901
+ protocol: http
+ingress:
+ main:
+ enabled: false
+ alertmanager:
+ enabled: false
+ thanos:
+ enabled: false
+####
+## Operator Config
+####
+env:
+ PROMETHEUS_CONFIG_RELOADER:
+ configMapKeyRef:
+ name: prometheus-operator-config
+ key: prometheus-config-reloader
+podOptions:
+ automountServiceAccountToken: true
+rbac:
+ main:
+ enabled: true
+ primary: true
+ clusterWide: true
+ rules:
+ - apiGroups:
+ - apiextensions.k8s.io
+ resources:
+ - customresourcedefinitions
+ verbs:
+ - create
+ - apiGroups:
+ - apiextensions.k8s.io
+ resourceNames:
+ - alertmanagers.monitoring.coreos.com
+ - podmonitors.monitoring.coreos.com
+ - prometheuses.monitoring.coreos.com
+ - prometheusrules.monitoring.coreos.com
+ - servicemonitors.monitoring.coreos.com
+ - thanosrulers.monitoring.coreos.com
+ - probes.monitoring.coreos.com
+ resources:
+ - customresourcedefinitions
+ verbs:
+ - get
+ - update
+ - apiGroups:
+ - monitoring.coreos.com
+ resources:
+ - alertmanagers
+ - alertmanagers/finalizers
+ - alertmanagerconfigs
+ - prometheuses
+ - prometheuses/finalizers
+ - thanosrulers
+ - thanosrulers/finalizers
+ - servicemonitors
+ - podmonitors
+ - probes
+ - prometheusrules
+ verbs:
+ - "*"
+ - apiGroups:
+ - apps
+ resources:
+ - statefulsets
+ verbs:
+ - "*"
+ - apiGroups:
+ - ""
+ resources:
+ - configmaps
+ - secrets
+ verbs:
+ - "*"
+ - apiGroups:
+ - ""
+ resources:
+ - pods
+ verbs:
+ - list
+ - delete
+ - apiGroups:
+ - ""
+ resources:
+ - services
+ - services/finalizers
+ - endpoints
+ verbs:
+ - get
+ - create
+ - update
+ - delete
+ - apiGroups:
+ - ""
+ resources:
+ - nodes
+ verbs:
+ - list
+ - watch
+ - apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - get
+ - list
+ - watch
+ - apiGroups:
+ - networking.k8s.io
+ resources:
+ - ingresses
+ verbs:
+ - get
+ - list
+ - watch
+# -- The service account the pods will use to interact with the Kubernetes API
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+
+securityContext:
+ readOnlyRootFilesystem: false
+
+probes:
+ # -- Liveness probe configuration
+ # @default -- See below
+ liveness:
+ custom: true
+ spec:
+ httpGet:
+ path: "/metrics"
+ port: promop
+ scheme: HTTP
+ # -- Redainess probe configuration
+ # @default -- See below
+ readiness:
+ custom: true
+ spec:
+ httpGet:
+ path: "/metrics"
+ port: promop
+ scheme: HTTP
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ custom: true
+ spec:
+ httpGet:
+ path: "/metrics"
+ port: promop
+ scheme: HTTP
+operator:
+ ## Create a servicemonitor for the operator
+ ##
+ serviceMonitor:
+ ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator
+ ##
+ enabled: false
+ ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default)
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
+ ##
+ interval: ""
+ ## @param operator.serviceMonitor.metricRelabelings Metric relabeling
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
+ ##
+ metricRelabelings: []
+ ## @param operator.serviceMonitor.relabelings Relabel configs
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
+ ##
+ relabelings: []
+ ## Prometheus Configmap-reload image to use for reloading configmaps
+ ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/)
+ ##
+ prometheusConfigReloader:
+ containerSecurityContext:
+ enabled: true
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: false
+ runAsNonRoot: true
+ capabilities:
+ drop:
+ - ALL
+ livenessProbe:
+ enabled: true
+ initialDelaySeconds: 10
+ periodSeconds: 10
+ timeoutSeconds: 5
+ failureThreshold: 6
+ successThreshold: 1
+ readinessProbe:
+ enabled: true
+ initialDelaySeconds: 15
+ periodSeconds: 20
+ timeoutSeconds: 5
+ failureThreshold: 6
+ successThreshold: 1
+####
+## Prometheus Config (Spawned by Operator)
+####
+
+## Deploy a Prometheus instance
+##
+prometheus:
+ ## @param prometheus.enabled Deploy Prometheus to the cluster
+ ##
+ enabled: true
+ ## Bitnami Prometheus image version
+ ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/
+ ## @param prometheus.image.registry Prometheus image registry
+ ## @param prometheus.image.repository Prometheus image repository
+ ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended)
+ ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array
+ ##
+ ## Service account for Prometheus to use.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
+ ##
+ serviceAccount:
+ ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus
+ ##
+ create: true
+ ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create
+ ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template
+ name: ""
+ ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount
+ ## annotations:
+ ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus
+ ##
+ annotations: {}
+ ## Prometheus pods' Security Context
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
+ ## @param prometheus.podSecurityContext.enabled Enable security context
+ ## @param prometheus.podSecurityContext.runAsUser User ID for the container
+ ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem
+ ##
+ podSecurityContext:
+ enabled: true
+ runAsUser: 1001
+ fsGroup: 1001
+ ## Prometheus containers' Security Context
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
+ ## @param prometheus.containerSecurityContext.enabled Enable container security context
+ ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem
+ ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
+ ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
+ ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
+ ##
+ containerSecurityContext:
+ enabled: true
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: false
+ runAsNonRoot: true
+ capabilities:
+ drop:
+ - ALL
+ serviceMonitor:
+ ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself
+ ##
+ enabled: true
+ ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default)
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
+ ##
+ interval: ""
+ ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
+ ##
+ metricRelabelings: []
+ ## @param prometheus.serviceMonitor.relabelings Relabel configs
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
+ ##
+ relabelings: []
+ ## @param prometheus.externalUrl External URL used to access Prometheus
+ ## If not creating an ingress but still exposing the service some other way (like a proxy)
+ ## let Prometheus know what its external URL is so that it can properly create links
+ ## externalUrl: https://prometheus.example.com
+ ##
+ externalUrl: ""
+ ## @param prometheus.resources CPU/Memory resource requests/limits for node
+ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
+ ##
+ resources: {}
+ ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
+ ##
+ podAffinityPreset: ""
+ ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
+ ##
+ podAntiAffinityPreset: soft
+ ## Node affinity preset
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
+ ##
+ nodeAffinityPreset:
+ ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ##
+ type: ""
+ ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set.
+ ## E.g.
+ ## key: "kubernetes.io/e2e-az-name"
+ ##
+ key: ""
+ ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set.
+ ## E.g.
+ ## values:
+ ## - e2e-az1
+ ## - e2e-az2
+ ##
+ values: []
+ ## @param prometheus.affinity Prometheus Affinity for pod assignment
+ ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
+ ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set
+ ##
+ affinity: {}
+ ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment
+ ## ref: https://kubernetes.io/docs/user-guide/node-selection/
+ ##
+ nodeSelector: {}
+ ## @param prometheus.tolerations Prometheus Tolerations for pod assignment
+ ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
+ ##
+ tolerations: []
+ ## @param prometheus.scrapeInterval Interval between consecutive scrapes
+ ##
+ scrapeInterval: "15s"
+ ## @param prometheus.evaluationInterval Interval between consecutive evaluations
+ ##
+ evaluationInterval: "30s"
+ ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback
+ ##
+ listenLocal: false
+ ## Configure extra options for liveness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe
+ ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state
+ ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
+ ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe
+ ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out
+ ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ livenessProbe:
+ enabled: true
+ path: /-/healthy
+ initialDelaySeconds: 0
+ failureThreshold: 10
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 3
+ ## Configure extra options for readiness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe
+ ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state
+ ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
+ ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe
+ ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out
+ ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ readinessProbe:
+ enabled: true
+ path: /-/ready
+ initialDelaySeconds: 0
+ failureThreshold: 10
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 3
+ ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API
+ ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis
+ ##
+ enableAdminAPI: false
+ ## @param prometheus.enableFeatures Enable access to Prometheus disabled features.
+ ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/
+ ##
+ enableFeatures: []
+ ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints
+ ##
+ alertingEndpoints: []
+ ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems
+ ##
+ externalLabels: {}
+ ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name
+ ##
+ replicaExternalLabelName: ""
+ ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name
+ ##
+ replicaExternalLabelNameClear: false
+ ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route
+ ## Useful for proxies that rewrite URLs.
+ ##
+ routePrefix: /
+ ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name
+ ##
+ prometheusExternalLabelName: ""
+ ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name
+ ##
+ prometheusExternalLabelNameClear: false
+ ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods
+ ##
+ secrets: []
+ ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods
+ ##
+ configMaps: []
+ ## @param prometheus.querySpec The query command line flags when starting Prometheus
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec
+ ##
+ querySpec: {}
+ ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery
+ ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
+ ##
+ ruleNamespaceSelector: {}
+ ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery
+ ## If {}, select all ServiceMonitors
+ ##
+ ruleSelector: {}
+ ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery
+ ## If {}, select all ServiceMonitors
+ ##
+ serviceMonitorSelector: {}
+ ## @param prometheus.matchLabels Matchlabels
+ ##
+ matchLabels: {}
+ ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery
+ ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
+ ##
+ serviceMonitorNamespaceSelector: {}
+ ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery.
+ ## If {}, select all PodMonitors
+ ##
+ podMonitorSelector: {}
+ ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery
+ ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
+ ##
+ podMonitorNamespaceSelector: {}
+ ## @param prometheus.probeSelector Probes to be selected for target discovery.
+ ## If {}, select all Probes
+ ##
+ probeSelector: {}
+ ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery
+ ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
+ ##
+ probeNamespaceSelector: {}
+ ## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery.
+ ## If {}, select all scrapeConfigs
+ ##
+ scrapeConfigSelector: {}
+ ## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery.
+ ## If {}, select all namespaces.
+ ## If nil, select own namespace.
+ scrapeConfigNamespaceSelector: {}
+ ## @param prometheus.retention Metrics retention days
+ ##
+ retention: 31d
+ ## @param prometheus.retentionSize Maximum size of metrics
+ ##
+ retentionSize: ""
+ ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB
+ ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
+ ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction
+ ##
+ disableCompaction: false
+ ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy
+ ##
+ walCompression: false
+ ## @param prometheus.enableRemoteWriteReceiver Enable Prometheus to be used as a receiver for the Prometheus remote write protocol
+ ##
+ enableRemoteWriteReceiver: false
+ ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes
+ ##
+ paused: false
+ ## @param prometheus.replicaCount Number of Prometheus replicas desired
+ ##
+ replicaCount: 1
+ ## @param prometheus.logLevel Log level for Prometheus
+ ##
+ logLevel: info
+ ## @param prometheus.logFormat Log format for Prometheus
+ ##
+ logFormat: logfmt
+ ## @param prometheus.podMetadata [object] Standard object's metadata
+ ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
+ ##
+ podMetadata:
+ ## labels:
+ ## app: prometheus
+ ## k8s-app: prometheus
+ ##
+ labels: {}
+ annotations: {}
+ ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec
+ ## remoteRead:
+ ## - url: http://remote1/read
+ ##
+ remoteRead: []
+ ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec
+ ## remoteWrite:
+ ## - url: http://remote1/push
+ ##
+ remoteWrite: []
+ ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
+ ##
+ storageSpec: {}
+ ## Prometheus persistence parameters
+ ##
+ persistence:
+ ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect.
+ ##
+ enabled: true
+ ## @param prometheus.persistence.storageClass Persistent Volume Storage Class
+ ## If defined, storageClassName:
+ ## If set to "-", storageClassName: "", which disables dynamic provisioning
+ ## If undefined (the default) or set to null, no storageClassName spec is
+ ## set, choosing the default provisioner.
+ ##
+ storageClass: ""
+ ## @param prometheus.persistence.accessModes Persistent Volume Access Modes
+ ##
+ accessModes:
+ - ReadWriteOnce
+ ## @param prometheus.persistence.size Persistent Volume Size
+ ##
+ size: 999Gi
+ ## @param prometheus.priorityClassName Priority class assigned to the Pods
+ ##
+ priorityClassName: ""
+ ## @param prometheus.containers Containers allows injecting additional containers
+ ##
+ containers: []
+ ## @param prometheus.volumes Volumes allows configuration of additional volumes
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
+ ##
+ volumes: []
+ ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
+ ##
+ volumeMounts: []
+ ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance.
+ additionalPrometheusRules: []
+ ## - name: custom-recording-rules
+ ## groups:
+ ## - name: sum_node_by_job
+ ## rules:
+ ## - record: job:kube_node_labels:sum
+ ## expr: sum(kube_node_labels) by (job)
+ ## - name: sum_prometheus_config_reload_by_pod
+ ## rules:
+ ## - record: job:prometheus_config_last_reload_successful:sum
+ ## expr: sum(prometheus_config_last_reload_successful) by (pod)
+ ## - name: custom-alerting-rules
+ ## groups:
+ ## - name: prometheus-config
+ ## rules:
+ ## - alert: PrometheusConfigurationReload
+ ## expr: prometheus_config_last_reload_successful > 0
+ ## for: 1m
+ ## labels:
+ ## severity: error
+ ## annotations:
+ ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})"
+ ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
+ ## - name: custom-node-exporter-alerting-rules
+ ## rules:
+ ## - alert: PhysicalComponentTooHot
+ ## expr: node_hwmon_temp_celsius > 75
+ ## for: 5m
+ ## labels:
+ ## severity: warning
+ ## annotations:
+ ## summary: "Physical component too hot (instance {{ $labels.instance }})"
+ ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
+ ## - alert: NodeOvertemperatureAlarm
+ ## expr: node_hwmon_temp_alarm == 1
+ ## for: 5m
+ ## labels:
+ ## severity: critical
+ ## annotations:
+ ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})"
+ ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
+ ##
+ ## Note that the prometheus will fail to provision if the correct secret does not exist.
+ ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs
+ ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs
+ ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration
+ ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration
+ ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs
+ ##
+ additionalScrapeConfigs:
+ enabled: false
+ type: external
+ external:
+ ## Name of the secret that Prometheus should use for the additional scrape configuration
+ ##
+ name: ""
+ ## Name of the key inside the secret to be used for the additional scrape configuration.
+ ##
+ key: ""
+ internal:
+ jobList: []
+ ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart
+ ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration
+ ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration
+ ##
+ additionalScrapeConfigsExternal:
+ enabled: false
+ name: ""
+ key: ""
+ ## Enable additional Prometheus alert relabel configs that are managed externally to this chart
+ ## Note that the prometheus will fail to provision if the correct secret does not exist.
+ ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart
+ ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration
+ ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration
+ ##
+ additionalAlertRelabelConfigsExternal:
+ enabled: false
+ name: ""
+ key: ""
+ ## Thanos sidecar container configuration
+ ##
+ thanos:
+ ## @param prometheus.thanos.create Create a Thanos sidecar container
+ ##
+ create: false
+ ## Bitnami Thanos image
+ ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/
+ ## @param prometheus.thanos.image.registry Thanos image registry
+ ## @param prometheus.thanos.image.repository Thanos image name
+ ## @param prometheus.thanos.image.tag Thanos image tag
+ ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy
+ ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array
+ ##
+ ## Thanos Sidecar container's securityContext
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
+ ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context
+ ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem
+ ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
+ ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
+ ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
+ ##
+ containerSecurityContext:
+ enabled: true
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: false
+ runAsNonRoot: true
+ capabilities:
+ drop:
+ - ALL
+ ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090"
+ ##
+ prometheusUrl: ""
+ ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container
+ ## extraArgs:
+ ## - --log.level=debug
+ ## - --tsdb.path=/data/
+ ##
+ extraArgs: []
+ ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container.
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md
+ ## objectStorageConfig:
+ ## secretName: thanos-objstore-config
+ ## secretKey: thanos.yaml
+ ##
+ objectStorageConfig: {}
+ ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md
+ ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container
+ ## extraVolumeMounts:
+ ## - name: my-secret-volume
+ ## mountPath: /etc/thanos/secrets/my-secret
+ ##
+ extraVolumeMounts: []
+ ## Thanos sidecar container resource requests and limits.
+ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
+ ## We usually recommend not to specify default resources and to leave this as a conscious
+ ## choice for the user. This also increases chances charts run on environments with little
+ ## resources, such as Minikube. If you do want to specify resources, uncomment the following
+ ## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+ ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container
+ ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container
+ ##
+ resources:
+ ## Example:
+ ## limits:
+ ## cpu: 100m
+ ## memory: 128Mi
+ limits: {}
+ ## Examples:
+ ## requests:
+ ## cpu: 100m
+ ## memory: 128Mi
+ requests: {}
+ ## Configure extra options for liveness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe
+ ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state
+ ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
+ ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe
+ ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out
+ ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ livenessProbe:
+ enabled: true
+ path: /-/healthy
+ initialDelaySeconds: 0
+ periodSeconds: 5
+ timeoutSeconds: 3
+ failureThreshold: 120
+ successThreshold: 1
+ ## Configure extra options for readiness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe
+ ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state
+ ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
+ ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe
+ ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out
+ ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ readinessProbe:
+ enabled: true
+ path: /-/ready
+ initialDelaySeconds: 0
+ periodSeconds: 5
+ timeoutSeconds: 3
+ failureThreshold: 120
+ successThreshold: 1
+ ## Thanos Sidecar Service
+ ##
+ service:
+ ## @param prometheus.thanos.service.type Kubernetes service type
+ ##
+ type: ClusterIP
+ ## @param prometheus.thanos.service.port Thanos service port
+ ##
+ port: 10901
+ ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default.
+ ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests.
+ ##
+ clusterIP: None
+ ## @param prometheus.thanos.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types.
+ ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
+ ## e.g:
+ ## nodePort: 30901
+ ##
+ nodePort: ""
+ ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer`
+ ## Set the LoadBalancer service type to internal only
+ ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
+ ##
+ loadBalancerIP: ""
+ ## @param prometheus.thanos.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer`
+ ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service
+ ## e.g:
+ ## loadBalancerSourceRanges:
+ ## - 10.10.10.0/24
+ ##
+ loadBalancerSourceRanges: []
+ ## @param prometheus.thanos.service.annotations Additional annotations for Prometheus service
+ ##
+ annotations: {}
+ ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container
+ ## extraPorts:
+ ## - name: http
+ ## port: 10902
+ ## targetPort: http
+ ## protocol: tcp
+ ##
+ extraPorts: []
+ ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web
+ ##
+ portName: main
+
+####
+## Alert Manager Config
+####
+
+## @section Alertmanager Parameters
+
+## Configuration for alertmanager
+## ref: https://prometheus.io/docs/alerting/alertmanager/
+##
+alertmanager:
+ ## @param alertmanager.enabled Deploy Alertmanager to the cluster
+ ##
+ enabled: true
+ ## Service account for Alertmanager to use.
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
+ ##
+ serviceAccount:
+ ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager
+ ##
+ create: true
+ ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create
+ ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template
+ name: ""
+ ## Prometheus Alertmanager pods' Security Context
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
+ ## @param alertmanager.podSecurityContext.enabled Enable security context
+ ## @param alertmanager.podSecurityContext.runAsUser User ID for the container
+ ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem
+ ##
+ podSecurityContext:
+ enabled: true
+ runAsUser: 1001
+ fsGroup: 1001
+ ## Prometheus Alertmanager container's securityContext
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
+ ## @param alertmanager.containerSecurityContext.enabled Enable container security context
+ ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem
+ ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off
+ ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user
+ ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped
+ ##
+ containerSecurityContext:
+ enabled: true
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: false
+ runAsNonRoot: true
+ capabilities:
+ drop:
+ - ALL
+ ## Configure pod disruption budgets for Alertmanager
+ ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget
+ ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager
+ ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled
+ ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable
+ ##
+ podDisruptionBudget:
+ enabled: false
+ minAvailable: 1
+ maxUnavailable: ""
+ ## If true, create a serviceMonitor for alertmanager
+ ##
+ serviceMonitor:
+ ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager
+ ##
+ enabled: true
+ ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used.
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
+ ##
+ interval: ""
+ ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs
+ ##
+ metricRelabelings: []
+ ## @param alertmanager.serviceMonitor.relabelings Relabel configs
+ ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
+ ##
+ relabelings: []
+ ## @param alertmanager.externalUrl External URL used to access Alertmanager
+ ## e.g:
+ ## externalUrl: https://alertmanager.example.com
+ ##
+ externalUrl: ""
+ ## @param alertmanager.resources CPU/Memory resource requests/limits for node
+ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
+ ##
+ resources: {}
+ ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
+ ##
+ podAffinityPreset: ""
+ ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
+ ##
+ podAntiAffinityPreset: soft
+ ## Node affinity preset
+ ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
+ ##
+ nodeAffinityPreset:
+ ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
+ ##
+ type: ""
+ ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set.
+ ## E.g.
+ ## key: "kubernetes.io/e2e-az-name"
+ ##
+ key: ""
+ ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set.
+ ## E.g.
+ ## values:
+ ## - e2e-az1
+ ## - e2e-az2
+ ##
+ values: []
+ ## @param alertmanager.affinity Alertmanager Affinity for pod assignment
+ ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
+ ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set
+ ##
+ affinity: {}
+ ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment
+ ## ref: https://kubernetes.io/docs/user-guide/node-selection/
+ ##
+ nodeSelector: {}
+ ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment
+ ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
+ ##
+ tolerations: []
+ ## Alertmanager configuration
+ ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file
+ ## @param alertmanager.config [object] Alertmanager configuration directive
+ ## @skip alertmanager.config.route.group_by
+ ## @skip alertmanager.config.route.routes
+ ## @skip alertmanager.config.receivers
+ ##
+ config:
+ global:
+ resolve_timeout: 5m
+ route:
+ group_by:
+ - job
+ group_wait: 30s
+ group_interval: 5m
+ repeat_interval: 12h
+ receiver: "null"
+ routes:
+ - match:
+ alertname: Watchdog
+ receiver: "null"
+ receivers:
+ - name: "null"
+ ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created.
+ ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}`
+ ## It must contain:
+ ## alertmanager.yaml:
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting
+ ##
+ externalConfig: false
+ ## @param alertmanager.replicaCount Number of Alertmanager replicas desired
+ ##
+ replicaCount: 1
+ ## Configure extra options for liveness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe
+ ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state
+ ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated
+ ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe
+ ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out
+ ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ livenessProbe:
+ enabled: true
+ path: /-/healthy
+ initialDelaySeconds: 0
+ periodSeconds: 5
+ timeoutSeconds: 3
+ failureThreshold: 120
+ successThreshold: 1
+ ## Configure extra options for readiness probe
+ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
+ ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe
+ ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state
+ ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated
+ ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe
+ ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out
+ ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe
+ ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe
+ ##
+ readinessProbe:
+ enabled: true
+ path: /-/ready
+ initialDelaySeconds: 0
+ periodSeconds: 5
+ timeoutSeconds: 3
+ failureThreshold: 120
+ successThreshold: 1
+ ## @param alertmanager.logLevel Log level for Alertmanager
+ ##
+ logLevel: info
+ ## @param alertmanager.logFormat Log format for Alertmanager
+ ##
+ logFormat: logfmt
+ ## @param alertmanager.podMetadata [object] Standard object's metadata.
+ ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
+ ##
+ podMetadata:
+ labels: {}
+ annotations: {}
+ ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods
+ ##
+ secrets: []
+ ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods
+ ##
+ configMaps: []
+ ## @param alertmanager.retention Metrics retention days
+ ##
+ retention: 240h
+ ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
+ ##
+ storageSpec: {}
+ ## Alertmanager persistence parameters
+ ##
+ persistence:
+ ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect.
+ ## If you want to use this configuration make sure the storageSpec is not provided.
+ ##
+ enabled: true
+ ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class
+ ## If defined, storageClassName:
+ ## If set to "-", storageClassName: "", which disables dynamic provisioning
+ ## If undefined (the default) or set to null, no storageClassName spec is
+ ## set, choosing the default provisioner.
+ ##
+ storageClass: ""
+ ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes
+ ##
+ accessModes:
+ - ReadWriteOnce
+ ## @param alertmanager.persistence.size Persistent Volume Size
+ ##
+ size: 999Gi
+ ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes
+ ##
+ paused: false
+ ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback
+ ##
+ listenLocal: false
+ ## @param alertmanager.containers Containers allows injecting additional containers
+ ##
+ containers: []
+ ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec
+ ##
+ volumes: []
+ ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template
+ ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec
+ ##
+ volumeMounts: []
+ ## @param alertmanager.priorityClassName Priority class assigned to the Pods
+ ##
+ priorityClassName: ""
+ ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster
+ ##
+ additionalPeers: []
+ ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route
+ ## Useful for proxies that rewrite URLs.
+ ##
+ routePrefix: /
+ ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web
+ ##
+ portName: alertmanager
+ ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {}
+ ##
+ configNamespaceSelector: {}
+ ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {}
+ ##
+ configSelector: {}
+
+portal:
+ open:
+ enabled: true
diff --git a/premium/prometheus/17.11.0/questions.yaml b/premium/prometheus/17.12.2/questions.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/questions.yaml
rename to premium/prometheus/17.12.2/questions.yaml
diff --git a/premium/prometheus/17.11.0/templates/NOTES.txt b/premium/prometheus/17.12.2/templates/NOTES.txt
similarity index 100%
rename from premium/prometheus/17.11.0/templates/NOTES.txt
rename to premium/prometheus/17.12.2/templates/NOTES.txt
diff --git a/premium/prometheus/17.11.0/templates/_helpers.tpl b/premium/prometheus/17.12.2/templates/_helpers.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/_helpers.tpl
rename to premium/prometheus/17.12.2/templates/_helpers.tpl
diff --git a/premium/prometheus/17.11.0/templates/alertmanager/_alertmanager.tpl b/premium/prometheus/17.12.2/templates/alertmanager/_alertmanager.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/alertmanager/_alertmanager.tpl
rename to premium/prometheus/17.12.2/templates/alertmanager/_alertmanager.tpl
diff --git a/premium/prometheus/17.11.0/templates/alertmanager/secrets.yaml b/premium/prometheus/17.12.2/templates/alertmanager/secrets.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/alertmanager/secrets.yaml
rename to premium/prometheus/17.12.2/templates/alertmanager/secrets.yaml
diff --git a/premium/prometheus/17.11.0/templates/alertmanager/serviceaccount.yaml b/premium/prometheus/17.12.2/templates/alertmanager/serviceaccount.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/alertmanager/serviceaccount.yaml
rename to premium/prometheus/17.12.2/templates/alertmanager/serviceaccount.yaml
diff --git a/premium/prometheus/17.11.0/templates/alertmanager/servicemonitor.yaml b/premium/prometheus/17.12.2/templates/alertmanager/servicemonitor.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/alertmanager/servicemonitor.yaml
rename to premium/prometheus/17.12.2/templates/alertmanager/servicemonitor.yaml
diff --git a/premium/prometheus/17.11.0/templates/common.yaml b/premium/prometheus/17.12.2/templates/common.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/common.yaml
rename to premium/prometheus/17.12.2/templates/common.yaml
diff --git a/premium/prometheus/17.11.0/templates/prometheus/_additionalPrometheusRules.tpl b/premium/prometheus/17.12.2/templates/prometheus/_additionalPrometheusRules.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/_additionalPrometheusRules.tpl
rename to premium/prometheus/17.12.2/templates/prometheus/_additionalPrometheusRules.tpl
diff --git a/premium/prometheus/17.11.0/templates/prometheus/_additionalScrapeJobs.tpl b/premium/prometheus/17.12.2/templates/prometheus/_additionalScrapeJobs.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/_additionalScrapeJobs.tpl
rename to premium/prometheus/17.12.2/templates/prometheus/_additionalScrapeJobs.tpl
diff --git a/premium/prometheus/17.11.0/templates/prometheus/_prometheus.tpl b/premium/prometheus/17.12.2/templates/prometheus/_prometheus.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/_prometheus.tpl
rename to premium/prometheus/17.12.2/templates/prometheus/_prometheus.tpl
diff --git a/premium/prometheus/17.11.0/templates/prometheus/_servicemonitor.tpl b/premium/prometheus/17.12.2/templates/prometheus/_servicemonitor.tpl
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/_servicemonitor.tpl
rename to premium/prometheus/17.12.2/templates/prometheus/_servicemonitor.tpl
diff --git a/premium/prometheus/17.11.0/templates/prometheus/clusterrole.yaml b/premium/prometheus/17.12.2/templates/prometheus/clusterrole.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/clusterrole.yaml
rename to premium/prometheus/17.12.2/templates/prometheus/clusterrole.yaml
diff --git a/premium/prometheus/17.11.0/templates/prometheus/clusterrolebinding.yaml b/premium/prometheus/17.12.2/templates/prometheus/clusterrolebinding.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/clusterrolebinding.yaml
rename to premium/prometheus/17.12.2/templates/prometheus/clusterrolebinding.yaml
diff --git a/premium/prometheus/17.11.0/templates/prometheus/serviceaccount.yaml b/premium/prometheus/17.12.2/templates/prometheus/serviceaccount.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/templates/prometheus/serviceaccount.yaml
rename to premium/prometheus/17.12.2/templates/prometheus/serviceaccount.yaml
diff --git a/premium/prometheus/17.11.0/values.yaml b/premium/prometheus/17.12.2/values.yaml
similarity index 100%
rename from premium/prometheus/17.11.0/values.yaml
rename to premium/prometheus/17.12.2/values.yaml
diff --git a/premium/traefik/26.9.2/CHANGELOG.md b/premium/traefik/26.9.2/CHANGELOG.md
deleted file mode 100644
index 8928eb6667e..00000000000
--- a/premium/traefik/26.9.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
-
-
-
-- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
-
-
-
-- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
-
-
-
-- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
-
-
-
-- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
diff --git a/premium/traefik/26.9.2/Chart.yaml b/premium/traefik/26.9.2/Chart.yaml
deleted file mode 100644
index f8bb4b52728..00000000000
--- a/premium/traefik/26.9.2/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 2.11.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Traefik is a flexible reverse proxy and Ingress Provider.
-home: https://truecharts.org/charts/premium/traefik
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png
-keywords:
- - traefik
- - ingress
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traefik
-sources:
- - https://github.com/traefik/traefik
- - https://github.com/traefik/traefik-helm-chart
- - https://traefik.io/
- - https://github.com/truecharts/charts/tree/master/charts/premium/traefik
- - https://github.com/truecharts/containers/tree/master/apps/traefik
-type: application
-version: 26.9.2
diff --git a/premium/traefik/26.9.2/app-changelog.md b/premium/traefik/26.9.2/app-changelog.md
deleted file mode 100644
index 8a896f8c7b0..00000000000
--- a/premium/traefik/26.9.2/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
-
-### Fix
-
-
-
-- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
\ No newline at end of file
diff --git a/premium/traefik/26.9.2/charts/common-20.2.0.tgz b/premium/traefik/26.9.2/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/premium/traefik/26.9.2/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/premium/traefik/26.9.2/questions.yaml b/premium/traefik/26.9.2/questions.yaml
deleted file mode 100755
index 338c2f71d37..00000000000
--- a/premium/traefik/26.9.2/questions.yaml
+++ /dev/null
@@ -1,3434 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "$kubernetes-resource_configmap_tcportal-open_path"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: expertIngressClass
- label: Expert Mode
- group: App Configuration
- description: |
- Expert Mode contains settings like:
- - IngressClass
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: ingressClass
- label: "ingressClass"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- description: "When enabled, ingressClass will match the entered name of this app"
- schema:
- type: boolean
- default: false
- - variable: isDefaultClass
- label: "isDefaultClass"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: logs
- label: "Logs"
- group: "App Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: general
- label: "General Logs"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: level
- label: "Log Level"
- schema:
- type: string
- default: "ERROR"
- enum:
- - value: "INFO"
- description: "Info"
- - value: "WARN"
- description: "Warnings"
- - value: "ERROR"
- description: "Errors"
- - value: "FATAL"
- description: "Fatal Errors"
- - value: "PANIC"
- description: "Panics"
- - value: "DEBUG"
- description: "Debug"
- - variable: format
- label: "General Log format"
- schema:
- type: string
- default: "common"
- enum:
- - value: "common"
- description: "Common Log Format"
- - value: "json"
- description: "JSON"
- - variable: access
- label: "Access Logs"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: enabledFilters
- label: "Enable Filters"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: filters
- label: "Filters"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: statuscodes
- label: "Status codes"
- schema:
- type: string
- default: "200,300-302"
- - variable: retryattempts
- label: "retryattempts"
- schema:
- type: boolean
- default: true
- - variable: minduration
- label: "minduration"
- schema:
- type: string
- default: "10ms"
- - variable: fields
- label: "Fields"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: general
- label: "General"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: defaultmode
- label: "Default Mode"
- schema:
- type: string
- default: "keep"
- enum:
- - value: "keep"
- description: "Keep"
- - value: "drop"
- description: "Drop"
- - variable: headers
- label: "Headers"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: defaultmode
- label: "Default Mode"
- schema:
- type: string
- default: "drop"
- enum:
- - value: "keep"
- description: "Keep"
- - value: "drop"
- description: "Drop"
- - variable: format
- label: "Access Log format"
- schema:
- type: string
- default: "common"
- enum:
- - value: "common"
- description: "Common Log Format"
- - value: "json"
- description: "JSON"
- - variable: middlewares
- label: ""
- group: "Middlewares"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: basicAuth
- label: basicAuth
- schema:
- type: list
- default: []
- items:
- - variable: basicAuthEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: users
- label: Users
- schema:
- type: list
- default: []
- items:
- - variable: usersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: username
- label: Username
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: Password
- schema:
- type: string
- required: true
- default: ""
-
- - variable: forwardAuth
- label: forwardAuth
- schema:
- type: list
- default: []
- items:
- - variable: basicAuthEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: address
- label: Address
- schema:
- type: string
- required: true
- default: ""
- - variable: trustForwardHeader
- label: trustForwardHeader
- schema:
- type: boolean
- default: false
- - variable: tls
- label: TLS
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: insecureSkipVerify
- label: insecureSkipVerify (expert)
- description: >-
- This disables all TLS certificate validation on communications with the authentication endpoint.
- This could be a security risk and should only be used if you know what you are doing.
- schema:
- type: boolean
- default: false
- - variable: authResponseHeadersRegex
- label: authResponseHeadersRegex
- schema:
- type: string
- default: ""
- - variable: authResponseHeaders
- label: authResponseHeaders
- schema:
- type: list
- default: []
- items:
- - variable: authResponseHeadersEntry
- label: ""
- schema:
- type: string
- default: ""
- - variable: authRequestHeaders
- label: authRequestHeaders
- schema:
- type: list
- default: []
- items:
- - variable: authRequestHeadersEntry
- label: ""
- schema:
- type: string
- default: ""
-
- - variable: buffering
- label: Buffering
- schema:
- type: list
- default: []
- items:
- - variable: bufferingEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: maxRequestBodyBytes
- label: Max Request Body Bytes
- description: Leave empty and it won't be set
- schema:
- type: string
- valid_chars: '^[0-9]*$'
- default: ""
- - variable: memRequestBodyBytes
- label: Mem Request Body Bytes
- description: Leave empty and it won't be set
- schema:
- type: string
- valid_chars: '^[0-9]*$'
- default: ""
- - variable: maxResponseBodyBytes
- label: Max Response Body Bytes
- description: Leave empty and it won't be set
- schema:
- type: string
- valid_chars: '^[0-9]*$'
- default: ""
- - variable: memResponseBodyBytes
- label: Mem Response Body Bytes
- description: Leave empty and it won't be set
- schema:
- type: string
- valid_chars: '^[0-9]*$'
- default: ""
- - variable: retryExpression
- label: Retry Expression
- description: Leave empty and it won't be set
- schema:
- type: string
- default: ""
-
- - variable: customRequestHeaders
- label: Custom Request Headers
- schema:
- type: list
- default: []
- items:
- - variable: customRequestHeadersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: headers
- label: Headers to Add
- schema:
- type: list
- default: []
- items:
- - variable: headersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Header Name
- description: Name of custom header to be added to requests, eg. X-Custom-Header
- schema:
- valid_chars: ^[a-zA-Z0-9_\-]*$
- type: string
- required: true
- default: ""
- - variable: value
- label: Header Value
- description: The value of the header. If the value is empty, the header will be removed.
- schema:
- type: string
- default: ""
-
- - variable: customResponseHeaders
- label: Custom Response Headers
- schema:
- type: list
- default: []
- items:
- - variable: customResponseHeadersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: headers
- label: Headers to Add
- schema:
- type: list
- default: []
- items:
- - variable: headersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Header Name
- description: Name of custom header to be added to responses, eg. X-Custom-Header
- schema:
- valid_chars: ^[a-zA-Z0-9_\-]*$
- type: string
- required: true
- default: ""
- - variable: value
- label: Header Value
- description: The value of the header. If the value is empty, the header will be removed.
- schema:
- type: string
- default: ""
-
- - variable: rewriteResponseHeaders
- label: Rewrite Response Headers
- schema:
- type: list
- default: []
- items:
- - variable: rewriteResponseHeadersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: headers
- label: Headers To Rewrite
- schema:
- type: list
- default: []
- items:
- - variable: headersEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Header Name
- description: Name of a header to modified in responses, eg. X-Custom-Header
- schema:
- valid_chars: ^[a-zA-Z0-9_\-]*$
- type: string
- required: true
- default: ""
- - variable: regex
- label: Regex
- description: The value of the header to match. Accepts regex expression.
- schema:
- type: string
- default: ""
- - variable: replacement
- label: Replacement Regex
- description: The new value of the header. Accepts regex expression.
- schema:
- type: string
- default: ""
-
- - variable: customFrameOptionsValue
- label: Custom Frame Options Value
- schema:
- type: list
- default: []
- items:
- - variable: customFrameOptionsValueEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: X-Frame-Options Header Value
- description: The value of the header.
- schema:
- type: string
- required: true
- default: ""
-
- - variable: chain
- label: Chain
- schema:
- type: list
- default: []
- items:
- - variable: chainEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: middlewares
- label: Middlewares to Chain
- schema:
- type: list
- default: []
- items:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
-
- - variable: redirectScheme
- label: redirectScheme
- schema:
- type: list
- default: []
- items:
- - variable: redirectSchemeEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: scheme
- label: Scheme
- schema:
- type: string
- required: true
- default: https
- enum:
- - value: https
- description: https
- - value: http
- description: http
- - variable: permanent
- label: Permanent
- schema:
- type: boolean
- default: false
-
- - variable: rateLimit
- label: rateLimit
- schema:
- type: list
- default: []
- items:
- - variable: rateLimitEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: average
- label: Average
- schema:
- type: int
- required: true
- default: 300
- - variable: burst
- label: Burst
- schema:
- type: int
- required: true
- default: 200
-
- - variable: redirectRegex
- label: redirectRegex
- schema:
- type: list
- default: []
- items:
- - variable: redirectRegexEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: regex
- label: Regex
- schema:
- type: string
- required: true
- default: ""
- - variable: replacement
- label: Replacement
- schema:
- type: string
- required: true
- default: ""
- - variable: permanent
- label: Permanent
- schema:
- type: boolean
- default: false
-
- - variable: stripPrefixRegex
- label: stripPrefixRegex
- schema:
- type: list
- default: []
- items:
- - variable: stripPrefixRegexEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: regex
- label: Regex
- schema:
- type: list
- default: []
- items:
- - variable: regexEntry
- label: Regex
- schema:
- type: string
- required: true
- default: ""
-
- - variable: ipWhiteList
- label: ipWhiteList
- schema:
- type: list
- default: []
- items:
- - variable: ipWhiteListEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: sourceRange
- label: Source Range
- schema:
- type: list
- default: []
- items:
- - variable: sourceRangeEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: ipStrategy
- label: IP Strategy
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: depth
- label: Depth
- schema:
- type: int
- required: true
- - variable: excludedIPs
- label: Excluded IPs
- schema:
- type: list
- default: []
- items:
- - variable: excludedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
-
- - variable: themePark
- label: theme.park
- schema:
- type: list
- default: []
- items:
- - variable: themeParkEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: This is a 3rd party plugin and not maintained by TrueCharts,
- for more information go to traefik-themepark
- schema:
- type: string
- required: true
- default: ""
- - variable: appName
- label: App Name
- description: Lower case, name of the app to be themed.
-
Go to https://docs.theme-park.dev/themes/ to see supported apps.
- schema:
- type: string
- required: true
- default: ""
- - variable: themeName
- label: Theme Name
- description: Lower case, name of the theme to be applied.
-
Go to https://docs.theme-park.dev/theme-options/ to see supported themes.
- schema:
- type: string
- required: true
- default: ""
- - variable: baseUrl
- label: Base URL
- description: Replace `https://theme-park.dev` URL for self-hosting reference.
- schema:
- type: string
- required: true
- default: https://theme-park.dev
- - variable: addons
- label: Addons
- schema:
- type: list
- default: []
- items:
- - variable: addonEntry
- label: Addon
- description: Currently only supports 'darker' and '4k-logo' for *arr apps.
-
Go to https://docs.theme-park.dev/themes/addons/ for Addon information.
-
Go to https://github.com/packruler/traefik-themepark for more context on plugin
- schema:
- type: string
- required: true
- default: ""
-
- - variable: realIP
- label: Real IP
- schema:
- type: list
- default: []
- items:
- - variable: realIPEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: excludedNetworks
- label: Excluded Networks
- schema:
- type: list
- default: []
- items:
- - variable: excludedNetEntry
- label: Excluded Network Entry
- description: Network to exclude setting it to X-Real-Ip
- schema:
- type: string
- required: true
- default: ""
-
- - variable: geoBlock
- label: GeoBlock
- schema:
- type: list
- default: []
- items:
- - variable: geoBlockEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: This is a 3rd party plugin and not maintained by TrueCharts,
- for more information go to geoblock
- schema:
- type: string
- required: true
- default: ""
- - variable: allowLocalRequests
- label: Allow Local Requests
- description: If set to true, will not block request from Private IP Ranges
- schema:
- type: boolean
- default: true
- - variable: logLocalRequests
- label: Log Local Requests
- description: If set to true, will log every connection from any IP in the private IP range
- schema:
- type: boolean
- default: false
- - variable: logAllowedRequests
- label: Log Allowed Requests
- description: If set to true, will show a log message with the IP and the country of origin if a request is allowed.
- schema:
- type: boolean
- default: false
- - variable: logApiRequests
- label: Log API Requests
- description: If set to true, will show a log message for every API hit.
- schema:
- type: boolean
- default: false
- - variable: api
- label: API
- description: Defines the API URL for the IP to Country resolution. The IP to fetch can be added with {ip} to the URL.
- schema:
- type: string
- required: true
- default: https://get.geojs.io/v1/ip/country/{ip}
- - variable: apiTimeoutMs
- label: API Timeout in ms
- description: Timeout for the call to the api uri.
- schema:
- type: int
- required: true
- default: 500
- - variable: cacheSize
- label: Cache Size
- description: Defines the max size of the LRU (least recently used) cache.
- schema:
- type: int
- required: true
- default: 25
- - variable: forceMonthlyUpdate
- label: Force Monthly Update
- description: Even if an IP stays in the cache for a period of a month (about 30 x 24 hours), it must be fetch again after a month.
- schema:
- type: boolean
- default: true
- - variable: allowUnknownCountries
- label: Allow Unknown Countries
- description: Some IP addresses have no country associated with them. If this option is set to true, all IPs with no associated country are also allowed.
- schema:
- type: boolean
- default: false
- - variable: unknownCountryApiResponse
- label: Unknown Countries API Response
- description: The API uri can be customized. This options allows to customize the response string of the API when a IP with no associated country is requested.
- schema:
- type: string
- required: true
- default: nil
- - variable: blackListMode
- label: Blacklist Mode
- description: When set to true the filter logic is inverted, i.e. requests originating from countries listed in the countries list are blocked.
- schema:
- type: boolean
- default: false
- - variable: countries
- description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode.
- label: Countries
- schema:
- type: list
- default: []
- items:
- - variable: countryEntry
- label: Country
- description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode.
- schema:
- type: string
- required: true
- # Allow only 2 Characters
- valid_chars: '^[a-zA-Z]{2}$'
- default: ""
-
- - variable: addPrefix
- label: Add Prefix
- schema:
- type: list
- default: []
- items:
- - variable: addPrefixEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: prefix
- label: Prefix
- schema:
- type: string
- required: true
- default: ""
-
- - variable: modsecurity
- label: modsecurity
- schema:
- type: list
- default: []
- items:
- - variable: modsecurityEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: This is a 3rd party plugin and not maintained by TrueCharts,
- for more information go to traefik-modsecurity-plugin
- schema:
- type: string
- required: true
- default: ""
- - variable: modSecurityUrl
- label: ModSecurity Url
- description: It's the URL for the owasp/modsecurity container.
- schema:
- type: string
- required: true
- default: "https://someurl"
- - variable: timeoutMillis
- label: timeout Millis
- description: timeout in milliseconds for the http client to talk with modsecurity container. (
- schema:
- type: int
- required: true
- default: 2
- - variable: maxBodySize
- label: maxBody Size
- description: it's the maximum limit for requests body size. Requests exceeding this value will be rejected using HTTP 413 Request Entity Too Large. Zero means "use default value".
- schema:
- type: int
- required: true
- default: 0
-
- - variable: service
- group: "Networking and Services"
- label: "Configure Service Entrypoint"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Entrypoint Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Entrypoints Port"
- schema:
- type: int
- default: 9000
- required: true
- - variable: tcp
- label: "TCP Service"
- description: "The tcp Entrypoint service"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: web
- label: "web Entrypoint Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Entrypoints Port"
- schema:
- type: int
- default: 80
- required: true
- - variable: advanced
- label: Show Advanced Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: redirectPort
- label: "Redirect to Port"
- schema:
- type: int
- - variable: redirectTo
- label: "Redirect to Entrypoint"
- schema:
- type: string
- default: "websecure"
- - variable: forwardedHeaders
- label: Accept Forwarded Headers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Trust Forwarded Headers from specific IPs.
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Always Trust Forwarded Headers
- schema:
- type: boolean
- default: false
-
- - variable: proxyProtocol
- label: Accept Proxy Protocol connections
- description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Only IPs in trustedIPs will lead to remote client address replacement
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Trust every incoming connection
- schema:
- type: boolean
- default: false
-
- - variable: websecure
- label: "websecure Entrypoints Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Entrypoints Port"
- schema:
- type: int
- default: 443
- required: true
- - variable: advanced
- label: Show Advanced Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: redirectPort
- label: "Redirect to Port"
- schema:
- type: int
- - variable: redirectTo
- label: "Redirect to Entrypoint"
- schema:
- type: string
- - variable: forwardedHeaders
- label: Accept Forwarded Headers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Trust Forwarded Headers from specific IPs.
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Always Trust Forwarded Headers
- schema:
- type: boolean
- default: false
-
- - variable: proxyProtocol
- label: Accept Proxy Protocol connections
- description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Only IPs in trustedIPs will lead to remote client address replacement
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Trust every incoming connection
- schema:
- type: boolean
- default: false
-
- - variable: tls
- label: "websecure Entrypoints Configuration"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: enabled
- label: "Enabled"
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: portsList
- label: "Additional TCP Entrypoints"
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: "Custom Entrypoints"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable the port"
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: "Entrypoints Name"
- schema:
- type: string
- default: ""
- - variable: protocol
- label: "Entrypoints Type"
- schema:
- type: string
- default: "tcp"
- enum:
- - value: http
- description: "HTTP"
- - value: "https"
- description: "HTTPS"
- - value: tcp
- description: "TCP"
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- required: true
- - variable: tls
- label: "websecure Entrypoints Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enabled"
- schema:
- type: boolean
- default: true
- - variable: redirectPort
- label: "Redirect to Port"
- schema:
- type: int
- - variable: redirectTo
- label: "Redirect to Entrypoint"
- schema:
- type: string
- - variable: forwardedHeaders
- label: Accept Forwarded Headers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Trust Forwarded Headers from specific IPs.
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Always Trust Forwarded Headers
- schema:
- type: boolean
- default: false
-
- - variable: proxyProtocol
- label: Accept Proxy Protocol connections
- description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: trustedIPs
- label: Trusted IPs
- description: Only IPs in trustedIPs will lead to remote client address replacement
- schema:
- type: list
- default: []
- items:
- - variable: trustedIPsEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: insecureMode
- label: Insecure Mode
- description: Trust every incoming connection
- schema:
- type: boolean
- default: false
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
- - variable: warning
- group: Documentation
- label: 'WARNING: If installed, be sure to move the TrueNAS GUI to another port (not 80 or 443).'
- description: 'See:
https://truecharts.org/charts/enterprise/traefik/how-to for more info.'
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: warningconfim
- label: I am aware that I will brick my system, if I did not follow the instructions.
- schema:
- type: boolean
- default: true
- required: true
diff --git a/premium/traefik/26.9.2/.helmignore b/premium/traefik/26.9.6/.helmignore
similarity index 100%
rename from premium/traefik/26.9.2/.helmignore
rename to premium/traefik/26.9.6/.helmignore
diff --git a/premium/traefik/26.9.6/CHANGELOG.md b/premium/traefik/26.9.6/CHANGELOG.md
new file mode 100644
index 00000000000..928e781c43e
--- /dev/null
+++ b/premium/traefik/26.9.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
+
+### Feat
+
+
+
+- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565))
+
+### Fix
+
+
+
+- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
+
+
+## [traefik-26.9.5](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
+
+### Feat
+
+
+
+- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565))
+
+### Fix
+
+
+
+- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
+
+
+## [traefik-26.9.5](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
+
+### Feat
+
+
+
+- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565))
+
+### Fix
+
+
+
+- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
+
+
+## [traefik-26.9.5](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.5) (2024-03-23)
\ No newline at end of file
diff --git a/premium/traefik/26.9.6/Chart.yaml b/premium/traefik/26.9.6/Chart.yaml
new file mode 100644
index 00000000000..190af134f3b
--- /dev/null
+++ b/premium/traefik/26.9.6/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 2.11.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Traefik is a flexible reverse proxy and Ingress Provider.
+home: https://truecharts.org/charts/premium/traefik
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png
+keywords:
+ - traefik
+ - ingress
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traefik
+sources:
+ - https://github.com/traefik/traefik
+ - https://github.com/traefik/traefik-helm-chart
+ - https://traefik.io/
+ - https://github.com/truecharts/charts/tree/master/charts/premium/traefik
+ - https://github.com/truecharts/containers/tree/master/apps/traefik
+type: application
+version: 26.9.6
diff --git a/premium/traefik/26.9.2/README.md b/premium/traefik/26.9.6/README.md
similarity index 100%
rename from premium/traefik/26.9.2/README.md
rename to premium/traefik/26.9.6/README.md
diff --git a/premium/traefik/26.9.6/app-changelog.md b/premium/traefik/26.9.6/app-changelog.md
new file mode 100644
index 00000000000..69aa30e9603
--- /dev/null
+++ b/premium/traefik/26.9.6/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [traefik-26.9.6](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@543615f](https://github.com/543615f) by renovate ([#19402](https://github.com/truecharts/charts/issues/19402))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/traefik to v2.11.0[@64a9b5e](https://github.com/64a9b5e) by renovate ([#19290](https://github.com/truecharts/charts/issues/19290))
+
+### Feat
+
+
+
+- Add Crowdsec Bouncer Questions for SCALE ([#19565](https://github.com/truecharts/charts/issues/19565))
+
+### Fix
+
+
+
+- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377))
\ No newline at end of file
diff --git a/premium/traefik/26.9.2/app-readme.md b/premium/traefik/26.9.6/app-readme.md
similarity index 100%
rename from premium/traefik/26.9.2/app-readme.md
rename to premium/traefik/26.9.6/app-readme.md
diff --git a/premium/traefik/26.9.6/charts/common-20.2.4.tgz b/premium/traefik/26.9.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/traefik/26.9.6/charts/common-20.2.4.tgz differ
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_ingressroutes.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutes.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_ingressroutes.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutes.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_ingressroutetcps.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutetcps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_ingressroutetcps.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_ingressroutetcps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_ingressrouteudps.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_ingressrouteudps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_ingressrouteudps.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_ingressrouteudps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_middlewares.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_middlewares.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_middlewares.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_middlewares.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_middlewaretcps.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_middlewaretcps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_middlewaretcps.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_middlewaretcps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_serverstransports.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_serverstransports.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_serverstransports.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_serverstransports.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_tlsoptions.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_tlsoptions.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_tlsoptions.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_tlsoptions.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_tlsstores.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_tlsstores.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_tlsstores.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_tlsstores.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.containo.us_traefikservices.yaml b/premium/traefik/26.9.6/crds/traefik.containo.us_traefikservices.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.containo.us_traefikservices.yaml
rename to premium/traefik/26.9.6/crds/traefik.containo.us_traefikservices.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_ingressroutes.yaml b/premium/traefik/26.9.6/crds/traefik.io_ingressroutes.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_ingressroutes.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_ingressroutes.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_ingressroutetcps.yaml b/premium/traefik/26.9.6/crds/traefik.io_ingressroutetcps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_ingressroutetcps.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_ingressroutetcps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_ingressrouteudps.yaml b/premium/traefik/26.9.6/crds/traefik.io_ingressrouteudps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_ingressrouteudps.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_ingressrouteudps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_middlewares.yaml b/premium/traefik/26.9.6/crds/traefik.io_middlewares.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_middlewares.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_middlewares.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_middlewaretcps.yaml b/premium/traefik/26.9.6/crds/traefik.io_middlewaretcps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_middlewaretcps.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_middlewaretcps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_serverstransports.yaml b/premium/traefik/26.9.6/crds/traefik.io_serverstransports.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_serverstransports.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_serverstransports.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_serverstransporttcps.yaml b/premium/traefik/26.9.6/crds/traefik.io_serverstransporttcps.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_serverstransporttcps.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_serverstransporttcps.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_tlsoptions.yaml b/premium/traefik/26.9.6/crds/traefik.io_tlsoptions.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_tlsoptions.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_tlsoptions.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_tlsstores.yaml b/premium/traefik/26.9.6/crds/traefik.io_tlsstores.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_tlsstores.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_tlsstores.yaml
diff --git a/premium/traefik/26.9.2/crds/traefik.io_traefikservices.yaml b/premium/traefik/26.9.6/crds/traefik.io_traefikservices.yaml
similarity index 100%
rename from premium/traefik/26.9.2/crds/traefik.io_traefikservices.yaml
rename to premium/traefik/26.9.6/crds/traefik.io_traefikservices.yaml
diff --git a/premium/traefik/26.9.2/dashboard.json b/premium/traefik/26.9.6/dashboard.json
similarity index 100%
rename from premium/traefik/26.9.2/dashboard.json
rename to premium/traefik/26.9.6/dashboard.json
diff --git a/premium/traefik/26.9.2/ix_values.yaml b/premium/traefik/26.9.6/ix_values.yaml
similarity index 100%
rename from premium/traefik/26.9.2/ix_values.yaml
rename to premium/traefik/26.9.6/ix_values.yaml
diff --git a/premium/traefik/26.9.6/questions.yaml b/premium/traefik/26.9.6/questions.yaml
new file mode 100755
index 00000000000..516a332e7cc
--- /dev/null
+++ b/premium/traefik/26.9.6/questions.yaml
@@ -0,0 +1,3587 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "$kubernetes-resource_configmap_tcportal-open_path"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: expertIngressClass
+ label: Expert Mode
+ group: App Configuration
+ description: |
+ Expert Mode contains settings like:
+ - IngressClass
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: ingressClass
+ label: "ingressClass"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ description: "When enabled, ingressClass will match the entered name of this app"
+ schema:
+ type: boolean
+ default: false
+ - variable: isDefaultClass
+ label: "isDefaultClass"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: logs
+ label: "Logs"
+ group: "App Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: general
+ label: "General Logs"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: level
+ label: "Log Level"
+ schema:
+ type: string
+ default: "ERROR"
+ enum:
+ - value: "INFO"
+ description: "Info"
+ - value: "WARN"
+ description: "Warnings"
+ - value: "ERROR"
+ description: "Errors"
+ - value: "FATAL"
+ description: "Fatal Errors"
+ - value: "PANIC"
+ description: "Panics"
+ - value: "DEBUG"
+ description: "Debug"
+ - variable: format
+ label: "General Log format"
+ schema:
+ type: string
+ default: "common"
+ enum:
+ - value: "common"
+ description: "Common Log Format"
+ - value: "json"
+ description: "JSON"
+ - variable: access
+ label: "Access Logs"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: enabledFilters
+ label: "Enable Filters"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: filters
+ label: "Filters"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: statuscodes
+ label: "Status codes"
+ schema:
+ type: string
+ default: "200,300-302"
+ - variable: retryattempts
+ label: "retryattempts"
+ schema:
+ type: boolean
+ default: true
+ - variable: minduration
+ label: "minduration"
+ schema:
+ type: string
+ default: "10ms"
+ - variable: fields
+ label: "Fields"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: general
+ label: "General"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: defaultmode
+ label: "Default Mode"
+ schema:
+ type: string
+ default: "keep"
+ enum:
+ - value: "keep"
+ description: "Keep"
+ - value: "drop"
+ description: "Drop"
+ - variable: headers
+ label: "Headers"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: defaultmode
+ label: "Default Mode"
+ schema:
+ type: string
+ default: "drop"
+ enum:
+ - value: "keep"
+ description: "Keep"
+ - value: "drop"
+ description: "Drop"
+ - variable: format
+ label: "Access Log format"
+ schema:
+ type: string
+ default: "common"
+ enum:
+ - value: "common"
+ description: "Common Log Format"
+ - value: "json"
+ description: "JSON"
+ - variable: middlewares
+ label: ""
+ group: "Middlewares"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: basicAuth
+ label: basicAuth
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: basicAuthEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: users
+ label: Users
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: usersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: username
+ label: Username
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: Password
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: forwardAuth
+ label: forwardAuth
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: basicAuthEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: address
+ label: Address
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: trustForwardHeader
+ label: trustForwardHeader
+ schema:
+ type: boolean
+ default: false
+ - variable: tls
+ label: TLS
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: insecureSkipVerify
+ label: insecureSkipVerify (expert)
+ description: >-
+ This disables all TLS certificate validation on communications with the authentication endpoint.
+ This could be a security risk and should only be used if you know what you are doing.
+ schema:
+ type: boolean
+ default: false
+ - variable: authResponseHeadersRegex
+ label: authResponseHeadersRegex
+ schema:
+ type: string
+ default: ""
+ - variable: authResponseHeaders
+ label: authResponseHeaders
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: authResponseHeadersEntry
+ label: ""
+ schema:
+ type: string
+ default: ""
+ - variable: authRequestHeaders
+ label: authRequestHeaders
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: authRequestHeadersEntry
+ label: ""
+ schema:
+ type: string
+ default: ""
+
+ - variable: buffering
+ label: Buffering
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: bufferingEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: maxRequestBodyBytes
+ label: Max Request Body Bytes
+ description: Leave empty and it won't be set
+ schema:
+ type: string
+ valid_chars: '^[0-9]*$'
+ default: ""
+ - variable: memRequestBodyBytes
+ label: Mem Request Body Bytes
+ description: Leave empty and it won't be set
+ schema:
+ type: string
+ valid_chars: '^[0-9]*$'
+ default: ""
+ - variable: maxResponseBodyBytes
+ label: Max Response Body Bytes
+ description: Leave empty and it won't be set
+ schema:
+ type: string
+ valid_chars: '^[0-9]*$'
+ default: ""
+ - variable: memResponseBodyBytes
+ label: Mem Response Body Bytes
+ description: Leave empty and it won't be set
+ schema:
+ type: string
+ valid_chars: '^[0-9]*$'
+ default: ""
+ - variable: retryExpression
+ label: Retry Expression
+ description: Leave empty and it won't be set
+ schema:
+ type: string
+ default: ""
+
+ - variable: customRequestHeaders
+ label: Custom Request Headers
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: customRequestHeadersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: headers
+ label: Headers to Add
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: headersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Header Name
+ description: Name of custom header to be added to requests, eg. X-Custom-Header
+ schema:
+ valid_chars: ^[a-zA-Z0-9_\-]*$
+ type: string
+ required: true
+ default: ""
+ - variable: value
+ label: Header Value
+ description: The value of the header. If the value is empty, the header will be removed.
+ schema:
+ type: string
+ default: ""
+
+ - variable: customResponseHeaders
+ label: Custom Response Headers
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: customResponseHeadersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: headers
+ label: Headers to Add
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: headersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Header Name
+ description: Name of custom header to be added to responses, eg. X-Custom-Header
+ schema:
+ valid_chars: ^[a-zA-Z0-9_\-]*$
+ type: string
+ required: true
+ default: ""
+ - variable: value
+ label: Header Value
+ description: The value of the header. If the value is empty, the header will be removed.
+ schema:
+ type: string
+ default: ""
+
+ - variable: rewriteResponseHeaders
+ label: Rewrite Response Headers
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rewriteResponseHeadersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: headers
+ label: Headers To Rewrite
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: headersEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Header Name
+ description: Name of a header to modified in responses, eg. X-Custom-Header
+ schema:
+ valid_chars: ^[a-zA-Z0-9_\-]*$
+ type: string
+ required: true
+ default: ""
+ - variable: regex
+ label: Regex
+ description: The value of the header to match. Accepts regex expression.
+ schema:
+ type: string
+ default: ""
+ - variable: replacement
+ label: Replacement Regex
+ description: The new value of the header. Accepts regex expression.
+ schema:
+ type: string
+ default: ""
+
+ - variable: customFrameOptionsValue
+ label: Custom Frame Options Value
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: customFrameOptionsValueEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: X-Frame-Options Header Value
+ description: The value of the header.
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: chain
+ label: Chain
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: chainEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: middlewares
+ label: Middlewares to Chain
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: redirectScheme
+ label: redirectScheme
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: redirectSchemeEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: scheme
+ label: Scheme
+ schema:
+ type: string
+ required: true
+ default: https
+ enum:
+ - value: https
+ description: https
+ - value: http
+ description: http
+ - variable: permanent
+ label: Permanent
+ schema:
+ type: boolean
+ default: false
+
+ - variable: rateLimit
+ label: rateLimit
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rateLimitEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: average
+ label: Average
+ schema:
+ type: int
+ required: true
+ default: 300
+ - variable: burst
+ label: Burst
+ schema:
+ type: int
+ required: true
+ default: 200
+
+ - variable: redirectRegex
+ label: redirectRegex
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: redirectRegexEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: regex
+ label: Regex
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: replacement
+ label: Replacement
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: permanent
+ label: Permanent
+ schema:
+ type: boolean
+ default: false
+
+ - variable: stripPrefixRegex
+ label: stripPrefixRegex
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: stripPrefixRegexEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: regex
+ label: Regex
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: regexEntry
+ label: Regex
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: ipWhiteList
+ label: ipWhiteList
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipWhiteListEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: sourceRange
+ label: Source Range
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: sourceRangeEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: ipStrategy
+ label: IP Strategy
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: depth
+ label: Depth
+ schema:
+ type: int
+ required: true
+ - variable: excludedIPs
+ label: Excluded IPs
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: excludedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: themePark
+ label: theme.park
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: themeParkEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: This is a 3rd party plugin and not maintained by TrueCharts,
+ for more information go to traefik-themepark
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: appName
+ label: App Name
+ description: Lower case, name of the app to be themed.
+
Go to https://docs.theme-park.dev/themes/ to see supported apps.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: themeName
+ label: Theme Name
+ description: Lower case, name of the theme to be applied.
+
Go to https://docs.theme-park.dev/theme-options/ to see supported themes.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: baseUrl
+ label: Base URL
+ description: Replace `https://theme-park.dev` URL for self-hosting reference.
+ schema:
+ type: string
+ required: true
+ default: https://theme-park.dev
+ - variable: addons
+ label: Addons
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: addonEntry
+ label: Addon
+ description: Currently only supports 'darker' and '4k-logo' for *arr apps.
+
Go to https://docs.theme-park.dev/themes/addons/ for Addon information.
+
Go to https://github.com/packruler/traefik-themepark for more context on plugin
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: realIP
+ label: Real IP
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: realIPEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: excludedNetworks
+ label: Excluded Networks
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: excludedNetEntry
+ label: Excluded Network Entry
+ description: Network to exclude setting it to X-Real-Ip
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: geoBlock
+ label: GeoBlock
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: geoBlockEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: This is a 3rd party plugin and not maintained by TrueCharts,
+ for more information go to geoblock
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: allowLocalRequests
+ label: Allow Local Requests
+ description: If set to true, will not block request from Private IP Ranges
+ schema:
+ type: boolean
+ default: true
+ - variable: logLocalRequests
+ label: Log Local Requests
+ description: If set to true, will log every connection from any IP in the private IP range
+ schema:
+ type: boolean
+ default: false
+ - variable: logAllowedRequests
+ label: Log Allowed Requests
+ description: If set to true, will show a log message with the IP and the country of origin if a request is allowed.
+ schema:
+ type: boolean
+ default: false
+ - variable: logApiRequests
+ label: Log API Requests
+ description: If set to true, will show a log message for every API hit.
+ schema:
+ type: boolean
+ default: false
+ - variable: api
+ label: API
+ description: Defines the API URL for the IP to Country resolution. The IP to fetch can be added with {ip} to the URL.
+ schema:
+ type: string
+ required: true
+ default: https://get.geojs.io/v1/ip/country/{ip}
+ - variable: apiTimeoutMs
+ label: API Timeout in ms
+ description: Timeout for the call to the api uri.
+ schema:
+ type: int
+ required: true
+ default: 500
+ - variable: cacheSize
+ label: Cache Size
+ description: Defines the max size of the LRU (least recently used) cache.
+ schema:
+ type: int
+ required: true
+ default: 25
+ - variable: forceMonthlyUpdate
+ label: Force Monthly Update
+ description: Even if an IP stays in the cache for a period of a month (about 30 x 24 hours), it must be fetch again after a month.
+ schema:
+ type: boolean
+ default: true
+ - variable: allowUnknownCountries
+ label: Allow Unknown Countries
+ description: Some IP addresses have no country associated with them. If this option is set to true, all IPs with no associated country are also allowed.
+ schema:
+ type: boolean
+ default: false
+ - variable: unknownCountryApiResponse
+ label: Unknown Countries API Response
+ description: The API uri can be customized. This options allows to customize the response string of the API when a IP with no associated country is requested.
+ schema:
+ type: string
+ required: true
+ default: nil
+ - variable: blackListMode
+ label: Blacklist Mode
+ description: When set to true the filter logic is inverted, i.e. requests originating from countries listed in the countries list are blocked.
+ schema:
+ type: boolean
+ default: false
+ - variable: countries
+ description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode.
+ label: Countries
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: countryEntry
+ label: Country
+ description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode.
+ schema:
+ type: string
+ required: true
+ # Allow only 2 Characters
+ valid_chars: '^[a-zA-Z]{2}$'
+ default: ""
+
+ - variable: addPrefix
+ label: Add Prefix
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: addPrefixEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: prefix
+ label: Prefix
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: modsecurity
+ label: modsecurity
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: modsecurityEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: This is a 3rd party plugin and not maintained by TrueCharts,
+ for more information go to traefik-modsecurity-plugin
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: modSecurityUrl
+ label: ModSecurity Url
+ description: It's the URL for the owasp/modsecurity container.
+ schema:
+ type: string
+ required: true
+ default: "https://someurl"
+ - variable: timeoutMillis
+ label: timeout Millis
+ description: timeout in milliseconds for the http client to talk with modsecurity container. (
+ schema:
+ type: int
+ required: true
+ default: 2
+ - variable: maxBodySize
+ label: maxBody Size
+ description: it's the maximum limit for requests body size. Requests exceeding this value will be rejected using HTTP 413 Request Entity Too Large. Zero means "use default value".
+ schema:
+ type: int
+ required: true
+ default: 0
+
+ - variable: bouncer
+ label: "Crowdsec Bouncer (experimental)"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: crowdsecEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: logLevel
+ label: Log Verbosity Level
+ description: How description the logs are, from info to debug.
+ schema:
+ type: string
+ required: true
+ default: info
+ enum:
+ - value: INFO
+ description: info
+ - value: WARNING
+ description: warning
+ - value: ERROR
+ description: error
+ - value: PANIC
+ description: panic
+ - value: DEBUG
+ description: debug
+ - value: FATAL
+ description: fatal
+ - variable: updateIntervalSeconds
+ label: Update Interval in Seconds
+ description:
+ schema:
+ type: int
+ default: 60
+ - variable: defaultDecisionSeconds
+ label: Time to take Crowdsec Decisions in Seconds
+ description:
+ schema:
+ type: int
+ default: 60
+ - variable: httpTimeoutSeconds
+ label: HTTP Timeout in Seconds
+ description:
+ schema:
+ type: int
+ default: 10
+ - variable: crowdsecMode
+ label: Crowdsec Mode
+ description:
+ schema:
+ type: string
+ default: "live"
+ - variable: crowdsecAppsecEnabled
+ label: Crowdsec App Security
+ description:
+ schema:
+ type: boolean
+ default: false
+ - variable: crowdsecAppsecHost
+ label: Crowdsec App Security Host
+ description: Enter Crowdsec App Host URL such as cowdsec:7432
+ schema:
+ type: string
+ default: ""
+ - variable: crowdsecAppsecFailureBlock
+ label: Crowdsec App Security Failure Block
+ description:
+ schema:
+ type: boolean
+ default: true
+ - variable: crowdsecLapiHost
+ label: Crowdsec App Lapi Host
+ description: Enter Crowdsec LAPI Host URL such as cowdsec:8080
+ schema:
+ type: string
+ default: ""
+ - variable: crowdsecLapiScheme
+ label: Crowdsec App Lapi Scheme
+ description: Enter Crowdsec LAPI HTTP Sheme
+ schema:
+ type: string
+ default: "http"
+ - variable: crowdsecLapiTLSInsecureVerify
+ label: Crowdsec App Lapi TLS Insecure Verify
+ description: Verifies if TLS is verfied
+ schema:
+ type: boolean
+ default: false
+ - variable: crowdsecCapiMachineId
+ label: Crowdsec Capi Machine ID
+ description: Enter Crowdsec CAPI Machine ID
+ schema:
+ type: string
+ default: ""
+ - variable: crowdsecCapiMachinePassword
+ label: Crowdsec Capi Machine Password
+ description: Enter Crowdsec CAPI Machine Password
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: crowdsecCapiScenarios
+ label: Crodsec Capi Scenarios
+ description: Enter Crowdsec Capi Scenarios
+ schema:
+ type: list
+ default: [["crowdsecurity/http-path-traversal-probing", "crowdsecurity/http-xss-probing", "crowdsecurity/http-generic-bf"]]
+ items:
+ - variable: crowdsecCapiScenariosEntry
+ label: Crodsec Capi Scenarios Entry
+ schema:
+ type: string
+ default: ""
+ - variable: forwardedHeadersTrustedIPs
+ label: Crowdsec Forwarded Headers Trusted Ips
+ description: Enter Crowdsec forwarded trusted helpers such as 10.0.10.23/32, 10.0.20.0/24
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: forwardedHeadersTrustedIPsEntry
+ label: Crowdsec Forwarded Headers Trusted Ips Entry
+ schema:
+ type: string
+ default: ""
+ - variable: clientTrustedIPs
+ label: Crowdsec client Trusted Ips
+ description: Enter Crowdsec client trusted IPs as 192.168.1.0/24
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: clientTrustedIPsEntry
+ label: Crowdsec client Trusted Ips Entry
+ schema:
+ type: string
+ default: ""
+ - variable: forwardedHeadersCustomName
+ label: Forward
+ description: Enter Crowdsec CAPI Machine ID
+ schema:
+ type: string
+ default: "X-Custom-Header"
+
+ - variable: service
+ group: "Networking and Services"
+ label: "Configure Service Entrypoint"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Entrypoint Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Entrypoints Port"
+ schema:
+ type: int
+ default: 9000
+ required: true
+ - variable: tcp
+ label: "TCP Service"
+ description: "The tcp Entrypoint service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: web
+ label: "web Entrypoint Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Entrypoints Port"
+ schema:
+ type: int
+ default: 80
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: redirectPort
+ label: "Redirect to Port"
+ schema:
+ type: int
+ - variable: redirectTo
+ label: "Redirect to Entrypoint"
+ schema:
+ type: string
+ default: "websecure"
+ - variable: forwardedHeaders
+ label: Accept Forwarded Headers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Trust Forwarded Headers from specific IPs.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Always Trust Forwarded Headers
+ schema:
+ type: boolean
+ default: false
+
+ - variable: proxyProtocol
+ label: Accept Proxy Protocol connections
+ description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Only IPs in trustedIPs will lead to remote client address replacement
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Trust every incoming connection
+ schema:
+ type: boolean
+ default: false
+
+ - variable: websecure
+ label: "websecure Entrypoints Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Entrypoints Port"
+ schema:
+ type: int
+ default: 443
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: redirectPort
+ label: "Redirect to Port"
+ schema:
+ type: int
+ - variable: redirectTo
+ label: "Redirect to Entrypoint"
+ schema:
+ type: string
+ - variable: forwardedHeaders
+ label: Accept Forwarded Headers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Trust Forwarded Headers from specific IPs.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Always Trust Forwarded Headers
+ schema:
+ type: boolean
+ default: false
+
+ - variable: proxyProtocol
+ label: Accept Proxy Protocol connections
+ description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Only IPs in trustedIPs will lead to remote client address replacement
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Trust every incoming connection
+ schema:
+ type: boolean
+ default: false
+
+ - variable: tls
+ label: "websecure Entrypoints Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: enabled
+ label: "Enabled"
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: portsList
+ label: "Additional TCP Entrypoints"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: "Custom Entrypoints"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable the port"
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: "Entrypoints Name"
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: "Entrypoints Type"
+ schema:
+ type: string
+ default: "tcp"
+ enum:
+ - value: http
+ description: "HTTP"
+ - value: "https"
+ description: "HTTPS"
+ - value: tcp
+ description: "TCP"
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ required: true
+ - variable: tls
+ label: "websecure Entrypoints Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enabled"
+ schema:
+ type: boolean
+ default: true
+ - variable: redirectPort
+ label: "Redirect to Port"
+ schema:
+ type: int
+ - variable: redirectTo
+ label: "Redirect to Entrypoint"
+ schema:
+ type: string
+ - variable: forwardedHeaders
+ label: Accept Forwarded Headers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Trust Forwarded Headers from specific IPs.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Always Trust Forwarded Headers
+ schema:
+ type: boolean
+ default: false
+
+ - variable: proxyProtocol
+ label: Accept Proxy Protocol connections
+ description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: trustedIPs
+ label: Trusted IPs
+ description: Only IPs in trustedIPs will lead to remote client address replacement
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: trustedIPsEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: insecureMode
+ label: Insecure Mode
+ description: Trust every incoming connection
+ schema:
+ type: boolean
+ default: false
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
+ - variable: warning
+ group: Documentation
+ label: 'WARNING: If installed, be sure to move the TrueNAS GUI to another port (not 80 or 443).'
+ description: 'See:
https://truecharts.org/charts/enterprise/traefik/how-to for more info.'
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: warningconfim
+ label: I am aware that I will brick my system, if I did not follow the instructions.
+ schema:
+ type: boolean
+ default: true
+ required: true
diff --git a/premium/traefik/26.9.2/templates/NOTES.txt b/premium/traefik/26.9.6/templates/NOTES.txt
similarity index 100%
rename from premium/traefik/26.9.2/templates/NOTES.txt
rename to premium/traefik/26.9.6/templates/NOTES.txt
diff --git a/premium/traefik/26.9.2/templates/_args.tpl b/premium/traefik/26.9.6/templates/_args.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_args.tpl
rename to premium/traefik/26.9.6/templates/_args.tpl
diff --git a/premium/traefik/26.9.2/templates/_helpers.tpl b/premium/traefik/26.9.6/templates/_helpers.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_helpers.tpl
rename to premium/traefik/26.9.6/templates/_helpers.tpl
diff --git a/premium/traefik/26.9.2/templates/_ingressclass.tpl b/premium/traefik/26.9.6/templates/_ingressclass.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_ingressclass.tpl
rename to premium/traefik/26.9.6/templates/_ingressclass.tpl
diff --git a/premium/traefik/26.9.2/templates/_ingressroute.tpl b/premium/traefik/26.9.6/templates/_ingressroute.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_ingressroute.tpl
rename to premium/traefik/26.9.6/templates/_ingressroute.tpl
diff --git a/premium/traefik/26.9.2/templates/_portalhook.tpl b/premium/traefik/26.9.6/templates/_portalhook.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_portalhook.tpl
rename to premium/traefik/26.9.6/templates/_portalhook.tpl
diff --git a/premium/traefik/26.9.2/templates/_tlsoptions.tpl b/premium/traefik/26.9.6/templates/_tlsoptions.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_tlsoptions.tpl
rename to premium/traefik/26.9.6/templates/_tlsoptions.tpl
diff --git a/premium/traefik/26.9.2/templates/_tlsstore.tpl b/premium/traefik/26.9.6/templates/_tlsstore.tpl
similarity index 100%
rename from premium/traefik/26.9.2/templates/_tlsstore.tpl
rename to premium/traefik/26.9.6/templates/_tlsstore.tpl
diff --git a/premium/traefik/26.9.2/templates/common.yaml b/premium/traefik/26.9.6/templates/common.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/common.yaml
rename to premium/traefik/26.9.6/templates/common.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/addPrefix.yaml b/premium/traefik/26.9.6/templates/middlewares/addPrefix.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/addPrefix.yaml
rename to premium/traefik/26.9.6/templates/middlewares/addPrefix.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/basic-middleware.yaml b/premium/traefik/26.9.6/templates/middlewares/basic-middleware.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/basic-middleware.yaml
rename to premium/traefik/26.9.6/templates/middlewares/basic-middleware.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/basicauth.yaml b/premium/traefik/26.9.6/templates/middlewares/basicauth.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/basicauth.yaml
rename to premium/traefik/26.9.6/templates/middlewares/basicauth.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/bouncer.yaml b/premium/traefik/26.9.6/templates/middlewares/bouncer.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/bouncer.yaml
rename to premium/traefik/26.9.6/templates/middlewares/bouncer.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/buffering.yaml b/premium/traefik/26.9.6/templates/middlewares/buffering.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/buffering.yaml
rename to premium/traefik/26.9.6/templates/middlewares/buffering.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/chain.yaml b/premium/traefik/26.9.6/templates/middlewares/chain.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/chain.yaml
rename to premium/traefik/26.9.6/templates/middlewares/chain.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/customFrameOptionsValue.yaml b/premium/traefik/26.9.6/templates/middlewares/customFrameOptionsValue.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/customFrameOptionsValue.yaml
rename to premium/traefik/26.9.6/templates/middlewares/customFrameOptionsValue.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/customRequestHeaders.yaml b/premium/traefik/26.9.6/templates/middlewares/customRequestHeaders.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/customRequestHeaders.yaml
rename to premium/traefik/26.9.6/templates/middlewares/customRequestHeaders.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/customResponseHeaders.yaml b/premium/traefik/26.9.6/templates/middlewares/customResponseHeaders.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/customResponseHeaders.yaml
rename to premium/traefik/26.9.6/templates/middlewares/customResponseHeaders.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/forwardauth.yaml b/premium/traefik/26.9.6/templates/middlewares/forwardauth.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/forwardauth.yaml
rename to premium/traefik/26.9.6/templates/middlewares/forwardauth.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/geoblock.yaml b/premium/traefik/26.9.6/templates/middlewares/geoblock.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/geoblock.yaml
rename to premium/traefik/26.9.6/templates/middlewares/geoblock.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/ipwhitelist.yaml b/premium/traefik/26.9.6/templates/middlewares/ipwhitelist.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/ipwhitelist.yaml
rename to premium/traefik/26.9.6/templates/middlewares/ipwhitelist.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/modsecurity.yaml b/premium/traefik/26.9.6/templates/middlewares/modsecurity.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/modsecurity.yaml
rename to premium/traefik/26.9.6/templates/middlewares/modsecurity.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/ratelimit.yaml b/premium/traefik/26.9.6/templates/middlewares/ratelimit.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/ratelimit.yaml
rename to premium/traefik/26.9.6/templates/middlewares/ratelimit.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/real-ip.yaml b/premium/traefik/26.9.6/templates/middlewares/real-ip.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/real-ip.yaml
rename to premium/traefik/26.9.6/templates/middlewares/real-ip.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/redirectScheme.yaml b/premium/traefik/26.9.6/templates/middlewares/redirectScheme.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/redirectScheme.yaml
rename to premium/traefik/26.9.6/templates/middlewares/redirectScheme.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/redirectregex.yaml b/premium/traefik/26.9.6/templates/middlewares/redirectregex.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/redirectregex.yaml
rename to premium/traefik/26.9.6/templates/middlewares/redirectregex.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/rewriteResponseHeaders.yaml b/premium/traefik/26.9.6/templates/middlewares/rewriteResponseHeaders.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/rewriteResponseHeaders.yaml
rename to premium/traefik/26.9.6/templates/middlewares/rewriteResponseHeaders.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/stripPrefixRegex.yaml b/premium/traefik/26.9.6/templates/middlewares/stripPrefixRegex.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/stripPrefixRegex.yaml
rename to premium/traefik/26.9.6/templates/middlewares/stripPrefixRegex.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/tc-chains.yaml b/premium/traefik/26.9.6/templates/middlewares/tc-chains.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/tc-chains.yaml
rename to premium/traefik/26.9.6/templates/middlewares/tc-chains.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/tc-headers.yaml b/premium/traefik/26.9.6/templates/middlewares/tc-headers.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/tc-headers.yaml
rename to premium/traefik/26.9.6/templates/middlewares/tc-headers.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/tc-nextcloud.yaml b/premium/traefik/26.9.6/templates/middlewares/tc-nextcloud.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/tc-nextcloud.yaml
rename to premium/traefik/26.9.6/templates/middlewares/tc-nextcloud.yaml
diff --git a/premium/traefik/26.9.2/templates/middlewares/theme-park.yaml b/premium/traefik/26.9.6/templates/middlewares/theme-park.yaml
similarity index 100%
rename from premium/traefik/26.9.2/templates/middlewares/theme-park.yaml
rename to premium/traefik/26.9.6/templates/middlewares/theme-park.yaml
diff --git a/premium/traefik/26.9.2/values.yaml b/premium/traefik/26.9.6/values.yaml
similarity index 100%
rename from premium/traefik/26.9.2/values.yaml
rename to premium/traefik/26.9.6/values.yaml
diff --git a/premium/vaultwarden/26.6.0/CHANGELOG.md b/premium/vaultwarden/26.6.0/CHANGELOG.md
deleted file mode 100644
index 6c114621609..00000000000
--- a/premium/vaultwarden/26.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vaultwarden-26.6.0](https://github.com/truecharts/charts/compare/vaultwarden-26.5.3...vaultwarden-26.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [vaultwarden-26.5.3](https://github.com/truecharts/charts/compare/vaultwarden-26.5.2...vaultwarden-26.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `enterprise`- train to `premium`-train
\ No newline at end of file
diff --git a/premium/vaultwarden/26.6.0/Chart.yaml b/premium/vaultwarden/26.6.0/Chart.yaml
deleted file mode 100644
index 063a6cf9d0b..00000000000
--- a/premium/vaultwarden/26.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: premium
-apiVersion: v2
-appVersion: 1.30.5
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Unofficial Bitwarden compatible server written in Rust
-home: https://truecharts.org/charts/premium/vaultwarden
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png
-keywords:
- - bitwarden
- - bitwardenrs
- - bitwarden_rs
- - vaultwarden
- - password
- - rust
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vaultwarden
-sources:
- - https://github.com/dani-garcia/vaultwarden
- - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
- - https://hub.docker.com/r/vaultwarden/server
-type: application
-version: 26.6.0
diff --git a/premium/vaultwarden/26.6.0/charts/common-20.1.5.tgz b/premium/vaultwarden/26.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/premium/vaultwarden/26.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/premium/vaultwarden/26.6.0/questions.yaml b/premium/vaultwarden/26.6.0/questions.yaml
deleted file mode 100755
index eecafe2f80a..00000000000
--- a/premium/vaultwarden/26.6.0/questions.yaml
+++ /dev/null
@@ -1,3599 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- admin:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/admin/"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: vaultwarden
- label: ""
- group: "App Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: yubico
- label: "Yubico OTP authentication"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable Yubico OTP authentication"
- description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: server
- label: "Yubico server"
- description: "Defaults to YubiCloud"
- schema:
- type: string
- default: ""
- - variable: clientId
- label: "Yubico ID"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "Yubico Secret Key"
- schema:
- type: string
- default: ""
- - variable: push
- label: "Mobile Push Notifications"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable Mobile Push Notifications"
- description: "You must obtain and ID and Key here: https://bitwarden.com/host"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: installationId
- label: "Installation ID"
- schema:
- type: string
- default: ""
- required: true
- - variable: installationKey
- label: "Installation Key"
- schema:
- type: string
- default: ""
- required: true
- - variable: admin
- label: "Admin Portal"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable Admin Portal"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: disableAdminToken
- label: "Make Accessible Without Password/Token"
- schema:
- type: boolean
- default: false
- - variable: token
- label: "Admin Portal Password/Token"
- description: "Will be automatically generated if not defined"
- schema:
- type: string
- default: ""
- - variable: icons
- label: "Icon Download Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: disableDownload
- label: "Disable Icon Download"
- description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)"
- schema:
- type: boolean
- default: false
- - variable: cache
- label: "Cache time-to-live"
- description: "Cache time-to-live for icons fetched. 0 means no purging"
- schema:
- type: int
- default: 2592000
- - variable: token
- label: "Failed Downloads Cache time-to-live"
- description: "Cache time-to-live for icons that were not available. 0 means no purging."
- schema:
- type: int
- default: 2592000
- - variable: log
- label: "Logging"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: level
- label: "Log level"
- schema:
- type: string
- default: "info"
- required: true
- enum:
- - value: "trace"
- description: "trace"
- - value: "debug"
- description: "debug"
- - value: "info"
- description: "info"
- - value: "warn"
- description: "warn"
- - value: "error"
- description: "error"
- - value: "off"
- description: "off"
- - variable: file
- label: "Log-File Location"
- schema:
- type: string
- default: ""
- - variable: smtp
- label: "SMTP Settings (Email)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Enable SMTP Support"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: host
- label: "SMTP hostname"
- schema:
- type: string
- required: true
- default: ""
- - variable: from
- label: "SMTP sender e-mail address"
- schema:
- type: string
- required: true
- default: ""
- - variable: fromName
- label: "SMTP sender name"
- schema:
- type: string
- required: true
- default: ""
- - variable: user
- label: "SMTP username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "SMTP password"
- description: "Required is user is specified, ignored if no user provided"
- schema:
- type: string
- default: ""
- - variable: security
- label: "Enable SSL connection"
- schema:
- type: string
- default: "starttls"
- enum:
- - value: "starttls"
- description: "STARTTLS (587)"
- - value: "force_tls"
- description: "FORCE_TLS (465)"
- - value: "off"
- description: "OFF (25)"
- - variable: port
- label: "SMTP port"
- description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL"
- schema:
- type: int
- default: 587
- - variable: authMechanism
- label: "SMTP Authentication Mechanisms"
- description: "Comma-separated options: Plain, Login and Xoauth2"
- schema:
- type: string
- default: "Plain"
- - variable: heloName
- label: "SMTP HELO - Hostname"
- description: "Hostname to be sent for SMTP HELO. Defaults to pod name"
- schema:
- type: string
- default: ""
- - variable: timeout
- label: "SMTP timeout"
- schema:
- type: int
- default: 15
- - variable: invalidHostname
- label: "Accept Invalid Hostname"
- description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!"
- schema:
- type: boolean
- default: false
- - variable: invalidCertificate
- label: "Accept Invalid Certificate"
- description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!"
- schema:
- type: boolean
- default: false
- - variable: allowSignups
- label: "Allow Signup"
- description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users"
- schema:
- type: boolean
- default: true
- - variable: allowInvitation
- label: "Always allow Invitation"
- description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations"
- schema:
- type: boolean
- default: true
- - variable: defaultInviteName
- label: "Default Invite Organisation Name"
- description: "Default organization name in invitation e-mails that are not coming from a specific organization."
- schema:
- type: string
- default: ""
- - variable: showPasswordHint
- label: "Show password hints"
- description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display"
- schema:
- type: boolean
- default: true
- - variable: signupwhitelistenable
- label: "Enable Signup Whitelist"
- description: "allowSignups is ignored if set"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: signupDomains
- label: "Signup Whitelist Domains"
- schema:
- type: list
- default: []
- items:
- - variable: domain
- label: "Domain"
- schema:
- type: string
- default: ""
- - variable: verifySignup
- label: "Verifiy Signup"
- description: "Verify e-mail before login is enabled. SMTP must be enabled"
- schema:
- type: boolean
- default: false
- - variable: requireEmail
- label: "Block Login if email fails"
- description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled"
- schema:
- type: boolean
- default: false
- - variable: emailAttempts
- label: "Email token reset attempts"
- description: "Maximum attempts before an email token is reset and a new email will need to be sent"
- schema:
- type: int
- default: 3
- - variable: emailTokenExpiration
- label: "Email token validity in seconds"
- schema:
- type: int
- default: 600
- - variable: enableWebVault
- label: "Enable Webvault"
- description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"
- schema:
- type: boolean
- default: true
- - variable: orgCreationUsers
- label: "Limit Organisation Creation to (users)"
- description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users."
- schema:
- type: string
- default: "all"
- - variable: attachmentLimitOrg
- label: "Limit Attachment Disk Usage per Organisation"
- schema:
- type: string
- default: ""
- - variable: attachmentLimitUser
- label: "Limit Attachment Disk Usage per User"
- schema:
- type: string
- default: ""
- - variable: hibpApiKey
- label: "HaveIBeenPwned API Key"
- description: "Can be purchased at https://haveibeenpwned.com/API/Key"
- schema:
- type: string
- default: ""
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10102
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/premium/vaultwarden/26.6.0/.helmignore b/premium/vaultwarden/26.7.3/.helmignore
similarity index 100%
rename from premium/vaultwarden/26.6.0/.helmignore
rename to premium/vaultwarden/26.7.3/.helmignore
diff --git a/premium/vaultwarden/26.7.3/CHANGELOG.md b/premium/vaultwarden/26.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c53ea8f7955
--- /dev/null
+++ b/premium/vaultwarden/26.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vaultwarden-26.7.2](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/premium/vaultwarden/26.7.3/Chart.yaml b/premium/vaultwarden/26.7.3/Chart.yaml
new file mode 100644
index 00000000000..462690cd1ef
--- /dev/null
+++ b/premium/vaultwarden/26.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: premium
+apiVersion: v2
+appVersion: 1.30.5
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Unofficial Bitwarden compatible server written in Rust
+home: https://truecharts.org/charts/premium/vaultwarden
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png
+keywords:
+ - bitwarden
+ - bitwardenrs
+ - bitwarden_rs
+ - vaultwarden
+ - password
+ - rust
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vaultwarden
+sources:
+ - https://github.com/dani-garcia/vaultwarden
+ - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
+ - https://hub.docker.com/r/vaultwarden/server
+type: application
+version: 26.7.3
diff --git a/premium/vaultwarden/26.6.0/README.md b/premium/vaultwarden/26.7.3/README.md
similarity index 100%
rename from premium/vaultwarden/26.6.0/README.md
rename to premium/vaultwarden/26.7.3/README.md
diff --git a/premium/vaultwarden/26.7.3/app-changelog.md b/premium/vaultwarden/26.7.3/app-changelog.md
new file mode 100644
index 00000000000..d317cb8a972
--- /dev/null
+++ b/premium/vaultwarden/26.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [vaultwarden-26.7.3](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/premium/vaultwarden/26.6.0/app-readme.md b/premium/vaultwarden/26.7.3/app-readme.md
similarity index 100%
rename from premium/vaultwarden/26.6.0/app-readme.md
rename to premium/vaultwarden/26.7.3/app-readme.md
diff --git a/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz b/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/premium/vaultwarden/26.7.3/charts/common-20.2.4.tgz differ
diff --git a/premium/vaultwarden/26.6.0/ix_values.yaml b/premium/vaultwarden/26.7.3/ix_values.yaml
similarity index 100%
rename from premium/vaultwarden/26.6.0/ix_values.yaml
rename to premium/vaultwarden/26.7.3/ix_values.yaml
diff --git a/premium/vaultwarden/26.7.3/questions.yaml b/premium/vaultwarden/26.7.3/questions.yaml
new file mode 100755
index 00000000000..99aa1f74db4
--- /dev/null
+++ b/premium/vaultwarden/26.7.3/questions.yaml
@@ -0,0 +1,3601 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ admin:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/admin/"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: vaultwarden
+ label: ""
+ group: "App Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: yubico
+ label: "Yubico OTP authentication"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable Yubico OTP authentication"
+ description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: server
+ label: "Yubico server"
+ description: "Defaults to YubiCloud"
+ schema:
+ type: string
+ default: ""
+ - variable: clientId
+ label: "Yubico ID"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "Yubico Secret Key"
+ schema:
+ type: string
+ default: ""
+ - variable: push
+ label: "Mobile Push Notifications"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable Mobile Push Notifications"
+ description: "You must obtain and ID and Key here: https://bitwarden.com/host"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: installationId
+ label: "Installation ID"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: installationKey
+ label: "Installation Key"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: admin
+ label: "Admin Portal"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable Admin Portal"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: disableAdminToken
+ label: "Make Accessible Without Password/Token"
+ schema:
+ type: boolean
+ default: false
+ - variable: token
+ label: "Admin Portal Password/Token"
+ description: "Will be automatically generated if not defined"
+ schema:
+ type: string
+ default: ""
+ - variable: icons
+ label: "Icon Download Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: disableDownload
+ label: "Disable Icon Download"
+ description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)"
+ schema:
+ type: boolean
+ default: false
+ - variable: cache
+ label: "Cache time-to-live"
+ description: "Cache time-to-live for icons fetched. 0 means no purging"
+ schema:
+ type: int
+ default: 2592000
+ - variable: token
+ label: "Failed Downloads Cache time-to-live"
+ description: "Cache time-to-live for icons that were not available. 0 means no purging."
+ schema:
+ type: int
+ default: 2592000
+ - variable: log
+ label: "Logging"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: level
+ label: "Log level"
+ schema:
+ type: string
+ default: "info"
+ required: true
+ enum:
+ - value: "trace"
+ description: "trace"
+ - value: "debug"
+ description: "debug"
+ - value: "info"
+ description: "info"
+ - value: "warn"
+ description: "warn"
+ - value: "error"
+ description: "error"
+ - value: "off"
+ description: "off"
+ - variable: file
+ label: "Log-File Location"
+ schema:
+ type: string
+ default: ""
+ - variable: smtp
+ label: "SMTP Settings (Email)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Enable SMTP Support"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: host
+ label: "SMTP hostname"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: from
+ label: "SMTP sender e-mail address"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: fromName
+ label: "SMTP sender name"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: user
+ label: "SMTP username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "SMTP password"
+ description: "Required is user is specified, ignored if no user provided"
+ schema:
+ type: string
+ default: ""
+ - variable: security
+ label: "Enable SSL connection"
+ schema:
+ type: string
+ default: "starttls"
+ enum:
+ - value: "starttls"
+ description: "STARTTLS (587)"
+ - value: "force_tls"
+ description: "FORCE_TLS (465)"
+ - value: "off"
+ description: "OFF (25)"
+ - variable: port
+ label: "SMTP port"
+ description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL"
+ schema:
+ type: int
+ default: 587
+ - variable: authMechanism
+ label: "SMTP Authentication Mechanisms"
+ description: "Comma-separated options: Plain, Login and Xoauth2"
+ schema:
+ type: string
+ default: "Plain"
+ - variable: heloName
+ label: "SMTP HELO - Hostname"
+ description: "Hostname to be sent for SMTP HELO. Defaults to pod name"
+ schema:
+ type: string
+ default: ""
+ - variable: timeout
+ label: "SMTP timeout"
+ schema:
+ type: int
+ default: 15
+ - variable: invalidHostname
+ label: "Accept Invalid Hostname"
+ description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!"
+ schema:
+ type: boolean
+ default: false
+ - variable: invalidCertificate
+ label: "Accept Invalid Certificate"
+ description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!"
+ schema:
+ type: boolean
+ default: false
+ - variable: allowSignups
+ label: "Allow Signup"
+ description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users"
+ schema:
+ type: boolean
+ default: true
+ - variable: allowInvitation
+ label: "Always allow Invitation"
+ description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations"
+ schema:
+ type: boolean
+ default: true
+ - variable: defaultInviteName
+ label: "Default Invite Organisation Name"
+ description: "Default organization name in invitation e-mails that are not coming from a specific organization."
+ schema:
+ type: string
+ default: ""
+ - variable: showPasswordHint
+ label: "Show password hints"
+ description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display"
+ schema:
+ type: boolean
+ default: true
+ - variable: signupwhitelistenable
+ label: "Enable Signup Whitelist"
+ description: "allowSignups is ignored if set"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: signupDomains
+ label: "Signup Whitelist Domains"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: domain
+ label: "Domain"
+ schema:
+ type: string
+ default: ""
+ - variable: verifySignup
+ label: "Verifiy Signup"
+ description: "Verify e-mail before login is enabled. SMTP must be enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: requireEmail
+ label: "Block Login if email fails"
+ description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: emailAttempts
+ label: "Email token reset attempts"
+ description: "Maximum attempts before an email token is reset and a new email will need to be sent"
+ schema:
+ type: int
+ default: 3
+ - variable: emailTokenExpiration
+ label: "Email token validity in seconds"
+ schema:
+ type: int
+ default: 600
+ - variable: enableWebVault
+ label: "Enable Webvault"
+ description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting"
+ schema:
+ type: boolean
+ default: true
+ - variable: orgCreationUsers
+ label: "Limit Organisation Creation to (users)"
+ description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users."
+ schema:
+ type: string
+ default: "all"
+ - variable: attachmentLimitOrg
+ label: "Limit Attachment Disk Usage per Organisation"
+ schema:
+ type: string
+ default: ""
+ - variable: attachmentLimitUser
+ label: "Limit Attachment Disk Usage per User"
+ schema:
+ type: string
+ default: ""
+ - variable: hibpApiKey
+ label: "HaveIBeenPwned API Key"
+ description: "Can be purchased at https://haveibeenpwned.com/API/Key"
+ schema:
+ type: string
+ default: ""
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10102
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/premium/vaultwarden/26.6.0/templates/NOTES.txt b/premium/vaultwarden/26.7.3/templates/NOTES.txt
similarity index 100%
rename from premium/vaultwarden/26.6.0/templates/NOTES.txt
rename to premium/vaultwarden/26.7.3/templates/NOTES.txt
diff --git a/premium/vaultwarden/26.6.0/templates/_configmap.tpl b/premium/vaultwarden/26.7.3/templates/_configmap.tpl
similarity index 100%
rename from premium/vaultwarden/26.6.0/templates/_configmap.tpl
rename to premium/vaultwarden/26.7.3/templates/_configmap.tpl
diff --git a/premium/vaultwarden/26.6.0/templates/_secrets.tpl b/premium/vaultwarden/26.7.3/templates/_secrets.tpl
similarity index 100%
rename from premium/vaultwarden/26.6.0/templates/_secrets.tpl
rename to premium/vaultwarden/26.7.3/templates/_secrets.tpl
diff --git a/premium/vaultwarden/26.6.0/templates/_validate.tpl b/premium/vaultwarden/26.7.3/templates/_validate.tpl
similarity index 100%
rename from premium/vaultwarden/26.6.0/templates/_validate.tpl
rename to premium/vaultwarden/26.7.3/templates/_validate.tpl
diff --git a/premium/vaultwarden/26.6.0/templates/common.yaml b/premium/vaultwarden/26.7.3/templates/common.yaml
similarity index 100%
rename from premium/vaultwarden/26.6.0/templates/common.yaml
rename to premium/vaultwarden/26.7.3/templates/common.yaml
diff --git a/premium/vaultwarden/26.6.0/values.yaml b/premium/vaultwarden/26.7.3/values.yaml
similarity index 100%
rename from premium/vaultwarden/26.6.0/values.yaml
rename to premium/vaultwarden/26.7.3/values.yaml
diff --git a/stable/acestream/6.6.0/CHANGELOG.md b/stable/acestream/6.6.0/CHANGELOG.md
deleted file mode 100644
index 4f7cf6cd01d..00000000000
--- a/stable/acestream/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [acestream-6.6.0](https://github.com/truecharts/charts/compare/acestream-6.5.2...acestream-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [acestream-6.5.2](https://github.com/truecharts/charts/compare/acestream-6.5.1...acestream-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [acestream-6.5.1](https://github.com/truecharts/charts/compare/acestream-6.5.0...acestream-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [acestream-6.5.0](https://github.com/truecharts/charts/compare/acestream-6.4.1...acestream-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [acestream-6.4.1](https://github.com/truecharts/charts/compare/acestream-6.4.0...acestream-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [acestream-6.4.0](https://github.com/truecharts/charts/compare/acestream-6.3.0...acestream-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [acestream-6.3.0](https://github.com/truecharts/charts/compare/acestream-6.2.3...acestream-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [acestream-6.2.3](https://github.com/truecharts/charts/compare/acestream-6.2.2...acestream-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [acestream-6.2.2](https://github.com/truecharts/charts/compare/acestream-6.2.0...acestream-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/acestream/6.6.0/Chart.yaml b/stable/acestream/6.6.0/Chart.yaml
deleted file mode 100644
index 035cee6c741..00000000000
--- a/stable/acestream/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.2.8
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: IPTV service providing streaming, playlist, search engine and epg.
-home: https://truecharts.org/charts/stable/acestream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png
-keywords:
- - acestream
- - MediaServer-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: acestream
-sources:
- - https://github.com/vstavrinov/acestream-service
- - https://github.com/truecharts/charts/tree/master/charts/stable/acestream
- - https://hub.docker.com/r/vstavrinov/acestream-service
-type: application
-version: 6.6.0
diff --git a/stable/acestream/6.6.0/charts/common-20.1.5.tgz b/stable/acestream/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/acestream/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/acestream/6.6.0/.helmignore b/stable/acestream/6.7.3/.helmignore
similarity index 100%
rename from stable/acestream/6.6.0/.helmignore
rename to stable/acestream/6.7.3/.helmignore
diff --git a/stable/acestream/6.7.3/CHANGELOG.md b/stable/acestream/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5dafe1ee876
--- /dev/null
+++ b/stable/acestream/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [acestream-6.7.2](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/acestream/6.7.3/Chart.yaml b/stable/acestream/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..c5e061f83ac
--- /dev/null
+++ b/stable/acestream/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.2.8
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: IPTV service providing streaming, playlist, search engine and epg.
+home: https://truecharts.org/charts/stable/acestream
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png
+keywords:
+ - acestream
+ - MediaServer-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: acestream
+sources:
+ - https://github.com/vstavrinov/acestream-service
+ - https://github.com/truecharts/charts/tree/master/charts/stable/acestream
+ - https://hub.docker.com/r/vstavrinov/acestream-service
+type: application
+version: 6.7.3
diff --git a/stable/acestream/6.6.0/README.md b/stable/acestream/6.7.3/README.md
similarity index 100%
rename from stable/acestream/6.6.0/README.md
rename to stable/acestream/6.7.3/README.md
diff --git a/stable/acestream/6.7.3/app-changelog.md b/stable/acestream/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..fa99eddff26
--- /dev/null
+++ b/stable/acestream/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [acestream-6.7.3](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/acestream/6.6.0/app-readme.md b/stable/acestream/6.7.3/app-readme.md
similarity index 100%
rename from stable/acestream/6.6.0/app-readme.md
rename to stable/acestream/6.7.3/app-readme.md
diff --git a/stable/acestream/6.7.3/charts/common-20.2.4.tgz b/stable/acestream/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/acestream/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/acestream/6.6.0/ix_values.yaml b/stable/acestream/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/acestream/6.6.0/ix_values.yaml
rename to stable/acestream/6.7.3/ix_values.yaml
diff --git a/stable/acestream/6.6.0/questions.yaml b/stable/acestream/6.7.3/questions.yaml
similarity index 100%
rename from stable/acestream/6.6.0/questions.yaml
rename to stable/acestream/6.7.3/questions.yaml
diff --git a/stable/acestream/6.6.0/templates/common.yaml b/stable/acestream/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/acestream/6.6.0/templates/common.yaml
rename to stable/acestream/6.7.3/templates/common.yaml
diff --git a/stable/acestream/6.6.0/values.yaml b/stable/acestream/6.7.3/values.yaml
similarity index 100%
rename from stable/acestream/6.6.0/values.yaml
rename to stable/acestream/6.7.3/values.yaml
diff --git a/stable/actualserver/10.7.0/CHANGELOG.md b/stable/actualserver/10.7.0/CHANGELOG.md
deleted file mode 100644
index 8e079f9c219..00000000000
--- a/stable/actualserver/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [actualserver-10.7.0](https://github.com/truecharts/charts/compare/actualserver-10.6.2...actualserver-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [actualserver-10.6.2](https://github.com/truecharts/charts/compare/actualserver-10.6.1...actualserver-10.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [actualserver-10.6.1](https://github.com/truecharts/charts/compare/actualserver-10.6.0...actualserver-10.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [actualserver-10.6.0](https://github.com/truecharts/charts/compare/actualserver-10.5.1...actualserver-10.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [actualserver-10.5.1](https://github.com/truecharts/charts/compare/actualserver-10.5.0...actualserver-10.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [actualserver-10.5.0](https://github.com/truecharts/charts/compare/actualserver-10.4.0...actualserver-10.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [actualserver-10.4.0](https://github.com/truecharts/charts/compare/actualserver-10.3.3...actualserver-10.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [actualserver-10.3.3](https://github.com/truecharts/charts/compare/actualserver-10.3.2...actualserver-10.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [actualserver-10.3.2](https://github.com/truecharts/charts/compare/actualserver-10.3.0...actualserver-10.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/actualserver/10.7.0/Chart.yaml b/stable/actualserver/10.7.0/Chart.yaml
deleted file mode 100644
index 8d7a20ad034..00000000000
--- a/stable/actualserver/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: finance
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.3.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Actual is a super fast privacy-focused app for managing your finances.
-home: https://truecharts.org/charts/stable/actualserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
-keywords:
- - actualserver
- - finance
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: actualserver
-sources:
- - https://github.com/Kippenhof/docker-templates
- - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
- - https://ghcr.io/actualbudget/actual-server
-type: application
-version: 10.7.0
diff --git a/stable/actualserver/10.7.0/charts/common-20.1.5.tgz b/stable/actualserver/10.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/actualserver/10.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/actualserver/10.7.0/.helmignore b/stable/actualserver/10.8.3/.helmignore
similarity index 100%
rename from stable/actualserver/10.7.0/.helmignore
rename to stable/actualserver/10.8.3/.helmignore
diff --git a/stable/actualserver/10.8.3/CHANGELOG.md b/stable/actualserver/10.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..862c85c4860
--- /dev/null
+++ b/stable/actualserver/10.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [actualserver-10.8.2](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/actualserver/10.8.3/Chart.yaml b/stable/actualserver/10.8.3/Chart.yaml
new file mode 100644
index 00000000000..6f940a84357
--- /dev/null
+++ b/stable/actualserver/10.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: finance
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Actual is a super fast privacy-focused app for managing your finances.
+home: https://truecharts.org/charts/stable/actualserver
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
+keywords:
+ - actualserver
+ - finance
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: actualserver
+sources:
+ - https://github.com/Kippenhof/docker-templates
+ - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
+ - https://ghcr.io/actualbudget/actual-server
+type: application
+version: 10.8.3
diff --git a/stable/actualserver/10.7.0/README.md b/stable/actualserver/10.8.3/README.md
similarity index 100%
rename from stable/actualserver/10.7.0/README.md
rename to stable/actualserver/10.8.3/README.md
diff --git a/stable/actualserver/10.8.3/app-changelog.md b/stable/actualserver/10.8.3/app-changelog.md
new file mode 100644
index 00000000000..8e266090f55
--- /dev/null
+++ b/stable/actualserver/10.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [actualserver-10.8.3](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/actualserver/10.7.0/app-readme.md b/stable/actualserver/10.8.3/app-readme.md
similarity index 100%
rename from stable/actualserver/10.7.0/app-readme.md
rename to stable/actualserver/10.8.3/app-readme.md
diff --git a/stable/actualserver/10.8.3/charts/common-20.2.4.tgz b/stable/actualserver/10.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/actualserver/10.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/actualserver/10.7.0/ix_values.yaml b/stable/actualserver/10.8.3/ix_values.yaml
similarity index 100%
rename from stable/actualserver/10.7.0/ix_values.yaml
rename to stable/actualserver/10.8.3/ix_values.yaml
diff --git a/stable/actualserver/10.7.0/questions.yaml b/stable/actualserver/10.8.3/questions.yaml
similarity index 100%
rename from stable/actualserver/10.7.0/questions.yaml
rename to stable/actualserver/10.8.3/questions.yaml
diff --git a/stable/actualserver/10.7.0/templates/NOTES.txt b/stable/actualserver/10.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/actualserver/10.7.0/templates/NOTES.txt
rename to stable/actualserver/10.8.3/templates/NOTES.txt
diff --git a/stable/actualserver/10.7.0/templates/common.yaml b/stable/actualserver/10.8.3/templates/common.yaml
similarity index 100%
rename from stable/actualserver/10.7.0/templates/common.yaml
rename to stable/actualserver/10.8.3/templates/common.yaml
diff --git a/stable/actualserver/10.7.0/values.yaml b/stable/actualserver/10.8.3/values.yaml
similarity index 100%
rename from stable/actualserver/10.7.0/values.yaml
rename to stable/actualserver/10.8.3/values.yaml
diff --git a/stable/adguard-home/9.7.0/CHANGELOG.md b/stable/adguard-home/9.7.0/CHANGELOG.md
deleted file mode 100644
index 1836d4e773b..00000000000
--- a/stable/adguard-home/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/adguard-home/9.7.0/Chart.yaml b/stable/adguard-home/9.7.0/Chart.yaml
deleted file mode 100644
index 84f9b3efce0..00000000000
--- a/stable/adguard-home/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.107.45
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
-home: https://truecharts.org/charts/stable/adguard-home
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
-keywords:
- - adblock
- - adguard
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: adguard-home
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
- - https://hub.docker.com/r/adguard/adguardhome
-type: application
-version: 9.7.0
diff --git a/stable/adguard-home/9.7.0/app-changelog.md b/stable/adguard-home/9.7.0/app-changelog.md
deleted file mode 100644
index 5eb803b8f1b..00000000000
--- a/stable/adguard-home/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [adguard-home-9.7.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/adguard-home/9.7.0/charts/common-20.2.0.tgz b/stable/adguard-home/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/adguard-home/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/adguard-home/9.7.0/ix_values.yaml b/stable/adguard-home/9.7.0/ix_values.yaml
deleted file mode 100644
index 70730163ad6..00000000000
--- a/stable/adguard-home/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,124 +0,0 @@
-image:
- repository: adguard/adguardhome
- tag: v0.107.45@sha256:52a9c2e7b4c56e5f08e1b2f3196d500c931adadc8917712ff9ef9ea922c030fe
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- command: ["/opt/adguardhome/AdGuardHome"]
- args:
- - --no-check-update
- - --host
- - "0.0.0.0"
- - --config
- - /opt/adguardhome/conf/AdGuardHome.yaml
- - --work-dir
- - /opt/adguardhome/work
- - --port
- - "{{ .Values.service.main.ports.main.port }}"
- env: {}
-service:
- main:
- ports:
- main:
- port: 10232
- protocol: http
- dns-tcp:
- enabled: true
- ports:
- dns-tcp:
- enabled: true
- port: 53
- targetPort: 53
- dns-udp:
- enabled: true
- ports:
- dns-udp:
- enabled: true
- protocol: udp
- port: 53
- targetPort: 53
- dns-https:
- enabled: true
- ports:
- dns-https:
- enabled: true
- protocol: https
- port: 10234
- targetPort: 443
- dns-https-udp:
- enabled: true
- ports:
- dns-https-udp:
- enabled: true
- protocol: udp
- port: 10234
- targetPort: 443
- dns-crypt:
- enabled: true
- ports:
- dns-crypt:
- enabled: true
- protocol: http
- port: 5443
- targetPort: 5443
- dns-crypt-udp:
- enabled: true
- ports:
- dns-crypt-udp:
- enabled: true
- protocol: udp
- port: 5443
- targetPort: 5443
- dns-quic-udp-1:
- enabled: true
- ports:
- dns-quic-udp-1:
- enabled: true
- protocol: udp
- port: 784
- targetPort: 784
- dns-quic-udp-2:
- enabled: true
- protocol: udp
- port: 853
- targetPort: 853
- dns-quic-udp-3:
- enabled: true
- protocol: udp
- port: 8853
- targetPort: 8853
-ingress:
- main:
- integrations:
- homepage:
- widget:
- type: adguard
-persistence:
- config:
- enabled: true
- mountPath: /opt/adguardhome/conf
- data:
- enabled: true
- mountPath: /opt/adguardhome/work
-portal:
- open:
- enabled: true
diff --git a/stable/adguard-home/9.7.0/.helmignore b/stable/adguard-home/9.7.4/.helmignore
similarity index 100%
rename from stable/adguard-home/9.7.0/.helmignore
rename to stable/adguard-home/9.7.4/.helmignore
diff --git a/stable/adguard-home/9.7.4/CHANGELOG.md b/stable/adguard-home/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..7cb1d32fc9b
--- /dev/null
+++ b/stable/adguard-home/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [adguard-home-9.7.3](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [adguard-home-9.7.3](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [adguard-home-9.7.3](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [adguard-home-9.7.3](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [adguard-home-9.7.3](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/adguard-home/9.7.4/Chart.yaml b/stable/adguard-home/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..3d20216e2d8
--- /dev/null
+++ b/stable/adguard-home/9.7.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.107.46
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
+home: https://truecharts.org/charts/stable/adguard-home
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
+keywords:
+ - adblock
+ - adguard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: adguard-home
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
+ - https://hub.docker.com/r/adguard/adguardhome
+type: application
+version: 9.7.4
diff --git a/stable/adguard-home/9.7.0/README.md b/stable/adguard-home/9.7.4/README.md
similarity index 100%
rename from stable/adguard-home/9.7.0/README.md
rename to stable/adguard-home/9.7.4/README.md
diff --git a/stable/adguard-home/9.7.4/app-changelog.md b/stable/adguard-home/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..51e8ea47553
--- /dev/null
+++ b/stable/adguard-home/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [adguard-home-9.7.4](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image adguard/adguardhome to v0.107.46[@9bcf15c](https://github.com/9bcf15c) by renovate ([#19559](https://github.com/truecharts/charts/issues/19559))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/adguard-home/9.7.0/app-readme.md b/stable/adguard-home/9.7.4/app-readme.md
similarity index 100%
rename from stable/adguard-home/9.7.0/app-readme.md
rename to stable/adguard-home/9.7.4/app-readme.md
diff --git a/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz b/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/adguard-home/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/adguard-home/9.7.4/ix_values.yaml b/stable/adguard-home/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..0682715b5ab
--- /dev/null
+++ b/stable/adguard-home/9.7.4/ix_values.yaml
@@ -0,0 +1,124 @@
+image:
+ repository: adguard/adguardhome
+ tag: v0.107.46@sha256:9bcf15ca5d860c58dbe8c7f175d16291bf0ddc9621645facdd91d5253ab8ce46
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ command: ["/opt/adguardhome/AdGuardHome"]
+ args:
+ - --no-check-update
+ - --host
+ - "0.0.0.0"
+ - --config
+ - /opt/adguardhome/conf/AdGuardHome.yaml
+ - --work-dir
+ - /opt/adguardhome/work
+ - --port
+ - "{{ .Values.service.main.ports.main.port }}"
+ env: {}
+service:
+ main:
+ ports:
+ main:
+ port: 10232
+ protocol: http
+ dns-tcp:
+ enabled: true
+ ports:
+ dns-tcp:
+ enabled: true
+ port: 53
+ targetPort: 53
+ dns-udp:
+ enabled: true
+ ports:
+ dns-udp:
+ enabled: true
+ protocol: udp
+ port: 53
+ targetPort: 53
+ dns-https:
+ enabled: true
+ ports:
+ dns-https:
+ enabled: true
+ protocol: https
+ port: 10234
+ targetPort: 443
+ dns-https-udp:
+ enabled: true
+ ports:
+ dns-https-udp:
+ enabled: true
+ protocol: udp
+ port: 10234
+ targetPort: 443
+ dns-crypt:
+ enabled: true
+ ports:
+ dns-crypt:
+ enabled: true
+ protocol: http
+ port: 5443
+ targetPort: 5443
+ dns-crypt-udp:
+ enabled: true
+ ports:
+ dns-crypt-udp:
+ enabled: true
+ protocol: udp
+ port: 5443
+ targetPort: 5443
+ dns-quic-udp-1:
+ enabled: true
+ ports:
+ dns-quic-udp-1:
+ enabled: true
+ protocol: udp
+ port: 784
+ targetPort: 784
+ dns-quic-udp-2:
+ enabled: true
+ protocol: udp
+ port: 853
+ targetPort: 853
+ dns-quic-udp-3:
+ enabled: true
+ protocol: udp
+ port: 8853
+ targetPort: 8853
+ingress:
+ main:
+ integrations:
+ homepage:
+ widget:
+ type: adguard
+persistence:
+ config:
+ enabled: true
+ mountPath: /opt/adguardhome/conf
+ data:
+ enabled: true
+ mountPath: /opt/adguardhome/work
+portal:
+ open:
+ enabled: true
diff --git a/stable/adguard-home/9.7.0/questions.yaml b/stable/adguard-home/9.7.4/questions.yaml
similarity index 100%
rename from stable/adguard-home/9.7.0/questions.yaml
rename to stable/adguard-home/9.7.4/questions.yaml
diff --git a/stable/adguard-home/9.7.0/templates/NOTES.txt b/stable/adguard-home/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/adguard-home/9.7.0/templates/NOTES.txt
rename to stable/adguard-home/9.7.4/templates/NOTES.txt
diff --git a/stable/adguard-home/9.7.0/templates/common.yaml b/stable/adguard-home/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/adguard-home/9.7.0/templates/common.yaml
rename to stable/adguard-home/9.7.4/templates/common.yaml
diff --git a/stable/adguard-home/9.7.0/values.yaml b/stable/adguard-home/9.7.4/values.yaml
similarity index 100%
rename from stable/adguard-home/9.7.0/values.yaml
rename to stable/adguard-home/9.7.4/values.yaml
diff --git a/stable/adguardhome-sync/6.7.3/CHANGELOG.md b/stable/adguardhome-sync/6.7.3/CHANGELOG.md
index 6615f903221..a9bafc45365 100644
--- a/stable/adguardhome-sync/6.7.3/CHANGELOG.md
+++ b/stable/adguardhome-sync/6.7.3/CHANGELOG.md
@@ -14,6 +14,25 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305))
+
+
+## [adguardhome-sync-6.7.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
@@ -78,23 +97,4 @@ title: Changelog
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305))
-
-
-## [adguardhome-sync-6.7.2](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.2) (2024-03-23)
-
-### Chore
-
-
-
-- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/bakito/adguardhome-sync to v0.6.6[@7487e9b](https://github.com/7487e9b) by renovate ([#19305](https://github.com/truecharts/charts/issues/19305))
\ No newline at end of file
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
\ No newline at end of file
diff --git a/stable/adguardhome-sync/6.7.3/Chart.yaml b/stable/adguardhome-sync/6.7.3/Chart.yaml
index cf9927061f7..e17ca3cac6b 100644
--- a/stable/adguardhome-sync/6.7.3/Chart.yaml
+++ b/stable/adguardhome-sync/6.7.3/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 0.6.7
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/adguardhome-sync/6.7.3/app-changelog.md b/stable/adguardhome-sync/6.7.3/app-changelog.md
index c56186a3fe9..6433d31870a 100644
--- a/stable/adguardhome-sync/6.7.3/app-changelog.md
+++ b/stable/adguardhome-sync/6.7.3/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image ghcr.io/bakito/adguardhome-sync to v0.6.7[@1d1b1f9](https://github.com/1d1b1f9) by renovate ([#19753](https://github.com/truecharts/charts/issues/19753))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/adguardhome-sync/6.7.3/charts/common-20.2.3.tgz b/stable/adguardhome-sync/6.7.3/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/adguardhome-sync/6.7.3/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz b/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/adguardhome-sync/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/adminer/8.6.1/CHANGELOG.md b/stable/adminer/8.6.1/CHANGELOG.md
deleted file mode 100644
index 325b7318b75..00000000000
--- a/stable/adminer/8.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
-
diff --git a/stable/adminer/8.6.1/Chart.yaml b/stable/adminer/8.6.1/Chart.yaml
deleted file mode 100644
index 0b6dc491824..00000000000
--- a/stable/adminer/8.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
-home: https://truecharts.org/charts/stable/adminer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
-keywords:
- - adminer
- - Tools-Utilities
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: adminer
-sources:
- - https://github.com/vrana/adminer
- - https://github.com/truecharts/charts/tree/master/charts/stable/adminer
- - https://hub.docker.com/_/adminer
-type: application
-version: 8.6.1
diff --git a/stable/adminer/8.6.1/app-changelog.md b/stable/adminer/8.6.1/app-changelog.md
deleted file mode 100644
index c9f86d6474c..00000000000
--- a/stable/adminer/8.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [adminer-8.6.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
\ No newline at end of file
diff --git a/stable/adminer/8.6.1/charts/common-20.1.5.tgz b/stable/adminer/8.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/adminer/8.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/adminer/8.6.1/.helmignore b/stable/adminer/8.7.3/.helmignore
similarity index 100%
rename from stable/adminer/8.6.1/.helmignore
rename to stable/adminer/8.7.3/.helmignore
diff --git a/stable/adminer/8.7.3/CHANGELOG.md b/stable/adminer/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e563ab028fa
--- /dev/null
+++ b/stable/adminer/8.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
+
+
+## [adminer-8.7.2](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
+
+
+## [adminer-8.7.2](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
+
+
+## [adminer-8.7.2](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
+
+
+## [adminer-8.7.2](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
+
+
+## [adminer-8.7.2](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
\ No newline at end of file
diff --git a/stable/adminer/8.7.3/Chart.yaml b/stable/adminer/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..cd18fb9384b
--- /dev/null
+++ b/stable/adminer/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
+home: https://truecharts.org/charts/stable/adminer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
+keywords:
+ - adminer
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: adminer
+sources:
+ - https://github.com/vrana/adminer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/adminer
+ - https://hub.docker.com/_/adminer
+type: application
+version: 8.7.3
diff --git a/stable/adminer/8.6.1/README.md b/stable/adminer/8.7.3/README.md
similarity index 100%
rename from stable/adminer/8.6.1/README.md
rename to stable/adminer/8.7.3/README.md
diff --git a/stable/adminer/8.7.3/app-changelog.md b/stable/adminer/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..e656305cfc1
--- /dev/null
+++ b/stable/adminer/8.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [adminer-8.7.3](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image adminer to latest[@b75eae8](https://github.com/b75eae8) by renovate ([#19216](https://github.com/truecharts/charts/issues/19216))
\ No newline at end of file
diff --git a/stable/adminer/8.6.1/app-readme.md b/stable/adminer/8.7.3/app-readme.md
similarity index 100%
rename from stable/adminer/8.6.1/app-readme.md
rename to stable/adminer/8.7.3/app-readme.md
diff --git a/stable/adminer/8.7.3/charts/common-20.2.4.tgz b/stable/adminer/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/adminer/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/adminer/8.6.1/ix_values.yaml b/stable/adminer/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/adminer/8.6.1/ix_values.yaml
rename to stable/adminer/8.7.3/ix_values.yaml
diff --git a/stable/adminer/8.6.1/questions.yaml b/stable/adminer/8.7.3/questions.yaml
similarity index 100%
rename from stable/adminer/8.6.1/questions.yaml
rename to stable/adminer/8.7.3/questions.yaml
diff --git a/stable/adminer/8.6.1/templates/NOTES.txt b/stable/adminer/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/adminer/8.6.1/templates/NOTES.txt
rename to stable/adminer/8.7.3/templates/NOTES.txt
diff --git a/stable/adminer/8.6.1/templates/common.yaml b/stable/adminer/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/adminer/8.6.1/templates/common.yaml
rename to stable/adminer/8.7.3/templates/common.yaml
diff --git a/stable/adminer/8.6.1/values.yaml b/stable/adminer/8.7.3/values.yaml
similarity index 100%
rename from stable/adminer/8.6.1/values.yaml
rename to stable/adminer/8.7.3/values.yaml
diff --git a/stable/airdcpp-webclient/10.6.0/CHANGELOG.md b/stable/airdcpp-webclient/10.6.0/CHANGELOG.md
deleted file mode 100644
index 794d7f3a02f..00000000000
--- a/stable/airdcpp-webclient/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [airdcpp-webclient-10.6.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.5.2...airdcpp-webclient-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [airdcpp-webclient-10.5.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.5.1...airdcpp-webclient-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [airdcpp-webclient-10.5.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.5.0...airdcpp-webclient-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [airdcpp-webclient-10.5.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.4.1...airdcpp-webclient-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [airdcpp-webclient-10.4.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.4.0...airdcpp-webclient-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [airdcpp-webclient-10.4.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.3.0...airdcpp-webclient-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [airdcpp-webclient-10.3.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.3...airdcpp-webclient-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [airdcpp-webclient-10.2.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.2...airdcpp-webclient-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [airdcpp-webclient-10.2.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.0...airdcpp-webclient-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/airdcpp-webclient/10.6.0/Chart.yaml b/stable/airdcpp-webclient/10.6.0/Chart.yaml
deleted file mode 100644
index c8337d25128..00000000000
--- a/stable/airdcpp-webclient/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.12.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
-home: https://truecharts.org/charts/stable/airdcpp-webclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png
-keywords:
- - DC++
- - dcpp
- - airdcpp
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: airdcpp-webclient
-sources:
- - https://github.com/airdcpp-web/airdcpp-webclient
- - https://airdcpp-web.github.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
- - https://hub.docker.com/r/gangefors/airdcpp-webclient
-type: application
-version: 10.6.0
diff --git a/stable/airdcpp-webclient/10.6.0/charts/common-20.1.5.tgz b/stable/airdcpp-webclient/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/airdcpp-webclient/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/airdcpp-webclient/10.6.0/.helmignore b/stable/airdcpp-webclient/10.7.3/.helmignore
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/.helmignore
rename to stable/airdcpp-webclient/10.7.3/.helmignore
diff --git a/stable/airdcpp-webclient/10.7.3/CHANGELOG.md b/stable/airdcpp-webclient/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f2ef6879d38
--- /dev/null
+++ b/stable/airdcpp-webclient/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airdcpp-webclient-10.7.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/airdcpp-webclient/10.7.3/Chart.yaml b/stable/airdcpp-webclient/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..9af70728228
--- /dev/null
+++ b/stable/airdcpp-webclient/10.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.12.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
+home: https://truecharts.org/charts/stable/airdcpp-webclient
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png
+keywords:
+ - DC++
+ - dcpp
+ - airdcpp
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: airdcpp-webclient
+sources:
+ - https://github.com/airdcpp-web/airdcpp-webclient
+ - https://airdcpp-web.github.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
+ - https://hub.docker.com/r/gangefors/airdcpp-webclient
+type: application
+version: 10.7.3
diff --git a/stable/airdcpp-webclient/10.6.0/README.md b/stable/airdcpp-webclient/10.7.3/README.md
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/README.md
rename to stable/airdcpp-webclient/10.7.3/README.md
diff --git a/stable/airdcpp-webclient/10.7.3/app-changelog.md b/stable/airdcpp-webclient/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..543a74d0dcd
--- /dev/null
+++ b/stable/airdcpp-webclient/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [airdcpp-webclient-10.7.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/airdcpp-webclient/10.6.0/app-readme.md b/stable/airdcpp-webclient/10.7.3/app-readme.md
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/app-readme.md
rename to stable/airdcpp-webclient/10.7.3/app-readme.md
diff --git a/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz b/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/airdcpp-webclient/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/airdcpp-webclient/10.6.0/ix_values.yaml b/stable/airdcpp-webclient/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/ix_values.yaml
rename to stable/airdcpp-webclient/10.7.3/ix_values.yaml
diff --git a/stable/airdcpp-webclient/10.6.0/questions.yaml b/stable/airdcpp-webclient/10.7.3/questions.yaml
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/questions.yaml
rename to stable/airdcpp-webclient/10.7.3/questions.yaml
diff --git a/stable/airdcpp-webclient/10.6.0/templates/NOTES.txt b/stable/airdcpp-webclient/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/templates/NOTES.txt
rename to stable/airdcpp-webclient/10.7.3/templates/NOTES.txt
diff --git a/stable/airdcpp-webclient/10.6.0/templates/common.yaml b/stable/airdcpp-webclient/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/templates/common.yaml
rename to stable/airdcpp-webclient/10.7.3/templates/common.yaml
diff --git a/stable/airdcpp-webclient/10.6.0/values.yaml b/stable/airdcpp-webclient/10.7.3/values.yaml
similarity index 100%
rename from stable/airdcpp-webclient/10.6.0/values.yaml
rename to stable/airdcpp-webclient/10.7.3/values.yaml
diff --git a/stable/airsonic-advanced/13.7.0/CHANGELOG.md b/stable/airsonic-advanced/13.7.0/CHANGELOG.md
deleted file mode 100644
index 8ba593380dd..00000000000
--- a/stable/airsonic-advanced/13.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [airsonic-advanced-13.7.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.6.0...airsonic-advanced-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [airsonic-advanced-13.6.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.5.2...airsonic-advanced-13.6.0) (2024-03-16)
-
-
-## [airsonic-advanced-13.5.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.5.1...airsonic-advanced-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [airsonic-advanced-13.5.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.5.0...airsonic-advanced-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [airsonic-advanced-13.5.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.4.1...airsonic-advanced-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [airsonic-advanced-13.4.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.4.0...airsonic-advanced-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [airsonic-advanced-13.4.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.3.0...airsonic-advanced-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [airsonic-advanced-13.3.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.3...airsonic-advanced-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [airsonic-advanced-13.2.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.2...airsonic-advanced-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [airsonic-advanced-13.2.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.0...airsonic-advanced-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
diff --git a/stable/airsonic-advanced/13.7.0/Chart.yaml b/stable/airsonic-advanced/13.7.0/Chart.yaml
deleted file mode 100644
index c68ceb3a4d6..00000000000
--- a/stable/airsonic-advanced/13.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: edge-latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Airsonic is a Free and Open Source community driven media server
-home: https://truecharts.org/charts/stable/airsonic-advanced
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png
-keywords:
- - airsonic
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: airsonic-advanced
-sources:
- - https://github.com/airsonic/airsonic-advanced
- - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
- - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
-type: application
-version: 13.7.0
diff --git a/stable/airsonic-advanced/13.7.0/charts/common-20.1.5.tgz b/stable/airsonic-advanced/13.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/airsonic-advanced/13.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/airsonic-advanced/13.7.0/questions.yaml b/stable/airsonic-advanced/13.7.0/questions.yaml
deleted file mode 100755
index d9799549b89..00000000000
--- a/stable/airsonic-advanced/13.7.0/questions.yaml
+++ /dev/null
@@ -1,4099 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: JAVA_OPTS
- label: "Java Opts"
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10122
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: music
- label: "App Music Storage"
- description: "Stores the Application Music."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: podcasts
- label: "App Podcasts Storage"
- description: "Stores the Application Podcast."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: playlists
- label: "App Playlists Storage"
- description: "Stores the Application Playlists."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/airsonic-advanced/13.7.0/.helmignore b/stable/airsonic-advanced/13.8.3/.helmignore
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/.helmignore
rename to stable/airsonic-advanced/13.8.3/.helmignore
diff --git a/stable/airsonic-advanced/13.8.3/CHANGELOG.md b/stable/airsonic-advanced/13.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..c984eb3e830
--- /dev/null
+++ b/stable/airsonic-advanced/13.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-advanced-13.8.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/airsonic-advanced/13.8.3/Chart.yaml b/stable/airsonic-advanced/13.8.3/Chart.yaml
new file mode 100644
index 00000000000..f54117e6546
--- /dev/null
+++ b/stable/airsonic-advanced/13.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: edge-latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Airsonic is a Free and Open Source community driven media server
+home: https://truecharts.org/charts/stable/airsonic-advanced
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png
+keywords:
+ - airsonic
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: airsonic-advanced
+sources:
+ - https://github.com/airsonic/airsonic-advanced
+ - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
+ - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
+type: application
+version: 13.8.3
diff --git a/stable/airsonic-advanced/13.7.0/README.md b/stable/airsonic-advanced/13.8.3/README.md
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/README.md
rename to stable/airsonic-advanced/13.8.3/README.md
diff --git a/stable/airsonic-advanced/13.8.3/app-changelog.md b/stable/airsonic-advanced/13.8.3/app-changelog.md
new file mode 100644
index 00000000000..beaeaa7537c
--- /dev/null
+++ b/stable/airsonic-advanced/13.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [airsonic-advanced-13.8.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/airsonic-advanced/13.7.0/app-readme.md b/stable/airsonic-advanced/13.8.3/app-readme.md
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/app-readme.md
rename to stable/airsonic-advanced/13.8.3/app-readme.md
diff --git a/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz b/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/airsonic-advanced/13.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/airsonic-advanced/13.7.0/ix_values.yaml b/stable/airsonic-advanced/13.8.3/ix_values.yaml
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/ix_values.yaml
rename to stable/airsonic-advanced/13.8.3/ix_values.yaml
diff --git a/stable/airsonic-advanced/13.8.3/questions.yaml b/stable/airsonic-advanced/13.8.3/questions.yaml
new file mode 100755
index 00000000000..4f1fdbbfbe5
--- /dev/null
+++ b/stable/airsonic-advanced/13.8.3/questions.yaml
@@ -0,0 +1,4101 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: JAVA_OPTS
+ label: "Java Opts"
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10122
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: music
+ label: "App Music Storage"
+ description: "Stores the Application Music."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: podcasts
+ label: "App Podcasts Storage"
+ description: "Stores the Application Podcast."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: playlists
+ label: "App Playlists Storage"
+ description: "Stores the Application Playlists."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/airsonic-advanced/13.7.0/templates/NOTES.txt b/stable/airsonic-advanced/13.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/templates/NOTES.txt
rename to stable/airsonic-advanced/13.8.3/templates/NOTES.txt
diff --git a/stable/airsonic-advanced/13.7.0/templates/common.yaml b/stable/airsonic-advanced/13.8.3/templates/common.yaml
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/templates/common.yaml
rename to stable/airsonic-advanced/13.8.3/templates/common.yaml
diff --git a/stable/airsonic-advanced/13.7.0/values.yaml b/stable/airsonic-advanced/13.8.3/values.yaml
similarity index 100%
rename from stable/airsonic-advanced/13.7.0/values.yaml
rename to stable/airsonic-advanced/13.8.3/values.yaml
diff --git a/stable/airsonic/13.6.0/CHANGELOG.md b/stable/airsonic/13.6.0/CHANGELOG.md
deleted file mode 100644
index f257ac846ef..00000000000
--- a/stable/airsonic/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [airsonic-13.6.0](https://github.com/truecharts/charts/compare/airsonic-13.5.2...airsonic-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [airsonic-13.5.2](https://github.com/truecharts/charts/compare/airsonic-13.5.1...airsonic-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [airsonic-13.5.1](https://github.com/truecharts/charts/compare/airsonic-13.5.0...airsonic-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [airsonic-13.5.0](https://github.com/truecharts/charts/compare/airsonic-13.4.1...airsonic-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [airsonic-13.4.1](https://github.com/truecharts/charts/compare/airsonic-13.4.0...airsonic-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [airsonic-13.4.0](https://github.com/truecharts/charts/compare/airsonic-13.3.0...airsonic-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [airsonic-13.3.0](https://github.com/truecharts/charts/compare/airsonic-13.2.3...airsonic-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [airsonic-13.2.3](https://github.com/truecharts/charts/compare/airsonic-13.2.2...airsonic-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [airsonic-13.2.2](https://github.com/truecharts/charts/compare/airsonic-13.2.0...airsonic-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/airsonic/13.6.0/Chart.yaml b/stable/airsonic/13.6.0/Chart.yaml
deleted file mode 100644
index 6ee5f0a43f5..00000000000
--- a/stable/airsonic/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 10.6.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Airsonic is a Free and Open Source community driven media server
-home: https://truecharts.org/charts/stable/airsonic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png
-keywords:
- - airsonic
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: airsonic
-sources:
- - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
- - https://github.com/airsonic/airsonic
- - https://github.com/linuxserver/docker-airsonic
- - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
- - https://ghcr.io/linuxserver/airsonic
-type: application
-version: 13.6.0
diff --git a/stable/airsonic/13.6.0/charts/common-20.1.5.tgz b/stable/airsonic/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/airsonic/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/airsonic/13.6.0/.helmignore b/stable/airsonic/13.7.3/.helmignore
similarity index 100%
rename from stable/airsonic/13.6.0/.helmignore
rename to stable/airsonic/13.7.3/.helmignore
diff --git a/stable/airsonic/13.7.3/CHANGELOG.md b/stable/airsonic/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2d988ddd3ce
--- /dev/null
+++ b/stable/airsonic/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [airsonic-13.7.2](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/airsonic/13.7.3/Chart.yaml b/stable/airsonic/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..f8f7623b077
--- /dev/null
+++ b/stable/airsonic/13.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 10.6.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Airsonic is a Free and Open Source community driven media server
+home: https://truecharts.org/charts/stable/airsonic
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png
+keywords:
+ - airsonic
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: airsonic
+sources:
+ - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
+ - https://github.com/airsonic/airsonic
+ - https://github.com/linuxserver/docker-airsonic
+ - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
+ - https://ghcr.io/linuxserver/airsonic
+type: application
+version: 13.7.3
diff --git a/stable/airsonic/13.6.0/README.md b/stable/airsonic/13.7.3/README.md
similarity index 100%
rename from stable/airsonic/13.6.0/README.md
rename to stable/airsonic/13.7.3/README.md
diff --git a/stable/airsonic/13.7.3/app-changelog.md b/stable/airsonic/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..faa850d91b8
--- /dev/null
+++ b/stable/airsonic/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [airsonic-13.7.3](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/airsonic/13.6.0/app-readme.md b/stable/airsonic/13.7.3/app-readme.md
similarity index 100%
rename from stable/airsonic/13.6.0/app-readme.md
rename to stable/airsonic/13.7.3/app-readme.md
diff --git a/stable/airsonic/13.7.3/charts/common-20.2.4.tgz b/stable/airsonic/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/airsonic/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/airsonic/13.6.0/ix_values.yaml b/stable/airsonic/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/airsonic/13.6.0/ix_values.yaml
rename to stable/airsonic/13.7.3/ix_values.yaml
diff --git a/stable/airsonic/13.6.0/questions.yaml b/stable/airsonic/13.7.3/questions.yaml
similarity index 100%
rename from stable/airsonic/13.6.0/questions.yaml
rename to stable/airsonic/13.7.3/questions.yaml
diff --git a/stable/airsonic/13.6.0/templates/NOTES.txt b/stable/airsonic/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/airsonic/13.6.0/templates/NOTES.txt
rename to stable/airsonic/13.7.3/templates/NOTES.txt
diff --git a/stable/airsonic/13.6.0/templates/common.yaml b/stable/airsonic/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/airsonic/13.6.0/templates/common.yaml
rename to stable/airsonic/13.7.3/templates/common.yaml
diff --git a/stable/airsonic/13.6.0/values.yaml b/stable/airsonic/13.7.3/values.yaml
similarity index 100%
rename from stable/airsonic/13.6.0/values.yaml
rename to stable/airsonic/13.7.3/values.yaml
diff --git a/stable/alienswarm-reactivedrop/5.6.0/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.6.0/CHANGELOG.md
deleted file mode 100644
index b72639e82f2..00000000000
--- a/stable/alienswarm-reactivedrop/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [alienswarm-reactivedrop-5.6.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.5.2...alienswarm-reactivedrop-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [alienswarm-reactivedrop-5.5.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.5.1...alienswarm-reactivedrop-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [alienswarm-reactivedrop-5.5.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.5.0...alienswarm-reactivedrop-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [alienswarm-reactivedrop-5.5.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.4.1...alienswarm-reactivedrop-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [alienswarm-reactivedrop-5.4.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.4.0...alienswarm-reactivedrop-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [alienswarm-reactivedrop-5.4.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.3.0...alienswarm-reactivedrop-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [alienswarm-reactivedrop-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.3...alienswarm-reactivedrop-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [alienswarm-reactivedrop-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.2...alienswarm-reactivedrop-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [alienswarm-reactivedrop-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.0...alienswarm-reactivedrop-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/alienswarm-reactivedrop/5.6.0/Chart.yaml b/stable/alienswarm-reactivedrop/5.6.0/Chart.yaml
deleted file mode 100644
index 11f4fc96d24..00000000000
--- a/stable/alienswarm-reactivedrop/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: alienswarmreactiedrop
-dependencies:
- - name: common
- version: 20.1.5
- 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."
-home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png
-keywords:
- - alienswarm-reactivedrop
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: alienswarm-reactivedrop
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/alienswarm-reactivedrop/5.6.0/charts/common-20.1.5.tgz b/stable/alienswarm-reactivedrop/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/alienswarm-reactivedrop/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/alienswarm-reactivedrop/5.6.0/.helmignore b/stable/alienswarm-reactivedrop/5.7.3/.helmignore
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/.helmignore
rename to stable/alienswarm-reactivedrop/5.7.3/.helmignore
diff --git a/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9b2fc0a051e
--- /dev/null
+++ b/stable/alienswarm-reactivedrop/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-reactivedrop-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml b/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c285b7b3181
--- /dev/null
+++ b/stable/alienswarm-reactivedrop/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: alienswarmreactiedrop
+dependencies:
+ - name: common
+ version: 20.2.4
+ 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."
+home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png
+keywords:
+ - alienswarm-reactivedrop
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: alienswarm-reactivedrop
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/alienswarm-reactivedrop/5.6.0/README.md b/stable/alienswarm-reactivedrop/5.7.3/README.md
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/README.md
rename to stable/alienswarm-reactivedrop/5.7.3/README.md
diff --git a/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md b/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d29e66ca3bc
--- /dev/null
+++ b/stable/alienswarm-reactivedrop/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [alienswarm-reactivedrop-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/alienswarm-reactivedrop/5.6.0/app-readme.md b/stable/alienswarm-reactivedrop/5.7.3/app-readme.md
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/app-readme.md
rename to stable/alienswarm-reactivedrop/5.7.3/app-readme.md
diff --git a/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz b/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/alienswarm-reactivedrop/5.6.0/ix_values.yaml b/stable/alienswarm-reactivedrop/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/ix_values.yaml
rename to stable/alienswarm-reactivedrop/5.7.3/ix_values.yaml
diff --git a/stable/alienswarm-reactivedrop/5.6.0/questions.yaml b/stable/alienswarm-reactivedrop/5.7.3/questions.yaml
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/questions.yaml
rename to stable/alienswarm-reactivedrop/5.7.3/questions.yaml
diff --git a/stable/alienswarm-reactivedrop/5.6.0/templates/common.yaml b/stable/alienswarm-reactivedrop/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/templates/common.yaml
rename to stable/alienswarm-reactivedrop/5.7.3/templates/common.yaml
diff --git a/stable/alienswarm-reactivedrop/5.6.0/values.yaml b/stable/alienswarm-reactivedrop/5.7.3/values.yaml
similarity index 100%
rename from stable/alienswarm-reactivedrop/5.6.0/values.yaml
rename to stable/alienswarm-reactivedrop/5.7.3/values.yaml
diff --git a/stable/alienswarm/5.6.0/CHANGELOG.md b/stable/alienswarm/5.6.0/CHANGELOG.md
deleted file mode 100644
index ec84b09f321..00000000000
--- a/stable/alienswarm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [alienswarm-5.6.0](https://github.com/truecharts/charts/compare/alienswarm-5.5.2...alienswarm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [alienswarm-5.5.2](https://github.com/truecharts/charts/compare/alienswarm-5.5.1...alienswarm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [alienswarm-5.5.1](https://github.com/truecharts/charts/compare/alienswarm-5.5.0...alienswarm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [alienswarm-5.5.0](https://github.com/truecharts/charts/compare/alienswarm-5.4.1...alienswarm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [alienswarm-5.4.1](https://github.com/truecharts/charts/compare/alienswarm-5.4.0...alienswarm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [alienswarm-5.4.0](https://github.com/truecharts/charts/compare/alienswarm-5.3.0...alienswarm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [alienswarm-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-5.2.3...alienswarm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [alienswarm-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-5.2.2...alienswarm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [alienswarm-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-5.2.0...alienswarm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/alienswarm/5.6.0/Chart.yaml b/stable/alienswarm/5.6.0/Chart.yaml
deleted file mode 100644
index 370ac8c5d25..00000000000
--- a/stable/alienswarm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: alienswarm
-dependencies:
- - name: common
- version: 20.1.5
- 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 and run it.
-home: https://truecharts.org/charts/stable/alienswarm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png
-keywords:
- - alienswarm
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: alienswarm
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/alienswarm/5.6.0/charts/common-20.1.5.tgz b/stable/alienswarm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/alienswarm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/alienswarm/5.6.0/.helmignore b/stable/alienswarm/5.7.3/.helmignore
similarity index 100%
rename from stable/alienswarm/5.6.0/.helmignore
rename to stable/alienswarm/5.7.3/.helmignore
diff --git a/stable/alienswarm/5.7.3/CHANGELOG.md b/stable/alienswarm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..14868a14190
--- /dev/null
+++ b/stable/alienswarm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alienswarm-5.7.2](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/alienswarm/5.7.3/Chart.yaml b/stable/alienswarm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ca9f86db7fe
--- /dev/null
+++ b/stable/alienswarm/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: alienswarm
+dependencies:
+ - name: common
+ version: 20.2.4
+ 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 and run it.
+home: https://truecharts.org/charts/stable/alienswarm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png
+keywords:
+ - alienswarm
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: alienswarm
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/alienswarm/5.6.0/README.md b/stable/alienswarm/5.7.3/README.md
similarity index 100%
rename from stable/alienswarm/5.6.0/README.md
rename to stable/alienswarm/5.7.3/README.md
diff --git a/stable/alienswarm/5.7.3/app-changelog.md b/stable/alienswarm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..42235803c51
--- /dev/null
+++ b/stable/alienswarm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [alienswarm-5.7.3](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/alienswarm/5.6.0/app-readme.md b/stable/alienswarm/5.7.3/app-readme.md
similarity index 100%
rename from stable/alienswarm/5.6.0/app-readme.md
rename to stable/alienswarm/5.7.3/app-readme.md
diff --git a/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz b/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/alienswarm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/alienswarm/5.6.0/ix_values.yaml b/stable/alienswarm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/alienswarm/5.6.0/ix_values.yaml
rename to stable/alienswarm/5.7.3/ix_values.yaml
diff --git a/stable/alienswarm/5.6.0/questions.yaml b/stable/alienswarm/5.7.3/questions.yaml
similarity index 100%
rename from stable/alienswarm/5.6.0/questions.yaml
rename to stable/alienswarm/5.7.3/questions.yaml
diff --git a/stable/alienswarm/5.6.0/templates/common.yaml b/stable/alienswarm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/alienswarm/5.6.0/templates/common.yaml
rename to stable/alienswarm/5.7.3/templates/common.yaml
diff --git a/stable/alienswarm/5.6.0/values.yaml b/stable/alienswarm/5.7.3/values.yaml
similarity index 100%
rename from stable/alienswarm/5.6.0/values.yaml
rename to stable/alienswarm/5.7.3/values.yaml
diff --git a/stable/alist/9.8.0/CHANGELOG.md b/stable/alist/9.8.0/CHANGELOG.md
deleted file mode 100644
index 23a24e1a2f6..00000000000
--- a/stable/alist/9.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [alist-9.8.0](https://github.com/truecharts/charts/compare/alist-9.7.2...alist-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [alist-9.7.2](https://github.com/truecharts/charts/compare/alist-9.7.1...alist-9.7.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [alist-9.7.1](https://github.com/truecharts/charts/compare/alist-9.7.0...alist-9.7.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [alist-9.7.0](https://github.com/truecharts/charts/compare/alist-9.6.1...alist-9.7.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [alist-9.6.1](https://github.com/truecharts/charts/compare/alist-9.6.0...alist-9.6.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [alist-9.6.0](https://github.com/truecharts/charts/compare/alist-9.5.0...alist-9.6.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [alist-9.5.0](https://github.com/truecharts/charts/compare/alist-9.4.3...alist-9.5.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [alist-9.4.3](https://github.com/truecharts/charts/compare/alist-9.4.2...alist-9.4.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [alist-9.4.2](https://github.com/truecharts/charts/compare/alist-9.4.0...alist-9.4.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/alist/9.8.0/Chart.yaml b/stable/alist/9.8.0/Chart.yaml
deleted file mode 100644
index d771491403a..00000000000
--- a/stable/alist/9.8.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.32.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Alist program that supports multiple storage, powered by Gin and React
-home: https://truecharts.org/charts/stable/alist
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png
-keywords:
- - alist
- - storage
- - webdav
- - google driver
- - aliyun driver
- - baiduyun
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: alist
-sources:
- - https://github.com/Xhofe/alist
- - https://github.com/truecharts/charts/tree/master/charts/stable/alist
- - https://hub.docker.com/r/xhofe/alist-aria2
-type: application
-version: 9.8.0
diff --git a/stable/alist/9.8.0/charts/common-20.1.5.tgz b/stable/alist/9.8.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/alist/9.8.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/alist/9.8.0/.helmignore b/stable/alist/9.9.3/.helmignore
similarity index 100%
rename from stable/alist/9.8.0/.helmignore
rename to stable/alist/9.9.3/.helmignore
diff --git a/stable/alist/9.9.3/CHANGELOG.md b/stable/alist/9.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..65ec968142a
--- /dev/null
+++ b/stable/alist/9.9.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [alist-9.9.3](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [alist-9.9.2](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/alist/9.9.3/Chart.yaml b/stable/alist/9.9.3/Chart.yaml
new file mode 100644
index 00000000000..02c24fa4d73
--- /dev/null
+++ b/stable/alist/9.9.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.32.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Alist program that supports multiple storage, powered by Gin and React
+home: https://truecharts.org/charts/stable/alist
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png
+keywords:
+ - alist
+ - storage
+ - webdav
+ - google driver
+ - aliyun driver
+ - baiduyun
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: alist
+sources:
+ - https://github.com/Xhofe/alist
+ - https://github.com/truecharts/charts/tree/master/charts/stable/alist
+ - https://hub.docker.com/r/xhofe/alist-aria2
+type: application
+version: 9.9.3
diff --git a/stable/alist/9.8.0/README.md b/stable/alist/9.9.3/README.md
similarity index 100%
rename from stable/alist/9.8.0/README.md
rename to stable/alist/9.9.3/README.md
diff --git a/stable/alist/9.9.3/app-changelog.md b/stable/alist/9.9.3/app-changelog.md
new file mode 100644
index 00000000000..59af87bd88b
--- /dev/null
+++ b/stable/alist/9.9.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [alist-9.9.3](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/alist/9.8.0/app-readme.md b/stable/alist/9.9.3/app-readme.md
similarity index 100%
rename from stable/alist/9.8.0/app-readme.md
rename to stable/alist/9.9.3/app-readme.md
diff --git a/stable/alist/9.9.3/charts/common-20.2.4.tgz b/stable/alist/9.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/alist/9.9.3/charts/common-20.2.4.tgz differ
diff --git a/stable/alist/9.8.0/ix_values.yaml b/stable/alist/9.9.3/ix_values.yaml
similarity index 100%
rename from stable/alist/9.8.0/ix_values.yaml
rename to stable/alist/9.9.3/ix_values.yaml
diff --git a/stable/alist/9.8.0/questions.yaml b/stable/alist/9.9.3/questions.yaml
similarity index 100%
rename from stable/alist/9.8.0/questions.yaml
rename to stable/alist/9.9.3/questions.yaml
diff --git a/stable/alist/9.8.0/templates/NOTES.txt b/stable/alist/9.9.3/templates/NOTES.txt
similarity index 100%
rename from stable/alist/9.8.0/templates/NOTES.txt
rename to stable/alist/9.9.3/templates/NOTES.txt
diff --git a/stable/alist/9.8.0/templates/common.yaml b/stable/alist/9.9.3/templates/common.yaml
similarity index 100%
rename from stable/alist/9.8.0/templates/common.yaml
rename to stable/alist/9.9.3/templates/common.yaml
diff --git a/stable/alist/9.8.0/values.yaml b/stable/alist/9.9.3/values.yaml
similarity index 100%
rename from stable/alist/9.8.0/values.yaml
rename to stable/alist/9.9.3/values.yaml
diff --git a/stable/amcrest2mqtt/11.6.0/CHANGELOG.md b/stable/amcrest2mqtt/11.6.0/CHANGELOG.md
deleted file mode 100644
index cfd3770a0c4..00000000000
--- a/stable/amcrest2mqtt/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [amcrest2mqtt-11.6.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.5.2...amcrest2mqtt-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [amcrest2mqtt-11.5.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.5.1...amcrest2mqtt-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [amcrest2mqtt-11.5.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.5.0...amcrest2mqtt-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [amcrest2mqtt-11.5.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.4.1...amcrest2mqtt-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [amcrest2mqtt-11.4.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.4.0...amcrest2mqtt-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [amcrest2mqtt-11.4.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.3.0...amcrest2mqtt-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [amcrest2mqtt-11.3.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.3...amcrest2mqtt-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [amcrest2mqtt-11.2.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.2...amcrest2mqtt-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [amcrest2mqtt-11.2.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.0...amcrest2mqtt-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/amcrest2mqtt/11.6.0/Chart.yaml b/stable/amcrest2mqtt/11.6.0/Chart.yaml
deleted file mode 100644
index e78776c06fd..00000000000
--- a/stable/amcrest2mqtt/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.16
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Expose all events from an Amcrest device to an MQTT broker
-home: https://truecharts.org/charts/stable/amcrest2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png
-keywords:
- - amcrest2mqtt
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: amcrest2mqtt
-sources:
- - https://github.com/dchesterton/amcrest2mqtt
- - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
- - https://hub.docker.com/r/dchesterton/amcrest2mqtt
-type: application
-version: 11.6.0
diff --git a/stable/amcrest2mqtt/11.6.0/charts/common-20.1.5.tgz b/stable/amcrest2mqtt/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/amcrest2mqtt/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/amcrest2mqtt/11.6.0/.helmignore b/stable/amcrest2mqtt/11.7.3/.helmignore
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/.helmignore
rename to stable/amcrest2mqtt/11.7.3/.helmignore
diff --git a/stable/amcrest2mqtt/11.7.3/CHANGELOG.md b/stable/amcrest2mqtt/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f2367101f2f
--- /dev/null
+++ b/stable/amcrest2mqtt/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amcrest2mqtt-11.7.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/amcrest2mqtt/11.7.3/Chart.yaml b/stable/amcrest2mqtt/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..e60d24f5f18
--- /dev/null
+++ b/stable/amcrest2mqtt/11.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.16
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Expose all events from an Amcrest device to an MQTT broker
+home: https://truecharts.org/charts/stable/amcrest2mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png
+keywords:
+ - amcrest2mqtt
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: amcrest2mqtt
+sources:
+ - https://github.com/dchesterton/amcrest2mqtt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
+ - https://hub.docker.com/r/dchesterton/amcrest2mqtt
+type: application
+version: 11.7.3
diff --git a/stable/amcrest2mqtt/11.6.0/README.md b/stable/amcrest2mqtt/11.7.3/README.md
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/README.md
rename to stable/amcrest2mqtt/11.7.3/README.md
diff --git a/stable/amcrest2mqtt/11.7.3/app-changelog.md b/stable/amcrest2mqtt/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..2c8e412be42
--- /dev/null
+++ b/stable/amcrest2mqtt/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [amcrest2mqtt-11.7.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/amcrest2mqtt/11.6.0/app-readme.md b/stable/amcrest2mqtt/11.7.3/app-readme.md
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/app-readme.md
rename to stable/amcrest2mqtt/11.7.3/app-readme.md
diff --git a/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz b/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/amcrest2mqtt/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/amcrest2mqtt/11.6.0/ix_values.yaml b/stable/amcrest2mqtt/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/ix_values.yaml
rename to stable/amcrest2mqtt/11.7.3/ix_values.yaml
diff --git a/stable/amcrest2mqtt/11.6.0/questions.yaml b/stable/amcrest2mqtt/11.7.3/questions.yaml
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/questions.yaml
rename to stable/amcrest2mqtt/11.7.3/questions.yaml
diff --git a/stable/amcrest2mqtt/11.6.0/templates/NOTES.txt b/stable/amcrest2mqtt/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/templates/NOTES.txt
rename to stable/amcrest2mqtt/11.7.3/templates/NOTES.txt
diff --git a/stable/amcrest2mqtt/11.6.0/templates/common.yaml b/stable/amcrest2mqtt/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/templates/common.yaml
rename to stable/amcrest2mqtt/11.7.3/templates/common.yaml
diff --git a/stable/amcrest2mqtt/11.6.0/values.yaml b/stable/amcrest2mqtt/11.7.3/values.yaml
similarity index 100%
rename from stable/amcrest2mqtt/11.6.0/values.yaml
rename to stable/amcrest2mqtt/11.7.3/values.yaml
diff --git a/stable/americasarmy-pg/5.6.0/CHANGELOG.md b/stable/americasarmy-pg/5.6.0/CHANGELOG.md
deleted file mode 100644
index 815d0911084..00000000000
--- a/stable/americasarmy-pg/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [americasarmy-pg-5.6.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.5.2...americasarmy-pg-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [americasarmy-pg-5.5.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.5.1...americasarmy-pg-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [americasarmy-pg-5.5.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.5.0...americasarmy-pg-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [americasarmy-pg-5.5.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.4.1...americasarmy-pg-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [americasarmy-pg-5.4.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.4.0...americasarmy-pg-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [americasarmy-pg-5.4.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.3.0...americasarmy-pg-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [americasarmy-pg-5.3.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.3...americasarmy-pg-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [americasarmy-pg-5.2.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.2...americasarmy-pg-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [americasarmy-pg-5.2.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.0...americasarmy-pg-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/americasarmy-pg/5.6.0/Chart.yaml b/stable/americasarmy-pg/5.6.0/Chart.yaml
deleted file mode 100644
index dc6163daafa..00000000000
--- a/stable/americasarmy-pg/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: aaproinggrounds
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it."
-home: https://truecharts.org/charts/stable/americasarmy-pg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png
-keywords:
- - americasarmy-pg
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: americasarmy-pg
-sources:
- - https://www.americasarmy.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/americasarmy-pg/5.6.0/charts/common-20.1.5.tgz b/stable/americasarmy-pg/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/americasarmy-pg/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/americasarmy-pg/5.6.0/.helmignore b/stable/americasarmy-pg/5.7.3/.helmignore
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/.helmignore
rename to stable/americasarmy-pg/5.7.3/.helmignore
diff --git a/stable/americasarmy-pg/5.7.3/CHANGELOG.md b/stable/americasarmy-pg/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f0ba5b37f2d
--- /dev/null
+++ b/stable/americasarmy-pg/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [americasarmy-pg-5.7.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/americasarmy-pg/5.7.3/Chart.yaml b/stable/americasarmy-pg/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9ef65056bc0
--- /dev/null
+++ b/stable/americasarmy-pg/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: aaproinggrounds
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it."
+home: https://truecharts.org/charts/stable/americasarmy-pg
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png
+keywords:
+ - americasarmy-pg
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: americasarmy-pg
+sources:
+ - https://www.americasarmy.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/americasarmy-pg/5.6.0/README.md b/stable/americasarmy-pg/5.7.3/README.md
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/README.md
rename to stable/americasarmy-pg/5.7.3/README.md
diff --git a/stable/americasarmy-pg/5.7.3/app-changelog.md b/stable/americasarmy-pg/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7029e1cde24
--- /dev/null
+++ b/stable/americasarmy-pg/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [americasarmy-pg-5.7.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/americasarmy-pg/5.6.0/app-readme.md b/stable/americasarmy-pg/5.7.3/app-readme.md
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/app-readme.md
rename to stable/americasarmy-pg/5.7.3/app-readme.md
diff --git a/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz b/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/americasarmy-pg/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/americasarmy-pg/5.6.0/ix_values.yaml b/stable/americasarmy-pg/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/ix_values.yaml
rename to stable/americasarmy-pg/5.7.3/ix_values.yaml
diff --git a/stable/americasarmy-pg/5.6.0/questions.yaml b/stable/americasarmy-pg/5.7.3/questions.yaml
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/questions.yaml
rename to stable/americasarmy-pg/5.7.3/questions.yaml
diff --git a/stable/americasarmy-pg/5.6.0/templates/common.yaml b/stable/americasarmy-pg/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/templates/common.yaml
rename to stable/americasarmy-pg/5.7.3/templates/common.yaml
diff --git a/stable/americasarmy-pg/5.6.0/values.yaml b/stable/americasarmy-pg/5.7.3/values.yaml
similarity index 100%
rename from stable/americasarmy-pg/5.6.0/values.yaml
rename to stable/americasarmy-pg/5.7.3/values.yaml
diff --git a/stable/amule/7.6.0/CHANGELOG.md b/stable/amule/7.6.0/CHANGELOG.md
deleted file mode 100644
index f016cf7d2fe..00000000000
--- a/stable/amule/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [amule-7.6.0](https://github.com/truecharts/charts/compare/amule-7.5.2...amule-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [amule-7.5.2](https://github.com/truecharts/charts/compare/amule-7.5.1...amule-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [amule-7.5.1](https://github.com/truecharts/charts/compare/amule-7.5.0...amule-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [amule-7.5.0](https://github.com/truecharts/charts/compare/amule-7.4.1...amule-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [amule-7.4.1](https://github.com/truecharts/charts/compare/amule-7.4.0...amule-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [amule-7.4.0](https://github.com/truecharts/charts/compare/amule-7.3.0...amule-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [amule-7.3.0](https://github.com/truecharts/charts/compare/amule-7.2.3...amule-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [amule-7.2.3](https://github.com/truecharts/charts/compare/amule-7.2.2...amule-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [amule-7.2.2](https://github.com/truecharts/charts/compare/amule-7.2.0...amule-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/amule/7.6.0/Chart.yaml b/stable/amule/7.6.0/Chart.yaml
deleted file mode 100644
index 230c0f5f9b4..00000000000
--- a/stable/amule/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
-home: https://truecharts.org/charts/stable/amule
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png
-keywords:
- - amule
- - Downloaders
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: amule
-sources:
- - https://github.com/t-chab/dockerfiles
- - https://github.com/truecharts/charts/tree/master/charts/stable/amule
- - https://hub.docker.com/r/tchabaud/amule
-type: application
-version: 7.6.0
diff --git a/stable/amule/7.6.0/charts/common-20.1.5.tgz b/stable/amule/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/amule/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/amule/7.6.0/.helmignore b/stable/amule/7.7.3/.helmignore
similarity index 100%
rename from stable/amule/7.6.0/.helmignore
rename to stable/amule/7.7.3/.helmignore
diff --git a/stable/amule/7.7.3/CHANGELOG.md b/stable/amule/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ada0f000a3c
--- /dev/null
+++ b/stable/amule/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [amule-7.7.2](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/amule/7.7.3/Chart.yaml b/stable/amule/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..27f5a59b26e
--- /dev/null
+++ b/stable/amule/7.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
+home: https://truecharts.org/charts/stable/amule
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png
+keywords:
+ - amule
+ - Downloaders
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: amule
+sources:
+ - https://github.com/t-chab/dockerfiles
+ - https://github.com/truecharts/charts/tree/master/charts/stable/amule
+ - https://hub.docker.com/r/tchabaud/amule
+type: application
+version: 7.7.3
diff --git a/stable/amule/7.6.0/README.md b/stable/amule/7.7.3/README.md
similarity index 100%
rename from stable/amule/7.6.0/README.md
rename to stable/amule/7.7.3/README.md
diff --git a/stable/amule/7.7.3/app-changelog.md b/stable/amule/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..0f68386d46e
--- /dev/null
+++ b/stable/amule/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [amule-7.7.3](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/amule/7.6.0/app-readme.md b/stable/amule/7.7.3/app-readme.md
similarity index 100%
rename from stable/amule/7.6.0/app-readme.md
rename to stable/amule/7.7.3/app-readme.md
diff --git a/stable/amule/7.7.3/charts/common-20.2.4.tgz b/stable/amule/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/amule/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/amule/7.6.0/ix_values.yaml b/stable/amule/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/amule/7.6.0/ix_values.yaml
rename to stable/amule/7.7.3/ix_values.yaml
diff --git a/stable/amule/7.6.0/questions.yaml b/stable/amule/7.7.3/questions.yaml
similarity index 100%
rename from stable/amule/7.6.0/questions.yaml
rename to stable/amule/7.7.3/questions.yaml
diff --git a/stable/amule/7.6.0/templates/NOTES.txt b/stable/amule/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/amule/7.6.0/templates/NOTES.txt
rename to stable/amule/7.7.3/templates/NOTES.txt
diff --git a/stable/amule/7.6.0/templates/common.yaml b/stable/amule/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/amule/7.6.0/templates/common.yaml
rename to stable/amule/7.7.3/templates/common.yaml
diff --git a/stable/amule/7.6.0/values.yaml b/stable/amule/7.7.3/values.yaml
similarity index 100%
rename from stable/amule/7.6.0/values.yaml
rename to stable/amule/7.7.3/values.yaml
diff --git a/stable/android-8-0/5.6.0/CHANGELOG.md b/stable/android-8-0/5.6.0/CHANGELOG.md
deleted file mode 100644
index da3c637e711..00000000000
--- a/stable/android-8-0/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [android-8-0-5.6.0](https://github.com/truecharts/charts/compare/android-8-0-5.5.2...android-8-0-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [android-8-0-5.5.2](https://github.com/truecharts/charts/compare/android-8-0-5.5.1...android-8-0-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [android-8-0-5.5.1](https://github.com/truecharts/charts/compare/android-8-0-5.5.0...android-8-0-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [android-8-0-5.5.0](https://github.com/truecharts/charts/compare/android-8-0-5.4.1...android-8-0-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [android-8-0-5.4.1](https://github.com/truecharts/charts/compare/android-8-0-5.4.0...android-8-0-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [android-8-0-5.4.0](https://github.com/truecharts/charts/compare/android-8-0-5.3.0...android-8-0-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [android-8-0-5.3.0](https://github.com/truecharts/charts/compare/android-8-0-5.2.3...android-8-0-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [android-8-0-5.2.3](https://github.com/truecharts/charts/compare/android-8-0-5.2.2...android-8-0-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [android-8-0-5.2.2](https://github.com/truecharts/charts/compare/android-8-0-5.2.0...android-8-0-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/android-8-0/5.6.0/Chart.yaml b/stable/android-8-0/5.6.0/Chart.yaml
deleted file mode 100644
index 472a0bcbcf3..00000000000
--- a/stable/android-8-0/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
-home: https://truecharts.org/charts/stable/android-8-0
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png
-keywords:
- - android-8-0
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: android-8-0
-sources:
- - https://registry.hub.docker.com/r/ulisses1478/docker-android
- - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0
- - https://hub.docker.com/r/ulisses1478/docker-android
-type: application
-version: 5.6.0
diff --git a/stable/android-8-0/5.6.0/charts/common-20.1.5.tgz b/stable/android-8-0/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/android-8-0/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/android-8-0/5.6.0/.helmignore b/stable/android-8-0/5.7.3/.helmignore
similarity index 100%
rename from stable/android-8-0/5.6.0/.helmignore
rename to stable/android-8-0/5.7.3/.helmignore
diff --git a/stable/android-8-0/5.7.3/CHANGELOG.md b/stable/android-8-0/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5bf6d944df8
--- /dev/null
+++ b/stable/android-8-0/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [android-8-0-5.7.2](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/android-8-0/5.7.3/Chart.yaml b/stable/android-8-0/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d7e21fc7c0c
--- /dev/null
+++ b/stable/android-8-0/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
+home: https://truecharts.org/charts/stable/android-8-0
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png
+keywords:
+ - android-8-0
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: android-8-0
+sources:
+ - https://registry.hub.docker.com/r/ulisses1478/docker-android
+ - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0
+ - https://hub.docker.com/r/ulisses1478/docker-android
+type: application
+version: 5.7.3
diff --git a/stable/android-8-0/5.6.0/README.md b/stable/android-8-0/5.7.3/README.md
similarity index 100%
rename from stable/android-8-0/5.6.0/README.md
rename to stable/android-8-0/5.7.3/README.md
diff --git a/stable/android-8-0/5.7.3/app-changelog.md b/stable/android-8-0/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..636572930ba
--- /dev/null
+++ b/stable/android-8-0/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [android-8-0-5.7.3](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/android-8-0/5.6.0/app-readme.md b/stable/android-8-0/5.7.3/app-readme.md
similarity index 100%
rename from stable/android-8-0/5.6.0/app-readme.md
rename to stable/android-8-0/5.7.3/app-readme.md
diff --git a/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz b/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/android-8-0/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/android-8-0/5.6.0/ix_values.yaml b/stable/android-8-0/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/android-8-0/5.6.0/ix_values.yaml
rename to stable/android-8-0/5.7.3/ix_values.yaml
diff --git a/stable/android-8-0/5.6.0/questions.yaml b/stable/android-8-0/5.7.3/questions.yaml
similarity index 100%
rename from stable/android-8-0/5.6.0/questions.yaml
rename to stable/android-8-0/5.7.3/questions.yaml
diff --git a/stable/android-8-0/5.6.0/templates/common.yaml b/stable/android-8-0/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/android-8-0/5.6.0/templates/common.yaml
rename to stable/android-8-0/5.7.3/templates/common.yaml
diff --git a/stable/android-8-0/5.6.0/values.yaml b/stable/android-8-0/5.7.3/values.yaml
similarity index 100%
rename from stable/android-8-0/5.6.0/values.yaml
rename to stable/android-8-0/5.7.3/values.yaml
diff --git a/stable/androiddebugbridge/5.6.0/CHANGELOG.md b/stable/androiddebugbridge/5.6.0/CHANGELOG.md
deleted file mode 100644
index ff14b6475de..00000000000
--- a/stable/androiddebugbridge/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [androiddebugbridge-5.6.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.5.2...androiddebugbridge-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [androiddebugbridge-5.5.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.5.1...androiddebugbridge-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [androiddebugbridge-5.5.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.5.0...androiddebugbridge-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [androiddebugbridge-5.5.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.4.1...androiddebugbridge-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [androiddebugbridge-5.4.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.4.0...androiddebugbridge-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [androiddebugbridge-5.4.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.3.0...androiddebugbridge-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [androiddebugbridge-5.3.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.3...androiddebugbridge-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [androiddebugbridge-5.2.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.2...androiddebugbridge-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [androiddebugbridge-5.2.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.0...androiddebugbridge-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/androiddebugbridge/5.6.0/Chart.yaml b/stable/androiddebugbridge/5.6.0/Chart.yaml
deleted file mode 100644
index ada88433874..00000000000
--- a/stable/androiddebugbridge/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart.
-home: https://truecharts.org/charts/stable/androiddebugbridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png
-keywords:
- - androiddebugbridge
- - home-automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: androiddebugbridge
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge
- - https://hub.docker.com/r/barnybbb/adb-hass-androidtv
-type: application
-version: 5.6.0
diff --git a/stable/androiddebugbridge/5.6.0/charts/common-20.1.5.tgz b/stable/androiddebugbridge/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/androiddebugbridge/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/androiddebugbridge/5.6.0/.helmignore b/stable/androiddebugbridge/5.7.3/.helmignore
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/.helmignore
rename to stable/androiddebugbridge/5.7.3/.helmignore
diff --git a/stable/androiddebugbridge/5.7.3/CHANGELOG.md b/stable/androiddebugbridge/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..486cec60db8
--- /dev/null
+++ b/stable/androiddebugbridge/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [androiddebugbridge-5.7.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/androiddebugbridge/5.7.3/Chart.yaml b/stable/androiddebugbridge/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..54f6e6654e5
--- /dev/null
+++ b/stable/androiddebugbridge/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart.
+home: https://truecharts.org/charts/stable/androiddebugbridge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png
+keywords:
+ - androiddebugbridge
+ - home-automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: androiddebugbridge
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge
+ - https://hub.docker.com/r/barnybbb/adb-hass-androidtv
+type: application
+version: 5.7.3
diff --git a/stable/androiddebugbridge/5.6.0/README.md b/stable/androiddebugbridge/5.7.3/README.md
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/README.md
rename to stable/androiddebugbridge/5.7.3/README.md
diff --git a/stable/androiddebugbridge/5.7.3/app-changelog.md b/stable/androiddebugbridge/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4b28ab621dc
--- /dev/null
+++ b/stable/androiddebugbridge/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [androiddebugbridge-5.7.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/androiddebugbridge/5.6.0/app-readme.md b/stable/androiddebugbridge/5.7.3/app-readme.md
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/app-readme.md
rename to stable/androiddebugbridge/5.7.3/app-readme.md
diff --git a/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz b/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/androiddebugbridge/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/androiddebugbridge/5.6.0/ix_values.yaml b/stable/androiddebugbridge/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/ix_values.yaml
rename to stable/androiddebugbridge/5.7.3/ix_values.yaml
diff --git a/stable/androiddebugbridge/5.6.0/questions.yaml b/stable/androiddebugbridge/5.7.3/questions.yaml
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/questions.yaml
rename to stable/androiddebugbridge/5.7.3/questions.yaml
diff --git a/stable/androiddebugbridge/5.6.0/templates/common.yaml b/stable/androiddebugbridge/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/templates/common.yaml
rename to stable/androiddebugbridge/5.7.3/templates/common.yaml
diff --git a/stable/androiddebugbridge/5.6.0/values.yaml b/stable/androiddebugbridge/5.7.3/values.yaml
similarity index 100%
rename from stable/androiddebugbridge/5.6.0/values.yaml
rename to stable/androiddebugbridge/5.7.3/values.yaml
diff --git a/stable/anki-sync-server/6.6.0/CHANGELOG.md b/stable/anki-sync-server/6.6.0/CHANGELOG.md
deleted file mode 100644
index 8b9de06f8f0..00000000000
--- a/stable/anki-sync-server/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [anki-sync-server-6.6.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.5.2...anki-sync-server-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [anki-sync-server-6.5.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.5.1...anki-sync-server-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [anki-sync-server-6.5.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.5.0...anki-sync-server-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [anki-sync-server-6.5.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.4.1...anki-sync-server-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [anki-sync-server-6.4.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.4.0...anki-sync-server-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [anki-sync-server-6.4.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.3.0...anki-sync-server-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [anki-sync-server-6.3.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.3...anki-sync-server-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [anki-sync-server-6.2.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.2...anki-sync-server-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [anki-sync-server-6.2.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.0...anki-sync-server-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/anki-sync-server/6.6.0/Chart.yaml b/stable/anki-sync-server/6.6.0/Chart.yaml
deleted file mode 100644
index 9e384093c40..00000000000
--- a/stable/anki-sync-server/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.1.14
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A cross-platform Anki sync server.
-home: https://truecharts.org/charts/stable/anki-sync-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
-keywords:
- - anki-sync-server
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: anki-sync-server
-sources:
- - https://github.com/ankicommunity/anki-devops-services
- - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server
- - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs
-type: application
-version: 6.6.0
diff --git a/stable/anki-sync-server/6.6.0/charts/common-20.1.5.tgz b/stable/anki-sync-server/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/anki-sync-server/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/anki-sync-server/6.6.0/.helmignore b/stable/anki-sync-server/6.7.3/.helmignore
similarity index 100%
rename from stable/anki-sync-server/6.6.0/.helmignore
rename to stable/anki-sync-server/6.7.3/.helmignore
diff --git a/stable/anki-sync-server/6.7.3/CHANGELOG.md b/stable/anki-sync-server/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ec29a4f09a9
--- /dev/null
+++ b/stable/anki-sync-server/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anki-sync-server-6.7.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/anki-sync-server/6.7.3/Chart.yaml b/stable/anki-sync-server/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..fce7f1bfe59
--- /dev/null
+++ b/stable/anki-sync-server/6.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.1.14
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A cross-platform Anki sync server.
+home: https://truecharts.org/charts/stable/anki-sync-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
+keywords:
+ - anki-sync-server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: anki-sync-server
+sources:
+ - https://github.com/ankicommunity/anki-devops-services
+ - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server
+ - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs
+type: application
+version: 6.7.3
diff --git a/stable/anki-sync-server/6.6.0/README.md b/stable/anki-sync-server/6.7.3/README.md
similarity index 100%
rename from stable/anki-sync-server/6.6.0/README.md
rename to stable/anki-sync-server/6.7.3/README.md
diff --git a/stable/anki-sync-server/6.7.3/app-changelog.md b/stable/anki-sync-server/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..c4aa245ca9d
--- /dev/null
+++ b/stable/anki-sync-server/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [anki-sync-server-6.7.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/anki-sync-server/6.6.0/app-readme.md b/stable/anki-sync-server/6.7.3/app-readme.md
similarity index 100%
rename from stable/anki-sync-server/6.6.0/app-readme.md
rename to stable/anki-sync-server/6.7.3/app-readme.md
diff --git a/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz b/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/anki-sync-server/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/anki-sync-server/6.6.0/ix_values.yaml b/stable/anki-sync-server/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/anki-sync-server/6.6.0/ix_values.yaml
rename to stable/anki-sync-server/6.7.3/ix_values.yaml
diff --git a/stable/anki-sync-server/6.6.0/questions.yaml b/stable/anki-sync-server/6.7.3/questions.yaml
similarity index 100%
rename from stable/anki-sync-server/6.6.0/questions.yaml
rename to stable/anki-sync-server/6.7.3/questions.yaml
diff --git a/stable/anki-sync-server/6.6.0/templates/NOTES.txt b/stable/anki-sync-server/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/anki-sync-server/6.6.0/templates/NOTES.txt
rename to stable/anki-sync-server/6.7.3/templates/NOTES.txt
diff --git a/stable/anki-sync-server/6.6.0/templates/common.yaml b/stable/anki-sync-server/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/anki-sync-server/6.6.0/templates/common.yaml
rename to stable/anki-sync-server/6.7.3/templates/common.yaml
diff --git a/stable/anki-sync-server/6.6.0/values.yaml b/stable/anki-sync-server/6.7.3/values.yaml
similarity index 100%
rename from stable/anki-sync-server/6.6.0/values.yaml
rename to stable/anki-sync-server/6.7.3/values.yaml
diff --git a/stable/anonaddy/20.14.3/CHANGELOG.md b/stable/anonaddy/20.14.3/CHANGELOG.md
deleted file mode 100644
index f4619b2a2d2..00000000000
--- a/stable/anonaddy/20.14.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [anonaddy-20.14.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [anonaddy-20.14.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [anonaddy-20.14.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [anonaddy-20.14.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
\ No newline at end of file
diff --git a/stable/anonaddy/20.14.3/Chart.yaml b/stable/anonaddy/20.14.3/Chart.yaml
deleted file mode 100644
index 0999d7dc70d..00000000000
--- a/stable/anonaddy/20.14.3/Chart.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: email
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.9
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Protect your email from spam using disposable addresses.
-home: https://truecharts.org/charts/stable/anonaddy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
-keywords:
- - anonaddy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: anonaddy
-sources:
- - https://github.com/anonaddy/docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- - https://hub.docker.com/r/anonaddy/anonaddy
-type: application
-version: 20.14.3
diff --git a/stable/anonaddy/20.14.3/app-changelog.md b/stable/anonaddy/20.14.3/app-changelog.md
deleted file mode 100644
index 37722edbd7f..00000000000
--- a/stable/anonaddy/20.14.3/app-changelog.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-## [anonaddy-20.14.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/anonaddy/20.14.3/charts/common-20.2.2.tgz b/stable/anonaddy/20.14.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/anonaddy/20.14.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/anonaddy/20.14.3/charts/mariadb-13.7.2.tgz b/stable/anonaddy/20.14.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/anonaddy/20.14.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/anonaddy/20.14.3/charts/redis-13.0.5.tgz b/stable/anonaddy/20.14.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/anonaddy/20.14.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/anonaddy/20.14.3/.helmignore b/stable/anonaddy/20.15.3/.helmignore
similarity index 100%
rename from stable/anonaddy/20.14.3/.helmignore
rename to stable/anonaddy/20.15.3/.helmignore
diff --git a/stable/anonaddy/20.15.3/CHANGELOG.md b/stable/anonaddy/20.15.3/CHANGELOG.md
new file mode 100644
index 00000000000..81324e83422
--- /dev/null
+++ b/stable/anonaddy/20.15.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [anonaddy-20.15.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [anonaddy-20.15.2](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [anonaddy-20.15.2](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/anonaddy/20.15.3/Chart.yaml b/stable/anonaddy/20.15.3/Chart.yaml
new file mode 100644
index 00000000000..17904328ba8
--- /dev/null
+++ b/stable/anonaddy/20.15.3/Chart.yaml
@@ -0,0 +1,50 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: email
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Protect your email from spam using disposable addresses.
+home: https://truecharts.org/charts/stable/anonaddy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
+keywords:
+ - anonaddy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: anonaddy
+sources:
+ - https://github.com/anonaddy/docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
+ - https://hub.docker.com/r/anonaddy/anonaddy
+type: application
+version: 20.15.3
diff --git a/stable/anonaddy/20.14.3/README.md b/stable/anonaddy/20.15.3/README.md
similarity index 100%
rename from stable/anonaddy/20.14.3/README.md
rename to stable/anonaddy/20.15.3/README.md
diff --git a/stable/anonaddy/20.15.3/app-changelog.md b/stable/anonaddy/20.15.3/app-changelog.md
new file mode 100644
index 00000000000..e3c08d2f84b
--- /dev/null
+++ b/stable/anonaddy/20.15.3/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [anonaddy-20.15.3](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.15.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/anonaddy/20.14.3/app-readme.md b/stable/anonaddy/20.15.3/app-readme.md
similarity index 100%
rename from stable/anonaddy/20.14.3/app-readme.md
rename to stable/anonaddy/20.15.3/app-readme.md
diff --git a/stable/anonaddy/20.15.3/charts/common-20.2.4.tgz b/stable/anonaddy/20.15.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/anonaddy/20.15.3/charts/common-20.2.4.tgz differ
diff --git a/stable/anonaddy/20.15.3/charts/mariadb-13.7.3.tgz b/stable/anonaddy/20.15.3/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/anonaddy/20.15.3/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/anonaddy/20.15.3/charts/redis-13.2.2.tgz b/stable/anonaddy/20.15.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/anonaddy/20.15.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/anonaddy/20.14.3/ix_values.yaml b/stable/anonaddy/20.15.3/ix_values.yaml
similarity index 100%
rename from stable/anonaddy/20.14.3/ix_values.yaml
rename to stable/anonaddy/20.15.3/ix_values.yaml
diff --git a/stable/anonaddy/20.14.3/questions.yaml b/stable/anonaddy/20.15.3/questions.yaml
similarity index 100%
rename from stable/anonaddy/20.14.3/questions.yaml
rename to stable/anonaddy/20.15.3/questions.yaml
diff --git a/stable/anonaddy/20.14.3/templates/NOTES.txt b/stable/anonaddy/20.15.3/templates/NOTES.txt
similarity index 100%
rename from stable/anonaddy/20.14.3/templates/NOTES.txt
rename to stable/anonaddy/20.15.3/templates/NOTES.txt
diff --git a/stable/anonaddy/20.14.3/templates/_secrets.tpl b/stable/anonaddy/20.15.3/templates/_secrets.tpl
similarity index 100%
rename from stable/anonaddy/20.14.3/templates/_secrets.tpl
rename to stable/anonaddy/20.15.3/templates/_secrets.tpl
diff --git a/stable/anonaddy/20.14.3/templates/common.yaml b/stable/anonaddy/20.15.3/templates/common.yaml
similarity index 100%
rename from stable/anonaddy/20.14.3/templates/common.yaml
rename to stable/anonaddy/20.15.3/templates/common.yaml
diff --git a/stable/anonaddy/20.14.3/values.yaml b/stable/anonaddy/20.15.3/values.yaml
similarity index 100%
rename from stable/anonaddy/20.14.3/values.yaml
rename to stable/anonaddy/20.15.3/values.yaml
diff --git a/stable/anope/5.6.0/CHANGELOG.md b/stable/anope/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6194f6310f5..00000000000
--- a/stable/anope/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [anope-5.6.0](https://github.com/truecharts/charts/compare/anope-5.5.2...anope-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [anope-5.5.2](https://github.com/truecharts/charts/compare/anope-5.5.1...anope-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [anope-5.5.1](https://github.com/truecharts/charts/compare/anope-5.5.0...anope-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [anope-5.5.0](https://github.com/truecharts/charts/compare/anope-5.4.1...anope-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [anope-5.4.1](https://github.com/truecharts/charts/compare/anope-5.4.0...anope-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [anope-5.4.0](https://github.com/truecharts/charts/compare/anope-5.3.0...anope-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [anope-5.3.0](https://github.com/truecharts/charts/compare/anope-5.2.3...anope-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [anope-5.2.3](https://github.com/truecharts/charts/compare/anope-5.2.2...anope-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [anope-5.2.2](https://github.com/truecharts/charts/compare/anope-5.2.0...anope-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/anope/5.6.0/Chart.yaml b/stable/anope/5.6.0/Chart.yaml
deleted file mode 100644
index 3863829692f..00000000000
--- a/stable/anope/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Anope is a set of IRC Services designed for flexibility and ease of use.
-home: https://truecharts.org/charts/stable/anope
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
-keywords:
- - anope
- - Network-Other
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: anope
-sources:
- - https://thelounge.chat/
- - https://github.com/truecharts/charts/tree/master/charts/stable/anope
- - https://hub.docker.com/r/ich777/anope
-type: application
-version: 5.6.0
diff --git a/stable/anope/5.6.0/charts/common-20.1.5.tgz b/stable/anope/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/anope/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/anope/5.6.0/.helmignore b/stable/anope/5.7.3/.helmignore
similarity index 100%
rename from stable/anope/5.6.0/.helmignore
rename to stable/anope/5.7.3/.helmignore
diff --git a/stable/anope/5.7.3/CHANGELOG.md b/stable/anope/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a3b1104281
--- /dev/null
+++ b/stable/anope/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [anope-5.7.2](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/anope/5.7.3/Chart.yaml b/stable/anope/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..03ad75f6697
--- /dev/null
+++ b/stable/anope/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Anope is a set of IRC Services designed for flexibility and ease of use.
+home: https://truecharts.org/charts/stable/anope
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
+keywords:
+ - anope
+ - Network-Other
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: anope
+sources:
+ - https://thelounge.chat/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/anope
+ - https://hub.docker.com/r/ich777/anope
+type: application
+version: 5.7.3
diff --git a/stable/anope/5.6.0/README.md b/stable/anope/5.7.3/README.md
similarity index 100%
rename from stable/anope/5.6.0/README.md
rename to stable/anope/5.7.3/README.md
diff --git a/stable/anope/5.7.3/app-changelog.md b/stable/anope/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..91172befb89
--- /dev/null
+++ b/stable/anope/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [anope-5.7.3](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/anope/5.6.0/app-readme.md b/stable/anope/5.7.3/app-readme.md
similarity index 100%
rename from stable/anope/5.6.0/app-readme.md
rename to stable/anope/5.7.3/app-readme.md
diff --git a/stable/anope/5.7.3/charts/common-20.2.4.tgz b/stable/anope/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/anope/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/anope/5.6.0/ix_values.yaml b/stable/anope/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/anope/5.6.0/ix_values.yaml
rename to stable/anope/5.7.3/ix_values.yaml
diff --git a/stable/anope/5.6.0/questions.yaml b/stable/anope/5.7.3/questions.yaml
similarity index 100%
rename from stable/anope/5.6.0/questions.yaml
rename to stable/anope/5.7.3/questions.yaml
diff --git a/stable/anope/5.6.0/templates/common.yaml b/stable/anope/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/anope/5.6.0/templates/common.yaml
rename to stable/anope/5.7.3/templates/common.yaml
diff --git a/stable/anope/5.6.0/values.yaml b/stable/anope/5.7.3/values.yaml
similarity index 100%
rename from stable/anope/5.6.0/values.yaml
rename to stable/anope/5.7.3/values.yaml
diff --git a/stable/answer/3.6.0/CHANGELOG.md b/stable/answer/3.6.0/CHANGELOG.md
deleted file mode 100644
index 3a9055acc77..00000000000
--- a/stable/answer/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [answer-3.6.0](https://github.com/truecharts/charts/compare/answer-3.5.2...answer-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [answer-3.5.2](https://github.com/truecharts/charts/compare/answer-3.5.1...answer-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [answer-3.5.1](https://github.com/truecharts/charts/compare/answer-3.5.0...answer-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [answer-3.5.0](https://github.com/truecharts/charts/compare/answer-3.4.1...answer-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [answer-3.4.1](https://github.com/truecharts/charts/compare/answer-3.4.0...answer-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [answer-3.4.0](https://github.com/truecharts/charts/compare/answer-3.3.0...answer-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [answer-3.3.0](https://github.com/truecharts/charts/compare/answer-3.2.3...answer-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [answer-3.2.3](https://github.com/truecharts/charts/compare/answer-3.2.2...answer-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [answer-3.2.2](https://github.com/truecharts/charts/compare/answer-3.2.0...answer-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/answer/3.6.0/Chart.yaml b/stable/answer/3.6.0/Chart.yaml
deleted file mode 100644
index a9124cdc005..00000000000
--- a/stable/answer/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: forum
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Q&A platform software for teams at any scales.
-home: https://truecharts.org/charts/stable/answer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
-keywords:
- - answer
- - forum
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: answer
-sources:
- - https://github.com/answerdev/answer
- - https://github.com/truecharts/charts/tree/master/charts/stable/answer
- - https://hub.docker.com/r/answerdev/answer
-type: application
-version: 3.6.0
diff --git a/stable/answer/3.6.0/charts/common-20.1.5.tgz b/stable/answer/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/answer/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/answer/3.6.0/questions.yaml b/stable/answer/3.6.0/questions.yaml
deleted file mode 100755
index 0477e866a02..00000000000
--- a/stable/answer/3.6.0/questions.yaml
+++ /dev/null
@@ -1,3350 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: answer
- group: App Configuration
- label: Answer
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: app
- label: App Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: language
- label: Language
- schema:
- type: string
- required: true
- default: "en-US"
- - variable: log_level
- label: Log Level
- schema:
- type: string
- required: true
- default: DEBUG"
- enum:
- - value: DEBUG
- description: Debug
- - value: INFO
- description: Info
- - value: WARN
- description: Warn
- - value: ERROR
- description: Error
- - variable: site
- label: Site Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: "Answer"
- - variable: url
- label: Url
- schema:
- type: string
- required: true
- default: "http://localhost:9080"
- - variable: contact_email
- label: Contact Email
- schema:
- type: string
- required: true
- default: ""
- - variable: admin
- label: Admin Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Admin Name
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: Admin Password
- schema:
- type: string
- required: true
- private: true
- min_length: 8
- default: ""
- - variable: email
- label: Admin Email
- schema:
- type: string
- required: true
- default: ""
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 9080
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: App Data Storage
- description: Stores the Application Data.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/answer/3.6.0/.helmignore b/stable/answer/3.7.3/.helmignore
similarity index 100%
rename from stable/answer/3.6.0/.helmignore
rename to stable/answer/3.7.3/.helmignore
diff --git a/stable/answer/3.7.3/CHANGELOG.md b/stable/answer/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8ec2c24bfa5
--- /dev/null
+++ b/stable/answer/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [answer-3.7.2](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/answer/3.7.3/Chart.yaml b/stable/answer/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..a2c86bc0eec
--- /dev/null
+++ b/stable/answer/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: forum
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Q&A platform software for teams at any scales.
+home: https://truecharts.org/charts/stable/answer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
+keywords:
+ - answer
+ - forum
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: answer
+sources:
+ - https://github.com/answerdev/answer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/answer
+ - https://hub.docker.com/r/answerdev/answer
+type: application
+version: 3.7.3
diff --git a/stable/answer/3.6.0/README.md b/stable/answer/3.7.3/README.md
similarity index 100%
rename from stable/answer/3.6.0/README.md
rename to stable/answer/3.7.3/README.md
diff --git a/stable/answer/3.7.3/app-changelog.md b/stable/answer/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..4004821f4d8
--- /dev/null
+++ b/stable/answer/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [answer-3.7.3](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/answer/3.6.0/app-readme.md b/stable/answer/3.7.3/app-readme.md
similarity index 100%
rename from stable/answer/3.6.0/app-readme.md
rename to stable/answer/3.7.3/app-readme.md
diff --git a/stable/answer/3.7.3/charts/common-20.2.4.tgz b/stable/answer/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/answer/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/answer/3.6.0/ix_values.yaml b/stable/answer/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/answer/3.6.0/ix_values.yaml
rename to stable/answer/3.7.3/ix_values.yaml
diff --git a/stable/answer/3.7.3/questions.yaml b/stable/answer/3.7.3/questions.yaml
new file mode 100755
index 00000000000..598f8ee40a3
--- /dev/null
+++ b/stable/answer/3.7.3/questions.yaml
@@ -0,0 +1,3352 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: answer
+ group: App Configuration
+ label: Answer
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: app
+ label: App Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: language
+ label: Language
+ schema:
+ type: string
+ required: true
+ default: "en-US"
+ - variable: log_level
+ label: Log Level
+ schema:
+ type: string
+ required: true
+ default: DEBUG"
+ enum:
+ - value: DEBUG
+ description: Debug
+ - value: INFO
+ description: Info
+ - value: WARN
+ description: Warn
+ - value: ERROR
+ description: Error
+ - variable: site
+ label: Site Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: "Answer"
+ - variable: url
+ label: Url
+ schema:
+ type: string
+ required: true
+ default: "http://localhost:9080"
+ - variable: contact_email
+ label: Contact Email
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: admin
+ label: Admin Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Admin Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: Admin Password
+ schema:
+ type: string
+ required: true
+ private: true
+ min_length: 8
+ default: ""
+ - variable: email
+ label: Admin Email
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 9080
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: App Data Storage
+ description: Stores the Application Data.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/answer/3.6.0/templates/NOTES.txt b/stable/answer/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/answer/3.6.0/templates/NOTES.txt
rename to stable/answer/3.7.3/templates/NOTES.txt
diff --git a/stable/answer/3.6.0/templates/common.yaml b/stable/answer/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/answer/3.6.0/templates/common.yaml
rename to stable/answer/3.7.3/templates/common.yaml
diff --git a/stable/answer/3.6.0/values.yaml b/stable/answer/3.7.3/values.yaml
similarity index 100%
rename from stable/answer/3.6.0/values.yaml
rename to stable/answer/3.7.3/values.yaml
diff --git a/stable/anything-llm/1.4.4/CHANGELOG.md b/stable/anything-llm/1.4.4/CHANGELOG.md
deleted file mode 100644
index 32f974c5546..00000000000
--- a/stable/anything-llm/1.4.4/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-22)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-22)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/anything-llm/1.4.4/Chart.yaml b/stable/anything-llm/1.4.4/Chart.yaml
deleted file mode 100644
index 6b5ea96107e..00000000000
--- a/stable/anything-llm/1.4.4/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
-home: https://truecharts.org/charts/stable/anything-llm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
-keywords:
- - anything-llm
- - ai
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: anything-llm
-sources:
- - https://github.com/Mintplex-Labs/anything-llm
- - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
- - https://ghcr.io/mintplex-labs/anything-llm
-type: application
-version: 1.4.4
diff --git a/stable/anything-llm/1.4.4/app-changelog.md b/stable/anything-llm/1.4.4/app-changelog.md
deleted file mode 100644
index cb54d27b66b..00000000000
--- a/stable/anything-llm/1.4.4/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [anything-llm-1.4.4](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.4) (2024-03-22)
-
-### Chore
-
-
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
\ No newline at end of file
diff --git a/stable/anything-llm/1.4.4/charts/common-20.2.2.tgz b/stable/anything-llm/1.4.4/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/anything-llm/1.4.4/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/anything-llm/1.4.4/ix_values.yaml b/stable/anything-llm/1.4.4/ix_values.yaml
deleted file mode 100644
index 018be5153c3..00000000000
--- a/stable/anything-llm/1.4.4/ix_values.yaml
+++ /dev/null
@@ -1,155 +0,0 @@
-image:
- repository: ghcr.io/mintplex-labs/anything-llm
- pullPolicy: IfNotPresent
- tag: latest@sha256:c90aecec6a562e04e970a93f15df3f787e5133015395a4ac492e5992fde3af9f
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
- capabilities:
- add:
- - SYS_ADMIN
-
-service:
- main:
- ports:
- main:
- protocol: http
- port: 3001
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
- STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}"
- # forces users to use ingress if https is needed.
- # keep false.
- ENABLE_HTTPS: false
- JWT_SECRET:
- secretKeyRef:
- name: anythinglmm-secrets
- key: JWT_SECRET
- # LLM_PROVIDER='openai'
- # OPEN_AI_KEY=
- # OPEN_MODEL_PREF='gpt-3.5-turbo'
-
- # LLM_PROVIDER='gemini'
- # GEMINI_API_KEY=
- # GEMINI_LLM_MODEL_PREF='gemini-pro'
-
- # LLM_PROVIDER='azure'
- # AZURE_OPENAI_KEY=
- # AZURE_OPENAI_ENDPOINT=
- # OPEN_MODEL_PREF='my-gpt35-deployment' # This is the "deployment" on Azure you want to use. Not the base model.
- # EMBEDDING_MODEL_PREF='embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
-
- # LLM_PROVIDER='anthropic'
- # ANTHROPIC_API_KEY=sk-ant-xxxx
- # ANTHROPIC_MODEL_PREF='claude-2'
-
- # LLM_PROVIDER='lmstudio'
- # LMSTUDIO_BASE_PATH='http://your-server:1234/v1'
- # LMSTUDIO_MODEL_TOKEN_LIMIT=4096
-
- # LLM_PROVIDER='localai'
- # LOCAL_AI_BASE_PATH='http://host.docker.internal:8080/v1'
- # LOCAL_AI_MODEL_PREF='luna-ai-llama2'
- # LOCAL_AI_MODEL_TOKEN_LIMIT=4096
- # LOCAL_AI_API_KEY="sk-123abc"
-
- # LLM_PROVIDER='ollama'
- # OLLAMA_BASE_PATH='http://host.docker.internal:11434'
- # OLLAMA_MODEL_PREF='llama2'
- # OLLAMA_MODEL_TOKEN_LIMIT=4096
-
- # LLM_PROVIDER='togetherai'
- # TOGETHER_AI_API_KEY='my-together-ai-key'
- # TOGETHER_AI_MODEL_PREF='mistralai/Mixtral-8x7B-Instruct-v0.1'
-
- # LLM_PROVIDER='mistral'
- # MISTRAL_API_KEY='example-mistral-ai-api-key'
- # MISTRAL_MODEL_PREF='mistral-tiny'
-
- # LLM_PROVIDER='huggingface'
- # HUGGING_FACE_LLM_ENDPOINT=https://uuid-here.us-east-1.aws.endpoints.huggingface.cloud
- # HUGGING_FACE_LLM_API_KEY=hf_xxxxxx
- # HUGGING_FACE_LLM_TOKEN_LIMIT=8000
-
- # EMBEDDING_ENGINE='openai'
- # OPEN_AI_KEY=sk-xxxx
- # EMBEDDING_MODEL_PREF='text-embedding-ada-002'
-
- # EMBEDDING_ENGINE='azure'
- # AZURE_OPENAI_ENDPOINT=
- # AZURE_OPENAI_KEY=
- # EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
-
- # EMBEDDING_ENGINE='localai'
- # EMBEDDING_BASE_PATH='http://localhost:8080/v1'
- # EMBEDDING_MODEL_PREF='text-embedding-ada-002'
- # EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be
-
- # Enable all below if you are using vector database: Chroma.
- # VECTOR_DB="chroma"
- # CHROMA_ENDPOINT='http://host.docker.internal:8000'
- # CHROMA_API_HEADER="X-Api-Key"
- # CHROMA_API_KEY="sk-123abc"
-
- # VECTOR_DB="pinecone"
- # PINECONE_API_KEY=
- # PINECONE_INDEX=
-
- # VECTOR_DB="lancedb"
-
- # VECTOR_DB="weaviate"
- # WEAVIATE_ENDPOINT="http://localhost:8080"
- # WEAVIATE_API_KEY=
-
- # VECTOR_DB="qdrant"
- # QDRANT_ENDPOINT="http://localhost:6333"
- # QDRANT_API_KEY=
-
- # VECTOR_DB="milvus"
- # MILVUS_ADDRESS="http://localhost:19530"
- # MILVUS_USERNAME=
- # MILVUS_PASSWORD=
-
- # VECTOR_DB="zilliz"
- # ZILLIZ_ENDPOINT="https://sample.api.gcp-us-west1.zillizcloud.com"
- # ZILLIZ_API_TOKEN=api-token-here
-
- # VECTOR_DB="astra"
- # ASTRA_DB_APPLICATION_TOKEN=
- # ASTRA_DB_ENDPOINT=
-
- # AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
- # DISABLE_TELEMETRY="false"
-
- # Documentation on how to use https://github.com/kamronbatman/joi-password-complexity
- # Default is only 8 char minimum
- PASSWORDMINCHAR: 8
- PASSWORDMAXCHAR: 250
- PASSWORDLOWERCASE: 1
- PASSWORDUPPERCASE: 1
- PASSWORDNUMERIC: 1
- PASSWORDSYMBOL: 1
- PASSWORDREQUIREMENTS: 4
-
-persistence:
- storage:
- enabled: true
- mountPath: "/app/server/storage"
- hotdir:
- enabled: true
- mountPath: "/app/collector/hotdir"
- outputs:
- enabled: true
- mountPath: "/app/collector/outputs"
-
-portal:
- open:
- enabled: true
diff --git a/stable/anything-llm/1.4.4/.helmignore b/stable/anything-llm/1.4.8/.helmignore
similarity index 100%
rename from stable/anything-llm/1.4.4/.helmignore
rename to stable/anything-llm/1.4.8/.helmignore
diff --git a/stable/anything-llm/1.4.8/CHANGELOG.md b/stable/anything-llm/1.4.8/CHANGELOG.md
new file mode 100644
index 00000000000..e12c5765a94
--- /dev/null
+++ b/stable/anything-llm/1.4.8/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [anything-llm-1.4.8](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.8) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
+
+
+## [anything-llm-1.4.7](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.7) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
+
+
+## [anything-llm-1.4.7](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.7) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
+
+
+## [anything-llm-1.4.7](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.7) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
\ No newline at end of file
diff --git a/stable/anything-llm/1.4.8/Chart.yaml b/stable/anything-llm/1.4.8/Chart.yaml
new file mode 100644
index 00000000000..607ddddeae9
--- /dev/null
+++ b/stable/anything-llm/1.4.8/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
+home: https://truecharts.org/charts/stable/anything-llm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
+keywords:
+ - anything-llm
+ - ai
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: anything-llm
+sources:
+ - https://github.com/Mintplex-Labs/anything-llm
+ - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
+ - https://ghcr.io/mintplex-labs/anything-llm
+type: application
+version: 1.4.8
diff --git a/stable/anything-llm/1.4.4/README.md b/stable/anything-llm/1.4.8/README.md
similarity index 100%
rename from stable/anything-llm/1.4.4/README.md
rename to stable/anything-llm/1.4.8/README.md
diff --git a/stable/anything-llm/1.4.8/app-changelog.md b/stable/anything-llm/1.4.8/app-changelog.md
new file mode 100644
index 00000000000..bb1ffb0f2f9
--- /dev/null
+++ b/stable/anything-llm/1.4.8/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [anything-llm-1.4.8](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.8) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@11aaf72](https://github.com/11aaf72) by renovate ([#19649](https://github.com/truecharts/charts/issues/19649))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@327bbb9](https://github.com/327bbb9) by renovate ([#19613](https://github.com/truecharts/charts/issues/19613))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@c90aece](https://github.com/c90aece) by renovate ([#19578](https://github.com/truecharts/charts/issues/19578))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@afd7b10](https://github.com/afd7b10) by renovate ([#19530](https://github.com/truecharts/charts/issues/19530))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@0ba8c7c](https://github.com/0ba8c7c) by renovate ([#19465](https://github.com/truecharts/charts/issues/19465))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/mintplex-labs/anything-llm to latest[@673cc34](https://github.com/673cc34) by renovate ([#19252](https://github.com/truecharts/charts/issues/19252))
\ No newline at end of file
diff --git a/stable/anything-llm/1.4.4/app-readme.md b/stable/anything-llm/1.4.8/app-readme.md
similarity index 100%
rename from stable/anything-llm/1.4.4/app-readme.md
rename to stable/anything-llm/1.4.8/app-readme.md
diff --git a/stable/anything-llm/1.4.8/charts/common-20.2.4.tgz b/stable/anything-llm/1.4.8/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/anything-llm/1.4.8/charts/common-20.2.4.tgz differ
diff --git a/stable/anything-llm/1.4.8/ix_values.yaml b/stable/anything-llm/1.4.8/ix_values.yaml
new file mode 100644
index 00000000000..6087746ad5f
--- /dev/null
+++ b/stable/anything-llm/1.4.8/ix_values.yaml
@@ -0,0 +1,155 @@
+image:
+ repository: ghcr.io/mintplex-labs/anything-llm
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:11aaf72d2cbda89cad0dbd5b41cacf534ecb6298d1d1f49c6c3b64457604a271
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+ capabilities:
+ add:
+ - SYS_ADMIN
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 3001
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
+ STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}"
+ # forces users to use ingress if https is needed.
+ # keep false.
+ ENABLE_HTTPS: false
+ JWT_SECRET:
+ secretKeyRef:
+ name: anythinglmm-secrets
+ key: JWT_SECRET
+ # LLM_PROVIDER='openai'
+ # OPEN_AI_KEY=
+ # OPEN_MODEL_PREF='gpt-3.5-turbo'
+
+ # LLM_PROVIDER='gemini'
+ # GEMINI_API_KEY=
+ # GEMINI_LLM_MODEL_PREF='gemini-pro'
+
+ # LLM_PROVIDER='azure'
+ # AZURE_OPENAI_KEY=
+ # AZURE_OPENAI_ENDPOINT=
+ # OPEN_MODEL_PREF='my-gpt35-deployment' # This is the "deployment" on Azure you want to use. Not the base model.
+ # EMBEDDING_MODEL_PREF='embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
+
+ # LLM_PROVIDER='anthropic'
+ # ANTHROPIC_API_KEY=sk-ant-xxxx
+ # ANTHROPIC_MODEL_PREF='claude-2'
+
+ # LLM_PROVIDER='lmstudio'
+ # LMSTUDIO_BASE_PATH='http://your-server:1234/v1'
+ # LMSTUDIO_MODEL_TOKEN_LIMIT=4096
+
+ # LLM_PROVIDER='localai'
+ # LOCAL_AI_BASE_PATH='http://host.docker.internal:8080/v1'
+ # LOCAL_AI_MODEL_PREF='luna-ai-llama2'
+ # LOCAL_AI_MODEL_TOKEN_LIMIT=4096
+ # LOCAL_AI_API_KEY="sk-123abc"
+
+ # LLM_PROVIDER='ollama'
+ # OLLAMA_BASE_PATH='http://host.docker.internal:11434'
+ # OLLAMA_MODEL_PREF='llama2'
+ # OLLAMA_MODEL_TOKEN_LIMIT=4096
+
+ # LLM_PROVIDER='togetherai'
+ # TOGETHER_AI_API_KEY='my-together-ai-key'
+ # TOGETHER_AI_MODEL_PREF='mistralai/Mixtral-8x7B-Instruct-v0.1'
+
+ # LLM_PROVIDER='mistral'
+ # MISTRAL_API_KEY='example-mistral-ai-api-key'
+ # MISTRAL_MODEL_PREF='mistral-tiny'
+
+ # LLM_PROVIDER='huggingface'
+ # HUGGING_FACE_LLM_ENDPOINT=https://uuid-here.us-east-1.aws.endpoints.huggingface.cloud
+ # HUGGING_FACE_LLM_API_KEY=hf_xxxxxx
+ # HUGGING_FACE_LLM_TOKEN_LIMIT=8000
+
+ # EMBEDDING_ENGINE='openai'
+ # OPEN_AI_KEY=sk-xxxx
+ # EMBEDDING_MODEL_PREF='text-embedding-ada-002'
+
+ # EMBEDDING_ENGINE='azure'
+ # AZURE_OPENAI_ENDPOINT=
+ # AZURE_OPENAI_KEY=
+ # EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
+
+ # EMBEDDING_ENGINE='localai'
+ # EMBEDDING_BASE_PATH='http://localhost:8080/v1'
+ # EMBEDDING_MODEL_PREF='text-embedding-ada-002'
+ # EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be
+
+ # Enable all below if you are using vector database: Chroma.
+ # VECTOR_DB="chroma"
+ # CHROMA_ENDPOINT='http://host.docker.internal:8000'
+ # CHROMA_API_HEADER="X-Api-Key"
+ # CHROMA_API_KEY="sk-123abc"
+
+ # VECTOR_DB="pinecone"
+ # PINECONE_API_KEY=
+ # PINECONE_INDEX=
+
+ # VECTOR_DB="lancedb"
+
+ # VECTOR_DB="weaviate"
+ # WEAVIATE_ENDPOINT="http://localhost:8080"
+ # WEAVIATE_API_KEY=
+
+ # VECTOR_DB="qdrant"
+ # QDRANT_ENDPOINT="http://localhost:6333"
+ # QDRANT_API_KEY=
+
+ # VECTOR_DB="milvus"
+ # MILVUS_ADDRESS="http://localhost:19530"
+ # MILVUS_USERNAME=
+ # MILVUS_PASSWORD=
+
+ # VECTOR_DB="zilliz"
+ # ZILLIZ_ENDPOINT="https://sample.api.gcp-us-west1.zillizcloud.com"
+ # ZILLIZ_API_TOKEN=api-token-here
+
+ # VECTOR_DB="astra"
+ # ASTRA_DB_APPLICATION_TOKEN=
+ # ASTRA_DB_ENDPOINT=
+
+ # AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
+ # DISABLE_TELEMETRY="false"
+
+ # Documentation on how to use https://github.com/kamronbatman/joi-password-complexity
+ # Default is only 8 char minimum
+ PASSWORDMINCHAR: 8
+ PASSWORDMAXCHAR: 250
+ PASSWORDLOWERCASE: 1
+ PASSWORDUPPERCASE: 1
+ PASSWORDNUMERIC: 1
+ PASSWORDSYMBOL: 1
+ PASSWORDREQUIREMENTS: 4
+
+persistence:
+ storage:
+ enabled: true
+ mountPath: "/app/server/storage"
+ hotdir:
+ enabled: true
+ mountPath: "/app/collector/hotdir"
+ outputs:
+ enabled: true
+ mountPath: "/app/collector/outputs"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/anything-llm/1.4.4/questions.yaml b/stable/anything-llm/1.4.8/questions.yaml
similarity index 100%
rename from stable/anything-llm/1.4.4/questions.yaml
rename to stable/anything-llm/1.4.8/questions.yaml
diff --git a/stable/anything-llm/1.4.4/templates/NOTES.txt b/stable/anything-llm/1.4.8/templates/NOTES.txt
similarity index 100%
rename from stable/anything-llm/1.4.4/templates/NOTES.txt
rename to stable/anything-llm/1.4.8/templates/NOTES.txt
diff --git a/stable/anything-llm/1.4.4/templates/_secrets.tpl b/stable/anything-llm/1.4.8/templates/_secrets.tpl
similarity index 100%
rename from stable/anything-llm/1.4.4/templates/_secrets.tpl
rename to stable/anything-llm/1.4.8/templates/_secrets.tpl
diff --git a/stable/anything-llm/1.4.4/templates/common.yaml b/stable/anything-llm/1.4.8/templates/common.yaml
similarity index 100%
rename from stable/anything-llm/1.4.4/templates/common.yaml
rename to stable/anything-llm/1.4.8/templates/common.yaml
diff --git a/stable/anything-llm/1.4.4/values.yaml b/stable/anything-llm/1.4.8/values.yaml
similarity index 100%
rename from stable/anything-llm/1.4.4/values.yaml
rename to stable/anything-llm/1.4.8/values.yaml
diff --git a/stable/apache-musicindex/11.6.0/CHANGELOG.md b/stable/apache-musicindex/11.6.0/CHANGELOG.md
deleted file mode 100644
index 1270707f7d6..00000000000
--- a/stable/apache-musicindex/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [apache-musicindex-11.6.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.5.2...apache-musicindex-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [apache-musicindex-11.5.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.5.1...apache-musicindex-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [apache-musicindex-11.5.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.5.0...apache-musicindex-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [apache-musicindex-11.5.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.4.1...apache-musicindex-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [apache-musicindex-11.4.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.4.0...apache-musicindex-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [apache-musicindex-11.4.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.3.0...apache-musicindex-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [apache-musicindex-11.3.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.3...apache-musicindex-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [apache-musicindex-11.2.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.2...apache-musicindex-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [apache-musicindex-11.2.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.0...apache-musicindex-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/apache-musicindex/11.6.0/Chart.yaml b/stable/apache-musicindex/11.6.0/Chart.yaml
deleted file mode 100644
index 3cef64205bc..00000000000
--- a/stable/apache-musicindex/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Index and stream music using apache-musicindex and m3u playlists
-home: https://truecharts.org/charts/stable/apache-musicindex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png
-keywords:
- - apache-musicindex
- - streaming
- - m3u
- - playlist
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: apache-musicindex
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex
- - https://ghcr.io/k8s-at-home/apache-musicindex
-type: application
-version: 11.6.0
diff --git a/stable/apache-musicindex/11.6.0/charts/common-20.1.5.tgz b/stable/apache-musicindex/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/apache-musicindex/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/apache-musicindex/11.6.0/.helmignore b/stable/apache-musicindex/11.7.3/.helmignore
similarity index 100%
rename from stable/apache-musicindex/11.6.0/.helmignore
rename to stable/apache-musicindex/11.7.3/.helmignore
diff --git a/stable/apache-musicindex/11.7.3/CHANGELOG.md b/stable/apache-musicindex/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fc257829d77
--- /dev/null
+++ b/stable/apache-musicindex/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-musicindex-11.7.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/apache-musicindex/11.7.3/Chart.yaml b/stable/apache-musicindex/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..d2711227b33
--- /dev/null
+++ b/stable/apache-musicindex/11.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Index and stream music using apache-musicindex and m3u playlists
+home: https://truecharts.org/charts/stable/apache-musicindex
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png
+keywords:
+ - apache-musicindex
+ - streaming
+ - m3u
+ - playlist
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: apache-musicindex
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex
+ - https://ghcr.io/k8s-at-home/apache-musicindex
+type: application
+version: 11.7.3
diff --git a/stable/apache-musicindex/11.6.0/README.md b/stable/apache-musicindex/11.7.3/README.md
similarity index 100%
rename from stable/apache-musicindex/11.6.0/README.md
rename to stable/apache-musicindex/11.7.3/README.md
diff --git a/stable/apache-musicindex/11.7.3/app-changelog.md b/stable/apache-musicindex/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..3126fec6b47
--- /dev/null
+++ b/stable/apache-musicindex/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [apache-musicindex-11.7.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/apache-musicindex/11.6.0/app-readme.md b/stable/apache-musicindex/11.7.3/app-readme.md
similarity index 100%
rename from stable/apache-musicindex/11.6.0/app-readme.md
rename to stable/apache-musicindex/11.7.3/app-readme.md
diff --git a/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz b/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/apache-musicindex/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/apache-musicindex/11.6.0/ix_values.yaml b/stable/apache-musicindex/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/apache-musicindex/11.6.0/ix_values.yaml
rename to stable/apache-musicindex/11.7.3/ix_values.yaml
diff --git a/stable/apache-musicindex/11.6.0/questions.yaml b/stable/apache-musicindex/11.7.3/questions.yaml
similarity index 100%
rename from stable/apache-musicindex/11.6.0/questions.yaml
rename to stable/apache-musicindex/11.7.3/questions.yaml
diff --git a/stable/apache-musicindex/11.6.0/templates/NOTES.txt b/stable/apache-musicindex/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/apache-musicindex/11.6.0/templates/NOTES.txt
rename to stable/apache-musicindex/11.7.3/templates/NOTES.txt
diff --git a/stable/apache-musicindex/11.6.0/templates/common.yaml b/stable/apache-musicindex/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/apache-musicindex/11.6.0/templates/common.yaml
rename to stable/apache-musicindex/11.7.3/templates/common.yaml
diff --git a/stable/apache-musicindex/11.6.0/values.yaml b/stable/apache-musicindex/11.7.3/values.yaml
similarity index 100%
rename from stable/apache-musicindex/11.6.0/values.yaml
rename to stable/apache-musicindex/11.7.3/values.yaml
diff --git a/stable/apache-webdav/5.6.0/CHANGELOG.md b/stable/apache-webdav/5.6.0/CHANGELOG.md
deleted file mode 100644
index df085d08cf8..00000000000
--- a/stable/apache-webdav/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [apache-webdav-5.6.0](https://github.com/truecharts/charts/compare/apache-webdav-5.5.2...apache-webdav-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [apache-webdav-5.5.2](https://github.com/truecharts/charts/compare/apache-webdav-5.5.1...apache-webdav-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [apache-webdav-5.5.1](https://github.com/truecharts/charts/compare/apache-webdav-5.5.0...apache-webdav-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [apache-webdav-5.5.0](https://github.com/truecharts/charts/compare/apache-webdav-5.4.1...apache-webdav-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [apache-webdav-5.4.1](https://github.com/truecharts/charts/compare/apache-webdav-5.4.0...apache-webdav-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [apache-webdav-5.4.0](https://github.com/truecharts/charts/compare/apache-webdav-5.3.0...apache-webdav-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [apache-webdav-5.3.0](https://github.com/truecharts/charts/compare/apache-webdav-5.2.3...apache-webdav-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [apache-webdav-5.2.3](https://github.com/truecharts/charts/compare/apache-webdav-5.2.2...apache-webdav-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [apache-webdav-5.2.2](https://github.com/truecharts/charts/compare/apache-webdav-5.2.0...apache-webdav-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/apache-webdav/5.6.0/Chart.yaml b/stable/apache-webdav/5.6.0/Chart.yaml
deleted file mode 100644
index f010f518368..00000000000
--- a/stable/apache-webdav/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.
-home: https://truecharts.org/charts/stable/apache-webdav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png
-keywords:
- - apache-webdav
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: apache-webdav
-sources:
- - https://github.com/mgutt/docker-apachewebdav
- - https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav
- - https://hub.docker.com/r/apachewebdav/apachewebdav
-type: application
-version: 5.6.0
diff --git a/stable/apache-webdav/5.6.0/charts/common-20.1.5.tgz b/stable/apache-webdav/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/apache-webdav/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/apache-webdav/5.6.0/.helmignore b/stable/apache-webdav/5.7.3/.helmignore
similarity index 100%
rename from stable/apache-webdav/5.6.0/.helmignore
rename to stable/apache-webdav/5.7.3/.helmignore
diff --git a/stable/apache-webdav/5.7.3/CHANGELOG.md b/stable/apache-webdav/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3fdefee4ac5
--- /dev/null
+++ b/stable/apache-webdav/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apache-webdav-5.7.2](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/apache-webdav/5.7.3/Chart.yaml b/stable/apache-webdav/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..95e13f6ba42
--- /dev/null
+++ b/stable/apache-webdav/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.
+home: https://truecharts.org/charts/stable/apache-webdav
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png
+keywords:
+ - apache-webdav
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: apache-webdav
+sources:
+ - https://github.com/mgutt/docker-apachewebdav
+ - https://httpd.apache.org/docs/2.4/mod/mod_dav.html
+ - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav
+ - https://hub.docker.com/r/apachewebdav/apachewebdav
+type: application
+version: 5.7.3
diff --git a/stable/apache-webdav/5.6.0/README.md b/stable/apache-webdav/5.7.3/README.md
similarity index 100%
rename from stable/apache-webdav/5.6.0/README.md
rename to stable/apache-webdav/5.7.3/README.md
diff --git a/stable/apache-webdav/5.7.3/app-changelog.md b/stable/apache-webdav/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..dac16fc97e1
--- /dev/null
+++ b/stable/apache-webdav/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [apache-webdav-5.7.3](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/apache-webdav/5.6.0/app-readme.md b/stable/apache-webdav/5.7.3/app-readme.md
similarity index 100%
rename from stable/apache-webdav/5.6.0/app-readme.md
rename to stable/apache-webdav/5.7.3/app-readme.md
diff --git a/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz b/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/apache-webdav/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/apache-webdav/5.6.0/ix_values.yaml b/stable/apache-webdav/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/apache-webdav/5.6.0/ix_values.yaml
rename to stable/apache-webdav/5.7.3/ix_values.yaml
diff --git a/stable/apache-webdav/5.6.0/questions.yaml b/stable/apache-webdav/5.7.3/questions.yaml
similarity index 100%
rename from stable/apache-webdav/5.6.0/questions.yaml
rename to stable/apache-webdav/5.7.3/questions.yaml
diff --git a/stable/apache-webdav/5.6.0/templates/common.yaml b/stable/apache-webdav/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/apache-webdav/5.6.0/templates/common.yaml
rename to stable/apache-webdav/5.7.3/templates/common.yaml
diff --git a/stable/apache-webdav/5.6.0/values.yaml b/stable/apache-webdav/5.7.3/values.yaml
similarity index 100%
rename from stable/apache-webdav/5.6.0/values.yaml
rename to stable/apache-webdav/5.7.3/values.yaml
diff --git a/stable/appdaemon/16.6.0/CHANGELOG.md b/stable/appdaemon/16.6.0/CHANGELOG.md
deleted file mode 100644
index ec92e64d638..00000000000
--- a/stable/appdaemon/16.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [appdaemon-16.6.0](https://github.com/truecharts/charts/compare/appdaemon-16.5.2...appdaemon-16.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [appdaemon-16.5.2](https://github.com/truecharts/charts/compare/appdaemon-16.5.1...appdaemon-16.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [appdaemon-16.5.1](https://github.com/truecharts/charts/compare/appdaemon-16.5.0...appdaemon-16.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [appdaemon-16.5.0](https://github.com/truecharts/charts/compare/appdaemon-16.4.1...appdaemon-16.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [appdaemon-16.4.1](https://github.com/truecharts/charts/compare/appdaemon-16.4.0...appdaemon-16.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [appdaemon-16.4.0](https://github.com/truecharts/charts/compare/appdaemon-16.3.0...appdaemon-16.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [appdaemon-16.3.0](https://github.com/truecharts/charts/compare/appdaemon-16.2.3...appdaemon-16.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [appdaemon-16.2.3](https://github.com/truecharts/charts/compare/appdaemon-16.2.2...appdaemon-16.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [appdaemon-16.2.2](https://github.com/truecharts/charts/compare/appdaemon-16.2.0...appdaemon-16.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/appdaemon/16.6.0/Chart.yaml b/stable/appdaemon/16.6.0/Chart.yaml
deleted file mode 100644
index 3af11ccff2c..00000000000
--- a/stable/appdaemon/16.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.4.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
-home: https://truecharts.org/charts/stable/appdaemon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png
-keywords:
- - appdaemon
- - home-automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: appdaemon
-sources:
- - https://github.com/AppDaemon/appdaemon
- - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
- - https://hub.docker.com/r/acockburn/appdaemon
-type: application
-version: 16.6.0
diff --git a/stable/appdaemon/16.6.0/charts/common-20.1.5.tgz b/stable/appdaemon/16.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/appdaemon/16.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/appdaemon/16.6.0/.helmignore b/stable/appdaemon/16.7.3/.helmignore
similarity index 100%
rename from stable/appdaemon/16.6.0/.helmignore
rename to stable/appdaemon/16.7.3/.helmignore
diff --git a/stable/appdaemon/16.7.3/CHANGELOG.md b/stable/appdaemon/16.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7220646dfef
--- /dev/null
+++ b/stable/appdaemon/16.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [appdaemon-16.7.2](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/appdaemon/16.7.3/Chart.yaml b/stable/appdaemon/16.7.3/Chart.yaml
new file mode 100644
index 00000000000..5628694fa4c
--- /dev/null
+++ b/stable/appdaemon/16.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.4.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
+home: https://truecharts.org/charts/stable/appdaemon
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png
+keywords:
+ - appdaemon
+ - home-automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: appdaemon
+sources:
+ - https://github.com/AppDaemon/appdaemon
+ - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
+ - https://hub.docker.com/r/acockburn/appdaemon
+type: application
+version: 16.7.3
diff --git a/stable/appdaemon/16.6.0/README.md b/stable/appdaemon/16.7.3/README.md
similarity index 100%
rename from stable/appdaemon/16.6.0/README.md
rename to stable/appdaemon/16.7.3/README.md
diff --git a/stable/appdaemon/16.7.3/app-changelog.md b/stable/appdaemon/16.7.3/app-changelog.md
new file mode 100644
index 00000000000..7f0be09d4ba
--- /dev/null
+++ b/stable/appdaemon/16.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [appdaemon-16.7.3](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/appdaemon/16.6.0/app-readme.md b/stable/appdaemon/16.7.3/app-readme.md
similarity index 100%
rename from stable/appdaemon/16.6.0/app-readme.md
rename to stable/appdaemon/16.7.3/app-readme.md
diff --git a/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz b/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/appdaemon/16.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/appdaemon/16.6.0/ix_values.yaml b/stable/appdaemon/16.7.3/ix_values.yaml
similarity index 100%
rename from stable/appdaemon/16.6.0/ix_values.yaml
rename to stable/appdaemon/16.7.3/ix_values.yaml
diff --git a/stable/appdaemon/16.6.0/questions.yaml b/stable/appdaemon/16.7.3/questions.yaml
similarity index 100%
rename from stable/appdaemon/16.6.0/questions.yaml
rename to stable/appdaemon/16.7.3/questions.yaml
diff --git a/stable/appdaemon/16.6.0/templates/NOTES.txt b/stable/appdaemon/16.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/appdaemon/16.6.0/templates/NOTES.txt
rename to stable/appdaemon/16.7.3/templates/NOTES.txt
diff --git a/stable/appdaemon/16.6.0/templates/common.yaml b/stable/appdaemon/16.7.3/templates/common.yaml
similarity index 100%
rename from stable/appdaemon/16.6.0/templates/common.yaml
rename to stable/appdaemon/16.7.3/templates/common.yaml
diff --git a/stable/appdaemon/16.6.0/values.yaml b/stable/appdaemon/16.7.3/values.yaml
similarity index 100%
rename from stable/appdaemon/16.6.0/values.yaml
rename to stable/appdaemon/16.7.3/values.yaml
diff --git a/stable/apt-cacher-ng/8.6.0/CHANGELOG.md b/stable/apt-cacher-ng/8.6.0/CHANGELOG.md
deleted file mode 100644
index adbb404f64b..00000000000
--- a/stable/apt-cacher-ng/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [apt-cacher-ng-8.6.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.5.2...apt-cacher-ng-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [apt-cacher-ng-8.5.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.5.1...apt-cacher-ng-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [apt-cacher-ng-8.5.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.5.0...apt-cacher-ng-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [apt-cacher-ng-8.5.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.4.1...apt-cacher-ng-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [apt-cacher-ng-8.4.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.4.0...apt-cacher-ng-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [apt-cacher-ng-8.4.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.3.0...apt-cacher-ng-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [apt-cacher-ng-8.3.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.3...apt-cacher-ng-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [apt-cacher-ng-8.2.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.2...apt-cacher-ng-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [apt-cacher-ng-8.2.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.0...apt-cacher-ng-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/apt-cacher-ng/8.6.0/Chart.yaml b/stable/apt-cacher-ng/8.6.0/Chart.yaml
deleted file mode 100644
index 07cb15886f0..00000000000
--- a/stable/apt-cacher-ng/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Proxy
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.7.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
-home: https://truecharts.org/charts/stable/apt-cacher-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png
-keywords:
- - apt-cacher-ng
- - Network-Proxy
- - Network-Other
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: apt-cacher-ng
-sources:
- - https://www.unix-ag.uni-kl.de/~bloch/acng/
- - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng
- - https://hub.docker.com/r/sameersbn/apt-cacher-ng
-type: application
-version: 8.6.0
diff --git a/stable/apt-cacher-ng/8.6.0/charts/common-20.1.5.tgz b/stable/apt-cacher-ng/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/apt-cacher-ng/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/apt-cacher-ng/8.6.0/.helmignore b/stable/apt-cacher-ng/8.7.3/.helmignore
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/.helmignore
rename to stable/apt-cacher-ng/8.7.3/.helmignore
diff --git a/stable/apt-cacher-ng/8.7.3/CHANGELOG.md b/stable/apt-cacher-ng/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..79c654bdb75
--- /dev/null
+++ b/stable/apt-cacher-ng/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [apt-cacher-ng-8.7.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/apt-cacher-ng/8.7.3/Chart.yaml b/stable/apt-cacher-ng/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..239e994d695
--- /dev/null
+++ b/stable/apt-cacher-ng/8.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Proxy
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.7.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
+home: https://truecharts.org/charts/stable/apt-cacher-ng
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png
+keywords:
+ - apt-cacher-ng
+ - Network-Proxy
+ - Network-Other
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: apt-cacher-ng
+sources:
+ - https://www.unix-ag.uni-kl.de/~bloch/acng/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng
+ - https://hub.docker.com/r/sameersbn/apt-cacher-ng
+type: application
+version: 8.7.3
diff --git a/stable/apt-cacher-ng/8.6.0/README.md b/stable/apt-cacher-ng/8.7.3/README.md
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/README.md
rename to stable/apt-cacher-ng/8.7.3/README.md
diff --git a/stable/apt-cacher-ng/8.7.3/app-changelog.md b/stable/apt-cacher-ng/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..91298391f9c
--- /dev/null
+++ b/stable/apt-cacher-ng/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [apt-cacher-ng-8.7.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/apt-cacher-ng/8.6.0/app-readme.md b/stable/apt-cacher-ng/8.7.3/app-readme.md
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/app-readme.md
rename to stable/apt-cacher-ng/8.7.3/app-readme.md
diff --git a/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz b/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/apt-cacher-ng/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/apt-cacher-ng/8.6.0/ix_values.yaml b/stable/apt-cacher-ng/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/ix_values.yaml
rename to stable/apt-cacher-ng/8.7.3/ix_values.yaml
diff --git a/stable/apt-cacher-ng/8.6.0/questions.yaml b/stable/apt-cacher-ng/8.7.3/questions.yaml
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/questions.yaml
rename to stable/apt-cacher-ng/8.7.3/questions.yaml
diff --git a/stable/apt-cacher-ng/8.6.0/templates/NOTES.txt b/stable/apt-cacher-ng/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/templates/NOTES.txt
rename to stable/apt-cacher-ng/8.7.3/templates/NOTES.txt
diff --git a/stable/apt-cacher-ng/8.6.0/templates/common.yaml b/stable/apt-cacher-ng/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/templates/common.yaml
rename to stable/apt-cacher-ng/8.7.3/templates/common.yaml
diff --git a/stable/apt-cacher-ng/8.6.0/values.yaml b/stable/apt-cacher-ng/8.7.3/values.yaml
similarity index 100%
rename from stable/apt-cacher-ng/8.6.0/values.yaml
rename to stable/apt-cacher-ng/8.7.3/values.yaml
diff --git a/stable/archiveteam-warrior/5.6.0/CHANGELOG.md b/stable/archiveteam-warrior/5.6.0/CHANGELOG.md
deleted file mode 100644
index 97fbc8a6ffa..00000000000
--- a/stable/archiveteam-warrior/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [archiveteam-warrior-5.6.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.5.2...archiveteam-warrior-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [archiveteam-warrior-5.5.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.5.1...archiveteam-warrior-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [archiveteam-warrior-5.5.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.5.0...archiveteam-warrior-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [archiveteam-warrior-5.5.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.4.1...archiveteam-warrior-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [archiveteam-warrior-5.4.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.4.0...archiveteam-warrior-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [archiveteam-warrior-5.4.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.3.0...archiveteam-warrior-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [archiveteam-warrior-5.3.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.3...archiveteam-warrior-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [archiveteam-warrior-5.2.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.2...archiveteam-warrior-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [archiveteam-warrior-5.2.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.0...archiveteam-warrior-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/archiveteam-warrior/5.6.0/Chart.yaml b/stable/archiveteam-warrior/5.6.0/Chart.yaml
deleted file mode 100644
index 3bdc9eea8af..00000000000
--- a/stable/archiveteam-warrior/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
-home: https://truecharts.org/charts/stable/archiveteam-warrior
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png
-keywords:
- - archiveteam-warrior
- - Backup
- - Cloud
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: archiveteam-warrior
-sources:
- - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior
-type: application
-version: 5.6.0
diff --git a/stable/archiveteam-warrior/5.6.0/charts/common-20.1.5.tgz b/stable/archiveteam-warrior/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/archiveteam-warrior/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/archiveteam-warrior/5.6.0/.helmignore b/stable/archiveteam-warrior/5.7.3/.helmignore
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/.helmignore
rename to stable/archiveteam-warrior/5.7.3/.helmignore
diff --git a/stable/archiveteam-warrior/5.7.3/CHANGELOG.md b/stable/archiveteam-warrior/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fcdf9ccb2d2
--- /dev/null
+++ b/stable/archiveteam-warrior/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [archiveteam-warrior-5.7.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/archiveteam-warrior/5.7.3/Chart.yaml b/stable/archiveteam-warrior/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..217f4dd6f75
--- /dev/null
+++ b/stable/archiveteam-warrior/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
+home: https://truecharts.org/charts/stable/archiveteam-warrior
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png
+keywords:
+ - archiveteam-warrior
+ - Backup
+ - Cloud
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: archiveteam-warrior
+sources:
+ - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
+ - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior
+type: application
+version: 5.7.3
diff --git a/stable/archiveteam-warrior/5.6.0/README.md b/stable/archiveteam-warrior/5.7.3/README.md
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/README.md
rename to stable/archiveteam-warrior/5.7.3/README.md
diff --git a/stable/archiveteam-warrior/5.7.3/app-changelog.md b/stable/archiveteam-warrior/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0ec04f6dc7f
--- /dev/null
+++ b/stable/archiveteam-warrior/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [archiveteam-warrior-5.7.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/archiveteam-warrior/5.6.0/app-readme.md b/stable/archiveteam-warrior/5.7.3/app-readme.md
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/app-readme.md
rename to stable/archiveteam-warrior/5.7.3/app-readme.md
diff --git a/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz b/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/archiveteam-warrior/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/archiveteam-warrior/5.6.0/ix_values.yaml b/stable/archiveteam-warrior/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/ix_values.yaml
rename to stable/archiveteam-warrior/5.7.3/ix_values.yaml
diff --git a/stable/archiveteam-warrior/5.6.0/questions.yaml b/stable/archiveteam-warrior/5.7.3/questions.yaml
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/questions.yaml
rename to stable/archiveteam-warrior/5.7.3/questions.yaml
diff --git a/stable/archiveteam-warrior/5.6.0/templates/common.yaml b/stable/archiveteam-warrior/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/templates/common.yaml
rename to stable/archiveteam-warrior/5.7.3/templates/common.yaml
diff --git a/stable/archiveteam-warrior/5.6.0/values.yaml b/stable/archiveteam-warrior/5.7.3/values.yaml
similarity index 100%
rename from stable/archiveteam-warrior/5.6.0/values.yaml
rename to stable/archiveteam-warrior/5.7.3/values.yaml
diff --git a/stable/aria2/12.6.0/CHANGELOG.md b/stable/aria2/12.6.0/CHANGELOG.md
deleted file mode 100644
index 03f2c540b54..00000000000
--- a/stable/aria2/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [aria2-12.6.0](https://github.com/truecharts/charts/compare/aria2-12.5.2...aria2-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [aria2-12.5.2](https://github.com/truecharts/charts/compare/aria2-12.5.1...aria2-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [aria2-12.5.1](https://github.com/truecharts/charts/compare/aria2-12.5.0...aria2-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [aria2-12.5.0](https://github.com/truecharts/charts/compare/aria2-12.4.1...aria2-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [aria2-12.4.1](https://github.com/truecharts/charts/compare/aria2-12.4.0...aria2-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [aria2-12.4.0](https://github.com/truecharts/charts/compare/aria2-12.3.0...aria2-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [aria2-12.3.0](https://github.com/truecharts/charts/compare/aria2-12.2.3...aria2-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [aria2-12.2.3](https://github.com/truecharts/charts/compare/aria2-12.2.2...aria2-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [aria2-12.2.2](https://github.com/truecharts/charts/compare/aria2-12.2.0...aria2-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/aria2/12.6.0/Chart.yaml b/stable/aria2/12.6.0/Chart.yaml
deleted file mode 100644
index 985db6ee6e5..00000000000
--- a/stable/aria2/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: aria server for downloading web content
-home: https://truecharts.org/charts/stable/aria2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png
-keywords:
- - aria2
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: aria2
-sources:
- - https://github.com/P3TERX/Aria2-Pro-Docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/aria2
- - https://hub.docker.com/r/p3terx/aria2-pro
-type: application
-version: 12.6.0
diff --git a/stable/aria2/12.6.0/charts/common-20.1.5.tgz b/stable/aria2/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/aria2/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/aria2/12.6.0/.helmignore b/stable/aria2/12.7.3/.helmignore
similarity index 100%
rename from stable/aria2/12.6.0/.helmignore
rename to stable/aria2/12.7.3/.helmignore
diff --git a/stable/aria2/12.7.3/CHANGELOG.md b/stable/aria2/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a92c58695ca
--- /dev/null
+++ b/stable/aria2/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aria2-12.7.2](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/aria2/12.7.3/Chart.yaml b/stable/aria2/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..8bdab7461e4
--- /dev/null
+++ b/stable/aria2/12.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: aria server for downloading web content
+home: https://truecharts.org/charts/stable/aria2
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png
+keywords:
+ - aria2
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: aria2
+sources:
+ - https://github.com/P3TERX/Aria2-Pro-Docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/aria2
+ - https://hub.docker.com/r/p3terx/aria2-pro
+type: application
+version: 12.7.3
diff --git a/stable/aria2/12.6.0/README.md b/stable/aria2/12.7.3/README.md
similarity index 100%
rename from stable/aria2/12.6.0/README.md
rename to stable/aria2/12.7.3/README.md
diff --git a/stable/aria2/12.7.3/app-changelog.md b/stable/aria2/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..ce14d7fc9f5
--- /dev/null
+++ b/stable/aria2/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [aria2-12.7.3](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/aria2/12.6.0/app-readme.md b/stable/aria2/12.7.3/app-readme.md
similarity index 100%
rename from stable/aria2/12.6.0/app-readme.md
rename to stable/aria2/12.7.3/app-readme.md
diff --git a/stable/aria2/12.7.3/charts/common-20.2.4.tgz b/stable/aria2/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/aria2/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/aria2/12.6.0/ix_values.yaml b/stable/aria2/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/aria2/12.6.0/ix_values.yaml
rename to stable/aria2/12.7.3/ix_values.yaml
diff --git a/stable/aria2/12.6.0/questions.yaml b/stable/aria2/12.7.3/questions.yaml
similarity index 100%
rename from stable/aria2/12.6.0/questions.yaml
rename to stable/aria2/12.7.3/questions.yaml
diff --git a/stable/aria2/12.6.0/templates/NOTES.txt b/stable/aria2/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/aria2/12.6.0/templates/NOTES.txt
rename to stable/aria2/12.7.3/templates/NOTES.txt
diff --git a/stable/aria2/12.6.0/templates/common.yaml b/stable/aria2/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/aria2/12.6.0/templates/common.yaml
rename to stable/aria2/12.7.3/templates/common.yaml
diff --git a/stable/aria2/12.6.0/values.yaml b/stable/aria2/12.7.3/values.yaml
similarity index 100%
rename from stable/aria2/12.6.0/values.yaml
rename to stable/aria2/12.7.3/values.yaml
diff --git a/stable/ariang/8.6.0/CHANGELOG.md b/stable/ariang/8.6.0/CHANGELOG.md
deleted file mode 100644
index fc33a2e8b7d..00000000000
--- a/stable/ariang/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ariang-8.6.0](https://github.com/truecharts/charts/compare/ariang-8.5.2...ariang-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ariang-8.5.2](https://github.com/truecharts/charts/compare/ariang-8.5.1...ariang-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ariang-8.5.1](https://github.com/truecharts/charts/compare/ariang-8.5.0...ariang-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ariang-8.5.0](https://github.com/truecharts/charts/compare/ariang-8.4.1...ariang-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ariang-8.4.1](https://github.com/truecharts/charts/compare/ariang-8.4.0...ariang-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ariang-8.4.0](https://github.com/truecharts/charts/compare/ariang-8.3.0...ariang-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ariang-8.3.0](https://github.com/truecharts/charts/compare/ariang-8.2.3...ariang-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ariang-8.2.3](https://github.com/truecharts/charts/compare/ariang-8.2.2...ariang-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ariang-8.2.2](https://github.com/truecharts/charts/compare/ariang-8.2.0...ariang-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ariang/8.6.0/Chart.yaml b/stable/ariang/8.6.0/Chart.yaml
deleted file mode 100644
index 6ab37e1f2ae..00000000000
--- a/stable/ariang/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
-home: https://truecharts.org/charts/stable/ariang
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
-keywords:
- - ariang
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ariang
-sources:
- - https://github.com/leonismoe/docker-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/ariang
- - https://hub.docker.com/r/leonismoe/ariang
-type: application
-version: 8.6.0
diff --git a/stable/ariang/8.6.0/charts/common-20.1.5.tgz b/stable/ariang/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ariang/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ariang/8.6.0/.helmignore b/stable/ariang/8.7.3/.helmignore
similarity index 100%
rename from stable/ariang/8.6.0/.helmignore
rename to stable/ariang/8.7.3/.helmignore
diff --git a/stable/ariang/8.7.3/CHANGELOG.md b/stable/ariang/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1d0bf68811a
--- /dev/null
+++ b/stable/ariang/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ariang-8.7.2](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ariang/8.7.3/Chart.yaml b/stable/ariang/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..3fc05e68f71
--- /dev/null
+++ b/stable/ariang/8.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
+home: https://truecharts.org/charts/stable/ariang
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
+keywords:
+ - ariang
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ariang
+sources:
+ - https://github.com/leonismoe/docker-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ariang
+ - https://hub.docker.com/r/leonismoe/ariang
+type: application
+version: 8.7.3
diff --git a/stable/ariang/8.6.0/README.md b/stable/ariang/8.7.3/README.md
similarity index 100%
rename from stable/ariang/8.6.0/README.md
rename to stable/ariang/8.7.3/README.md
diff --git a/stable/ariang/8.7.3/app-changelog.md b/stable/ariang/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..4fcde9ab3d6
--- /dev/null
+++ b/stable/ariang/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ariang-8.7.3](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ariang/8.6.0/app-readme.md b/stable/ariang/8.7.3/app-readme.md
similarity index 100%
rename from stable/ariang/8.6.0/app-readme.md
rename to stable/ariang/8.7.3/app-readme.md
diff --git a/stable/ariang/8.7.3/charts/common-20.2.4.tgz b/stable/ariang/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ariang/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ariang/8.6.0/ix_values.yaml b/stable/ariang/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/ariang/8.6.0/ix_values.yaml
rename to stable/ariang/8.7.3/ix_values.yaml
diff --git a/stable/ariang/8.6.0/questions.yaml b/stable/ariang/8.7.3/questions.yaml
similarity index 100%
rename from stable/ariang/8.6.0/questions.yaml
rename to stable/ariang/8.7.3/questions.yaml
diff --git a/stable/ariang/8.6.0/templates/NOTES.txt b/stable/ariang/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ariang/8.6.0/templates/NOTES.txt
rename to stable/ariang/8.7.3/templates/NOTES.txt
diff --git a/stable/ariang/8.6.0/templates/common.yaml b/stable/ariang/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/ariang/8.6.0/templates/common.yaml
rename to stable/ariang/8.7.3/templates/common.yaml
diff --git a/stable/ariang/8.6.0/values.yaml b/stable/ariang/8.7.3/values.yaml
similarity index 100%
rename from stable/ariang/8.6.0/values.yaml
rename to stable/ariang/8.7.3/values.yaml
diff --git a/stable/arksurvivalevolved/7.6.0/CHANGELOG.md b/stable/arksurvivalevolved/7.6.0/CHANGELOG.md
deleted file mode 100644
index bdc160b4cd3..00000000000
--- a/stable/arksurvivalevolved/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [arksurvivalevolved-7.6.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.5.2...arksurvivalevolved-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [arksurvivalevolved-7.5.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.5.1...arksurvivalevolved-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [arksurvivalevolved-7.5.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.5.0...arksurvivalevolved-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [arksurvivalevolved-7.5.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.4.1...arksurvivalevolved-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [arksurvivalevolved-7.4.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.4.0...arksurvivalevolved-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [arksurvivalevolved-7.4.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.3.0...arksurvivalevolved-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [arksurvivalevolved-7.3.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.3...arksurvivalevolved-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [arksurvivalevolved-7.2.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.2...arksurvivalevolved-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [arksurvivalevolved-7.2.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.0...arksurvivalevolved-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/arksurvivalevolved/7.6.0/Chart.yaml b/stable/arksurvivalevolved/7.6.0/Chart.yaml
deleted file mode 100644
index 0e696e1ba5a..00000000000
--- a/stable/arksurvivalevolved/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: arkse
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A custom SteamCMD chart that runs ArkSE.
-home: https://truecharts.org/charts/stable/arksurvivalevolved
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png
-keywords:
- - arksurvivalevolved
- - arkse
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: arksurvivalevolved
-sources:
- - https://github.com/ich777/docker-steamcmd-server/tree/arkse
- - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 7.6.0
diff --git a/stable/arksurvivalevolved/7.6.0/charts/common-20.1.5.tgz b/stable/arksurvivalevolved/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/arksurvivalevolved/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/arksurvivalevolved/7.6.0/.helmignore b/stable/arksurvivalevolved/7.7.3/.helmignore
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/.helmignore
rename to stable/arksurvivalevolved/7.7.3/.helmignore
diff --git a/stable/arksurvivalevolved/7.7.3/CHANGELOG.md b/stable/arksurvivalevolved/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c5a3c44796c
--- /dev/null
+++ b/stable/arksurvivalevolved/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arksurvivalevolved-7.7.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/arksurvivalevolved/7.7.3/Chart.yaml b/stable/arksurvivalevolved/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..f5698d593fd
--- /dev/null
+++ b/stable/arksurvivalevolved/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: arkse
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A custom SteamCMD chart that runs ArkSE.
+home: https://truecharts.org/charts/stable/arksurvivalevolved
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png
+keywords:
+ - arksurvivalevolved
+ - arkse
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: arksurvivalevolved
+sources:
+ - https://github.com/ich777/docker-steamcmd-server/tree/arkse
+ - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 7.7.3
diff --git a/stable/arksurvivalevolved/7.6.0/README.md b/stable/arksurvivalevolved/7.7.3/README.md
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/README.md
rename to stable/arksurvivalevolved/7.7.3/README.md
diff --git a/stable/arksurvivalevolved/7.7.3/app-changelog.md b/stable/arksurvivalevolved/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..1cf7a138189
--- /dev/null
+++ b/stable/arksurvivalevolved/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [arksurvivalevolved-7.7.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/arksurvivalevolved/7.6.0/app-readme.md b/stable/arksurvivalevolved/7.7.3/app-readme.md
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/app-readme.md
rename to stable/arksurvivalevolved/7.7.3/app-readme.md
diff --git a/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz b/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/arksurvivalevolved/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/arksurvivalevolved/7.6.0/ix_values.yaml b/stable/arksurvivalevolved/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/ix_values.yaml
rename to stable/arksurvivalevolved/7.7.3/ix_values.yaml
diff --git a/stable/arksurvivalevolved/7.6.0/questions.yaml b/stable/arksurvivalevolved/7.7.3/questions.yaml
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/questions.yaml
rename to stable/arksurvivalevolved/7.7.3/questions.yaml
diff --git a/stable/arksurvivalevolved/7.6.0/templates/NOTES.txt b/stable/arksurvivalevolved/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/templates/NOTES.txt
rename to stable/arksurvivalevolved/7.7.3/templates/NOTES.txt
diff --git a/stable/arksurvivalevolved/7.6.0/templates/_secrets.tpl b/stable/arksurvivalevolved/7.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/templates/_secrets.tpl
rename to stable/arksurvivalevolved/7.7.3/templates/_secrets.tpl
diff --git a/stable/arksurvivalevolved/7.6.0/templates/common.yaml b/stable/arksurvivalevolved/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/templates/common.yaml
rename to stable/arksurvivalevolved/7.7.3/templates/common.yaml
diff --git a/stable/arksurvivalevolved/7.6.0/values.yaml b/stable/arksurvivalevolved/7.7.3/values.yaml
similarity index 100%
rename from stable/arksurvivalevolved/7.6.0/values.yaml
rename to stable/arksurvivalevolved/7.7.3/values.yaml
diff --git a/stable/arma3/5.6.0/CHANGELOG.md b/stable/arma3/5.6.0/CHANGELOG.md
deleted file mode 100644
index 9e7cdebe8b1..00000000000
--- a/stable/arma3/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [arma3-5.6.0](https://github.com/truecharts/charts/compare/arma3-5.5.2...arma3-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [arma3-5.5.2](https://github.com/truecharts/charts/compare/arma3-5.5.1...arma3-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [arma3-5.5.1](https://github.com/truecharts/charts/compare/arma3-5.5.0...arma3-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [arma3-5.5.0](https://github.com/truecharts/charts/compare/arma3-5.4.1...arma3-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [arma3-5.4.1](https://github.com/truecharts/charts/compare/arma3-5.4.0...arma3-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [arma3-5.4.0](https://github.com/truecharts/charts/compare/arma3-5.3.0...arma3-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [arma3-5.3.0](https://github.com/truecharts/charts/compare/arma3-5.2.3...arma3-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [arma3-5.2.3](https://github.com/truecharts/charts/compare/arma3-5.2.2...arma3-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [arma3-5.2.2](https://github.com/truecharts/charts/compare/arma3-5.2.0...arma3-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/arma3/5.6.0/Chart.yaml b/stable/arma3/5.6.0/Chart.yaml
deleted file mode 100644
index 02a8ba8c2d8..00000000000
--- a/stable/arma3/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: arma3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install ArmA III and run it.
-home: https://truecharts.org/charts/stable/arma3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png
-keywords:
- - arma3
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: arma3
-sources:
- - https://arma3.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/arma3
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/arma3/5.6.0/charts/common-20.1.5.tgz b/stable/arma3/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/arma3/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/arma3/5.6.0/.helmignore b/stable/arma3/5.7.3/.helmignore
similarity index 100%
rename from stable/arma3/5.6.0/.helmignore
rename to stable/arma3/5.7.3/.helmignore
diff --git a/stable/arma3/5.7.3/CHANGELOG.md b/stable/arma3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a1648b8d393
--- /dev/null
+++ b/stable/arma3/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3-5.7.2](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/arma3/5.7.3/Chart.yaml b/stable/arma3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3e4e1f9b1b6
--- /dev/null
+++ b/stable/arma3/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: arma3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install ArmA III and run it.
+home: https://truecharts.org/charts/stable/arma3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png
+keywords:
+ - arma3
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: arma3
+sources:
+ - https://arma3.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/arma3
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/arma3/5.6.0/README.md b/stable/arma3/5.7.3/README.md
similarity index 100%
rename from stable/arma3/5.6.0/README.md
rename to stable/arma3/5.7.3/README.md
diff --git a/stable/arma3/5.7.3/app-changelog.md b/stable/arma3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..89f900bd18a
--- /dev/null
+++ b/stable/arma3/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [arma3-5.7.3](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/arma3/5.6.0/app-readme.md b/stable/arma3/5.7.3/app-readme.md
similarity index 100%
rename from stable/arma3/5.6.0/app-readme.md
rename to stable/arma3/5.7.3/app-readme.md
diff --git a/stable/arma3/5.7.3/charts/common-20.2.4.tgz b/stable/arma3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/arma3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/arma3/5.6.0/ix_values.yaml b/stable/arma3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/arma3/5.6.0/ix_values.yaml
rename to stable/arma3/5.7.3/ix_values.yaml
diff --git a/stable/arma3/5.6.0/questions.yaml b/stable/arma3/5.7.3/questions.yaml
similarity index 100%
rename from stable/arma3/5.6.0/questions.yaml
rename to stable/arma3/5.7.3/questions.yaml
diff --git a/stable/arma3/5.6.0/templates/common.yaml b/stable/arma3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/arma3/5.6.0/templates/common.yaml
rename to stable/arma3/5.7.3/templates/common.yaml
diff --git a/stable/arma3/5.6.0/values.yaml b/stable/arma3/5.7.3/values.yaml
similarity index 100%
rename from stable/arma3/5.6.0/values.yaml
rename to stable/arma3/5.7.3/values.yaml
diff --git a/stable/arma3exilemod/5.6.0/CHANGELOG.md b/stable/arma3exilemod/5.6.0/CHANGELOG.md
deleted file mode 100644
index af2eef0ca2a..00000000000
--- a/stable/arma3exilemod/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [arma3exilemod-5.6.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.5.2...arma3exilemod-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [arma3exilemod-5.5.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.5.1...arma3exilemod-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [arma3exilemod-5.5.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.5.0...arma3exilemod-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [arma3exilemod-5.5.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.4.1...arma3exilemod-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [arma3exilemod-5.4.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.4.0...arma3exilemod-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [arma3exilemod-5.4.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.3.0...arma3exilemod-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [arma3exilemod-5.3.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.3...arma3exilemod-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [arma3exilemod-5.2.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.2...arma3exilemod-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [arma3exilemod-5.2.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.0...arma3exilemod-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/arma3exilemod/5.6.0/Chart.yaml b/stable/arma3exilemod/5.6.0/Chart.yaml
deleted file mode 100644
index d256d10e41b..00000000000
--- a/stable/arma3exilemod/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: arma3exilemod
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it.
-home: https://truecharts.org/charts/stable/arma3exilemod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png
-keywords:
- - arma3exilemod
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: arma3exilemod
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/arma3exilemod/5.6.0/charts/common-20.1.5.tgz b/stable/arma3exilemod/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/arma3exilemod/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/arma3exilemod/5.6.0/.helmignore b/stable/arma3exilemod/5.7.3/.helmignore
similarity index 100%
rename from stable/arma3exilemod/5.6.0/.helmignore
rename to stable/arma3exilemod/5.7.3/.helmignore
diff --git a/stable/arma3exilemod/5.7.3/CHANGELOG.md b/stable/arma3exilemod/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..76422461784
--- /dev/null
+++ b/stable/arma3exilemod/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [arma3exilemod-5.7.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/arma3exilemod/5.7.3/Chart.yaml b/stable/arma3exilemod/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b02b96c8b0d
--- /dev/null
+++ b/stable/arma3exilemod/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: arma3exilemod
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it.
+home: https://truecharts.org/charts/stable/arma3exilemod
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png
+keywords:
+ - arma3exilemod
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: arma3exilemod
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/arma3exilemod/5.6.0/README.md b/stable/arma3exilemod/5.7.3/README.md
similarity index 100%
rename from stable/arma3exilemod/5.6.0/README.md
rename to stable/arma3exilemod/5.7.3/README.md
diff --git a/stable/arma3exilemod/5.7.3/app-changelog.md b/stable/arma3exilemod/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ddefab95177
--- /dev/null
+++ b/stable/arma3exilemod/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [arma3exilemod-5.7.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/arma3exilemod/5.6.0/app-readme.md b/stable/arma3exilemod/5.7.3/app-readme.md
similarity index 100%
rename from stable/arma3exilemod/5.6.0/app-readme.md
rename to stable/arma3exilemod/5.7.3/app-readme.md
diff --git a/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz b/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/arma3exilemod/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/arma3exilemod/5.6.0/ix_values.yaml b/stable/arma3exilemod/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/arma3exilemod/5.6.0/ix_values.yaml
rename to stable/arma3exilemod/5.7.3/ix_values.yaml
diff --git a/stable/arma3exilemod/5.6.0/questions.yaml b/stable/arma3exilemod/5.7.3/questions.yaml
similarity index 100%
rename from stable/arma3exilemod/5.6.0/questions.yaml
rename to stable/arma3exilemod/5.7.3/questions.yaml
diff --git a/stable/arma3exilemod/5.6.0/templates/common.yaml b/stable/arma3exilemod/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/arma3exilemod/5.6.0/templates/common.yaml
rename to stable/arma3exilemod/5.7.3/templates/common.yaml
diff --git a/stable/arma3exilemod/5.6.0/values.yaml b/stable/arma3exilemod/5.7.3/values.yaml
similarity index 100%
rename from stable/arma3exilemod/5.6.0/values.yaml
rename to stable/arma3exilemod/5.7.3/values.yaml
diff --git a/stable/assettocorsa/5.6.0/CHANGELOG.md b/stable/assettocorsa/5.6.0/CHANGELOG.md
deleted file mode 100644
index a8598481601..00000000000
--- a/stable/assettocorsa/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [assettocorsa-5.6.0](https://github.com/truecharts/charts/compare/assettocorsa-5.5.2...assettocorsa-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [assettocorsa-5.5.2](https://github.com/truecharts/charts/compare/assettocorsa-5.5.1...assettocorsa-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [assettocorsa-5.5.1](https://github.com/truecharts/charts/compare/assettocorsa-5.5.0...assettocorsa-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [assettocorsa-5.5.0](https://github.com/truecharts/charts/compare/assettocorsa-5.4.1...assettocorsa-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [assettocorsa-5.4.1](https://github.com/truecharts/charts/compare/assettocorsa-5.4.0...assettocorsa-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [assettocorsa-5.4.0](https://github.com/truecharts/charts/compare/assettocorsa-5.3.0...assettocorsa-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [assettocorsa-5.3.0](https://github.com/truecharts/charts/compare/assettocorsa-5.2.3...assettocorsa-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [assettocorsa-5.2.3](https://github.com/truecharts/charts/compare/assettocorsa-5.2.2...assettocorsa-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [assettocorsa-5.2.2](https://github.com/truecharts/charts/compare/assettocorsa-5.2.0...assettocorsa-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/assettocorsa/5.6.0/Chart.yaml b/stable/assettocorsa/5.6.0/Chart.yaml
deleted file mode 100644
index 6485c7205a4..00000000000
--- a/stable/assettocorsa/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: assettocorsa
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it.
-home: https://truecharts.org/charts/stable/assettocorsa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png
-keywords:
- - assettocorsa
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: assettocorsa
-sources:
- - https://www.assettocorsa.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/assettocorsa/5.6.0/charts/common-20.1.5.tgz b/stable/assettocorsa/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/assettocorsa/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/assettocorsa/5.6.0/.helmignore b/stable/assettocorsa/5.7.3/.helmignore
similarity index 100%
rename from stable/assettocorsa/5.6.0/.helmignore
rename to stable/assettocorsa/5.7.3/.helmignore
diff --git a/stable/assettocorsa/5.7.3/CHANGELOG.md b/stable/assettocorsa/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d6536f0d2cb
--- /dev/null
+++ b/stable/assettocorsa/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [assettocorsa-5.7.2](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/assettocorsa/5.7.3/Chart.yaml b/stable/assettocorsa/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e503f9138ba
--- /dev/null
+++ b/stable/assettocorsa/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: assettocorsa
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it.
+home: https://truecharts.org/charts/stable/assettocorsa
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png
+keywords:
+ - assettocorsa
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: assettocorsa
+sources:
+ - https://www.assettocorsa.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/assettocorsa/5.6.0/README.md b/stable/assettocorsa/5.7.3/README.md
similarity index 100%
rename from stable/assettocorsa/5.6.0/README.md
rename to stable/assettocorsa/5.7.3/README.md
diff --git a/stable/assettocorsa/5.7.3/app-changelog.md b/stable/assettocorsa/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..834b8fb8412
--- /dev/null
+++ b/stable/assettocorsa/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [assettocorsa-5.7.3](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/assettocorsa/5.6.0/app-readme.md b/stable/assettocorsa/5.7.3/app-readme.md
similarity index 100%
rename from stable/assettocorsa/5.6.0/app-readme.md
rename to stable/assettocorsa/5.7.3/app-readme.md
diff --git a/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz b/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/assettocorsa/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/assettocorsa/5.6.0/ix_values.yaml b/stable/assettocorsa/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/assettocorsa/5.6.0/ix_values.yaml
rename to stable/assettocorsa/5.7.3/ix_values.yaml
diff --git a/stable/assettocorsa/5.6.0/questions.yaml b/stable/assettocorsa/5.7.3/questions.yaml
similarity index 100%
rename from stable/assettocorsa/5.6.0/questions.yaml
rename to stable/assettocorsa/5.7.3/questions.yaml
diff --git a/stable/assettocorsa/5.6.0/templates/common.yaml b/stable/assettocorsa/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/assettocorsa/5.6.0/templates/common.yaml
rename to stable/assettocorsa/5.7.3/templates/common.yaml
diff --git a/stable/assettocorsa/5.6.0/values.yaml b/stable/assettocorsa/5.7.3/values.yaml
similarity index 100%
rename from stable/assettocorsa/5.6.0/values.yaml
rename to stable/assettocorsa/5.7.3/values.yaml
diff --git a/stable/audacity/12.6.0/CHANGELOG.md b/stable/audacity/12.6.0/CHANGELOG.md
deleted file mode 100644
index b34a67a7681..00000000000
--- a/stable/audacity/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [audacity-12.6.0](https://github.com/truecharts/charts/compare/audacity-12.5.2...audacity-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [audacity-12.5.2](https://github.com/truecharts/charts/compare/audacity-12.5.1...audacity-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [audacity-12.5.1](https://github.com/truecharts/charts/compare/audacity-12.5.0...audacity-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [audacity-12.5.0](https://github.com/truecharts/charts/compare/audacity-12.4.1...audacity-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [audacity-12.4.1](https://github.com/truecharts/charts/compare/audacity-12.4.0...audacity-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [audacity-12.4.0](https://github.com/truecharts/charts/compare/audacity-12.3.0...audacity-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [audacity-12.3.0](https://github.com/truecharts/charts/compare/audacity-12.2.3...audacity-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [audacity-12.2.3](https://github.com/truecharts/charts/compare/audacity-12.2.2...audacity-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [audacity-12.2.2](https://github.com/truecharts/charts/compare/audacity-12.2.0...audacity-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/audacity/12.6.0/Chart.yaml b/stable/audacity/12.6.0/Chart.yaml
deleted file mode 100644
index 5a93eb0ff49..00000000000
--- a/stable/audacity/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.0.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An easy-to-use, multi-track audio editor and recorder
-home: https://truecharts.org/charts/stable/audacity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png
-keywords:
- - audacity
- - music
- - recorder
- - editor
- - audio
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: audacity
-sources:
- - https://www.audacityteam.org/
- - https://github.com/linuxserver/docker-audacity
- - https://github.com/truecharts/charts/tree/master/charts/stable/audacity
- - https://ghcr.io/linuxserver/audacity
-type: application
-version: 12.6.0
diff --git a/stable/audacity/12.6.0/charts/common-20.1.5.tgz b/stable/audacity/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/audacity/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/audacity/12.6.0/.helmignore b/stable/audacity/12.7.3/.helmignore
similarity index 100%
rename from stable/audacity/12.6.0/.helmignore
rename to stable/audacity/12.7.3/.helmignore
diff --git a/stable/audacity/12.7.3/CHANGELOG.md b/stable/audacity/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bdafedcead7
--- /dev/null
+++ b/stable/audacity/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audacity-12.7.2](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/audacity/12.7.3/Chart.yaml b/stable/audacity/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..0a53f396edd
--- /dev/null
+++ b/stable/audacity/12.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.0.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An easy-to-use, multi-track audio editor and recorder
+home: https://truecharts.org/charts/stable/audacity
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png
+keywords:
+ - audacity
+ - music
+ - recorder
+ - editor
+ - audio
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: audacity
+sources:
+ - https://www.audacityteam.org/
+ - https://github.com/linuxserver/docker-audacity
+ - https://github.com/truecharts/charts/tree/master/charts/stable/audacity
+ - https://ghcr.io/linuxserver/audacity
+type: application
+version: 12.7.3
diff --git a/stable/audacity/12.6.0/README.md b/stable/audacity/12.7.3/README.md
similarity index 100%
rename from stable/audacity/12.6.0/README.md
rename to stable/audacity/12.7.3/README.md
diff --git a/stable/audacity/12.7.3/app-changelog.md b/stable/audacity/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..7a360b43b0f
--- /dev/null
+++ b/stable/audacity/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [audacity-12.7.3](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/audacity/12.6.0/app-readme.md b/stable/audacity/12.7.3/app-readme.md
similarity index 100%
rename from stable/audacity/12.6.0/app-readme.md
rename to stable/audacity/12.7.3/app-readme.md
diff --git a/stable/audacity/12.7.3/charts/common-20.2.4.tgz b/stable/audacity/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/audacity/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/audacity/12.6.0/ix_values.yaml b/stable/audacity/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/audacity/12.6.0/ix_values.yaml
rename to stable/audacity/12.7.3/ix_values.yaml
diff --git a/stable/audacity/12.6.0/questions.yaml b/stable/audacity/12.7.3/questions.yaml
similarity index 100%
rename from stable/audacity/12.6.0/questions.yaml
rename to stable/audacity/12.7.3/questions.yaml
diff --git a/stable/audacity/12.6.0/templates/NOTES.txt b/stable/audacity/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/audacity/12.6.0/templates/NOTES.txt
rename to stable/audacity/12.7.3/templates/NOTES.txt
diff --git a/stable/audacity/12.6.0/templates/common.yaml b/stable/audacity/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/audacity/12.6.0/templates/common.yaml
rename to stable/audacity/12.7.3/templates/common.yaml
diff --git a/stable/audacity/12.6.0/values.yaml b/stable/audacity/12.7.3/values.yaml
similarity index 100%
rename from stable/audacity/12.6.0/values.yaml
rename to stable/audacity/12.7.3/values.yaml
diff --git a/stable/audiobookshelf/9.7.0/CHANGELOG.md b/stable/audiobookshelf/9.7.0/CHANGELOG.md
deleted file mode 100644
index 0df07e08365..00000000000
--- a/stable/audiobookshelf/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [audiobookshelf-9.6.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.5.2...audiobookshelf-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [audiobookshelf-9.5.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.5.1...audiobookshelf-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [audiobookshelf-9.5.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.5.0...audiobookshelf-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
diff --git a/stable/audiobookshelf/9.7.0/Chart.yaml b/stable/audiobookshelf/9.7.0/Chart.yaml
deleted file mode 100644
index 05fca01c77f..00000000000
--- a/stable/audiobookshelf/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.8.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
-home: https://truecharts.org/charts/stable/audiobookshelf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png
-keywords:
- - audiobookshelf
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: audiobookshelf
-sources:
- - https://github.com/advplyr/audiobookshelf
- - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
- - https://hub.docker.com/r/advplyr/audiobookshelf
-type: application
-version: 9.7.0
diff --git a/stable/audiobookshelf/9.7.0/app-changelog.md b/stable/audiobookshelf/9.7.0/app-changelog.md
deleted file mode 100644
index 6639a169b08..00000000000
--- a/stable/audiobookshelf/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [audiobookshelf-9.7.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/audiobookshelf/9.7.0/charts/common-20.2.0.tgz b/stable/audiobookshelf/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/audiobookshelf/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/audiobookshelf/9.7.0/ix_values.yaml b/stable/audiobookshelf/9.7.0/ix_values.yaml
deleted file mode 100644
index 7786dff7ad1..00000000000
--- a/stable/audiobookshelf/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-image:
- repository: advplyr/audiobookshelf
- tag: 2.8.0@sha256:34bc1414a7a65f3f1e12f3e03195561732cc740792d1dea1858d483006ceba1e
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10223
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/ping"
- readiness:
- path: "/ping"
- startup:
- path: "/ping"
- env:
- AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}"
- AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}"
- PORT: "{{ .Values.service.main.ports.main.port }}"
- TOKEN_SECRET:
- secretKeyRef:
- name: secrets
- key: TOKEN_SECRET
-persistence:
- config:
- enabled: true
- mountPath: /config
- audiobooks:
- enabled: true
- mountPath: /audiobooks
- metadata:
- enabled: true
- mountPath: /metadata
-portal:
- open:
- enabled: true
diff --git a/stable/audiobookshelf/9.7.0/.helmignore b/stable/audiobookshelf/9.7.4/.helmignore
similarity index 100%
rename from stable/audiobookshelf/9.7.0/.helmignore
rename to stable/audiobookshelf/9.7.4/.helmignore
diff --git a/stable/audiobookshelf/9.7.4/CHANGELOG.md b/stable/audiobookshelf/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..1e85417be2e
--- /dev/null
+++ b/stable/audiobookshelf/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audiobookshelf-9.7.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audiobookshelf-9.7.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audiobookshelf-9.7.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audiobookshelf-9.7.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [audiobookshelf-9.7.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/audiobookshelf/9.7.4/Chart.yaml b/stable/audiobookshelf/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..69a897bffda
--- /dev/null
+++ b/stable/audiobookshelf/9.7.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.8.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
+home: https://truecharts.org/charts/stable/audiobookshelf
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png
+keywords:
+ - audiobookshelf
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: audiobookshelf
+sources:
+ - https://github.com/advplyr/audiobookshelf
+ - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
+ - https://hub.docker.com/r/advplyr/audiobookshelf
+type: application
+version: 9.7.4
diff --git a/stable/audiobookshelf/9.7.0/README.md b/stable/audiobookshelf/9.7.4/README.md
similarity index 100%
rename from stable/audiobookshelf/9.7.0/README.md
rename to stable/audiobookshelf/9.7.4/README.md
diff --git a/stable/audiobookshelf/9.7.4/app-changelog.md b/stable/audiobookshelf/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..ba4f2f3e4f2
--- /dev/null
+++ b/stable/audiobookshelf/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [audiobookshelf-9.7.4](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image advplyr/audiobookshelf to v2.8.1[@c367c39](https://github.com/c367c39) by renovate ([#19388](https://github.com/truecharts/charts/issues/19388))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/audiobookshelf/9.7.0/app-readme.md b/stable/audiobookshelf/9.7.4/app-readme.md
similarity index 100%
rename from stable/audiobookshelf/9.7.0/app-readme.md
rename to stable/audiobookshelf/9.7.4/app-readme.md
diff --git a/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz b/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/audiobookshelf/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/audiobookshelf/9.7.4/ix_values.yaml b/stable/audiobookshelf/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..507030901e4
--- /dev/null
+++ b/stable/audiobookshelf/9.7.4/ix_values.yaml
@@ -0,0 +1,48 @@
+image:
+ repository: advplyr/audiobookshelf
+ tag: 2.8.1@sha256:c367c39906dc8a470e5ffa97b95dcfac962da3f328f4ff51dc1d677690a57717
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10223
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/ping"
+ readiness:
+ path: "/ping"
+ startup:
+ path: "/ping"
+ env:
+ AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}"
+ AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}"
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ TOKEN_SECRET:
+ secretKeyRef:
+ name: secrets
+ key: TOKEN_SECRET
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ audiobooks:
+ enabled: true
+ mountPath: /audiobooks
+ metadata:
+ enabled: true
+ mountPath: /metadata
+portal:
+ open:
+ enabled: true
diff --git a/stable/audiobookshelf/9.7.0/questions.yaml b/stable/audiobookshelf/9.7.4/questions.yaml
similarity index 100%
rename from stable/audiobookshelf/9.7.0/questions.yaml
rename to stable/audiobookshelf/9.7.4/questions.yaml
diff --git a/stable/audiobookshelf/9.7.0/templates/NOTES.txt b/stable/audiobookshelf/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/audiobookshelf/9.7.0/templates/NOTES.txt
rename to stable/audiobookshelf/9.7.4/templates/NOTES.txt
diff --git a/stable/audiobookshelf/9.7.0/templates/_secrets.tpl b/stable/audiobookshelf/9.7.4/templates/_secrets.tpl
similarity index 100%
rename from stable/audiobookshelf/9.7.0/templates/_secrets.tpl
rename to stable/audiobookshelf/9.7.4/templates/_secrets.tpl
diff --git a/stable/audiobookshelf/9.7.0/templates/common.yaml b/stable/audiobookshelf/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/audiobookshelf/9.7.0/templates/common.yaml
rename to stable/audiobookshelf/9.7.4/templates/common.yaml
diff --git a/stable/audiobookshelf/9.7.0/values.yaml b/stable/audiobookshelf/9.7.4/values.yaml
similarity index 100%
rename from stable/audiobookshelf/9.7.0/values.yaml
rename to stable/audiobookshelf/9.7.4/values.yaml
diff --git a/stable/aurora-files/5.6.0/CHANGELOG.md b/stable/aurora-files/5.6.0/CHANGELOG.md
deleted file mode 100644
index 583f789cc41..00000000000
--- a/stable/aurora-files/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [aurora-files-5.6.0](https://github.com/truecharts/charts/compare/aurora-files-5.5.2...aurora-files-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [aurora-files-5.5.2](https://github.com/truecharts/charts/compare/aurora-files-5.5.1...aurora-files-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [aurora-files-5.5.1](https://github.com/truecharts/charts/compare/aurora-files-5.5.0...aurora-files-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [aurora-files-5.5.0](https://github.com/truecharts/charts/compare/aurora-files-5.4.1...aurora-files-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [aurora-files-5.4.1](https://github.com/truecharts/charts/compare/aurora-files-5.4.0...aurora-files-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [aurora-files-5.4.0](https://github.com/truecharts/charts/compare/aurora-files-5.3.0...aurora-files-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [aurora-files-5.3.0](https://github.com/truecharts/charts/compare/aurora-files-5.2.3...aurora-files-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [aurora-files-5.2.3](https://github.com/truecharts/charts/compare/aurora-files-5.2.2...aurora-files-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [aurora-files-5.2.2](https://github.com/truecharts/charts/compare/aurora-files-5.2.0...aurora-files-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/aurora-files/5.6.0/Chart.yaml b/stable/aurora-files/5.6.0/Chart.yaml
deleted file mode 100644
index ac6728aed61..00000000000
--- a/stable/aurora-files/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package.
-home: https://truecharts.org/charts/stable/aurora-files
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png
-keywords:
- - aurora-files
- - Cloud
- - Tools-Utilities
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: aurora-files
-sources:
- - https://github.com/afterlogic/docker-aurora-files
- - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files
- - https://hub.docker.com/r/afterlogic/docker-aurora-files
-type: application
-version: 5.6.0
diff --git a/stable/aurora-files/5.6.0/charts/common-20.1.5.tgz b/stable/aurora-files/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/aurora-files/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/aurora-files/5.6.0/.helmignore b/stable/aurora-files/5.7.3/.helmignore
similarity index 100%
rename from stable/aurora-files/5.6.0/.helmignore
rename to stable/aurora-files/5.7.3/.helmignore
diff --git a/stable/aurora-files/5.7.3/CHANGELOG.md b/stable/aurora-files/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ed40cff84b1
--- /dev/null
+++ b/stable/aurora-files/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [aurora-files-5.7.2](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/aurora-files/5.7.3/Chart.yaml b/stable/aurora-files/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..263aae40511
--- /dev/null
+++ b/stable/aurora-files/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package.
+home: https://truecharts.org/charts/stable/aurora-files
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png
+keywords:
+ - aurora-files
+ - Cloud
+ - Tools-Utilities
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: aurora-files
+sources:
+ - https://github.com/afterlogic/docker-aurora-files
+ - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files
+ - https://hub.docker.com/r/afterlogic/docker-aurora-files
+type: application
+version: 5.7.3
diff --git a/stable/aurora-files/5.6.0/README.md b/stable/aurora-files/5.7.3/README.md
similarity index 100%
rename from stable/aurora-files/5.6.0/README.md
rename to stable/aurora-files/5.7.3/README.md
diff --git a/stable/aurora-files/5.7.3/app-changelog.md b/stable/aurora-files/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..240b52402c1
--- /dev/null
+++ b/stable/aurora-files/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [aurora-files-5.7.3](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/aurora-files/5.6.0/app-readme.md b/stable/aurora-files/5.7.3/app-readme.md
similarity index 100%
rename from stable/aurora-files/5.6.0/app-readme.md
rename to stable/aurora-files/5.7.3/app-readme.md
diff --git a/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz b/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/aurora-files/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/aurora-files/5.6.0/ix_values.yaml b/stable/aurora-files/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/aurora-files/5.6.0/ix_values.yaml
rename to stable/aurora-files/5.7.3/ix_values.yaml
diff --git a/stable/aurora-files/5.6.0/questions.yaml b/stable/aurora-files/5.7.3/questions.yaml
similarity index 100%
rename from stable/aurora-files/5.6.0/questions.yaml
rename to stable/aurora-files/5.7.3/questions.yaml
diff --git a/stable/aurora-files/5.6.0/templates/common.yaml b/stable/aurora-files/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/aurora-files/5.6.0/templates/common.yaml
rename to stable/aurora-files/5.7.3/templates/common.yaml
diff --git a/stable/aurora-files/5.6.0/values.yaml b/stable/aurora-files/5.7.3/values.yaml
similarity index 100%
rename from stable/aurora-files/5.6.0/values.yaml
rename to stable/aurora-files/5.7.3/values.yaml
diff --git a/stable/authentik/24.7.0/CHANGELOG.md b/stable/authentik/24.7.0/CHANGELOG.md
deleted file mode 100644
index d66a01039c0..00000000000
--- a/stable/authentik/24.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
diff --git a/stable/authentik/24.7.0/Chart.yaml b/stable/authentik/24.7.0/Chart.yaml
deleted file mode 100644
index 7f5f3740469..00000000000
--- a/stable/authentik/24.7.0/Chart.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: authentication
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.2.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
-home: https://truecharts.org/charts/stable/authentik
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
-keywords:
- - authentik
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: authentik
-sources:
- - https://goauthentik.io/docs/
- - https://github.com/goauthentik/authentik
- - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- - https://ghcr.io/goauthentik/radius
- - https://ghcr.io/maxmind/geoipupdate
- - https://ghcr.io/goauthentik/proxy
- - https://ghcr.io/goauthentik/server
- - https://ghcr.io/goauthentik/ldap
-type: application
-version: 24.7.0
diff --git a/stable/authentik/24.7.0/app-changelog.md b/stable/authentik/24.7.0/app-changelog.md
deleted file mode 100644
index 4a01c4a2f9c..00000000000
--- a/stable/authentik/24.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [authentik-24.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/authentik/24.7.0/charts/common-20.2.0.tgz b/stable/authentik/24.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/authentik/24.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/authentik/24.7.0/charts/redis-13.0.5.tgz b/stable/authentik/24.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/authentik/24.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/authentik/24.7.0/questions.yaml b/stable/authentik/24.7.0/questions.yaml
deleted file mode 100755
index ed2d86bcd45..00000000000
--- a/stable/authentik/24.7.0/questions.yaml
+++ /dev/null
@@ -1,5323 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: authentik
- group: App Configuration
- label: Authentik Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: credentials
- label: Credentials
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: email
- label: Email
- description: |
- Set the default email address for the akadmin user.
- Only read on initial install, changing this will have no effect.
- schema:
- type: string
- required: true
- immutable: true
- default: ""
- - variable: password
- label: Password
- description: |
- Set the default password for the akadmin user.
- Only read on initial install, changing this will have no effect.
- schema:
- type: string
- private: true
- required: true
- immutable: true
- default: ""
- - variable: bootstrapToken
- label: (Optional) Bootstrap Token
- description: |
- Set the bootstrap token for the authentik server.
- Only read on initial install, changing this will have no effect.
- Only set this token if you plan to use the API right after installation.
- schema:
- type: string
- private: true
- immutable: true
- default: ""
- - variable: general
- label: General
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: disableUpdateCheck
- label: Disable Update Check
- description: Disable the inbuilt update-checker
- schema:
- type: boolean
- default: false
- - variable: disableStartupAnalytics
- label: Disable Startup Analytics
- description: Disable startup analytics
- schema:
- type: boolean
- default: true
- - variable: allowUserChangeName
- label: Allow User Change Name
- description: Enable the ability for users to change their Name
- schema:
- type: boolean
- default: true
- - variable: allowUserChangeEmail
- label: Allow User Change Mail
- description: Enable the ability for users to change their Email address
- schema:
- type: boolean
- default: true
- - variable: allowUserChangeUsername
- label: Allow User Change Username
- description: Enable the ability for users to change their Usernames
- schema:
- type: boolean
- default: true
- - variable: gdprCompliance
- label: GDPR Compliance
- description: When enabled, all the events caused by a user will be deleted upon the user's deletion
- schema:
- type: boolean
- default: true
- - variable: overwriteDefaultBlueprints
- label: Overwrite Default Blueprints
- description: |
- When enabled, all the default blueprints will be overwritten
- True: mountPath: /blueprints
- False: mountPath: /blueprints/custom
- schema:
- type: boolean
- default: false
- - variable: tokenLength
- label: Token Length
- description: Configure the length of generated tokens
- schema:
- type: int
- min: 60
- default: 128
- - variable: impersonation
- label: Impersonation
- description: Globally enable / disable impersonation
- schema:
- type: boolean
- default: true
- - variable: avatars
- label: Avatars
- description: Configure how authentik should show avatars for users
- schema:
- type: list
- default:
- - gravatar
- - initials
- items:
- - variable: avatar
- label: Avatar
- description: Avatar type
- schema:
- type: string
- default: ""
- required: true
- - variable: footerLinks
- label: Footer Links
- description: This option configures the footer links on the flow executor pages
- schema:
- type: list
- default:
- - name: Authentik
- href: https://goauthentik.io
- items:
- - variable: footerLink
- label: Footer Link
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: Name of the link
- schema:
- type: string
- default: ""
- required: true
- - variable: href
- label: Href
- description: URL of the link
- schema:
- type: string
- default: ""
- required: true
- - variable: email
- label: Email
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: Mail Server Host
- description: Sets host of mail server
- schema:
- type: string
- default: ""
- - variable: port
- label: Mail Server Port
- description: Sets port of mail server
- schema:
- type: int
- default: 587
- - variable: username
- label: Username
- description: Sets username of mail server
- schema:
- type: string
- default: ""
- - variable: password
- label: Password
- description: Sets password of mail server
- schema:
- type: string
- private: true
- default: ""
- - variable: useTLS
- label: Use TLS for authentication
- description: Sets TLS for mail server authentication
- schema:
- type: boolean
- default: true
- - variable: useSSL
- label: Use SSL for authentication
- description: Sets SSL for mail server authentication
- schema:
- type: boolean
- default: false
- - variable: timeout
- label: Timeout of authentication
- description: Sets timeout for mail server authentication
- schema:
- type: int
- default: 10
- - variable: from
- label: From Address
- description: Email address authentik will send from
- schema:
- type: string
- default: ""
- - variable: ldap
- label: LDAP
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: tls_ciphers
- label: TLS Ciphers
- description: |
- Allows configuration of TLS Ciphers for LDAP connections used by LDAP sources.
- Setting applies to all sources
- schema:
- type: string
- default: "null"
- - variable: taskTimeoutHours
- label: Task Timeout Hours
- description: Timeout in hours for LDAP synchronization tasks
- schema:
- type: int
- default: 2
- - variable: logging
- label: Logging
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: log_level
- label: Log Level
- description: Log level for the server and worker containers
- schema:
- type: string
- default: info
- enum:
- - value: trace
- description: trace
- - value: debug
- description: debug
- - value: info
- description: info
- - value: warning
- description: warning
- - value: error
- description: error
- - variable: error_reporting
- label: Error Reporting
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Reporting
- description: Enables error reporting
- schema:
- type: boolean
- default: false
- show_subquestions_if:
- subquestions:
- - variable: sendPII
- label: Send Personal Data
- description: Whether or not to send personal data, like usernames
- schema:
- type: boolean
- default: false
- - variable: environment
- label: Environment
- description: The environment tag associated with all data sent to Sentry
- schema:
- type: string
- default: customer
- - variable: sentryDSN
- label: Sentry DSN
- description: Sets the DSN for the Sentry API endpoint.
- schema:
- type: string
- private: true
- default: ""
- - variable: geoip
- label: GeoIP
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: wipeBuiltInDb
- label: Wipe Built-In GeoIP DB
- description: |
- Wipes the built-in GeoIP database.
- With this set to false, and disabled GeoIP container,
- It will use the built-in database.
- schema:
- type: boolean
- show_if: [["enabled", "=", false]]
- default: false
- - variable: enabled
- label: Enabled
- description: |
- Enables and configures the GeoIP container.
- This will deploy the GeoIP container.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: editionID
- label: Edition ID
- description: |
- The edition ID of the database to download.
- Only one seems to be supported by Authentik.
- schema:
- type: string
- default: GeoLite2-City
- - variable: frequency
- label: Frequency
- description: The number of hours between geoipupdate runs.
- schema:
- type: int
- min: 1
- default: 8
- - variable: accountID
- label: Account ID
- description: Your MaxMind account ID
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: licenseKey
- label: License Key
- description: Your MaxMind license key
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: outposts
- label: Outposts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: proxy
- label: Proxy
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: |
- Enables and configures the Proxy container.
- This will deploy the Proxy container.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: token
- label: Token
- description: |
- The token used to authenticate with the authentik server.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: radius
- label: Radius
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: |
- Enables and configures the Radius container.
- This will deploy the Radius container.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: token
- label: Token
- description: |
- The token used to authenticate with the authentik server.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: ldap
- label: LDAP
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: |
- Enables and configures the LDAP container.
- This will deploy the LDAP container.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: token
- label: Token
- description: |
- The token used to authenticate with the authentik server.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10229
- required: true
- - variable: proxy
- label: Proxy Service
- description: The Proxy service.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: http
- label: HTTP Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10227
- required: true
- - variable: https
- label: HTTPS Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10228
- required: true
- - variable: radius
- label: RADIUS Service
- description: The RADIUS service.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: radius
- label: RADIUS Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 1812
- required: true
- - variable: ldap
- label: LDAP Service
- description: The LDAP service.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: ldap
- label: LDAP Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 389
- required: true
- - variable: ldaps
- label: LDAPS Service
- description: The LDAPS service.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: ldaps
- label: LDAPS Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 636
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: media
- label: App Media Storage
- description: Stores the Application Media.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: templates
- label: App Templates Storage
- description: Stores the Application Templates.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: blueprints
- label: App Blueprints Storage
- description: Stores the Application Blueprints.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: certs
- label: App Certs Storage
- description: Stores the Application Certs.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: geoip
- label: App GeoIP Storage
- description: Stores the Application GeoIP.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main (HTTPS) Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: proxy
- label: Proxy (HTTPS) Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: runAsUser
- description: The UserID of the user running the application
- schema:
- type: int
- default: 1000
- - variable: runAsGroup
- label: runAsGroup
- description: The groupID of the user running the application
- schema:
- type: int
- default: 1000
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: fsGroup
- description: The group that should own ALL storage.
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/authentik/24.7.0/.helmignore b/stable/authentik/24.8.2/.helmignore
similarity index 100%
rename from stable/authentik/24.7.0/.helmignore
rename to stable/authentik/24.8.2/.helmignore
diff --git a/stable/authentik/24.8.2/CHANGELOG.md b/stable/authentik/24.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..a2265ca54b8
--- /dev/null
+++ b/stable/authentik/24.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [authentik-24.8.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [authentik-24.8.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [authentik-24.8.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [authentik-24.8.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [authentik-24.8.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.1) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/authentik/24.8.2/Chart.yaml b/stable/authentik/24.8.2/Chart.yaml
new file mode 100644
index 00000000000..a993f66f6f9
--- /dev/null
+++ b/stable/authentik/24.8.2/Chart.yaml
@@ -0,0 +1,48 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: authentication
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.2.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
+home: https://truecharts.org/charts/stable/authentik
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
+keywords:
+ - authentik
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: authentik
+sources:
+ - https://goauthentik.io/docs/
+ - https://github.com/goauthentik/authentik
+ - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
+ - https://ghcr.io/goauthentik/server
+ - https://ghcr.io/goauthentik/proxy
+ - https://ghcr.io/goauthentik/ldap
+ - https://ghcr.io/goauthentik/radius
+ - https://ghcr.io/maxmind/geoipupdate
+type: application
+version: 24.8.2
diff --git a/stable/authentik/24.7.0/README.md b/stable/authentik/24.8.2/README.md
similarity index 100%
rename from stable/authentik/24.7.0/README.md
rename to stable/authentik/24.8.2/README.md
diff --git a/stable/authentik/24.8.2/app-changelog.md b/stable/authentik/24.8.2/app-changelog.md
new file mode 100644
index 00000000000..88bbf1b2f06
--- /dev/null
+++ b/stable/authentik/24.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [authentik-24.8.2](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/authentik/24.7.0/app-readme.md b/stable/authentik/24.8.2/app-readme.md
similarity index 100%
rename from stable/authentik/24.7.0/app-readme.md
rename to stable/authentik/24.8.2/app-readme.md
diff --git a/stable/authentik/24.8.2/charts/common-20.2.4.tgz b/stable/authentik/24.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/authentik/24.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/authentik/24.8.2/charts/redis-13.2.2.tgz b/stable/authentik/24.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/authentik/24.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/authentik/24.7.0/ix_values.yaml b/stable/authentik/24.8.2/ix_values.yaml
similarity index 100%
rename from stable/authentik/24.7.0/ix_values.yaml
rename to stable/authentik/24.8.2/ix_values.yaml
diff --git a/stable/authentik/24.8.2/questions.yaml b/stable/authentik/24.8.2/questions.yaml
new file mode 100755
index 00000000000..6b055d19b5e
--- /dev/null
+++ b/stable/authentik/24.8.2/questions.yaml
@@ -0,0 +1,5325 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: authentik
+ group: App Configuration
+ label: Authentik Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: credentials
+ label: Credentials
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: email
+ label: Email
+ description: |
+ Set the default email address for the akadmin user.
+ Only read on initial install, changing this will have no effect.
+ schema:
+ type: string
+ required: true
+ immutable: true
+ default: ""
+ - variable: password
+ label: Password
+ description: |
+ Set the default password for the akadmin user.
+ Only read on initial install, changing this will have no effect.
+ schema:
+ type: string
+ private: true
+ required: true
+ immutable: true
+ default: ""
+ - variable: bootstrapToken
+ label: (Optional) Bootstrap Token
+ description: |
+ Set the bootstrap token for the authentik server.
+ Only read on initial install, changing this will have no effect.
+ Only set this token if you plan to use the API right after installation.
+ schema:
+ type: string
+ private: true
+ immutable: true
+ default: ""
+ - variable: general
+ label: General
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: disableUpdateCheck
+ label: Disable Update Check
+ description: Disable the inbuilt update-checker
+ schema:
+ type: boolean
+ default: false
+ - variable: disableStartupAnalytics
+ label: Disable Startup Analytics
+ description: Disable startup analytics
+ schema:
+ type: boolean
+ default: true
+ - variable: allowUserChangeName
+ label: Allow User Change Name
+ description: Enable the ability for users to change their Name
+ schema:
+ type: boolean
+ default: true
+ - variable: allowUserChangeEmail
+ label: Allow User Change Mail
+ description: Enable the ability for users to change their Email address
+ schema:
+ type: boolean
+ default: true
+ - variable: allowUserChangeUsername
+ label: Allow User Change Username
+ description: Enable the ability for users to change their Usernames
+ schema:
+ type: boolean
+ default: true
+ - variable: gdprCompliance
+ label: GDPR Compliance
+ description: When enabled, all the events caused by a user will be deleted upon the user's deletion
+ schema:
+ type: boolean
+ default: true
+ - variable: overwriteDefaultBlueprints
+ label: Overwrite Default Blueprints
+ description: |
+ When enabled, all the default blueprints will be overwritten
+ True: mountPath: /blueprints
+ False: mountPath: /blueprints/custom
+ schema:
+ type: boolean
+ default: false
+ - variable: tokenLength
+ label: Token Length
+ description: Configure the length of generated tokens
+ schema:
+ type: int
+ min: 60
+ default: 128
+ - variable: impersonation
+ label: Impersonation
+ description: Globally enable / disable impersonation
+ schema:
+ type: boolean
+ default: true
+ - variable: avatars
+ label: Avatars
+ description: Configure how authentik should show avatars for users
+ schema:
+ type: list
+ default:
+ - gravatar
+ - initials
+ items:
+ - variable: avatar
+ label: Avatar
+ description: Avatar type
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: footerLinks
+ label: Footer Links
+ description: This option configures the footer links on the flow executor pages
+ schema:
+ type: list
+ default:
+ - name: Authentik
+ href: https://goauthentik.io
+ items:
+ - variable: footerLink
+ label: Footer Link
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: Name of the link
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: href
+ label: Href
+ description: URL of the link
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: email
+ label: Email
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: Mail Server Host
+ description: Sets host of mail server
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Mail Server Port
+ description: Sets port of mail server
+ schema:
+ type: int
+ default: 587
+ - variable: username
+ label: Username
+ description: Sets username of mail server
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Password
+ description: Sets password of mail server
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: useTLS
+ label: Use TLS for authentication
+ description: Sets TLS for mail server authentication
+ schema:
+ type: boolean
+ default: true
+ - variable: useSSL
+ label: Use SSL for authentication
+ description: Sets SSL for mail server authentication
+ schema:
+ type: boolean
+ default: false
+ - variable: timeout
+ label: Timeout of authentication
+ description: Sets timeout for mail server authentication
+ schema:
+ type: int
+ default: 10
+ - variable: from
+ label: From Address
+ description: Email address authentik will send from
+ schema:
+ type: string
+ default: ""
+ - variable: ldap
+ label: LDAP
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: tls_ciphers
+ label: TLS Ciphers
+ description: |
+ Allows configuration of TLS Ciphers for LDAP connections used by LDAP sources.
+ Setting applies to all sources
+ schema:
+ type: string
+ default: "null"
+ - variable: taskTimeoutHours
+ label: Task Timeout Hours
+ description: Timeout in hours for LDAP synchronization tasks
+ schema:
+ type: int
+ default: 2
+ - variable: logging
+ label: Logging
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: log_level
+ label: Log Level
+ description: Log level for the server and worker containers
+ schema:
+ type: string
+ default: info
+ enum:
+ - value: trace
+ description: trace
+ - value: debug
+ description: debug
+ - value: info
+ description: info
+ - value: warning
+ description: warning
+ - value: error
+ description: error
+ - variable: error_reporting
+ label: Error Reporting
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Reporting
+ description: Enables error reporting
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if:
+ subquestions:
+ - variable: sendPII
+ label: Send Personal Data
+ description: Whether or not to send personal data, like usernames
+ schema:
+ type: boolean
+ default: false
+ - variable: environment
+ label: Environment
+ description: The environment tag associated with all data sent to Sentry
+ schema:
+ type: string
+ default: customer
+ - variable: sentryDSN
+ label: Sentry DSN
+ description: Sets the DSN for the Sentry API endpoint.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: geoip
+ label: GeoIP
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: wipeBuiltInDb
+ label: Wipe Built-In GeoIP DB
+ description: |
+ Wipes the built-in GeoIP database.
+ With this set to false, and disabled GeoIP container,
+ It will use the built-in database.
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", false]]
+ default: false
+ - variable: enabled
+ label: Enabled
+ description: |
+ Enables and configures the GeoIP container.
+ This will deploy the GeoIP container.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: editionID
+ label: Edition ID
+ description: |
+ The edition ID of the database to download.
+ Only one seems to be supported by Authentik.
+ schema:
+ type: string
+ default: GeoLite2-City
+ - variable: frequency
+ label: Frequency
+ description: The number of hours between geoipupdate runs.
+ schema:
+ type: int
+ min: 1
+ default: 8
+ - variable: accountID
+ label: Account ID
+ description: Your MaxMind account ID
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: licenseKey
+ label: License Key
+ description: Your MaxMind license key
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: outposts
+ label: Outposts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: proxy
+ label: Proxy
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: |
+ Enables and configures the Proxy container.
+ This will deploy the Proxy container.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: token
+ label: Token
+ description: |
+ The token used to authenticate with the authentik server.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: radius
+ label: Radius
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: |
+ Enables and configures the Radius container.
+ This will deploy the Radius container.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: token
+ label: Token
+ description: |
+ The token used to authenticate with the authentik server.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: ldap
+ label: LDAP
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: |
+ Enables and configures the LDAP container.
+ This will deploy the LDAP container.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: token
+ label: Token
+ description: |
+ The token used to authenticate with the authentik server.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10229
+ required: true
+ - variable: proxy
+ label: Proxy Service
+ description: The Proxy service.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: http
+ label: HTTP Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10227
+ required: true
+ - variable: https
+ label: HTTPS Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10228
+ required: true
+ - variable: radius
+ label: RADIUS Service
+ description: The RADIUS service.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: radius
+ label: RADIUS Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 1812
+ required: true
+ - variable: ldap
+ label: LDAP Service
+ description: The LDAP service.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: ldap
+ label: LDAP Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 389
+ required: true
+ - variable: ldaps
+ label: LDAPS Service
+ description: The LDAPS service.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: ldaps
+ label: LDAPS Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 636
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: media
+ label: App Media Storage
+ description: Stores the Application Media.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: templates
+ label: App Templates Storage
+ description: Stores the Application Templates.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: blueprints
+ label: App Blueprints Storage
+ description: Stores the Application Blueprints.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: certs
+ label: App Certs Storage
+ description: Stores the Application Certs.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: geoip
+ label: App GeoIP Storage
+ description: Stores the Application GeoIP.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main (HTTPS) Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: proxy
+ label: Proxy (HTTPS) Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 1000
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID of the user running the application
+ schema:
+ type: int
+ default: 1000
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage.
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/authentik/24.7.0/templates/NOTES.txt b/stable/authentik/24.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/authentik/24.7.0/templates/NOTES.txt
rename to stable/authentik/24.8.2/templates/NOTES.txt
diff --git a/stable/authentik/24.7.0/templates/_config.tpl b/stable/authentik/24.8.2/templates/_config.tpl
similarity index 100%
rename from stable/authentik/24.7.0/templates/_config.tpl
rename to stable/authentik/24.8.2/templates/_config.tpl
diff --git a/stable/authentik/24.7.0/templates/_secret.tpl b/stable/authentik/24.8.2/templates/_secret.tpl
similarity index 100%
rename from stable/authentik/24.7.0/templates/_secret.tpl
rename to stable/authentik/24.8.2/templates/_secret.tpl
diff --git a/stable/authentik/24.7.0/templates/_validation.tpl b/stable/authentik/24.8.2/templates/_validation.tpl
similarity index 100%
rename from stable/authentik/24.7.0/templates/_validation.tpl
rename to stable/authentik/24.8.2/templates/_validation.tpl
diff --git a/stable/authentik/24.7.0/templates/_waitAuthentik.tpl b/stable/authentik/24.8.2/templates/_waitAuthentik.tpl
similarity index 100%
rename from stable/authentik/24.7.0/templates/_waitAuthentik.tpl
rename to stable/authentik/24.8.2/templates/_waitAuthentik.tpl
diff --git a/stable/authentik/24.7.0/templates/common.yaml b/stable/authentik/24.8.2/templates/common.yaml
similarity index 100%
rename from stable/authentik/24.7.0/templates/common.yaml
rename to stable/authentik/24.8.2/templates/common.yaml
diff --git a/stable/authentik/24.7.0/values.yaml b/stable/authentik/24.8.2/values.yaml
similarity index 100%
rename from stable/authentik/24.7.0/values.yaml
rename to stable/authentik/24.8.2/values.yaml
diff --git a/stable/auto-yt-dl/5.6.0/CHANGELOG.md b/stable/auto-yt-dl/5.6.0/CHANGELOG.md
deleted file mode 100644
index ce5ced736cf..00000000000
--- a/stable/auto-yt-dl/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [auto-yt-dl-5.6.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.5.2...auto-yt-dl-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [auto-yt-dl-5.5.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.5.1...auto-yt-dl-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [auto-yt-dl-5.5.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.5.0...auto-yt-dl-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [auto-yt-dl-5.5.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.4.1...auto-yt-dl-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [auto-yt-dl-5.4.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.4.0...auto-yt-dl-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [auto-yt-dl-5.4.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.3.0...auto-yt-dl-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [auto-yt-dl-5.3.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.3...auto-yt-dl-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [auto-yt-dl-5.2.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.2...auto-yt-dl-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [auto-yt-dl-5.2.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.0...auto-yt-dl-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/auto-yt-dl/5.6.0/Chart.yaml b/stable/auto-yt-dl/5.6.0/Chart.yaml
deleted file mode 100644
index 76099369a5c..00000000000
--- a/stable/auto-yt-dl/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list.
-home: https://truecharts.org/charts/stable/auto-yt-dl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png
-keywords:
- - auto-yt-dl
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: auto-yt-dl
-sources:
- - https://github.com/xXGuhuXx/auto-yt-dl
- - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl
- - https://hub.docker.com/r/guhu007/auto-yt-dl
-type: application
-version: 5.6.0
diff --git a/stable/auto-yt-dl/5.6.0/charts/common-20.1.5.tgz b/stable/auto-yt-dl/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/auto-yt-dl/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/auto-yt-dl/5.6.0/.helmignore b/stable/auto-yt-dl/5.7.3/.helmignore
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/.helmignore
rename to stable/auto-yt-dl/5.7.3/.helmignore
diff --git a/stable/auto-yt-dl/5.7.3/CHANGELOG.md b/stable/auto-yt-dl/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5864cf0a73e
--- /dev/null
+++ b/stable/auto-yt-dl/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [auto-yt-dl-5.7.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/auto-yt-dl/5.7.3/Chart.yaml b/stable/auto-yt-dl/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a071119a702
--- /dev/null
+++ b/stable/auto-yt-dl/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list.
+home: https://truecharts.org/charts/stable/auto-yt-dl
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png
+keywords:
+ - auto-yt-dl
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: auto-yt-dl
+sources:
+ - https://github.com/xXGuhuXx/auto-yt-dl
+ - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl
+ - https://hub.docker.com/r/guhu007/auto-yt-dl
+type: application
+version: 5.7.3
diff --git a/stable/auto-yt-dl/5.6.0/README.md b/stable/auto-yt-dl/5.7.3/README.md
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/README.md
rename to stable/auto-yt-dl/5.7.3/README.md
diff --git a/stable/auto-yt-dl/5.7.3/app-changelog.md b/stable/auto-yt-dl/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ad75dd82cef
--- /dev/null
+++ b/stable/auto-yt-dl/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [auto-yt-dl-5.7.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/auto-yt-dl/5.6.0/app-readme.md b/stable/auto-yt-dl/5.7.3/app-readme.md
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/app-readme.md
rename to stable/auto-yt-dl/5.7.3/app-readme.md
diff --git a/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz b/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/auto-yt-dl/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/auto-yt-dl/5.6.0/ix_values.yaml b/stable/auto-yt-dl/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/ix_values.yaml
rename to stable/auto-yt-dl/5.7.3/ix_values.yaml
diff --git a/stable/auto-yt-dl/5.6.0/questions.yaml b/stable/auto-yt-dl/5.7.3/questions.yaml
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/questions.yaml
rename to stable/auto-yt-dl/5.7.3/questions.yaml
diff --git a/stable/auto-yt-dl/5.6.0/templates/common.yaml b/stable/auto-yt-dl/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/templates/common.yaml
rename to stable/auto-yt-dl/5.7.3/templates/common.yaml
diff --git a/stable/auto-yt-dl/5.6.0/values.yaml b/stable/auto-yt-dl/5.7.3/values.yaml
similarity index 100%
rename from stable/auto-yt-dl/5.6.0/values.yaml
rename to stable/auto-yt-dl/5.7.3/values.yaml
diff --git a/stable/autobrr/8.7.0/CHANGELOG.md b/stable/autobrr/8.7.0/CHANGELOG.md
deleted file mode 100644
index 78ccb92d62e..00000000000
--- a/stable/autobrr/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [autobrr-8.7.0](https://github.com/truecharts/charts/compare/autobrr-8.6.2...autobrr-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [autobrr-8.6.2](https://github.com/truecharts/charts/compare/autobrr-8.6.1...autobrr-8.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [autobrr-8.6.1](https://github.com/truecharts/charts/compare/autobrr-8.6.0...autobrr-8.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [autobrr-8.6.0](https://github.com/truecharts/charts/compare/autobrr-8.5.1...autobrr-8.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [autobrr-8.5.1](https://github.com/truecharts/charts/compare/autobrr-8.5.0...autobrr-8.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [autobrr-8.5.0](https://github.com/truecharts/charts/compare/autobrr-8.4.0...autobrr-8.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [autobrr-8.4.0](https://github.com/truecharts/charts/compare/autobrr-8.3.3...autobrr-8.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [autobrr-8.3.3](https://github.com/truecharts/charts/compare/autobrr-8.3.2...autobrr-8.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [autobrr-8.3.2](https://github.com/truecharts/charts/compare/autobrr-8.3.0...autobrr-8.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/autobrr/8.7.0/Chart.yaml b/stable/autobrr/8.7.0/Chart.yaml
deleted file mode 100644
index c9dde6eb717..00000000000
--- a/stable/autobrr/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.39.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The modern download automation tool for torrents.
-home: https://truecharts.org/charts/stable/autobrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
-keywords:
- - autobrr
- - torrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: autobrr
-sources:
- - https://github.com/autobrr/autobrr
- - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
- - https://ghcr.io/autobrr/autobrr
-type: application
-version: 8.7.0
diff --git a/stable/autobrr/8.7.0/charts/common-20.1.5.tgz b/stable/autobrr/8.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/autobrr/8.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/autobrr/8.7.0/.helmignore b/stable/autobrr/8.8.3/.helmignore
similarity index 100%
rename from stable/autobrr/8.7.0/.helmignore
rename to stable/autobrr/8.8.3/.helmignore
diff --git a/stable/autobrr/8.8.3/CHANGELOG.md b/stable/autobrr/8.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..0849664f7cd
--- /dev/null
+++ b/stable/autobrr/8.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [autobrr-8.8.3](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autobrr-8.8.2](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/autobrr/8.8.3/Chart.yaml b/stable/autobrr/8.8.3/Chart.yaml
new file mode 100644
index 00000000000..768b585973d
--- /dev/null
+++ b/stable/autobrr/8.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.39.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The modern download automation tool for torrents.
+home: https://truecharts.org/charts/stable/autobrr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
+keywords:
+ - autobrr
+ - torrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: autobrr
+sources:
+ - https://github.com/autobrr/autobrr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
+ - https://ghcr.io/autobrr/autobrr
+type: application
+version: 8.8.3
diff --git a/stable/autobrr/8.7.0/README.md b/stable/autobrr/8.8.3/README.md
similarity index 100%
rename from stable/autobrr/8.7.0/README.md
rename to stable/autobrr/8.8.3/README.md
diff --git a/stable/autobrr/8.8.3/app-changelog.md b/stable/autobrr/8.8.3/app-changelog.md
new file mode 100644
index 00000000000..e469cdd76ff
--- /dev/null
+++ b/stable/autobrr/8.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [autobrr-8.8.3](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/autobrr/8.7.0/app-readme.md b/stable/autobrr/8.8.3/app-readme.md
similarity index 100%
rename from stable/autobrr/8.7.0/app-readme.md
rename to stable/autobrr/8.8.3/app-readme.md
diff --git a/stable/autobrr/8.8.3/charts/common-20.2.4.tgz b/stable/autobrr/8.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/autobrr/8.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/autobrr/8.7.0/ix_values.yaml b/stable/autobrr/8.8.3/ix_values.yaml
similarity index 100%
rename from stable/autobrr/8.7.0/ix_values.yaml
rename to stable/autobrr/8.8.3/ix_values.yaml
diff --git a/stable/autobrr/8.7.0/questions.yaml b/stable/autobrr/8.8.3/questions.yaml
similarity index 100%
rename from stable/autobrr/8.7.0/questions.yaml
rename to stable/autobrr/8.8.3/questions.yaml
diff --git a/stable/autobrr/8.7.0/templates/NOTES.txt b/stable/autobrr/8.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/autobrr/8.7.0/templates/NOTES.txt
rename to stable/autobrr/8.8.3/templates/NOTES.txt
diff --git a/stable/autobrr/8.7.0/templates/_configmap.tpl b/stable/autobrr/8.8.3/templates/_configmap.tpl
similarity index 100%
rename from stable/autobrr/8.7.0/templates/_configmap.tpl
rename to stable/autobrr/8.8.3/templates/_configmap.tpl
diff --git a/stable/autobrr/8.7.0/templates/common.yaml b/stable/autobrr/8.8.3/templates/common.yaml
similarity index 100%
rename from stable/autobrr/8.7.0/templates/common.yaml
rename to stable/autobrr/8.8.3/templates/common.yaml
diff --git a/stable/autobrr/8.7.0/values.yaml b/stable/autobrr/8.8.3/values.yaml
similarity index 100%
rename from stable/autobrr/8.7.0/values.yaml
rename to stable/autobrr/8.8.3/values.yaml
diff --git a/stable/automatic-music-downloader/9.6.0/CHANGELOG.md b/stable/automatic-music-downloader/9.6.0/CHANGELOG.md
deleted file mode 100644
index 52accefacb9..00000000000
--- a/stable/automatic-music-downloader/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [automatic-music-downloader-9.6.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.5.2...automatic-music-downloader-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [automatic-music-downloader-9.5.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.5.1...automatic-music-downloader-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [automatic-music-downloader-9.5.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.5.0...automatic-music-downloader-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [automatic-music-downloader-9.5.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.4.1...automatic-music-downloader-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [automatic-music-downloader-9.4.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.4.0...automatic-music-downloader-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [automatic-music-downloader-9.4.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.3.0...automatic-music-downloader-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [automatic-music-downloader-9.3.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.3...automatic-music-downloader-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [automatic-music-downloader-9.2.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.2...automatic-music-downloader-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [automatic-music-downloader-9.2.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.0...automatic-music-downloader-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/automatic-music-downloader/9.6.0/Chart.yaml b/stable/automatic-music-downloader/9.6.0/Chart.yaml
deleted file mode 100644
index 5134af349ac..00000000000
--- a/stable/automatic-music-downloader/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Lidarr companion script to automatically download music for Lidarr.
-home: https://truecharts.org/charts/stable/automatic-music-downloader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png
-keywords:
- - automatic
- - music
- - downloader
- - deemix
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: automatic-music-downloader
-sources:
- - https://github.com/RandomNinjaAtk/docker-amd
- - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader
- - https://hub.docker.com/r/randomninjaatk/amd
-type: application
-version: 9.6.0
diff --git a/stable/automatic-music-downloader/9.6.0/charts/common-20.1.5.tgz b/stable/automatic-music-downloader/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/automatic-music-downloader/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/automatic-music-downloader/9.6.0/.helmignore b/stable/automatic-music-downloader/9.7.3/.helmignore
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/.helmignore
rename to stable/automatic-music-downloader/9.7.3/.helmignore
diff --git a/stable/automatic-music-downloader/9.7.3/CHANGELOG.md b/stable/automatic-music-downloader/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..30b23469f30
--- /dev/null
+++ b/stable/automatic-music-downloader/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-music-downloader-9.7.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/automatic-music-downloader/9.7.3/Chart.yaml b/stable/automatic-music-downloader/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..f84058e090f
--- /dev/null
+++ b/stable/automatic-music-downloader/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Lidarr companion script to automatically download music for Lidarr.
+home: https://truecharts.org/charts/stable/automatic-music-downloader
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png
+keywords:
+ - automatic
+ - music
+ - downloader
+ - deemix
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: automatic-music-downloader
+sources:
+ - https://github.com/RandomNinjaAtk/docker-amd
+ - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader
+ - https://hub.docker.com/r/randomninjaatk/amd
+type: application
+version: 9.7.3
diff --git a/stable/automatic-music-downloader/9.6.0/README.md b/stable/automatic-music-downloader/9.7.3/README.md
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/README.md
rename to stable/automatic-music-downloader/9.7.3/README.md
diff --git a/stable/automatic-music-downloader/9.7.3/app-changelog.md b/stable/automatic-music-downloader/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..bd5b97fc089
--- /dev/null
+++ b/stable/automatic-music-downloader/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [automatic-music-downloader-9.7.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/automatic-music-downloader/9.6.0/app-readme.md b/stable/automatic-music-downloader/9.7.3/app-readme.md
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/app-readme.md
rename to stable/automatic-music-downloader/9.7.3/app-readme.md
diff --git a/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz b/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/automatic-music-downloader/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/automatic-music-downloader/9.6.0/ix_values.yaml b/stable/automatic-music-downloader/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/ix_values.yaml
rename to stable/automatic-music-downloader/9.7.3/ix_values.yaml
diff --git a/stable/automatic-music-downloader/9.6.0/questions.yaml b/stable/automatic-music-downloader/9.7.3/questions.yaml
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/questions.yaml
rename to stable/automatic-music-downloader/9.7.3/questions.yaml
diff --git a/stable/automatic-music-downloader/9.6.0/templates/NOTES.txt b/stable/automatic-music-downloader/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/templates/NOTES.txt
rename to stable/automatic-music-downloader/9.7.3/templates/NOTES.txt
diff --git a/stable/automatic-music-downloader/9.6.0/templates/common.yaml b/stable/automatic-music-downloader/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/templates/common.yaml
rename to stable/automatic-music-downloader/9.7.3/templates/common.yaml
diff --git a/stable/automatic-music-downloader/9.6.0/values.yaml b/stable/automatic-music-downloader/9.7.3/values.yaml
similarity index 100%
rename from stable/automatic-music-downloader/9.6.0/values.yaml
rename to stable/automatic-music-downloader/9.7.3/values.yaml
diff --git a/stable/automatic-ripping-machine/3.6.0/CHANGELOG.md b/stable/automatic-ripping-machine/3.6.0/CHANGELOG.md
deleted file mode 100644
index 2365a0d6356..00000000000
--- a/stable/automatic-ripping-machine/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [automatic-ripping-machine-3.6.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.5.2...automatic-ripping-machine-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [automatic-ripping-machine-3.5.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.5.1...automatic-ripping-machine-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [automatic-ripping-machine-3.5.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.5.0...automatic-ripping-machine-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [automatic-ripping-machine-3.5.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.4.1...automatic-ripping-machine-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [automatic-ripping-machine-3.4.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.4.0...automatic-ripping-machine-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [automatic-ripping-machine-3.4.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.3.0...automatic-ripping-machine-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [automatic-ripping-machine-3.3.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.3...automatic-ripping-machine-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [automatic-ripping-machine-3.2.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.2...automatic-ripping-machine-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [automatic-ripping-machine-3.2.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.0...automatic-ripping-machine-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/automatic-ripping-machine/3.6.0/Chart.yaml b/stable/automatic-ripping-machine/3.6.0/Chart.yaml
deleted file mode 100644
index 528e1b1fd88..00000000000
--- a/stable/automatic-ripping-machine/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.6.70
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Automatic Ripping Machine (ARM) Scripts.
-home: https://truecharts.org/charts/stable/automatic-ripping-machine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
-keywords:
- - automatic-ripping-machine
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: automatic-ripping-machine
-sources:
- - https://github.com/automatic-ripping-machine/automatic-ripping-machine
- - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine
- - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine
-type: application
-version: 3.6.0
diff --git a/stable/automatic-ripping-machine/3.6.0/charts/common-20.1.5.tgz b/stable/automatic-ripping-machine/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/automatic-ripping-machine/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/automatic-ripping-machine/3.6.0/.helmignore b/stable/automatic-ripping-machine/3.7.3/.helmignore
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/.helmignore
rename to stable/automatic-ripping-machine/3.7.3/.helmignore
diff --git a/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md b/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b67e859c682
--- /dev/null
+++ b/stable/automatic-ripping-machine/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [automatic-ripping-machine-3.7.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/automatic-ripping-machine/3.7.3/Chart.yaml b/stable/automatic-ripping-machine/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..37f2eb51296
--- /dev/null
+++ b/stable/automatic-ripping-machine/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.6.70
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Automatic Ripping Machine (ARM) Scripts.
+home: https://truecharts.org/charts/stable/automatic-ripping-machine
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
+keywords:
+ - automatic-ripping-machine
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: automatic-ripping-machine
+sources:
+ - https://github.com/automatic-ripping-machine/automatic-ripping-machine
+ - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine
+ - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine
+type: application
+version: 3.7.3
diff --git a/stable/automatic-ripping-machine/3.6.0/README.md b/stable/automatic-ripping-machine/3.7.3/README.md
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/README.md
rename to stable/automatic-ripping-machine/3.7.3/README.md
diff --git a/stable/automatic-ripping-machine/3.7.3/app-changelog.md b/stable/automatic-ripping-machine/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..622874a1851
--- /dev/null
+++ b/stable/automatic-ripping-machine/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [automatic-ripping-machine-3.7.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/automatic-ripping-machine/3.6.0/app-readme.md b/stable/automatic-ripping-machine/3.7.3/app-readme.md
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/app-readme.md
rename to stable/automatic-ripping-machine/3.7.3/app-readme.md
diff --git a/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz b/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/automatic-ripping-machine/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/automatic-ripping-machine/3.6.0/ix_values.yaml b/stable/automatic-ripping-machine/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/ix_values.yaml
rename to stable/automatic-ripping-machine/3.7.3/ix_values.yaml
diff --git a/stable/automatic-ripping-machine/3.6.0/questions.yaml b/stable/automatic-ripping-machine/3.7.3/questions.yaml
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/questions.yaml
rename to stable/automatic-ripping-machine/3.7.3/questions.yaml
diff --git a/stable/automatic-ripping-machine/3.6.0/templates/NOTES.txt b/stable/automatic-ripping-machine/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/templates/NOTES.txt
rename to stable/automatic-ripping-machine/3.7.3/templates/NOTES.txt
diff --git a/stable/automatic-ripping-machine/3.6.0/templates/common.yaml b/stable/automatic-ripping-machine/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/templates/common.yaml
rename to stable/automatic-ripping-machine/3.7.3/templates/common.yaml
diff --git a/stable/automatic-ripping-machine/3.6.0/values.yaml b/stable/automatic-ripping-machine/3.7.3/values.yaml
similarity index 100%
rename from stable/automatic-ripping-machine/3.6.0/values.yaml
rename to stable/automatic-ripping-machine/3.7.3/values.yaml
diff --git a/stable/autoscan/8.7.0/CHANGELOG.md b/stable/autoscan/8.7.0/CHANGELOG.md
deleted file mode 100644
index 95b18d1aaa8..00000000000
--- a/stable/autoscan/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/autoscan/8.7.0/Chart.yaml b/stable/autoscan/8.7.0/Chart.yaml
deleted file mode 100644
index d697ca44120..00000000000
--- a/stable/autoscan/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
-home: https://truecharts.org/charts/stable/autoscan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
-keywords:
- - autoscan
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: autoscan
-sources:
- - https://hotio.dev/containers/autoscan
- - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan
- - https://ghcr.io/hotio/autoscan
-type: application
-version: 8.7.0
diff --git a/stable/autoscan/8.7.0/app-changelog.md b/stable/autoscan/8.7.0/app-changelog.md
deleted file mode 100644
index 2ac566f1892..00000000000
--- a/stable/autoscan/8.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [autoscan-8.7.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/autoscan/8.7.0/charts/common-20.2.0.tgz b/stable/autoscan/8.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/autoscan/8.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/autoscan/8.7.0/ix_values.yaml b/stable/autoscan/8.7.0/ix_values.yaml
deleted file mode 100644
index a19f9ad6e05..00000000000
--- a/stable/autoscan/8.7.0/ix_values.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ghcr.io/hotio/autoscan
- tag: latest@sha256:e2b97bbc811e00cd57d14ad4622e52791da6886f57aff4cbc93c75439cc09e88
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3030
- protocol: http
- targetPort: 3030
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- PLEX_LOGIN: ""
- PLEX_PASSWORD: ""
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: false
diff --git a/stable/autoscan/8.7.0/.helmignore b/stable/autoscan/8.7.4/.helmignore
similarity index 100%
rename from stable/autoscan/8.7.0/.helmignore
rename to stable/autoscan/8.7.4/.helmignore
diff --git a/stable/autoscan/8.7.4/CHANGELOG.md b/stable/autoscan/8.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..5bedf4030d1
--- /dev/null
+++ b/stable/autoscan/8.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autoscan-8.7.3](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autoscan-8.7.3](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autoscan-8.7.3](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autoscan-8.7.3](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [autoscan-8.7.3](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/autoscan/8.7.4/Chart.yaml b/stable/autoscan/8.7.4/Chart.yaml
new file mode 100644
index 00000000000..1ade9b27e27
--- /dev/null
+++ b/stable/autoscan/8.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
+home: https://truecharts.org/charts/stable/autoscan
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
+keywords:
+ - autoscan
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: autoscan
+sources:
+ - https://hotio.dev/containers/autoscan
+ - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan
+ - https://ghcr.io/hotio/autoscan
+type: application
+version: 8.7.4
diff --git a/stable/autoscan/8.7.0/README.md b/stable/autoscan/8.7.4/README.md
similarity index 100%
rename from stable/autoscan/8.7.0/README.md
rename to stable/autoscan/8.7.4/README.md
diff --git a/stable/autoscan/8.7.4/app-changelog.md b/stable/autoscan/8.7.4/app-changelog.md
new file mode 100644
index 00000000000..15eba72344f
--- /dev/null
+++ b/stable/autoscan/8.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [autoscan-8.7.4](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/autoscan to latest[@c8acb21](https://github.com/c8acb21) by renovate ([#19722](https://github.com/truecharts/charts/issues/19722))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/autoscan/8.7.0/app-readme.md b/stable/autoscan/8.7.4/app-readme.md
similarity index 100%
rename from stable/autoscan/8.7.0/app-readme.md
rename to stable/autoscan/8.7.4/app-readme.md
diff --git a/stable/autoscan/8.7.4/charts/common-20.2.4.tgz b/stable/autoscan/8.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/autoscan/8.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/autoscan/8.7.4/ix_values.yaml b/stable/autoscan/8.7.4/ix_values.yaml
new file mode 100644
index 00000000000..430352ecbe7
--- /dev/null
+++ b/stable/autoscan/8.7.4/ix_values.yaml
@@ -0,0 +1,39 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/hotio/autoscan
+ tag: latest@sha256:c8acb2100a0d9273e08070a5e0d192fffcffe0700f74108a71d444d5b1bb333e
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3030
+ protocol: http
+ targetPort: 3030
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ PLEX_LOGIN: ""
+ PLEX_PASSWORD: ""
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: false
diff --git a/stable/autoscan/8.7.0/questions.yaml b/stable/autoscan/8.7.4/questions.yaml
similarity index 100%
rename from stable/autoscan/8.7.0/questions.yaml
rename to stable/autoscan/8.7.4/questions.yaml
diff --git a/stable/autoscan/8.7.0/templates/NOTES.txt b/stable/autoscan/8.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/autoscan/8.7.0/templates/NOTES.txt
rename to stable/autoscan/8.7.4/templates/NOTES.txt
diff --git a/stable/autoscan/8.7.0/templates/common.yaml b/stable/autoscan/8.7.4/templates/common.yaml
similarity index 100%
rename from stable/autoscan/8.7.0/templates/common.yaml
rename to stable/autoscan/8.7.4/templates/common.yaml
diff --git a/stable/autoscan/8.7.0/values.yaml b/stable/autoscan/8.7.4/values.yaml
similarity index 100%
rename from stable/autoscan/8.7.0/values.yaml
rename to stable/autoscan/8.7.4/values.yaml
diff --git a/stable/avidemux/9.6.0/CHANGELOG.md b/stable/avidemux/9.6.0/CHANGELOG.md
deleted file mode 100644
index 4a1aa117150..00000000000
--- a/stable/avidemux/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [avidemux-9.6.0](https://github.com/truecharts/charts/compare/avidemux-9.5.2...avidemux-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [avidemux-9.5.2](https://github.com/truecharts/charts/compare/avidemux-9.5.1...avidemux-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [avidemux-9.5.1](https://github.com/truecharts/charts/compare/avidemux-9.5.0...avidemux-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [avidemux-9.5.0](https://github.com/truecharts/charts/compare/avidemux-9.4.1...avidemux-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [avidemux-9.4.1](https://github.com/truecharts/charts/compare/avidemux-9.4.0...avidemux-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [avidemux-9.4.0](https://github.com/truecharts/charts/compare/avidemux-9.3.0...avidemux-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [avidemux-9.3.0](https://github.com/truecharts/charts/compare/avidemux-9.2.3...avidemux-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [avidemux-9.2.3](https://github.com/truecharts/charts/compare/avidemux-9.2.2...avidemux-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [avidemux-9.2.2](https://github.com/truecharts/charts/compare/avidemux-9.2.0...avidemux-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/avidemux/9.6.0/Chart.yaml b/stable/avidemux/9.6.0/Chart.yaml
deleted file mode 100644
index c08287ddd35..00000000000
--- a/stable/avidemux/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
-home: https://truecharts.org/charts/stable/avidemux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png
-keywords:
- - media
- - avidemux
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: avidemux
-sources:
- - https://github.com/jlesage/docker-avidemux
- - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
- - https://hub.docker.com/r/jlesage/avidemux
-type: application
-version: 9.6.0
diff --git a/stable/avidemux/9.6.0/charts/common-20.1.5.tgz b/stable/avidemux/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/avidemux/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/avidemux/9.6.0/.helmignore b/stable/avidemux/9.7.3/.helmignore
similarity index 100%
rename from stable/avidemux/9.6.0/.helmignore
rename to stable/avidemux/9.7.3/.helmignore
diff --git a/stable/avidemux/9.7.3/CHANGELOG.md b/stable/avidemux/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1b5a9161ff6
--- /dev/null
+++ b/stable/avidemux/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avidemux-9.7.2](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/avidemux/9.7.3/Chart.yaml b/stable/avidemux/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..12eacc3e116
--- /dev/null
+++ b/stable/avidemux/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
+home: https://truecharts.org/charts/stable/avidemux
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png
+keywords:
+ - media
+ - avidemux
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: avidemux
+sources:
+ - https://github.com/jlesage/docker-avidemux
+ - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
+ - https://hub.docker.com/r/jlesage/avidemux
+type: application
+version: 9.7.3
diff --git a/stable/avidemux/9.6.0/README.md b/stable/avidemux/9.7.3/README.md
similarity index 100%
rename from stable/avidemux/9.6.0/README.md
rename to stable/avidemux/9.7.3/README.md
diff --git a/stable/avidemux/9.7.3/app-changelog.md b/stable/avidemux/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..3706495a449
--- /dev/null
+++ b/stable/avidemux/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [avidemux-9.7.3](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/avidemux/9.6.0/app-readme.md b/stable/avidemux/9.7.3/app-readme.md
similarity index 100%
rename from stable/avidemux/9.6.0/app-readme.md
rename to stable/avidemux/9.7.3/app-readme.md
diff --git a/stable/avidemux/9.7.3/charts/common-20.2.4.tgz b/stable/avidemux/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/avidemux/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/avidemux/9.6.0/ix_values.yaml b/stable/avidemux/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/avidemux/9.6.0/ix_values.yaml
rename to stable/avidemux/9.7.3/ix_values.yaml
diff --git a/stable/avidemux/9.6.0/questions.yaml b/stable/avidemux/9.7.3/questions.yaml
similarity index 100%
rename from stable/avidemux/9.6.0/questions.yaml
rename to stable/avidemux/9.7.3/questions.yaml
diff --git a/stable/avidemux/9.6.0/templates/NOTES.txt b/stable/avidemux/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/avidemux/9.6.0/templates/NOTES.txt
rename to stable/avidemux/9.7.3/templates/NOTES.txt
diff --git a/stable/avidemux/9.6.0/templates/common.yaml b/stable/avidemux/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/avidemux/9.6.0/templates/common.yaml
rename to stable/avidemux/9.7.3/templates/common.yaml
diff --git a/stable/avidemux/9.6.0/values.yaml b/stable/avidemux/9.7.3/values.yaml
similarity index 100%
rename from stable/avidemux/9.6.0/values.yaml
rename to stable/avidemux/9.7.3/values.yaml
diff --git a/stable/avorion/5.6.0/CHANGELOG.md b/stable/avorion/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5d71bb6c224..00000000000
--- a/stable/avorion/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [avorion-5.6.0](https://github.com/truecharts/charts/compare/avorion-5.5.2...avorion-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [avorion-5.5.2](https://github.com/truecharts/charts/compare/avorion-5.5.1...avorion-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [avorion-5.5.1](https://github.com/truecharts/charts/compare/avorion-5.5.0...avorion-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [avorion-5.5.0](https://github.com/truecharts/charts/compare/avorion-5.4.1...avorion-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [avorion-5.4.1](https://github.com/truecharts/charts/compare/avorion-5.4.0...avorion-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [avorion-5.4.0](https://github.com/truecharts/charts/compare/avorion-5.3.0...avorion-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [avorion-5.3.0](https://github.com/truecharts/charts/compare/avorion-5.2.3...avorion-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [avorion-5.2.3](https://github.com/truecharts/charts/compare/avorion-5.2.2...avorion-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [avorion-5.2.2](https://github.com/truecharts/charts/compare/avorion-5.2.0...avorion-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/avorion/5.6.0/Chart.yaml b/stable/avorion/5.6.0/Chart.yaml
deleted file mode 100644
index 44e01ce1aa5..00000000000
--- a/stable/avorion/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: aorion
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
-home: https://truecharts.org/charts/stable/avorion
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png
-keywords:
- - avorion
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: avorion
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/avorion
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/avorion/5.6.0/charts/common-20.1.5.tgz b/stable/avorion/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/avorion/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/avorion/5.6.0/.helmignore b/stable/avorion/5.7.3/.helmignore
similarity index 100%
rename from stable/avorion/5.6.0/.helmignore
rename to stable/avorion/5.7.3/.helmignore
diff --git a/stable/avorion/5.7.3/CHANGELOG.md b/stable/avorion/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..df1e7de8704
--- /dev/null
+++ b/stable/avorion/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [avorion-5.7.2](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/avorion/5.7.3/Chart.yaml b/stable/avorion/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f0f5de25113
--- /dev/null
+++ b/stable/avorion/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: aorion
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
+home: https://truecharts.org/charts/stable/avorion
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png
+keywords:
+ - avorion
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: avorion
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/avorion
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/avorion/5.6.0/README.md b/stable/avorion/5.7.3/README.md
similarity index 100%
rename from stable/avorion/5.6.0/README.md
rename to stable/avorion/5.7.3/README.md
diff --git a/stable/avorion/5.7.3/app-changelog.md b/stable/avorion/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2bc45b57da0
--- /dev/null
+++ b/stable/avorion/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [avorion-5.7.3](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/avorion/5.6.0/app-readme.md b/stable/avorion/5.7.3/app-readme.md
similarity index 100%
rename from stable/avorion/5.6.0/app-readme.md
rename to stable/avorion/5.7.3/app-readme.md
diff --git a/stable/avorion/5.7.3/charts/common-20.2.4.tgz b/stable/avorion/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/avorion/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/avorion/5.6.0/ix_values.yaml b/stable/avorion/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/avorion/5.6.0/ix_values.yaml
rename to stable/avorion/5.7.3/ix_values.yaml
diff --git a/stable/avorion/5.6.0/questions.yaml b/stable/avorion/5.7.3/questions.yaml
similarity index 100%
rename from stable/avorion/5.6.0/questions.yaml
rename to stable/avorion/5.7.3/questions.yaml
diff --git a/stable/avorion/5.6.0/templates/common.yaml b/stable/avorion/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/avorion/5.6.0/templates/common.yaml
rename to stable/avorion/5.7.3/templates/common.yaml
diff --git a/stable/avorion/5.6.0/values.yaml b/stable/avorion/5.7.3/values.yaml
similarity index 100%
rename from stable/avorion/5.6.0/values.yaml
rename to stable/avorion/5.7.3/values.yaml
diff --git a/stable/babybuddy/16.7.4/CHANGELOG.md b/stable/babybuddy/16.7.4/CHANGELOG.md
index 1946c78c225..b23719a8e9a 100644
--- a/stable/babybuddy/16.7.4/CHANGELOG.md
+++ b/stable/babybuddy/16.7.4/CHANGELOG.md
@@ -14,6 +14,25 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [babybuddy-16.7.4](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.4) (2024-03-25)
+
+### Chore
+
+
+
- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
@@ -78,23 +97,4 @@ title: Changelog
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [babybuddy-16.7.3](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.3) (2024-03-23)
-
-### Chore
-
-
-
-- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-
-- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
+- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@c7ad941](https://github.com/c7ad941) by renovate ([#19437](https://github.com/truecharts/charts/issues/19437))
\ No newline at end of file
diff --git a/stable/babybuddy/16.7.4/Chart.yaml b/stable/babybuddy/16.7.4/Chart.yaml
index be35cf7d6bf..539dfcc07a5 100644
--- a/stable/babybuddy/16.7.4/Chart.yaml
+++ b/stable/babybuddy/16.7.4/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.2.1
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/babybuddy/16.7.4/app-changelog.md b/stable/babybuddy/16.7.4/app-changelog.md
index 27aa2b5671d..80c61f7af86 100644
--- a/stable/babybuddy/16.7.4/app-changelog.md
+++ b/stable/babybuddy/16.7.4/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image ghcr.io/linuxserver/babybuddy to 2.2.1[@1e21bbb](https://github.com/1e21bbb) by renovate ([#19747](https://github.com/truecharts/charts/issues/19747))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/babybuddy/16.7.4/charts/common-20.2.3.tgz b/stable/babybuddy/16.7.4/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/babybuddy/16.7.4/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz b/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/babybuddy/16.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/backuppc/6.6.0/CHANGELOG.md b/stable/backuppc/6.6.0/CHANGELOG.md
deleted file mode 100644
index b07d7e0cf42..00000000000
--- a/stable/backuppc/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [backuppc-6.6.0](https://github.com/truecharts/charts/compare/backuppc-6.5.2...backuppc-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [backuppc-6.5.2](https://github.com/truecharts/charts/compare/backuppc-6.5.1...backuppc-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [backuppc-6.5.1](https://github.com/truecharts/charts/compare/backuppc-6.5.0...backuppc-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [backuppc-6.5.0](https://github.com/truecharts/charts/compare/backuppc-6.4.1...backuppc-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [backuppc-6.4.1](https://github.com/truecharts/charts/compare/backuppc-6.4.0...backuppc-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [backuppc-6.4.0](https://github.com/truecharts/charts/compare/backuppc-6.3.0...backuppc-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [backuppc-6.3.0](https://github.com/truecharts/charts/compare/backuppc-6.2.3...backuppc-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [backuppc-6.2.3](https://github.com/truecharts/charts/compare/backuppc-6.2.2...backuppc-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [backuppc-6.2.2](https://github.com/truecharts/charts/compare/backuppc-6.2.0...backuppc-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/backuppc/6.6.0/Chart.yaml b/stable/backuppc/6.6.0/Chart.yaml
deleted file mode 100644
index a351793915d..00000000000
--- a/stable/backuppc/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.0.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
-home: https://truecharts.org/charts/stable/backuppc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
-keywords:
- - backuppc
- - Backup
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: backuppc
-sources:
- - https://backuppc.github.io/backuppc/index.html
- - https://github.com/tiredofit/docker-backuppc
- - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc
- - https://hub.docker.com/r/tiredofit/backuppc
-type: application
-version: 6.6.0
diff --git a/stable/backuppc/6.6.0/charts/common-20.1.5.tgz b/stable/backuppc/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/backuppc/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/backuppc/6.6.0/.helmignore b/stable/backuppc/6.7.3/.helmignore
similarity index 100%
rename from stable/backuppc/6.6.0/.helmignore
rename to stable/backuppc/6.7.3/.helmignore
diff --git a/stable/backuppc/6.7.3/CHANGELOG.md b/stable/backuppc/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6672ab89cdc
--- /dev/null
+++ b/stable/backuppc/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [backuppc-6.7.2](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/backuppc/6.7.3/Chart.yaml b/stable/backuppc/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..6a303021c6f
--- /dev/null
+++ b/stable/backuppc/6.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.0.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
+home: https://truecharts.org/charts/stable/backuppc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
+keywords:
+ - backuppc
+ - Backup
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: backuppc
+sources:
+ - https://backuppc.github.io/backuppc/index.html
+ - https://github.com/tiredofit/docker-backuppc
+ - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc
+ - https://hub.docker.com/r/tiredofit/backuppc
+type: application
+version: 6.7.3
diff --git a/stable/backuppc/6.6.0/README.md b/stable/backuppc/6.7.3/README.md
similarity index 100%
rename from stable/backuppc/6.6.0/README.md
rename to stable/backuppc/6.7.3/README.md
diff --git a/stable/backuppc/6.7.3/app-changelog.md b/stable/backuppc/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..9cf4f1a8afa
--- /dev/null
+++ b/stable/backuppc/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [backuppc-6.7.3](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/backuppc/6.6.0/app-readme.md b/stable/backuppc/6.7.3/app-readme.md
similarity index 100%
rename from stable/backuppc/6.6.0/app-readme.md
rename to stable/backuppc/6.7.3/app-readme.md
diff --git a/stable/backuppc/6.7.3/charts/common-20.2.4.tgz b/stable/backuppc/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/backuppc/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/backuppc/6.6.0/ix_values.yaml b/stable/backuppc/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/backuppc/6.6.0/ix_values.yaml
rename to stable/backuppc/6.7.3/ix_values.yaml
diff --git a/stable/backuppc/6.6.0/questions.yaml b/stable/backuppc/6.7.3/questions.yaml
similarity index 100%
rename from stable/backuppc/6.6.0/questions.yaml
rename to stable/backuppc/6.7.3/questions.yaml
diff --git a/stable/backuppc/6.6.0/templates/NOTES.txt b/stable/backuppc/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/backuppc/6.6.0/templates/NOTES.txt
rename to stable/backuppc/6.7.3/templates/NOTES.txt
diff --git a/stable/backuppc/6.6.0/templates/common.yaml b/stable/backuppc/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/backuppc/6.6.0/templates/common.yaml
rename to stable/backuppc/6.7.3/templates/common.yaml
diff --git a/stable/backuppc/6.6.0/values.yaml b/stable/backuppc/6.7.3/values.yaml
similarity index 100%
rename from stable/backuppc/6.6.0/values.yaml
rename to stable/backuppc/6.7.3/values.yaml
diff --git a/stable/baikal/5.6.0/CHANGELOG.md b/stable/baikal/5.6.0/CHANGELOG.md
deleted file mode 100644
index e46b5c86387..00000000000
--- a/stable/baikal/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [baikal-5.6.0](https://github.com/truecharts/charts/compare/baikal-5.5.2...baikal-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [baikal-5.5.2](https://github.com/truecharts/charts/compare/baikal-5.5.1...baikal-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [baikal-5.5.1](https://github.com/truecharts/charts/compare/baikal-5.5.0...baikal-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [baikal-5.5.0](https://github.com/truecharts/charts/compare/baikal-5.4.1...baikal-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [baikal-5.4.1](https://github.com/truecharts/charts/compare/baikal-5.4.0...baikal-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [baikal-5.4.0](https://github.com/truecharts/charts/compare/baikal-5.3.0...baikal-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [baikal-5.3.0](https://github.com/truecharts/charts/compare/baikal-5.2.3...baikal-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [baikal-5.2.3](https://github.com/truecharts/charts/compare/baikal-5.2.2...baikal-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [baikal-5.2.2](https://github.com/truecharts/charts/compare/baikal-5.2.0...baikal-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/baikal/5.6.0/Chart.yaml b/stable/baikal/5.6.0/Chart.yaml
deleted file mode 100644
index 9db912e78bb..00000000000
--- a/stable/baikal/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.9.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Baikal is a lightweight CalDAV+CardDAV server
-home: https://truecharts.org/charts/stable/baikal
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png
-keywords:
- - baikal
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: baikal
-sources:
- - https://github.com/ckulka/baikal-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/baikal
- - https://hub.docker.com/r/ckulka/baikal
-type: application
-version: 5.6.0
diff --git a/stable/baikal/5.6.0/charts/common-20.1.5.tgz b/stable/baikal/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/baikal/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/baikal/5.6.0/.helmignore b/stable/baikal/5.7.3/.helmignore
similarity index 100%
rename from stable/baikal/5.6.0/.helmignore
rename to stable/baikal/5.7.3/.helmignore
diff --git a/stable/baikal/5.7.3/CHANGELOG.md b/stable/baikal/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..12f2ccc2b8f
--- /dev/null
+++ b/stable/baikal/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [baikal-5.7.2](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/baikal/5.7.3/Chart.yaml b/stable/baikal/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..27069f886df
--- /dev/null
+++ b/stable/baikal/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.9.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Baikal is a lightweight CalDAV+CardDAV server
+home: https://truecharts.org/charts/stable/baikal
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png
+keywords:
+ - baikal
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: baikal
+sources:
+ - https://github.com/ckulka/baikal-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/baikal
+ - https://hub.docker.com/r/ckulka/baikal
+type: application
+version: 5.7.3
diff --git a/stable/baikal/5.6.0/README.md b/stable/baikal/5.7.3/README.md
similarity index 100%
rename from stable/baikal/5.6.0/README.md
rename to stable/baikal/5.7.3/README.md
diff --git a/stable/baikal/5.7.3/app-changelog.md b/stable/baikal/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..01ff18c04f5
--- /dev/null
+++ b/stable/baikal/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [baikal-5.7.3](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/baikal/5.6.0/app-readme.md b/stable/baikal/5.7.3/app-readme.md
similarity index 100%
rename from stable/baikal/5.6.0/app-readme.md
rename to stable/baikal/5.7.3/app-readme.md
diff --git a/stable/baikal/5.7.3/charts/common-20.2.4.tgz b/stable/baikal/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/baikal/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/baikal/5.6.0/ix_values.yaml b/stable/baikal/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/baikal/5.6.0/ix_values.yaml
rename to stable/baikal/5.7.3/ix_values.yaml
diff --git a/stable/baikal/5.6.0/questions.yaml b/stable/baikal/5.7.3/questions.yaml
similarity index 100%
rename from stable/baikal/5.6.0/questions.yaml
rename to stable/baikal/5.7.3/questions.yaml
diff --git a/stable/baikal/5.6.0/templates/common.yaml b/stable/baikal/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/baikal/5.6.0/templates/common.yaml
rename to stable/baikal/5.7.3/templates/common.yaml
diff --git a/stable/baikal/5.6.0/values.yaml b/stable/baikal/5.7.3/values.yaml
similarity index 100%
rename from stable/baikal/5.6.0/values.yaml
rename to stable/baikal/5.7.3/values.yaml
diff --git a/stable/barcodebuddy/5.6.0/CHANGELOG.md b/stable/barcodebuddy/5.6.0/CHANGELOG.md
deleted file mode 100644
index b487a236b9d..00000000000
--- a/stable/barcodebuddy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [barcodebuddy-5.6.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.5.2...barcodebuddy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [barcodebuddy-5.5.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.5.1...barcodebuddy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [barcodebuddy-5.5.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.5.0...barcodebuddy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [barcodebuddy-5.5.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.4.1...barcodebuddy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [barcodebuddy-5.4.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.4.0...barcodebuddy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [barcodebuddy-5.4.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.3.0...barcodebuddy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [barcodebuddy-5.3.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.3...barcodebuddy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [barcodebuddy-5.2.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.2...barcodebuddy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [barcodebuddy-5.2.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.0...barcodebuddy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/barcodebuddy/5.6.0/Chart.yaml b/stable/barcodebuddy/5.6.0/Chart.yaml
deleted file mode 100644
index 665d6227f08..00000000000
--- a/stable/barcodebuddy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>"
-home: https://truecharts.org/charts/stable/barcodebuddy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png
-keywords:
- - barcodebuddy
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: barcodebuddy
-sources:
- - https://github.com/Forceu/barcodebuddy
- - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy
- - https://hub.docker.com/r/f0rc3/barcodebuddy-docker
-type: application
-version: 5.6.0
diff --git a/stable/barcodebuddy/5.6.0/charts/common-20.1.5.tgz b/stable/barcodebuddy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/barcodebuddy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/barcodebuddy/5.6.0/.helmignore b/stable/barcodebuddy/5.7.3/.helmignore
similarity index 100%
rename from stable/barcodebuddy/5.6.0/.helmignore
rename to stable/barcodebuddy/5.7.3/.helmignore
diff --git a/stable/barcodebuddy/5.7.3/CHANGELOG.md b/stable/barcodebuddy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3c812ffa308
--- /dev/null
+++ b/stable/barcodebuddy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barcodebuddy-5.7.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/barcodebuddy/5.7.3/Chart.yaml b/stable/barcodebuddy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b2f373208fd
--- /dev/null
+++ b/stable/barcodebuddy/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>"
+home: https://truecharts.org/charts/stable/barcodebuddy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png
+keywords:
+ - barcodebuddy
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: barcodebuddy
+sources:
+ - https://github.com/Forceu/barcodebuddy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy
+ - https://hub.docker.com/r/f0rc3/barcodebuddy-docker
+type: application
+version: 5.7.3
diff --git a/stable/barcodebuddy/5.6.0/README.md b/stable/barcodebuddy/5.7.3/README.md
similarity index 100%
rename from stable/barcodebuddy/5.6.0/README.md
rename to stable/barcodebuddy/5.7.3/README.md
diff --git a/stable/barcodebuddy/5.7.3/app-changelog.md b/stable/barcodebuddy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..941e5119e9c
--- /dev/null
+++ b/stable/barcodebuddy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [barcodebuddy-5.7.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/barcodebuddy/5.6.0/app-readme.md b/stable/barcodebuddy/5.7.3/app-readme.md
similarity index 100%
rename from stable/barcodebuddy/5.6.0/app-readme.md
rename to stable/barcodebuddy/5.7.3/app-readme.md
diff --git a/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz b/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/barcodebuddy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/barcodebuddy/5.6.0/ix_values.yaml b/stable/barcodebuddy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/barcodebuddy/5.6.0/ix_values.yaml
rename to stable/barcodebuddy/5.7.3/ix_values.yaml
diff --git a/stable/barcodebuddy/5.6.0/questions.yaml b/stable/barcodebuddy/5.7.3/questions.yaml
similarity index 100%
rename from stable/barcodebuddy/5.6.0/questions.yaml
rename to stable/barcodebuddy/5.7.3/questions.yaml
diff --git a/stable/barcodebuddy/5.6.0/templates/common.yaml b/stable/barcodebuddy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/barcodebuddy/5.6.0/templates/common.yaml
rename to stable/barcodebuddy/5.7.3/templates/common.yaml
diff --git a/stable/barcodebuddy/5.6.0/values.yaml b/stable/barcodebuddy/5.7.3/values.yaml
similarity index 100%
rename from stable/barcodebuddy/5.6.0/values.yaml
rename to stable/barcodebuddy/5.7.3/values.yaml
diff --git a/stable/barotrauma/5.6.0/CHANGELOG.md b/stable/barotrauma/5.6.0/CHANGELOG.md
deleted file mode 100644
index 3ebb8c316ea..00000000000
--- a/stable/barotrauma/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [barotrauma-5.6.0](https://github.com/truecharts/charts/compare/barotrauma-5.5.2...barotrauma-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [barotrauma-5.5.2](https://github.com/truecharts/charts/compare/barotrauma-5.5.1...barotrauma-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [barotrauma-5.5.1](https://github.com/truecharts/charts/compare/barotrauma-5.5.0...barotrauma-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [barotrauma-5.5.0](https://github.com/truecharts/charts/compare/barotrauma-5.4.1...barotrauma-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [barotrauma-5.4.1](https://github.com/truecharts/charts/compare/barotrauma-5.4.0...barotrauma-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [barotrauma-5.4.0](https://github.com/truecharts/charts/compare/barotrauma-5.3.0...barotrauma-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [barotrauma-5.3.0](https://github.com/truecharts/charts/compare/barotrauma-5.2.3...barotrauma-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [barotrauma-5.2.3](https://github.com/truecharts/charts/compare/barotrauma-5.2.2...barotrauma-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [barotrauma-5.2.2](https://github.com/truecharts/charts/compare/barotrauma-5.2.0...barotrauma-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/barotrauma/5.6.0/Chart.yaml b/stable/barotrauma/5.6.0/Chart.yaml
deleted file mode 100644
index 62650b21a03..00000000000
--- a/stable/barotrauma/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: barotrauma
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it.
-home: https://truecharts.org/charts/stable/barotrauma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png
-keywords:
- - barotrauma
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: barotrauma
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/barotrauma/5.6.0/charts/common-20.1.5.tgz b/stable/barotrauma/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/barotrauma/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/barotrauma/5.6.0/.helmignore b/stable/barotrauma/5.7.3/.helmignore
similarity index 100%
rename from stable/barotrauma/5.6.0/.helmignore
rename to stable/barotrauma/5.7.3/.helmignore
diff --git a/stable/barotrauma/5.7.3/CHANGELOG.md b/stable/barotrauma/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a7d342a14a
--- /dev/null
+++ b/stable/barotrauma/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [barotrauma-5.7.2](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/barotrauma/5.7.3/Chart.yaml b/stable/barotrauma/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7efd0642a02
--- /dev/null
+++ b/stable/barotrauma/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: barotrauma
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it.
+home: https://truecharts.org/charts/stable/barotrauma
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png
+keywords:
+ - barotrauma
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: barotrauma
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/barotrauma/5.6.0/README.md b/stable/barotrauma/5.7.3/README.md
similarity index 100%
rename from stable/barotrauma/5.6.0/README.md
rename to stable/barotrauma/5.7.3/README.md
diff --git a/stable/barotrauma/5.7.3/app-changelog.md b/stable/barotrauma/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6fe80d687e1
--- /dev/null
+++ b/stable/barotrauma/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [barotrauma-5.7.3](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/barotrauma/5.6.0/app-readme.md b/stable/barotrauma/5.7.3/app-readme.md
similarity index 100%
rename from stable/barotrauma/5.6.0/app-readme.md
rename to stable/barotrauma/5.7.3/app-readme.md
diff --git a/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz b/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/barotrauma/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/barotrauma/5.6.0/ix_values.yaml b/stable/barotrauma/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/barotrauma/5.6.0/ix_values.yaml
rename to stable/barotrauma/5.7.3/ix_values.yaml
diff --git a/stable/barotrauma/5.6.0/questions.yaml b/stable/barotrauma/5.7.3/questions.yaml
similarity index 100%
rename from stable/barotrauma/5.6.0/questions.yaml
rename to stable/barotrauma/5.7.3/questions.yaml
diff --git a/stable/barotrauma/5.6.0/templates/common.yaml b/stable/barotrauma/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/barotrauma/5.6.0/templates/common.yaml
rename to stable/barotrauma/5.7.3/templates/common.yaml
diff --git a/stable/barotrauma/5.6.0/values.yaml b/stable/barotrauma/5.7.3/values.yaml
similarity index 100%
rename from stable/barotrauma/5.6.0/values.yaml
rename to stable/barotrauma/5.7.3/values.yaml
diff --git a/stable/baserow/12.8.0/CHANGELOG.md b/stable/baserow/12.8.0/CHANGELOG.md
deleted file mode 100644
index bd57b4114bd..00000000000
--- a/stable/baserow/12.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
diff --git a/stable/baserow/12.8.0/Chart.yaml b/stable/baserow/12.8.0/Chart.yaml
deleted file mode 100644
index d79543be838..00000000000
--- a/stable/baserow/12.8.0/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.23.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Baserow is an open source no-code database tool and Airtable alternative.
-home: https://truecharts.org/charts/stable/baserow
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png
-keywords:
- - baserow
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: baserow
-sources:
- - https://gitlab.com/bramw/baserow/
- - https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- - https://hub.docker.com/r/baserow/baserow
-type: application
-version: 12.8.0
diff --git a/stable/baserow/12.8.0/app-changelog.md b/stable/baserow/12.8.0/app-changelog.md
deleted file mode 100644
index 07fbbeaf874..00000000000
--- a/stable/baserow/12.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [baserow-12.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/baserow/12.8.0/charts/common-20.2.0.tgz b/stable/baserow/12.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/baserow/12.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/baserow/12.8.0/charts/redis-13.0.5.tgz b/stable/baserow/12.8.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/baserow/12.8.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/baserow/12.8.0/questions.yaml b/stable/baserow/12.8.0/questions.yaml
deleted file mode 100755
index 24fef064fee..00000000000
--- a/stable/baserow/12.8.0/questions.yaml
+++ /dev/null
@@ -1,3340 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: BASEROW_PUBLIC_URL
- label: "BASEROW_PUBLIC_URL"
- description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
- schema:
- type: string
- required: true
- default: ""
- - variable: enable_mail_settings
- label: "Enable Mail Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: FROM_EMAIL
- label: "FROM_EMAIL"
- description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
- schema:
- type: string
- default: ""
- - variable: EMAIL_SMTP
- label: "EMAIL_SMTP"
- description: "If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead."
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Disabled"
- - value: "true"
- description: "Enabled"
- - variable: EMAIL_SMTP_USE_TLS
- label: "EMAIL_SMTP_USE_TLS"
- description: "If set to any non empty value then Baserow will attempt to send emails using TLS."
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Disabled"
- - value: "true"
- description: "Enabled"
- - variable: EMAIL_SMTP_HOST
- label: "EMAIL_SMTP_HOST"
- description: "The host of the external SMTP server that Baserow should use to send emails."
- schema:
- type: string
- default: ""
- - variable: EMAIL_SMTP_PORT
- label: "EMAIL_SMTP_PORT"
- description: "The port used to connect to $EMAIL_SMTP_HOST on."
- schema:
- type: int
- default: 587
- - variable: EMAIL_SMTP_USER
- label: "EMAIL_SMTP_USER"
- description: "The username to authenticate with $EMAIL_SMTP_HOST when sending emails."
- schema:
- type: string
- default: ""
- - variable: EMAIL_SMTP_PASSWORD
- label: "EMAIL_SMTP_PASSWORD"
- description: "The password to authenticate with $EMAIL_SMTP_HOST when sending emails."
- schema:
- type: string
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10228
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/baserow/12.8.0/.helmignore b/stable/baserow/12.9.2/.helmignore
similarity index 100%
rename from stable/baserow/12.8.0/.helmignore
rename to stable/baserow/12.9.2/.helmignore
diff --git a/stable/baserow/12.9.2/CHANGELOG.md b/stable/baserow/12.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..a8891cc8b55
--- /dev/null
+++ b/stable/baserow/12.9.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [baserow-12.9.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [baserow-12.9.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [baserow-12.9.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [baserow-12.9.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [baserow-12.9.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/baserow/12.9.2/Chart.yaml b/stable/baserow/12.9.2/Chart.yaml
new file mode 100644
index 00000000000..8f9a4f7dfb6
--- /dev/null
+++ b/stable/baserow/12.9.2/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.23.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Baserow is an open source no-code database tool and Airtable alternative.
+home: https://truecharts.org/charts/stable/baserow
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png
+keywords:
+ - baserow
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: baserow
+sources:
+ - https://gitlab.com/bramw/baserow/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/baserow
+ - https://hub.docker.com/r/baserow/baserow
+type: application
+version: 12.9.2
diff --git a/stable/baserow/12.8.0/README.md b/stable/baserow/12.9.2/README.md
similarity index 100%
rename from stable/baserow/12.8.0/README.md
rename to stable/baserow/12.9.2/README.md
diff --git a/stable/baserow/12.9.2/app-changelog.md b/stable/baserow/12.9.2/app-changelog.md
new file mode 100644
index 00000000000..7551748f69a
--- /dev/null
+++ b/stable/baserow/12.9.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [baserow-12.9.2](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/baserow/12.8.0/app-readme.md b/stable/baserow/12.9.2/app-readme.md
similarity index 100%
rename from stable/baserow/12.8.0/app-readme.md
rename to stable/baserow/12.9.2/app-readme.md
diff --git a/stable/baserow/12.9.2/charts/common-20.2.4.tgz b/stable/baserow/12.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/baserow/12.9.2/charts/common-20.2.4.tgz differ
diff --git a/stable/baserow/12.9.2/charts/redis-13.2.2.tgz b/stable/baserow/12.9.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/baserow/12.9.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/baserow/12.8.0/ix_values.yaml b/stable/baserow/12.9.2/ix_values.yaml
similarity index 100%
rename from stable/baserow/12.8.0/ix_values.yaml
rename to stable/baserow/12.9.2/ix_values.yaml
diff --git a/stable/baserow/12.9.2/questions.yaml b/stable/baserow/12.9.2/questions.yaml
new file mode 100755
index 00000000000..859a904d437
--- /dev/null
+++ b/stable/baserow/12.9.2/questions.yaml
@@ -0,0 +1,3342 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: BASEROW_PUBLIC_URL
+ label: "BASEROW_PUBLIC_URL"
+ description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enable_mail_settings
+ label: "Enable Mail Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: FROM_EMAIL
+ label: "FROM_EMAIL"
+ description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
+ schema:
+ type: string
+ default: ""
+ - variable: EMAIL_SMTP
+ label: "EMAIL_SMTP"
+ description: "If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead."
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Disabled"
+ - value: "true"
+ description: "Enabled"
+ - variable: EMAIL_SMTP_USE_TLS
+ label: "EMAIL_SMTP_USE_TLS"
+ description: "If set to any non empty value then Baserow will attempt to send emails using TLS."
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Disabled"
+ - value: "true"
+ description: "Enabled"
+ - variable: EMAIL_SMTP_HOST
+ label: "EMAIL_SMTP_HOST"
+ description: "The host of the external SMTP server that Baserow should use to send emails."
+ schema:
+ type: string
+ default: ""
+ - variable: EMAIL_SMTP_PORT
+ label: "EMAIL_SMTP_PORT"
+ description: "The port used to connect to $EMAIL_SMTP_HOST on."
+ schema:
+ type: int
+ default: 587
+ - variable: EMAIL_SMTP_USER
+ label: "EMAIL_SMTP_USER"
+ description: "The username to authenticate with $EMAIL_SMTP_HOST when sending emails."
+ schema:
+ type: string
+ default: ""
+ - variable: EMAIL_SMTP_PASSWORD
+ label: "EMAIL_SMTP_PASSWORD"
+ description: "The password to authenticate with $EMAIL_SMTP_HOST when sending emails."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10228
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/baserow/12.8.0/templates/NOTES.txt b/stable/baserow/12.9.2/templates/NOTES.txt
similarity index 100%
rename from stable/baserow/12.8.0/templates/NOTES.txt
rename to stable/baserow/12.9.2/templates/NOTES.txt
diff --git a/stable/baserow/12.8.0/templates/_secrets.tpl b/stable/baserow/12.9.2/templates/_secrets.tpl
similarity index 100%
rename from stable/baserow/12.8.0/templates/_secrets.tpl
rename to stable/baserow/12.9.2/templates/_secrets.tpl
diff --git a/stable/baserow/12.8.0/templates/common.yaml b/stable/baserow/12.9.2/templates/common.yaml
similarity index 100%
rename from stable/baserow/12.8.0/templates/common.yaml
rename to stable/baserow/12.9.2/templates/common.yaml
diff --git a/stable/baserow/12.8.0/values.yaml b/stable/baserow/12.9.2/values.yaml
similarity index 100%
rename from stable/baserow/12.8.0/values.yaml
rename to stable/baserow/12.9.2/values.yaml
diff --git a/stable/batnoter/5.6.0/CHANGELOG.md b/stable/batnoter/5.6.0/CHANGELOG.md
deleted file mode 100644
index 78b64262d1f..00000000000
--- a/stable/batnoter/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [batnoter-5.6.0](https://github.com/truecharts/charts/compare/batnoter-5.5.2...batnoter-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [batnoter-5.5.2](https://github.com/truecharts/charts/compare/batnoter-5.5.1...batnoter-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [batnoter-5.5.1](https://github.com/truecharts/charts/compare/batnoter-5.5.0...batnoter-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [batnoter-5.5.0](https://github.com/truecharts/charts/compare/batnoter-5.4.1...batnoter-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [batnoter-5.4.1](https://github.com/truecharts/charts/compare/batnoter-5.4.0...batnoter-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [batnoter-5.4.0](https://github.com/truecharts/charts/compare/batnoter-5.3.0...batnoter-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [batnoter-5.3.0](https://github.com/truecharts/charts/compare/batnoter-5.2.3...batnoter-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [batnoter-5.2.3](https://github.com/truecharts/charts/compare/batnoter-5.2.2...batnoter-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [batnoter-5.2.2](https://github.com/truecharts/charts/compare/batnoter-5.2.0...batnoter-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/batnoter/5.6.0/Chart.yaml b/stable/batnoter/5.6.0/Chart.yaml
deleted file mode 100644
index 91de840eec3..00000000000
--- a/stable/batnoter/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: notes
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: BatNoter is a web application that allows users to store notes in their git repository.
-home: https://truecharts.org/charts/stable/batnoter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png
-keywords:
- - notes
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: batnoter
-sources:
- - https://github.com/batnoter/batnoter
- - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter
- - https://ghcr.io/batnoter/batnoter/batnoter-ui
-type: application
-version: 5.6.0
diff --git a/stable/batnoter/5.6.0/charts/common-20.1.5.tgz b/stable/batnoter/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/batnoter/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/batnoter/5.6.0/.helmignore b/stable/batnoter/5.7.3/.helmignore
similarity index 100%
rename from stable/batnoter/5.6.0/.helmignore
rename to stable/batnoter/5.7.3/.helmignore
diff --git a/stable/batnoter/5.7.3/CHANGELOG.md b/stable/batnoter/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..10baa6e2744
--- /dev/null
+++ b/stable/batnoter/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [batnoter-5.7.2](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/batnoter/5.7.3/Chart.yaml b/stable/batnoter/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a564b651f2c
--- /dev/null
+++ b/stable/batnoter/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: notes
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: BatNoter is a web application that allows users to store notes in their git repository.
+home: https://truecharts.org/charts/stable/batnoter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png
+keywords:
+ - notes
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: batnoter
+sources:
+ - https://github.com/batnoter/batnoter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter
+ - https://ghcr.io/batnoter/batnoter/batnoter-ui
+type: application
+version: 5.7.3
diff --git a/stable/batnoter/5.6.0/README.md b/stable/batnoter/5.7.3/README.md
similarity index 100%
rename from stable/batnoter/5.6.0/README.md
rename to stable/batnoter/5.7.3/README.md
diff --git a/stable/batnoter/5.7.3/app-changelog.md b/stable/batnoter/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..dd49dd32015
--- /dev/null
+++ b/stable/batnoter/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [batnoter-5.7.3](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/batnoter/5.6.0/app-readme.md b/stable/batnoter/5.7.3/app-readme.md
similarity index 100%
rename from stable/batnoter/5.6.0/app-readme.md
rename to stable/batnoter/5.7.3/app-readme.md
diff --git a/stable/batnoter/5.7.3/charts/common-20.2.4.tgz b/stable/batnoter/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/batnoter/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/batnoter/5.6.0/ix_values.yaml b/stable/batnoter/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/batnoter/5.6.0/ix_values.yaml
rename to stable/batnoter/5.7.3/ix_values.yaml
diff --git a/stable/batnoter/5.6.0/questions.yaml b/stable/batnoter/5.7.3/questions.yaml
similarity index 100%
rename from stable/batnoter/5.6.0/questions.yaml
rename to stable/batnoter/5.7.3/questions.yaml
diff --git a/stable/batnoter/5.6.0/templates/common.yaml b/stable/batnoter/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/batnoter/5.6.0/templates/common.yaml
rename to stable/batnoter/5.7.3/templates/common.yaml
diff --git a/stable/batnoter/5.6.0/values.yaml b/stable/batnoter/5.7.3/values.yaml
similarity index 100%
rename from stable/batnoter/5.6.0/values.yaml
rename to stable/batnoter/5.7.3/values.yaml
diff --git a/stable/bazarr/19.5.0/CHANGELOG.md b/stable/bazarr/19.5.0/CHANGELOG.md
deleted file mode 100644
index 3dfb3336b3a..00000000000
--- a/stable/bazarr/19.5.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.4.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
-
-
-## [bazarr-19.4.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.4.1) (2024-03-16)
-
-### Chore
diff --git a/stable/bazarr/19.5.0/Chart.yaml b/stable/bazarr/19.5.0/Chart.yaml
deleted file mode 100644
index 3712697da2c..00000000000
--- a/stable/bazarr/19.5.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
-home: https://truecharts.org/charts/stable/bazarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png
-keywords:
- - bazarr
- - radarr
- - sonarr
- - subtitles
- - usenet
- - torrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bazarr
-sources:
- - https://github.com/morpheus65535/bazarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
- - https://ghcr.io/onedr0p/bazarr
- - https://ghcr.io/onedr0p/exportarr
-type: application
-version: 19.5.0
diff --git a/stable/bazarr/19.5.0/app-changelog.md b/stable/bazarr/19.5.0/app-changelog.md
deleted file mode 100644
index 10e56d26235..00000000000
--- a/stable/bazarr/19.5.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [bazarr-19.5.0](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
\ No newline at end of file
diff --git a/stable/bazarr/19.5.0/charts/common-20.2.0.tgz b/stable/bazarr/19.5.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/bazarr/19.5.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/bazarr/19.5.0/ix_values.yaml b/stable/bazarr/19.5.0/ix_values.yaml
deleted file mode 100644
index 31c6b8ffa77..00000000000
--- a/stable/bazarr/19.5.0/ix_values.yaml
+++ /dev/null
@@ -1,87 +0,0 @@
-image:
- repository: ghcr.io/onedr0p/bazarr
- pullPolicy: IfNotPresent
- tag: 1.4.2@sha256:07af48c360098a2aa4b4d971fa14a93761459fbf8a8f1901e572826106a74bcd
-exportarrImage:
- repository: ghcr.io/onedr0p/exportarr
- tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 6767
- protocol: http
- targetPort: 6767
- metrics:
- enabled: true
- type: ClusterIP
- targetSelector: exportarr
- ports:
- metrics:
- enabled: true
- port: 7879
- targetSelector: exportarr
-
-workload:
- exportarr:
- enabled: "{{ .Values.metrics.main.enabled }}"
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- exportarr:
- primary: true
- enabled: true
- imageSelector: exportarrImage
- args:
- - bazarr
- probes:
- liveness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- readiness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- startup:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- env:
- INTERFACE: 0.0.0.0
- PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
- URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
- APIKEY: "{{ .Values.metrics.main.apiKey }}"
-
-persistence:
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /config
- exportarr:
- exportarr:
- mountPath: /config
- readOnly: true
-
-metrics:
- main:
- enabled: false
- type: "servicemonitor"
- endpoints:
- - port: metrics
- path: /metrics
- targetSelector: metrics
- # Required for exportarr
- apiKey: ""
-
-portal:
- open:
- enabled: true
diff --git a/stable/bazarr/19.5.0/.helmignore b/stable/bazarr/19.5.4/.helmignore
similarity index 100%
rename from stable/bazarr/19.5.0/.helmignore
rename to stable/bazarr/19.5.4/.helmignore
diff --git a/stable/bazarr/19.5.4/CHANGELOG.md b/stable/bazarr/19.5.4/CHANGELOG.md
new file mode 100644
index 00000000000..928ce8b5959
--- /dev/null
+++ b/stable/bazarr/19.5.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
+
+
+## [bazarr-19.5.3](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
+
+
+## [bazarr-19.5.3](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
+
+
+## [bazarr-19.5.3](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
+
+
+## [bazarr-19.5.3](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
+
+
+## [bazarr-19.5.3](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/bazarr/19.5.4/Chart.yaml b/stable/bazarr/19.5.4/Chart.yaml
new file mode 100644
index 00000000000..4a6cb31b42a
--- /dev/null
+++ b/stable/bazarr/19.5.4/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
+home: https://truecharts.org/charts/stable/bazarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png
+keywords:
+ - bazarr
+ - radarr
+ - sonarr
+ - subtitles
+ - usenet
+ - torrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bazarr
+sources:
+ - https://github.com/morpheus65535/bazarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
+ - https://ghcr.io/onedr0p/bazarr
+ - https://ghcr.io/onedr0p/exportarr
+type: application
+version: 19.5.4
diff --git a/stable/bazarr/19.5.0/README.md b/stable/bazarr/19.5.4/README.md
similarity index 100%
rename from stable/bazarr/19.5.0/README.md
rename to stable/bazarr/19.5.4/README.md
diff --git a/stable/bazarr/19.5.4/app-changelog.md b/stable/bazarr/19.5.4/app-changelog.md
new file mode 100644
index 00000000000..841013d6ad5
--- /dev/null
+++ b/stable/bazarr/19.5.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [bazarr-19.5.4](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@113035f](https://github.com/113035f) by renovate ([#19384](https://github.com/truecharts/charts/issues/19384))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/bazarr to 1.4.2[@07af48c](https://github.com/07af48c) by renovate ([#19253](https://github.com/truecharts/charts/issues/19253))
\ No newline at end of file
diff --git a/stable/bazarr/19.5.0/app-readme.md b/stable/bazarr/19.5.4/app-readme.md
similarity index 100%
rename from stable/bazarr/19.5.0/app-readme.md
rename to stable/bazarr/19.5.4/app-readme.md
diff --git a/stable/bazarr/19.5.4/charts/common-20.2.4.tgz b/stable/bazarr/19.5.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bazarr/19.5.4/charts/common-20.2.4.tgz differ
diff --git a/stable/bazarr/19.5.4/ix_values.yaml b/stable/bazarr/19.5.4/ix_values.yaml
new file mode 100644
index 00000000000..a7428d0b7bd
--- /dev/null
+++ b/stable/bazarr/19.5.4/ix_values.yaml
@@ -0,0 +1,87 @@
+image:
+ repository: ghcr.io/onedr0p/bazarr
+ pullPolicy: IfNotPresent
+ tag: 1.4.2@sha256:113035f37f289f190781d9d728f2ebf56c895b972921820f5d30408427c837d9
+exportarrImage:
+ repository: ghcr.io/onedr0p/exportarr
+ tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 6767
+ protocol: http
+ targetPort: 6767
+ metrics:
+ enabled: true
+ type: ClusterIP
+ targetSelector: exportarr
+ ports:
+ metrics:
+ enabled: true
+ port: 7879
+ targetSelector: exportarr
+
+workload:
+ exportarr:
+ enabled: "{{ .Values.metrics.main.enabled }}"
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ exportarr:
+ primary: true
+ enabled: true
+ imageSelector: exportarrImage
+ args:
+ - bazarr
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ startup:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ env:
+ INTERFACE: 0.0.0.0
+ PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
+ URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
+ APIKEY: "{{ .Values.metrics.main.apiKey }}"
+
+persistence:
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /config
+ exportarr:
+ exportarr:
+ mountPath: /config
+ readOnly: true
+
+metrics:
+ main:
+ enabled: false
+ type: "servicemonitor"
+ endpoints:
+ - port: metrics
+ path: /metrics
+ targetSelector: metrics
+ # Required for exportarr
+ apiKey: ""
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/bazarr/19.5.0/questions.yaml b/stable/bazarr/19.5.4/questions.yaml
similarity index 100%
rename from stable/bazarr/19.5.0/questions.yaml
rename to stable/bazarr/19.5.4/questions.yaml
diff --git a/stable/bazarr/19.5.0/templates/NOTES.txt b/stable/bazarr/19.5.4/templates/NOTES.txt
similarity index 100%
rename from stable/bazarr/19.5.0/templates/NOTES.txt
rename to stable/bazarr/19.5.4/templates/NOTES.txt
diff --git a/stable/bazarr/19.5.0/templates/common.yaml b/stable/bazarr/19.5.4/templates/common.yaml
similarity index 100%
rename from stable/bazarr/19.5.0/templates/common.yaml
rename to stable/bazarr/19.5.4/templates/common.yaml
diff --git a/stable/bazarr/19.5.0/values.yaml b/stable/bazarr/19.5.4/values.yaml
similarity index 100%
rename from stable/bazarr/19.5.0/values.yaml
rename to stable/bazarr/19.5.4/values.yaml
diff --git a/stable/beets/11.6.1/CHANGELOG.md b/stable/beets/11.6.1/CHANGELOG.md
deleted file mode 100644
index c1229d35b93..00000000000
--- a/stable/beets/11.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
-
diff --git a/stable/beets/11.6.1/Chart.yaml b/stable/beets/11.6.1/Chart.yaml
deleted file mode 100644
index 9534a5260d3..00000000000
--- a/stable/beets/11.6.1/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A music library manager and not, for the most part, a music player.
-home: https://truecharts.org/charts/stable/beets
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
-keywords:
- - music
- - library
- - manager
- - player
- - beets
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: beets
-sources:
- - https://beets.io/
- - https://github.com/linuxserver/docker-beets
- - https://github.com/truecharts/charts/tree/master/charts/stable/beets
- - https://ghcr.io/linuxserver/beets
-type: application
-version: 11.6.1
diff --git a/stable/beets/11.6.1/app-changelog.md b/stable/beets/11.6.1/app-changelog.md
deleted file mode 100644
index ac78d7bd41a..00000000000
--- a/stable/beets/11.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [beets-11.6.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
\ No newline at end of file
diff --git a/stable/beets/11.6.1/charts/common-20.1.5.tgz b/stable/beets/11.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/beets/11.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/beets/11.6.1/.helmignore b/stable/beets/11.7.3/.helmignore
similarity index 100%
rename from stable/beets/11.6.1/.helmignore
rename to stable/beets/11.7.3/.helmignore
diff --git a/stable/beets/11.7.3/CHANGELOG.md b/stable/beets/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..664693cb119
--- /dev/null
+++ b/stable/beets/11.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [beets-11.7.3](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
+
+
+## [beets-11.7.2](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
+
+
+## [beets-11.7.2](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
+
+
+## [beets-11.7.2](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
+
+
+## [beets-11.7.2](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
+
+
+## [beets-11.7.2](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
\ No newline at end of file
diff --git a/stable/beets/11.7.3/Chart.yaml b/stable/beets/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..64795ac8e95
--- /dev/null
+++ b/stable/beets/11.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A music library manager and not, for the most part, a music player.
+home: https://truecharts.org/charts/stable/beets
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
+keywords:
+ - music
+ - library
+ - manager
+ - player
+ - beets
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: beets
+sources:
+ - https://beets.io/
+ - https://github.com/linuxserver/docker-beets
+ - https://github.com/truecharts/charts/tree/master/charts/stable/beets
+ - https://ghcr.io/linuxserver/beets
+type: application
+version: 11.7.3
diff --git a/stable/beets/11.6.1/README.md b/stable/beets/11.7.3/README.md
similarity index 100%
rename from stable/beets/11.6.1/README.md
rename to stable/beets/11.7.3/README.md
diff --git a/stable/beets/11.7.3/app-changelog.md b/stable/beets/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..dccbf138913
--- /dev/null
+++ b/stable/beets/11.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [beets-11.7.3](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
\ No newline at end of file
diff --git a/stable/beets/11.6.1/app-readme.md b/stable/beets/11.7.3/app-readme.md
similarity index 100%
rename from stable/beets/11.6.1/app-readme.md
rename to stable/beets/11.7.3/app-readme.md
diff --git a/stable/beets/11.7.3/charts/common-20.2.4.tgz b/stable/beets/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/beets/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/beets/11.6.1/ix_values.yaml b/stable/beets/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/beets/11.6.1/ix_values.yaml
rename to stable/beets/11.7.3/ix_values.yaml
diff --git a/stable/beets/11.6.1/questions.yaml b/stable/beets/11.7.3/questions.yaml
similarity index 100%
rename from stable/beets/11.6.1/questions.yaml
rename to stable/beets/11.7.3/questions.yaml
diff --git a/stable/beets/11.6.1/templates/NOTES.txt b/stable/beets/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/beets/11.6.1/templates/NOTES.txt
rename to stable/beets/11.7.3/templates/NOTES.txt
diff --git a/stable/beets/11.6.1/templates/common.yaml b/stable/beets/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/beets/11.6.1/templates/common.yaml
rename to stable/beets/11.7.3/templates/common.yaml
diff --git a/stable/beets/11.6.1/values.yaml b/stable/beets/11.7.3/values.yaml
similarity index 100%
rename from stable/beets/11.6.1/values.yaml
rename to stable/beets/11.7.3/values.yaml
diff --git a/stable/bender/5.6.0/CHANGELOG.md b/stable/bender/5.6.0/CHANGELOG.md
deleted file mode 100644
index 9b57f7c252e..00000000000
--- a/stable/bender/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bender-5.6.0](https://github.com/truecharts/charts/compare/bender-5.5.2...bender-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bender-5.5.2](https://github.com/truecharts/charts/compare/bender-5.5.1...bender-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bender-5.5.1](https://github.com/truecharts/charts/compare/bender-5.5.0...bender-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bender-5.5.0](https://github.com/truecharts/charts/compare/bender-5.4.1...bender-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bender-5.4.1](https://github.com/truecharts/charts/compare/bender-5.4.0...bender-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bender-5.4.0](https://github.com/truecharts/charts/compare/bender-5.3.0...bender-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bender-5.3.0](https://github.com/truecharts/charts/compare/bender-5.2.3...bender-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bender-5.2.3](https://github.com/truecharts/charts/compare/bender-5.2.2...bender-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bender-5.2.2](https://github.com/truecharts/charts/compare/bender-5.2.0...bender-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bender/5.6.0/Chart.yaml b/stable/bender/5.6.0/Chart.yaml
deleted file mode 100644
index 60fba7fe501..00000000000
--- a/stable/bender/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: dashboard
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A link dashboard that can be managed without any code.
-home: https://truecharts.org/charts/stable/bender
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png
-keywords:
- - bender
- - dashboard
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bender
-sources:
- - https://github.com/jez500/bender
- - https://github.com/truecharts/charts/tree/master/charts/stable/bender
- - https://hub.docker.com/r/jez500/bender
-type: application
-version: 5.6.0
diff --git a/stable/bender/5.6.0/charts/common-20.1.5.tgz b/stable/bender/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bender/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bender/5.6.0/.helmignore b/stable/bender/5.7.3/.helmignore
similarity index 100%
rename from stable/bender/5.6.0/.helmignore
rename to stable/bender/5.7.3/.helmignore
diff --git a/stable/bender/5.7.3/CHANGELOG.md b/stable/bender/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8d63c8d913d
--- /dev/null
+++ b/stable/bender/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bender-5.7.2](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bender/5.7.3/Chart.yaml b/stable/bender/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f542fdc4178
--- /dev/null
+++ b/stable/bender/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: dashboard
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A link dashboard that can be managed without any code.
+home: https://truecharts.org/charts/stable/bender
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png
+keywords:
+ - bender
+ - dashboard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bender
+sources:
+ - https://github.com/jez500/bender
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bender
+ - https://hub.docker.com/r/jez500/bender
+type: application
+version: 5.7.3
diff --git a/stable/bender/5.6.0/README.md b/stable/bender/5.7.3/README.md
similarity index 100%
rename from stable/bender/5.6.0/README.md
rename to stable/bender/5.7.3/README.md
diff --git a/stable/bender/5.7.3/app-changelog.md b/stable/bender/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d77b7328987
--- /dev/null
+++ b/stable/bender/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bender-5.7.3](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bender/5.6.0/app-readme.md b/stable/bender/5.7.3/app-readme.md
similarity index 100%
rename from stable/bender/5.6.0/app-readme.md
rename to stable/bender/5.7.3/app-readme.md
diff --git a/stable/bender/5.7.3/charts/common-20.2.4.tgz b/stable/bender/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bender/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bender/5.6.0/ix_values.yaml b/stable/bender/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bender/5.6.0/ix_values.yaml
rename to stable/bender/5.7.3/ix_values.yaml
diff --git a/stable/bender/5.6.0/questions.yaml b/stable/bender/5.7.3/questions.yaml
similarity index 100%
rename from stable/bender/5.6.0/questions.yaml
rename to stable/bender/5.7.3/questions.yaml
diff --git a/stable/bender/5.6.0/templates/common.yaml b/stable/bender/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bender/5.6.0/templates/common.yaml
rename to stable/bender/5.7.3/templates/common.yaml
diff --git a/stable/bender/5.6.0/values.yaml b/stable/bender/5.7.3/values.yaml
similarity index 100%
rename from stable/bender/5.6.0/values.yaml
rename to stable/bender/5.7.3/values.yaml
diff --git a/stable/bitcoin-node/5.6.0/CHANGELOG.md b/stable/bitcoin-node/5.6.0/CHANGELOG.md
deleted file mode 100644
index 908d342ff3b..00000000000
--- a/stable/bitcoin-node/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bitcoin-node-5.6.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.5.2...bitcoin-node-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bitcoin-node-5.5.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.5.1...bitcoin-node-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bitcoin-node-5.5.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.5.0...bitcoin-node-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bitcoin-node-5.5.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.4.1...bitcoin-node-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bitcoin-node-5.4.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.4.0...bitcoin-node-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bitcoin-node-5.4.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.3.0...bitcoin-node-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bitcoin-node-5.3.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.3...bitcoin-node-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bitcoin-node-5.2.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.2...bitcoin-node-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bitcoin-node-5.2.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.0...bitcoin-node-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bitcoin-node/5.6.0/Chart.yaml b/stable/bitcoin-node/5.6.0/Chart.yaml
deleted file mode 100644
index e009aacf1ea..00000000000
--- a/stable/bitcoin-node/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Crypto
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
-home: https://truecharts.org/charts/stable/bitcoin-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png
-keywords:
- - bitcoin-node
- - Crypto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bitcoin-node
-sources:
- - https://github.com/kylemanna/docker-bitcoind
- - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node
- - https://hub.docker.com/r/kylemanna/bitcoind
-type: application
-version: 5.6.0
diff --git a/stable/bitcoin-node/5.6.0/charts/common-20.1.5.tgz b/stable/bitcoin-node/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bitcoin-node/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bitcoin-node/5.6.0/.helmignore b/stable/bitcoin-node/5.7.3/.helmignore
similarity index 100%
rename from stable/bitcoin-node/5.6.0/.helmignore
rename to stable/bitcoin-node/5.7.3/.helmignore
diff --git a/stable/bitcoin-node/5.7.3/CHANGELOG.md b/stable/bitcoin-node/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ae35ea94c70
--- /dev/null
+++ b/stable/bitcoin-node/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoin-node-5.7.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bitcoin-node/5.7.3/Chart.yaml b/stable/bitcoin-node/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..880cf3655f1
--- /dev/null
+++ b/stable/bitcoin-node/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Crypto
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
+home: https://truecharts.org/charts/stable/bitcoin-node
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png
+keywords:
+ - bitcoin-node
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bitcoin-node
+sources:
+ - https://github.com/kylemanna/docker-bitcoind
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node
+ - https://hub.docker.com/r/kylemanna/bitcoind
+type: application
+version: 5.7.3
diff --git a/stable/bitcoin-node/5.6.0/README.md b/stable/bitcoin-node/5.7.3/README.md
similarity index 100%
rename from stable/bitcoin-node/5.6.0/README.md
rename to stable/bitcoin-node/5.7.3/README.md
diff --git a/stable/bitcoin-node/5.7.3/app-changelog.md b/stable/bitcoin-node/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d4c05a222bc
--- /dev/null
+++ b/stable/bitcoin-node/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bitcoin-node-5.7.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bitcoin-node/5.6.0/app-readme.md b/stable/bitcoin-node/5.7.3/app-readme.md
similarity index 100%
rename from stable/bitcoin-node/5.6.0/app-readme.md
rename to stable/bitcoin-node/5.7.3/app-readme.md
diff --git a/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bitcoin-node/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bitcoin-node/5.6.0/ix_values.yaml b/stable/bitcoin-node/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bitcoin-node/5.6.0/ix_values.yaml
rename to stable/bitcoin-node/5.7.3/ix_values.yaml
diff --git a/stable/bitcoin-node/5.6.0/questions.yaml b/stable/bitcoin-node/5.7.3/questions.yaml
similarity index 100%
rename from stable/bitcoin-node/5.6.0/questions.yaml
rename to stable/bitcoin-node/5.7.3/questions.yaml
diff --git a/stable/bitcoin-node/5.6.0/templates/common.yaml b/stable/bitcoin-node/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bitcoin-node/5.6.0/templates/common.yaml
rename to stable/bitcoin-node/5.7.3/templates/common.yaml
diff --git a/stable/bitcoin-node/5.6.0/values.yaml b/stable/bitcoin-node/5.7.3/values.yaml
similarity index 100%
rename from stable/bitcoin-node/5.6.0/values.yaml
rename to stable/bitcoin-node/5.7.3/values.yaml
diff --git a/stable/bitcoind/5.6.0/CHANGELOG.md b/stable/bitcoind/5.6.0/CHANGELOG.md
deleted file mode 100644
index 21f3629771b..00000000000
--- a/stable/bitcoind/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bitcoind-5.6.0](https://github.com/truecharts/charts/compare/bitcoind-5.5.2...bitcoind-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bitcoind-5.5.2](https://github.com/truecharts/charts/compare/bitcoind-5.5.1...bitcoind-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bitcoind-5.5.1](https://github.com/truecharts/charts/compare/bitcoind-5.5.0...bitcoind-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bitcoind-5.5.0](https://github.com/truecharts/charts/compare/bitcoind-5.4.1...bitcoind-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bitcoind-5.4.1](https://github.com/truecharts/charts/compare/bitcoind-5.4.0...bitcoind-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bitcoind-5.4.0](https://github.com/truecharts/charts/compare/bitcoind-5.3.0...bitcoind-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bitcoind-5.3.0](https://github.com/truecharts/charts/compare/bitcoind-5.2.3...bitcoind-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bitcoind-5.2.3](https://github.com/truecharts/charts/compare/bitcoind-5.2.2...bitcoind-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bitcoind-5.2.2](https://github.com/truecharts/charts/compare/bitcoind-5.2.0...bitcoind-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bitcoind/5.6.0/Chart.yaml b/stable/bitcoind/5.6.0/Chart.yaml
deleted file mode 100644
index 1580c272e38..00000000000
--- a/stable/bitcoind/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
-home: https://truecharts.org/charts/stable/bitcoind
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png
-keywords:
- - bitcoind
- - Tools-Utilities
- - Network-Other
- - Crypto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bitcoind
-sources:
- - https://bitcoin.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind
- - https://hub.docker.com/r/ofawx/bitcoind
-type: application
-version: 5.6.0
diff --git a/stable/bitcoind/5.6.0/charts/common-20.1.5.tgz b/stable/bitcoind/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bitcoind/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bitcoind/5.6.0/.helmignore b/stable/bitcoind/5.7.3/.helmignore
similarity index 100%
rename from stable/bitcoind/5.6.0/.helmignore
rename to stable/bitcoind/5.7.3/.helmignore
diff --git a/stable/bitcoind/5.7.3/CHANGELOG.md b/stable/bitcoind/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5b960d3b61c
--- /dev/null
+++ b/stable/bitcoind/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoind-5.7.2](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bitcoind/5.7.3/Chart.yaml b/stable/bitcoind/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d4dc536f82c
--- /dev/null
+++ b/stable/bitcoind/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
+home: https://truecharts.org/charts/stable/bitcoind
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png
+keywords:
+ - bitcoind
+ - Tools-Utilities
+ - Network-Other
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bitcoind
+sources:
+ - https://bitcoin.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind
+ - https://hub.docker.com/r/ofawx/bitcoind
+type: application
+version: 5.7.3
diff --git a/stable/bitcoind/5.6.0/README.md b/stable/bitcoind/5.7.3/README.md
similarity index 100%
rename from stable/bitcoind/5.6.0/README.md
rename to stable/bitcoind/5.7.3/README.md
diff --git a/stable/bitcoind/5.7.3/app-changelog.md b/stable/bitcoind/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..56070d603c6
--- /dev/null
+++ b/stable/bitcoind/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bitcoind-5.7.3](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bitcoind/5.6.0/app-readme.md b/stable/bitcoind/5.7.3/app-readme.md
similarity index 100%
rename from stable/bitcoind/5.6.0/app-readme.md
rename to stable/bitcoind/5.7.3/app-readme.md
diff --git a/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bitcoind/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bitcoind/5.6.0/ix_values.yaml b/stable/bitcoind/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bitcoind/5.6.0/ix_values.yaml
rename to stable/bitcoind/5.7.3/ix_values.yaml
diff --git a/stable/bitcoind/5.6.0/questions.yaml b/stable/bitcoind/5.7.3/questions.yaml
similarity index 100%
rename from stable/bitcoind/5.6.0/questions.yaml
rename to stable/bitcoind/5.7.3/questions.yaml
diff --git a/stable/bitcoind/5.6.0/templates/common.yaml b/stable/bitcoind/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bitcoind/5.6.0/templates/common.yaml
rename to stable/bitcoind/5.7.3/templates/common.yaml
diff --git a/stable/bitcoind/5.6.0/values.yaml b/stable/bitcoind/5.7.3/values.yaml
similarity index 100%
rename from stable/bitcoind/5.6.0/values.yaml
rename to stable/bitcoind/5.7.3/values.yaml
diff --git a/stable/bitcoinunlimited/5.6.0/CHANGELOG.md b/stable/bitcoinunlimited/5.6.0/CHANGELOG.md
deleted file mode 100644
index 86ffffaf9f8..00000000000
--- a/stable/bitcoinunlimited/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bitcoinunlimited-5.6.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.5.2...bitcoinunlimited-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bitcoinunlimited-5.5.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.5.1...bitcoinunlimited-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bitcoinunlimited-5.5.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.5.0...bitcoinunlimited-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bitcoinunlimited-5.5.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.4.1...bitcoinunlimited-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bitcoinunlimited-5.4.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.4.0...bitcoinunlimited-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bitcoinunlimited-5.4.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.3.0...bitcoinunlimited-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bitcoinunlimited-5.3.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.3...bitcoinunlimited-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bitcoinunlimited-5.2.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.2...bitcoinunlimited-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bitcoinunlimited-5.2.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.0...bitcoinunlimited-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bitcoinunlimited/5.6.0/Chart.yaml b/stable/bitcoinunlimited/5.6.0/Chart.yaml
deleted file mode 100644
index f6d2e568caf..00000000000
--- a/stable/bitcoinunlimited/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem.
-home: https://truecharts.org/charts/stable/bitcoinunlimited
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png
-keywords:
- - bitcoinunlimited
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bitcoinunlimited
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited
- - https://hub.docker.com/r/amacneil/bitcoinunlimited
-type: application
-version: 5.6.0
diff --git a/stable/bitcoinunlimited/5.6.0/charts/common-20.1.5.tgz b/stable/bitcoinunlimited/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bitcoinunlimited/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bitcoinunlimited/5.6.0/.helmignore b/stable/bitcoinunlimited/5.7.3/.helmignore
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/.helmignore
rename to stable/bitcoinunlimited/5.7.3/.helmignore
diff --git a/stable/bitcoinunlimited/5.7.3/CHANGELOG.md b/stable/bitcoinunlimited/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3079fef268a
--- /dev/null
+++ b/stable/bitcoinunlimited/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinunlimited-5.7.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bitcoinunlimited/5.7.3/Chart.yaml b/stable/bitcoinunlimited/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..8ff91cd703a
--- /dev/null
+++ b/stable/bitcoinunlimited/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem.
+home: https://truecharts.org/charts/stable/bitcoinunlimited
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png
+keywords:
+ - bitcoinunlimited
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bitcoinunlimited
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited
+ - https://hub.docker.com/r/amacneil/bitcoinunlimited
+type: application
+version: 5.7.3
diff --git a/stable/bitcoinunlimited/5.6.0/README.md b/stable/bitcoinunlimited/5.7.3/README.md
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/README.md
rename to stable/bitcoinunlimited/5.7.3/README.md
diff --git a/stable/bitcoinunlimited/5.7.3/app-changelog.md b/stable/bitcoinunlimited/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5c2a0578202
--- /dev/null
+++ b/stable/bitcoinunlimited/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bitcoinunlimited-5.7.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bitcoinunlimited/5.6.0/app-readme.md b/stable/bitcoinunlimited/5.7.3/app-readme.md
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/app-readme.md
rename to stable/bitcoinunlimited/5.7.3/app-readme.md
diff --git a/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bitcoinunlimited/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bitcoinunlimited/5.6.0/ix_values.yaml b/stable/bitcoinunlimited/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/ix_values.yaml
rename to stable/bitcoinunlimited/5.7.3/ix_values.yaml
diff --git a/stable/bitcoinunlimited/5.6.0/questions.yaml b/stable/bitcoinunlimited/5.7.3/questions.yaml
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/questions.yaml
rename to stable/bitcoinunlimited/5.7.3/questions.yaml
diff --git a/stable/bitcoinunlimited/5.6.0/templates/common.yaml b/stable/bitcoinunlimited/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/templates/common.yaml
rename to stable/bitcoinunlimited/5.7.3/templates/common.yaml
diff --git a/stable/bitcoinunlimited/5.6.0/values.yaml b/stable/bitcoinunlimited/5.7.3/values.yaml
similarity index 100%
rename from stable/bitcoinunlimited/5.6.0/values.yaml
rename to stable/bitcoinunlimited/5.7.3/values.yaml
diff --git a/stable/bitcoinwalletgui/5.6.0/CHANGELOG.md b/stable/bitcoinwalletgui/5.6.0/CHANGELOG.md
deleted file mode 100644
index 160242135c5..00000000000
--- a/stable/bitcoinwalletgui/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bitcoinwalletgui-5.6.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.5.2...bitcoinwalletgui-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bitcoinwalletgui-5.5.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.5.1...bitcoinwalletgui-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bitcoinwalletgui-5.5.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.5.0...bitcoinwalletgui-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bitcoinwalletgui-5.5.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.4.1...bitcoinwalletgui-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bitcoinwalletgui-5.4.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.4.0...bitcoinwalletgui-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bitcoinwalletgui-5.4.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.3.0...bitcoinwalletgui-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bitcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.3...bitcoinwalletgui-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bitcoinwalletgui-5.2.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.2...bitcoinwalletgui-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bitcoinwalletgui-5.2.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.0...bitcoinwalletgui-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bitcoinwalletgui/5.6.0/Chart.yaml b/stable/bitcoinwalletgui/5.6.0/Chart.yaml
deleted file mode 100644
index 02675482057..00000000000
--- a/stable/bitcoinwalletgui/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Bitcoin wallet with GUI over VNC and NoVNC.
-home: https://truecharts.org/charts/stable/bitcoinwalletgui
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png
-keywords:
- - bitcoinwalletgui
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bitcoinwalletgui
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui
- - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
-type: application
-version: 5.6.0
diff --git a/stable/bitcoinwalletgui/5.6.0/charts/common-20.1.5.tgz b/stable/bitcoinwalletgui/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bitcoinwalletgui/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bitcoinwalletgui/5.6.0/.helmignore b/stable/bitcoinwalletgui/5.7.3/.helmignore
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/.helmignore
rename to stable/bitcoinwalletgui/5.7.3/.helmignore
diff --git a/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md b/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e5d4309c9ad
--- /dev/null
+++ b/stable/bitcoinwalletgui/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bitcoinwalletgui/5.7.3/Chart.yaml b/stable/bitcoinwalletgui/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..56e803c14aa
--- /dev/null
+++ b/stable/bitcoinwalletgui/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Bitcoin wallet with GUI over VNC and NoVNC.
+home: https://truecharts.org/charts/stable/bitcoinwalletgui
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png
+keywords:
+ - bitcoinwalletgui
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bitcoinwalletgui
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui
+ - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
+type: application
+version: 5.7.3
diff --git a/stable/bitcoinwalletgui/5.6.0/README.md b/stable/bitcoinwalletgui/5.7.3/README.md
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/README.md
rename to stable/bitcoinwalletgui/5.7.3/README.md
diff --git a/stable/bitcoinwalletgui/5.7.3/app-changelog.md b/stable/bitcoinwalletgui/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..756fe88cd9d
--- /dev/null
+++ b/stable/bitcoinwalletgui/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bitcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bitcoinwalletgui/5.6.0/app-readme.md b/stable/bitcoinwalletgui/5.7.3/app-readme.md
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/app-readme.md
rename to stable/bitcoinwalletgui/5.7.3/app-readme.md
diff --git a/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz b/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bitcoinwalletgui/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bitcoinwalletgui/5.6.0/ix_values.yaml b/stable/bitcoinwalletgui/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/ix_values.yaml
rename to stable/bitcoinwalletgui/5.7.3/ix_values.yaml
diff --git a/stable/bitcoinwalletgui/5.6.0/questions.yaml b/stable/bitcoinwalletgui/5.7.3/questions.yaml
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/questions.yaml
rename to stable/bitcoinwalletgui/5.7.3/questions.yaml
diff --git a/stable/bitcoinwalletgui/5.6.0/templates/common.yaml b/stable/bitcoinwalletgui/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/templates/common.yaml
rename to stable/bitcoinwalletgui/5.7.3/templates/common.yaml
diff --git a/stable/bitcoinwalletgui/5.6.0/values.yaml b/stable/bitcoinwalletgui/5.7.3/values.yaml
similarity index 100%
rename from stable/bitcoinwalletgui/5.6.0/values.yaml
rename to stable/bitcoinwalletgui/5.7.3/values.yaml
diff --git a/stable/bitmagnet/1.7.0/CHANGELOG.md b/stable/bitmagnet/1.7.0/CHANGELOG.md
deleted file mode 100644
index 987196e7c8e..00000000000
--- a/stable/bitmagnet/1.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bitmagnet-1.7.0](https://github.com/truecharts/charts/compare/bitmagnet-1.6.2...bitmagnet-1.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bitmagnet-1.6.2](https://github.com/truecharts/charts/compare/bitmagnet-1.6.1...bitmagnet-1.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bitmagnet-1.6.1](https://github.com/truecharts/charts/compare/bitmagnet-1.6.0...bitmagnet-1.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bitmagnet-1.6.0](https://github.com/truecharts/charts/compare/bitmagnet-1.5.3...bitmagnet-1.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bitmagnet-1.5.3](https://github.com/truecharts/charts/compare/bitmagnet-1.5.2...bitmagnet-1.5.3) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.14[@1e7e298](https://github.com/1e7e298) by renovate ([#19142](https://github.com/truecharts/charts/issues/19142))
-
-
-## [bitmagnet-1.5.2](https://github.com/truecharts/charts/compare/bitmagnet-1.5.1...bitmagnet-1.5.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.12[@07c9c43](https://github.com/07c9c43) by renovate ([#19063](https://github.com/truecharts/charts/issues/19063))
-
-
-## [bitmagnet-1.5.1](https://github.com/truecharts/charts/compare/bitmagnet-1.5.0...bitmagnet-1.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bitmagnet-1.5.0](https://github.com/truecharts/charts/compare/bitmagnet-1.4.0...bitmagnet-1.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bitmagnet-1.3.4](https://github.com/truecharts/charts/compare/bitmagnet-1.3.3...bitmagnet-1.3.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
diff --git a/stable/bitmagnet/1.7.0/Chart.yaml b/stable/bitmagnet/1.7.0/Chart.yaml
deleted file mode 100644
index f7b8e61e1b1..00000000000
--- a/stable/bitmagnet/1.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.14
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
-home: https://truecharts.org/charts/stable/bitmagnet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png
-keywords:
- - torrent
- - bitmagnet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bitmagnet
-sources:
- - https://bitmagnet.io
- - https://github.com/bitmagnet-io/bitmagnet
- - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
- - https://ghcr.io/bitmagnet-io/bitmagnet
-type: application
-version: 1.7.0
diff --git a/stable/bitmagnet/1.7.0/charts/common-20.1.5.tgz b/stable/bitmagnet/1.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bitmagnet/1.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bitmagnet/1.7.0/questions.yaml b/stable/bitmagnet/1.7.0/questions.yaml
deleted file mode 100755
index 3e6e02ea734..00000000000
--- a/stable/bitmagnet/1.7.0/questions.yaml
+++ /dev/null
@@ -1,3092 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: App Configuration
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: TMDB_API_KEY
- label: TMDB API Key
- description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows.
- schema:
- type: string
- private: true
- default: ""
- - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD
- label: DHT Crawler Save Files Threshold
- description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold.
- schema:
- type: string
- default: "100"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3333
- required: true
- - variable: torrent
- label: "Torrent Service"
- description: "Torrent service"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: tcp
- label: "TCP Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3334
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/bitmagnet/1.7.0/.helmignore b/stable/bitmagnet/1.8.3/.helmignore
similarity index 100%
rename from stable/bitmagnet/1.7.0/.helmignore
rename to stable/bitmagnet/1.8.3/.helmignore
diff --git a/stable/bitmagnet/1.8.3/CHANGELOG.md b/stable/bitmagnet/1.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..5d43d9508ed
--- /dev/null
+++ b/stable/bitmagnet/1.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bitmagnet-1.8.2](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bitmagnet/1.8.3/Chart.yaml b/stable/bitmagnet/1.8.3/Chart.yaml
new file mode 100644
index 00000000000..3bec3f3989a
--- /dev/null
+++ b/stable/bitmagnet/1.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.14
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
+home: https://truecharts.org/charts/stable/bitmagnet
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png
+keywords:
+ - torrent
+ - bitmagnet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bitmagnet
+sources:
+ - https://bitmagnet.io
+ - https://github.com/bitmagnet-io/bitmagnet
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
+ - https://ghcr.io/bitmagnet-io/bitmagnet
+type: application
+version: 1.8.3
diff --git a/stable/bitmagnet/1.7.0/README.md b/stable/bitmagnet/1.8.3/README.md
similarity index 100%
rename from stable/bitmagnet/1.7.0/README.md
rename to stable/bitmagnet/1.8.3/README.md
diff --git a/stable/bitmagnet/1.8.3/app-changelog.md b/stable/bitmagnet/1.8.3/app-changelog.md
new file mode 100644
index 00000000000..02c4020dd22
--- /dev/null
+++ b/stable/bitmagnet/1.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bitmagnet-1.8.3](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bitmagnet/1.7.0/app-readme.md b/stable/bitmagnet/1.8.3/app-readme.md
similarity index 100%
rename from stable/bitmagnet/1.7.0/app-readme.md
rename to stable/bitmagnet/1.8.3/app-readme.md
diff --git a/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz b/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bitmagnet/1.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bitmagnet/1.7.0/dashboard.json b/stable/bitmagnet/1.8.3/dashboard.json
similarity index 100%
rename from stable/bitmagnet/1.7.0/dashboard.json
rename to stable/bitmagnet/1.8.3/dashboard.json
diff --git a/stable/bitmagnet/1.7.0/ix_values.yaml b/stable/bitmagnet/1.8.3/ix_values.yaml
similarity index 100%
rename from stable/bitmagnet/1.7.0/ix_values.yaml
rename to stable/bitmagnet/1.8.3/ix_values.yaml
diff --git a/stable/bitmagnet/1.8.3/questions.yaml b/stable/bitmagnet/1.8.3/questions.yaml
new file mode 100755
index 00000000000..95040cf116c
--- /dev/null
+++ b/stable/bitmagnet/1.8.3/questions.yaml
@@ -0,0 +1,3094 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: App Configuration
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: TMDB_API_KEY
+ label: TMDB API Key
+ description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD
+ label: DHT Crawler Save Files Threshold
+ description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold.
+ schema:
+ type: string
+ default: "100"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3333
+ required: true
+ - variable: torrent
+ label: "Torrent Service"
+ description: "Torrent service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: tcp
+ label: "TCP Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3334
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/bitmagnet/1.7.0/templates/NOTES.txt b/stable/bitmagnet/1.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/bitmagnet/1.7.0/templates/NOTES.txt
rename to stable/bitmagnet/1.8.3/templates/NOTES.txt
diff --git a/stable/bitmagnet/1.7.0/templates/common.yaml b/stable/bitmagnet/1.8.3/templates/common.yaml
similarity index 100%
rename from stable/bitmagnet/1.7.0/templates/common.yaml
rename to stable/bitmagnet/1.8.3/templates/common.yaml
diff --git a/stable/bitmagnet/1.7.0/values.yaml b/stable/bitmagnet/1.8.3/values.yaml
similarity index 100%
rename from stable/bitmagnet/1.7.0/values.yaml
rename to stable/bitmagnet/1.8.3/values.yaml
diff --git a/stable/blender-desktop-g3/5.6.1/CHANGELOG.md b/stable/blender-desktop-g3/5.6.1/CHANGELOG.md
deleted file mode 100644
index 953cdbbceed..00000000000
--- a/stable/blender-desktop-g3/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
-
diff --git a/stable/blender-desktop-g3/5.6.1/Chart.yaml b/stable/blender-desktop-g3/5.6.1/Chart.yaml
deleted file mode 100644
index 20589c52f21..00000000000
--- a/stable/blender-desktop-g3/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/blender-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png
-keywords:
- - blender-desktop-g3
- - Productivity
- - Tools-Utilities
- - MediaApp-Photos
- - MediaApp-Other
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: blender-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
-type: application
-version: 5.6.1
diff --git a/stable/blender-desktop-g3/5.6.1/app-changelog.md b/stable/blender-desktop-g3/5.6.1/app-changelog.md
deleted file mode 100644
index 06c7375af8b..00000000000
--- a/stable/blender-desktop-g3/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [blender-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
\ No newline at end of file
diff --git a/stable/blender-desktop-g3/5.6.1/charts/common-20.1.5.tgz b/stable/blender-desktop-g3/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/blender-desktop-g3/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/blender-desktop-g3/5.6.1/.helmignore b/stable/blender-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/.helmignore
rename to stable/blender-desktop-g3/5.7.3/.helmignore
diff --git a/stable/blender-desktop-g3/5.7.3/CHANGELOG.md b/stable/blender-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..64ef294b804
--- /dev/null
+++ b/stable/blender-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
+
+
+## [blender-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
+
+
+## [blender-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
+
+
+## [blender-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
+
+
+## [blender-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
+
+
+## [blender-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
\ No newline at end of file
diff --git a/stable/blender-desktop-g3/5.7.3/Chart.yaml b/stable/blender-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..8bdce20ed07
--- /dev/null
+++ b/stable/blender-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/blender-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png
+keywords:
+ - blender-desktop-g3
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Photos
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: blender-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
+type: application
+version: 5.7.3
diff --git a/stable/blender-desktop-g3/5.6.1/README.md b/stable/blender-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/README.md
rename to stable/blender-desktop-g3/5.7.3/README.md
diff --git a/stable/blender-desktop-g3/5.7.3/app-changelog.md b/stable/blender-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a0a149fbd4d
--- /dev/null
+++ b/stable/blender-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [blender-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7125ef7](https://github.com/7125ef7) by renovate ([#19212](https://github.com/truecharts/charts/issues/19212))
\ No newline at end of file
diff --git a/stable/blender-desktop-g3/5.6.1/app-readme.md b/stable/blender-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/app-readme.md
rename to stable/blender-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/blender-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/blender-desktop-g3/5.6.1/ix_values.yaml b/stable/blender-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/ix_values.yaml
rename to stable/blender-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/blender-desktop-g3/5.6.1/questions.yaml b/stable/blender-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/questions.yaml
rename to stable/blender-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/blender-desktop-g3/5.6.1/templates/common.yaml b/stable/blender-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/templates/common.yaml
rename to stable/blender-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/blender-desktop-g3/5.6.1/values.yaml b/stable/blender-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/blender-desktop-g3/5.6.1/values.yaml
rename to stable/blender-desktop-g3/5.7.3/values.yaml
diff --git a/stable/blender/5.7.0/CHANGELOG.md b/stable/blender/5.7.0/CHANGELOG.md
deleted file mode 100644
index 5906d92008d..00000000000
--- a/stable/blender/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
diff --git a/stable/blender/5.7.0/Chart.yaml b/stable/blender/5.7.0/Chart.yaml
deleted file mode 100644
index 10243cf577d..00000000000
--- a/stable/blender/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
-home: https://truecharts.org/charts/stable/blender
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
-keywords:
- - blender
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: blender
-sources:
- - https://github.com/linuxserver/docker-blender#readme
- - https://www.blender.org/
- - https://github.com/orgs/linuxserver/packages/container/package/blender
- - https://github.com/truecharts/charts/tree/master/charts/stable/blender
- - https://fleet.linuxserver.io/image?name=linuxserver/blender
-type: application
-version: 5.7.0
diff --git a/stable/blender/5.7.0/app-changelog.md b/stable/blender/5.7.0/app-changelog.md
deleted file mode 100644
index 4345388b2fd..00000000000
--- a/stable/blender/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [blender-5.7.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
\ No newline at end of file
diff --git a/stable/blender/5.7.0/charts/common-20.2.0.tgz b/stable/blender/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/blender/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/blender/5.7.0/ix_values.yaml b/stable/blender/5.7.0/ix_values.yaml
deleted file mode 100644
index 9f30b5f21af..00000000000
--- a/stable/blender/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lscr.io/linuxserver/blender
- tag: latest@sha256:f5275d6b1de7788c4c5f3852e5929ef2e19ef18615b8a67356a9139a88ad7fd8
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3000
- protocol: tcp
- targetPort: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- KEYBOARD: ""
- SUBFOLDER: ""
diff --git a/stable/blender/5.7.0/.helmignore b/stable/blender/5.7.4/.helmignore
similarity index 100%
rename from stable/blender/5.7.0/.helmignore
rename to stable/blender/5.7.4/.helmignore
diff --git a/stable/blender/5.7.4/CHANGELOG.md b/stable/blender/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..a461e7dc1f3
--- /dev/null
+++ b/stable/blender/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
+
+
+## [blender-5.7.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
+
+
+## [blender-5.7.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
+
+
+## [blender-5.7.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
+
+
+## [blender-5.7.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
+
+
+## [blender-5.7.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/blender/5.7.4/Chart.yaml b/stable/blender/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..b0fab8ed592
--- /dev/null
+++ b/stable/blender/5.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
+home: https://truecharts.org/charts/stable/blender
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
+keywords:
+ - blender
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: blender
+sources:
+ - https://github.com/linuxserver/docker-blender#readme
+ - https://www.blender.org/
+ - https://github.com/orgs/linuxserver/packages/container/package/blender
+ - https://github.com/truecharts/charts/tree/master/charts/stable/blender
+ - https://fleet.linuxserver.io/image?name=linuxserver/blender
+type: application
+version: 5.7.4
diff --git a/stable/blender/5.7.0/README.md b/stable/blender/5.7.4/README.md
similarity index 100%
rename from stable/blender/5.7.0/README.md
rename to stable/blender/5.7.4/README.md
diff --git a/stable/blender/5.7.4/app-changelog.md b/stable/blender/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..aea2e37aa19
--- /dev/null
+++ b/stable/blender/5.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [blender-5.7.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/blender to latest[@2299550](https://github.com/2299550) by renovate ([#19603](https://github.com/truecharts/charts/issues/19603))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270))
\ No newline at end of file
diff --git a/stable/blender/5.7.0/app-readme.md b/stable/blender/5.7.4/app-readme.md
similarity index 100%
rename from stable/blender/5.7.0/app-readme.md
rename to stable/blender/5.7.4/app-readme.md
diff --git a/stable/blender/5.7.4/charts/common-20.2.4.tgz b/stable/blender/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/blender/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/blender/5.7.4/ix_values.yaml b/stable/blender/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..8d89536a396
--- /dev/null
+++ b/stable/blender/5.7.4/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lscr.io/linuxserver/blender
+ tag: latest@sha256:22995501a69358b98275f630be7e6084e527ba305f19cb1ac472fa591b89eea1
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3000
+ protocol: tcp
+ targetPort: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ KEYBOARD: ""
+ SUBFOLDER: ""
diff --git a/stable/blender/5.7.0/questions.yaml b/stable/blender/5.7.4/questions.yaml
similarity index 100%
rename from stable/blender/5.7.0/questions.yaml
rename to stable/blender/5.7.4/questions.yaml
diff --git a/stable/blender/5.7.0/templates/common.yaml b/stable/blender/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/blender/5.7.0/templates/common.yaml
rename to stable/blender/5.7.4/templates/common.yaml
diff --git a/stable/blender/5.7.0/values.yaml b/stable/blender/5.7.4/values.yaml
similarity index 100%
rename from stable/blender/5.7.0/values.yaml
rename to stable/blender/5.7.4/values.yaml
diff --git a/stable/blog/11.6.0/CHANGELOG.md b/stable/blog/11.6.0/CHANGELOG.md
deleted file mode 100644
index c19fc89fda6..00000000000
--- a/stable/blog/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [blog-11.6.0](https://github.com/truecharts/charts/compare/blog-11.5.2...blog-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [blog-11.5.2](https://github.com/truecharts/charts/compare/blog-11.5.1...blog-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [blog-11.5.1](https://github.com/truecharts/charts/compare/blog-11.5.0...blog-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [blog-11.5.0](https://github.com/truecharts/charts/compare/blog-11.4.1...blog-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [blog-11.4.1](https://github.com/truecharts/charts/compare/blog-11.4.0...blog-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [blog-11.4.0](https://github.com/truecharts/charts/compare/blog-11.3.0...blog-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [blog-11.3.0](https://github.com/truecharts/charts/compare/blog-11.2.3...blog-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [blog-11.2.3](https://github.com/truecharts/charts/compare/blog-11.2.2...blog-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [blog-11.2.2](https://github.com/truecharts/charts/compare/blog-11.2.0...blog-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/blog/11.6.0/Chart.yaml b/stable/blog/11.6.0/Chart.yaml
deleted file mode 100644
index 7569db9df31..00000000000
--- a/stable/blog/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: hosting
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Lightweight self-hosted facebook-styled PHP blog.
-home: https://truecharts.org/charts/stable/blog
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png
-keywords:
- - blog
- - php
- - self
- - hosted
- - facebook
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: blog
-sources:
- - https://github.com/m1k1o/blog
- - https://github.com/nicholaswilde/docker-blog
- - https://github.com/truecharts/charts/tree/master/charts/stable/blog
- - https://hub.docker.com/r/m1k1o/blog
-type: application
-version: 11.6.0
diff --git a/stable/blog/11.6.0/charts/common-20.1.5.tgz b/stable/blog/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/blog/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/blog/11.6.0/questions.yaml b/stable/blog/11.6.0/questions.yaml
deleted file mode 100755
index 259a5e1177d..00000000000
--- a/stable/blog/11.6.0/questions.yaml
+++ /dev/null
@@ -1,3291 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: BLOG_TITLE
- label: "Blog Title"
- schema:
- type: string
- default: ""
- required: true
- - variable: BLOG_NAME
- label: "Blog Name"
- schema:
- type: string
- default: ""
- required: true
- - variable: BLOG_LANG
- label: "Blog Language"
- schema:
- type: string
- default: ""
- required: true
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10111
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/blog/11.6.0/.helmignore b/stable/blog/11.7.3/.helmignore
similarity index 100%
rename from stable/blog/11.6.0/.helmignore
rename to stable/blog/11.7.3/.helmignore
diff --git a/stable/blog/11.7.3/CHANGELOG.md b/stable/blog/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4ca725d009d
--- /dev/null
+++ b/stable/blog/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [blog-11.7.2](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/blog/11.7.3/Chart.yaml b/stable/blog/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..65313e49195
--- /dev/null
+++ b/stable/blog/11.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: hosting
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Lightweight self-hosted facebook-styled PHP blog.
+home: https://truecharts.org/charts/stable/blog
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png
+keywords:
+ - blog
+ - php
+ - self
+ - hosted
+ - facebook
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: blog
+sources:
+ - https://github.com/m1k1o/blog
+ - https://github.com/nicholaswilde/docker-blog
+ - https://github.com/truecharts/charts/tree/master/charts/stable/blog
+ - https://hub.docker.com/r/m1k1o/blog
+type: application
+version: 11.7.3
diff --git a/stable/blog/11.6.0/README.md b/stable/blog/11.7.3/README.md
similarity index 100%
rename from stable/blog/11.6.0/README.md
rename to stable/blog/11.7.3/README.md
diff --git a/stable/blog/11.7.3/app-changelog.md b/stable/blog/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..29ef55be9ed
--- /dev/null
+++ b/stable/blog/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [blog-11.7.3](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/blog/11.6.0/app-readme.md b/stable/blog/11.7.3/app-readme.md
similarity index 100%
rename from stable/blog/11.6.0/app-readme.md
rename to stable/blog/11.7.3/app-readme.md
diff --git a/stable/blog/11.7.3/charts/common-20.2.4.tgz b/stable/blog/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/blog/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/blog/11.6.0/ix_values.yaml b/stable/blog/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/blog/11.6.0/ix_values.yaml
rename to stable/blog/11.7.3/ix_values.yaml
diff --git a/stable/blog/11.7.3/questions.yaml b/stable/blog/11.7.3/questions.yaml
new file mode 100755
index 00000000000..53ef7d1ebdb
--- /dev/null
+++ b/stable/blog/11.7.3/questions.yaml
@@ -0,0 +1,3293 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: BLOG_TITLE
+ label: "Blog Title"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: BLOG_NAME
+ label: "Blog Name"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: BLOG_LANG
+ label: "Blog Language"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10111
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/blog/11.6.0/templates/NOTES.txt b/stable/blog/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/blog/11.6.0/templates/NOTES.txt
rename to stable/blog/11.7.3/templates/NOTES.txt
diff --git a/stable/blog/11.6.0/templates/common.yaml b/stable/blog/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/blog/11.6.0/templates/common.yaml
rename to stable/blog/11.7.3/templates/common.yaml
diff --git a/stable/blog/11.6.0/values.yaml b/stable/blog/11.7.3/values.yaml
similarity index 100%
rename from stable/blog/11.6.0/values.yaml
rename to stable/blog/11.7.3/values.yaml
diff --git a/stable/boinc/9.7.0/CHANGELOG.md b/stable/boinc/9.7.0/CHANGELOG.md
deleted file mode 100644
index 1c94d0b5ace..00000000000
--- a/stable/boinc/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
diff --git a/stable/boinc/9.7.0/Chart.yaml b/stable/boinc/9.7.0/Chart.yaml
deleted file mode 100644
index d83b996cbbb..00000000000
--- a/stable/boinc/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
-home: https://truecharts.org/charts/stable/boinc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png
-keywords:
- - boinc
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: boinc
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/boinc
- - https://ghcr.io/linuxserver/boinc
-type: application
-version: 9.7.0
diff --git a/stable/boinc/9.7.0/app-changelog.md b/stable/boinc/9.7.0/app-changelog.md
deleted file mode 100644
index d4f272e035a..00000000000
--- a/stable/boinc/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [boinc-9.7.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
\ No newline at end of file
diff --git a/stable/boinc/9.7.0/charts/common-20.2.0.tgz b/stable/boinc/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/boinc/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/boinc/9.7.0/ix_values.yaml b/stable/boinc/9.7.0/ix_values.yaml
deleted file mode 100644
index 2d29df0161d..00000000000
--- a/stable/boinc/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/boinc
- pullPolicy: IfNotPresent
- tag: latest@sha256:5521676c2928202d225b425b456593f19f27cf5d5e1eb5ac61543be45bb5eff5
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- targetPort: 8080
- protocol: http
- port: 10142
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- PASSWORD: ""
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/boinc/9.7.0/.helmignore b/stable/boinc/9.7.4/.helmignore
similarity index 100%
rename from stable/boinc/9.7.0/.helmignore
rename to stable/boinc/9.7.4/.helmignore
diff --git a/stable/boinc/9.7.4/CHANGELOG.md b/stable/boinc/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..64d8979e887
--- /dev/null
+++ b/stable/boinc/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [boinc-9.7.4](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
+
+
+## [boinc-9.7.3](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
+
+
+## [boinc-9.7.3](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
+
+
+## [boinc-9.7.3](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
+
+
+## [boinc-9.7.3](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
+
+
+## [boinc-9.7.3](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/boinc/9.7.4/Chart.yaml b/stable/boinc/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..e70ab16341f
--- /dev/null
+++ b/stable/boinc/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
+home: https://truecharts.org/charts/stable/boinc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png
+keywords:
+ - boinc
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: boinc
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/boinc
+ - https://ghcr.io/linuxserver/boinc
+type: application
+version: 9.7.4
diff --git a/stable/boinc/9.7.0/README.md b/stable/boinc/9.7.4/README.md
similarity index 100%
rename from stable/boinc/9.7.0/README.md
rename to stable/boinc/9.7.4/README.md
diff --git a/stable/boinc/9.7.4/app-changelog.md b/stable/boinc/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..6866a589977
--- /dev/null
+++ b/stable/boinc/9.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [boinc-9.7.4](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@87a0e74](https://github.com/87a0e74) by renovate ([#19463](https://github.com/truecharts/charts/issues/19463))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/boinc to latest[@5521676](https://github.com/5521676) by renovate ([#19229](https://github.com/truecharts/charts/issues/19229))
\ No newline at end of file
diff --git a/stable/boinc/9.7.0/app-readme.md b/stable/boinc/9.7.4/app-readme.md
similarity index 100%
rename from stable/boinc/9.7.0/app-readme.md
rename to stable/boinc/9.7.4/app-readme.md
diff --git a/stable/boinc/9.7.4/charts/common-20.2.4.tgz b/stable/boinc/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/boinc/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/boinc/9.7.4/ix_values.yaml b/stable/boinc/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..499e2140273
--- /dev/null
+++ b/stable/boinc/9.7.4/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ repository: ghcr.io/linuxserver/boinc
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:87a0e74217dfe3cc33adb342afe0cce36245977f258ba66c5ebf65b36b6f0347
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8080
+ protocol: http
+ port: 10142
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ PASSWORD: ""
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/boinc/9.7.0/questions.yaml b/stable/boinc/9.7.4/questions.yaml
similarity index 100%
rename from stable/boinc/9.7.0/questions.yaml
rename to stable/boinc/9.7.4/questions.yaml
diff --git a/stable/boinc/9.7.0/templates/NOTES.txt b/stable/boinc/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/boinc/9.7.0/templates/NOTES.txt
rename to stable/boinc/9.7.4/templates/NOTES.txt
diff --git a/stable/boinc/9.7.0/templates/common.yaml b/stable/boinc/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/boinc/9.7.0/templates/common.yaml
rename to stable/boinc/9.7.4/templates/common.yaml
diff --git a/stable/boinc/9.7.0/values.yaml b/stable/boinc/9.7.4/values.yaml
similarity index 100%
rename from stable/boinc/9.7.0/values.yaml
rename to stable/boinc/9.7.4/values.yaml
diff --git a/stable/booksonic-air/13.7.1/CHANGELOG.md b/stable/booksonic-air/13.7.1/CHANGELOG.md
deleted file mode 100644
index 77b550dfde2..00000000000
--- a/stable/booksonic-air/13.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
diff --git a/stable/booksonic-air/13.7.1/Chart.yaml b/stable/booksonic-air/13.7.1/Chart.yaml
deleted file mode 100644
index fbad2e5ee4a..00000000000
--- a/stable/booksonic-air/13.7.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2201.1.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Booksonic is a platform for accessing the audibooks you own wherever you are
-home: https://truecharts.org/charts/stable/booksonic-air
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
-keywords:
- - booksonic
- - audiobook
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: booksonic-air
-sources:
- - https://github.com/popeen/Booksonic-Air
- - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
- - https://ghcr.io/linuxserver/booksonic-air
-type: application
-version: 13.7.1
diff --git a/stable/booksonic-air/13.7.1/app-changelog.md b/stable/booksonic-air/13.7.1/app-changelog.md
deleted file mode 100644
index d5d7bef3759..00000000000
--- a/stable/booksonic-air/13.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
\ No newline at end of file
diff --git a/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz b/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/booksonic-air/13.7.1/ix_values.yaml b/stable/booksonic-air/13.7.1/ix_values.yaml
deleted file mode 100644
index c2709448d08..00000000000
--- a/stable/booksonic-air/13.7.1/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/booksonic-air
- pullPolicy: IfNotPresent
- tag: 2201.1.0@sha256:2d7b0569ad3325db3bfac325bb2447bc4c76d962df86357eef265a99f1fe7b9c
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10048
- protocol: http
- targetPort: 4040
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/booksonic-air/13.7.1/.helmignore b/stable/booksonic-air/13.7.5/.helmignore
similarity index 100%
rename from stable/booksonic-air/13.7.1/.helmignore
rename to stable/booksonic-air/13.7.5/.helmignore
diff --git a/stable/booksonic-air/13.7.5/CHANGELOG.md b/stable/booksonic-air/13.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..367a3bf3e33
--- /dev/null
+++ b/stable/booksonic-air/13.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [booksonic-air-13.7.5](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
+
+
+## [booksonic-air-13.7.4](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
+
+
+## [booksonic-air-13.7.4](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
+
+
+## [booksonic-air-13.7.4](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
+
+
+## [booksonic-air-13.7.4](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
diff --git a/stable/booksonic-air/13.7.5/Chart.yaml b/stable/booksonic-air/13.7.5/Chart.yaml
new file mode 100644
index 00000000000..e36f2046041
--- /dev/null
+++ b/stable/booksonic-air/13.7.5/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2201.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Booksonic is a platform for accessing the audibooks you own wherever you are
+home: https://truecharts.org/charts/stable/booksonic-air
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
+keywords:
+ - booksonic
+ - audiobook
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: booksonic-air
+sources:
+ - https://github.com/popeen/Booksonic-Air
+ - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
+ - https://ghcr.io/linuxserver/booksonic-air
+type: application
+version: 13.7.5
diff --git a/stable/booksonic-air/13.7.1/README.md b/stable/booksonic-air/13.7.5/README.md
similarity index 100%
rename from stable/booksonic-air/13.7.1/README.md
rename to stable/booksonic-air/13.7.5/README.md
diff --git a/stable/booksonic-air/13.7.5/app-changelog.md b/stable/booksonic-air/13.7.5/app-changelog.md
new file mode 100644
index 00000000000..368b8cf6408
--- /dev/null
+++ b/stable/booksonic-air/13.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [booksonic-air-13.7.5](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@406167b](https://github.com/406167b) by renovate ([#19567](https://github.com/truecharts/charts/issues/19567))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@6dfa188](https://github.com/6dfa188) by renovate ([#19555](https://github.com/truecharts/charts/issues/19555))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@2d7b056](https://github.com/2d7b056) by renovate ([#19230](https://github.com/truecharts/charts/issues/19230))
\ No newline at end of file
diff --git a/stable/booksonic-air/13.7.1/app-readme.md b/stable/booksonic-air/13.7.5/app-readme.md
similarity index 100%
rename from stable/booksonic-air/13.7.1/app-readme.md
rename to stable/booksonic-air/13.7.5/app-readme.md
diff --git a/stable/booksonic-air/13.7.5/charts/common-20.2.4.tgz b/stable/booksonic-air/13.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/booksonic-air/13.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/booksonic-air/13.7.5/ix_values.yaml b/stable/booksonic-air/13.7.5/ix_values.yaml
new file mode 100644
index 00000000000..b4d3445a26f
--- /dev/null
+++ b/stable/booksonic-air/13.7.5/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ repository: ghcr.io/linuxserver/booksonic-air
+ pullPolicy: IfNotPresent
+ tag: 2201.1.0@sha256:406167be9235c2dca14f35e4512a2e1c548503597da1938815ad3339d404a13d
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10048
+ protocol: http
+ targetPort: 4040
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/booksonic-air/13.7.1/questions.yaml b/stable/booksonic-air/13.7.5/questions.yaml
similarity index 100%
rename from stable/booksonic-air/13.7.1/questions.yaml
rename to stable/booksonic-air/13.7.5/questions.yaml
diff --git a/stable/booksonic-air/13.7.1/templates/NOTES.txt b/stable/booksonic-air/13.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/booksonic-air/13.7.1/templates/NOTES.txt
rename to stable/booksonic-air/13.7.5/templates/NOTES.txt
diff --git a/stable/booksonic-air/13.7.1/templates/common.yaml b/stable/booksonic-air/13.7.5/templates/common.yaml
similarity index 100%
rename from stable/booksonic-air/13.7.1/templates/common.yaml
rename to stable/booksonic-air/13.7.5/templates/common.yaml
diff --git a/stable/booksonic-air/13.7.1/values.yaml b/stable/booksonic-air/13.7.5/values.yaml
similarity index 100%
rename from stable/booksonic-air/13.7.1/values.yaml
rename to stable/booksonic-air/13.7.5/values.yaml
diff --git a/stable/bookstack/13.8.2/CHANGELOG.md b/stable/bookstack/13.8.2/CHANGELOG.md
deleted file mode 100644
index 170a35cbc67..00000000000
--- a/stable/bookstack/13.8.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/bookstack/13.8.2/Chart.yaml b/stable/bookstack/13.8.2/Chart.yaml
deleted file mode 100644
index c125fe50a32..00000000000
--- a/stable/bookstack/13.8.2/Chart.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.20240304
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple, self-hosted, easy-to-use platform for organising and storing information.
-home: https://truecharts.org/charts/stable/bookstack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png
-keywords:
- - bookstack
- - book
- - stack
- - organizer
- - server
- - hosted
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bookstack
-sources:
- - https://www.bookstackapp.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
- - https://ghcr.io/linuxserver/bookstack
-type: application
-version: 13.8.2
diff --git a/stable/bookstack/13.8.2/app-changelog.md b/stable/bookstack/13.8.2/app-changelog.md
deleted file mode 100644
index 5a716d005fa..00000000000
--- a/stable/bookstack/13.8.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [bookstack-13.8.2](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/bookstack/13.8.2/charts/common-20.2.2.tgz b/stable/bookstack/13.8.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/bookstack/13.8.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/bookstack/13.8.2/charts/mariadb-13.7.1.tgz b/stable/bookstack/13.8.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/bookstack/13.8.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/bookstack/13.8.2/.helmignore b/stable/bookstack/13.8.6/.helmignore
similarity index 100%
rename from stable/bookstack/13.8.2/.helmignore
rename to stable/bookstack/13.8.6/.helmignore
diff --git a/stable/bookstack/13.8.6/CHANGELOG.md b/stable/bookstack/13.8.6/CHANGELOG.md
new file mode 100644
index 00000000000..4831d854712
--- /dev/null
+++ b/stable/bookstack/13.8.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bookstack-13.8.6](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [bookstack-13.8.5](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [bookstack-13.8.5](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [bookstack-13.8.5](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/bookstack/13.8.6/Chart.yaml b/stable/bookstack/13.8.6/Chart.yaml
new file mode 100644
index 00000000000..700b311f6bd
--- /dev/null
+++ b/stable/bookstack/13.8.6/Chart.yaml
@@ -0,0 +1,48 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.20240304
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple, self-hosted, easy-to-use platform for organising and storing information.
+home: https://truecharts.org/charts/stable/bookstack
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png
+keywords:
+ - bookstack
+ - book
+ - stack
+ - organizer
+ - server
+ - hosted
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bookstack
+sources:
+ - https://www.bookstackapp.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
+ - https://ghcr.io/linuxserver/bookstack
+type: application
+version: 13.8.6
diff --git a/stable/bookstack/13.8.2/README.md b/stable/bookstack/13.8.6/README.md
similarity index 100%
rename from stable/bookstack/13.8.2/README.md
rename to stable/bookstack/13.8.6/README.md
diff --git a/stable/bookstack/13.8.6/app-changelog.md b/stable/bookstack/13.8.6/app-changelog.md
new file mode 100644
index 00000000000..87c88a5b39a
--- /dev/null
+++ b/stable/bookstack/13.8.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [bookstack-13.8.6](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/bookstack/13.8.2/app-readme.md b/stable/bookstack/13.8.6/app-readme.md
similarity index 100%
rename from stable/bookstack/13.8.2/app-readme.md
rename to stable/bookstack/13.8.6/app-readme.md
diff --git a/stable/bookstack/13.8.6/charts/common-20.2.4.tgz b/stable/bookstack/13.8.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bookstack/13.8.6/charts/common-20.2.4.tgz differ
diff --git a/stable/bookstack/13.8.6/charts/mariadb-13.7.3.tgz b/stable/bookstack/13.8.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/bookstack/13.8.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/bookstack/13.8.2/ix_values.yaml b/stable/bookstack/13.8.6/ix_values.yaml
similarity index 100%
rename from stable/bookstack/13.8.2/ix_values.yaml
rename to stable/bookstack/13.8.6/ix_values.yaml
diff --git a/stable/bookstack/13.8.2/questions.yaml b/stable/bookstack/13.8.6/questions.yaml
similarity index 100%
rename from stable/bookstack/13.8.2/questions.yaml
rename to stable/bookstack/13.8.6/questions.yaml
diff --git a/stable/bookstack/13.8.2/templates/NOTES.txt b/stable/bookstack/13.8.6/templates/NOTES.txt
similarity index 100%
rename from stable/bookstack/13.8.2/templates/NOTES.txt
rename to stable/bookstack/13.8.6/templates/NOTES.txt
diff --git a/stable/bookstack/13.8.2/templates/_secrets.tpl b/stable/bookstack/13.8.6/templates/_secrets.tpl
similarity index 100%
rename from stable/bookstack/13.8.2/templates/_secrets.tpl
rename to stable/bookstack/13.8.6/templates/_secrets.tpl
diff --git a/stable/bookstack/13.8.2/templates/common.yaml b/stable/bookstack/13.8.6/templates/common.yaml
similarity index 100%
rename from stable/bookstack/13.8.2/templates/common.yaml
rename to stable/bookstack/13.8.6/templates/common.yaml
diff --git a/stable/bookstack/13.8.2/values.yaml b/stable/bookstack/13.8.6/values.yaml
similarity index 100%
rename from stable/bookstack/13.8.2/values.yaml
rename to stable/bookstack/13.8.6/values.yaml
diff --git a/stable/borg-server/4.6.0/CHANGELOG.md b/stable/borg-server/4.6.0/CHANGELOG.md
deleted file mode 100644
index 4d05ff32bf3..00000000000
--- a/stable/borg-server/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [borg-server-4.6.0](https://github.com/truecharts/charts/compare/borg-server-4.5.2...borg-server-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [borg-server-4.5.2](https://github.com/truecharts/charts/compare/borg-server-4.5.1...borg-server-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [borg-server-4.5.1](https://github.com/truecharts/charts/compare/borg-server-4.5.0...borg-server-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [borg-server-4.5.0](https://github.com/truecharts/charts/compare/borg-server-4.4.1...borg-server-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [borg-server-4.4.1](https://github.com/truecharts/charts/compare/borg-server-4.4.0...borg-server-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [borg-server-4.4.0](https://github.com/truecharts/charts/compare/borg-server-4.3.0...borg-server-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [borg-server-4.3.0](https://github.com/truecharts/charts/compare/borg-server-4.2.3...borg-server-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [borg-server-4.2.3](https://github.com/truecharts/charts/compare/borg-server-4.2.2...borg-server-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [borg-server-4.2.2](https://github.com/truecharts/charts/compare/borg-server-4.2.0...borg-server-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/borg-server/4.6.0/Chart.yaml b/stable/borg-server/4.6.0/Chart.yaml
deleted file mode 100644
index b80be865c5a..00000000000
--- a/stable/borg-server/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.2.5
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A borg Backup server
-home: https://truecharts.org/charts/stable/borg-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
-keywords:
- - borg-server
- - backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: borg-server
-sources:
- - https://github.com/AnotherStranger/docker-borg-backup
- - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
- - https://ghcr.io/anotherstranger/borg-server
-type: application
-version: 4.6.0
diff --git a/stable/borg-server/4.6.0/charts/common-20.1.5.tgz b/stable/borg-server/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/borg-server/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/borg-server/4.6.0/.helmignore b/stable/borg-server/4.7.3/.helmignore
similarity index 100%
rename from stable/borg-server/4.6.0/.helmignore
rename to stable/borg-server/4.7.3/.helmignore
diff --git a/stable/borg-server/4.7.3/CHANGELOG.md b/stable/borg-server/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c133610c789
--- /dev/null
+++ b/stable/borg-server/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [borg-server-4.7.2](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/borg-server/4.7.3/Chart.yaml b/stable/borg-server/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..fcf906c452d
--- /dev/null
+++ b/stable/borg-server/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.2.5
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A borg Backup server
+home: https://truecharts.org/charts/stable/borg-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
+keywords:
+ - borg-server
+ - backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: borg-server
+sources:
+ - https://github.com/AnotherStranger/docker-borg-backup
+ - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
+ - https://ghcr.io/anotherstranger/borg-server
+type: application
+version: 4.7.3
diff --git a/stable/borg-server/4.6.0/README.md b/stable/borg-server/4.7.3/README.md
similarity index 100%
rename from stable/borg-server/4.6.0/README.md
rename to stable/borg-server/4.7.3/README.md
diff --git a/stable/borg-server/4.7.3/app-changelog.md b/stable/borg-server/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..8759cc8eb95
--- /dev/null
+++ b/stable/borg-server/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [borg-server-4.7.3](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/borg-server/4.6.0/app-readme.md b/stable/borg-server/4.7.3/app-readme.md
similarity index 100%
rename from stable/borg-server/4.6.0/app-readme.md
rename to stable/borg-server/4.7.3/app-readme.md
diff --git a/stable/borg-server/4.7.3/charts/common-20.2.4.tgz b/stable/borg-server/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/borg-server/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/borg-server/4.6.0/ix_values.yaml b/stable/borg-server/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/borg-server/4.6.0/ix_values.yaml
rename to stable/borg-server/4.7.3/ix_values.yaml
diff --git a/stable/borg-server/4.6.0/questions.yaml b/stable/borg-server/4.7.3/questions.yaml
similarity index 100%
rename from stable/borg-server/4.6.0/questions.yaml
rename to stable/borg-server/4.7.3/questions.yaml
diff --git a/stable/borg-server/4.6.0/templates/NOTES.txt b/stable/borg-server/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/borg-server/4.6.0/templates/NOTES.txt
rename to stable/borg-server/4.7.3/templates/NOTES.txt
diff --git a/stable/borg-server/4.6.0/templates/common.yaml b/stable/borg-server/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/borg-server/4.6.0/templates/common.yaml
rename to stable/borg-server/4.7.3/templates/common.yaml
diff --git a/stable/borg-server/4.6.0/values.yaml b/stable/borg-server/4.7.3/values.yaml
similarity index 100%
rename from stable/borg-server/4.6.0/values.yaml
rename to stable/borg-server/4.7.3/values.yaml
diff --git a/stable/breitbandmessung-de/5.6.0/CHANGELOG.md b/stable/breitbandmessung-de/5.6.0/CHANGELOG.md
deleted file mode 100644
index 297a8431988..00000000000
--- a/stable/breitbandmessung-de/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [breitbandmessung-de-5.6.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.5.2...breitbandmessung-de-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [breitbandmessung-de-5.5.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.5.1...breitbandmessung-de-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [breitbandmessung-de-5.5.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.5.0...breitbandmessung-de-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [breitbandmessung-de-5.5.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.4.1...breitbandmessung-de-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [breitbandmessung-de-5.4.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.4.0...breitbandmessung-de-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [breitbandmessung-de-5.4.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.3.0...breitbandmessung-de-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [breitbandmessung-de-5.3.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.3...breitbandmessung-de-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [breitbandmessung-de-5.2.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.2...breitbandmessung-de-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [breitbandmessung-de-5.2.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.0...breitbandmessung-de-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/breitbandmessung-de/5.6.0/Chart.yaml b/stable/breitbandmessung-de/5.6.0/Chart.yaml
deleted file mode 100644
index cb289bc37b9..00000000000
--- a/stable/breitbandmessung-de/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.
-home: https://truecharts.org/charts/stable/breitbandmessung-de
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png
-keywords:
- - breitbandmessung-de
- - home-automation
- - Productivity
- - Tools-Utilities
- - Other
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: breitbandmessung-de
-sources:
- - https://github.com/shneezin/breitbandmessung-node
- - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de
- - https://hub.docker.com/r/shneezin/breitbandmessung-node
-type: application
-version: 5.6.0
diff --git a/stable/breitbandmessung-de/5.6.0/charts/common-20.1.5.tgz b/stable/breitbandmessung-de/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/breitbandmessung-de/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/breitbandmessung-de/5.6.0/.helmignore b/stable/breitbandmessung-de/5.7.3/.helmignore
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/.helmignore
rename to stable/breitbandmessung-de/5.7.3/.helmignore
diff --git a/stable/breitbandmessung-de/5.7.3/CHANGELOG.md b/stable/breitbandmessung-de/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..24d01387975
--- /dev/null
+++ b/stable/breitbandmessung-de/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [breitbandmessung-de-5.7.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/breitbandmessung-de/5.7.3/Chart.yaml b/stable/breitbandmessung-de/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..82408cc244f
--- /dev/null
+++ b/stable/breitbandmessung-de/5.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.
+home: https://truecharts.org/charts/stable/breitbandmessung-de
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png
+keywords:
+ - breitbandmessung-de
+ - home-automation
+ - Productivity
+ - Tools-Utilities
+ - Other
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: breitbandmessung-de
+sources:
+ - https://github.com/shneezin/breitbandmessung-node
+ - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de
+ - https://hub.docker.com/r/shneezin/breitbandmessung-node
+type: application
+version: 5.7.3
diff --git a/stable/breitbandmessung-de/5.6.0/README.md b/stable/breitbandmessung-de/5.7.3/README.md
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/README.md
rename to stable/breitbandmessung-de/5.7.3/README.md
diff --git a/stable/breitbandmessung-de/5.7.3/app-changelog.md b/stable/breitbandmessung-de/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4dba137aa2b
--- /dev/null
+++ b/stable/breitbandmessung-de/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [breitbandmessung-de-5.7.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/breitbandmessung-de/5.6.0/app-readme.md b/stable/breitbandmessung-de/5.7.3/app-readme.md
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/app-readme.md
rename to stable/breitbandmessung-de/5.7.3/app-readme.md
diff --git a/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz b/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/breitbandmessung-de/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/breitbandmessung-de/5.6.0/ix_values.yaml b/stable/breitbandmessung-de/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/ix_values.yaml
rename to stable/breitbandmessung-de/5.7.3/ix_values.yaml
diff --git a/stable/breitbandmessung-de/5.6.0/questions.yaml b/stable/breitbandmessung-de/5.7.3/questions.yaml
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/questions.yaml
rename to stable/breitbandmessung-de/5.7.3/questions.yaml
diff --git a/stable/breitbandmessung-de/5.6.0/templates/common.yaml b/stable/breitbandmessung-de/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/templates/common.yaml
rename to stable/breitbandmessung-de/5.7.3/templates/common.yaml
diff --git a/stable/breitbandmessung-de/5.6.0/values.yaml b/stable/breitbandmessung-de/5.7.3/values.yaml
similarity index 100%
rename from stable/breitbandmessung-de/5.6.0/values.yaml
rename to stable/breitbandmessung-de/5.7.3/values.yaml
diff --git a/stable/browserless-chrome/9.6.0/CHANGELOG.md b/stable/browserless-chrome/9.6.0/CHANGELOG.md
deleted file mode 100644
index c86c56a480c..00000000000
--- a/stable/browserless-chrome/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [browserless-chrome-9.6.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.5.2...browserless-chrome-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [browserless-chrome-9.5.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.5.1...browserless-chrome-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [browserless-chrome-9.5.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.5.0...browserless-chrome-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [browserless-chrome-9.5.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.4.1...browserless-chrome-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [browserless-chrome-9.4.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.4.0...browserless-chrome-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [browserless-chrome-9.4.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.3.0...browserless-chrome-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [browserless-chrome-9.3.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.3...browserless-chrome-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [browserless-chrome-9.2.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.2...browserless-chrome-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [browserless-chrome-9.2.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.0...browserless-chrome-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/browserless-chrome/9.6.0/Chart.yaml b/stable/browserless-chrome/9.6.0/Chart.yaml
deleted file mode 100644
index 5cf27b043a5..00000000000
--- a/stable/browserless-chrome/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.61.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
-home: https://truecharts.org/charts/stable/browserless-chrome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png
-keywords:
- - browserless
- - chrome
- - puppeteer
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: browserless-chrome
-sources:
- - https://docs.browserless.io/docs/docker.html
- - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- - https://hub.docker.com/r/browserless/chrome
-type: application
-version: 9.6.0
diff --git a/stable/browserless-chrome/9.6.0/charts/common-20.1.5.tgz b/stable/browserless-chrome/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/browserless-chrome/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/browserless-chrome/9.6.0/.helmignore b/stable/browserless-chrome/9.7.3/.helmignore
similarity index 100%
rename from stable/browserless-chrome/9.6.0/.helmignore
rename to stable/browserless-chrome/9.7.3/.helmignore
diff --git a/stable/browserless-chrome/9.7.3/CHANGELOG.md b/stable/browserless-chrome/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..394ab1c8a54
--- /dev/null
+++ b/stable/browserless-chrome/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [browserless-chrome-9.7.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/browserless-chrome/9.7.3/Chart.yaml b/stable/browserless-chrome/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..440d0641a03
--- /dev/null
+++ b/stable/browserless-chrome/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.61.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
+home: https://truecharts.org/charts/stable/browserless-chrome
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png
+keywords:
+ - browserless
+ - chrome
+ - puppeteer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: browserless-chrome
+sources:
+ - https://docs.browserless.io/docs/docker.html
+ - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
+ - https://hub.docker.com/r/browserless/chrome
+type: application
+version: 9.7.3
diff --git a/stable/browserless-chrome/9.6.0/README.md b/stable/browserless-chrome/9.7.3/README.md
similarity index 100%
rename from stable/browserless-chrome/9.6.0/README.md
rename to stable/browserless-chrome/9.7.3/README.md
diff --git a/stable/browserless-chrome/9.7.3/app-changelog.md b/stable/browserless-chrome/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..378a423c17a
--- /dev/null
+++ b/stable/browserless-chrome/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [browserless-chrome-9.7.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/browserless-chrome/9.6.0/app-readme.md b/stable/browserless-chrome/9.7.3/app-readme.md
similarity index 100%
rename from stable/browserless-chrome/9.6.0/app-readme.md
rename to stable/browserless-chrome/9.7.3/app-readme.md
diff --git a/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz b/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/browserless-chrome/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/browserless-chrome/9.6.0/ix_values.yaml b/stable/browserless-chrome/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/browserless-chrome/9.6.0/ix_values.yaml
rename to stable/browserless-chrome/9.7.3/ix_values.yaml
diff --git a/stable/browserless-chrome/9.6.0/questions.yaml b/stable/browserless-chrome/9.7.3/questions.yaml
similarity index 100%
rename from stable/browserless-chrome/9.6.0/questions.yaml
rename to stable/browserless-chrome/9.7.3/questions.yaml
diff --git a/stable/browserless-chrome/9.6.0/templates/NOTES.txt b/stable/browserless-chrome/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/browserless-chrome/9.6.0/templates/NOTES.txt
rename to stable/browserless-chrome/9.7.3/templates/NOTES.txt
diff --git a/stable/browserless-chrome/9.6.0/templates/common.yaml b/stable/browserless-chrome/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/browserless-chrome/9.6.0/templates/common.yaml
rename to stable/browserless-chrome/9.7.3/templates/common.yaml
diff --git a/stable/browserless-chrome/9.6.0/values.yaml b/stable/browserless-chrome/9.7.3/values.yaml
similarity index 100%
rename from stable/browserless-chrome/9.6.0/values.yaml
rename to stable/browserless-chrome/9.7.3/values.yaml
diff --git a/stable/budge/9.7.1/CHANGELOG.md b/stable/budge/9.7.1/CHANGELOG.md
deleted file mode 100644
index da12bd3f252..00000000000
--- a/stable/budge/9.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [budge-9.7.0](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.0) (2024-03-16)
diff --git a/stable/budge/9.7.1/Chart.yaml b/stable/budge/9.7.1/Chart.yaml
deleted file mode 100644
index 2839332fba8..00000000000
--- a/stable/budge/9.7.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.0.9
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Budge is an open source 'budgeting with envelopes' personal finance app.
-home: https://truecharts.org/charts/stable/budge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
-keywords:
- - finance
- - budge
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: budge
-sources:
- - https://github.com/linuxserver/budge
- - https://github.com/linuxserver/docker-BudgE
- - https://github.com/truecharts/charts/tree/master/charts/stable/budge
- - https://ghcr.io/linuxserver/budge
-type: application
-version: 9.7.1
diff --git a/stable/budge/9.7.1/app-changelog.md b/stable/budge/9.7.1/app-changelog.md
deleted file mode 100644
index c7cef67eb2a..00000000000
--- a/stable/budge/9.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [budge-9.7.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/budge/9.7.1/charts/common-20.2.0.tgz b/stable/budge/9.7.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/budge/9.7.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/budge/9.7.1/ix_values.yaml b/stable/budge/9.7.1/ix_values.yaml
deleted file mode 100644
index 73c9694fac0..00000000000
--- a/stable/budge/9.7.1/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/budge
- tag: 0.0.9@sha256:beb5baad756a983e0a13ffc9fd360ba83a01f9b7fefd00872f984297ccca26ed
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10165
- protocol: http
- targetPort: 80
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- NODE_ENV: "production"
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/budge/9.7.1/.helmignore b/stable/budge/9.7.5/.helmignore
similarity index 100%
rename from stable/budge/9.7.1/.helmignore
rename to stable/budge/9.7.5/.helmignore
diff --git a/stable/budge/9.7.5/CHANGELOG.md b/stable/budge/9.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..b820e270848
--- /dev/null
+++ b/stable/budge/9.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [budge-9.7.4](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [budge-9.7.4](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [budge-9.7.4](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [budge-9.7.4](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [budge-9.7.4](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.4) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/budge/9.7.5/Chart.yaml b/stable/budge/9.7.5/Chart.yaml
new file mode 100644
index 00000000000..d3ab4bcb583
--- /dev/null
+++ b/stable/budge/9.7.5/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.0.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Budge is an open source 'budgeting with envelopes' personal finance app.
+home: https://truecharts.org/charts/stable/budge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
+keywords:
+ - finance
+ - budge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: budge
+sources:
+ - https://github.com/linuxserver/budge
+ - https://github.com/linuxserver/docker-BudgE
+ - https://github.com/truecharts/charts/tree/master/charts/stable/budge
+ - https://ghcr.io/linuxserver/budge
+type: application
+version: 9.7.5
diff --git a/stable/budge/9.7.1/README.md b/stable/budge/9.7.5/README.md
similarity index 100%
rename from stable/budge/9.7.1/README.md
rename to stable/budge/9.7.5/README.md
diff --git a/stable/budge/9.7.5/app-changelog.md b/stable/budge/9.7.5/app-changelog.md
new file mode 100644
index 00000000000..ddbd5270c54
--- /dev/null
+++ b/stable/budge/9.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [budge-9.7.5](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@981c7c5](https://github.com/981c7c5) by renovate ([#19716](https://github.com/truecharts/charts/issues/19716))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/budge to 0.0.9[@beb5baa](https://github.com/beb5baa) by renovate ([#19397](https://github.com/truecharts/charts/issues/19397))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/budge/9.7.1/app-readme.md b/stable/budge/9.7.5/app-readme.md
similarity index 100%
rename from stable/budge/9.7.1/app-readme.md
rename to stable/budge/9.7.5/app-readme.md
diff --git a/stable/budge/9.7.5/charts/common-20.2.4.tgz b/stable/budge/9.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/budge/9.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/budge/9.7.5/ix_values.yaml b/stable/budge/9.7.5/ix_values.yaml
new file mode 100644
index 00000000000..717476d4daf
--- /dev/null
+++ b/stable/budge/9.7.5/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ repository: ghcr.io/linuxserver/budge
+ tag: 0.0.9@sha256:981c7c5eb2c8c6977bedc3a3ed70684787a7b15002edbfe5c5ff73add23d1caf
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10165
+ protocol: http
+ targetPort: 80
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ NODE_ENV: "production"
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/budge/9.7.1/questions.yaml b/stable/budge/9.7.5/questions.yaml
similarity index 100%
rename from stable/budge/9.7.1/questions.yaml
rename to stable/budge/9.7.5/questions.yaml
diff --git a/stable/budge/9.7.1/templates/NOTES.txt b/stable/budge/9.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/budge/9.7.1/templates/NOTES.txt
rename to stable/budge/9.7.5/templates/NOTES.txt
diff --git a/stable/budge/9.7.1/templates/common.yaml b/stable/budge/9.7.5/templates/common.yaml
similarity index 100%
rename from stable/budge/9.7.1/templates/common.yaml
rename to stable/budge/9.7.5/templates/common.yaml
diff --git a/stable/budge/9.7.1/values.yaml b/stable/budge/9.7.5/values.yaml
similarity index 100%
rename from stable/budge/9.7.1/values.yaml
rename to stable/budge/9.7.5/values.yaml
diff --git a/stable/bwapp/5.6.0/CHANGELOG.md b/stable/bwapp/5.6.0/CHANGELOG.md
deleted file mode 100644
index 10f15fcdc2b..00000000000
--- a/stable/bwapp/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [bwapp-5.6.0](https://github.com/truecharts/charts/compare/bwapp-5.5.2...bwapp-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [bwapp-5.5.2](https://github.com/truecharts/charts/compare/bwapp-5.5.1...bwapp-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [bwapp-5.5.1](https://github.com/truecharts/charts/compare/bwapp-5.5.0...bwapp-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [bwapp-5.5.0](https://github.com/truecharts/charts/compare/bwapp-5.4.1...bwapp-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [bwapp-5.4.1](https://github.com/truecharts/charts/compare/bwapp-5.4.0...bwapp-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [bwapp-5.4.0](https://github.com/truecharts/charts/compare/bwapp-5.3.0...bwapp-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [bwapp-5.3.0](https://github.com/truecharts/charts/compare/bwapp-5.2.3...bwapp-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [bwapp-5.2.3](https://github.com/truecharts/charts/compare/bwapp-5.2.2...bwapp-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [bwapp-5.2.2](https://github.com/truecharts/charts/compare/bwapp-5.2.0...bwapp-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/bwapp/5.6.0/Chart.yaml b/stable/bwapp/5.6.0/Chart.yaml
deleted file mode 100644
index 284b8c241db..00000000000
--- a/stable/bwapp/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.
-home: https://truecharts.org/charts/stable/bwapp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png
-keywords:
- - bwapp
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: bwapp
-sources:
- - https://sourceforge.net/projects/bwapp/
- - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp
- - https://hub.docker.com/r/raesene/bwapp
-type: application
-version: 5.6.0
diff --git a/stable/bwapp/5.6.0/charts/common-20.1.5.tgz b/stable/bwapp/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/bwapp/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/bwapp/5.6.0/.helmignore b/stable/bwapp/5.7.3/.helmignore
similarity index 100%
rename from stable/bwapp/5.6.0/.helmignore
rename to stable/bwapp/5.7.3/.helmignore
diff --git a/stable/bwapp/5.7.3/CHANGELOG.md b/stable/bwapp/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..592804be2ce
--- /dev/null
+++ b/stable/bwapp/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [bwapp-5.7.2](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/bwapp/5.7.3/Chart.yaml b/stable/bwapp/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6ec395b7438
--- /dev/null
+++ b/stable/bwapp/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.
+home: https://truecharts.org/charts/stable/bwapp
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png
+keywords:
+ - bwapp
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: bwapp
+sources:
+ - https://sourceforge.net/projects/bwapp/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp
+ - https://hub.docker.com/r/raesene/bwapp
+type: application
+version: 5.7.3
diff --git a/stable/bwapp/5.6.0/README.md b/stable/bwapp/5.7.3/README.md
similarity index 100%
rename from stable/bwapp/5.6.0/README.md
rename to stable/bwapp/5.7.3/README.md
diff --git a/stable/bwapp/5.7.3/app-changelog.md b/stable/bwapp/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d2aabb18a0b
--- /dev/null
+++ b/stable/bwapp/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [bwapp-5.7.3](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/bwapp/5.6.0/app-readme.md b/stable/bwapp/5.7.3/app-readme.md
similarity index 100%
rename from stable/bwapp/5.6.0/app-readme.md
rename to stable/bwapp/5.7.3/app-readme.md
diff --git a/stable/bwapp/5.7.3/charts/common-20.2.4.tgz b/stable/bwapp/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/bwapp/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/bwapp/5.6.0/ix_values.yaml b/stable/bwapp/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/bwapp/5.6.0/ix_values.yaml
rename to stable/bwapp/5.7.3/ix_values.yaml
diff --git a/stable/bwapp/5.6.0/questions.yaml b/stable/bwapp/5.7.3/questions.yaml
similarity index 100%
rename from stable/bwapp/5.6.0/questions.yaml
rename to stable/bwapp/5.7.3/questions.yaml
diff --git a/stable/bwapp/5.6.0/templates/common.yaml b/stable/bwapp/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/bwapp/5.6.0/templates/common.yaml
rename to stable/bwapp/5.7.3/templates/common.yaml
diff --git a/stable/bwapp/5.6.0/values.yaml b/stable/bwapp/5.7.3/values.yaml
similarity index 100%
rename from stable/bwapp/5.6.0/values.yaml
rename to stable/bwapp/5.7.3/values.yaml
diff --git a/stable/cadquery-server/5.6.0/CHANGELOG.md b/stable/cadquery-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index b3d31dc12db..00000000000
--- a/stable/cadquery-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cadquery-server-5.6.0](https://github.com/truecharts/charts/compare/cadquery-server-5.5.2...cadquery-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cadquery-server-5.5.2](https://github.com/truecharts/charts/compare/cadquery-server-5.5.1...cadquery-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cadquery-server-5.5.1](https://github.com/truecharts/charts/compare/cadquery-server-5.5.0...cadquery-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cadquery-server-5.5.0](https://github.com/truecharts/charts/compare/cadquery-server-5.4.1...cadquery-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cadquery-server-5.4.1](https://github.com/truecharts/charts/compare/cadquery-server-5.4.0...cadquery-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cadquery-server-5.4.0](https://github.com/truecharts/charts/compare/cadquery-server-5.3.0...cadquery-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cadquery-server-5.3.0](https://github.com/truecharts/charts/compare/cadquery-server-5.2.3...cadquery-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cadquery-server-5.2.3](https://github.com/truecharts/charts/compare/cadquery-server-5.2.2...cadquery-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cadquery-server-5.2.2](https://github.com/truecharts/charts/compare/cadquery-server-5.2.0...cadquery-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cadquery-server/5.6.0/Chart.yaml b/stable/cadquery-server/5.6.0/Chart.yaml
deleted file mode 100644
index 80e1349ff57..00000000000
--- a/stable/cadquery-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
-home: https://truecharts.org/charts/stable/cadquery-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png
-keywords:
- - cadquery-server
- - Productivity
- - Tools-Utilities
- - Other
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cadquery-server
-sources:
- - https://github.com/roipoussiere/cadquery
- - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server
- - https://hub.docker.com/r/cadquery/cadquery-server
-type: application
-version: 5.6.0
diff --git a/stable/cadquery-server/5.6.0/charts/common-20.1.5.tgz b/stable/cadquery-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cadquery-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cadquery-server/5.6.0/.helmignore b/stable/cadquery-server/5.7.3/.helmignore
similarity index 100%
rename from stable/cadquery-server/5.6.0/.helmignore
rename to stable/cadquery-server/5.7.3/.helmignore
diff --git a/stable/cadquery-server/5.7.3/CHANGELOG.md b/stable/cadquery-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cf0314866a5
--- /dev/null
+++ b/stable/cadquery-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cadquery-server-5.7.2](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cadquery-server/5.7.3/Chart.yaml b/stable/cadquery-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..4e56900631b
--- /dev/null
+++ b/stable/cadquery-server/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
+home: https://truecharts.org/charts/stable/cadquery-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png
+keywords:
+ - cadquery-server
+ - Productivity
+ - Tools-Utilities
+ - Other
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cadquery-server
+sources:
+ - https://github.com/roipoussiere/cadquery
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server
+ - https://hub.docker.com/r/cadquery/cadquery-server
+type: application
+version: 5.7.3
diff --git a/stable/cadquery-server/5.6.0/README.md b/stable/cadquery-server/5.7.3/README.md
similarity index 100%
rename from stable/cadquery-server/5.6.0/README.md
rename to stable/cadquery-server/5.7.3/README.md
diff --git a/stable/cadquery-server/5.7.3/app-changelog.md b/stable/cadquery-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e13b1556085
--- /dev/null
+++ b/stable/cadquery-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cadquery-server-5.7.3](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cadquery-server/5.6.0/app-readme.md b/stable/cadquery-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/cadquery-server/5.6.0/app-readme.md
rename to stable/cadquery-server/5.7.3/app-readme.md
diff --git a/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz b/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cadquery-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cadquery-server/5.6.0/ix_values.yaml b/stable/cadquery-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/cadquery-server/5.6.0/ix_values.yaml
rename to stable/cadquery-server/5.7.3/ix_values.yaml
diff --git a/stable/cadquery-server/5.6.0/questions.yaml b/stable/cadquery-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/cadquery-server/5.6.0/questions.yaml
rename to stable/cadquery-server/5.7.3/questions.yaml
diff --git a/stable/cadquery-server/5.6.0/templates/common.yaml b/stable/cadquery-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/cadquery-server/5.6.0/templates/common.yaml
rename to stable/cadquery-server/5.7.3/templates/common.yaml
diff --git a/stable/cadquery-server/5.6.0/values.yaml b/stable/cadquery-server/5.7.3/values.yaml
similarity index 100%
rename from stable/cadquery-server/5.6.0/values.yaml
rename to stable/cadquery-server/5.7.3/values.yaml
diff --git a/stable/calibre-web/18.7.1/CHANGELOG.md b/stable/calibre-web/18.7.1/CHANGELOG.md
deleted file mode 100644
index 112bade37dc..00000000000
--- a/stable/calibre-web/18.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [calibre-web-18.7.0](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.0) (2024-03-16)
diff --git a/stable/calibre-web/18.7.1/Chart.yaml b/stable/calibre-web/18.7.1/Chart.yaml
deleted file mode 100644
index 0dcbd81374f..00000000000
--- a/stable/calibre-web/18.7.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.6.21
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
-home: https://truecharts.org/charts/stable/calibre-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png
-keywords:
- - calibre-web
- - calibre
- - ebook
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: calibre-web
-sources:
- - https://github.com/janeczku/calibre-web
- - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
- - https://hub.docker.com/r/linuxserver/calibre-web
-type: application
-version: 18.7.1
diff --git a/stable/calibre-web/18.7.1/app-changelog.md b/stable/calibre-web/18.7.1/app-changelog.md
deleted file mode 100644
index 6a1b5bdcebb..00000000000
--- a/stable/calibre-web/18.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [calibre-web-18.7.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/calibre-web/18.7.1/charts/common-20.2.0.tgz b/stable/calibre-web/18.7.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/calibre-web/18.7.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/calibre-web/18.7.1/ix_values.yaml b/stable/calibre-web/18.7.1/ix_values.yaml
deleted file mode 100644
index 706b63191a0..00000000000
--- a/stable/calibre-web/18.7.1/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- repository: linuxserver/calibre-web
- pullPolicy: IfNotPresent
- tag: version-0.6.21@sha256:b89ff20a37cf2bf5ca62a77ba7adc35e2182ca4161315f6a1bd0934c438ac0f3
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 8083
- protocol: http
- targetPort: 8083
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/calibre-web/18.7.1/.helmignore b/stable/calibre-web/18.7.5/.helmignore
similarity index 100%
rename from stable/calibre-web/18.7.1/.helmignore
rename to stable/calibre-web/18.7.5/.helmignore
diff --git a/stable/calibre-web/18.7.5/CHANGELOG.md b/stable/calibre-web/18.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..8bd9c3e73a4
--- /dev/null
+++ b/stable/calibre-web/18.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-web-18.7.4](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-web-18.7.4](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-web-18.7.4](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-web-18.7.4](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-web-18.7.4](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.4) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/calibre-web/18.7.5/Chart.yaml b/stable/calibre-web/18.7.5/Chart.yaml
new file mode 100644
index 00000000000..2530e624766
--- /dev/null
+++ b/stable/calibre-web/18.7.5/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.6.21
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
+home: https://truecharts.org/charts/stable/calibre-web
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png
+keywords:
+ - calibre-web
+ - calibre
+ - ebook
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: calibre-web
+sources:
+ - https://github.com/janeczku/calibre-web
+ - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
+ - https://hub.docker.com/r/linuxserver/calibre-web
+type: application
+version: 18.7.5
diff --git a/stable/calibre-web/18.7.1/README.md b/stable/calibre-web/18.7.5/README.md
similarity index 100%
rename from stable/calibre-web/18.7.1/README.md
rename to stable/calibre-web/18.7.5/README.md
diff --git a/stable/calibre-web/18.7.5/app-changelog.md b/stable/calibre-web/18.7.5/app-changelog.md
new file mode 100644
index 00000000000..b536923986c
--- /dev/null
+++ b/stable/calibre-web/18.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [calibre-web-18.7.5](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@7648a8a](https://github.com/7648a8a) by renovate ([#19717](https://github.com/truecharts/charts/issues/19717))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image linuxserver/calibre-web to version-0.6.21[@b89ff20](https://github.com/b89ff20) by renovate ([#19399](https://github.com/truecharts/charts/issues/19399))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/calibre-web/18.7.1/app-readme.md b/stable/calibre-web/18.7.5/app-readme.md
similarity index 100%
rename from stable/calibre-web/18.7.1/app-readme.md
rename to stable/calibre-web/18.7.5/app-readme.md
diff --git a/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz b/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/calibre-web/18.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/calibre-web/18.7.5/ix_values.yaml b/stable/calibre-web/18.7.5/ix_values.yaml
new file mode 100644
index 00000000000..9c32128a30e
--- /dev/null
+++ b/stable/calibre-web/18.7.5/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ repository: linuxserver/calibre-web
+ pullPolicy: IfNotPresent
+ tag: version-0.6.21@sha256:7648a8ad6dff32c7f4feed1db016b2309ba25d1b3edf6da968a1975527c0dd58
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 8083
+ protocol: http
+ targetPort: 8083
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/calibre-web/18.7.1/questions.yaml b/stable/calibre-web/18.7.5/questions.yaml
similarity index 100%
rename from stable/calibre-web/18.7.1/questions.yaml
rename to stable/calibre-web/18.7.5/questions.yaml
diff --git a/stable/calibre-web/18.7.1/templates/NOTES.txt b/stable/calibre-web/18.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/calibre-web/18.7.1/templates/NOTES.txt
rename to stable/calibre-web/18.7.5/templates/NOTES.txt
diff --git a/stable/calibre-web/18.7.1/templates/common.yaml b/stable/calibre-web/18.7.5/templates/common.yaml
similarity index 100%
rename from stable/calibre-web/18.7.1/templates/common.yaml
rename to stable/calibre-web/18.7.5/templates/common.yaml
diff --git a/stable/calibre-web/18.7.1/values.yaml b/stable/calibre-web/18.7.5/values.yaml
similarity index 100%
rename from stable/calibre-web/18.7.1/values.yaml
rename to stable/calibre-web/18.7.5/values.yaml
diff --git a/stable/calibre/14.7.0/CHANGELOG.md b/stable/calibre/14.7.0/CHANGELOG.md
deleted file mode 100644
index d924fccd6a2..00000000000
--- a/stable/calibre/14.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [calibre-14.7.0](https://github.com/truecharts/charts/compare/calibre-14.6.2...calibre-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [calibre-14.6.2](https://github.com/truecharts/charts/compare/calibre-14.6.1...calibre-14.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [calibre-14.6.1](https://github.com/truecharts/charts/compare/calibre-14.6.0...calibre-14.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [calibre-14.6.0](https://github.com/truecharts/charts/compare/calibre-14.5.2...calibre-14.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [calibre-14.5.2](https://github.com/truecharts/charts/compare/calibre-14.5.1...calibre-14.5.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/calibre to 7.6.0[@f0884e5](https://github.com/f0884e5) by renovate ([#18994](https://github.com/truecharts/charts/issues/18994))
-
-
-## [calibre-14.5.1](https://github.com/truecharts/charts/compare/calibre-14.5.0...calibre-14.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [calibre-14.5.0](https://github.com/truecharts/charts/compare/calibre-14.4.0...calibre-14.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [calibre-14.4.0](https://github.com/truecharts/charts/compare/calibre-14.3.3...calibre-14.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [calibre-14.3.3](https://github.com/truecharts/charts/compare/calibre-14.3.2...calibre-14.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [calibre-14.3.2](https://github.com/truecharts/charts/compare/calibre-14.3.0...calibre-14.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/calibre/14.7.0/Chart.yaml b/stable/calibre/14.7.0/Chart.yaml
deleted file mode 100644
index cfd9cb4e37f..00000000000
--- a/stable/calibre/14.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.6.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Calibre is a powerful and easy to use e-book manager.
-home: https://truecharts.org/charts/stable/calibre
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
-keywords:
- - calibre
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: calibre
-sources:
- - https://github.com/kovidgoyal/calibre/
- - https://github.com/truecharts/charts/tree/master/charts/stable/calibre
- - https://ghcr.io/linuxserver/calibre
-type: application
-version: 14.7.0
diff --git a/stable/calibre/14.7.0/charts/common-20.1.5.tgz b/stable/calibre/14.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/calibre/14.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/calibre/14.7.0/.helmignore b/stable/calibre/14.8.3/.helmignore
similarity index 100%
rename from stable/calibre/14.7.0/.helmignore
rename to stable/calibre/14.8.3/.helmignore
diff --git a/stable/calibre/14.8.3/CHANGELOG.md b/stable/calibre/14.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..fcaff061ab3
--- /dev/null
+++ b/stable/calibre/14.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [calibre-14.8.2](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/calibre/14.8.3/Chart.yaml b/stable/calibre/14.8.3/Chart.yaml
new file mode 100644
index 00000000000..bcb4884927c
--- /dev/null
+++ b/stable/calibre/14.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Calibre is a powerful and easy to use e-book manager.
+home: https://truecharts.org/charts/stable/calibre
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
+keywords:
+ - calibre
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: calibre
+sources:
+ - https://github.com/kovidgoyal/calibre/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/calibre
+ - https://ghcr.io/linuxserver/calibre
+type: application
+version: 14.8.3
diff --git a/stable/calibre/14.7.0/README.md b/stable/calibre/14.8.3/README.md
similarity index 100%
rename from stable/calibre/14.7.0/README.md
rename to stable/calibre/14.8.3/README.md
diff --git a/stable/calibre/14.8.3/app-changelog.md b/stable/calibre/14.8.3/app-changelog.md
new file mode 100644
index 00000000000..938cfa20a5f
--- /dev/null
+++ b/stable/calibre/14.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [calibre-14.8.3](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/calibre/14.7.0/app-readme.md b/stable/calibre/14.8.3/app-readme.md
similarity index 100%
rename from stable/calibre/14.7.0/app-readme.md
rename to stable/calibre/14.8.3/app-readme.md
diff --git a/stable/calibre/14.8.3/charts/common-20.2.4.tgz b/stable/calibre/14.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/calibre/14.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/calibre/14.7.0/ix_values.yaml b/stable/calibre/14.8.3/ix_values.yaml
similarity index 100%
rename from stable/calibre/14.7.0/ix_values.yaml
rename to stable/calibre/14.8.3/ix_values.yaml
diff --git a/stable/calibre/14.7.0/questions.yaml b/stable/calibre/14.8.3/questions.yaml
similarity index 100%
rename from stable/calibre/14.7.0/questions.yaml
rename to stable/calibre/14.8.3/questions.yaml
diff --git a/stable/calibre/14.7.0/templates/NOTES.txt b/stable/calibre/14.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/calibre/14.7.0/templates/NOTES.txt
rename to stable/calibre/14.8.3/templates/NOTES.txt
diff --git a/stable/calibre/14.7.0/templates/common.yaml b/stable/calibre/14.8.3/templates/common.yaml
similarity index 100%
rename from stable/calibre/14.7.0/templates/common.yaml
rename to stable/calibre/14.8.3/templates/common.yaml
diff --git a/stable/calibre/14.7.0/values.yaml b/stable/calibre/14.8.3/values.yaml
similarity index 100%
rename from stable/calibre/14.7.0/values.yaml
rename to stable/calibre/14.8.3/values.yaml
diff --git a/stable/changedetection-io/2.6.0/CHANGELOG.md b/stable/changedetection-io/2.6.0/CHANGELOG.md
deleted file mode 100644
index 460d57ba758..00000000000
--- a/stable/changedetection-io/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [changedetection-io-2.6.0](https://github.com/truecharts/charts/compare/changedetection-io-2.5.2...changedetection-io-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [changedetection-io-2.5.2](https://github.com/truecharts/charts/compare/changedetection-io-2.5.1...changedetection-io-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [changedetection-io-2.5.1](https://github.com/truecharts/charts/compare/changedetection-io-2.5.0...changedetection-io-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [changedetection-io-2.5.0](https://github.com/truecharts/charts/compare/changedetection-io-2.4.2...changedetection-io-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [changedetection-io-2.4.2](https://github.com/truecharts/charts/compare/changedetection-io-2.4.1...changedetection-io-2.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/dgtlmoon/changedetection.io to v0.45.16[@247558e](https://github.com/247558e) by renovate ([#19064](https://github.com/truecharts/charts/issues/19064))
-
-
-## [changedetection-io-2.4.1](https://github.com/truecharts/charts/compare/changedetection-io-2.4.0...changedetection-io-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [changedetection-io-2.4.0](https://github.com/truecharts/charts/compare/changedetection-io-2.3.0...changedetection-io-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [changedetection-io-2.3.0](https://github.com/truecharts/charts/compare/changedetection-io-2.2.3...changedetection-io-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [changedetection-io-2.2.3](https://github.com/truecharts/charts/compare/changedetection-io-2.2.2...changedetection-io-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [changedetection-io-2.2.2](https://github.com/truecharts/charts/compare/changedetection-io-2.2.0...changedetection-io-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/changedetection-io/2.6.0/Chart.yaml b/stable/changedetection-io/2.6.0/Chart.yaml
deleted file mode 100644
index c277f573839..00000000000
--- a/stable/changedetection-io/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.45.16
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service
-home: https://truecharts.org/charts/stable/changedetection-io
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png
-keywords:
- - monitoring
- - changedection
- - website watcher
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: changedetection-io
-sources:
- - https://github.com/dgtlmoon/changedetection.io/tree/master
- - https://changedetection.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
- - https://ghcr.io/dgtlmoon/changedetection.io
-type: application
-version: 2.6.0
diff --git a/stable/changedetection-io/2.6.0/charts/common-20.1.5.tgz b/stable/changedetection-io/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/changedetection-io/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/changedetection-io/2.6.0/.helmignore b/stable/changedetection-io/2.7.3/.helmignore
similarity index 100%
rename from stable/changedetection-io/2.6.0/.helmignore
rename to stable/changedetection-io/2.7.3/.helmignore
diff --git a/stable/changedetection-io/2.7.3/CHANGELOG.md b/stable/changedetection-io/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3ced237c13b
--- /dev/null
+++ b/stable/changedetection-io/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [changedetection-io-2.7.2](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/changedetection-io/2.7.3/Chart.yaml b/stable/changedetection-io/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..2753c7c6cc0
--- /dev/null
+++ b/stable/changedetection-io/2.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.45.16
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service
+home: https://truecharts.org/charts/stable/changedetection-io
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png
+keywords:
+ - monitoring
+ - changedection
+ - website watcher
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: changedetection-io
+sources:
+ - https://github.com/dgtlmoon/changedetection.io/tree/master
+ - https://changedetection.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
+ - https://ghcr.io/dgtlmoon/changedetection.io
+type: application
+version: 2.7.3
diff --git a/stable/changedetection-io/2.6.0/README.md b/stable/changedetection-io/2.7.3/README.md
similarity index 100%
rename from stable/changedetection-io/2.6.0/README.md
rename to stable/changedetection-io/2.7.3/README.md
diff --git a/stable/changedetection-io/2.7.3/app-changelog.md b/stable/changedetection-io/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..73449f184ce
--- /dev/null
+++ b/stable/changedetection-io/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [changedetection-io-2.7.3](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/changedetection-io/2.6.0/app-readme.md b/stable/changedetection-io/2.7.3/app-readme.md
similarity index 100%
rename from stable/changedetection-io/2.6.0/app-readme.md
rename to stable/changedetection-io/2.7.3/app-readme.md
diff --git a/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz b/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/changedetection-io/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/changedetection-io/2.6.0/ix_values.yaml b/stable/changedetection-io/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/changedetection-io/2.6.0/ix_values.yaml
rename to stable/changedetection-io/2.7.3/ix_values.yaml
diff --git a/stable/changedetection-io/2.6.0/questions.yaml b/stable/changedetection-io/2.7.3/questions.yaml
similarity index 100%
rename from stable/changedetection-io/2.6.0/questions.yaml
rename to stable/changedetection-io/2.7.3/questions.yaml
diff --git a/stable/changedetection-io/2.6.0/templates/NOTES.txt b/stable/changedetection-io/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/changedetection-io/2.6.0/templates/NOTES.txt
rename to stable/changedetection-io/2.7.3/templates/NOTES.txt
diff --git a/stable/changedetection-io/2.6.0/templates/common.yaml b/stable/changedetection-io/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/changedetection-io/2.6.0/templates/common.yaml
rename to stable/changedetection-io/2.7.3/templates/common.yaml
diff --git a/stable/changedetection-io/2.6.0/values.yaml b/stable/changedetection-io/2.7.3/values.yaml
similarity index 100%
rename from stable/changedetection-io/2.6.0/values.yaml
rename to stable/changedetection-io/2.7.3/values.yaml
diff --git a/stable/channels-dvr/6.6.0/CHANGELOG.md b/stable/channels-dvr/6.6.0/CHANGELOG.md
deleted file mode 100644
index 0e185a6227c..00000000000
--- a/stable/channels-dvr/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [channels-dvr-6.6.0](https://github.com/truecharts/charts/compare/channels-dvr-6.5.2...channels-dvr-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [channels-dvr-6.5.2](https://github.com/truecharts/charts/compare/channels-dvr-6.5.1...channels-dvr-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [channels-dvr-6.5.1](https://github.com/truecharts/charts/compare/channels-dvr-6.5.0...channels-dvr-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [channels-dvr-6.5.0](https://github.com/truecharts/charts/compare/channels-dvr-6.4.1...channels-dvr-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [channels-dvr-6.4.1](https://github.com/truecharts/charts/compare/channels-dvr-6.4.0...channels-dvr-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [channels-dvr-6.4.0](https://github.com/truecharts/charts/compare/channels-dvr-6.3.0...channels-dvr-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [channels-dvr-6.3.0](https://github.com/truecharts/charts/compare/channels-dvr-6.2.3...channels-dvr-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [channels-dvr-6.2.3](https://github.com/truecharts/charts/compare/channels-dvr-6.2.2...channels-dvr-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [channels-dvr-6.2.2](https://github.com/truecharts/charts/compare/channels-dvr-6.2.0...channels-dvr-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/channels-dvr/6.6.0/Chart.yaml b/stable/channels-dvr/6.6.0/Chart.yaml
deleted file mode 100644
index c7330e6aaaf..00000000000
--- a/stable/channels-dvr/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Channels DVR Server
-home: https://truecharts.org/charts/stable/channels-dvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png
-keywords:
- - channels-dvr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: channels-dvr
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
- - https://hub.docker.com/r/fancybits/channels-dvr
-type: application
-version: 6.6.0
diff --git a/stable/channels-dvr/6.6.0/charts/common-20.1.5.tgz b/stable/channels-dvr/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/channels-dvr/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/channels-dvr/6.6.0/.helmignore b/stable/channels-dvr/6.7.3/.helmignore
similarity index 100%
rename from stable/channels-dvr/6.6.0/.helmignore
rename to stable/channels-dvr/6.7.3/.helmignore
diff --git a/stable/channels-dvr/6.7.3/CHANGELOG.md b/stable/channels-dvr/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9c9a5b5b991
--- /dev/null
+++ b/stable/channels-dvr/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [channels-dvr-6.7.2](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/channels-dvr/6.7.3/Chart.yaml b/stable/channels-dvr/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..3b903265506
--- /dev/null
+++ b/stable/channels-dvr/6.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Channels DVR Server
+home: https://truecharts.org/charts/stable/channels-dvr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png
+keywords:
+ - channels-dvr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: channels-dvr
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
+ - https://hub.docker.com/r/fancybits/channels-dvr
+type: application
+version: 6.7.3
diff --git a/stable/channels-dvr/6.6.0/README.md b/stable/channels-dvr/6.7.3/README.md
similarity index 100%
rename from stable/channels-dvr/6.6.0/README.md
rename to stable/channels-dvr/6.7.3/README.md
diff --git a/stable/channels-dvr/6.7.3/app-changelog.md b/stable/channels-dvr/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..55df8c01c41
--- /dev/null
+++ b/stable/channels-dvr/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [channels-dvr-6.7.3](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/channels-dvr/6.6.0/app-readme.md b/stable/channels-dvr/6.7.3/app-readme.md
similarity index 100%
rename from stable/channels-dvr/6.6.0/app-readme.md
rename to stable/channels-dvr/6.7.3/app-readme.md
diff --git a/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz b/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/channels-dvr/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/channels-dvr/6.6.0/ix_values.yaml b/stable/channels-dvr/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/channels-dvr/6.6.0/ix_values.yaml
rename to stable/channels-dvr/6.7.3/ix_values.yaml
diff --git a/stable/channels-dvr/6.6.0/questions.yaml b/stable/channels-dvr/6.7.3/questions.yaml
similarity index 100%
rename from stable/channels-dvr/6.6.0/questions.yaml
rename to stable/channels-dvr/6.7.3/questions.yaml
diff --git a/stable/channels-dvr/6.6.0/templates/NOTES.txt b/stable/channels-dvr/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/channels-dvr/6.6.0/templates/NOTES.txt
rename to stable/channels-dvr/6.7.3/templates/NOTES.txt
diff --git a/stable/channels-dvr/6.6.0/templates/common.yaml b/stable/channels-dvr/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/channels-dvr/6.6.0/templates/common.yaml
rename to stable/channels-dvr/6.7.3/templates/common.yaml
diff --git a/stable/channels-dvr/6.6.0/values.yaml b/stable/channels-dvr/6.7.3/values.yaml
similarity index 100%
rename from stable/channels-dvr/6.6.0/values.yaml
rename to stable/channels-dvr/6.7.3/values.yaml
diff --git a/stable/chevereto/12.12.2/CHANGELOG.md b/stable/chevereto/12.12.2/CHANGELOG.md
deleted file mode 100644
index 744466f5132..00000000000
--- a/stable/chevereto/12.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/chevereto/12.12.2/Chart.yaml b/stable/chevereto/12.12.2/Chart.yaml
deleted file mode 100644
index 0c551135097..00000000000
--- a/stable/chevereto/12.12.2/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
-home: https://truecharts.org/charts/stable/chevereto
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png
-keywords:
- - chevereto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chevereto
-sources:
- - https://github.com/rodber/chevereto-free
- - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables
- - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto
- - https://ghcr.io/rodber/chevereto-free
-type: application
-version: 12.12.2
diff --git a/stable/chevereto/12.12.2/app-changelog.md b/stable/chevereto/12.12.2/app-changelog.md
deleted file mode 100644
index e9146518c70..00000000000
--- a/stable/chevereto/12.12.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [chevereto-12.12.2](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/chevereto/12.12.2/charts/common-20.2.2.tgz b/stable/chevereto/12.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/chevereto/12.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/chevereto/12.12.2/charts/mariadb-13.7.1.tgz b/stable/chevereto/12.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/chevereto/12.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/chevereto/12.12.2/.helmignore b/stable/chevereto/12.12.6/.helmignore
similarity index 100%
rename from stable/chevereto/12.12.2/.helmignore
rename to stable/chevereto/12.12.6/.helmignore
diff --git a/stable/chevereto/12.12.6/CHANGELOG.md b/stable/chevereto/12.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..59c328d3086
--- /dev/null
+++ b/stable/chevereto/12.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chevereto-12.12.6](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [chevereto-12.12.5](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [chevereto-12.12.5](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [chevereto-12.12.5](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/chevereto/12.12.6/Chart.yaml b/stable/chevereto/12.12.6/Chart.yaml
new file mode 100644
index 00000000000..79b5d955575
--- /dev/null
+++ b/stable/chevereto/12.12.6/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
+home: https://truecharts.org/charts/stable/chevereto
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png
+keywords:
+ - chevereto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chevereto
+sources:
+ - https://github.com/rodber/chevereto-free
+ - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto
+ - https://ghcr.io/rodber/chevereto-free
+type: application
+version: 12.12.6
diff --git a/stable/chevereto/12.12.2/README.md b/stable/chevereto/12.12.6/README.md
similarity index 100%
rename from stable/chevereto/12.12.2/README.md
rename to stable/chevereto/12.12.6/README.md
diff --git a/stable/chevereto/12.12.6/app-changelog.md b/stable/chevereto/12.12.6/app-changelog.md
new file mode 100644
index 00000000000..a127c539c07
--- /dev/null
+++ b/stable/chevereto/12.12.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [chevereto-12.12.6](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/chevereto/12.12.2/app-readme.md b/stable/chevereto/12.12.6/app-readme.md
similarity index 100%
rename from stable/chevereto/12.12.2/app-readme.md
rename to stable/chevereto/12.12.6/app-readme.md
diff --git a/stable/chevereto/12.12.6/charts/common-20.2.4.tgz b/stable/chevereto/12.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chevereto/12.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/chevereto/12.12.6/charts/mariadb-13.7.3.tgz b/stable/chevereto/12.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/chevereto/12.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/chevereto/12.12.2/ix_values.yaml b/stable/chevereto/12.12.6/ix_values.yaml
similarity index 100%
rename from stable/chevereto/12.12.2/ix_values.yaml
rename to stable/chevereto/12.12.6/ix_values.yaml
diff --git a/stable/chevereto/12.12.2/questions.yaml b/stable/chevereto/12.12.6/questions.yaml
similarity index 100%
rename from stable/chevereto/12.12.2/questions.yaml
rename to stable/chevereto/12.12.6/questions.yaml
diff --git a/stable/chevereto/12.12.2/templates/NOTES.txt b/stable/chevereto/12.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/chevereto/12.12.2/templates/NOTES.txt
rename to stable/chevereto/12.12.6/templates/NOTES.txt
diff --git a/stable/chevereto/12.12.2/templates/common.yaml b/stable/chevereto/12.12.6/templates/common.yaml
similarity index 100%
rename from stable/chevereto/12.12.2/templates/common.yaml
rename to stable/chevereto/12.12.6/templates/common.yaml
diff --git a/stable/chevereto/12.12.2/values.yaml b/stable/chevereto/12.12.6/values.yaml
similarity index 100%
rename from stable/chevereto/12.12.2/values.yaml
rename to stable/chevereto/12.12.6/values.yaml
diff --git a/stable/chivalry-medievalwarfare/5.6.0/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.6.0/CHANGELOG.md
deleted file mode 100644
index e21eb648a60..00000000000
--- a/stable/chivalry-medievalwarfare/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chivalry-medievalwarfare-5.6.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.5.2...chivalry-medievalwarfare-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chivalry-medievalwarfare-5.5.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.5.1...chivalry-medievalwarfare-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chivalry-medievalwarfare-5.5.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.5.0...chivalry-medievalwarfare-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chivalry-medievalwarfare-5.5.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.4.1...chivalry-medievalwarfare-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chivalry-medievalwarfare-5.4.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.4.0...chivalry-medievalwarfare-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chivalry-medievalwarfare-5.4.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.3.0...chivalry-medievalwarfare-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chivalry-medievalwarfare-5.3.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.3...chivalry-medievalwarfare-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chivalry-medievalwarfare-5.2.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.2...chivalry-medievalwarfare-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chivalry-medievalwarfare-5.2.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.0...chivalry-medievalwarfare-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/chivalry-medievalwarfare/5.6.0/Chart.yaml b/stable/chivalry-medievalwarfare/5.6.0/Chart.yaml
deleted file mode 100644
index 8f550d8242c..00000000000
--- a/stable/chivalry-medievalwarfare/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: chialrymw
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it."
-home: https://truecharts.org/charts/stable/chivalry-medievalwarfare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png
-keywords:
- - chivalry-medievalwarfare
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chivalry-medievalwarfare
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/chivalry-medievalwarfare/5.6.0/charts/common-20.1.5.tgz b/stable/chivalry-medievalwarfare/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chivalry-medievalwarfare/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chivalry-medievalwarfare/5.6.0/.helmignore b/stable/chivalry-medievalwarfare/5.7.3/.helmignore
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/.helmignore
rename to stable/chivalry-medievalwarfare/5.7.3/.helmignore
diff --git a/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1c44445e7f6
--- /dev/null
+++ b/stable/chivalry-medievalwarfare/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chivalry-medievalwarfare-5.7.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml b/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..aa254aa14a8
--- /dev/null
+++ b/stable/chivalry-medievalwarfare/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: chialrymw
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it."
+home: https://truecharts.org/charts/stable/chivalry-medievalwarfare
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png
+keywords:
+ - chivalry-medievalwarfare
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chivalry-medievalwarfare
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/chivalry-medievalwarfare/5.6.0/README.md b/stable/chivalry-medievalwarfare/5.7.3/README.md
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/README.md
rename to stable/chivalry-medievalwarfare/5.7.3/README.md
diff --git a/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md b/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..36c445235f9
--- /dev/null
+++ b/stable/chivalry-medievalwarfare/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chivalry-medievalwarfare-5.7.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chivalry-medievalwarfare/5.6.0/app-readme.md b/stable/chivalry-medievalwarfare/5.7.3/app-readme.md
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/app-readme.md
rename to stable/chivalry-medievalwarfare/5.7.3/app-readme.md
diff --git a/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz b/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chivalry-medievalwarfare/5.6.0/ix_values.yaml b/stable/chivalry-medievalwarfare/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/ix_values.yaml
rename to stable/chivalry-medievalwarfare/5.7.3/ix_values.yaml
diff --git a/stable/chivalry-medievalwarfare/5.6.0/questions.yaml b/stable/chivalry-medievalwarfare/5.7.3/questions.yaml
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/questions.yaml
rename to stable/chivalry-medievalwarfare/5.7.3/questions.yaml
diff --git a/stable/chivalry-medievalwarfare/5.6.0/templates/common.yaml b/stable/chivalry-medievalwarfare/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/templates/common.yaml
rename to stable/chivalry-medievalwarfare/5.7.3/templates/common.yaml
diff --git a/stable/chivalry-medievalwarfare/5.6.0/values.yaml b/stable/chivalry-medievalwarfare/5.7.3/values.yaml
similarity index 100%
rename from stable/chivalry-medievalwarfare/5.6.0/values.yaml
rename to stable/chivalry-medievalwarfare/5.7.3/values.yaml
diff --git a/stable/chowdown/5.6.0/CHANGELOG.md b/stable/chowdown/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4cad803cf97..00000000000
--- a/stable/chowdown/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chowdown-5.6.0](https://github.com/truecharts/charts/compare/chowdown-5.5.2...chowdown-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chowdown-5.5.2](https://github.com/truecharts/charts/compare/chowdown-5.5.1...chowdown-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chowdown-5.5.1](https://github.com/truecharts/charts/compare/chowdown-5.5.0...chowdown-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chowdown-5.5.0](https://github.com/truecharts/charts/compare/chowdown-5.4.1...chowdown-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chowdown-5.4.1](https://github.com/truecharts/charts/compare/chowdown-5.4.0...chowdown-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chowdown-5.4.0](https://github.com/truecharts/charts/compare/chowdown-5.3.0...chowdown-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chowdown-5.3.0](https://github.com/truecharts/charts/compare/chowdown-5.2.3...chowdown-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chowdown-5.2.3](https://github.com/truecharts/charts/compare/chowdown-5.2.2...chowdown-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chowdown-5.2.2](https://github.com/truecharts/charts/compare/chowdown-5.2.0...chowdown-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/chowdown/5.6.0/Chart.yaml b/stable/chowdown/5.6.0/Chart.yaml
deleted file mode 100644
index 277ece7d5f0..00000000000
--- a/stable/chowdown/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Simple recipes in Markdown format.
-home: https://truecharts.org/charts/stable/chowdown
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png
-keywords:
- - chowdown
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chowdown
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown
- - https://hub.docker.com/r/gregyankovoy/chowdown
-type: application
-version: 5.6.0
diff --git a/stable/chowdown/5.6.0/charts/common-20.1.5.tgz b/stable/chowdown/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chowdown/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chowdown/5.6.0/.helmignore b/stable/chowdown/5.7.3/.helmignore
similarity index 100%
rename from stable/chowdown/5.6.0/.helmignore
rename to stable/chowdown/5.7.3/.helmignore
diff --git a/stable/chowdown/5.7.3/CHANGELOG.md b/stable/chowdown/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..af39167d4a9
--- /dev/null
+++ b/stable/chowdown/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chowdown-5.7.2](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chowdown/5.7.3/Chart.yaml b/stable/chowdown/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c7f79faf477
--- /dev/null
+++ b/stable/chowdown/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Simple recipes in Markdown format.
+home: https://truecharts.org/charts/stable/chowdown
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png
+keywords:
+ - chowdown
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chowdown
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown
+ - https://hub.docker.com/r/gregyankovoy/chowdown
+type: application
+version: 5.7.3
diff --git a/stable/chowdown/5.6.0/README.md b/stable/chowdown/5.7.3/README.md
similarity index 100%
rename from stable/chowdown/5.6.0/README.md
rename to stable/chowdown/5.7.3/README.md
diff --git a/stable/chowdown/5.7.3/app-changelog.md b/stable/chowdown/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d73226f1094
--- /dev/null
+++ b/stable/chowdown/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chowdown-5.7.3](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chowdown/5.6.0/app-readme.md b/stable/chowdown/5.7.3/app-readme.md
similarity index 100%
rename from stable/chowdown/5.6.0/app-readme.md
rename to stable/chowdown/5.7.3/app-readme.md
diff --git a/stable/chowdown/5.7.3/charts/common-20.2.4.tgz b/stable/chowdown/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chowdown/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chowdown/5.6.0/ix_values.yaml b/stable/chowdown/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/chowdown/5.6.0/ix_values.yaml
rename to stable/chowdown/5.7.3/ix_values.yaml
diff --git a/stable/chowdown/5.6.0/questions.yaml b/stable/chowdown/5.7.3/questions.yaml
similarity index 100%
rename from stable/chowdown/5.6.0/questions.yaml
rename to stable/chowdown/5.7.3/questions.yaml
diff --git a/stable/chowdown/5.6.0/templates/common.yaml b/stable/chowdown/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/chowdown/5.6.0/templates/common.yaml
rename to stable/chowdown/5.7.3/templates/common.yaml
diff --git a/stable/chowdown/5.6.0/values.yaml b/stable/chowdown/5.7.3/values.yaml
similarity index 100%
rename from stable/chowdown/5.6.0/values.yaml
rename to stable/chowdown/5.7.3/values.yaml
diff --git a/stable/chroma/2.6.0/CHANGELOG.md b/stable/chroma/2.6.0/CHANGELOG.md
deleted file mode 100644
index 996d1d26fb6..00000000000
--- a/stable/chroma/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chroma-2.6.0](https://github.com/truecharts/charts/compare/chroma-2.5.2...chroma-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chroma-2.5.2](https://github.com/truecharts/charts/compare/chroma-2.5.1...chroma-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chroma-2.5.1](https://github.com/truecharts/charts/compare/chroma-2.5.0...chroma-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chroma-2.5.0](https://github.com/truecharts/charts/compare/chroma-2.4.1...chroma-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chroma-2.4.1](https://github.com/truecharts/charts/compare/chroma-2.4.0...chroma-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chroma-2.4.0](https://github.com/truecharts/charts/compare/chroma-2.3.0...chroma-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chroma-2.3.0](https://github.com/truecharts/charts/compare/chroma-2.2.4...chroma-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chroma-2.2.4](https://github.com/truecharts/charts/compare/chroma-2.2.3...chroma-2.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chroma-2.2.3](https://github.com/truecharts/charts/compare/chroma-2.2.1...chroma-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/chroma/2.6.0/Chart.yaml b/stable/chroma/2.6.0/Chart.yaml
deleted file mode 100644
index b02ab31201b..00000000000
--- a/stable/chroma/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.4.24
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: the AI-native open-source embedding database.
-home: https://truecharts.org/charts/stable/chroma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png
-keywords:
- - chroma
- - embedding
- - database
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chroma
-sources:
- - https://github.com/chroma-core/chroma
- - https://github.com/truecharts/charts/tree/master/charts/stable/chroma
- - https://ghcr.io/chroma-core/chroma
-type: application
-version: 2.6.0
diff --git a/stable/chroma/2.6.0/charts/common-20.1.5.tgz b/stable/chroma/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chroma/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chroma/2.6.0/.helmignore b/stable/chroma/2.7.3/.helmignore
similarity index 100%
rename from stable/chroma/2.6.0/.helmignore
rename to stable/chroma/2.7.3/.helmignore
diff --git a/stable/chroma/2.7.3/CHANGELOG.md b/stable/chroma/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..32e93805115
--- /dev/null
+++ b/stable/chroma/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chroma-2.7.2](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chroma/2.7.3/Chart.yaml b/stable/chroma/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..10334a697c8
--- /dev/null
+++ b/stable/chroma/2.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.4.24
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: the AI-native open-source embedding database.
+home: https://truecharts.org/charts/stable/chroma
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png
+keywords:
+ - chroma
+ - embedding
+ - database
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chroma
+sources:
+ - https://github.com/chroma-core/chroma
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chroma
+ - https://ghcr.io/chroma-core/chroma
+type: application
+version: 2.7.3
diff --git a/stable/chroma/2.6.0/README.md b/stable/chroma/2.7.3/README.md
similarity index 100%
rename from stable/chroma/2.6.0/README.md
rename to stable/chroma/2.7.3/README.md
diff --git a/stable/chroma/2.7.3/app-changelog.md b/stable/chroma/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..1e98e941f3b
--- /dev/null
+++ b/stable/chroma/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chroma-2.7.3](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chroma/2.6.0/app-readme.md b/stable/chroma/2.7.3/app-readme.md
similarity index 100%
rename from stable/chroma/2.6.0/app-readme.md
rename to stable/chroma/2.7.3/app-readme.md
diff --git a/stable/chroma/2.7.3/charts/common-20.2.4.tgz b/stable/chroma/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chroma/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chroma/2.6.0/ix_values.yaml b/stable/chroma/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/chroma/2.6.0/ix_values.yaml
rename to stable/chroma/2.7.3/ix_values.yaml
diff --git a/stable/chroma/2.6.0/questions.yaml b/stable/chroma/2.7.3/questions.yaml
similarity index 100%
rename from stable/chroma/2.6.0/questions.yaml
rename to stable/chroma/2.7.3/questions.yaml
diff --git a/stable/chroma/2.6.0/templates/NOTES.txt b/stable/chroma/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/chroma/2.6.0/templates/NOTES.txt
rename to stable/chroma/2.7.3/templates/NOTES.txt
diff --git a/stable/chroma/2.6.0/templates/common.yaml b/stable/chroma/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/chroma/2.6.0/templates/common.yaml
rename to stable/chroma/2.7.3/templates/common.yaml
diff --git a/stable/chroma/2.6.0/values.yaml b/stable/chroma/2.7.3/values.yaml
similarity index 100%
rename from stable/chroma/2.6.0/values.yaml
rename to stable/chroma/2.7.3/values.yaml
diff --git a/stable/chromium-desktop-g3/5.6.0/CHANGELOG.md b/stable/chromium-desktop-g3/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0b1d8e24428..00000000000
--- a/stable/chromium-desktop-g3/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chromium-desktop-g3-5.6.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.5.2...chromium-desktop-g3-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chromium-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.5.1...chromium-desktop-g3-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chromium-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.5.0...chromium-desktop-g3-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chromium-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.2...chromium-desktop-g3-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chromium-desktop-g3-5.4.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.1...chromium-desktop-g3-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-chromium-g3 to latest[@35c358a](https://github.com/35c358a) by renovate ([#19138](https://github.com/truecharts/charts/issues/19138))
-
-
-## [chromium-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.0...chromium-desktop-g3-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chromium-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.3.0...chromium-desktop-g3-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chromium-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.3...chromium-desktop-g3-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chromium-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.2...chromium-desktop-g3-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chromium-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.0...chromium-desktop-g3-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/chromium-desktop-g3/5.6.0/Chart.yaml b/stable/chromium-desktop-g3/5.6.0/Chart.yaml
deleted file mode 100644
index 497a7f49839..00000000000
--- a/stable/chromium-desktop-g3/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/chromium-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png
-keywords:
- - chromium-desktop-g3
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chromium-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3
-type: application
-version: 5.6.0
diff --git a/stable/chromium-desktop-g3/5.6.0/charts/common-20.1.5.tgz b/stable/chromium-desktop-g3/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chromium-desktop-g3/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chromium-desktop-g3/5.6.0/.helmignore b/stable/chromium-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/.helmignore
rename to stable/chromium-desktop-g3/5.7.3/.helmignore
diff --git a/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md b/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..29cffc64121
--- /dev/null
+++ b/stable/chromium-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chromium-desktop-g3/5.7.3/Chart.yaml b/stable/chromium-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..57785e5d626
--- /dev/null
+++ b/stable/chromium-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/chromium-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png
+keywords:
+ - chromium-desktop-g3
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chromium-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3
+type: application
+version: 5.7.3
diff --git a/stable/chromium-desktop-g3/5.6.0/README.md b/stable/chromium-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/README.md
rename to stable/chromium-desktop-g3/5.7.3/README.md
diff --git a/stable/chromium-desktop-g3/5.7.3/app-changelog.md b/stable/chromium-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..97f2ab3d114
--- /dev/null
+++ b/stable/chromium-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chromium-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chromium-desktop-g3/5.6.0/app-readme.md b/stable/chromium-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/app-readme.md
rename to stable/chromium-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chromium-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chromium-desktop-g3/5.6.0/ix_values.yaml b/stable/chromium-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/ix_values.yaml
rename to stable/chromium-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/chromium-desktop-g3/5.6.0/questions.yaml b/stable/chromium-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/questions.yaml
rename to stable/chromium-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/chromium-desktop-g3/5.6.0/templates/common.yaml b/stable/chromium-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/templates/common.yaml
rename to stable/chromium-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/chromium-desktop-g3/5.6.0/values.yaml b/stable/chromium-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/chromium-desktop-g3/5.6.0/values.yaml
rename to stable/chromium-desktop-g3/5.7.3/values.yaml
diff --git a/stable/chromium/5.6.0/CHANGELOG.md b/stable/chromium/5.6.0/CHANGELOG.md
deleted file mode 100644
index 68941771ee8..00000000000
--- a/stable/chromium/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chromium-5.6.0](https://github.com/truecharts/charts/compare/chromium-5.5.2...chromium-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chromium-5.5.2](https://github.com/truecharts/charts/compare/chromium-5.5.1...chromium-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chromium-5.5.1](https://github.com/truecharts/charts/compare/chromium-5.5.0...chromium-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chromium-5.5.0](https://github.com/truecharts/charts/compare/chromium-5.4.1...chromium-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chromium-5.4.1](https://github.com/truecharts/charts/compare/chromium-5.4.0...chromium-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chromium-5.4.0](https://github.com/truecharts/charts/compare/chromium-5.3.0...chromium-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chromium-5.3.0](https://github.com/truecharts/charts/compare/chromium-5.2.3...chromium-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chromium-5.2.3](https://github.com/truecharts/charts/compare/chromium-5.2.2...chromium-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chromium-5.2.2](https://github.com/truecharts/charts/compare/chromium-5.2.0...chromium-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/chromium/5.6.0/Chart.yaml b/stable/chromium/5.6.0/Chart.yaml
deleted file mode 100644
index 688f8ab0805..00000000000
--- a/stable/chromium/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
-home: https://truecharts.org/charts/stable/chromium
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png
-keywords:
- - chromium
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chromium
-sources:
- - https://www.google.com/chrome/
- - https://github.com/truecharts/charts/tree/master/charts/stable/chromium
- - https://hub.docker.com/r/ich777/chrome
-type: application
-version: 5.6.0
diff --git a/stable/chromium/5.6.0/charts/common-20.1.5.tgz b/stable/chromium/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chromium/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chromium/5.6.0/.helmignore b/stable/chromium/5.7.3/.helmignore
similarity index 100%
rename from stable/chromium/5.6.0/.helmignore
rename to stable/chromium/5.7.3/.helmignore
diff --git a/stable/chromium/5.7.3/CHANGELOG.md b/stable/chromium/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..04a1c784505
--- /dev/null
+++ b/stable/chromium/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chromium-5.7.2](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chromium/5.7.3/Chart.yaml b/stable/chromium/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..5018d52efb8
--- /dev/null
+++ b/stable/chromium/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
+home: https://truecharts.org/charts/stable/chromium
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png
+keywords:
+ - chromium
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chromium
+sources:
+ - https://www.google.com/chrome/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chromium
+ - https://hub.docker.com/r/ich777/chrome
+type: application
+version: 5.7.3
diff --git a/stable/chromium/5.6.0/README.md b/stable/chromium/5.7.3/README.md
similarity index 100%
rename from stable/chromium/5.6.0/README.md
rename to stable/chromium/5.7.3/README.md
diff --git a/stable/chromium/5.7.3/app-changelog.md b/stable/chromium/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1f283b2eb9d
--- /dev/null
+++ b/stable/chromium/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chromium-5.7.3](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chromium/5.6.0/app-readme.md b/stable/chromium/5.7.3/app-readme.md
similarity index 100%
rename from stable/chromium/5.6.0/app-readme.md
rename to stable/chromium/5.7.3/app-readme.md
diff --git a/stable/chromium/5.7.3/charts/common-20.2.4.tgz b/stable/chromium/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chromium/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chromium/5.6.0/ix_values.yaml b/stable/chromium/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/chromium/5.6.0/ix_values.yaml
rename to stable/chromium/5.7.3/ix_values.yaml
diff --git a/stable/chromium/5.6.0/questions.yaml b/stable/chromium/5.7.3/questions.yaml
similarity index 100%
rename from stable/chromium/5.6.0/questions.yaml
rename to stable/chromium/5.7.3/questions.yaml
diff --git a/stable/chromium/5.6.0/templates/common.yaml b/stable/chromium/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/chromium/5.6.0/templates/common.yaml
rename to stable/chromium/5.7.3/templates/common.yaml
diff --git a/stable/chromium/5.6.0/values.yaml b/stable/chromium/5.7.3/values.yaml
similarity index 100%
rename from stable/chromium/5.6.0/values.yaml
rename to stable/chromium/5.7.3/values.yaml
diff --git a/stable/chronograf/5.6.1/CHANGELOG.md b/stable/chronograf/5.6.1/CHANGELOG.md
deleted file mode 100644
index b7da6955927..00000000000
--- a/stable/chronograf/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
-
diff --git a/stable/chronograf/5.6.1/Chart.yaml b/stable/chronograf/5.6.1/Chart.yaml
deleted file mode 100644
index 9000cf0039c..00000000000
--- a/stable/chronograf/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-System
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.
-home: https://truecharts.org/charts/stable/chronograf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png
-keywords:
- - chronograf
- - Tools-System
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chronograf
-sources:
- - https://www.influxdata.com/time-series-platform/chronograf/
- - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf
- - https://hub.docker.com/_/chronograf
-type: application
-version: 5.6.1
diff --git a/stable/chronograf/5.6.1/app-changelog.md b/stable/chronograf/5.6.1/app-changelog.md
deleted file mode 100644
index 6ff1dd34fbf..00000000000
--- a/stable/chronograf/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [chronograf-5.6.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
\ No newline at end of file
diff --git a/stable/chronograf/5.6.1/charts/common-20.1.5.tgz b/stable/chronograf/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chronograf/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chronograf/5.6.1/.helmignore b/stable/chronograf/5.7.3/.helmignore
similarity index 100%
rename from stable/chronograf/5.6.1/.helmignore
rename to stable/chronograf/5.7.3/.helmignore
diff --git a/stable/chronograf/5.7.3/CHANGELOG.md b/stable/chronograf/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b75518da6b4
--- /dev/null
+++ b/stable/chronograf/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
+
+
+## [chronograf-5.7.2](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
+
+
+## [chronograf-5.7.2](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
+
+
+## [chronograf-5.7.2](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
+
+
+## [chronograf-5.7.2](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
+
+
+## [chronograf-5.7.2](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
\ No newline at end of file
diff --git a/stable/chronograf/5.7.3/Chart.yaml b/stable/chronograf/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d9028d38e0b
--- /dev/null
+++ b/stable/chronograf/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-System
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.
+home: https://truecharts.org/charts/stable/chronograf
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png
+keywords:
+ - chronograf
+ - Tools-System
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chronograf
+sources:
+ - https://www.influxdata.com/time-series-platform/chronograf/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf
+ - https://hub.docker.com/_/chronograf
+type: application
+version: 5.7.3
diff --git a/stable/chronograf/5.6.1/README.md b/stable/chronograf/5.7.3/README.md
similarity index 100%
rename from stable/chronograf/5.6.1/README.md
rename to stable/chronograf/5.7.3/README.md
diff --git a/stable/chronograf/5.7.3/app-changelog.md b/stable/chronograf/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5cfe1dcf939
--- /dev/null
+++ b/stable/chronograf/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [chronograf-5.7.3](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image chronograf to latest[@ac8f8cc](https://github.com/ac8f8cc) by renovate ([#19218](https://github.com/truecharts/charts/issues/19218))
\ No newline at end of file
diff --git a/stable/chronograf/5.6.1/app-readme.md b/stable/chronograf/5.7.3/app-readme.md
similarity index 100%
rename from stable/chronograf/5.6.1/app-readme.md
rename to stable/chronograf/5.7.3/app-readme.md
diff --git a/stable/chronograf/5.7.3/charts/common-20.2.4.tgz b/stable/chronograf/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chronograf/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chronograf/5.6.1/ix_values.yaml b/stable/chronograf/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/chronograf/5.6.1/ix_values.yaml
rename to stable/chronograf/5.7.3/ix_values.yaml
diff --git a/stable/chronograf/5.6.1/questions.yaml b/stable/chronograf/5.7.3/questions.yaml
similarity index 100%
rename from stable/chronograf/5.6.1/questions.yaml
rename to stable/chronograf/5.7.3/questions.yaml
diff --git a/stable/chronograf/5.6.1/templates/common.yaml b/stable/chronograf/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/chronograf/5.6.1/templates/common.yaml
rename to stable/chronograf/5.7.3/templates/common.yaml
diff --git a/stable/chronograf/5.6.1/values.yaml b/stable/chronograf/5.7.3/values.yaml
similarity index 100%
rename from stable/chronograf/5.6.1/values.yaml
rename to stable/chronograf/5.7.3/values.yaml
diff --git a/stable/chronos/8.6.0/CHANGELOG.md b/stable/chronos/8.6.0/CHANGELOG.md
deleted file mode 100644
index 32602a86f06..00000000000
--- a/stable/chronos/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [chronos-8.6.0](https://github.com/truecharts/charts/compare/chronos-8.5.2...chronos-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [chronos-8.5.2](https://github.com/truecharts/charts/compare/chronos-8.5.1...chronos-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [chronos-8.5.1](https://github.com/truecharts/charts/compare/chronos-8.5.0...chronos-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [chronos-8.5.0](https://github.com/truecharts/charts/compare/chronos-8.4.1...chronos-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [chronos-8.4.1](https://github.com/truecharts/charts/compare/chronos-8.4.0...chronos-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [chronos-8.4.0](https://github.com/truecharts/charts/compare/chronos-8.3.0...chronos-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [chronos-8.3.0](https://github.com/truecharts/charts/compare/chronos-8.2.3...chronos-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [chronos-8.2.3](https://github.com/truecharts/charts/compare/chronos-8.2.2...chronos-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [chronos-8.2.2](https://github.com/truecharts/charts/compare/chronos-8.2.0...chronos-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/chronos/8.6.0/Chart.yaml b/stable/chronos/8.6.0/Chart.yaml
deleted file mode 100644
index dee48ed9c89..00000000000
--- a/stable/chronos/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.
-home: https://truecharts.org/charts/stable/chronos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png
-keywords:
- - chronos
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: chronos
-sources:
- - https://github.com/simse/chronos
- - https://github.com/truecharts/charts/tree/master/charts/stable/chronos
- - https://hub.docker.com/r/simsemand/chronos
-type: application
-version: 8.6.0
diff --git a/stable/chronos/8.6.0/charts/common-20.1.5.tgz b/stable/chronos/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/chronos/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/chronos/8.6.0/.helmignore b/stable/chronos/8.7.3/.helmignore
similarity index 100%
rename from stable/chronos/8.6.0/.helmignore
rename to stable/chronos/8.7.3/.helmignore
diff --git a/stable/chronos/8.7.3/CHANGELOG.md b/stable/chronos/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..513f505c95a
--- /dev/null
+++ b/stable/chronos/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [chronos-8.7.2](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/chronos/8.7.3/Chart.yaml b/stable/chronos/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..5fbc6fccc54
--- /dev/null
+++ b/stable/chronos/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.
+home: https://truecharts.org/charts/stable/chronos
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png
+keywords:
+ - chronos
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: chronos
+sources:
+ - https://github.com/simse/chronos
+ - https://github.com/truecharts/charts/tree/master/charts/stable/chronos
+ - https://hub.docker.com/r/simsemand/chronos
+type: application
+version: 8.7.3
diff --git a/stable/chronos/8.6.0/README.md b/stable/chronos/8.7.3/README.md
similarity index 100%
rename from stable/chronos/8.6.0/README.md
rename to stable/chronos/8.7.3/README.md
diff --git a/stable/chronos/8.7.3/app-changelog.md b/stable/chronos/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..47695ba083e
--- /dev/null
+++ b/stable/chronos/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [chronos-8.7.3](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/chronos/8.6.0/app-readme.md b/stable/chronos/8.7.3/app-readme.md
similarity index 100%
rename from stable/chronos/8.6.0/app-readme.md
rename to stable/chronos/8.7.3/app-readme.md
diff --git a/stable/chronos/8.7.3/charts/common-20.2.4.tgz b/stable/chronos/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/chronos/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/chronos/8.6.0/ix_values.yaml b/stable/chronos/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/chronos/8.6.0/ix_values.yaml
rename to stable/chronos/8.7.3/ix_values.yaml
diff --git a/stable/chronos/8.6.0/questions.yaml b/stable/chronos/8.7.3/questions.yaml
similarity index 100%
rename from stable/chronos/8.6.0/questions.yaml
rename to stable/chronos/8.7.3/questions.yaml
diff --git a/stable/chronos/8.6.0/templates/NOTES.txt b/stable/chronos/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/chronos/8.6.0/templates/NOTES.txt
rename to stable/chronos/8.7.3/templates/NOTES.txt
diff --git a/stable/chronos/8.6.0/templates/common.yaml b/stable/chronos/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/chronos/8.6.0/templates/common.yaml
rename to stable/chronos/8.7.3/templates/common.yaml
diff --git a/stable/chronos/8.6.0/values.yaml b/stable/chronos/8.7.3/values.yaml
similarity index 100%
rename from stable/chronos/8.6.0/values.yaml
rename to stable/chronos/8.7.3/values.yaml
diff --git a/stable/ciao/5.6.0/CHANGELOG.md b/stable/ciao/5.6.0/CHANGELOG.md
deleted file mode 100644
index a0def8fd0b2..00000000000
--- a/stable/ciao/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ciao-5.6.0](https://github.com/truecharts/charts/compare/ciao-5.5.2...ciao-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ciao-5.5.2](https://github.com/truecharts/charts/compare/ciao-5.5.1...ciao-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ciao-5.5.1](https://github.com/truecharts/charts/compare/ciao-5.5.0...ciao-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ciao-5.5.0](https://github.com/truecharts/charts/compare/ciao-5.4.1...ciao-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ciao-5.4.1](https://github.com/truecharts/charts/compare/ciao-5.4.0...ciao-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ciao-5.4.0](https://github.com/truecharts/charts/compare/ciao-5.3.0...ciao-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ciao-5.3.0](https://github.com/truecharts/charts/compare/ciao-5.2.3...ciao-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ciao-5.2.3](https://github.com/truecharts/charts/compare/ciao-5.2.2...ciao-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ciao-5.2.2](https://github.com/truecharts/charts/compare/ciao-5.2.0...ciao-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ciao/5.6.0/Chart.yaml b/stable/ciao/5.6.0/Chart.yaml
deleted file mode 100644
index 49a089a4ac7..00000000000
--- a/stable/ciao/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.
-home: https://truecharts.org/charts/stable/ciao
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png
-keywords:
- - ciao
- - Network-Other
- - Productivity
- - Tools-System
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ciao
-sources:
- - https://brotandgames.com/ciao/
- - https://github.com/truecharts/charts/tree/master/charts/stable/ciao
- - https://hub.docker.com/r/brotandgames/ciao
-type: application
-version: 5.6.0
diff --git a/stable/ciao/5.6.0/charts/common-20.1.5.tgz b/stable/ciao/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ciao/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ciao/5.6.0/.helmignore b/stable/ciao/5.7.3/.helmignore
similarity index 100%
rename from stable/ciao/5.6.0/.helmignore
rename to stable/ciao/5.7.3/.helmignore
diff --git a/stable/ciao/5.7.3/CHANGELOG.md b/stable/ciao/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c920b7910be
--- /dev/null
+++ b/stable/ciao/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ciao-5.7.2](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ciao/5.7.3/Chart.yaml b/stable/ciao/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..aada1481ed8
--- /dev/null
+++ b/stable/ciao/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.
+home: https://truecharts.org/charts/stable/ciao
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png
+keywords:
+ - ciao
+ - Network-Other
+ - Productivity
+ - Tools-System
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ciao
+sources:
+ - https://brotandgames.com/ciao/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ciao
+ - https://hub.docker.com/r/brotandgames/ciao
+type: application
+version: 5.7.3
diff --git a/stable/ciao/5.6.0/README.md b/stable/ciao/5.7.3/README.md
similarity index 100%
rename from stable/ciao/5.6.0/README.md
rename to stable/ciao/5.7.3/README.md
diff --git a/stable/ciao/5.7.3/app-changelog.md b/stable/ciao/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..265a26233cc
--- /dev/null
+++ b/stable/ciao/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ciao-5.7.3](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ciao/5.6.0/app-readme.md b/stable/ciao/5.7.3/app-readme.md
similarity index 100%
rename from stable/ciao/5.6.0/app-readme.md
rename to stable/ciao/5.7.3/app-readme.md
diff --git a/stable/ciao/5.7.3/charts/common-20.2.4.tgz b/stable/ciao/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ciao/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ciao/5.6.0/ix_values.yaml b/stable/ciao/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/ciao/5.6.0/ix_values.yaml
rename to stable/ciao/5.7.3/ix_values.yaml
diff --git a/stable/ciao/5.6.0/questions.yaml b/stable/ciao/5.7.3/questions.yaml
similarity index 100%
rename from stable/ciao/5.6.0/questions.yaml
rename to stable/ciao/5.7.3/questions.yaml
diff --git a/stable/ciao/5.6.0/templates/common.yaml b/stable/ciao/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/ciao/5.6.0/templates/common.yaml
rename to stable/ciao/5.7.3/templates/common.yaml
diff --git a/stable/ciao/5.6.0/values.yaml b/stable/ciao/5.7.3/values.yaml
similarity index 100%
rename from stable/ciao/5.6.0/values.yaml
rename to stable/ciao/5.7.3/values.yaml
diff --git a/stable/citadel-forgedwithfire/5.6.0/CHANGELOG.md b/stable/citadel-forgedwithfire/5.6.0/CHANGELOG.md
deleted file mode 100644
index 9faf327da4c..00000000000
--- a/stable/citadel-forgedwithfire/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [citadel-forgedwithfire-5.6.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.5.2...citadel-forgedwithfire-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [citadel-forgedwithfire-5.5.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.5.1...citadel-forgedwithfire-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [citadel-forgedwithfire-5.5.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.5.0...citadel-forgedwithfire-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [citadel-forgedwithfire-5.5.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.4.1...citadel-forgedwithfire-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [citadel-forgedwithfire-5.4.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.4.0...citadel-forgedwithfire-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [citadel-forgedwithfire-5.4.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.3.0...citadel-forgedwithfire-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [citadel-forgedwithfire-5.3.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.3...citadel-forgedwithfire-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [citadel-forgedwithfire-5.2.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.2...citadel-forgedwithfire-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [citadel-forgedwithfire-5.2.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.0...citadel-forgedwithfire-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/citadel-forgedwithfire/5.6.0/Chart.yaml b/stable/citadel-forgedwithfire/5.6.0/Chart.yaml
deleted file mode 100644
index a827e26e140..00000000000
--- a/stable/citadel-forgedwithfire/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: citadelfwf
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.
-home: https://truecharts.org/charts/stable/citadel-forgedwithfire
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png
-keywords:
- - citadel-forgedwithfire
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: citadel-forgedwithfire
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/citadel-forgedwithfire/5.6.0/charts/common-20.1.5.tgz b/stable/citadel-forgedwithfire/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/citadel-forgedwithfire/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/citadel-forgedwithfire/5.6.0/.helmignore b/stable/citadel-forgedwithfire/5.7.3/.helmignore
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/.helmignore
rename to stable/citadel-forgedwithfire/5.7.3/.helmignore
diff --git a/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md b/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3b091b4cee9
--- /dev/null
+++ b/stable/citadel-forgedwithfire/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [citadel-forgedwithfire-5.7.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/citadel-forgedwithfire/5.7.3/Chart.yaml b/stable/citadel-forgedwithfire/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..717b4899d8e
--- /dev/null
+++ b/stable/citadel-forgedwithfire/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: citadelfwf
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.
+home: https://truecharts.org/charts/stable/citadel-forgedwithfire
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png
+keywords:
+ - citadel-forgedwithfire
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: citadel-forgedwithfire
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/citadel-forgedwithfire/5.6.0/README.md b/stable/citadel-forgedwithfire/5.7.3/README.md
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/README.md
rename to stable/citadel-forgedwithfire/5.7.3/README.md
diff --git a/stable/citadel-forgedwithfire/5.7.3/app-changelog.md b/stable/citadel-forgedwithfire/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..512914b0ab3
--- /dev/null
+++ b/stable/citadel-forgedwithfire/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [citadel-forgedwithfire-5.7.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/citadel-forgedwithfire/5.6.0/app-readme.md b/stable/citadel-forgedwithfire/5.7.3/app-readme.md
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/app-readme.md
rename to stable/citadel-forgedwithfire/5.7.3/app-readme.md
diff --git a/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz b/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/citadel-forgedwithfire/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/citadel-forgedwithfire/5.6.0/ix_values.yaml b/stable/citadel-forgedwithfire/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/ix_values.yaml
rename to stable/citadel-forgedwithfire/5.7.3/ix_values.yaml
diff --git a/stable/citadel-forgedwithfire/5.6.0/questions.yaml b/stable/citadel-forgedwithfire/5.7.3/questions.yaml
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/questions.yaml
rename to stable/citadel-forgedwithfire/5.7.3/questions.yaml
diff --git a/stable/citadel-forgedwithfire/5.6.0/templates/common.yaml b/stable/citadel-forgedwithfire/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/templates/common.yaml
rename to stable/citadel-forgedwithfire/5.7.3/templates/common.yaml
diff --git a/stable/citadel-forgedwithfire/5.6.0/values.yaml b/stable/citadel-forgedwithfire/5.7.3/values.yaml
similarity index 100%
rename from stable/citadel-forgedwithfire/5.6.0/values.yaml
rename to stable/citadel-forgedwithfire/5.7.3/values.yaml
diff --git a/stable/clamav/10.7.0/CHANGELOG.md b/stable/clamav/10.7.0/CHANGELOG.md
deleted file mode 100644
index 6a58b6f5e12..00000000000
--- a/stable/clamav/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/clamav/10.7.0/Chart.yaml b/stable/clamav/10.7.0/Chart.yaml
deleted file mode 100644
index ef0bb3d85a7..00000000000
--- a/stable/clamav/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
-home: https://truecharts.org/charts/stable/clamav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png
-keywords:
- - clamav
- - antivirus
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: clamav
-sources:
- - https://github.com/Cisco-Talos/clamav
- - https://docs.clamav.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/clamav
- - https://hub.docker.com/r/clamav/clamav
-type: application
-version: 10.7.0
diff --git a/stable/clamav/10.7.0/app-changelog.md b/stable/clamav/10.7.0/app-changelog.md
deleted file mode 100644
index 3b91eafb13c..00000000000
--- a/stable/clamav/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [clamav-10.7.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/clamav/10.7.0/charts/common-20.2.0.tgz b/stable/clamav/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/clamav/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/clamav/10.7.0/ix_values.yaml b/stable/clamav/10.7.0/ix_values.yaml
deleted file mode 100644
index 9f90a582f2c..00000000000
--- a/stable/clamav/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
-image:
- repository: clamav/clamav
- pullPolicy: IfNotPresent
- tag: 1.3.0@sha256:57555703249b4c57d760753bf3655871d3c51958bd5bd4a0dac6eb73c1c36516
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-clamav:
- report_path: "/logs"
- # User Defined
-
- cron_enabled: true
- cron_schedule: "* * * * *"
- date_format: "+%m-%d-%Y_%H.%M.%S"
- log_file_name: "clamscan_report"
- extra_args: ""
-service:
- main:
- ports:
- main:
- port: 3310
- protocol: http
- targetPort: 3310
- milter:
- enabled: true
- ports:
- milter:
- enabled: true
- port: 7357
- protocol: http
- targetPort: 7357
-cronjob:
- annotations: {}
- failedJobsHistoryLimit: 5
- successfulJobsHistoryLimit: 2
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- type: exec
- command:
- - clamdcheck.sh
- readiness:
- enabled: true
- type: exec
- command:
- - clamdcheck.sh
- startup:
- enabled: true
- type: exec
- command:
- - clamdcheck.sh
- env:
- CLAMAV_NO_CLAMD: false
- CLAMAV_NO_FRESHCLAMD: false
- CLAMAV_NO_MILTERD: true
- CLAMD_STARTUP_TIMEOUT: 1800
- FRESHCLAM_CHECKS: 1
-persistence:
- sigdatabase:
- enabled: true
- mountPath: /var/lib/clamav
- targetSelectAll: true
- scandir:
- enabled: true
- mountPath: /scandir
- readOnly: true
- targetSelectAll: true
- logs:
- enabled: true
- mountPath: /logs
- targetSelectAll: true
-portal:
- open:
- enabled: false
diff --git a/stable/clamav/10.7.0/.helmignore b/stable/clamav/10.7.4/.helmignore
similarity index 100%
rename from stable/clamav/10.7.0/.helmignore
rename to stable/clamav/10.7.4/.helmignore
diff --git a/stable/clamav/10.7.4/CHANGELOG.md b/stable/clamav/10.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..0af7c5f32af
--- /dev/null
+++ b/stable/clamav/10.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [clamav-10.7.4](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clamav-10.7.3](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clamav-10.7.3](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clamav-10.7.3](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clamav-10.7.3](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clamav-10.7.3](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/clamav/10.7.4/Chart.yaml b/stable/clamav/10.7.4/Chart.yaml
new file mode 100644
index 00000000000..1fa29fde755
--- /dev/null
+++ b/stable/clamav/10.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
+home: https://truecharts.org/charts/stable/clamav
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png
+keywords:
+ - clamav
+ - antivirus
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: clamav
+sources:
+ - https://github.com/Cisco-Talos/clamav
+ - https://docs.clamav.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/clamav
+ - https://hub.docker.com/r/clamav/clamav
+type: application
+version: 10.7.4
diff --git a/stable/clamav/10.7.0/README.md b/stable/clamav/10.7.4/README.md
similarity index 100%
rename from stable/clamav/10.7.0/README.md
rename to stable/clamav/10.7.4/README.md
diff --git a/stable/clamav/10.7.4/app-changelog.md b/stable/clamav/10.7.4/app-changelog.md
new file mode 100644
index 00000000000..305ba39f49c
--- /dev/null
+++ b/stable/clamav/10.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [clamav-10.7.4](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clamav/clamav to 1.3.0[@866bbd5](https://github.com/866bbd5) by renovate ([#19444](https://github.com/truecharts/charts/issues/19444))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/clamav/10.7.0/app-readme.md b/stable/clamav/10.7.4/app-readme.md
similarity index 100%
rename from stable/clamav/10.7.0/app-readme.md
rename to stable/clamav/10.7.4/app-readme.md
diff --git a/stable/clamav/10.7.4/charts/common-20.2.4.tgz b/stable/clamav/10.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/clamav/10.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/clamav/10.7.4/ix_values.yaml b/stable/clamav/10.7.4/ix_values.yaml
new file mode 100644
index 00000000000..43a733a86d4
--- /dev/null
+++ b/stable/clamav/10.7.4/ix_values.yaml
@@ -0,0 +1,82 @@
+image:
+ repository: clamav/clamav
+ pullPolicy: IfNotPresent
+ tag: 1.3.0@sha256:866bbd5f1f4871773c67f533fb0114e2657143f1a90d8f860bc72dcd9f49dc96
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+clamav:
+ report_path: "/logs"
+ # User Defined
+
+ cron_enabled: true
+ cron_schedule: "* * * * *"
+ date_format: "+%m-%d-%Y_%H.%M.%S"
+ log_file_name: "clamscan_report"
+ extra_args: ""
+service:
+ main:
+ ports:
+ main:
+ port: 3310
+ protocol: http
+ targetPort: 3310
+ milter:
+ enabled: true
+ ports:
+ milter:
+ enabled: true
+ port: 7357
+ protocol: http
+ targetPort: 7357
+cronjob:
+ annotations: {}
+ failedJobsHistoryLimit: 5
+ successfulJobsHistoryLimit: 2
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - clamdcheck.sh
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - clamdcheck.sh
+ startup:
+ enabled: true
+ type: exec
+ command:
+ - clamdcheck.sh
+ env:
+ CLAMAV_NO_CLAMD: false
+ CLAMAV_NO_FRESHCLAMD: false
+ CLAMAV_NO_MILTERD: true
+ CLAMD_STARTUP_TIMEOUT: 1800
+ FRESHCLAM_CHECKS: 1
+persistence:
+ sigdatabase:
+ enabled: true
+ mountPath: /var/lib/clamav
+ targetSelectAll: true
+ scandir:
+ enabled: true
+ mountPath: /scandir
+ readOnly: true
+ targetSelectAll: true
+ logs:
+ enabled: true
+ mountPath: /logs
+ targetSelectAll: true
+portal:
+ open:
+ enabled: false
diff --git a/stable/clamav/10.7.0/questions.yaml b/stable/clamav/10.7.4/questions.yaml
similarity index 100%
rename from stable/clamav/10.7.0/questions.yaml
rename to stable/clamav/10.7.4/questions.yaml
diff --git a/stable/clamav/10.7.0/templates/NOTES.txt b/stable/clamav/10.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/clamav/10.7.0/templates/NOTES.txt
rename to stable/clamav/10.7.4/templates/NOTES.txt
diff --git a/stable/clamav/10.7.0/templates/_cronjob.tpl b/stable/clamav/10.7.4/templates/_cronjob.tpl
similarity index 100%
rename from stable/clamav/10.7.0/templates/_cronjob.tpl
rename to stable/clamav/10.7.4/templates/_cronjob.tpl
diff --git a/stable/clamav/10.7.0/templates/common.yaml b/stable/clamav/10.7.4/templates/common.yaml
similarity index 100%
rename from stable/clamav/10.7.0/templates/common.yaml
rename to stable/clamav/10.7.4/templates/common.yaml
diff --git a/stable/clamav/10.7.0/values.yaml b/stable/clamav/10.7.4/values.yaml
similarity index 100%
rename from stable/clamav/10.7.0/values.yaml
rename to stable/clamav/10.7.4/values.yaml
diff --git a/stable/clarkson/12.12.2/CHANGELOG.md b/stable/clarkson/12.12.2/CHANGELOG.md
deleted file mode 100644
index 9af0ffc8714..00000000000
--- a/stable/clarkson/12.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/clarkson/12.12.2/Chart.yaml b/stable/clarkson/12.12.2/Chart.yaml
deleted file mode 100644
index 6f37baa3780..00000000000
--- a/stable/clarkson/12.12.2/Chart.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: vehicle
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.1.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles.
-home: https://truecharts.org/charts/stable/clarkson
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png
-keywords:
- - fuel
- - car
- - log
- - fill-up
- - vehicle
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: clarkson
-sources:
- - https://github.com/linuxserver/Clarkson
- - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson
- - https://ghcr.io/linuxserver/clarkson
-type: application
-version: 12.12.2
diff --git a/stable/clarkson/12.12.2/app-changelog.md b/stable/clarkson/12.12.2/app-changelog.md
deleted file mode 100644
index 82fb5d6d499..00000000000
--- a/stable/clarkson/12.12.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [clarkson-12.12.2](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/clarkson/12.12.2/charts/common-20.2.2.tgz b/stable/clarkson/12.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/clarkson/12.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/clarkson/12.12.2/charts/mariadb-13.7.1.tgz b/stable/clarkson/12.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/clarkson/12.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/clarkson/12.12.2/.helmignore b/stable/clarkson/12.12.6/.helmignore
similarity index 100%
rename from stable/clarkson/12.12.2/.helmignore
rename to stable/clarkson/12.12.6/.helmignore
diff --git a/stable/clarkson/12.12.6/CHANGELOG.md b/stable/clarkson/12.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..58082de961f
--- /dev/null
+++ b/stable/clarkson/12.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [clarkson-12.12.6](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [clarkson-12.12.5](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [clarkson-12.12.5](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [clarkson-12.12.5](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/clarkson/12.12.6/Chart.yaml b/stable/clarkson/12.12.6/Chart.yaml
new file mode 100644
index 00000000000..7e83db52c8b
--- /dev/null
+++ b/stable/clarkson/12.12.6/Chart.yaml
@@ -0,0 +1,47 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: vehicle
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles.
+home: https://truecharts.org/charts/stable/clarkson
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png
+keywords:
+ - fuel
+ - car
+ - log
+ - fill-up
+ - vehicle
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: clarkson
+sources:
+ - https://github.com/linuxserver/Clarkson
+ - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson
+ - https://ghcr.io/linuxserver/clarkson
+type: application
+version: 12.12.6
diff --git a/stable/clarkson/12.12.2/README.md b/stable/clarkson/12.12.6/README.md
similarity index 100%
rename from stable/clarkson/12.12.2/README.md
rename to stable/clarkson/12.12.6/README.md
diff --git a/stable/clarkson/12.12.6/app-changelog.md b/stable/clarkson/12.12.6/app-changelog.md
new file mode 100644
index 00000000000..eb98051e7bb
--- /dev/null
+++ b/stable/clarkson/12.12.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [clarkson-12.12.6](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/clarkson/12.12.2/app-readme.md b/stable/clarkson/12.12.6/app-readme.md
similarity index 100%
rename from stable/clarkson/12.12.2/app-readme.md
rename to stable/clarkson/12.12.6/app-readme.md
diff --git a/stable/clarkson/12.12.6/charts/common-20.2.4.tgz b/stable/clarkson/12.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/clarkson/12.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/clarkson/12.12.6/charts/mariadb-13.7.3.tgz b/stable/clarkson/12.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/clarkson/12.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/clarkson/12.12.2/ix_values.yaml b/stable/clarkson/12.12.6/ix_values.yaml
similarity index 100%
rename from stable/clarkson/12.12.2/ix_values.yaml
rename to stable/clarkson/12.12.6/ix_values.yaml
diff --git a/stable/clarkson/12.12.2/questions.yaml b/stable/clarkson/12.12.6/questions.yaml
similarity index 100%
rename from stable/clarkson/12.12.2/questions.yaml
rename to stable/clarkson/12.12.6/questions.yaml
diff --git a/stable/clarkson/12.12.2/templates/NOTES.txt b/stable/clarkson/12.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/clarkson/12.12.2/templates/NOTES.txt
rename to stable/clarkson/12.12.6/templates/NOTES.txt
diff --git a/stable/clarkson/12.12.2/templates/common.yaml b/stable/clarkson/12.12.6/templates/common.yaml
similarity index 100%
rename from stable/clarkson/12.12.2/templates/common.yaml
rename to stable/clarkson/12.12.6/templates/common.yaml
diff --git a/stable/clarkson/12.12.2/values.yaml b/stable/clarkson/12.12.6/values.yaml
similarity index 100%
rename from stable/clarkson/12.12.2/values.yaml
rename to stable/clarkson/12.12.6/values.yaml
diff --git a/stable/clickhouse/12.7.1/CHANGELOG.md b/stable/clickhouse/12.7.1/CHANGELOG.md
deleted file mode 100644
index d3c158acc3c..00000000000
--- a/stable/clickhouse/12.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
-
-
-## [clickhouse-12.7.0](https://github.com/truecharts/charts/compare/clickhouse-12.6.4...clickhouse-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/clickhouse/12.7.1/Chart.yaml b/stable/clickhouse/12.7.1/Chart.yaml
deleted file mode 100644
index d4b599b4053..00000000000
--- a/stable/clickhouse/12.7.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.2.2.71
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
-home: https://truecharts.org/charts/stable/clickhouse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
-keywords:
- - database
- - clickhouse
- - sql
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: clickhouse
-sources:
- - https://clickhouse.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse
- - https://hub.docker.com/r/clickhouse/clickhouse-server
-type: application
-version: 12.7.1
diff --git a/stable/clickhouse/12.7.1/app-changelog.md b/stable/clickhouse/12.7.1/app-changelog.md
deleted file mode 100644
index fb3fc9b97aa..00000000000
--- a/stable/clickhouse/12.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [clickhouse-12.7.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
\ No newline at end of file
diff --git a/stable/clickhouse/12.7.1/charts/common-20.1.5.tgz b/stable/clickhouse/12.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/clickhouse/12.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/clickhouse/12.7.1/.helmignore b/stable/clickhouse/12.8.3/.helmignore
similarity index 100%
rename from stable/clickhouse/12.7.1/.helmignore
rename to stable/clickhouse/12.8.3/.helmignore
diff --git a/stable/clickhouse/12.8.3/CHANGELOG.md b/stable/clickhouse/12.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..bdfd5eaf946
--- /dev/null
+++ b/stable/clickhouse/12.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [clickhouse-12.8.3](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
+
+
+## [clickhouse-12.8.2](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
+
+
+## [clickhouse-12.8.2](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
+
+
+## [clickhouse-12.8.2](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
+
+
+## [clickhouse-12.8.2](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
+
+
+## [clickhouse-12.8.2](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
\ No newline at end of file
diff --git a/stable/clickhouse/12.8.3/Chart.yaml b/stable/clickhouse/12.8.3/Chart.yaml
new file mode 100644
index 00000000000..334f3dfaff0
--- /dev/null
+++ b/stable/clickhouse/12.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.2.2.71
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
+home: https://truecharts.org/charts/stable/clickhouse
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
+keywords:
+ - database
+ - clickhouse
+ - sql
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: clickhouse
+sources:
+ - https://clickhouse.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse
+ - https://hub.docker.com/r/clickhouse/clickhouse-server
+type: application
+version: 12.8.3
diff --git a/stable/clickhouse/12.7.1/README.md b/stable/clickhouse/12.8.3/README.md
similarity index 100%
rename from stable/clickhouse/12.7.1/README.md
rename to stable/clickhouse/12.8.3/README.md
diff --git a/stable/clickhouse/12.8.3/app-changelog.md b/stable/clickhouse/12.8.3/app-changelog.md
new file mode 100644
index 00000000000..2670d5f1431
--- /dev/null
+++ b/stable/clickhouse/12.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [clickhouse-12.8.3](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse/clickhouse-server to v24.2.2.71[@fc9b0ac](https://github.com/fc9b0ac) by renovate ([#19299](https://github.com/truecharts/charts/issues/19299))
\ No newline at end of file
diff --git a/stable/clickhouse/12.7.1/app-readme.md b/stable/clickhouse/12.8.3/app-readme.md
similarity index 100%
rename from stable/clickhouse/12.7.1/app-readme.md
rename to stable/clickhouse/12.8.3/app-readme.md
diff --git a/stable/clickhouse/12.8.3/charts/common-20.2.4.tgz b/stable/clickhouse/12.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/clickhouse/12.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/clickhouse/12.7.1/ix_values.yaml b/stable/clickhouse/12.8.3/ix_values.yaml
similarity index 100%
rename from stable/clickhouse/12.7.1/ix_values.yaml
rename to stable/clickhouse/12.8.3/ix_values.yaml
diff --git a/stable/clickhouse/12.7.1/questions.yaml b/stable/clickhouse/12.8.3/questions.yaml
similarity index 100%
rename from stable/clickhouse/12.7.1/questions.yaml
rename to stable/clickhouse/12.8.3/questions.yaml
diff --git a/stable/clickhouse/12.7.1/templates/NOTES.txt b/stable/clickhouse/12.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/clickhouse/12.7.1/templates/NOTES.txt
rename to stable/clickhouse/12.8.3/templates/NOTES.txt
diff --git a/stable/clickhouse/12.7.1/templates/common.yaml b/stable/clickhouse/12.8.3/templates/common.yaml
similarity index 100%
rename from stable/clickhouse/12.7.1/templates/common.yaml
rename to stable/clickhouse/12.8.3/templates/common.yaml
diff --git a/stable/clickhouse/12.7.1/values.yaml b/stable/clickhouse/12.8.3/values.yaml
similarity index 100%
rename from stable/clickhouse/12.7.1/values.yaml
rename to stable/clickhouse/12.8.3/values.yaml
diff --git a/stable/clipplex/3.6.0/CHANGELOG.md b/stable/clipplex/3.6.0/CHANGELOG.md
deleted file mode 100644
index 0d215e56bfe..00000000000
--- a/stable/clipplex/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [clipplex-3.6.0](https://github.com/truecharts/charts/compare/clipplex-3.5.2...clipplex-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [clipplex-3.5.2](https://github.com/truecharts/charts/compare/clipplex-3.5.1...clipplex-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [clipplex-3.5.1](https://github.com/truecharts/charts/compare/clipplex-3.5.0...clipplex-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [clipplex-3.5.0](https://github.com/truecharts/charts/compare/clipplex-3.4.1...clipplex-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [clipplex-3.4.1](https://github.com/truecharts/charts/compare/clipplex-3.4.0...clipplex-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [clipplex-3.4.0](https://github.com/truecharts/charts/compare/clipplex-3.3.0...clipplex-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [clipplex-3.3.0](https://github.com/truecharts/charts/compare/clipplex-3.2.3...clipplex-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [clipplex-3.2.3](https://github.com/truecharts/charts/compare/clipplex-3.2.2...clipplex-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [clipplex-3.2.2](https://github.com/truecharts/charts/compare/clipplex-3.2.0...clipplex-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/clipplex/3.6.0/Chart.yaml b/stable/clipplex/3.6.0/Chart.yaml
deleted file mode 100644
index 1f70d120ab8..00000000000
--- a/stable/clipplex/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Clip your plex media to share.
-home: https://truecharts.org/charts/stable/clipplex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png
-keywords:
- - clipplex
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: clipplex
-sources:
- - https://github.com/jo-nike/clipplex
- - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex
- - https://hub.docker.com/r/jonnike/clipplex
-type: application
-version: 3.6.0
diff --git a/stable/clipplex/3.6.0/charts/common-20.1.5.tgz b/stable/clipplex/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/clipplex/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/clipplex/3.6.0/.helmignore b/stable/clipplex/3.7.3/.helmignore
similarity index 100%
rename from stable/clipplex/3.6.0/.helmignore
rename to stable/clipplex/3.7.3/.helmignore
diff --git a/stable/clipplex/3.7.3/CHANGELOG.md b/stable/clipplex/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dea6aaf2345
--- /dev/null
+++ b/stable/clipplex/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [clipplex-3.7.2](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/clipplex/3.7.3/Chart.yaml b/stable/clipplex/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..40f4eb920bc
--- /dev/null
+++ b/stable/clipplex/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Clip your plex media to share.
+home: https://truecharts.org/charts/stable/clipplex
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.png
+keywords:
+ - clipplex
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: clipplex
+sources:
+ - https://github.com/jo-nike/clipplex
+ - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex
+ - https://hub.docker.com/r/jonnike/clipplex
+type: application
+version: 3.7.3
diff --git a/stable/clipplex/3.6.0/README.md b/stable/clipplex/3.7.3/README.md
similarity index 100%
rename from stable/clipplex/3.6.0/README.md
rename to stable/clipplex/3.7.3/README.md
diff --git a/stable/clipplex/3.7.3/app-changelog.md b/stable/clipplex/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..623f0cd772c
--- /dev/null
+++ b/stable/clipplex/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [clipplex-3.7.3](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/clipplex/3.6.0/app-readme.md b/stable/clipplex/3.7.3/app-readme.md
similarity index 100%
rename from stable/clipplex/3.6.0/app-readme.md
rename to stable/clipplex/3.7.3/app-readme.md
diff --git a/stable/clipplex/3.7.3/charts/common-20.2.4.tgz b/stable/clipplex/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/clipplex/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/clipplex/3.6.0/ix_values.yaml b/stable/clipplex/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/clipplex/3.6.0/ix_values.yaml
rename to stable/clipplex/3.7.3/ix_values.yaml
diff --git a/stable/clipplex/3.6.0/questions.yaml b/stable/clipplex/3.7.3/questions.yaml
similarity index 100%
rename from stable/clipplex/3.6.0/questions.yaml
rename to stable/clipplex/3.7.3/questions.yaml
diff --git a/stable/clipplex/3.6.0/templates/common.yaml b/stable/clipplex/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/clipplex/3.6.0/templates/common.yaml
rename to stable/clipplex/3.7.3/templates/common.yaml
diff --git a/stable/clipplex/3.6.0/values.yaml b/stable/clipplex/3.7.3/values.yaml
similarity index 100%
rename from stable/clipplex/3.6.0/values.yaml
rename to stable/clipplex/3.7.3/values.yaml
diff --git a/stable/cloud9/11.6.0/CHANGELOG.md b/stable/cloud9/11.6.0/CHANGELOG.md
deleted file mode 100644
index a42fcbcde3a..00000000000
--- a/stable/cloud9/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloud9-11.6.0](https://github.com/truecharts/charts/compare/cloud9-11.5.2...cloud9-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cloud9-11.5.2](https://github.com/truecharts/charts/compare/cloud9-11.5.1...cloud9-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cloud9-11.5.1](https://github.com/truecharts/charts/compare/cloud9-11.5.0...cloud9-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cloud9-11.5.0](https://github.com/truecharts/charts/compare/cloud9-11.4.1...cloud9-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cloud9-11.4.1](https://github.com/truecharts/charts/compare/cloud9-11.4.0...cloud9-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cloud9-11.4.0](https://github.com/truecharts/charts/compare/cloud9-11.3.0...cloud9-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cloud9-11.3.0](https://github.com/truecharts/charts/compare/cloud9-11.2.3...cloud9-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cloud9-11.2.3](https://github.com/truecharts/charts/compare/cloud9-11.2.2...cloud9-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cloud9-11.2.2](https://github.com/truecharts/charts/compare/cloud9-11.2.0...cloud9-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cloud9/11.6.0/Chart.yaml b/stable/cloud9/11.6.0/Chart.yaml
deleted file mode 100644
index 021ef0c6a9b..00000000000
--- a/stable/cloud9/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.29.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A complete web based IDE with terminal access
-home: https://truecharts.org/charts/stable/cloud9
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png
-keywords:
- - cloud9
- - ide
- - terminal
- - web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloud9
-sources:
- - https://aws.amazon.com/cloud9/
- - https://github.com/c9/core
- - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9
- - https://ghcr.io/linuxserver/cloud9
-type: application
-version: 11.6.0
diff --git a/stable/cloud9/11.6.0/charts/common-20.1.5.tgz b/stable/cloud9/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cloud9/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cloud9/11.6.0/.helmignore b/stable/cloud9/11.7.3/.helmignore
similarity index 100%
rename from stable/cloud9/11.6.0/.helmignore
rename to stable/cloud9/11.7.3/.helmignore
diff --git a/stable/cloud9/11.7.3/CHANGELOG.md b/stable/cloud9/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d6a5c062cab
--- /dev/null
+++ b/stable/cloud9/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloud9-11.7.2](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cloud9/11.7.3/Chart.yaml b/stable/cloud9/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..ea844074fba
--- /dev/null
+++ b/stable/cloud9/11.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.29.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A complete web based IDE with terminal access
+home: https://truecharts.org/charts/stable/cloud9
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png
+keywords:
+ - cloud9
+ - ide
+ - terminal
+ - web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloud9
+sources:
+ - https://aws.amazon.com/cloud9/
+ - https://github.com/c9/core
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9
+ - https://ghcr.io/linuxserver/cloud9
+type: application
+version: 11.7.3
diff --git a/stable/cloud9/11.6.0/README.md b/stable/cloud9/11.7.3/README.md
similarity index 100%
rename from stable/cloud9/11.6.0/README.md
rename to stable/cloud9/11.7.3/README.md
diff --git a/stable/cloud9/11.7.3/app-changelog.md b/stable/cloud9/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..2eb94d2b549
--- /dev/null
+++ b/stable/cloud9/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cloud9-11.7.3](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloud9/11.6.0/app-readme.md b/stable/cloud9/11.7.3/app-readme.md
similarity index 100%
rename from stable/cloud9/11.6.0/app-readme.md
rename to stable/cloud9/11.7.3/app-readme.md
diff --git a/stable/cloud9/11.7.3/charts/common-20.2.4.tgz b/stable/cloud9/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cloud9/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cloud9/11.6.0/ix_values.yaml b/stable/cloud9/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/cloud9/11.6.0/ix_values.yaml
rename to stable/cloud9/11.7.3/ix_values.yaml
diff --git a/stable/cloud9/11.6.0/questions.yaml b/stable/cloud9/11.7.3/questions.yaml
similarity index 100%
rename from stable/cloud9/11.6.0/questions.yaml
rename to stable/cloud9/11.7.3/questions.yaml
diff --git a/stable/cloud9/11.6.0/templates/NOTES.txt b/stable/cloud9/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cloud9/11.6.0/templates/NOTES.txt
rename to stable/cloud9/11.7.3/templates/NOTES.txt
diff --git a/stable/cloud9/11.6.0/templates/common.yaml b/stable/cloud9/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/cloud9/11.6.0/templates/common.yaml
rename to stable/cloud9/11.7.3/templates/common.yaml
diff --git a/stable/cloud9/11.6.0/values.yaml b/stable/cloud9/11.7.3/values.yaml
similarity index 100%
rename from stable/cloud9/11.6.0/values.yaml
rename to stable/cloud9/11.7.3/values.yaml
diff --git a/stable/cloudcommander/5.7.5/CHANGELOG.md b/stable/cloudcommander/5.7.5/CHANGELOG.md
deleted file mode 100644
index af41ebf3646..00000000000
--- a/stable/cloudcommander/5.7.5/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloudcommander-5.7.5](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.5) (2024-03-21)
-
-### Chore
-
-
-
-- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
-
-- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
-
-- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
-
-- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
-
-
-## [cloudcommander-5.7.5](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.5) (2024-03-21)
-
-### Chore
-
-
-
-- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
-
-- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
-
-- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
-
-- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
-
-
-## [cloudcommander-5.7.5](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.5) (2024-03-21)
-
-### Chore
-
-
-
-- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
-
-- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
-
-- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
-
-- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
-
-
-## [cloudcommander-5.7.5](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.5) (2024-03-21)
-
-### Chore
-
-
-
-- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
-
-- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
-
-- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
-
-- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
\ No newline at end of file
diff --git a/stable/cloudcommander/5.7.5/Chart.yaml b/stable/cloudcommander/5.7.5/Chart.yaml
deleted file mode 100644
index a7b0b670b64..00000000000
--- a/stable/cloudcommander/5.7.5/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
-home: https://truecharts.org/charts/stable/cloudcommander
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png
-keywords:
- - cloudcommander
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloudcommander
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander
- - https://hub.docker.com/r/coderaiser/cloudcmd
-type: application
-version: 5.7.5
diff --git a/stable/cloudcommander/5.7.5/app-changelog.md b/stable/cloudcommander/5.7.5/app-changelog.md
deleted file mode 100644
index 85a086a5874..00000000000
--- a/stable/cloudcommander/5.7.5/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [cloudcommander-5.7.5](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.5) (2024-03-21)
-
-### Chore
-
-
-
-- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
-
-- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
-
-- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
-
-- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
\ No newline at end of file
diff --git a/stable/cloudcommander/5.7.5/charts/common-20.2.2.tgz b/stable/cloudcommander/5.7.5/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/cloudcommander/5.7.5/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/cloudcommander/5.7.5/ix_values.yaml b/stable/cloudcommander/5.7.5/ix_values.yaml
deleted file mode 100644
index 6141a81e985..00000000000
--- a/stable/cloudcommander/5.7.5/ix_values.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: coderaiser/cloudcmd
- tag: latest@sha256:5c247c0aac8f3d4045249a1530b9a27b0775dc87c067dd21edc4dbd47fa01cfc
-persistence:
- appdata:
- enabled: true
- mountPath: /root
- mountpath:
- enabled: true
- mountPath: /UNRAID
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 8765
- protocol: tcp
- targetPort: 8000
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- HOME: /root
diff --git a/stable/cloudcommander/5.7.5/.helmignore b/stable/cloudcommander/5.7.9/.helmignore
similarity index 100%
rename from stable/cloudcommander/5.7.5/.helmignore
rename to stable/cloudcommander/5.7.9/.helmignore
diff --git a/stable/cloudcommander/5.7.9/CHANGELOG.md b/stable/cloudcommander/5.7.9/CHANGELOG.md
new file mode 100644
index 00000000000..1be5e797418
--- /dev/null
+++ b/stable/cloudcommander/5.7.9/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloudcommander-5.7.9](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.9) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647))
+
+- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584))
+
+- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
+
+- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
+
+- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
+
+- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
+
+
+## [cloudcommander-5.7.8](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.8) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647))
+
+- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584))
+
+- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
+
+- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
+
+- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
+
+- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
+
+
+## [cloudcommander-5.7.8](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.8) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647))
+
+- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584))
+
+- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
+
+- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
+
+- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
+
+- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
+
+
+## [cloudcommander-5.7.8](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.8) (2024-03-24)
\ No newline at end of file
diff --git a/stable/cloudcommander/5.7.9/Chart.yaml b/stable/cloudcommander/5.7.9/Chart.yaml
new file mode 100644
index 00000000000..343cd8b9a8d
--- /dev/null
+++ b/stable/cloudcommander/5.7.9/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
+home: https://truecharts.org/charts/stable/cloudcommander
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png
+keywords:
+ - cloudcommander
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloudcommander
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander
+ - https://hub.docker.com/r/coderaiser/cloudcmd
+type: application
+version: 5.7.9
diff --git a/stable/cloudcommander/5.7.5/README.md b/stable/cloudcommander/5.7.9/README.md
similarity index 100%
rename from stable/cloudcommander/5.7.5/README.md
rename to stable/cloudcommander/5.7.9/README.md
diff --git a/stable/cloudcommander/5.7.9/app-changelog.md b/stable/cloudcommander/5.7.9/app-changelog.md
new file mode 100644
index 00000000000..c1583d9da08
--- /dev/null
+++ b/stable/cloudcommander/5.7.9/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [cloudcommander-5.7.9](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.9) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image coderaiser/cloudcmd to latest[@a29b60e](https://github.com/a29b60e) by renovate ([#19647](https://github.com/truecharts/charts/issues/19647))
+
+- update container image coderaiser/cloudcmd to latest[@53ad142](https://github.com/53ad142) by renovate ([#19584](https://github.com/truecharts/charts/issues/19584))
+
+- update container image coderaiser/cloudcmd to latest[@5c247c0](https://github.com/5c247c0) by renovate ([#19542](https://github.com/truecharts/charts/issues/19542))
+
+- update container image coderaiser/cloudcmd to latest[@0f1d9df](https://github.com/0f1d9df) by renovate ([#19461](https://github.com/truecharts/charts/issues/19461))
+
+- update container image coderaiser/cloudcmd to latest[@52a650f](https://github.com/52a650f) by renovate ([#19456](https://github.com/truecharts/charts/issues/19456))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image coderaiser/cloudcmd to latest[@363aab8](https://github.com/363aab8) by renovate ([#19371](https://github.com/truecharts/charts/issues/19371))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image coderaiser/cloudcmd to latest[@3188455](https://github.com/3188455) by renovate ([#19350](https://github.com/truecharts/charts/issues/19350))
+
+- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219))
\ No newline at end of file
diff --git a/stable/cloudcommander/5.7.5/app-readme.md b/stable/cloudcommander/5.7.9/app-readme.md
similarity index 100%
rename from stable/cloudcommander/5.7.5/app-readme.md
rename to stable/cloudcommander/5.7.9/app-readme.md
diff --git a/stable/cloudcommander/5.7.9/charts/common-20.2.4.tgz b/stable/cloudcommander/5.7.9/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cloudcommander/5.7.9/charts/common-20.2.4.tgz differ
diff --git a/stable/cloudcommander/5.7.9/ix_values.yaml b/stable/cloudcommander/5.7.9/ix_values.yaml
new file mode 100644
index 00000000000..6c4ffc19a56
--- /dev/null
+++ b/stable/cloudcommander/5.7.9/ix_values.yaml
@@ -0,0 +1,33 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: coderaiser/cloudcmd
+ tag: latest@sha256:a29b60e33b236ec2b560b5406c2617efad5526c6ada2b85d0034cdadc3810611
+persistence:
+ appdata:
+ enabled: true
+ mountPath: /root
+ mountpath:
+ enabled: true
+ mountPath: /UNRAID
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 8765
+ protocol: tcp
+ targetPort: 8000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ HOME: /root
diff --git a/stable/cloudcommander/5.7.5/questions.yaml b/stable/cloudcommander/5.7.9/questions.yaml
similarity index 100%
rename from stable/cloudcommander/5.7.5/questions.yaml
rename to stable/cloudcommander/5.7.9/questions.yaml
diff --git a/stable/cloudcommander/5.7.5/templates/common.yaml b/stable/cloudcommander/5.7.9/templates/common.yaml
similarity index 100%
rename from stable/cloudcommander/5.7.5/templates/common.yaml
rename to stable/cloudcommander/5.7.9/templates/common.yaml
diff --git a/stable/cloudcommander/5.7.5/values.yaml b/stable/cloudcommander/5.7.9/values.yaml
similarity index 100%
rename from stable/cloudcommander/5.7.5/values.yaml
rename to stable/cloudcommander/5.7.9/values.yaml
diff --git a/stable/cloudflared/10.7.0/CHANGELOG.md b/stable/cloudflared/10.7.0/CHANGELOG.md
deleted file mode 100644
index 8ed44acd360..00000000000
--- a/stable/cloudflared/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/cloudflared/10.7.0/Chart.yaml b/stable/cloudflared/10.7.0/Chart.yaml
deleted file mode 100644
index 350515f710f..00000000000
--- a/stable/cloudflared/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.2.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
-home: https://truecharts.org/charts/stable/cloudflared
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png
-keywords:
- - cloudflared
- - networking
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloudflared
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
- - https://hub.docker.com/r/cloudflare/cloudflared
-type: application
-version: 10.7.0
diff --git a/stable/cloudflared/10.7.0/app-changelog.md b/stable/cloudflared/10.7.0/app-changelog.md
deleted file mode 100644
index a19b8d18678..00000000000
--- a/stable/cloudflared/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [cloudflared-10.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflared/10.7.0/charts/common-20.2.0.tgz b/stable/cloudflared/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/cloudflared/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/cloudflared/10.7.0/ix_values.yaml b/stable/cloudflared/10.7.0/ix_values.yaml
deleted file mode 100644
index 4f675c3ae6e..00000000000
--- a/stable/cloudflared/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- repository: cloudflare/cloudflared
- pullPolicy: IfNotPresent
- tag: 2024.2.1@sha256:60e94a8669dccbe461b6913ce33ab759104334220b49042ec03cfca62a2f01e7
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- args:
- - tunnel
- - --no-autoupdate
- - run
- env:
- TUNNEL_TOKEN: ""
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-portal:
- open:
- enabled: false
diff --git a/stable/cloudflared/10.7.0/.helmignore b/stable/cloudflared/10.8.2/.helmignore
similarity index 100%
rename from stable/cloudflared/10.7.0/.helmignore
rename to stable/cloudflared/10.8.2/.helmignore
diff --git a/stable/cloudflared/10.8.2/CHANGELOG.md b/stable/cloudflared/10.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..edb905e0f64
--- /dev/null
+++ b/stable/cloudflared/10.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflared-10.8.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflared-10.8.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflared-10.8.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflared-10.8.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflared-10.8.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflared/10.8.2/Chart.yaml b/stable/cloudflared/10.8.2/Chart.yaml
new file mode 100644
index 00000000000..eb76682eb94
--- /dev/null
+++ b/stable/cloudflared/10.8.2/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
+home: https://truecharts.org/charts/stable/cloudflared
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png
+keywords:
+ - cloudflared
+ - networking
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloudflared
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
+ - https://hub.docker.com/r/cloudflare/cloudflared
+type: application
+version: 10.8.2
diff --git a/stable/cloudflared/10.7.0/README.md b/stable/cloudflared/10.8.2/README.md
similarity index 100%
rename from stable/cloudflared/10.7.0/README.md
rename to stable/cloudflared/10.8.2/README.md
diff --git a/stable/cloudflared/10.8.2/app-changelog.md b/stable/cloudflared/10.8.2/app-changelog.md
new file mode 100644
index 00000000000..5b16ef1bd4f
--- /dev/null
+++ b/stable/cloudflared/10.8.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [cloudflared-10.8.2](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image cloudflare/cloudflared to v2024.3.0[@8acfc9e](https://github.com/8acfc9e) by renovate ([#19547](https://github.com/truecharts/charts/issues/19547))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflared/10.7.0/app-readme.md b/stable/cloudflared/10.8.2/app-readme.md
similarity index 100%
rename from stable/cloudflared/10.7.0/app-readme.md
rename to stable/cloudflared/10.8.2/app-readme.md
diff --git a/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz b/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cloudflared/10.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/cloudflared/10.8.2/ix_values.yaml b/stable/cloudflared/10.8.2/ix_values.yaml
new file mode 100644
index 00000000000..71f13e5a70d
--- /dev/null
+++ b/stable/cloudflared/10.8.2/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ repository: cloudflare/cloudflared
+ pullPolicy: IfNotPresent
+ tag: 2024.3.0@sha256:8acfc9e4e65e0d1e26686177a3a0c4baa3b0330c0fc6adc899c2b673bc938e77
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ args:
+ - tunnel
+ - --no-autoupdate
+ - run
+ env:
+ TUNNEL_TOKEN: ""
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+portal:
+ open:
+ enabled: false
diff --git a/stable/cloudflared/10.7.0/questions.yaml b/stable/cloudflared/10.8.2/questions.yaml
similarity index 100%
rename from stable/cloudflared/10.7.0/questions.yaml
rename to stable/cloudflared/10.8.2/questions.yaml
diff --git a/stable/cloudflared/10.7.0/templates/common.yaml b/stable/cloudflared/10.8.2/templates/common.yaml
similarity index 100%
rename from stable/cloudflared/10.7.0/templates/common.yaml
rename to stable/cloudflared/10.8.2/templates/common.yaml
diff --git a/stable/cloudflared/10.7.0/values.yaml b/stable/cloudflared/10.8.2/values.yaml
similarity index 100%
rename from stable/cloudflared/10.7.0/values.yaml
rename to stable/cloudflared/10.8.2/values.yaml
diff --git a/stable/cloudflareddns/9.7.0/CHANGELOG.md b/stable/cloudflareddns/9.7.0/CHANGELOG.md
deleted file mode 100644
index e471e2ae618..00000000000
--- a/stable/cloudflareddns/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/cloudflareddns/9.7.0/Chart.yaml b/stable/cloudflareddns/9.7.0/Chart.yaml
deleted file mode 100644
index 6fd1dd0ba68..00000000000
--- a/stable/cloudflareddns/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Automate Cloudflare DNS records for those with a dynamic IP.
-home: https://truecharts.org/charts/stable/cloudflareddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png
-keywords:
- - cloudflareddns
- - ddns
- - cloudflare
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloudflareddns
-sources:
- - https://hotio.dev/containers/cloudflareddns/
- - https://github.com/hotio/cloudflareddns
- - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns
- - https://ghcr.io/hotio/cloudflareddns
-type: application
-version: 9.7.0
diff --git a/stable/cloudflareddns/9.7.0/app-changelog.md b/stable/cloudflareddns/9.7.0/app-changelog.md
deleted file mode 100644
index 36b9b8a76a3..00000000000
--- a/stable/cloudflareddns/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [cloudflareddns-9.7.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflareddns/9.7.0/charts/common-20.2.0.tgz b/stable/cloudflareddns/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/cloudflareddns/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/cloudflareddns/9.7.0/ix_values.yaml b/stable/cloudflareddns/9.7.0/ix_values.yaml
deleted file mode 100644
index f5c0688dce4..00000000000
--- a/stable/cloudflareddns/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-image:
- repository: ghcr.io/hotio/cloudflareddns
- pullPolicy: IfNotPresent
- tag: latest@sha256:d3db0622fbfb207dca6420dd40e671ca0c603070ccd889c55864cfa553233e78
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-cloudflareddns:
- user: your.cf.email@example.com
- api_token: ""
- api_key: ""
- api_token_zone: ""
- interval: 300
- detect_mode: dig-whoami.cloudflare
- detect_override: ""
- log_level: 3
- host_zone_record: []
- # - domain: example.com
-# zone: A1jajaja
-# record: A
-# - domain: foobar.com
-# zone: B1aksksa
-# record: A
-# - domain: foobar.com
-# zone: Cs11kdkkasks
-# record: AAAA
-
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- envFrom:
- - secretRef:
- name: "secret"
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: false
diff --git a/stable/cloudflareddns/9.7.0/.helmignore b/stable/cloudflareddns/9.7.4/.helmignore
similarity index 100%
rename from stable/cloudflareddns/9.7.0/.helmignore
rename to stable/cloudflareddns/9.7.4/.helmignore
diff --git a/stable/cloudflareddns/9.7.4/CHANGELOG.md b/stable/cloudflareddns/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..4db9e6c18e5
--- /dev/null
+++ b/stable/cloudflareddns/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflareddns-9.7.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflareddns-9.7.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflareddns-9.7.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflareddns-9.7.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudflareddns-9.7.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflareddns/9.7.4/Chart.yaml b/stable/cloudflareddns/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..46e39b9a408
--- /dev/null
+++ b/stable/cloudflareddns/9.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Automate Cloudflare DNS records for those with a dynamic IP.
+home: https://truecharts.org/charts/stable/cloudflareddns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png
+keywords:
+ - cloudflareddns
+ - ddns
+ - cloudflare
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloudflareddns
+sources:
+ - https://hotio.dev/containers/cloudflareddns/
+ - https://github.com/hotio/cloudflareddns
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns
+ - https://ghcr.io/hotio/cloudflareddns
+type: application
+version: 9.7.4
diff --git a/stable/cloudflareddns/9.7.0/README.md b/stable/cloudflareddns/9.7.4/README.md
similarity index 100%
rename from stable/cloudflareddns/9.7.0/README.md
rename to stable/cloudflareddns/9.7.4/README.md
diff --git a/stable/cloudflareddns/9.7.4/app-changelog.md b/stable/cloudflareddns/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..fc4f4c377ca
--- /dev/null
+++ b/stable/cloudflareddns/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [cloudflareddns-9.7.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/cloudflareddns to latest[@97982b1](https://github.com/97982b1) by renovate ([#19723](https://github.com/truecharts/charts/issues/19723))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudflareddns/9.7.0/app-readme.md b/stable/cloudflareddns/9.7.4/app-readme.md
similarity index 100%
rename from stable/cloudflareddns/9.7.0/app-readme.md
rename to stable/cloudflareddns/9.7.4/app-readme.md
diff --git a/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz b/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cloudflareddns/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/cloudflareddns/9.7.4/ix_values.yaml b/stable/cloudflareddns/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..76b60ef6440
--- /dev/null
+++ b/stable/cloudflareddns/9.7.4/ix_values.yaml
@@ -0,0 +1,59 @@
+image:
+ repository: ghcr.io/hotio/cloudflareddns
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:97982b1900a7d1aaa64700b0722b368c726eb91989f6d5869b4e56d36f30cb4b
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+cloudflareddns:
+ user: your.cf.email@example.com
+ api_token: ""
+ api_key: ""
+ api_token_zone: ""
+ interval: 300
+ detect_mode: dig-whoami.cloudflare
+ detect_override: ""
+ log_level: 3
+ host_zone_record: []
+ # - domain: example.com
+# zone: A1jajaja
+# record: A
+# - domain: foobar.com
+# zone: B1aksksa
+# record: A
+# - domain: foobar.com
+# zone: Cs11kdkkasks
+# record: AAAA
+
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ envFrom:
+ - secretRef:
+ name: "secret"
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: false
diff --git a/stable/cloudflareddns/9.7.0/questions.yaml b/stable/cloudflareddns/9.7.4/questions.yaml
similarity index 100%
rename from stable/cloudflareddns/9.7.0/questions.yaml
rename to stable/cloudflareddns/9.7.4/questions.yaml
diff --git a/stable/cloudflareddns/9.7.0/templates/NOTES.txt b/stable/cloudflareddns/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/cloudflareddns/9.7.0/templates/NOTES.txt
rename to stable/cloudflareddns/9.7.4/templates/NOTES.txt
diff --git a/stable/cloudflareddns/9.7.0/templates/_secret.tpl b/stable/cloudflareddns/9.7.4/templates/_secret.tpl
similarity index 100%
rename from stable/cloudflareddns/9.7.0/templates/_secret.tpl
rename to stable/cloudflareddns/9.7.4/templates/_secret.tpl
diff --git a/stable/cloudflareddns/9.7.0/templates/common.yaml b/stable/cloudflareddns/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/cloudflareddns/9.7.0/templates/common.yaml
rename to stable/cloudflareddns/9.7.4/templates/common.yaml
diff --git a/stable/cloudflareddns/9.7.0/values.yaml b/stable/cloudflareddns/9.7.4/values.yaml
similarity index 100%
rename from stable/cloudflareddns/9.7.0/values.yaml
rename to stable/cloudflareddns/9.7.4/values.yaml
diff --git a/stable/cloudreve/6.6.0/CHANGELOG.md b/stable/cloudreve/6.6.0/CHANGELOG.md
deleted file mode 100644
index 637edac9813..00000000000
--- a/stable/cloudreve/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloudreve-6.6.0](https://github.com/truecharts/charts/compare/cloudreve-6.5.2...cloudreve-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cloudreve-6.5.2](https://github.com/truecharts/charts/compare/cloudreve-6.5.1...cloudreve-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cloudreve-6.5.1](https://github.com/truecharts/charts/compare/cloudreve-6.5.0...cloudreve-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cloudreve-6.5.0](https://github.com/truecharts/charts/compare/cloudreve-6.4.1...cloudreve-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cloudreve-6.4.1](https://github.com/truecharts/charts/compare/cloudreve-6.4.0...cloudreve-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cloudreve-6.4.0](https://github.com/truecharts/charts/compare/cloudreve-6.3.0...cloudreve-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cloudreve-6.3.0](https://github.com/truecharts/charts/compare/cloudreve-6.2.3...cloudreve-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cloudreve-6.2.3](https://github.com/truecharts/charts/compare/cloudreve-6.2.2...cloudreve-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cloudreve-6.2.2](https://github.com/truecharts/charts/compare/cloudreve-6.2.0...cloudreve-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cloudreve/6.6.0/Chart.yaml b/stable/cloudreve/6.6.0/Chart.yaml
deleted file mode 100644
index d307ae2c1f8..00000000000
--- a/stable/cloudreve/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.8.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self-hosted file management and sharing system, supports multiple storage providers
-home: https://truecharts.org/charts/stable/cloudreve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png
-keywords:
- - cloudreve
- - Cloud
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloudreve
-sources:
- - https://github.com/cloudreve/Cloudreve
- - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve
- - https://hub.docker.com/r/cloudreve/cloudreve
-type: application
-version: 6.6.0
diff --git a/stable/cloudreve/6.6.0/charts/common-20.1.5.tgz b/stable/cloudreve/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cloudreve/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cloudreve/6.6.0/.helmignore b/stable/cloudreve/6.7.3/.helmignore
similarity index 100%
rename from stable/cloudreve/6.6.0/.helmignore
rename to stable/cloudreve/6.7.3/.helmignore
diff --git a/stable/cloudreve/6.7.3/CHANGELOG.md b/stable/cloudreve/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e517617bf65
--- /dev/null
+++ b/stable/cloudreve/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cloudreve-6.7.2](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cloudreve/6.7.3/Chart.yaml b/stable/cloudreve/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..6116ed6ec89
--- /dev/null
+++ b/stable/cloudreve/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.8.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self-hosted file management and sharing system, supports multiple storage providers
+home: https://truecharts.org/charts/stable/cloudreve
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png
+keywords:
+ - cloudreve
+ - Cloud
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloudreve
+sources:
+ - https://github.com/cloudreve/Cloudreve
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve
+ - https://hub.docker.com/r/cloudreve/cloudreve
+type: application
+version: 6.7.3
diff --git a/stable/cloudreve/6.6.0/README.md b/stable/cloudreve/6.7.3/README.md
similarity index 100%
rename from stable/cloudreve/6.6.0/README.md
rename to stable/cloudreve/6.7.3/README.md
diff --git a/stable/cloudreve/6.7.3/app-changelog.md b/stable/cloudreve/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..20b4d9427ef
--- /dev/null
+++ b/stable/cloudreve/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cloudreve-6.7.3](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cloudreve/6.6.0/app-readme.md b/stable/cloudreve/6.7.3/app-readme.md
similarity index 100%
rename from stable/cloudreve/6.6.0/app-readme.md
rename to stable/cloudreve/6.7.3/app-readme.md
diff --git a/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz b/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cloudreve/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cloudreve/6.6.0/ix_values.yaml b/stable/cloudreve/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/cloudreve/6.6.0/ix_values.yaml
rename to stable/cloudreve/6.7.3/ix_values.yaml
diff --git a/stable/cloudreve/6.6.0/questions.yaml b/stable/cloudreve/6.7.3/questions.yaml
similarity index 100%
rename from stable/cloudreve/6.6.0/questions.yaml
rename to stable/cloudreve/6.7.3/questions.yaml
diff --git a/stable/cloudreve/6.6.0/templates/common.yaml b/stable/cloudreve/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/cloudreve/6.6.0/templates/common.yaml
rename to stable/cloudreve/6.7.3/templates/common.yaml
diff --git a/stable/cloudreve/6.6.0/values.yaml b/stable/cloudreve/6.7.3/values.yaml
similarity index 100%
rename from stable/cloudreve/6.6.0/values.yaml
rename to stable/cloudreve/6.7.3/values.yaml
diff --git a/stable/code-server/11.7.1/CHANGELOG.md b/stable/code-server/11.7.1/CHANGELOG.md
deleted file mode 100644
index 6788d768acc..00000000000
--- a/stable/code-server/11.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
-
-
-## [code-server-11.7.0](https://github.com/truecharts/charts/compare/code-server-11.6.2...code-server-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [code-server-11.6.2](https://github.com/truecharts/charts/compare/code-server-11.6.1...code-server-11.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [code-server-11.6.1](https://github.com/truecharts/charts/compare/code-server-11.6.0...code-server-11.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [code-server-11.6.0](https://github.com/truecharts/charts/compare/code-server-11.5.2...code-server-11.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
diff --git a/stable/code-server/11.7.1/Chart.yaml b/stable/code-server/11.7.1/Chart.yaml
deleted file mode 100644
index 288ed00ae32..00000000000
--- a/stable/code-server/11.7.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.22.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Run VS Code on any machine anywhere and access it in the browser.
-home: https://truecharts.org/charts/stable/code-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png
-keywords:
- - code
- - vs
- - visual studio
- - vscode
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: code-server
-sources:
- - https://github.com/cdr/code-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/code-server
- - https://hub.docker.com/r/codercom/code-server
-type: application
-version: 11.7.1
diff --git a/stable/code-server/11.7.1/app-changelog.md b/stable/code-server/11.7.1/app-changelog.md
deleted file mode 100644
index 564e7de457c..00000000000
--- a/stable/code-server/11.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [code-server-11.7.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
\ No newline at end of file
diff --git a/stable/code-server/11.7.1/charts/common-20.1.5.tgz b/stable/code-server/11.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/code-server/11.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/code-server/11.7.1/.helmignore b/stable/code-server/11.8.3/.helmignore
similarity index 100%
rename from stable/code-server/11.7.1/.helmignore
rename to stable/code-server/11.8.3/.helmignore
diff --git a/stable/code-server/11.8.3/CHANGELOG.md b/stable/code-server/11.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..0c7af0ca003
--- /dev/null
+++ b/stable/code-server/11.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
+
+
+## [code-server-11.8.2](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
+
+
+## [code-server-11.8.2](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
+
+
+## [code-server-11.8.2](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
+
+
+## [code-server-11.8.2](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
+
+
+## [code-server-11.8.2](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
\ No newline at end of file
diff --git a/stable/code-server/11.8.3/Chart.yaml b/stable/code-server/11.8.3/Chart.yaml
new file mode 100644
index 00000000000..53e1cd3c148
--- /dev/null
+++ b/stable/code-server/11.8.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.22.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Run VS Code on any machine anywhere and access it in the browser.
+home: https://truecharts.org/charts/stable/code-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png
+keywords:
+ - code
+ - vs
+ - visual studio
+ - vscode
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: code-server
+sources:
+ - https://github.com/cdr/code-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/code-server
+ - https://hub.docker.com/r/codercom/code-server
+type: application
+version: 11.8.3
diff --git a/stable/code-server/11.7.1/README.md b/stable/code-server/11.8.3/README.md
similarity index 100%
rename from stable/code-server/11.7.1/README.md
rename to stable/code-server/11.8.3/README.md
diff --git a/stable/code-server/11.8.3/app-changelog.md b/stable/code-server/11.8.3/app-changelog.md
new file mode 100644
index 00000000000..986ee26380d
--- /dev/null
+++ b/stable/code-server/11.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [code-server-11.8.3](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/codercom/code-server to v4.22.1[@62e1d25](https://github.com/62e1d25) by renovate ([#19301](https://github.com/truecharts/charts/issues/19301))
\ No newline at end of file
diff --git a/stable/code-server/11.7.1/app-readme.md b/stable/code-server/11.8.3/app-readme.md
similarity index 100%
rename from stable/code-server/11.7.1/app-readme.md
rename to stable/code-server/11.8.3/app-readme.md
diff --git a/stable/code-server/11.8.3/charts/common-20.2.4.tgz b/stable/code-server/11.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/code-server/11.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/code-server/11.7.1/ix_values.yaml b/stable/code-server/11.8.3/ix_values.yaml
similarity index 100%
rename from stable/code-server/11.7.1/ix_values.yaml
rename to stable/code-server/11.8.3/ix_values.yaml
diff --git a/stable/code-server/11.7.1/questions.yaml b/stable/code-server/11.8.3/questions.yaml
similarity index 100%
rename from stable/code-server/11.7.1/questions.yaml
rename to stable/code-server/11.8.3/questions.yaml
diff --git a/stable/code-server/11.7.1/templates/NOTES.txt b/stable/code-server/11.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/code-server/11.7.1/templates/NOTES.txt
rename to stable/code-server/11.8.3/templates/NOTES.txt
diff --git a/stable/code-server/11.7.1/templates/common.yaml b/stable/code-server/11.8.3/templates/common.yaml
similarity index 100%
rename from stable/code-server/11.7.1/templates/common.yaml
rename to stable/code-server/11.8.3/templates/common.yaml
diff --git a/stable/code-server/11.7.1/values.yaml b/stable/code-server/11.8.3/values.yaml
similarity index 100%
rename from stable/code-server/11.7.1/values.yaml
rename to stable/code-server/11.8.3/values.yaml
diff --git a/stable/codeproject-ai-server/2.6.0/CHANGELOG.md b/stable/codeproject-ai-server/2.6.0/CHANGELOG.md
deleted file mode 100644
index bf3b561fb16..00000000000
--- a/stable/codeproject-ai-server/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [codeproject-ai-server-2.6.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.5.2...codeproject-ai-server-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [codeproject-ai-server-2.5.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.5.1...codeproject-ai-server-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [codeproject-ai-server-2.5.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.5.0...codeproject-ai-server-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [codeproject-ai-server-2.5.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.4.1...codeproject-ai-server-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [codeproject-ai-server-2.4.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.4.0...codeproject-ai-server-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [codeproject-ai-server-2.4.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.3.0...codeproject-ai-server-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [codeproject-ai-server-2.3.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.3...codeproject-ai-server-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [codeproject-ai-server-2.2.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.2...codeproject-ai-server-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [codeproject-ai-server-2.2.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.0...codeproject-ai-server-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/codeproject-ai-server/2.6.0/Chart.yaml b/stable/codeproject-ai-server/2.6.0/Chart.yaml
deleted file mode 100644
index b1411f40ec7..00000000000
--- a/stable/codeproject-ai-server/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
-home: https://truecharts.org/charts/stable/codeproject-ai-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png
-keywords:
- - ai-server
- - sense-ai
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: codeproject-ai-server
-sources:
- - https://github.com/codeproject/CodeProject.AI-Server
- - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server
- - https://hub.docker.com/r/codeproject/ai-server
-type: application
-version: 2.6.0
diff --git a/stable/codeproject-ai-server/2.6.0/charts/common-20.1.5.tgz b/stable/codeproject-ai-server/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/codeproject-ai-server/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/codeproject-ai-server/2.6.0/.helmignore b/stable/codeproject-ai-server/2.7.3/.helmignore
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/.helmignore
rename to stable/codeproject-ai-server/2.7.3/.helmignore
diff --git a/stable/codeproject-ai-server/2.7.3/CHANGELOG.md b/stable/codeproject-ai-server/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5b4940bc26c
--- /dev/null
+++ b/stable/codeproject-ai-server/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [codeproject-ai-server-2.7.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/codeproject-ai-server/2.7.3/Chart.yaml b/stable/codeproject-ai-server/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..efb1205fa7f
--- /dev/null
+++ b/stable/codeproject-ai-server/2.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
+home: https://truecharts.org/charts/stable/codeproject-ai-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.png
+keywords:
+ - ai-server
+ - sense-ai
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: codeproject-ai-server
+sources:
+ - https://github.com/codeproject/CodeProject.AI-Server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server
+ - https://hub.docker.com/r/codeproject/ai-server
+type: application
+version: 2.7.3
diff --git a/stable/codeproject-ai-server/2.6.0/README.md b/stable/codeproject-ai-server/2.7.3/README.md
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/README.md
rename to stable/codeproject-ai-server/2.7.3/README.md
diff --git a/stable/codeproject-ai-server/2.7.3/app-changelog.md b/stable/codeproject-ai-server/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..1729535aaf3
--- /dev/null
+++ b/stable/codeproject-ai-server/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [codeproject-ai-server-2.7.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/codeproject-ai-server/2.6.0/app-readme.md b/stable/codeproject-ai-server/2.7.3/app-readme.md
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/app-readme.md
rename to stable/codeproject-ai-server/2.7.3/app-readme.md
diff --git a/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz b/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/codeproject-ai-server/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/codeproject-ai-server/2.6.0/ix_values.yaml b/stable/codeproject-ai-server/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/ix_values.yaml
rename to stable/codeproject-ai-server/2.7.3/ix_values.yaml
diff --git a/stable/codeproject-ai-server/2.6.0/questions.yaml b/stable/codeproject-ai-server/2.7.3/questions.yaml
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/questions.yaml
rename to stable/codeproject-ai-server/2.7.3/questions.yaml
diff --git a/stable/codeproject-ai-server/2.6.0/templates/common.yaml b/stable/codeproject-ai-server/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/templates/common.yaml
rename to stable/codeproject-ai-server/2.7.3/templates/common.yaml
diff --git a/stable/codeproject-ai-server/2.6.0/values.yaml b/stable/codeproject-ai-server/2.7.3/values.yaml
similarity index 100%
rename from stable/codeproject-ai-server/2.6.0/values.yaml
rename to stable/codeproject-ai-server/2.7.3/values.yaml
diff --git a/stable/collabora/5.6.0/CHANGELOG.md b/stable/collabora/5.6.0/CHANGELOG.md
deleted file mode 100644
index d05a8f1942d..00000000000
--- a/stable/collabora/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [collabora-5.6.0](https://github.com/truecharts/charts/compare/collabora-5.5.2...collabora-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [collabora-5.5.2](https://github.com/truecharts/charts/compare/collabora-5.5.1...collabora-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [collabora-5.5.1](https://github.com/truecharts/charts/compare/collabora-5.5.0...collabora-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [collabora-5.5.0](https://github.com/truecharts/charts/compare/collabora-5.4.2...collabora-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [collabora-5.4.2](https://github.com/truecharts/charts/compare/collabora-5.4.1...collabora-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image collabora/code to v23.05.9.4.1[@18768e6](https://github.com/18768e6) by renovate ([#19056](https://github.com/truecharts/charts/issues/19056))
-
-
-## [collabora-5.4.1](https://github.com/truecharts/charts/compare/collabora-5.4.0...collabora-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [collabora-5.4.0](https://github.com/truecharts/charts/compare/collabora-5.3.0...collabora-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [collabora-5.3.0](https://github.com/truecharts/charts/compare/collabora-5.2.3...collabora-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [collabora-5.2.3](https://github.com/truecharts/charts/compare/collabora-5.2.2...collabora-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [collabora-5.2.2](https://github.com/truecharts/charts/compare/collabora-5.2.0...collabora-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/collabora/5.6.0/Chart.yaml b/stable/collabora/5.6.0/Chart.yaml
deleted file mode 100644
index b95194f2ee5..00000000000
--- a/stable/collabora/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: office
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 23.05.9.4.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An awesome, Online Office suite image suitable for home use.
-home: https://truecharts.org/charts/stable/collabora
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png
-keywords:
- - office
- - document
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: collabora
-sources:
- - https://github.com/CollaboraOnline/online
- - https://github.com/truecharts/charts/tree/master/charts/stable/collabora
- - https://hub.docker.com/r/collabora/code
-type: application
-version: 5.6.0
diff --git a/stable/collabora/5.6.0/charts/common-20.1.5.tgz b/stable/collabora/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/collabora/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/collabora/5.6.0/.helmignore b/stable/collabora/5.7.3/.helmignore
similarity index 100%
rename from stable/collabora/5.6.0/.helmignore
rename to stable/collabora/5.7.3/.helmignore
diff --git a/stable/collabora/5.7.3/CHANGELOG.md b/stable/collabora/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..37a88b94957
--- /dev/null
+++ b/stable/collabora/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [collabora-5.7.3](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [collabora-5.7.2](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/collabora/5.7.3/Chart.yaml b/stable/collabora/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..27662456cc0
--- /dev/null
+++ b/stable/collabora/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: office
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 23.05.9.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An awesome, Online Office suite image suitable for home use.
+home: https://truecharts.org/charts/stable/collabora
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.png
+keywords:
+ - office
+ - document
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: collabora
+sources:
+ - https://github.com/CollaboraOnline/online
+ - https://github.com/truecharts/charts/tree/master/charts/stable/collabora
+ - https://hub.docker.com/r/collabora/code
+type: application
+version: 5.7.3
diff --git a/stable/collabora/5.6.0/README.md b/stable/collabora/5.7.3/README.md
similarity index 100%
rename from stable/collabora/5.6.0/README.md
rename to stable/collabora/5.7.3/README.md
diff --git a/stable/collabora/5.7.3/app-changelog.md b/stable/collabora/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ccec848688e
--- /dev/null
+++ b/stable/collabora/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [collabora-5.7.3](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/collabora/5.6.0/app-readme.md b/stable/collabora/5.7.3/app-readme.md
similarity index 100%
rename from stable/collabora/5.6.0/app-readme.md
rename to stable/collabora/5.7.3/app-readme.md
diff --git a/stable/collabora/5.7.3/charts/common-20.2.4.tgz b/stable/collabora/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/collabora/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/collabora/5.6.0/ix_values.yaml b/stable/collabora/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/collabora/5.6.0/ix_values.yaml
rename to stable/collabora/5.7.3/ix_values.yaml
diff --git a/stable/collabora/5.6.0/questions.yaml b/stable/collabora/5.7.3/questions.yaml
similarity index 100%
rename from stable/collabora/5.6.0/questions.yaml
rename to stable/collabora/5.7.3/questions.yaml
diff --git a/stable/collabora/5.6.0/templates/NOTES.txt b/stable/collabora/5.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/collabora/5.6.0/templates/NOTES.txt
rename to stable/collabora/5.7.3/templates/NOTES.txt
diff --git a/stable/collabora/5.6.0/templates/_configmap.tpl b/stable/collabora/5.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/collabora/5.6.0/templates/_configmap.tpl
rename to stable/collabora/5.7.3/templates/_configmap.tpl
diff --git a/stable/collabora/5.6.0/templates/common.yaml b/stable/collabora/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/collabora/5.6.0/templates/common.yaml
rename to stable/collabora/5.7.3/templates/common.yaml
diff --git a/stable/collabora/5.6.0/values.yaml b/stable/collabora/5.7.3/values.yaml
similarity index 100%
rename from stable/collabora/5.6.0/values.yaml
rename to stable/collabora/5.7.3/values.yaml
diff --git a/stable/colonysurvival/5.6.0/CHANGELOG.md b/stable/colonysurvival/5.6.0/CHANGELOG.md
deleted file mode 100644
index cec2e1b9105..00000000000
--- a/stable/colonysurvival/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [colonysurvival-5.6.0](https://github.com/truecharts/charts/compare/colonysurvival-5.5.2...colonysurvival-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [colonysurvival-5.5.2](https://github.com/truecharts/charts/compare/colonysurvival-5.5.1...colonysurvival-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [colonysurvival-5.5.1](https://github.com/truecharts/charts/compare/colonysurvival-5.5.0...colonysurvival-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [colonysurvival-5.5.0](https://github.com/truecharts/charts/compare/colonysurvival-5.4.1...colonysurvival-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [colonysurvival-5.4.1](https://github.com/truecharts/charts/compare/colonysurvival-5.4.0...colonysurvival-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [colonysurvival-5.4.0](https://github.com/truecharts/charts/compare/colonysurvival-5.3.0...colonysurvival-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [colonysurvival-5.3.0](https://github.com/truecharts/charts/compare/colonysurvival-5.2.3...colonysurvival-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [colonysurvival-5.2.3](https://github.com/truecharts/charts/compare/colonysurvival-5.2.2...colonysurvival-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [colonysurvival-5.2.2](https://github.com/truecharts/charts/compare/colonysurvival-5.2.0...colonysurvival-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/colonysurvival/5.6.0/Chart.yaml b/stable/colonysurvival/5.6.0/Chart.yaml
deleted file mode 100644
index a168dfa0917..00000000000
--- a/stable/colonysurvival/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: colonysurial
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it.
-home: https://truecharts.org/charts/stable/colonysurvival
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png
-keywords:
- - colonysurvival
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: colonysurvival
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/colonysurvival/5.6.0/charts/common-20.1.5.tgz b/stable/colonysurvival/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/colonysurvival/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/colonysurvival/5.6.0/.helmignore b/stable/colonysurvival/5.7.3/.helmignore
similarity index 100%
rename from stable/colonysurvival/5.6.0/.helmignore
rename to stable/colonysurvival/5.7.3/.helmignore
diff --git a/stable/colonysurvival/5.7.3/CHANGELOG.md b/stable/colonysurvival/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1f335c7df8b
--- /dev/null
+++ b/stable/colonysurvival/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [colonysurvival-5.7.2](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/colonysurvival/5.7.3/Chart.yaml b/stable/colonysurvival/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..461ef78df9a
--- /dev/null
+++ b/stable/colonysurvival/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: colonysurial
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it.
+home: https://truecharts.org/charts/stable/colonysurvival
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png
+keywords:
+ - colonysurvival
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: colonysurvival
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/colonysurvival/5.6.0/README.md b/stable/colonysurvival/5.7.3/README.md
similarity index 100%
rename from stable/colonysurvival/5.6.0/README.md
rename to stable/colonysurvival/5.7.3/README.md
diff --git a/stable/colonysurvival/5.7.3/app-changelog.md b/stable/colonysurvival/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f0caac73161
--- /dev/null
+++ b/stable/colonysurvival/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [colonysurvival-5.7.3](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/colonysurvival/5.6.0/app-readme.md b/stable/colonysurvival/5.7.3/app-readme.md
similarity index 100%
rename from stable/colonysurvival/5.6.0/app-readme.md
rename to stable/colonysurvival/5.7.3/app-readme.md
diff --git a/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz b/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/colonysurvival/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/colonysurvival/5.6.0/ix_values.yaml b/stable/colonysurvival/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/colonysurvival/5.6.0/ix_values.yaml
rename to stable/colonysurvival/5.7.3/ix_values.yaml
diff --git a/stable/colonysurvival/5.6.0/questions.yaml b/stable/colonysurvival/5.7.3/questions.yaml
similarity index 100%
rename from stable/colonysurvival/5.6.0/questions.yaml
rename to stable/colonysurvival/5.7.3/questions.yaml
diff --git a/stable/colonysurvival/5.6.0/templates/common.yaml b/stable/colonysurvival/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/colonysurvival/5.6.0/templates/common.yaml
rename to stable/colonysurvival/5.7.3/templates/common.yaml
diff --git a/stable/colonysurvival/5.6.0/values.yaml b/stable/colonysurvival/5.7.3/values.yaml
similarity index 100%
rename from stable/colonysurvival/5.6.0/values.yaml
rename to stable/colonysurvival/5.7.3/values.yaml
diff --git a/stable/commento-plusplus/11.6.0/CHANGELOG.md b/stable/commento-plusplus/11.6.0/CHANGELOG.md
deleted file mode 100644
index 203c9ccb0e5..00000000000
--- a/stable/commento-plusplus/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [commento-plusplus-11.6.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.5.2...commento-plusplus-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [commento-plusplus-11.5.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.5.1...commento-plusplus-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [commento-plusplus-11.5.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.5.0...commento-plusplus-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [commento-plusplus-11.5.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.4.1...commento-plusplus-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [commento-plusplus-11.4.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.4.0...commento-plusplus-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [commento-plusplus-11.4.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.3.0...commento-plusplus-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [commento-plusplus-11.3.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.3...commento-plusplus-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [commento-plusplus-11.2.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.2...commento-plusplus-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [commento-plusplus-11.2.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.0...commento-plusplus-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/commento-plusplus/11.6.0/Chart.yaml b/stable/commento-plusplus/11.6.0/Chart.yaml
deleted file mode 100644
index 47797d1553c..00000000000
--- a/stable/commento-plusplus/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.8.7
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
-home: https://truecharts.org/charts/stable/commento-plusplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png
-keywords:
- - commento
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: commento-plusplus
-sources:
- - https://github.com/souramoo/commentoplusplus
- - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus
- - https://hub.docker.com/r/caroga/commentoplusplus
-type: application
-version: 11.6.0
diff --git a/stable/commento-plusplus/11.6.0/charts/common-20.1.5.tgz b/stable/commento-plusplus/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/commento-plusplus/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/commento-plusplus/11.6.0/questions.yaml b/stable/commento-plusplus/11.6.0/questions.yaml
deleted file mode 100755
index 717b1d495e3..00000000000
--- a/stable/commento-plusplus/11.6.0/questions.yaml
+++ /dev/null
@@ -1,3062 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: COMMENTO_ORIGIN
- label: "COMMENTO_ORIGIN"
- description: "This should be set to the subdomain or the IP address hosting Commento. All API requests will go to this server. This may include subdirectories if Commento is hosted behind a reverse proxy, for example. Include the protocol in the value to use HTTP/HTTPS."
- schema:
- type: string
- default: ""
- - variable: COMMENTO_FORBID_NEW_OWNERS
- label: "COMMENTO_FORBID_NEW_OWNERS"
- description: "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers."
- schema:
- type: boolean
- default: false
- - variable: COMMENTO_GZIP_STATIC
- label: "COMMENTO_GZIP_STATIC"
- schema:
- type: boolean
- default: true
- - variable: COMMENTO_ENABLE_WILDCARDS
- label: "COMMENTO_ENABLE_WILDCARDS"
- description: "Allows use of wildcards in domain names in the admin dashboard. (e.g. if you share your commento instance with more than one admin/allow new registrations)"
- schema:
- type: boolean
- default: true
- - variable: COMMENTO_ENABLE_LOGGING
- label: "COMMENTO_ENABLE_LOGGING"
- description: "Should we log every page view? This will allow you to see stats but will fill up your free postgres database quite quickly."
- schema:
- type: boolean
- default: false
- - variable: smpt_config
- label: "Enable SMTP"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: SMTP_SKIP_HOST_VERIFY
- label: "SMTP_SKIP_HOST_VERIFY"
- description: "Allows skipping of host verification for SMTP email sending."
- schema:
- type: boolean
- default: false
- - variable: COMMENTO_SMTP_USERNAME
- label: "COMMENTO_SMTP_USERNAME"
- description: "SMTP credentials and configuration the server should use to send emails."
- schema:
- type: string
- default: ""
- - variable: COMMENTO_SMTP_PASSWORD
- label: "COMMENTO_SMTP_PASSWORD"
- description: "SMTP credentials and configuration the server should use to send emails."
- schema:
- type: string
- private: true
- default: ""
- - variable: COMMENTO_SMTP_HOST
- label: "COMMENTO_SMTP_HOST"
- description: "SMTP credentials and configuration the server should use to send emails."
- schema:
- type: string
- default: ""
- - variable: COMMENTO_SMTP_FROM_ADDRESS
- label: "COMMENTO_SMTP_FROM_ADDRESS"
- description: "SMTP credentials and configuration the server should use to send emails."
- schema:
- type: string
- default: ""
- - variable: COMMENTO_SMTP_PORT
- label: "COMMENTO_SMTP_PORT"
- description: "SMTP credentials and configuration the server should use to send emails."
- schema:
- type: int
- default: 587
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10240
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/commento-plusplus/11.6.0/.helmignore b/stable/commento-plusplus/11.7.3/.helmignore
similarity index 100%
rename from stable/commento-plusplus/11.6.0/.helmignore
rename to stable/commento-plusplus/11.7.3/.helmignore
diff --git a/stable/commento-plusplus/11.7.3/CHANGELOG.md b/stable/commento-plusplus/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..24e5bb2cb60
--- /dev/null
+++ b/stable/commento-plusplus/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [commento-plusplus-11.7.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/commento-plusplus/11.7.3/Chart.yaml b/stable/commento-plusplus/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..c4390e50533
--- /dev/null
+++ b/stable/commento-plusplus/11.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.8.7
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
+home: https://truecharts.org/charts/stable/commento-plusplus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png
+keywords:
+ - commento
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: commento-plusplus
+sources:
+ - https://github.com/souramoo/commentoplusplus
+ - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus
+ - https://hub.docker.com/r/caroga/commentoplusplus
+type: application
+version: 11.7.3
diff --git a/stable/commento-plusplus/11.6.0/README.md b/stable/commento-plusplus/11.7.3/README.md
similarity index 100%
rename from stable/commento-plusplus/11.6.0/README.md
rename to stable/commento-plusplus/11.7.3/README.md
diff --git a/stable/commento-plusplus/11.7.3/app-changelog.md b/stable/commento-plusplus/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..ed335fb3f5b
--- /dev/null
+++ b/stable/commento-plusplus/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [commento-plusplus-11.7.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/commento-plusplus/11.6.0/app-readme.md b/stable/commento-plusplus/11.7.3/app-readme.md
similarity index 100%
rename from stable/commento-plusplus/11.6.0/app-readme.md
rename to stable/commento-plusplus/11.7.3/app-readme.md
diff --git a/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz b/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/commento-plusplus/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/commento-plusplus/11.6.0/ix_values.yaml b/stable/commento-plusplus/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/commento-plusplus/11.6.0/ix_values.yaml
rename to stable/commento-plusplus/11.7.3/ix_values.yaml
diff --git a/stable/commento-plusplus/11.7.3/questions.yaml b/stable/commento-plusplus/11.7.3/questions.yaml
new file mode 100755
index 00000000000..3c48f87d4df
--- /dev/null
+++ b/stable/commento-plusplus/11.7.3/questions.yaml
@@ -0,0 +1,3064 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: COMMENTO_ORIGIN
+ label: "COMMENTO_ORIGIN"
+ description: "This should be set to the subdomain or the IP address hosting Commento. All API requests will go to this server. This may include subdirectories if Commento is hosted behind a reverse proxy, for example. Include the protocol in the value to use HTTP/HTTPS."
+ schema:
+ type: string
+ default: ""
+ - variable: COMMENTO_FORBID_NEW_OWNERS
+ label: "COMMENTO_FORBID_NEW_OWNERS"
+ description: "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers."
+ schema:
+ type: boolean
+ default: false
+ - variable: COMMENTO_GZIP_STATIC
+ label: "COMMENTO_GZIP_STATIC"
+ schema:
+ type: boolean
+ default: true
+ - variable: COMMENTO_ENABLE_WILDCARDS
+ label: "COMMENTO_ENABLE_WILDCARDS"
+ description: "Allows use of wildcards in domain names in the admin dashboard. (e.g. if you share your commento instance with more than one admin/allow new registrations)"
+ schema:
+ type: boolean
+ default: true
+ - variable: COMMENTO_ENABLE_LOGGING
+ label: "COMMENTO_ENABLE_LOGGING"
+ description: "Should we log every page view? This will allow you to see stats but will fill up your free postgres database quite quickly."
+ schema:
+ type: boolean
+ default: false
+ - variable: smpt_config
+ label: "Enable SMTP"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: SMTP_SKIP_HOST_VERIFY
+ label: "SMTP_SKIP_HOST_VERIFY"
+ description: "Allows skipping of host verification for SMTP email sending."
+ schema:
+ type: boolean
+ default: false
+ - variable: COMMENTO_SMTP_USERNAME
+ label: "COMMENTO_SMTP_USERNAME"
+ description: "SMTP credentials and configuration the server should use to send emails."
+ schema:
+ type: string
+ default: ""
+ - variable: COMMENTO_SMTP_PASSWORD
+ label: "COMMENTO_SMTP_PASSWORD"
+ description: "SMTP credentials and configuration the server should use to send emails."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: COMMENTO_SMTP_HOST
+ label: "COMMENTO_SMTP_HOST"
+ description: "SMTP credentials and configuration the server should use to send emails."
+ schema:
+ type: string
+ default: ""
+ - variable: COMMENTO_SMTP_FROM_ADDRESS
+ label: "COMMENTO_SMTP_FROM_ADDRESS"
+ description: "SMTP credentials and configuration the server should use to send emails."
+ schema:
+ type: string
+ default: ""
+ - variable: COMMENTO_SMTP_PORT
+ label: "COMMENTO_SMTP_PORT"
+ description: "SMTP credentials and configuration the server should use to send emails."
+ schema:
+ type: int
+ default: 587
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10240
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/commento-plusplus/11.6.0/templates/NOTES.txt b/stable/commento-plusplus/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/commento-plusplus/11.6.0/templates/NOTES.txt
rename to stable/commento-plusplus/11.7.3/templates/NOTES.txt
diff --git a/stable/commento-plusplus/11.6.0/templates/common.yaml b/stable/commento-plusplus/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/commento-plusplus/11.6.0/templates/common.yaml
rename to stable/commento-plusplus/11.7.3/templates/common.yaml
diff --git a/stable/commento-plusplus/11.6.0/values.yaml b/stable/commento-plusplus/11.7.3/values.yaml
similarity index 100%
rename from stable/commento-plusplus/11.6.0/values.yaml
rename to stable/commento-plusplus/11.7.3/values.yaml
diff --git a/stable/conanexiles/5.6.0/CHANGELOG.md b/stable/conanexiles/5.6.0/CHANGELOG.md
deleted file mode 100644
index ad1412ed041..00000000000
--- a/stable/conanexiles/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [conanexiles-5.6.0](https://github.com/truecharts/charts/compare/conanexiles-5.5.2...conanexiles-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [conanexiles-5.5.2](https://github.com/truecharts/charts/compare/conanexiles-5.5.1...conanexiles-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [conanexiles-5.5.1](https://github.com/truecharts/charts/compare/conanexiles-5.5.0...conanexiles-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [conanexiles-5.5.0](https://github.com/truecharts/charts/compare/conanexiles-5.4.1...conanexiles-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [conanexiles-5.4.1](https://github.com/truecharts/charts/compare/conanexiles-5.4.0...conanexiles-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [conanexiles-5.4.0](https://github.com/truecharts/charts/compare/conanexiles-5.3.0...conanexiles-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [conanexiles-5.3.0](https://github.com/truecharts/charts/compare/conanexiles-5.2.3...conanexiles-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [conanexiles-5.2.3](https://github.com/truecharts/charts/compare/conanexiles-5.2.2...conanexiles-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [conanexiles-5.2.2](https://github.com/truecharts/charts/compare/conanexiles-5.2.0...conanexiles-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/conanexiles/5.6.0/Chart.yaml b/stable/conanexiles/5.6.0/Chart.yaml
deleted file mode 100644
index 59b2c35f148..00000000000
--- a/stable/conanexiles/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: conanexiles
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it.
-home: https://truecharts.org/charts/stable/conanexiles
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png
-keywords:
- - conanexiles
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: conanexiles
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/conanexiles/5.6.0/charts/common-20.1.5.tgz b/stable/conanexiles/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/conanexiles/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/conanexiles/5.6.0/.helmignore b/stable/conanexiles/5.7.3/.helmignore
similarity index 100%
rename from stable/conanexiles/5.6.0/.helmignore
rename to stable/conanexiles/5.7.3/.helmignore
diff --git a/stable/conanexiles/5.7.3/CHANGELOG.md b/stable/conanexiles/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d7fe68092b5
--- /dev/null
+++ b/stable/conanexiles/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [conanexiles-5.7.2](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/conanexiles/5.7.3/Chart.yaml b/stable/conanexiles/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b886a47470d
--- /dev/null
+++ b/stable/conanexiles/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: conanexiles
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it.
+home: https://truecharts.org/charts/stable/conanexiles
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png
+keywords:
+ - conanexiles
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: conanexiles
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/conanexiles/5.6.0/README.md b/stable/conanexiles/5.7.3/README.md
similarity index 100%
rename from stable/conanexiles/5.6.0/README.md
rename to stable/conanexiles/5.7.3/README.md
diff --git a/stable/conanexiles/5.7.3/app-changelog.md b/stable/conanexiles/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4172e7bc685
--- /dev/null
+++ b/stable/conanexiles/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [conanexiles-5.7.3](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/conanexiles/5.6.0/app-readme.md b/stable/conanexiles/5.7.3/app-readme.md
similarity index 100%
rename from stable/conanexiles/5.6.0/app-readme.md
rename to stable/conanexiles/5.7.3/app-readme.md
diff --git a/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz b/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/conanexiles/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/conanexiles/5.6.0/ix_values.yaml b/stable/conanexiles/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/conanexiles/5.6.0/ix_values.yaml
rename to stable/conanexiles/5.7.3/ix_values.yaml
diff --git a/stable/conanexiles/5.6.0/questions.yaml b/stable/conanexiles/5.7.3/questions.yaml
similarity index 100%
rename from stable/conanexiles/5.6.0/questions.yaml
rename to stable/conanexiles/5.7.3/questions.yaml
diff --git a/stable/conanexiles/5.6.0/templates/common.yaml b/stable/conanexiles/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/conanexiles/5.6.0/templates/common.yaml
rename to stable/conanexiles/5.7.3/templates/common.yaml
diff --git a/stable/conanexiles/5.6.0/values.yaml b/stable/conanexiles/5.7.3/values.yaml
similarity index 100%
rename from stable/conanexiles/5.6.0/values.yaml
rename to stable/conanexiles/5.7.3/values.yaml
diff --git a/stable/convos/5.6.0/CHANGELOG.md b/stable/convos/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0b1dbc44074..00000000000
--- a/stable/convos/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [convos-5.6.0](https://github.com/truecharts/charts/compare/convos-5.5.2...convos-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [convos-5.5.2](https://github.com/truecharts/charts/compare/convos-5.5.1...convos-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [convos-5.5.1](https://github.com/truecharts/charts/compare/convos-5.5.0...convos-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [convos-5.5.0](https://github.com/truecharts/charts/compare/convos-5.4.1...convos-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [convos-5.4.1](https://github.com/truecharts/charts/compare/convos-5.4.0...convos-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [convos-5.4.0](https://github.com/truecharts/charts/compare/convos-5.3.0...convos-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [convos-5.3.0](https://github.com/truecharts/charts/compare/convos-5.2.3...convos-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [convos-5.2.3](https://github.com/truecharts/charts/compare/convos-5.2.2...convos-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [convos-5.2.2](https://github.com/truecharts/charts/compare/convos-5.2.0...convos-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/convos/5.6.0/Chart.yaml b/stable/convos/5.6.0/Chart.yaml
deleted file mode 100644
index bd3a766cc69..00000000000
--- a/stable/convos/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Messenger
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Convos is the simplest way to use IRC and it is always online
-home: https://truecharts.org/charts/stable/convos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png
-keywords:
- - convos
- - Network-Messenger
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: convos
-sources:
- - https://convos.chat/
- - https://github.com/truecharts/charts/tree/master/charts/stable/convos
- - https://hub.docker.com/r/convos/convos
-type: application
-version: 5.6.0
diff --git a/stable/convos/5.6.0/charts/common-20.1.5.tgz b/stable/convos/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/convos/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/convos/5.6.0/.helmignore b/stable/convos/5.7.3/.helmignore
similarity index 100%
rename from stable/convos/5.6.0/.helmignore
rename to stable/convos/5.7.3/.helmignore
diff --git a/stable/convos/5.7.3/CHANGELOG.md b/stable/convos/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e96a14616f4
--- /dev/null
+++ b/stable/convos/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [convos-5.7.2](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/convos/5.7.3/Chart.yaml b/stable/convos/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c5546229315
--- /dev/null
+++ b/stable/convos/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Messenger
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Convos is the simplest way to use IRC and it is always online
+home: https://truecharts.org/charts/stable/convos
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png
+keywords:
+ - convos
+ - Network-Messenger
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: convos
+sources:
+ - https://convos.chat/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/convos
+ - https://hub.docker.com/r/convos/convos
+type: application
+version: 5.7.3
diff --git a/stable/convos/5.6.0/README.md b/stable/convos/5.7.3/README.md
similarity index 100%
rename from stable/convos/5.6.0/README.md
rename to stable/convos/5.7.3/README.md
diff --git a/stable/convos/5.7.3/app-changelog.md b/stable/convos/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1ea8f370e07
--- /dev/null
+++ b/stable/convos/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [convos-5.7.3](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/convos/5.6.0/app-readme.md b/stable/convos/5.7.3/app-readme.md
similarity index 100%
rename from stable/convos/5.6.0/app-readme.md
rename to stable/convos/5.7.3/app-readme.md
diff --git a/stable/convos/5.7.3/charts/common-20.2.4.tgz b/stable/convos/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/convos/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/convos/5.6.0/ix_values.yaml b/stable/convos/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/convos/5.6.0/ix_values.yaml
rename to stable/convos/5.7.3/ix_values.yaml
diff --git a/stable/convos/5.6.0/questions.yaml b/stable/convos/5.7.3/questions.yaml
similarity index 100%
rename from stable/convos/5.6.0/questions.yaml
rename to stable/convos/5.7.3/questions.yaml
diff --git a/stable/convos/5.6.0/templates/common.yaml b/stable/convos/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/convos/5.6.0/templates/common.yaml
rename to stable/convos/5.7.3/templates/common.yaml
diff --git a/stable/convos/5.6.0/values.yaml b/stable/convos/5.7.3/values.yaml
similarity index 100%
rename from stable/convos/5.6.0/values.yaml
rename to stable/convos/5.7.3/values.yaml
diff --git a/stable/cops/8.9.5/CHANGELOG.md b/stable/cops/8.9.5/CHANGELOG.md
index f72f2f2f470..f3a1b1e8178 100644
--- a/stable/cops/8.9.5/CHANGELOG.md
+++ b/stable/cops/8.9.5/CHANGELOG.md
@@ -14,6 +14,27 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604))
+
+- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cops-8.9.5](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.5) (2024-03-25)
+
+### Chore
+
+
+
- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
@@ -76,25 +97,3 @@ title: Changelog
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cops-8.9.4](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.4) (2024-03-23)
-
-### Chore
-
-
-
-- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-
-- update container image lscr.io/linuxserver/cops to 2.5.0[@7893c20](https://github.com/7893c20) by renovate ([#19604](https://github.com/truecharts/charts/issues/19604))
-
-- update container image lscr.io/linuxserver/cops to 2.5.0[@0245494](https://github.com/0245494) by renovate ([#19438](https://github.com/truecharts/charts/issues/19438))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [cops-8.9.4](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.4) (2024-03-23)
-
-### Chore
\ No newline at end of file
diff --git a/stable/cops/8.9.5/Chart.yaml b/stable/cops/8.9.5/Chart.yaml
index 3e64235a56b..79636395c57 100644
--- a/stable/cops/8.9.5/Chart.yaml
+++ b/stable/cops/8.9.5/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.5.0
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/cops/8.9.5/app-changelog.md b/stable/cops/8.9.5/app-changelog.md
index 336c7b154ce..f87d4201fdf 100644
--- a/stable/cops/8.9.5/app-changelog.md
+++ b/stable/cops/8.9.5/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image lscr.io/linuxserver/cops to 2.5.0[@cba6926](https://github.com/cba6926) by renovate ([#19749](https://github.com/truecharts/charts/issues/19749))
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/cops/8.9.5/charts/common-20.2.3.tgz b/stable/cops/8.9.5/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/cops/8.9.5/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/cops/8.9.5/charts/common-20.2.4.tgz b/stable/cops/8.9.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cops/8.9.5/charts/common-20.2.4.tgz differ
diff --git a/stable/core-keeper-dedicated-server/5.6.0/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index f056bb6a361..00000000000
--- a/stable/core-keeper-dedicated-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [core-keeper-dedicated-server-5.6.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.5.2...core-keeper-dedicated-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [core-keeper-dedicated-server-5.5.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.5.1...core-keeper-dedicated-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [core-keeper-dedicated-server-5.5.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.5.0...core-keeper-dedicated-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [core-keeper-dedicated-server-5.5.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.2...core-keeper-dedicated-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [core-keeper-dedicated-server-5.4.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.1...core-keeper-dedicated-server-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image escaping/core-keeper-dedicated to latest[@a4ffed6](https://github.com/a4ffed6) by renovate ([#19152](https://github.com/truecharts/charts/issues/19152))
-
-
-## [core-keeper-dedicated-server-5.4.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.0...core-keeper-dedicated-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [core-keeper-dedicated-server-5.4.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.3.0...core-keeper-dedicated-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [core-keeper-dedicated-server-5.3.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.3...core-keeper-dedicated-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [core-keeper-dedicated-server-5.2.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.2...core-keeper-dedicated-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [core-keeper-dedicated-server-5.2.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.0...core-keeper-dedicated-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/core-keeper-dedicated-server/5.6.0/Chart.yaml b/stable/core-keeper-dedicated-server/5.6.0/Chart.yaml
deleted file mode 100644
index 1d523916f35..00000000000
--- a/stable/core-keeper-dedicated-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)
-home: https://truecharts.org/charts/stable/core-keeper-dedicated-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png
-keywords:
- - core-keeper-dedicated-server
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: core-keeper-dedicated-server
-sources:
- - https://github.com/escapingnetwork/core-keeper-dedicated/
- - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server
- - https://hub.docker.com/r/escaping/core-keeper-dedicated
-type: application
-version: 5.6.0
diff --git a/stable/core-keeper-dedicated-server/5.6.0/charts/common-20.1.5.tgz b/stable/core-keeper-dedicated-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/core-keeper-dedicated-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/core-keeper-dedicated-server/5.6.0/.helmignore b/stable/core-keeper-dedicated-server/5.7.3/.helmignore
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/.helmignore
rename to stable/core-keeper-dedicated-server/5.7.3/.helmignore
diff --git a/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6cb17c4bda0
--- /dev/null
+++ b/stable/core-keeper-dedicated-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [core-keeper-dedicated-server-5.7.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml b/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..914161ca2db
--- /dev/null
+++ b/stable/core-keeper-dedicated-server/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)
+home: https://truecharts.org/charts/stable/core-keeper-dedicated-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png
+keywords:
+ - core-keeper-dedicated-server
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: core-keeper-dedicated-server
+sources:
+ - https://github.com/escapingnetwork/core-keeper-dedicated/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server
+ - https://hub.docker.com/r/escaping/core-keeper-dedicated
+type: application
+version: 5.7.3
diff --git a/stable/core-keeper-dedicated-server/5.6.0/README.md b/stable/core-keeper-dedicated-server/5.7.3/README.md
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/README.md
rename to stable/core-keeper-dedicated-server/5.7.3/README.md
diff --git a/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md b/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..25fac13b0e4
--- /dev/null
+++ b/stable/core-keeper-dedicated-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [core-keeper-dedicated-server-5.7.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/core-keeper-dedicated-server/5.6.0/app-readme.md b/stable/core-keeper-dedicated-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/app-readme.md
rename to stable/core-keeper-dedicated-server/5.7.3/app-readme.md
diff --git a/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz b/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/core-keeper-dedicated-server/5.6.0/ix_values.yaml b/stable/core-keeper-dedicated-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/ix_values.yaml
rename to stable/core-keeper-dedicated-server/5.7.3/ix_values.yaml
diff --git a/stable/core-keeper-dedicated-server/5.6.0/questions.yaml b/stable/core-keeper-dedicated-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/questions.yaml
rename to stable/core-keeper-dedicated-server/5.7.3/questions.yaml
diff --git a/stable/core-keeper-dedicated-server/5.6.0/templates/common.yaml b/stable/core-keeper-dedicated-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/templates/common.yaml
rename to stable/core-keeper-dedicated-server/5.7.3/templates/common.yaml
diff --git a/stable/core-keeper-dedicated-server/5.6.0/values.yaml b/stable/core-keeper-dedicated-server/5.7.3/values.yaml
similarity index 100%
rename from stable/core-keeper-dedicated-server/5.6.0/values.yaml
rename to stable/core-keeper-dedicated-server/5.7.3/values.yaml
diff --git a/stable/corekeeper/5.6.0/CHANGELOG.md b/stable/corekeeper/5.6.0/CHANGELOG.md
deleted file mode 100644
index 884771fbcb9..00000000000
--- a/stable/corekeeper/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [corekeeper-5.6.0](https://github.com/truecharts/charts/compare/corekeeper-5.5.2...corekeeper-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [corekeeper-5.5.2](https://github.com/truecharts/charts/compare/corekeeper-5.5.1...corekeeper-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [corekeeper-5.5.1](https://github.com/truecharts/charts/compare/corekeeper-5.5.0...corekeeper-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [corekeeper-5.5.0](https://github.com/truecharts/charts/compare/corekeeper-5.4.1...corekeeper-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [corekeeper-5.4.1](https://github.com/truecharts/charts/compare/corekeeper-5.4.0...corekeeper-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [corekeeper-5.4.0](https://github.com/truecharts/charts/compare/corekeeper-5.3.0...corekeeper-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [corekeeper-5.3.0](https://github.com/truecharts/charts/compare/corekeeper-5.2.3...corekeeper-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [corekeeper-5.2.3](https://github.com/truecharts/charts/compare/corekeeper-5.2.2...corekeeper-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [corekeeper-5.2.2](https://github.com/truecharts/charts/compare/corekeeper-5.2.0...corekeeper-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/corekeeper/5.6.0/Chart.yaml b/stable/corekeeper/5.6.0/Chart.yaml
deleted file mode 100644
index a2b94426204..00000000000
--- a/stable/corekeeper/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: corekeeper
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it.
-home: https://truecharts.org/charts/stable/corekeeper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png
-keywords:
- - corekeeper
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: corekeeper
-sources:
- - https://steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/corekeeper/5.6.0/charts/common-20.1.5.tgz b/stable/corekeeper/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/corekeeper/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/corekeeper/5.6.0/.helmignore b/stable/corekeeper/5.7.3/.helmignore
similarity index 100%
rename from stable/corekeeper/5.6.0/.helmignore
rename to stable/corekeeper/5.7.3/.helmignore
diff --git a/stable/corekeeper/5.7.3/CHANGELOG.md b/stable/corekeeper/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5617775b594
--- /dev/null
+++ b/stable/corekeeper/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [corekeeper-5.7.2](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/corekeeper/5.7.3/Chart.yaml b/stable/corekeeper/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..60b3e6bc6d4
--- /dev/null
+++ b/stable/corekeeper/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: corekeeper
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it.
+home: https://truecharts.org/charts/stable/corekeeper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png
+keywords:
+ - corekeeper
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: corekeeper
+sources:
+ - https://steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/corekeeper/5.6.0/README.md b/stable/corekeeper/5.7.3/README.md
similarity index 100%
rename from stable/corekeeper/5.6.0/README.md
rename to stable/corekeeper/5.7.3/README.md
diff --git a/stable/corekeeper/5.7.3/app-changelog.md b/stable/corekeeper/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8361a6c9e15
--- /dev/null
+++ b/stable/corekeeper/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [corekeeper-5.7.3](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/corekeeper/5.6.0/app-readme.md b/stable/corekeeper/5.7.3/app-readme.md
similarity index 100%
rename from stable/corekeeper/5.6.0/app-readme.md
rename to stable/corekeeper/5.7.3/app-readme.md
diff --git a/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz b/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/corekeeper/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/corekeeper/5.6.0/ix_values.yaml b/stable/corekeeper/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/corekeeper/5.6.0/ix_values.yaml
rename to stable/corekeeper/5.7.3/ix_values.yaml
diff --git a/stable/corekeeper/5.6.0/questions.yaml b/stable/corekeeper/5.7.3/questions.yaml
similarity index 100%
rename from stable/corekeeper/5.6.0/questions.yaml
rename to stable/corekeeper/5.7.3/questions.yaml
diff --git a/stable/corekeeper/5.6.0/templates/common.yaml b/stable/corekeeper/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/corekeeper/5.6.0/templates/common.yaml
rename to stable/corekeeper/5.7.3/templates/common.yaml
diff --git a/stable/corekeeper/5.6.0/values.yaml b/stable/corekeeper/5.7.3/values.yaml
similarity index 100%
rename from stable/corekeeper/5.6.0/values.yaml
rename to stable/corekeeper/5.7.3/values.yaml
diff --git a/stable/couchpotato/9.6.0/CHANGELOG.md b/stable/couchpotato/9.6.0/CHANGELOG.md
deleted file mode 100644
index 22caf0b3ca1..00000000000
--- a/stable/couchpotato/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [couchpotato-9.6.0](https://github.com/truecharts/charts/compare/couchpotato-9.5.2...couchpotato-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [couchpotato-9.5.2](https://github.com/truecharts/charts/compare/couchpotato-9.5.1...couchpotato-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [couchpotato-9.5.1](https://github.com/truecharts/charts/compare/couchpotato-9.5.0...couchpotato-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [couchpotato-9.5.0](https://github.com/truecharts/charts/compare/couchpotato-9.4.1...couchpotato-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [couchpotato-9.4.1](https://github.com/truecharts/charts/compare/couchpotato-9.4.0...couchpotato-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [couchpotato-9.4.0](https://github.com/truecharts/charts/compare/couchpotato-9.3.0...couchpotato-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [couchpotato-9.3.0](https://github.com/truecharts/charts/compare/couchpotato-9.2.3...couchpotato-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [couchpotato-9.2.3](https://github.com/truecharts/charts/compare/couchpotato-9.2.2...couchpotato-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [couchpotato-9.2.2](https://github.com/truecharts/charts/compare/couchpotato-9.2.0...couchpotato-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/couchpotato/9.6.0/Chart.yaml b/stable/couchpotato/9.6.0/Chart.yaml
deleted file mode 100644
index ead806fd7cc..00000000000
--- a/stable/couchpotato/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Couchpotato is an automatic NZB and torrent downloader.
-home: https://truecharts.org/charts/stable/couchpotato
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png
-keywords:
- - couchpotato
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: couchpotato
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato
- - https://ghcr.io/linuxserver/couchpotato
-type: application
-version: 9.6.0
diff --git a/stable/couchpotato/9.6.0/charts/common-20.1.5.tgz b/stable/couchpotato/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/couchpotato/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/couchpotato/9.6.0/.helmignore b/stable/couchpotato/9.7.3/.helmignore
similarity index 100%
rename from stable/couchpotato/9.6.0/.helmignore
rename to stable/couchpotato/9.7.3/.helmignore
diff --git a/stable/couchpotato/9.7.3/CHANGELOG.md b/stable/couchpotato/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..54b0900eac3
--- /dev/null
+++ b/stable/couchpotato/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [couchpotato-9.7.2](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/couchpotato/9.7.3/Chart.yaml b/stable/couchpotato/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..6e8c0f259b8
--- /dev/null
+++ b/stable/couchpotato/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Couchpotato is an automatic NZB and torrent downloader.
+home: https://truecharts.org/charts/stable/couchpotato
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png
+keywords:
+ - couchpotato
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: couchpotato
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato
+ - https://ghcr.io/linuxserver/couchpotato
+type: application
+version: 9.7.3
diff --git a/stable/couchpotato/9.6.0/README.md b/stable/couchpotato/9.7.3/README.md
similarity index 100%
rename from stable/couchpotato/9.6.0/README.md
rename to stable/couchpotato/9.7.3/README.md
diff --git a/stable/couchpotato/9.7.3/app-changelog.md b/stable/couchpotato/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..bf902ef029b
--- /dev/null
+++ b/stable/couchpotato/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [couchpotato-9.7.3](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/couchpotato/9.6.0/app-readme.md b/stable/couchpotato/9.7.3/app-readme.md
similarity index 100%
rename from stable/couchpotato/9.6.0/app-readme.md
rename to stable/couchpotato/9.7.3/app-readme.md
diff --git a/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz b/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/couchpotato/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/couchpotato/9.6.0/ix_values.yaml b/stable/couchpotato/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/couchpotato/9.6.0/ix_values.yaml
rename to stable/couchpotato/9.7.3/ix_values.yaml
diff --git a/stable/couchpotato/9.6.0/questions.yaml b/stable/couchpotato/9.7.3/questions.yaml
similarity index 100%
rename from stable/couchpotato/9.6.0/questions.yaml
rename to stable/couchpotato/9.7.3/questions.yaml
diff --git a/stable/couchpotato/9.6.0/templates/NOTES.txt b/stable/couchpotato/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/couchpotato/9.6.0/templates/NOTES.txt
rename to stable/couchpotato/9.7.3/templates/NOTES.txt
diff --git a/stable/couchpotato/9.6.0/templates/common.yaml b/stable/couchpotato/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/couchpotato/9.6.0/templates/common.yaml
rename to stable/couchpotato/9.7.3/templates/common.yaml
diff --git a/stable/couchpotato/9.6.0/values.yaml b/stable/couchpotato/9.7.3/values.yaml
similarity index 100%
rename from stable/couchpotato/9.6.0/values.yaml
rename to stable/couchpotato/9.7.3/values.yaml
diff --git a/stable/counterstrike2d/5.6.0/CHANGELOG.md b/stable/counterstrike2d/5.6.0/CHANGELOG.md
deleted file mode 100644
index fd189472327..00000000000
--- a/stable/counterstrike2d/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [counterstrike2d-5.6.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.5.2...counterstrike2d-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [counterstrike2d-5.5.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.5.1...counterstrike2d-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [counterstrike2d-5.5.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.5.0...counterstrike2d-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [counterstrike2d-5.5.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.4.1...counterstrike2d-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [counterstrike2d-5.4.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.4.0...counterstrike2d-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [counterstrike2d-5.4.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.3.0...counterstrike2d-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [counterstrike2d-5.3.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.3...counterstrike2d-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [counterstrike2d-5.2.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.2...counterstrike2d-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [counterstrike2d-5.2.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.0...counterstrike2d-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/counterstrike2d/5.6.0/Chart.yaml b/stable/counterstrike2d/5.6.0/Chart.yaml
deleted file mode 100644
index bdde9e71c71..00000000000
--- a/stable/counterstrike2d/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install CounterStrike 2D.
-home: https://truecharts.org/charts/stable/counterstrike2d
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png
-keywords:
- - counterstrike2d
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: counterstrike2d
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d
- - https://hub.docker.com/r/ich777/cs2dserver
-type: application
-version: 5.6.0
diff --git a/stable/counterstrike2d/5.6.0/charts/common-20.1.5.tgz b/stable/counterstrike2d/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/counterstrike2d/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/counterstrike2d/5.6.0/.helmignore b/stable/counterstrike2d/5.7.3/.helmignore
similarity index 100%
rename from stable/counterstrike2d/5.6.0/.helmignore
rename to stable/counterstrike2d/5.7.3/.helmignore
diff --git a/stable/counterstrike2d/5.7.3/CHANGELOG.md b/stable/counterstrike2d/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ae6508a7a6a
--- /dev/null
+++ b/stable/counterstrike2d/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [counterstrike2d-5.7.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/counterstrike2d/5.7.3/Chart.yaml b/stable/counterstrike2d/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..53cce57122c
--- /dev/null
+++ b/stable/counterstrike2d/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install CounterStrike 2D.
+home: https://truecharts.org/charts/stable/counterstrike2d
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png
+keywords:
+ - counterstrike2d
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: counterstrike2d
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d
+ - https://hub.docker.com/r/ich777/cs2dserver
+type: application
+version: 5.7.3
diff --git a/stable/counterstrike2d/5.6.0/README.md b/stable/counterstrike2d/5.7.3/README.md
similarity index 100%
rename from stable/counterstrike2d/5.6.0/README.md
rename to stable/counterstrike2d/5.7.3/README.md
diff --git a/stable/counterstrike2d/5.7.3/app-changelog.md b/stable/counterstrike2d/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..750e1c920c0
--- /dev/null
+++ b/stable/counterstrike2d/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [counterstrike2d-5.7.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/counterstrike2d/5.6.0/app-readme.md b/stable/counterstrike2d/5.7.3/app-readme.md
similarity index 100%
rename from stable/counterstrike2d/5.6.0/app-readme.md
rename to stable/counterstrike2d/5.7.3/app-readme.md
diff --git a/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz b/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/counterstrike2d/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/counterstrike2d/5.6.0/ix_values.yaml b/stable/counterstrike2d/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/counterstrike2d/5.6.0/ix_values.yaml
rename to stable/counterstrike2d/5.7.3/ix_values.yaml
diff --git a/stable/counterstrike2d/5.6.0/questions.yaml b/stable/counterstrike2d/5.7.3/questions.yaml
similarity index 100%
rename from stable/counterstrike2d/5.6.0/questions.yaml
rename to stable/counterstrike2d/5.7.3/questions.yaml
diff --git a/stable/counterstrike2d/5.6.0/templates/common.yaml b/stable/counterstrike2d/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/counterstrike2d/5.6.0/templates/common.yaml
rename to stable/counterstrike2d/5.7.3/templates/common.yaml
diff --git a/stable/counterstrike2d/5.6.0/values.yaml b/stable/counterstrike2d/5.7.3/values.yaml
similarity index 100%
rename from stable/counterstrike2d/5.6.0/values.yaml
rename to stable/counterstrike2d/5.7.3/values.yaml
diff --git a/stable/cowyo/5.6.0/CHANGELOG.md b/stable/cowyo/5.6.0/CHANGELOG.md
deleted file mode 100644
index 79af1e129c5..00000000000
--- a/stable/cowyo/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cowyo-5.6.0](https://github.com/truecharts/charts/compare/cowyo-5.5.2...cowyo-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cowyo-5.5.2](https://github.com/truecharts/charts/compare/cowyo-5.5.1...cowyo-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cowyo-5.5.1](https://github.com/truecharts/charts/compare/cowyo-5.5.0...cowyo-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cowyo-5.5.0](https://github.com/truecharts/charts/compare/cowyo-5.4.1...cowyo-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cowyo-5.4.1](https://github.com/truecharts/charts/compare/cowyo-5.4.0...cowyo-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cowyo-5.4.0](https://github.com/truecharts/charts/compare/cowyo-5.3.0...cowyo-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cowyo-5.3.0](https://github.com/truecharts/charts/compare/cowyo-5.2.3...cowyo-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cowyo-5.2.3](https://github.com/truecharts/charts/compare/cowyo-5.2.2...cowyo-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cowyo-5.2.2](https://github.com/truecharts/charts/compare/cowyo-5.2.0...cowyo-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cowyo/5.6.0/Chart.yaml b/stable/cowyo/5.6.0/Chart.yaml
deleted file mode 100644
index d41f301863c..00000000000
--- a/stable/cowyo/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying.
-home: https://truecharts.org/charts/stable/cowyo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png
-keywords:
- - cowyo
- - Cloud
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cowyo
-sources:
- - https://github.com/schollz/cowyo
- - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo
- - https://hub.docker.com/r/schollz/cowyo
-type: application
-version: 5.6.0
diff --git a/stable/cowyo/5.6.0/charts/common-20.1.5.tgz b/stable/cowyo/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cowyo/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cowyo/5.6.0/.helmignore b/stable/cowyo/5.7.3/.helmignore
similarity index 100%
rename from stable/cowyo/5.6.0/.helmignore
rename to stable/cowyo/5.7.3/.helmignore
diff --git a/stable/cowyo/5.7.3/CHANGELOG.md b/stable/cowyo/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f2db0112a81
--- /dev/null
+++ b/stable/cowyo/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cowyo-5.7.2](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cowyo/5.7.3/Chart.yaml b/stable/cowyo/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..742df48b165
--- /dev/null
+++ b/stable/cowyo/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying.
+home: https://truecharts.org/charts/stable/cowyo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png
+keywords:
+ - cowyo
+ - Cloud
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cowyo
+sources:
+ - https://github.com/schollz/cowyo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo
+ - https://hub.docker.com/r/schollz/cowyo
+type: application
+version: 5.7.3
diff --git a/stable/cowyo/5.6.0/README.md b/stable/cowyo/5.7.3/README.md
similarity index 100%
rename from stable/cowyo/5.6.0/README.md
rename to stable/cowyo/5.7.3/README.md
diff --git a/stable/cowyo/5.7.3/app-changelog.md b/stable/cowyo/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..bd8e5aa7125
--- /dev/null
+++ b/stable/cowyo/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cowyo-5.7.3](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cowyo/5.6.0/app-readme.md b/stable/cowyo/5.7.3/app-readme.md
similarity index 100%
rename from stable/cowyo/5.6.0/app-readme.md
rename to stable/cowyo/5.7.3/app-readme.md
diff --git a/stable/cowyo/5.7.3/charts/common-20.2.4.tgz b/stable/cowyo/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cowyo/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cowyo/5.6.0/ix_values.yaml b/stable/cowyo/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/cowyo/5.6.0/ix_values.yaml
rename to stable/cowyo/5.7.3/ix_values.yaml
diff --git a/stable/cowyo/5.6.0/questions.yaml b/stable/cowyo/5.7.3/questions.yaml
similarity index 100%
rename from stable/cowyo/5.6.0/questions.yaml
rename to stable/cowyo/5.7.3/questions.yaml
diff --git a/stable/cowyo/5.6.0/templates/common.yaml b/stable/cowyo/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/cowyo/5.6.0/templates/common.yaml
rename to stable/cowyo/5.7.3/templates/common.yaml
diff --git a/stable/cowyo/5.6.0/values.yaml b/stable/cowyo/5.7.3/values.yaml
similarity index 100%
rename from stable/cowyo/5.6.0/values.yaml
rename to stable/cowyo/5.7.3/values.yaml
diff --git a/stable/craftopia/5.6.0/CHANGELOG.md b/stable/craftopia/5.6.0/CHANGELOG.md
deleted file mode 100644
index 69a815f6a0d..00000000000
--- a/stable/craftopia/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [craftopia-5.6.0](https://github.com/truecharts/charts/compare/craftopia-5.5.2...craftopia-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [craftopia-5.5.2](https://github.com/truecharts/charts/compare/craftopia-5.5.1...craftopia-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [craftopia-5.5.1](https://github.com/truecharts/charts/compare/craftopia-5.5.0...craftopia-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [craftopia-5.5.0](https://github.com/truecharts/charts/compare/craftopia-5.4.1...craftopia-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [craftopia-5.4.1](https://github.com/truecharts/charts/compare/craftopia-5.4.0...craftopia-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [craftopia-5.4.0](https://github.com/truecharts/charts/compare/craftopia-5.3.0...craftopia-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [craftopia-5.3.0](https://github.com/truecharts/charts/compare/craftopia-5.2.3...craftopia-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [craftopia-5.2.3](https://github.com/truecharts/charts/compare/craftopia-5.2.2...craftopia-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [craftopia-5.2.2](https://github.com/truecharts/charts/compare/craftopia-5.2.0...craftopia-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/craftopia/5.6.0/Chart.yaml b/stable/craftopia/5.6.0/Chart.yaml
deleted file mode 100644
index 32b6bb0a5bd..00000000000
--- a/stable/craftopia/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: craftopia
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Craftopia and run it.
-home: https://truecharts.org/charts/stable/craftopia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png
-keywords:
- - craftopia
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: craftopia
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/craftopia/5.6.0/charts/common-20.1.5.tgz b/stable/craftopia/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/craftopia/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/craftopia/5.6.0/.helmignore b/stable/craftopia/5.7.3/.helmignore
similarity index 100%
rename from stable/craftopia/5.6.0/.helmignore
rename to stable/craftopia/5.7.3/.helmignore
diff --git a/stable/craftopia/5.7.3/CHANGELOG.md b/stable/craftopia/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8e0f793363c
--- /dev/null
+++ b/stable/craftopia/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [craftopia-5.7.2](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/craftopia/5.7.3/Chart.yaml b/stable/craftopia/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6a17531c998
--- /dev/null
+++ b/stable/craftopia/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: craftopia
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Craftopia and run it.
+home: https://truecharts.org/charts/stable/craftopia
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png
+keywords:
+ - craftopia
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: craftopia
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/craftopia/5.6.0/README.md b/stable/craftopia/5.7.3/README.md
similarity index 100%
rename from stable/craftopia/5.6.0/README.md
rename to stable/craftopia/5.7.3/README.md
diff --git a/stable/craftopia/5.7.3/app-changelog.md b/stable/craftopia/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f1aea966fb0
--- /dev/null
+++ b/stable/craftopia/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [craftopia-5.7.3](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/craftopia/5.6.0/app-readme.md b/stable/craftopia/5.7.3/app-readme.md
similarity index 100%
rename from stable/craftopia/5.6.0/app-readme.md
rename to stable/craftopia/5.7.3/app-readme.md
diff --git a/stable/craftopia/5.7.3/charts/common-20.2.4.tgz b/stable/craftopia/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/craftopia/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/craftopia/5.6.0/ix_values.yaml b/stable/craftopia/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/craftopia/5.6.0/ix_values.yaml
rename to stable/craftopia/5.7.3/ix_values.yaml
diff --git a/stable/craftopia/5.6.0/questions.yaml b/stable/craftopia/5.7.3/questions.yaml
similarity index 100%
rename from stable/craftopia/5.6.0/questions.yaml
rename to stable/craftopia/5.7.3/questions.yaml
diff --git a/stable/craftopia/5.6.0/templates/common.yaml b/stable/craftopia/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/craftopia/5.6.0/templates/common.yaml
rename to stable/craftopia/5.7.3/templates/common.yaml
diff --git a/stable/craftopia/5.6.0/values.yaml b/stable/craftopia/5.7.3/values.yaml
similarity index 100%
rename from stable/craftopia/5.6.0/values.yaml
rename to stable/craftopia/5.7.3/values.yaml
diff --git a/stable/crafty-4/7.8.0/CHANGELOG.md b/stable/crafty-4/7.8.0/CHANGELOG.md
deleted file mode 100644
index 4416c621ee3..00000000000
--- a/stable/crafty-4/7.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/crafty-4/7.8.0/Chart.yaml b/stable/crafty-4/7.8.0/Chart.yaml
deleted file mode 100644
index c90abfa5a5e..00000000000
--- a/stable/crafty-4/7.8.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.3.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Crafty Controller is a Minecraft Server Control Panel / Launcher.
-home: https://truecharts.org/charts/stable/crafty-4
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png
-keywords:
- - crafty-4
- - GameServers
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: crafty-4
-sources:
- - https://craftycontrol.com/
- - https://gitlab.com/crafty-controller/crafty-4
- - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4
-type: application
-version: 7.8.0
diff --git a/stable/crafty-4/7.8.0/app-changelog.md b/stable/crafty-4/7.8.0/app-changelog.md
deleted file mode 100644
index 66c42962b64..00000000000
--- a/stable/crafty-4/7.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [crafty-4-7.8.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/crafty-4/7.8.0/charts/common-20.2.0.tgz b/stable/crafty-4/7.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/crafty-4/7.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/crafty-4/7.8.0/ix_values.yaml b/stable/crafty-4/7.8.0/ix_values.yaml
deleted file mode 100644
index 543699b9d6b..00000000000
--- a/stable/crafty-4/7.8.0/ix_values.yaml
+++ /dev/null
@@ -1,74 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: registry.gitlab.com/crafty-controller/crafty-4
- tag: 4.3.0@sha256:50cb2b4d67c1fe4604a9ef32d157e9e1b8438a8837332da6134044e5041c4572
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 1000
- runAsUser: 1000
-service:
- main:
- ports:
- main:
- port: 10586
- protocol: https
- targetPort: 8443
- redirects:
- enabled: true
- ports:
- redirects:
- enabled: true
- port: 10587
- protocol: https
- targetPort: 8000
- minecraft:
- enabled: true
- ports:
- minecraft:
- enabled: true
- port: 25565
- targetPort: 25565
- bedrock:
- enabled: true
- ports:
- bedrock:
- enabled: true
- port: 19132
- protocol: udp
- targetPort: 19132
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: https
- path: /
- readiness:
- type: https
- path: /
- startup:
- type: https
- path: /
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /crafty/app/config
- servers:
- enabled: true
- mountPath: /crafty/servers
- logs:
- enabled: true
- mountPath: /crafty/logs
- import:
- enabled: true
- mountPath: /crafty/import
- backups:
- enabled: true
- mountPath: /crafty/backups
-portal:
- open:
- enabled: true
diff --git a/stable/crafty-4/7.8.0/.helmignore b/stable/crafty-4/7.8.4/.helmignore
similarity index 100%
rename from stable/crafty-4/7.8.0/.helmignore
rename to stable/crafty-4/7.8.4/.helmignore
diff --git a/stable/crafty-4/7.8.4/CHANGELOG.md b/stable/crafty-4/7.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..813f169388f
--- /dev/null
+++ b/stable/crafty-4/7.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crafty-4-7.8.3](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crafty-4-7.8.3](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crafty-4-7.8.3](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crafty-4-7.8.3](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crafty-4-7.8.3](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/crafty-4/7.8.4/Chart.yaml b/stable/crafty-4/7.8.4/Chart.yaml
new file mode 100644
index 00000000000..f7caa2c2a4b
--- /dev/null
+++ b/stable/crafty-4/7.8.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.3.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Crafty Controller is a Minecraft Server Control Panel / Launcher.
+home: https://truecharts.org/charts/stable/crafty-4
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png
+keywords:
+ - crafty-4
+ - GameServers
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: crafty-4
+sources:
+ - https://craftycontrol.com/
+ - https://gitlab.com/crafty-controller/crafty-4
+ - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4
+type: application
+version: 7.8.4
diff --git a/stable/crafty-4/7.8.0/README.md b/stable/crafty-4/7.8.4/README.md
similarity index 100%
rename from stable/crafty-4/7.8.0/README.md
rename to stable/crafty-4/7.8.4/README.md
diff --git a/stable/crafty-4/7.8.4/app-changelog.md b/stable/crafty-4/7.8.4/app-changelog.md
new file mode 100644
index 00000000000..41cc6d887d4
--- /dev/null
+++ b/stable/crafty-4/7.8.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [crafty-4-7.8.4](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.1[@634d156](https://github.com/634d156) by renovate ([#19489](https://github.com/truecharts/charts/issues/19489))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/crafty-4/7.8.0/app-readme.md b/stable/crafty-4/7.8.4/app-readme.md
similarity index 100%
rename from stable/crafty-4/7.8.0/app-readme.md
rename to stable/crafty-4/7.8.4/app-readme.md
diff --git a/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz b/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/crafty-4/7.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/crafty-4/7.8.4/ix_values.yaml b/stable/crafty-4/7.8.4/ix_values.yaml
new file mode 100644
index 00000000000..a5e55152280
--- /dev/null
+++ b/stable/crafty-4/7.8.4/ix_values.yaml
@@ -0,0 +1,74 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: registry.gitlab.com/crafty-controller/crafty-4
+ tag: 4.3.1@sha256:634d15627399999b450a960e9052506250777c8937cef3144a57dd851e74480d
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 1000
+ runAsUser: 1000
+service:
+ main:
+ ports:
+ main:
+ port: 10586
+ protocol: https
+ targetPort: 8443
+ redirects:
+ enabled: true
+ ports:
+ redirects:
+ enabled: true
+ port: 10587
+ protocol: https
+ targetPort: 8000
+ minecraft:
+ enabled: true
+ ports:
+ minecraft:
+ enabled: true
+ port: 25565
+ targetPort: 25565
+ bedrock:
+ enabled: true
+ ports:
+ bedrock:
+ enabled: true
+ port: 19132
+ protocol: udp
+ targetPort: 19132
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: https
+ path: /
+ readiness:
+ type: https
+ path: /
+ startup:
+ type: https
+ path: /
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /crafty/app/config
+ servers:
+ enabled: true
+ mountPath: /crafty/servers
+ logs:
+ enabled: true
+ mountPath: /crafty/logs
+ import:
+ enabled: true
+ mountPath: /crafty/import
+ backups:
+ enabled: true
+ mountPath: /crafty/backups
+portal:
+ open:
+ enabled: true
diff --git a/stable/crafty-4/7.8.0/questions.yaml b/stable/crafty-4/7.8.4/questions.yaml
similarity index 100%
rename from stable/crafty-4/7.8.0/questions.yaml
rename to stable/crafty-4/7.8.4/questions.yaml
diff --git a/stable/crafty-4/7.8.0/templates/NOTES.txt b/stable/crafty-4/7.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/crafty-4/7.8.0/templates/NOTES.txt
rename to stable/crafty-4/7.8.4/templates/NOTES.txt
diff --git a/stable/crafty-4/7.8.0/templates/common.yaml b/stable/crafty-4/7.8.4/templates/common.yaml
similarity index 100%
rename from stable/crafty-4/7.8.0/templates/common.yaml
rename to stable/crafty-4/7.8.4/templates/common.yaml
diff --git a/stable/crafty-4/7.8.0/values.yaml b/stable/crafty-4/7.8.4/values.yaml
similarity index 100%
rename from stable/crafty-4/7.8.0/values.yaml
rename to stable/crafty-4/7.8.4/values.yaml
diff --git a/stable/crypto-exchanges-gateway/5.6.0/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5c9fb263c9a..00000000000
--- a/stable/crypto-exchanges-gateway/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [crypto-exchanges-gateway-5.6.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.5.2...crypto-exchanges-gateway-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [crypto-exchanges-gateway-5.5.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.5.1...crypto-exchanges-gateway-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [crypto-exchanges-gateway-5.5.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.5.0...crypto-exchanges-gateway-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [crypto-exchanges-gateway-5.5.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.4.1...crypto-exchanges-gateway-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [crypto-exchanges-gateway-5.4.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.4.0...crypto-exchanges-gateway-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [crypto-exchanges-gateway-5.4.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.3.0...crypto-exchanges-gateway-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [crypto-exchanges-gateway-5.3.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.3...crypto-exchanges-gateway-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [crypto-exchanges-gateway-5.2.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.2...crypto-exchanges-gateway-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [crypto-exchanges-gateway-5.2.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.0...crypto-exchanges-gateway-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/crypto-exchanges-gateway/5.6.0/Chart.yaml b/stable/crypto-exchanges-gateway/5.6.0/Chart.yaml
deleted file mode 100644
index d58c1a7e803..00000000000
--- a/stable/crypto-exchanges-gateway/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Your gateway to the world of crypto
-home: https://truecharts.org/charts/stable/crypto-exchanges-gateway
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png
-keywords:
- - crypto-exchanges-gateway
- - Productivity
- - Crypto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: crypto-exchanges-gateway
-sources:
- - https://github.com/aloysius-pgast/crypto-exchanges-gateway
- - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway
- - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway
-type: application
-version: 5.6.0
diff --git a/stable/crypto-exchanges-gateway/5.6.0/charts/common-20.1.5.tgz b/stable/crypto-exchanges-gateway/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/crypto-exchanges-gateway/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/crypto-exchanges-gateway/5.6.0/.helmignore b/stable/crypto-exchanges-gateway/5.7.3/.helmignore
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/.helmignore
rename to stable/crypto-exchanges-gateway/5.7.3/.helmignore
diff --git a/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..23a585cf302
--- /dev/null
+++ b/stable/crypto-exchanges-gateway/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [crypto-exchanges-gateway-5.7.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml b/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c401bbb76f6
--- /dev/null
+++ b/stable/crypto-exchanges-gateway/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Your gateway to the world of crypto
+home: https://truecharts.org/charts/stable/crypto-exchanges-gateway
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png
+keywords:
+ - crypto-exchanges-gateway
+ - Productivity
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: crypto-exchanges-gateway
+sources:
+ - https://github.com/aloysius-pgast/crypto-exchanges-gateway
+ - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway
+ - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway
+type: application
+version: 5.7.3
diff --git a/stable/crypto-exchanges-gateway/5.6.0/README.md b/stable/crypto-exchanges-gateway/5.7.3/README.md
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/README.md
rename to stable/crypto-exchanges-gateway/5.7.3/README.md
diff --git a/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md b/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..78840e1527d
--- /dev/null
+++ b/stable/crypto-exchanges-gateway/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [crypto-exchanges-gateway-5.7.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/crypto-exchanges-gateway/5.6.0/app-readme.md b/stable/crypto-exchanges-gateway/5.7.3/app-readme.md
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/app-readme.md
rename to stable/crypto-exchanges-gateway/5.7.3/app-readme.md
diff --git a/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz b/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/crypto-exchanges-gateway/5.6.0/ix_values.yaml b/stable/crypto-exchanges-gateway/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/ix_values.yaml
rename to stable/crypto-exchanges-gateway/5.7.3/ix_values.yaml
diff --git a/stable/crypto-exchanges-gateway/5.6.0/questions.yaml b/stable/crypto-exchanges-gateway/5.7.3/questions.yaml
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/questions.yaml
rename to stable/crypto-exchanges-gateway/5.7.3/questions.yaml
diff --git a/stable/crypto-exchanges-gateway/5.6.0/templates/common.yaml b/stable/crypto-exchanges-gateway/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/templates/common.yaml
rename to stable/crypto-exchanges-gateway/5.7.3/templates/common.yaml
diff --git a/stable/crypto-exchanges-gateway/5.6.0/values.yaml b/stable/crypto-exchanges-gateway/5.7.3/values.yaml
similarity index 100%
rename from stable/crypto-exchanges-gateway/5.6.0/values.yaml
rename to stable/crypto-exchanges-gateway/5.7.3/values.yaml
diff --git a/stable/cryptofolio/12.6.0/CHANGELOG.md b/stable/cryptofolio/12.6.0/CHANGELOG.md
deleted file mode 100644
index 581abc58cef..00000000000
--- a/stable/cryptofolio/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cryptofolio-12.6.0](https://github.com/truecharts/charts/compare/cryptofolio-12.5.2...cryptofolio-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cryptofolio-12.5.2](https://github.com/truecharts/charts/compare/cryptofolio-12.5.1...cryptofolio-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cryptofolio-12.5.1](https://github.com/truecharts/charts/compare/cryptofolio-12.5.0...cryptofolio-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cryptofolio-12.5.0](https://github.com/truecharts/charts/compare/cryptofolio-12.4.1...cryptofolio-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cryptofolio-12.4.1](https://github.com/truecharts/charts/compare/cryptofolio-12.4.0...cryptofolio-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cryptofolio-12.4.0](https://github.com/truecharts/charts/compare/cryptofolio-12.3.0...cryptofolio-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cryptofolio-12.3.0](https://github.com/truecharts/charts/compare/cryptofolio-12.2.3...cryptofolio-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cryptofolio-12.2.3](https://github.com/truecharts/charts/compare/cryptofolio-12.2.2...cryptofolio-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cryptofolio-12.2.2](https://github.com/truecharts/charts/compare/cryptofolio-12.2.0...cryptofolio-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cryptofolio/12.6.0/Chart.yaml b/stable/cryptofolio/12.6.0/Chart.yaml
deleted file mode 100644
index 4253954de0b..00000000000
--- a/stable/cryptofolio/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Track your cryptocurrency holdings/portfolio
-home: https://truecharts.org/charts/stable/cryptofolio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png
-keywords:
- - cryptofolio
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cryptofolio
-sources:
- - https://github.com/Xtrendence/cryptofolio
- - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio
- - https://hub.docker.com/r/xtrendence/cryptofolio
-type: application
-version: 12.6.0
diff --git a/stable/cryptofolio/12.6.0/charts/common-20.1.5.tgz b/stable/cryptofolio/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cryptofolio/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cryptofolio/12.6.0/.helmignore b/stable/cryptofolio/12.7.3/.helmignore
similarity index 100%
rename from stable/cryptofolio/12.6.0/.helmignore
rename to stable/cryptofolio/12.7.3/.helmignore
diff --git a/stable/cryptofolio/12.7.3/CHANGELOG.md b/stable/cryptofolio/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2c09b1f6614
--- /dev/null
+++ b/stable/cryptofolio/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptofolio-12.7.2](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cryptofolio/12.7.3/Chart.yaml b/stable/cryptofolio/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..ce5c39319e7
--- /dev/null
+++ b/stable/cryptofolio/12.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Track your cryptocurrency holdings/portfolio
+home: https://truecharts.org/charts/stable/cryptofolio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png
+keywords:
+ - cryptofolio
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cryptofolio
+sources:
+ - https://github.com/Xtrendence/cryptofolio
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio
+ - https://hub.docker.com/r/xtrendence/cryptofolio
+type: application
+version: 12.7.3
diff --git a/stable/cryptofolio/12.6.0/README.md b/stable/cryptofolio/12.7.3/README.md
similarity index 100%
rename from stable/cryptofolio/12.6.0/README.md
rename to stable/cryptofolio/12.7.3/README.md
diff --git a/stable/cryptofolio/12.7.3/app-changelog.md b/stable/cryptofolio/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..c33fc569fe3
--- /dev/null
+++ b/stable/cryptofolio/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cryptofolio-12.7.3](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cryptofolio/12.6.0/app-readme.md b/stable/cryptofolio/12.7.3/app-readme.md
similarity index 100%
rename from stable/cryptofolio/12.6.0/app-readme.md
rename to stable/cryptofolio/12.7.3/app-readme.md
diff --git a/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz b/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cryptofolio/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cryptofolio/12.6.0/ix_values.yaml b/stable/cryptofolio/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/cryptofolio/12.6.0/ix_values.yaml
rename to stable/cryptofolio/12.7.3/ix_values.yaml
diff --git a/stable/cryptofolio/12.6.0/questions.yaml b/stable/cryptofolio/12.7.3/questions.yaml
similarity index 100%
rename from stable/cryptofolio/12.6.0/questions.yaml
rename to stable/cryptofolio/12.7.3/questions.yaml
diff --git a/stable/cryptofolio/12.6.0/templates/NOTES.txt b/stable/cryptofolio/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cryptofolio/12.6.0/templates/NOTES.txt
rename to stable/cryptofolio/12.7.3/templates/NOTES.txt
diff --git a/stable/cryptofolio/12.6.0/templates/common.yaml b/stable/cryptofolio/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/cryptofolio/12.6.0/templates/common.yaml
rename to stable/cryptofolio/12.7.3/templates/common.yaml
diff --git a/stable/cryptofolio/12.6.0/values.yaml b/stable/cryptofolio/12.7.3/values.yaml
similarity index 100%
rename from stable/cryptofolio/12.6.0/values.yaml
rename to stable/cryptofolio/12.7.3/values.yaml
diff --git a/stable/cryptpad/7.6.0/CHANGELOG.md b/stable/cryptpad/7.6.0/CHANGELOG.md
deleted file mode 100644
index afc97a082b2..00000000000
--- a/stable/cryptpad/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cryptpad-7.6.0](https://github.com/truecharts/charts/compare/cryptpad-7.5.2...cryptpad-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cryptpad-7.5.2](https://github.com/truecharts/charts/compare/cryptpad-7.5.1...cryptpad-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cryptpad-7.5.1](https://github.com/truecharts/charts/compare/cryptpad-7.5.0...cryptpad-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cryptpad-7.5.0](https://github.com/truecharts/charts/compare/cryptpad-7.4.1...cryptpad-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cryptpad-7.4.1](https://github.com/truecharts/charts/compare/cryptpad-7.4.0...cryptpad-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cryptpad-7.4.0](https://github.com/truecharts/charts/compare/cryptpad-7.3.0...cryptpad-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cryptpad-7.3.0](https://github.com/truecharts/charts/compare/cryptpad-7.2.3...cryptpad-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cryptpad-7.2.3](https://github.com/truecharts/charts/compare/cryptpad-7.2.2...cryptpad-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cryptpad-7.2.2](https://github.com/truecharts/charts/compare/cryptpad-7.2.0...cryptpad-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cryptpad/7.6.0/Chart.yaml b/stable/cryptpad/7.6.0/Chart.yaml
deleted file mode 100644
index 7bb2d4aa10a..00000000000
--- a/stable/cryptpad/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: CryptPad is the Zero Knowledge realtime collaborative editor.
-home: https://truecharts.org/charts/stable/cryptpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png
-keywords:
- - cryptpad
- - Productivity
- - Security
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cryptpad
-sources:
- - https://cryptpad.fr/
- - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad
- - https://hub.docker.com/r/cryptpad/cryptpad
-type: application
-version: 7.6.0
diff --git a/stable/cryptpad/7.6.0/charts/common-20.1.5.tgz b/stable/cryptpad/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cryptpad/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cryptpad/7.6.0/.helmignore b/stable/cryptpad/7.7.3/.helmignore
similarity index 100%
rename from stable/cryptpad/7.6.0/.helmignore
rename to stable/cryptpad/7.7.3/.helmignore
diff --git a/stable/cryptpad/7.7.3/CHANGELOG.md b/stable/cryptpad/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fcbe7863e18
--- /dev/null
+++ b/stable/cryptpad/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cryptpad-7.7.2](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cryptpad/7.7.3/Chart.yaml b/stable/cryptpad/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..790e3b79070
--- /dev/null
+++ b/stable/cryptpad/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: CryptPad is the Zero Knowledge realtime collaborative editor.
+home: https://truecharts.org/charts/stable/cryptpad
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png
+keywords:
+ - cryptpad
+ - Productivity
+ - Security
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cryptpad
+sources:
+ - https://cryptpad.fr/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad
+ - https://hub.docker.com/r/cryptpad/cryptpad
+type: application
+version: 7.7.3
diff --git a/stable/cryptpad/7.6.0/README.md b/stable/cryptpad/7.7.3/README.md
similarity index 100%
rename from stable/cryptpad/7.6.0/README.md
rename to stable/cryptpad/7.7.3/README.md
diff --git a/stable/cryptpad/7.7.3/app-changelog.md b/stable/cryptpad/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..5b4ddfabca7
--- /dev/null
+++ b/stable/cryptpad/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cryptpad-7.7.3](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cryptpad/7.6.0/app-readme.md b/stable/cryptpad/7.7.3/app-readme.md
similarity index 100%
rename from stable/cryptpad/7.6.0/app-readme.md
rename to stable/cryptpad/7.7.3/app-readme.md
diff --git a/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz b/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cryptpad/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cryptpad/7.6.0/ix_values.yaml b/stable/cryptpad/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/cryptpad/7.6.0/ix_values.yaml
rename to stable/cryptpad/7.7.3/ix_values.yaml
diff --git a/stable/cryptpad/7.6.0/questions.yaml b/stable/cryptpad/7.7.3/questions.yaml
similarity index 100%
rename from stable/cryptpad/7.6.0/questions.yaml
rename to stable/cryptpad/7.7.3/questions.yaml
diff --git a/stable/cryptpad/7.6.0/templates/NOTES.txt b/stable/cryptpad/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cryptpad/7.6.0/templates/NOTES.txt
rename to stable/cryptpad/7.7.3/templates/NOTES.txt
diff --git a/stable/cryptpad/7.6.0/templates/common.yaml b/stable/cryptpad/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/cryptpad/7.6.0/templates/common.yaml
rename to stable/cryptpad/7.7.3/templates/common.yaml
diff --git a/stable/cryptpad/7.6.0/values.yaml b/stable/cryptpad/7.7.3/values.yaml
similarity index 100%
rename from stable/cryptpad/7.6.0/values.yaml
rename to stable/cryptpad/7.7.3/values.yaml
diff --git a/stable/cs2/3.6.0/CHANGELOG.md b/stable/cs2/3.6.0/CHANGELOG.md
deleted file mode 100644
index e1c322199b0..00000000000
--- a/stable/cs2/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cs2-3.6.0](https://github.com/truecharts/charts/compare/cs2-3.5.2...cs2-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cs2-3.5.2](https://github.com/truecharts/charts/compare/cs2-3.5.1...cs2-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cs2-3.5.1](https://github.com/truecharts/charts/compare/cs2-3.5.0...cs2-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cs2-3.5.0](https://github.com/truecharts/charts/compare/cs2-3.4.2...cs2-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cs2-3.4.2](https://github.com/truecharts/charts/compare/cs2-3.4.1...cs2-3.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ich777/steamcmd to cs2[@9788725](https://github.com/9788725) by renovate ([#19021](https://github.com/truecharts/charts/issues/19021))
-
-
-## [cs2-3.4.1](https://github.com/truecharts/charts/compare/cs2-3.4.0...cs2-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cs2-3.4.0](https://github.com/truecharts/charts/compare/cs2-3.3.0...cs2-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cs2-3.3.0](https://github.com/truecharts/charts/compare/cs2-3.2.3...cs2-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cs2-3.2.3](https://github.com/truecharts/charts/compare/cs2-3.2.2...cs2-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cs2-3.2.2](https://github.com/truecharts/charts/compare/cs2-3.2.0...cs2-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/cs2/3.6.0/Chart.yaml b/stable/cs2/3.6.0/Chart.yaml
deleted file mode 100644
index 812eb6784d2..00000000000
--- a/stable/cs2/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: cs2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A custom SteamCMD chart that runs CS2.
-home: https://truecharts.org/charts/stable/cs2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
-keywords:
- - cs2
- - counter-strike
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cs2
-sources:
- - https://github.com/ich777/docker-steamcmd-server/tree/cs2
- - https://github.com/truecharts/charts/tree/master/charts/stable/cs2
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 3.6.0
diff --git a/stable/cs2/3.6.0/charts/common-20.1.5.tgz b/stable/cs2/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cs2/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cs2/3.6.0/.helmignore b/stable/cs2/3.7.3/.helmignore
similarity index 100%
rename from stable/cs2/3.6.0/.helmignore
rename to stable/cs2/3.7.3/.helmignore
diff --git a/stable/cs2/3.7.3/CHANGELOG.md b/stable/cs2/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d34238dd05a
--- /dev/null
+++ b/stable/cs2/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cs2-3.7.2](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cs2/3.7.3/Chart.yaml b/stable/cs2/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..82ad7a52d6f
--- /dev/null
+++ b/stable/cs2/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: cs2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A custom SteamCMD chart that runs CS2.
+home: https://truecharts.org/charts/stable/cs2
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
+keywords:
+ - cs2
+ - counter-strike
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cs2
+sources:
+ - https://github.com/ich777/docker-steamcmd-server/tree/cs2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cs2
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 3.7.3
diff --git a/stable/cs2/3.6.0/README.md b/stable/cs2/3.7.3/README.md
similarity index 100%
rename from stable/cs2/3.6.0/README.md
rename to stable/cs2/3.7.3/README.md
diff --git a/stable/cs2/3.7.3/app-changelog.md b/stable/cs2/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..56e1cda604c
--- /dev/null
+++ b/stable/cs2/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cs2-3.7.3](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cs2/3.6.0/app-readme.md b/stable/cs2/3.7.3/app-readme.md
similarity index 100%
rename from stable/cs2/3.6.0/app-readme.md
rename to stable/cs2/3.7.3/app-readme.md
diff --git a/stable/cs2/3.7.3/charts/common-20.2.4.tgz b/stable/cs2/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cs2/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cs2/3.6.0/ix_values.yaml b/stable/cs2/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/cs2/3.6.0/ix_values.yaml
rename to stable/cs2/3.7.3/ix_values.yaml
diff --git a/stable/cs2/3.6.0/questions.yaml b/stable/cs2/3.7.3/questions.yaml
similarity index 100%
rename from stable/cs2/3.6.0/questions.yaml
rename to stable/cs2/3.7.3/questions.yaml
diff --git a/stable/cs2/3.6.0/templates/NOTES.txt b/stable/cs2/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cs2/3.6.0/templates/NOTES.txt
rename to stable/cs2/3.7.3/templates/NOTES.txt
diff --git a/stable/cs2/3.6.0/templates/common.yaml b/stable/cs2/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/cs2/3.6.0/templates/common.yaml
rename to stable/cs2/3.7.3/templates/common.yaml
diff --git a/stable/cs2/3.6.0/values.yaml b/stable/cs2/3.7.3/values.yaml
similarity index 100%
rename from stable/cs2/3.6.0/values.yaml
rename to stable/cs2/3.7.3/values.yaml
diff --git a/stable/csgo/5.6.0/CHANGELOG.md b/stable/csgo/5.6.0/CHANGELOG.md
deleted file mode 100644
index 96c54ef38ce..00000000000
--- a/stable/csgo/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [csgo-5.6.0](https://github.com/truecharts/charts/compare/csgo-5.5.2...csgo-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [csgo-5.5.2](https://github.com/truecharts/charts/compare/csgo-5.5.1...csgo-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [csgo-5.5.1](https://github.com/truecharts/charts/compare/csgo-5.5.0...csgo-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [csgo-5.5.0](https://github.com/truecharts/charts/compare/csgo-5.4.1...csgo-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [csgo-5.4.1](https://github.com/truecharts/charts/compare/csgo-5.4.0...csgo-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [csgo-5.4.0](https://github.com/truecharts/charts/compare/csgo-5.3.0...csgo-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [csgo-5.3.0](https://github.com/truecharts/charts/compare/csgo-5.2.3...csgo-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [csgo-5.2.3](https://github.com/truecharts/charts/compare/csgo-5.2.2...csgo-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [csgo-5.2.2](https://github.com/truecharts/charts/compare/csgo-5.2.0...csgo-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/csgo/5.6.0/Chart.yaml b/stable/csgo/5.6.0/Chart.yaml
deleted file mode 100644
index 4c01ee3411f..00000000000
--- a/stable/csgo/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it."
-home: https://truecharts.org/charts/stable/csgo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png
-keywords:
- - csgo
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: csgo
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/csgo
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/csgo/5.6.0/charts/common-20.1.5.tgz b/stable/csgo/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/csgo/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/csgo/5.6.0/.helmignore b/stable/csgo/5.7.3/.helmignore
similarity index 100%
rename from stable/csgo/5.6.0/.helmignore
rename to stable/csgo/5.7.3/.helmignore
diff --git a/stable/csgo/5.7.3/CHANGELOG.md b/stable/csgo/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2f4b5f6add0
--- /dev/null
+++ b/stable/csgo/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [csgo-5.7.2](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/csgo/5.7.3/Chart.yaml b/stable/csgo/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9e8bfc62cf8
--- /dev/null
+++ b/stable/csgo/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it."
+home: https://truecharts.org/charts/stable/csgo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png
+keywords:
+ - csgo
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: csgo
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/csgo
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/csgo/5.6.0/README.md b/stable/csgo/5.7.3/README.md
similarity index 100%
rename from stable/csgo/5.6.0/README.md
rename to stable/csgo/5.7.3/README.md
diff --git a/stable/csgo/5.7.3/app-changelog.md b/stable/csgo/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..cb5332540a5
--- /dev/null
+++ b/stable/csgo/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [csgo-5.7.3](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/csgo/5.6.0/app-readme.md b/stable/csgo/5.7.3/app-readme.md
similarity index 100%
rename from stable/csgo/5.6.0/app-readme.md
rename to stable/csgo/5.7.3/app-readme.md
diff --git a/stable/csgo/5.7.3/charts/common-20.2.4.tgz b/stable/csgo/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/csgo/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/csgo/5.6.0/ix_values.yaml b/stable/csgo/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/csgo/5.6.0/ix_values.yaml
rename to stable/csgo/5.7.3/ix_values.yaml
diff --git a/stable/csgo/5.6.0/questions.yaml b/stable/csgo/5.7.3/questions.yaml
similarity index 100%
rename from stable/csgo/5.6.0/questions.yaml
rename to stable/csgo/5.7.3/questions.yaml
diff --git a/stable/csgo/5.6.0/templates/common.yaml b/stable/csgo/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/csgo/5.6.0/templates/common.yaml
rename to stable/csgo/5.7.3/templates/common.yaml
diff --git a/stable/csgo/5.6.0/values.yaml b/stable/csgo/5.7.3/values.yaml
similarity index 100%
rename from stable/csgo/5.6.0/values.yaml
rename to stable/csgo/5.7.3/values.yaml
diff --git a/stable/cssource/5.6.0/CHANGELOG.md b/stable/cssource/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5c70ee1a89a..00000000000
--- a/stable/cssource/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cssource-5.6.0](https://github.com/truecharts/charts/compare/cssource-5.5.2...cssource-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cssource-5.5.2](https://github.com/truecharts/charts/compare/cssource-5.5.1...cssource-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cssource-5.5.1](https://github.com/truecharts/charts/compare/cssource-5.5.0...cssource-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cssource-5.5.0](https://github.com/truecharts/charts/compare/cssource-5.4.1...cssource-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cssource-5.4.1](https://github.com/truecharts/charts/compare/cssource-5.4.0...cssource-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cssource-5.4.0](https://github.com/truecharts/charts/compare/cssource-5.3.0...cssource-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cssource-5.3.0](https://github.com/truecharts/charts/compare/cssource-5.2.3...cssource-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cssource-5.2.3](https://github.com/truecharts/charts/compare/cssource-5.2.2...cssource-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cssource-5.2.2](https://github.com/truecharts/charts/compare/cssource-5.2.0...cssource-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cssource/5.6.0/Chart.yaml b/stable/cssource/5.6.0/Chart.yaml
deleted file mode 100644
index e22bc9d8b5a..00000000000
--- a/stable/cssource/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it."
-home: https://truecharts.org/charts/stable/cssource
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png
-keywords:
- - cssource
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cssource
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/cssource
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/cssource/5.6.0/charts/common-20.1.5.tgz b/stable/cssource/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cssource/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cssource/5.6.0/.helmignore b/stable/cssource/5.7.3/.helmignore
similarity index 100%
rename from stable/cssource/5.6.0/.helmignore
rename to stable/cssource/5.7.3/.helmignore
diff --git a/stable/cssource/5.7.3/CHANGELOG.md b/stable/cssource/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f9ece7267db
--- /dev/null
+++ b/stable/cssource/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cssource-5.7.2](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cssource/5.7.3/Chart.yaml b/stable/cssource/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..eb022b45533
--- /dev/null
+++ b/stable/cssource/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it."
+home: https://truecharts.org/charts/stable/cssource
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png
+keywords:
+ - cssource
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cssource
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cssource
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/cssource/5.6.0/README.md b/stable/cssource/5.7.3/README.md
similarity index 100%
rename from stable/cssource/5.6.0/README.md
rename to stable/cssource/5.7.3/README.md
diff --git a/stable/cssource/5.7.3/app-changelog.md b/stable/cssource/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..bdd1c677fe0
--- /dev/null
+++ b/stable/cssource/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cssource-5.7.3](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cssource/5.6.0/app-readme.md b/stable/cssource/5.7.3/app-readme.md
similarity index 100%
rename from stable/cssource/5.6.0/app-readme.md
rename to stable/cssource/5.7.3/app-readme.md
diff --git a/stable/cssource/5.7.3/charts/common-20.2.4.tgz b/stable/cssource/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cssource/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cssource/5.6.0/ix_values.yaml b/stable/cssource/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/cssource/5.6.0/ix_values.yaml
rename to stable/cssource/5.7.3/ix_values.yaml
diff --git a/stable/cssource/5.6.0/questions.yaml b/stable/cssource/5.7.3/questions.yaml
similarity index 100%
rename from stable/cssource/5.6.0/questions.yaml
rename to stable/cssource/5.7.3/questions.yaml
diff --git a/stable/cssource/5.6.0/templates/common.yaml b/stable/cssource/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/cssource/5.6.0/templates/common.yaml
rename to stable/cssource/5.7.3/templates/common.yaml
diff --git a/stable/cssource/5.6.0/values.yaml b/stable/cssource/5.7.3/values.yaml
similarity index 100%
rename from stable/cssource/5.6.0/values.yaml
rename to stable/cssource/5.7.3/values.yaml
diff --git a/stable/cstrike1-6/5.6.0/CHANGELOG.md b/stable/cstrike1-6/5.6.0/CHANGELOG.md
deleted file mode 100644
index 3f5168d38de..00000000000
--- a/stable/cstrike1-6/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cstrike1-6-5.6.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.5.2...cstrike1-6-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cstrike1-6-5.5.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.5.1...cstrike1-6-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cstrike1-6-5.5.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.5.0...cstrike1-6-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cstrike1-6-5.5.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.4.1...cstrike1-6-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cstrike1-6-5.4.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.4.0...cstrike1-6-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cstrike1-6-5.4.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.3.0...cstrike1-6-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cstrike1-6-5.3.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.3...cstrike1-6-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cstrike1-6-5.2.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.2...cstrike1-6-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cstrike1-6-5.2.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.0...cstrike1-6-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cstrike1-6/5.6.0/Chart.yaml b/stable/cstrike1-6/5.6.0/Chart.yaml
deleted file mode 100644
index 199ffa11e0d..00000000000
--- a/stable/cstrike1-6/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: cstrike1.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it.
-home: https://truecharts.org/charts/stable/cstrike1-6
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png
-keywords:
- - cstrike1-6
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cstrike1-6
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/cstrike1-6/5.6.0/charts/common-20.1.5.tgz b/stable/cstrike1-6/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cstrike1-6/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cstrike1-6/5.6.0/.helmignore b/stable/cstrike1-6/5.7.3/.helmignore
similarity index 100%
rename from stable/cstrike1-6/5.6.0/.helmignore
rename to stable/cstrike1-6/5.7.3/.helmignore
diff --git a/stable/cstrike1-6/5.7.3/CHANGELOG.md b/stable/cstrike1-6/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c07e426336f
--- /dev/null
+++ b/stable/cstrike1-6/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrike1-6-5.7.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cstrike1-6/5.7.3/Chart.yaml b/stable/cstrike1-6/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0f1a3ca8bd6
--- /dev/null
+++ b/stable/cstrike1-6/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: cstrike1.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it.
+home: https://truecharts.org/charts/stable/cstrike1-6
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png
+keywords:
+ - cstrike1-6
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cstrike1-6
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/cstrike1-6/5.6.0/README.md b/stable/cstrike1-6/5.7.3/README.md
similarity index 100%
rename from stable/cstrike1-6/5.6.0/README.md
rename to stable/cstrike1-6/5.7.3/README.md
diff --git a/stable/cstrike1-6/5.7.3/app-changelog.md b/stable/cstrike1-6/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..29d2fccb694
--- /dev/null
+++ b/stable/cstrike1-6/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cstrike1-6-5.7.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cstrike1-6/5.6.0/app-readme.md b/stable/cstrike1-6/5.7.3/app-readme.md
similarity index 100%
rename from stable/cstrike1-6/5.6.0/app-readme.md
rename to stable/cstrike1-6/5.7.3/app-readme.md
diff --git a/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz b/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cstrike1-6/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cstrike1-6/5.6.0/ix_values.yaml b/stable/cstrike1-6/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/cstrike1-6/5.6.0/ix_values.yaml
rename to stable/cstrike1-6/5.7.3/ix_values.yaml
diff --git a/stable/cstrike1-6/5.6.0/questions.yaml b/stable/cstrike1-6/5.7.3/questions.yaml
similarity index 100%
rename from stable/cstrike1-6/5.6.0/questions.yaml
rename to stable/cstrike1-6/5.7.3/questions.yaml
diff --git a/stable/cstrike1-6/5.6.0/templates/common.yaml b/stable/cstrike1-6/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/cstrike1-6/5.6.0/templates/common.yaml
rename to stable/cstrike1-6/5.7.3/templates/common.yaml
diff --git a/stable/cstrike1-6/5.6.0/values.yaml b/stable/cstrike1-6/5.7.3/values.yaml
similarity index 100%
rename from stable/cstrike1-6/5.6.0/values.yaml
rename to stable/cstrike1-6/5.7.3/values.yaml
diff --git a/stable/cstrikeconditionzero/5.6.0/CHANGELOG.md b/stable/cstrikeconditionzero/5.6.0/CHANGELOG.md
deleted file mode 100644
index 036a4783963..00000000000
--- a/stable/cstrikeconditionzero/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cstrikeconditionzero-5.6.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.5.2...cstrikeconditionzero-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cstrikeconditionzero-5.5.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.5.1...cstrikeconditionzero-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cstrikeconditionzero-5.5.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.5.0...cstrikeconditionzero-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cstrikeconditionzero-5.5.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.4.1...cstrikeconditionzero-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cstrikeconditionzero-5.4.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.4.0...cstrikeconditionzero-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cstrikeconditionzero-5.4.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.3.0...cstrikeconditionzero-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cstrikeconditionzero-5.3.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.3...cstrikeconditionzero-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cstrikeconditionzero-5.2.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.2...cstrikeconditionzero-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cstrikeconditionzero-5.2.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.0...cstrikeconditionzero-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cstrikeconditionzero/5.6.0/Chart.yaml b/stable/cstrikeconditionzero/5.6.0/Chart.yaml
deleted file mode 100644
index 83dbf9a668e..00000000000
--- a/stable/cstrikeconditionzero/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: cstrikeczero
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it.
-home: https://truecharts.org/charts/stable/cstrikeconditionzero
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png
-keywords:
- - cstrikeconditionzero
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cstrikeconditionzero
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/cstrikeconditionzero/5.6.0/charts/common-20.1.5.tgz b/stable/cstrikeconditionzero/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cstrikeconditionzero/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cstrikeconditionzero/5.6.0/.helmignore b/stable/cstrikeconditionzero/5.7.3/.helmignore
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/.helmignore
rename to stable/cstrikeconditionzero/5.7.3/.helmignore
diff --git a/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md b/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..aad3f070d4b
--- /dev/null
+++ b/stable/cstrikeconditionzero/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cstrikeconditionzero-5.7.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cstrikeconditionzero/5.7.3/Chart.yaml b/stable/cstrikeconditionzero/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..cd4f5c4d491
--- /dev/null
+++ b/stable/cstrikeconditionzero/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: cstrikeczero
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it.
+home: https://truecharts.org/charts/stable/cstrikeconditionzero
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png
+keywords:
+ - cstrikeconditionzero
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cstrikeconditionzero
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/cstrikeconditionzero/5.6.0/README.md b/stable/cstrikeconditionzero/5.7.3/README.md
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/README.md
rename to stable/cstrikeconditionzero/5.7.3/README.md
diff --git a/stable/cstrikeconditionzero/5.7.3/app-changelog.md b/stable/cstrikeconditionzero/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c345406221d
--- /dev/null
+++ b/stable/cstrikeconditionzero/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cstrikeconditionzero-5.7.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cstrikeconditionzero/5.6.0/app-readme.md b/stable/cstrikeconditionzero/5.7.3/app-readme.md
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/app-readme.md
rename to stable/cstrikeconditionzero/5.7.3/app-readme.md
diff --git a/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz b/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cstrikeconditionzero/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cstrikeconditionzero/5.6.0/ix_values.yaml b/stable/cstrikeconditionzero/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/ix_values.yaml
rename to stable/cstrikeconditionzero/5.7.3/ix_values.yaml
diff --git a/stable/cstrikeconditionzero/5.6.0/questions.yaml b/stable/cstrikeconditionzero/5.7.3/questions.yaml
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/questions.yaml
rename to stable/cstrikeconditionzero/5.7.3/questions.yaml
diff --git a/stable/cstrikeconditionzero/5.6.0/templates/common.yaml b/stable/cstrikeconditionzero/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/templates/common.yaml
rename to stable/cstrikeconditionzero/5.7.3/templates/common.yaml
diff --git a/stable/cstrikeconditionzero/5.6.0/values.yaml b/stable/cstrikeconditionzero/5.7.3/values.yaml
similarity index 100%
rename from stable/cstrikeconditionzero/5.6.0/values.yaml
rename to stable/cstrikeconditionzero/5.7.3/values.yaml
diff --git a/stable/ctfd/4.15.3/CHANGELOG.md b/stable/ctfd/4.15.3/CHANGELOG.md
deleted file mode 100644
index 63c6f29444e..00000000000
--- a/stable/ctfd/4.15.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ctfd-4.15.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [ctfd-4.15.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [ctfd-4.15.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [ctfd-4.15.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
\ No newline at end of file
diff --git a/stable/ctfd/4.15.3/Chart.yaml b/stable/ctfd/4.15.3/Chart.yaml
deleted file mode 100644
index cfadc814c11..00000000000
--- a/stable/ctfd/4.15.3/Chart.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: learning
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.7.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
-home: https://truecharts.org/charts/stable/ctfd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
-keywords:
- - ctfd
- - learning
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ctfd
-sources:
- - https://github.com/CTFd/CTFd
- - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd
- - https://ghcr.io/ctfd/ctfd
-type: application
-version: 4.15.3
diff --git a/stable/ctfd/4.15.3/app-changelog.md b/stable/ctfd/4.15.3/app-changelog.md
deleted file mode 100644
index d8472dc4e3f..00000000000
--- a/stable/ctfd/4.15.3/app-changelog.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-## [ctfd-4.15.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/ctfd/4.15.3/charts/common-20.2.2.tgz b/stable/ctfd/4.15.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/ctfd/4.15.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/ctfd/4.15.3/charts/mariadb-13.7.2.tgz b/stable/ctfd/4.15.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/ctfd/4.15.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/ctfd/4.15.3/charts/redis-13.0.5.tgz b/stable/ctfd/4.15.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/ctfd/4.15.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/ctfd/4.15.3/.helmignore b/stable/ctfd/4.16.3/.helmignore
similarity index 100%
rename from stable/ctfd/4.15.3/.helmignore
rename to stable/ctfd/4.16.3/.helmignore
diff --git a/stable/ctfd/4.16.3/CHANGELOG.md b/stable/ctfd/4.16.3/CHANGELOG.md
new file mode 100644
index 00000000000..fe25c5c170d
--- /dev/null
+++ b/stable/ctfd/4.16.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ctfd-4.16.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [ctfd-4.16.2](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [ctfd-4.16.2](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/ctfd/4.16.3/Chart.yaml b/stable/ctfd/4.16.3/Chart.yaml
new file mode 100644
index 00000000000..d13031b3fb7
--- /dev/null
+++ b/stable/ctfd/4.16.3/Chart.yaml
@@ -0,0 +1,51 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: learning
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
+home: https://truecharts.org/charts/stable/ctfd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
+keywords:
+ - ctfd
+ - learning
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ctfd
+sources:
+ - https://github.com/CTFd/CTFd
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd
+ - https://ghcr.io/ctfd/ctfd
+type: application
+version: 4.16.3
diff --git a/stable/ctfd/4.15.3/README.md b/stable/ctfd/4.16.3/README.md
similarity index 100%
rename from stable/ctfd/4.15.3/README.md
rename to stable/ctfd/4.16.3/README.md
diff --git a/stable/ctfd/4.16.3/app-changelog.md b/stable/ctfd/4.16.3/app-changelog.md
new file mode 100644
index 00000000000..257211db111
--- /dev/null
+++ b/stable/ctfd/4.16.3/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [ctfd-4.16.3](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.16.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/ctfd/4.15.3/app-readme.md b/stable/ctfd/4.16.3/app-readme.md
similarity index 100%
rename from stable/ctfd/4.15.3/app-readme.md
rename to stable/ctfd/4.16.3/app-readme.md
diff --git a/stable/ctfd/4.16.3/charts/common-20.2.4.tgz b/stable/ctfd/4.16.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ctfd/4.16.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ctfd/4.16.3/charts/mariadb-13.7.3.tgz b/stable/ctfd/4.16.3/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/ctfd/4.16.3/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/ctfd/4.16.3/charts/redis-13.2.2.tgz b/stable/ctfd/4.16.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/ctfd/4.16.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/ctfd/4.15.3/ix_values.yaml b/stable/ctfd/4.16.3/ix_values.yaml
similarity index 100%
rename from stable/ctfd/4.15.3/ix_values.yaml
rename to stable/ctfd/4.16.3/ix_values.yaml
diff --git a/stable/ctfd/4.15.3/questions.yaml b/stable/ctfd/4.16.3/questions.yaml
similarity index 100%
rename from stable/ctfd/4.15.3/questions.yaml
rename to stable/ctfd/4.16.3/questions.yaml
diff --git a/stable/ctfd/4.15.3/templates/NOTES.txt b/stable/ctfd/4.16.3/templates/NOTES.txt
similarity index 100%
rename from stable/ctfd/4.15.3/templates/NOTES.txt
rename to stable/ctfd/4.16.3/templates/NOTES.txt
diff --git a/stable/ctfd/4.15.3/templates/_secrets.tpl b/stable/ctfd/4.16.3/templates/_secrets.tpl
similarity index 100%
rename from stable/ctfd/4.15.3/templates/_secrets.tpl
rename to stable/ctfd/4.16.3/templates/_secrets.tpl
diff --git a/stable/ctfd/4.15.3/templates/common.yaml b/stable/ctfd/4.16.3/templates/common.yaml
similarity index 100%
rename from stable/ctfd/4.15.3/templates/common.yaml
rename to stable/ctfd/4.16.3/templates/common.yaml
diff --git a/stable/ctfd/4.15.3/values.yaml b/stable/ctfd/4.16.3/values.yaml
similarity index 100%
rename from stable/ctfd/4.15.3/values.yaml
rename to stable/ctfd/4.16.3/values.yaml
diff --git a/stable/cura-novnc/8.6.0/CHANGELOG.md b/stable/cura-novnc/8.6.0/CHANGELOG.md
deleted file mode 100644
index 5b2ca768b2f..00000000000
--- a/stable/cura-novnc/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cura-novnc-8.6.0](https://github.com/truecharts/charts/compare/cura-novnc-8.5.2...cura-novnc-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cura-novnc-8.5.2](https://github.com/truecharts/charts/compare/cura-novnc-8.5.1...cura-novnc-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cura-novnc-8.5.1](https://github.com/truecharts/charts/compare/cura-novnc-8.5.0...cura-novnc-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cura-novnc-8.5.0](https://github.com/truecharts/charts/compare/cura-novnc-8.4.1...cura-novnc-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cura-novnc-8.4.1](https://github.com/truecharts/charts/compare/cura-novnc-8.4.0...cura-novnc-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cura-novnc-8.4.0](https://github.com/truecharts/charts/compare/cura-novnc-8.3.0...cura-novnc-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cura-novnc-8.3.0](https://github.com/truecharts/charts/compare/cura-novnc-8.2.3...cura-novnc-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cura-novnc-8.2.3](https://github.com/truecharts/charts/compare/cura-novnc-8.2.2...cura-novnc-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cura-novnc-8.2.2](https://github.com/truecharts/charts/compare/cura-novnc-8.2.0...cura-novnc-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cura-novnc/8.6.0/Chart.yaml b/stable/cura-novnc/8.6.0/Chart.yaml
deleted file mode 100644
index 3b0e74bae81..00000000000
--- a/stable/cura-novnc/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Enjoy Cura directly in your browser with this easy to use Chart
-home: https://truecharts.org/charts/stable/cura-novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png
-keywords:
- - cura-novnc
- - home-automation
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cura-novnc
-sources:
- - https://ultimaker.com/software/ultimaker-cura
- - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc
- - https://hub.docker.com/r/mikeah/cura-novnc
-type: application
-version: 8.6.0
diff --git a/stable/cura-novnc/8.6.0/charts/common-20.1.5.tgz b/stable/cura-novnc/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cura-novnc/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cura-novnc/8.6.0/.helmignore b/stable/cura-novnc/8.7.3/.helmignore
similarity index 100%
rename from stable/cura-novnc/8.6.0/.helmignore
rename to stable/cura-novnc/8.7.3/.helmignore
diff --git a/stable/cura-novnc/8.7.3/CHANGELOG.md b/stable/cura-novnc/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8d4209050d9
--- /dev/null
+++ b/stable/cura-novnc/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cura-novnc-8.7.2](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cura-novnc/8.7.3/Chart.yaml b/stable/cura-novnc/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..e3001fa54b1
--- /dev/null
+++ b/stable/cura-novnc/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Enjoy Cura directly in your browser with this easy to use Chart
+home: https://truecharts.org/charts/stable/cura-novnc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png
+keywords:
+ - cura-novnc
+ - home-automation
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cura-novnc
+sources:
+ - https://ultimaker.com/software/ultimaker-cura
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc
+ - https://hub.docker.com/r/mikeah/cura-novnc
+type: application
+version: 8.7.3
diff --git a/stable/cura-novnc/8.6.0/README.md b/stable/cura-novnc/8.7.3/README.md
similarity index 100%
rename from stable/cura-novnc/8.6.0/README.md
rename to stable/cura-novnc/8.7.3/README.md
diff --git a/stable/cura-novnc/8.7.3/app-changelog.md b/stable/cura-novnc/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..3e05e937c10
--- /dev/null
+++ b/stable/cura-novnc/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cura-novnc-8.7.3](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cura-novnc/8.6.0/app-readme.md b/stable/cura-novnc/8.7.3/app-readme.md
similarity index 100%
rename from stable/cura-novnc/8.6.0/app-readme.md
rename to stable/cura-novnc/8.7.3/app-readme.md
diff --git a/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz b/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cura-novnc/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cura-novnc/8.6.0/ix_values.yaml b/stable/cura-novnc/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/cura-novnc/8.6.0/ix_values.yaml
rename to stable/cura-novnc/8.7.3/ix_values.yaml
diff --git a/stable/cura-novnc/8.6.0/questions.yaml b/stable/cura-novnc/8.7.3/questions.yaml
similarity index 100%
rename from stable/cura-novnc/8.6.0/questions.yaml
rename to stable/cura-novnc/8.7.3/questions.yaml
diff --git a/stable/cura-novnc/8.6.0/templates/NOTES.txt b/stable/cura-novnc/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cura-novnc/8.6.0/templates/NOTES.txt
rename to stable/cura-novnc/8.7.3/templates/NOTES.txt
diff --git a/stable/cura-novnc/8.6.0/templates/common.yaml b/stable/cura-novnc/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/cura-novnc/8.6.0/templates/common.yaml
rename to stable/cura-novnc/8.7.3/templates/common.yaml
diff --git a/stable/cura-novnc/8.6.0/values.yaml b/stable/cura-novnc/8.7.3/values.yaml
similarity index 100%
rename from stable/cura-novnc/8.6.0/values.yaml
rename to stable/cura-novnc/8.7.3/values.yaml
diff --git a/stable/custom-app/12.6.0/CHANGELOG.md b/stable/custom-app/12.6.0/CHANGELOG.md
deleted file mode 100644
index 68d4cf63229..00000000000
--- a/stable/custom-app/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [custom-app-12.6.0](https://github.com/truecharts/charts/compare/custom-app-12.5.2...custom-app-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [custom-app-12.5.2](https://github.com/truecharts/charts/compare/custom-app-12.5.1...custom-app-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [custom-app-12.5.1](https://github.com/truecharts/charts/compare/custom-app-12.5.0...custom-app-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [custom-app-12.5.0](https://github.com/truecharts/charts/compare/custom-app-12.4.1...custom-app-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [custom-app-12.4.1](https://github.com/truecharts/charts/compare/custom-app-12.4.0...custom-app-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [custom-app-12.4.0](https://github.com/truecharts/charts/compare/custom-app-12.3.0...custom-app-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [custom-app-12.3.0](https://github.com/truecharts/charts/compare/custom-app-12.2.3...custom-app-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [custom-app-12.2.3](https://github.com/truecharts/charts/compare/custom-app-12.2.2...custom-app-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [custom-app-12.2.2](https://github.com/truecharts/charts/compare/custom-app-12.2.0...custom-app-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/custom-app/12.6.0/Chart.yaml b/stable/custom-app/12.6.0/Chart.yaml
deleted file mode 100644
index 5642d290918..00000000000
--- a/stable/custom-app/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: custom
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.21.1155
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Advanced tool to create your own TrueCharts-based App
-home: https://truecharts.org/charts/stable/custom-app
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png
-keywords:
- - custom
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: custom-app
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
- - https://ghcr.io/linuxserver/jackett
-type: application
-version: 12.6.0
diff --git a/stable/custom-app/12.6.0/charts/common-20.1.5.tgz b/stable/custom-app/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/custom-app/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/custom-app/12.6.0/.helmignore b/stable/custom-app/12.7.3/.helmignore
similarity index 100%
rename from stable/custom-app/12.6.0/.helmignore
rename to stable/custom-app/12.7.3/.helmignore
diff --git a/stable/custom-app/12.7.3/CHANGELOG.md b/stable/custom-app/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cd55df06717
--- /dev/null
+++ b/stable/custom-app/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [custom-app-12.7.2](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/custom-app/12.7.3/Chart.yaml b/stable/custom-app/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..29769fb91b5
--- /dev/null
+++ b/stable/custom-app/12.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: custom
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.21.1155
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Advanced tool to create your own TrueCharts-based App
+home: https://truecharts.org/charts/stable/custom-app
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png
+keywords:
+ - custom
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: custom-app
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
+ - https://ghcr.io/linuxserver/jackett
+type: application
+version: 12.7.3
diff --git a/stable/custom-app/12.6.0/README.md b/stable/custom-app/12.7.3/README.md
similarity index 100%
rename from stable/custom-app/12.6.0/README.md
rename to stable/custom-app/12.7.3/README.md
diff --git a/stable/custom-app/12.7.3/app-changelog.md b/stable/custom-app/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..79916079cae
--- /dev/null
+++ b/stable/custom-app/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [custom-app-12.7.3](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/custom-app/12.6.0/app-readme.md b/stable/custom-app/12.7.3/app-readme.md
similarity index 100%
rename from stable/custom-app/12.6.0/app-readme.md
rename to stable/custom-app/12.7.3/app-readme.md
diff --git a/stable/custom-app/12.7.3/charts/common-20.2.4.tgz b/stable/custom-app/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/custom-app/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/custom-app/12.6.0/ix_values.yaml b/stable/custom-app/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/custom-app/12.6.0/ix_values.yaml
rename to stable/custom-app/12.7.3/ix_values.yaml
diff --git a/stable/custom-app/12.6.0/questions.yaml b/stable/custom-app/12.7.3/questions.yaml
similarity index 100%
rename from stable/custom-app/12.6.0/questions.yaml
rename to stable/custom-app/12.7.3/questions.yaml
diff --git a/stable/custom-app/12.6.0/templates/NOTES.txt b/stable/custom-app/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/custom-app/12.6.0/templates/NOTES.txt
rename to stable/custom-app/12.7.3/templates/NOTES.txt
diff --git a/stable/custom-app/12.6.0/templates/common.yaml b/stable/custom-app/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/custom-app/12.6.0/templates/common.yaml
rename to stable/custom-app/12.7.3/templates/common.yaml
diff --git a/stable/custom-app/12.6.0/values.yaml b/stable/custom-app/12.7.3/values.yaml
similarity index 100%
rename from stable/custom-app/12.6.0/values.yaml
rename to stable/custom-app/12.7.3/values.yaml
diff --git a/stable/cyberchef/9.6.0/CHANGELOG.md b/stable/cyberchef/9.6.0/CHANGELOG.md
deleted file mode 100644
index b42f9565aef..00000000000
--- a/stable/cyberchef/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cyberchef-9.6.0](https://github.com/truecharts/charts/compare/cyberchef-9.5.2...cyberchef-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [cyberchef-9.5.2](https://github.com/truecharts/charts/compare/cyberchef-9.5.1...cyberchef-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [cyberchef-9.5.1](https://github.com/truecharts/charts/compare/cyberchef-9.5.0...cyberchef-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [cyberchef-9.5.0](https://github.com/truecharts/charts/compare/cyberchef-9.4.1...cyberchef-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [cyberchef-9.4.1](https://github.com/truecharts/charts/compare/cyberchef-9.4.0...cyberchef-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [cyberchef-9.4.0](https://github.com/truecharts/charts/compare/cyberchef-9.3.0...cyberchef-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [cyberchef-9.3.0](https://github.com/truecharts/charts/compare/cyberchef-9.2.3...cyberchef-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [cyberchef-9.2.3](https://github.com/truecharts/charts/compare/cyberchef-9.2.2...cyberchef-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [cyberchef-9.2.2](https://github.com/truecharts/charts/compare/cyberchef-9.2.0...cyberchef-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/cyberchef/9.6.0/Chart.yaml b/stable/cyberchef/9.6.0/Chart.yaml
deleted file mode 100644
index b8012c1dc9d..00000000000
--- a/stable/cyberchef/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 10.8.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
-home: https://truecharts.org/charts/stable/cyberchef
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png
-keywords:
- - cyberchef
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cyberchef
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
- - https://hub.docker.com/r/mpepping/cyberchef
-type: application
-version: 9.6.0
diff --git a/stable/cyberchef/9.6.0/charts/common-20.1.5.tgz b/stable/cyberchef/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/cyberchef/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/cyberchef/9.6.0/.helmignore b/stable/cyberchef/9.7.3/.helmignore
similarity index 100%
rename from stable/cyberchef/9.6.0/.helmignore
rename to stable/cyberchef/9.7.3/.helmignore
diff --git a/stable/cyberchef/9.7.3/CHANGELOG.md b/stable/cyberchef/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..21162f38209
--- /dev/null
+++ b/stable/cyberchef/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cyberchef-9.7.3](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [cyberchef-9.7.2](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/cyberchef/9.7.3/Chart.yaml b/stable/cyberchef/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..8aefcf98fd5
--- /dev/null
+++ b/stable/cyberchef/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 10.8.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
+home: https://truecharts.org/charts/stable/cyberchef
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png
+keywords:
+ - cyberchef
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cyberchef
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
+ - https://hub.docker.com/r/mpepping/cyberchef
+type: application
+version: 9.7.3
diff --git a/stable/cyberchef/9.6.0/README.md b/stable/cyberchef/9.7.3/README.md
similarity index 100%
rename from stable/cyberchef/9.6.0/README.md
rename to stable/cyberchef/9.7.3/README.md
diff --git a/stable/cyberchef/9.7.3/app-changelog.md b/stable/cyberchef/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..750b386479c
--- /dev/null
+++ b/stable/cyberchef/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [cyberchef-9.7.3](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/cyberchef/9.6.0/app-readme.md b/stable/cyberchef/9.7.3/app-readme.md
similarity index 100%
rename from stable/cyberchef/9.6.0/app-readme.md
rename to stable/cyberchef/9.7.3/app-readme.md
diff --git a/stable/cyberchef/9.7.3/charts/common-20.2.4.tgz b/stable/cyberchef/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/cyberchef/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/cyberchef/9.6.0/ix_values.yaml b/stable/cyberchef/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/cyberchef/9.6.0/ix_values.yaml
rename to stable/cyberchef/9.7.3/ix_values.yaml
diff --git a/stable/cyberchef/9.6.0/questions.yaml b/stable/cyberchef/9.7.3/questions.yaml
similarity index 100%
rename from stable/cyberchef/9.6.0/questions.yaml
rename to stable/cyberchef/9.7.3/questions.yaml
diff --git a/stable/cyberchef/9.6.0/templates/NOTES.txt b/stable/cyberchef/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/cyberchef/9.6.0/templates/NOTES.txt
rename to stable/cyberchef/9.7.3/templates/NOTES.txt
diff --git a/stable/cyberchef/9.6.0/templates/common.yaml b/stable/cyberchef/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/cyberchef/9.6.0/templates/common.yaml
rename to stable/cyberchef/9.7.3/templates/common.yaml
diff --git a/stable/cyberchef/9.6.0/values.yaml b/stable/cyberchef/9.7.3/values.yaml
similarity index 100%
rename from stable/cyberchef/9.6.0/values.yaml
rename to stable/cyberchef/9.7.3/values.yaml
diff --git a/stable/czkawka/9.6.0/CHANGELOG.md b/stable/czkawka/9.6.0/CHANGELOG.md
deleted file mode 100644
index fff795a3537..00000000000
--- a/stable/czkawka/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [czkawka-9.6.0](https://github.com/truecharts/charts/compare/czkawka-9.5.2...czkawka-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [czkawka-9.5.2](https://github.com/truecharts/charts/compare/czkawka-9.5.1...czkawka-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [czkawka-9.5.1](https://github.com/truecharts/charts/compare/czkawka-9.5.0...czkawka-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [czkawka-9.5.0](https://github.com/truecharts/charts/compare/czkawka-9.4.1...czkawka-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [czkawka-9.4.1](https://github.com/truecharts/charts/compare/czkawka-9.4.0...czkawka-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [czkawka-9.4.0](https://github.com/truecharts/charts/compare/czkawka-9.3.0...czkawka-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [czkawka-9.3.0](https://github.com/truecharts/charts/compare/czkawka-9.2.3...czkawka-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [czkawka-9.2.3](https://github.com/truecharts/charts/compare/czkawka-9.2.2...czkawka-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [czkawka-9.2.2](https://github.com/truecharts/charts/compare/czkawka-9.2.0...czkawka-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/czkawka/9.6.0/Chart.yaml b/stable/czkawka/9.6.0/Chart.yaml
deleted file mode 100644
index b066fe4f97c..00000000000
--- a/stable/czkawka/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: duplicates
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer.
-home: https://truecharts.org/charts/stable/czkawka
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png
-keywords:
- - duplicates
- - file management
- - czkawka
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: czkawka
-sources:
- - https://github.com/jlesage/docker-czkawka
- - https://github.com/qarmin/czkawka
- - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka
- - https://hub.docker.com/r/jlesage/czkawka
-type: application
-version: 9.6.0
diff --git a/stable/czkawka/9.6.0/charts/common-20.1.5.tgz b/stable/czkawka/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/czkawka/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/czkawka/9.6.0/.helmignore b/stable/czkawka/9.7.3/.helmignore
similarity index 100%
rename from stable/czkawka/9.6.0/.helmignore
rename to stable/czkawka/9.7.3/.helmignore
diff --git a/stable/czkawka/9.7.3/CHANGELOG.md b/stable/czkawka/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..775ee0d06a7
--- /dev/null
+++ b/stable/czkawka/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [czkawka-9.7.2](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/czkawka/9.7.3/Chart.yaml b/stable/czkawka/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..dd437df6f28
--- /dev/null
+++ b/stable/czkawka/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: duplicates
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer.
+home: https://truecharts.org/charts/stable/czkawka
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png
+keywords:
+ - duplicates
+ - file management
+ - czkawka
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: czkawka
+sources:
+ - https://github.com/jlesage/docker-czkawka
+ - https://github.com/qarmin/czkawka
+ - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka
+ - https://hub.docker.com/r/jlesage/czkawka
+type: application
+version: 9.7.3
diff --git a/stable/czkawka/9.6.0/README.md b/stable/czkawka/9.7.3/README.md
similarity index 100%
rename from stable/czkawka/9.6.0/README.md
rename to stable/czkawka/9.7.3/README.md
diff --git a/stable/czkawka/9.7.3/app-changelog.md b/stable/czkawka/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..f8f2969fe32
--- /dev/null
+++ b/stable/czkawka/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [czkawka-9.7.3](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/czkawka/9.6.0/app-readme.md b/stable/czkawka/9.7.3/app-readme.md
similarity index 100%
rename from stable/czkawka/9.6.0/app-readme.md
rename to stable/czkawka/9.7.3/app-readme.md
diff --git a/stable/czkawka/9.7.3/charts/common-20.2.4.tgz b/stable/czkawka/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/czkawka/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/czkawka/9.6.0/ix_values.yaml b/stable/czkawka/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/czkawka/9.6.0/ix_values.yaml
rename to stable/czkawka/9.7.3/ix_values.yaml
diff --git a/stable/czkawka/9.6.0/questions.yaml b/stable/czkawka/9.7.3/questions.yaml
similarity index 100%
rename from stable/czkawka/9.6.0/questions.yaml
rename to stable/czkawka/9.7.3/questions.yaml
diff --git a/stable/czkawka/9.6.0/templates/NOTES.txt b/stable/czkawka/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/czkawka/9.6.0/templates/NOTES.txt
rename to stable/czkawka/9.7.3/templates/NOTES.txt
diff --git a/stable/czkawka/9.6.0/templates/common.yaml b/stable/czkawka/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/czkawka/9.6.0/templates/common.yaml
rename to stable/czkawka/9.7.3/templates/common.yaml
diff --git a/stable/czkawka/9.6.0/values.yaml b/stable/czkawka/9.7.3/values.yaml
similarity index 100%
rename from stable/czkawka/9.6.0/values.yaml
rename to stable/czkawka/9.7.3/values.yaml
diff --git a/stable/dailynotes/5.6.0/CHANGELOG.md b/stable/dailynotes/5.6.0/CHANGELOG.md
deleted file mode 100644
index 954793784f1..00000000000
--- a/stable/dailynotes/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dailynotes-5.6.0](https://github.com/truecharts/charts/compare/dailynotes-5.5.2...dailynotes-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dailynotes-5.5.2](https://github.com/truecharts/charts/compare/dailynotes-5.5.1...dailynotes-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dailynotes-5.5.1](https://github.com/truecharts/charts/compare/dailynotes-5.5.0...dailynotes-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dailynotes-5.5.0](https://github.com/truecharts/charts/compare/dailynotes-5.4.1...dailynotes-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dailynotes-5.4.1](https://github.com/truecharts/charts/compare/dailynotes-5.4.0...dailynotes-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dailynotes-5.4.0](https://github.com/truecharts/charts/compare/dailynotes-5.3.0...dailynotes-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dailynotes-5.3.0](https://github.com/truecharts/charts/compare/dailynotes-5.2.3...dailynotes-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dailynotes-5.2.3](https://github.com/truecharts/charts/compare/dailynotes-5.2.2...dailynotes-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dailynotes-5.2.2](https://github.com/truecharts/charts/compare/dailynotes-5.2.0...dailynotes-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dailynotes/5.6.0/Chart.yaml b/stable/dailynotes/5.6.0/Chart.yaml
deleted file mode 100644
index d3d8c848e74..00000000000
--- a/stable/dailynotes/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- App for taking notes and tracking tasks on a daily basis.
-home: https://truecharts.org/charts/stable/dailynotes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png
-keywords:
- - dailynotes
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dailynotes
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes
- - https://hub.docker.com/r/m0ngr31/dailynotes
-type: application
-version: 5.6.0
diff --git a/stable/dailynotes/5.6.0/charts/common-20.1.5.tgz b/stable/dailynotes/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dailynotes/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dailynotes/5.6.0/.helmignore b/stable/dailynotes/5.7.3/.helmignore
similarity index 100%
rename from stable/dailynotes/5.6.0/.helmignore
rename to stable/dailynotes/5.7.3/.helmignore
diff --git a/stable/dailynotes/5.7.3/CHANGELOG.md b/stable/dailynotes/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..61bb8212af9
--- /dev/null
+++ b/stable/dailynotes/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dailynotes-5.7.2](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dailynotes/5.7.3/Chart.yaml b/stable/dailynotes/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f7d87813ca1
--- /dev/null
+++ b/stable/dailynotes/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ App for taking notes and tracking tasks on a daily basis.
+home: https://truecharts.org/charts/stable/dailynotes
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png
+keywords:
+ - dailynotes
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dailynotes
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes
+ - https://hub.docker.com/r/m0ngr31/dailynotes
+type: application
+version: 5.7.3
diff --git a/stable/dailynotes/5.6.0/README.md b/stable/dailynotes/5.7.3/README.md
similarity index 100%
rename from stable/dailynotes/5.6.0/README.md
rename to stable/dailynotes/5.7.3/README.md
diff --git a/stable/dailynotes/5.7.3/app-changelog.md b/stable/dailynotes/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6d8a4ecfca7
--- /dev/null
+++ b/stable/dailynotes/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dailynotes-5.7.3](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dailynotes/5.6.0/app-readme.md b/stable/dailynotes/5.7.3/app-readme.md
similarity index 100%
rename from stable/dailynotes/5.6.0/app-readme.md
rename to stable/dailynotes/5.7.3/app-readme.md
diff --git a/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz b/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dailynotes/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dailynotes/5.6.0/ix_values.yaml b/stable/dailynotes/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dailynotes/5.6.0/ix_values.yaml
rename to stable/dailynotes/5.7.3/ix_values.yaml
diff --git a/stable/dailynotes/5.6.0/questions.yaml b/stable/dailynotes/5.7.3/questions.yaml
similarity index 100%
rename from stable/dailynotes/5.6.0/questions.yaml
rename to stable/dailynotes/5.7.3/questions.yaml
diff --git a/stable/dailynotes/5.6.0/templates/common.yaml b/stable/dailynotes/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dailynotes/5.6.0/templates/common.yaml
rename to stable/dailynotes/5.7.3/templates/common.yaml
diff --git a/stable/dailynotes/5.6.0/values.yaml b/stable/dailynotes/5.7.3/values.yaml
similarity index 100%
rename from stable/dailynotes/5.6.0/values.yaml
rename to stable/dailynotes/5.7.3/values.yaml
diff --git a/stable/damselfly/5.6.1/CHANGELOG.md b/stable/damselfly/5.6.1/CHANGELOG.md
deleted file mode 100644
index e9e9093e83e..00000000000
--- a/stable/damselfly/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
-
-
-## [damselfly-5.6.0](https://github.com/truecharts/charts/compare/damselfly-5.5.2...damselfly-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [damselfly-5.5.2](https://github.com/truecharts/charts/compare/damselfly-5.5.1...damselfly-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [damselfly-5.5.1](https://github.com/truecharts/charts/compare/damselfly-5.5.0...damselfly-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [damselfly-5.5.0](https://github.com/truecharts/charts/compare/damselfly-5.4.2...damselfly-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
diff --git a/stable/damselfly/5.6.1/Chart.yaml b/stable/damselfly/5.6.1/Chart.yaml
deleted file mode 100644
index 0c42e14cc08..00000000000
--- a/stable/damselfly/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Photos
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details.
-home: https://truecharts.org/charts/stable/damselfly
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png
-keywords:
- - damselfly
- - MediaApp-Photos
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: damselfly
-sources:
- - https://github.com/Webreaper/Damselfly
- - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly
- - https://hub.docker.com/r/webreaper/damselfly
-type: application
-version: 5.6.1
diff --git a/stable/damselfly/5.6.1/app-changelog.md b/stable/damselfly/5.6.1/app-changelog.md
deleted file mode 100644
index 956a71ccec5..00000000000
--- a/stable/damselfly/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [damselfly-5.6.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
\ No newline at end of file
diff --git a/stable/damselfly/5.6.1/charts/common-20.1.5.tgz b/stable/damselfly/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/damselfly/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/damselfly/5.6.1/.helmignore b/stable/damselfly/5.7.3/.helmignore
similarity index 100%
rename from stable/damselfly/5.6.1/.helmignore
rename to stable/damselfly/5.7.3/.helmignore
diff --git a/stable/damselfly/5.7.3/CHANGELOG.md b/stable/damselfly/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ffb5b3d94dc
--- /dev/null
+++ b/stable/damselfly/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
+
+
+## [damselfly-5.7.2](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
+
+
+## [damselfly-5.7.2](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
+
+
+## [damselfly-5.7.2](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
+
+
+## [damselfly-5.7.2](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
+
+
+## [damselfly-5.7.2](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
\ No newline at end of file
diff --git a/stable/damselfly/5.7.3/Chart.yaml b/stable/damselfly/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..1b8f5193f64
--- /dev/null
+++ b/stable/damselfly/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Photos
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details.
+home: https://truecharts.org/charts/stable/damselfly
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png
+keywords:
+ - damselfly
+ - MediaApp-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: damselfly
+sources:
+ - https://github.com/Webreaper/Damselfly
+ - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly
+ - https://hub.docker.com/r/webreaper/damselfly
+type: application
+version: 5.7.3
diff --git a/stable/damselfly/5.6.1/README.md b/stable/damselfly/5.7.3/README.md
similarity index 100%
rename from stable/damselfly/5.6.1/README.md
rename to stable/damselfly/5.7.3/README.md
diff --git a/stable/damselfly/5.7.3/app-changelog.md b/stable/damselfly/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9f37477c28b
--- /dev/null
+++ b/stable/damselfly/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [damselfly-5.7.3](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image webreaper/damselfly to latest[@2956232](https://github.com/2956232) by renovate ([#19293](https://github.com/truecharts/charts/issues/19293))
\ No newline at end of file
diff --git a/stable/damselfly/5.6.1/app-readme.md b/stable/damselfly/5.7.3/app-readme.md
similarity index 100%
rename from stable/damselfly/5.6.1/app-readme.md
rename to stable/damselfly/5.7.3/app-readme.md
diff --git a/stable/damselfly/5.7.3/charts/common-20.2.4.tgz b/stable/damselfly/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/damselfly/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/damselfly/5.6.1/ix_values.yaml b/stable/damselfly/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/damselfly/5.6.1/ix_values.yaml
rename to stable/damselfly/5.7.3/ix_values.yaml
diff --git a/stable/damselfly/5.6.1/questions.yaml b/stable/damselfly/5.7.3/questions.yaml
similarity index 100%
rename from stable/damselfly/5.6.1/questions.yaml
rename to stable/damselfly/5.7.3/questions.yaml
diff --git a/stable/damselfly/5.6.1/templates/common.yaml b/stable/damselfly/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/damselfly/5.6.1/templates/common.yaml
rename to stable/damselfly/5.7.3/templates/common.yaml
diff --git a/stable/damselfly/5.6.1/values.yaml b/stable/damselfly/5.7.3/values.yaml
similarity index 100%
rename from stable/damselfly/5.6.1/values.yaml
rename to stable/damselfly/5.7.3/values.yaml
diff --git a/stable/dashdot/8.6.0/CHANGELOG.md b/stable/dashdot/8.6.0/CHANGELOG.md
deleted file mode 100644
index 53947981aa3..00000000000
--- a/stable/dashdot/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dashdot-8.6.0](https://github.com/truecharts/charts/compare/dashdot-8.5.2...dashdot-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dashdot-8.5.2](https://github.com/truecharts/charts/compare/dashdot-8.5.1...dashdot-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dashdot-8.5.1](https://github.com/truecharts/charts/compare/dashdot-8.5.0...dashdot-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dashdot-8.5.0](https://github.com/truecharts/charts/compare/dashdot-8.4.1...dashdot-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dashdot-8.4.1](https://github.com/truecharts/charts/compare/dashdot-8.4.0...dashdot-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dashdot-8.4.0](https://github.com/truecharts/charts/compare/dashdot-8.3.0...dashdot-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dashdot-8.3.0](https://github.com/truecharts/charts/compare/dashdot-8.2.3...dashdot-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dashdot-8.2.3](https://github.com/truecharts/charts/compare/dashdot-8.2.2...dashdot-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dashdot-8.2.2](https://github.com/truecharts/charts/compare/dashdot-8.2.0...dashdot-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dashdot/8.6.0/Chart.yaml b/stable/dashdot/8.6.0/Chart.yaml
deleted file mode 100644
index ce3693a589d..00000000000
--- a/stable/dashdot/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.8.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind.
-home: https://truecharts.org/charts/stable/dashdot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png
-keywords:
- - dashboard
- - dashdot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dashdot
-sources:
- - https://github.com/MauriceNino/dashdot
- - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
- - https://hub.docker.com/r/mauricenino/dashdot
-type: application
-version: 8.6.0
diff --git a/stable/dashdot/8.6.0/charts/common-20.1.5.tgz b/stable/dashdot/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dashdot/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dashdot/8.6.0/.helmignore b/stable/dashdot/8.7.3/.helmignore
similarity index 100%
rename from stable/dashdot/8.6.0/.helmignore
rename to stable/dashdot/8.7.3/.helmignore
diff --git a/stable/dashdot/8.7.3/CHANGELOG.md b/stable/dashdot/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2c8ccb80409
--- /dev/null
+++ b/stable/dashdot/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashdot-8.7.2](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dashdot/8.7.3/Chart.yaml b/stable/dashdot/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..3267ac295ad
--- /dev/null
+++ b/stable/dashdot/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.8.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind.
+home: https://truecharts.org/charts/stable/dashdot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png
+keywords:
+ - dashboard
+ - dashdot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dashdot
+sources:
+ - https://github.com/MauriceNino/dashdot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
+ - https://hub.docker.com/r/mauricenino/dashdot
+type: application
+version: 8.7.3
diff --git a/stable/dashdot/8.6.0/README.md b/stable/dashdot/8.7.3/README.md
similarity index 100%
rename from stable/dashdot/8.6.0/README.md
rename to stable/dashdot/8.7.3/README.md
diff --git a/stable/dashdot/8.7.3/app-changelog.md b/stable/dashdot/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..413fe5ce47f
--- /dev/null
+++ b/stable/dashdot/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dashdot-8.7.3](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dashdot/8.6.0/app-readme.md b/stable/dashdot/8.7.3/app-readme.md
similarity index 100%
rename from stable/dashdot/8.6.0/app-readme.md
rename to stable/dashdot/8.7.3/app-readme.md
diff --git a/stable/dashdot/8.7.3/charts/common-20.2.4.tgz b/stable/dashdot/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dashdot/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dashdot/8.6.0/ix_values.yaml b/stable/dashdot/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/dashdot/8.6.0/ix_values.yaml
rename to stable/dashdot/8.7.3/ix_values.yaml
diff --git a/stable/dashdot/8.6.0/questions.yaml b/stable/dashdot/8.7.3/questions.yaml
similarity index 100%
rename from stable/dashdot/8.6.0/questions.yaml
rename to stable/dashdot/8.7.3/questions.yaml
diff --git a/stable/dashdot/8.6.0/templates/NOTES.txt b/stable/dashdot/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/dashdot/8.6.0/templates/NOTES.txt
rename to stable/dashdot/8.7.3/templates/NOTES.txt
diff --git a/stable/dashdot/8.6.0/templates/common.yaml b/stable/dashdot/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/dashdot/8.6.0/templates/common.yaml
rename to stable/dashdot/8.7.3/templates/common.yaml
diff --git a/stable/dashdot/8.6.0/values.yaml b/stable/dashdot/8.7.3/values.yaml
similarity index 100%
rename from stable/dashdot/8.6.0/values.yaml
rename to stable/dashdot/8.7.3/values.yaml
diff --git a/stable/dashmachine/5.6.0/CHANGELOG.md b/stable/dashmachine/5.6.0/CHANGELOG.md
deleted file mode 100644
index 8beedbcf9a5..00000000000
--- a/stable/dashmachine/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dashmachine-5.6.0](https://github.com/truecharts/charts/compare/dashmachine-5.5.2...dashmachine-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dashmachine-5.5.2](https://github.com/truecharts/charts/compare/dashmachine-5.5.1...dashmachine-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dashmachine-5.5.1](https://github.com/truecharts/charts/compare/dashmachine-5.5.0...dashmachine-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dashmachine-5.5.0](https://github.com/truecharts/charts/compare/dashmachine-5.4.1...dashmachine-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dashmachine-5.4.1](https://github.com/truecharts/charts/compare/dashmachine-5.4.0...dashmachine-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dashmachine-5.4.0](https://github.com/truecharts/charts/compare/dashmachine-5.3.0...dashmachine-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dashmachine-5.3.0](https://github.com/truecharts/charts/compare/dashmachine-5.2.3...dashmachine-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dashmachine-5.2.3](https://github.com/truecharts/charts/compare/dashmachine-5.2.2...dashmachine-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dashmachine-5.2.2](https://github.com/truecharts/charts/compare/dashmachine-5.2.0...dashmachine-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dashmachine/5.6.0/Chart.yaml b/stable/dashmachine/5.6.0/Chart.yaml
deleted file mode 100644
index ff0d93cf989..00000000000
--- a/stable/dashmachine/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]"
-home: https://truecharts.org/charts/stable/dashmachine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png
-keywords:
- - dashmachine
- - Productivity
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dashmachine
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine
- - https://hub.docker.com/r/rmountjoy/dashmachine
-type: application
-version: 5.6.0
diff --git a/stable/dashmachine/5.6.0/charts/common-20.1.5.tgz b/stable/dashmachine/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dashmachine/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dashmachine/5.6.0/.helmignore b/stable/dashmachine/5.7.3/.helmignore
similarity index 100%
rename from stable/dashmachine/5.6.0/.helmignore
rename to stable/dashmachine/5.7.3/.helmignore
diff --git a/stable/dashmachine/5.7.3/CHANGELOG.md b/stable/dashmachine/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7a8c7785105
--- /dev/null
+++ b/stable/dashmachine/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashmachine-5.7.2](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dashmachine/5.7.3/Chart.yaml b/stable/dashmachine/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..8ad095e0ca5
--- /dev/null
+++ b/stable/dashmachine/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]"
+home: https://truecharts.org/charts/stable/dashmachine
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png
+keywords:
+ - dashmachine
+ - Productivity
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dashmachine
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine
+ - https://hub.docker.com/r/rmountjoy/dashmachine
+type: application
+version: 5.7.3
diff --git a/stable/dashmachine/5.6.0/README.md b/stable/dashmachine/5.7.3/README.md
similarity index 100%
rename from stable/dashmachine/5.6.0/README.md
rename to stable/dashmachine/5.7.3/README.md
diff --git a/stable/dashmachine/5.7.3/app-changelog.md b/stable/dashmachine/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2462e220cf6
--- /dev/null
+++ b/stable/dashmachine/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dashmachine-5.7.3](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dashmachine/5.6.0/app-readme.md b/stable/dashmachine/5.7.3/app-readme.md
similarity index 100%
rename from stable/dashmachine/5.6.0/app-readme.md
rename to stable/dashmachine/5.7.3/app-readme.md
diff --git a/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz b/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dashmachine/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dashmachine/5.6.0/ix_values.yaml b/stable/dashmachine/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dashmachine/5.6.0/ix_values.yaml
rename to stable/dashmachine/5.7.3/ix_values.yaml
diff --git a/stable/dashmachine/5.6.0/questions.yaml b/stable/dashmachine/5.7.3/questions.yaml
similarity index 100%
rename from stable/dashmachine/5.6.0/questions.yaml
rename to stable/dashmachine/5.7.3/questions.yaml
diff --git a/stable/dashmachine/5.6.0/templates/common.yaml b/stable/dashmachine/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dashmachine/5.6.0/templates/common.yaml
rename to stable/dashmachine/5.7.3/templates/common.yaml
diff --git a/stable/dashmachine/5.6.0/values.yaml b/stable/dashmachine/5.7.3/values.yaml
similarity index 100%
rename from stable/dashmachine/5.6.0/values.yaml
rename to stable/dashmachine/5.7.3/values.yaml
diff --git a/stable/dashy/6.6.0/CHANGELOG.md b/stable/dashy/6.6.0/CHANGELOG.md
deleted file mode 100644
index a8b2a6c4f0a..00000000000
--- a/stable/dashy/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dashy-6.6.0](https://github.com/truecharts/charts/compare/dashy-6.5.2...dashy-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dashy-6.5.2](https://github.com/truecharts/charts/compare/dashy-6.5.1...dashy-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dashy-6.5.1](https://github.com/truecharts/charts/compare/dashy-6.5.0...dashy-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dashy-6.5.0](https://github.com/truecharts/charts/compare/dashy-6.4.2...dashy-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dashy-6.4.2](https://github.com/truecharts/charts/compare/dashy-6.4.1...dashy-6.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image lissy93/dashy to 2.1.2[@4fabb42](https://github.com/4fabb42) by renovate ([#19029](https://github.com/truecharts/charts/issues/19029))
-
-
-## [dashy-6.4.1](https://github.com/truecharts/charts/compare/dashy-6.4.0...dashy-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dashy-6.4.0](https://github.com/truecharts/charts/compare/dashy-6.3.0...dashy-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dashy-6.3.0](https://github.com/truecharts/charts/compare/dashy-6.2.6...dashy-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dashy-6.2.6](https://github.com/truecharts/charts/compare/dashy-6.2.5...dashy-6.2.6) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dashy-6.2.5](https://github.com/truecharts/charts/compare/dashy-6.2.3...dashy-6.2.5) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/dashy/6.6.0/Chart.yaml b/stable/dashy/6.6.0/Chart.yaml
deleted file mode 100644
index 1cc9cb64bab..00000000000
--- a/stable/dashy/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: dashboard
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Dashy helps you organize your self-hosted services by making them accessible from a single place
-home: https://truecharts.org/charts/stable/dashy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png
-keywords:
- - dashboard
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dashy
-sources:
- - https://github.com/Lissy93/dashy
- - https://github.com/truecharts/charts/tree/master/charts/stable/dashy
- - https://hub.docker.com/r/lissy93/dashy
-type: application
-version: 6.6.0
diff --git a/stable/dashy/6.6.0/charts/common-20.1.5.tgz b/stable/dashy/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dashy/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dashy/6.6.0/.helmignore b/stable/dashy/6.7.3/.helmignore
similarity index 100%
rename from stable/dashy/6.6.0/.helmignore
rename to stable/dashy/6.7.3/.helmignore
diff --git a/stable/dashy/6.7.3/CHANGELOG.md b/stable/dashy/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4f31d37f491
--- /dev/null
+++ b/stable/dashy/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dashy-6.7.2](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dashy/6.7.3/Chart.yaml b/stable/dashy/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..bfb4a0c90c2
--- /dev/null
+++ b/stable/dashy/6.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: dashboard
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dashy helps you organize your self-hosted services by making them accessible from a single place
+home: https://truecharts.org/charts/stable/dashy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png
+keywords:
+ - dashboard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dashy
+sources:
+ - https://github.com/Lissy93/dashy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dashy
+ - https://hub.docker.com/r/lissy93/dashy
+type: application
+version: 6.7.3
diff --git a/stable/dashy/6.6.0/README.md b/stable/dashy/6.7.3/README.md
similarity index 100%
rename from stable/dashy/6.6.0/README.md
rename to stable/dashy/6.7.3/README.md
diff --git a/stable/dashy/6.7.3/app-changelog.md b/stable/dashy/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..8c42f2c198d
--- /dev/null
+++ b/stable/dashy/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dashy-6.7.3](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dashy/6.6.0/app-readme.md b/stable/dashy/6.7.3/app-readme.md
similarity index 100%
rename from stable/dashy/6.6.0/app-readme.md
rename to stable/dashy/6.7.3/app-readme.md
diff --git a/stable/dashy/6.7.3/charts/common-20.2.4.tgz b/stable/dashy/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dashy/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dashy/6.6.0/ix_values.yaml b/stable/dashy/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/dashy/6.6.0/ix_values.yaml
rename to stable/dashy/6.7.3/ix_values.yaml
diff --git a/stable/dashy/6.6.0/questions.yaml b/stable/dashy/6.7.3/questions.yaml
similarity index 100%
rename from stable/dashy/6.6.0/questions.yaml
rename to stable/dashy/6.7.3/questions.yaml
diff --git a/stable/dashy/6.6.0/templates/NOTES.txt b/stable/dashy/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/dashy/6.6.0/templates/NOTES.txt
rename to stable/dashy/6.7.3/templates/NOTES.txt
diff --git a/stable/dashy/6.6.0/templates/_configmap.tpl b/stable/dashy/6.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/dashy/6.6.0/templates/_configmap.tpl
rename to stable/dashy/6.7.3/templates/_configmap.tpl
diff --git a/stable/dashy/6.6.0/templates/common.yaml b/stable/dashy/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/dashy/6.6.0/templates/common.yaml
rename to stable/dashy/6.7.3/templates/common.yaml
diff --git a/stable/dashy/6.6.0/values.yaml b/stable/dashy/6.7.3/values.yaml
similarity index 100%
rename from stable/dashy/6.6.0/values.yaml
rename to stable/dashy/6.7.3/values.yaml
diff --git a/stable/davos/12.7.0/CHANGELOG.md b/stable/davos/12.7.0/CHANGELOG.md
deleted file mode 100644
index 959090029d1..00000000000
--- a/stable/davos/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
diff --git a/stable/davos/12.7.0/Chart.yaml b/stable/davos/12.7.0/Chart.yaml
deleted file mode 100644
index faf52ea78e9..00000000000
--- a/stable/davos/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.2.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An FTP automation tool that periodically scans given host locations for new files.
-home: https://truecharts.org/charts/stable/davos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png
-keywords:
- - davos
- - ftp
- - automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: davos
-sources:
- - https://github.com/linuxserver/docker-davos
- - https://github.com/linuxserver/davos/
- - https://github.com/truecharts/charts/tree/master/charts/stable/davos
- - https://ghcr.io/linuxserver/davos
-type: application
-version: 12.7.0
diff --git a/stable/davos/12.7.0/app-changelog.md b/stable/davos/12.7.0/app-changelog.md
deleted file mode 100644
index 613d7eae227..00000000000
--- a/stable/davos/12.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [davos-12.7.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
\ No newline at end of file
diff --git a/stable/davos/12.7.0/charts/common-20.2.0.tgz b/stable/davos/12.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/davos/12.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/davos/12.7.0/ix_values.yaml b/stable/davos/12.7.0/ix_values.yaml
deleted file mode 100644
index 4276addb363..00000000000
--- a/stable/davos/12.7.0/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/davos
- pullPolicy: IfNotPresent
- tag: 2.2.2@sha256:c20172c3b7412bd17c9963886c91f971d0c429518bfb2ec7aa14ef1a4d6ac6a1
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-service:
- main:
- ports:
- main:
- port: 10081
- protocol: http
- targetPort: 8080
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/davos/12.7.0/.helmignore b/stable/davos/12.7.4/.helmignore
similarity index 100%
rename from stable/davos/12.7.0/.helmignore
rename to stable/davos/12.7.4/.helmignore
diff --git a/stable/davos/12.7.4/CHANGELOG.md b/stable/davos/12.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..3d6b291e660
--- /dev/null
+++ b/stable/davos/12.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [davos-12.7.4](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
+
+
+## [davos-12.7.3](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
+
+
+## [davos-12.7.3](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
+
+
+## [davos-12.7.3](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
+
+
+## [davos-12.7.3](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
+
+
+## [davos-12.7.3](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/davos/12.7.4/Chart.yaml b/stable/davos/12.7.4/Chart.yaml
new file mode 100644
index 00000000000..8fabb340ac2
--- /dev/null
+++ b/stable/davos/12.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.2.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An FTP automation tool that periodically scans given host locations for new files.
+home: https://truecharts.org/charts/stable/davos
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png
+keywords:
+ - davos
+ - ftp
+ - automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: davos
+sources:
+ - https://github.com/linuxserver/docker-davos
+ - https://github.com/linuxserver/davos/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/davos
+ - https://ghcr.io/linuxserver/davos
+type: application
+version: 12.7.4
diff --git a/stable/davos/12.7.0/README.md b/stable/davos/12.7.4/README.md
similarity index 100%
rename from stable/davos/12.7.0/README.md
rename to stable/davos/12.7.4/README.md
diff --git a/stable/davos/12.7.4/app-changelog.md b/stable/davos/12.7.4/app-changelog.md
new file mode 100644
index 00000000000..1eb59cf6650
--- /dev/null
+++ b/stable/davos/12.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [davos-12.7.4](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@25a2828](https://github.com/25a2828) by renovate ([#19597](https://github.com/truecharts/charts/issues/19597))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
\ No newline at end of file
diff --git a/stable/davos/12.7.0/app-readme.md b/stable/davos/12.7.4/app-readme.md
similarity index 100%
rename from stable/davos/12.7.0/app-readme.md
rename to stable/davos/12.7.4/app-readme.md
diff --git a/stable/davos/12.7.4/charts/common-20.2.4.tgz b/stable/davos/12.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/davos/12.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/davos/12.7.4/ix_values.yaml b/stable/davos/12.7.4/ix_values.yaml
new file mode 100644
index 00000000000..3e08af32181
--- /dev/null
+++ b/stable/davos/12.7.4/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ repository: ghcr.io/linuxserver/davos
+ pullPolicy: IfNotPresent
+ tag: 2.2.2@sha256:25a2828670820a8907969d45f40468e6b9f5ea777a378ab45cb2922d6211dfac
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+service:
+ main:
+ ports:
+ main:
+ port: 10081
+ protocol: http
+ targetPort: 8080
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/davos/12.7.0/questions.yaml b/stable/davos/12.7.4/questions.yaml
similarity index 100%
rename from stable/davos/12.7.0/questions.yaml
rename to stable/davos/12.7.4/questions.yaml
diff --git a/stable/davos/12.7.0/templates/NOTES.txt b/stable/davos/12.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/davos/12.7.0/templates/NOTES.txt
rename to stable/davos/12.7.4/templates/NOTES.txt
diff --git a/stable/davos/12.7.0/templates/common.yaml b/stable/davos/12.7.4/templates/common.yaml
similarity index 100%
rename from stable/davos/12.7.0/templates/common.yaml
rename to stable/davos/12.7.4/templates/common.yaml
diff --git a/stable/davos/12.7.0/values.yaml b/stable/davos/12.7.4/values.yaml
similarity index 100%
rename from stable/davos/12.7.0/values.yaml
rename to stable/davos/12.7.4/values.yaml
diff --git a/stable/dayofdefeatsource/5.6.0/CHANGELOG.md b/stable/dayofdefeatsource/5.6.0/CHANGELOG.md
deleted file mode 100644
index 86f7d622c64..00000000000
--- a/stable/dayofdefeatsource/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dayofdefeatsource-5.6.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.5.2...dayofdefeatsource-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dayofdefeatsource-5.5.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.5.1...dayofdefeatsource-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dayofdefeatsource-5.5.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.5.0...dayofdefeatsource-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dayofdefeatsource-5.5.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.4.1...dayofdefeatsource-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dayofdefeatsource-5.4.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.4.0...dayofdefeatsource-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dayofdefeatsource-5.4.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.3.0...dayofdefeatsource-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dayofdefeatsource-5.3.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.3...dayofdefeatsource-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dayofdefeatsource-5.2.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.2...dayofdefeatsource-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dayofdefeatsource-5.2.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.0...dayofdefeatsource-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dayofdefeatsource/5.6.0/Chart.yaml b/stable/dayofdefeatsource/5.6.0/Chart.yaml
deleted file mode 100644
index 55a510ccb52..00000000000
--- a/stable/dayofdefeatsource/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: dods
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it."
-home: https://truecharts.org/charts/stable/dayofdefeatsource
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png
-keywords:
- - dayofdefeatsource
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dayofdefeatsource
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/dayofdefeatsource/5.6.0/charts/common-20.1.5.tgz b/stable/dayofdefeatsource/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dayofdefeatsource/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dayofdefeatsource/5.6.0/.helmignore b/stable/dayofdefeatsource/5.7.3/.helmignore
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/.helmignore
rename to stable/dayofdefeatsource/5.7.3/.helmignore
diff --git a/stable/dayofdefeatsource/5.7.3/CHANGELOG.md b/stable/dayofdefeatsource/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..976f75455ea
--- /dev/null
+++ b/stable/dayofdefeatsource/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dayofdefeatsource-5.7.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayofdefeatsource-5.7.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dayofdefeatsource/5.7.3/Chart.yaml b/stable/dayofdefeatsource/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..82a33e0ca53
--- /dev/null
+++ b/stable/dayofdefeatsource/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: dods
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it."
+home: https://truecharts.org/charts/stable/dayofdefeatsource
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png
+keywords:
+ - dayofdefeatsource
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dayofdefeatsource
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/dayofdefeatsource/5.6.0/README.md b/stable/dayofdefeatsource/5.7.3/README.md
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/README.md
rename to stable/dayofdefeatsource/5.7.3/README.md
diff --git a/stable/dayofdefeatsource/5.7.3/app-changelog.md b/stable/dayofdefeatsource/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0d2ffd31468
--- /dev/null
+++ b/stable/dayofdefeatsource/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dayofdefeatsource-5.7.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dayofdefeatsource/5.6.0/app-readme.md b/stable/dayofdefeatsource/5.7.3/app-readme.md
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/app-readme.md
rename to stable/dayofdefeatsource/5.7.3/app-readme.md
diff --git a/stable/dayofdefeatsource/5.7.3/charts/common-20.2.4.tgz b/stable/dayofdefeatsource/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dayofdefeatsource/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dayofdefeatsource/5.6.0/ix_values.yaml b/stable/dayofdefeatsource/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/ix_values.yaml
rename to stable/dayofdefeatsource/5.7.3/ix_values.yaml
diff --git a/stable/dayofdefeatsource/5.6.0/questions.yaml b/stable/dayofdefeatsource/5.7.3/questions.yaml
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/questions.yaml
rename to stable/dayofdefeatsource/5.7.3/questions.yaml
diff --git a/stable/dayofdefeatsource/5.6.0/templates/common.yaml b/stable/dayofdefeatsource/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/templates/common.yaml
rename to stable/dayofdefeatsource/5.7.3/templates/common.yaml
diff --git a/stable/dayofdefeatsource/5.6.0/values.yaml b/stable/dayofdefeatsource/5.7.3/values.yaml
similarity index 100%
rename from stable/dayofdefeatsource/5.6.0/values.yaml
rename to stable/dayofdefeatsource/5.7.3/values.yaml
diff --git a/stable/daysofwar/5.6.0/CHANGELOG.md b/stable/daysofwar/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6292ce28077..00000000000
--- a/stable/daysofwar/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [daysofwar-5.6.0](https://github.com/truecharts/charts/compare/daysofwar-5.5.2...daysofwar-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [daysofwar-5.5.2](https://github.com/truecharts/charts/compare/daysofwar-5.5.1...daysofwar-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [daysofwar-5.5.1](https://github.com/truecharts/charts/compare/daysofwar-5.5.0...daysofwar-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [daysofwar-5.5.0](https://github.com/truecharts/charts/compare/daysofwar-5.4.1...daysofwar-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [daysofwar-5.4.1](https://github.com/truecharts/charts/compare/daysofwar-5.4.0...daysofwar-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [daysofwar-5.4.0](https://github.com/truecharts/charts/compare/daysofwar-5.3.0...daysofwar-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [daysofwar-5.3.0](https://github.com/truecharts/charts/compare/daysofwar-5.2.3...daysofwar-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [daysofwar-5.2.3](https://github.com/truecharts/charts/compare/daysofwar-5.2.2...daysofwar-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [daysofwar-5.2.2](https://github.com/truecharts/charts/compare/daysofwar-5.2.0...daysofwar-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/daysofwar/5.6.0/Chart.yaml b/stable/daysofwar/5.6.0/Chart.yaml
deleted file mode 100644
index 612eeb60e3f..00000000000
--- a/stable/daysofwar/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: daysofwar
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Days of War and run it.
-home: https://truecharts.org/charts/stable/daysofwar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png
-keywords:
- - daysofwar
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: daysofwar
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/daysofwar/5.6.0/charts/common-20.1.5.tgz b/stable/daysofwar/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/daysofwar/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/daysofwar/5.6.0/.helmignore b/stable/daysofwar/5.7.3/.helmignore
similarity index 100%
rename from stable/daysofwar/5.6.0/.helmignore
rename to stable/daysofwar/5.7.3/.helmignore
diff --git a/stable/daysofwar/5.7.3/CHANGELOG.md b/stable/daysofwar/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5ca5c166f96
--- /dev/null
+++ b/stable/daysofwar/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [daysofwar-5.7.2](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/daysofwar/5.7.3/Chart.yaml b/stable/daysofwar/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7e0193418c8
--- /dev/null
+++ b/stable/daysofwar/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: daysofwar
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Days of War and run it.
+home: https://truecharts.org/charts/stable/daysofwar
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png
+keywords:
+ - daysofwar
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: daysofwar
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/daysofwar/5.6.0/README.md b/stable/daysofwar/5.7.3/README.md
similarity index 100%
rename from stable/daysofwar/5.6.0/README.md
rename to stable/daysofwar/5.7.3/README.md
diff --git a/stable/daysofwar/5.7.3/app-changelog.md b/stable/daysofwar/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..82e5df01c81
--- /dev/null
+++ b/stable/daysofwar/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [daysofwar-5.7.3](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/daysofwar/5.6.0/app-readme.md b/stable/daysofwar/5.7.3/app-readme.md
similarity index 100%
rename from stable/daysofwar/5.6.0/app-readme.md
rename to stable/daysofwar/5.7.3/app-readme.md
diff --git a/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz b/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/daysofwar/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/daysofwar/5.6.0/ix_values.yaml b/stable/daysofwar/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/daysofwar/5.6.0/ix_values.yaml
rename to stable/daysofwar/5.7.3/ix_values.yaml
diff --git a/stable/daysofwar/5.6.0/questions.yaml b/stable/daysofwar/5.7.3/questions.yaml
similarity index 100%
rename from stable/daysofwar/5.6.0/questions.yaml
rename to stable/daysofwar/5.7.3/questions.yaml
diff --git a/stable/daysofwar/5.6.0/templates/common.yaml b/stable/daysofwar/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/daysofwar/5.6.0/templates/common.yaml
rename to stable/daysofwar/5.7.3/templates/common.yaml
diff --git a/stable/daysofwar/5.6.0/values.yaml b/stable/daysofwar/5.7.3/values.yaml
similarity index 100%
rename from stable/daysofwar/5.6.0/values.yaml
rename to stable/daysofwar/5.7.3/values.yaml
diff --git a/stable/dayz/5.6.0/CHANGELOG.md b/stable/dayz/5.6.0/CHANGELOG.md
deleted file mode 100644
index e87ae5aa8ea..00000000000
--- a/stable/dayz/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dayz-5.6.0](https://github.com/truecharts/charts/compare/dayz-5.5.2...dayz-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dayz-5.5.2](https://github.com/truecharts/charts/compare/dayz-5.5.1...dayz-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dayz-5.5.1](https://github.com/truecharts/charts/compare/dayz-5.5.0...dayz-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dayz-5.5.0](https://github.com/truecharts/charts/compare/dayz-5.4.1...dayz-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dayz-5.4.1](https://github.com/truecharts/charts/compare/dayz-5.4.0...dayz-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dayz-5.4.0](https://github.com/truecharts/charts/compare/dayz-5.3.0...dayz-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dayz-5.3.0](https://github.com/truecharts/charts/compare/dayz-5.2.3...dayz-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dayz-5.2.3](https://github.com/truecharts/charts/compare/dayz-5.2.2...dayz-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dayz-5.2.2](https://github.com/truecharts/charts/compare/dayz-5.2.0...dayz-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dayz/5.6.0/Chart.yaml b/stable/dayz/5.6.0/Chart.yaml
deleted file mode 100644
index 316dd84aa08..00000000000
--- a/stable/dayz/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: dayz
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install DayZ and run it.
-home: https://truecharts.org/charts/stable/dayz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png
-keywords:
- - dayz
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dayz
-sources:
- - https://www.bohemia.net/games/dayz
- - https://github.com/truecharts/charts/tree/master/charts/stable/dayz
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/dayz/5.6.0/charts/common-20.1.5.tgz b/stable/dayz/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dayz/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dayz/5.6.0/.helmignore b/stable/dayz/5.7.3/.helmignore
similarity index 100%
rename from stable/dayz/5.6.0/.helmignore
rename to stable/dayz/5.7.3/.helmignore
diff --git a/stable/dayz/5.7.3/CHANGELOG.md b/stable/dayz/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..02cd70d4b07
--- /dev/null
+++ b/stable/dayz/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dayz-5.7.2](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dayz/5.7.3/Chart.yaml b/stable/dayz/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..dbc0cd95d6f
--- /dev/null
+++ b/stable/dayz/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: dayz
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install DayZ and run it.
+home: https://truecharts.org/charts/stable/dayz
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png
+keywords:
+ - dayz
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dayz
+sources:
+ - https://www.bohemia.net/games/dayz
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dayz
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/dayz/5.6.0/README.md b/stable/dayz/5.7.3/README.md
similarity index 100%
rename from stable/dayz/5.6.0/README.md
rename to stable/dayz/5.7.3/README.md
diff --git a/stable/dayz/5.7.3/app-changelog.md b/stable/dayz/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..aeb6d814e18
--- /dev/null
+++ b/stable/dayz/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dayz-5.7.3](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dayz/5.6.0/app-readme.md b/stable/dayz/5.7.3/app-readme.md
similarity index 100%
rename from stable/dayz/5.6.0/app-readme.md
rename to stable/dayz/5.7.3/app-readme.md
diff --git a/stable/dayz/5.7.3/charts/common-20.2.4.tgz b/stable/dayz/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dayz/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dayz/5.6.0/ix_values.yaml b/stable/dayz/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dayz/5.6.0/ix_values.yaml
rename to stable/dayz/5.7.3/ix_values.yaml
diff --git a/stable/dayz/5.6.0/questions.yaml b/stable/dayz/5.7.3/questions.yaml
similarity index 100%
rename from stable/dayz/5.6.0/questions.yaml
rename to stable/dayz/5.7.3/questions.yaml
diff --git a/stable/dayz/5.6.0/templates/common.yaml b/stable/dayz/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dayz/5.6.0/templates/common.yaml
rename to stable/dayz/5.7.3/templates/common.yaml
diff --git a/stable/dayz/5.6.0/values.yaml b/stable/dayz/5.7.3/values.yaml
similarity index 100%
rename from stable/dayz/5.6.0/values.yaml
rename to stable/dayz/5.7.3/values.yaml
diff --git a/stable/ddclient/9.7.0/CHANGELOG.md b/stable/ddclient/9.7.0/CHANGELOG.md
deleted file mode 100644
index 2ad27b13f9e..00000000000
--- a/stable/ddclient/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/ddclient/9.7.0/Chart.yaml b/stable/ddclient/9.7.0/Chart.yaml
deleted file mode 100644
index edbf75ee028..00000000000
--- a/stable/ddclient/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.11.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
-home: https://truecharts.org/charts/stable/ddclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png
-keywords:
- - ddclient
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ddclient
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient
- - https://ghcr.io/linuxserver/ddclient
-type: application
-version: 9.7.0
diff --git a/stable/ddclient/9.7.0/app-changelog.md b/stable/ddclient/9.7.0/app-changelog.md
deleted file mode 100644
index de5d5315abd..00000000000
--- a/stable/ddclient/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [ddclient-9.7.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddclient/9.7.0/charts/common-20.2.0.tgz b/stable/ddclient/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/ddclient/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/ddclient/9.7.0/ix_values.yaml b/stable/ddclient/9.7.0/ix_values.yaml
deleted file mode 100644
index e430a59aab1..00000000000
--- a/stable/ddclient/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/ddclient
- pullPolicy: IfNotPresent
- tag: 3.11.2@sha256:903cd0cebe2ac355becbd9c2d3b130847b0d804b7a7118b32e680d441d194df1
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: false
diff --git a/stable/ddclient/9.7.0/.helmignore b/stable/ddclient/9.7.4/.helmignore
similarity index 100%
rename from stable/ddclient/9.7.0/.helmignore
rename to stable/ddclient/9.7.4/.helmignore
diff --git a/stable/ddclient/9.7.4/CHANGELOG.md b/stable/ddclient/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..a84e7b485cf
--- /dev/null
+++ b/stable/ddclient/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ddclient-9.7.4](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddclient-9.7.3](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddclient-9.7.3](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddclient-9.7.3](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddclient-9.7.3](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddclient-9.7.3](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddclient/9.7.4/Chart.yaml b/stable/ddclient/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..c82bc583017
--- /dev/null
+++ b/stable/ddclient/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.11.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
+home: https://truecharts.org/charts/stable/ddclient
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png
+keywords:
+ - ddclient
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ddclient
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient
+ - https://ghcr.io/linuxserver/ddclient
+type: application
+version: 9.7.4
diff --git a/stable/ddclient/9.7.0/README.md b/stable/ddclient/9.7.4/README.md
similarity index 100%
rename from stable/ddclient/9.7.0/README.md
rename to stable/ddclient/9.7.4/README.md
diff --git a/stable/ddclient/9.7.4/app-changelog.md b/stable/ddclient/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..029cb2596b2
--- /dev/null
+++ b/stable/ddclient/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [ddclient-9.7.4](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@71f6d04](https://github.com/71f6d04) by renovate ([#19502](https://github.com/truecharts/charts/issues/19502))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddclient/9.7.0/app-readme.md b/stable/ddclient/9.7.4/app-readme.md
similarity index 100%
rename from stable/ddclient/9.7.0/app-readme.md
rename to stable/ddclient/9.7.4/app-readme.md
diff --git a/stable/ddclient/9.7.4/charts/common-20.2.4.tgz b/stable/ddclient/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ddclient/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/ddclient/9.7.4/ix_values.yaml b/stable/ddclient/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..e09ceaded43
--- /dev/null
+++ b/stable/ddclient/9.7.4/ix_values.yaml
@@ -0,0 +1,36 @@
+image:
+ repository: ghcr.io/linuxserver/ddclient
+ pullPolicy: IfNotPresent
+ tag: 3.11.2@sha256:71f6d04ed644d11c1a489e98889fa25b518c20010358eaf28b91f07cc7592299
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: false
diff --git a/stable/ddclient/9.7.0/questions.yaml b/stable/ddclient/9.7.4/questions.yaml
similarity index 100%
rename from stable/ddclient/9.7.0/questions.yaml
rename to stable/ddclient/9.7.4/questions.yaml
diff --git a/stable/ddclient/9.7.0/templates/NOTES.txt b/stable/ddclient/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/ddclient/9.7.0/templates/NOTES.txt
rename to stable/ddclient/9.7.4/templates/NOTES.txt
diff --git a/stable/ddclient/9.7.0/templates/common.yaml b/stable/ddclient/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/ddclient/9.7.0/templates/common.yaml
rename to stable/ddclient/9.7.4/templates/common.yaml
diff --git a/stable/ddclient/9.7.0/values.yaml b/stable/ddclient/9.7.4/values.yaml
similarity index 100%
rename from stable/ddclient/9.7.0/values.yaml
rename to stable/ddclient/9.7.4/values.yaml
diff --git a/stable/ddns-go/10.8.0/CHANGELOG.md b/stable/ddns-go/10.8.0/CHANGELOG.md
deleted file mode 100644
index 1b23cc4497b..00000000000
--- a/stable/ddns-go/10.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/ddns-go/10.8.0/Chart.yaml b/stable/ddns-go/10.8.0/Chart.yaml
deleted file mode 100644
index 96301dc3b6f..00000000000
--- a/stable/ddns-go/10.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.2.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
-home: https://truecharts.org/charts/stable/ddns-go
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png
-keywords:
- - ddns-go
- - ddns
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ddns-go
-sources:
- - https://github.com/jeessy2/ddns-go
- - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
- - https://hub.docker.com/r/jeessy/ddns-go
-type: application
-version: 10.8.0
diff --git a/stable/ddns-go/10.8.0/app-changelog.md b/stable/ddns-go/10.8.0/app-changelog.md
deleted file mode 100644
index 5f312fdbf6e..00000000000
--- a/stable/ddns-go/10.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [ddns-go-10.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-go/10.8.0/charts/common-20.2.0.tgz b/stable/ddns-go/10.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/ddns-go/10.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/ddns-go/10.8.0/ix_values.yaml b/stable/ddns-go/10.8.0/ix_values.yaml
deleted file mode 100644
index c4b0d4d9484..00000000000
--- a/stable/ddns-go/10.8.0/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- repository: jeessy/ddns-go
- pullPolicy: IfNotPresent
- tag: v6.2.1@sha256:a43508c718a00a05f961df592c5cda375f0381f0d8be114654960f0fd2d21a1d
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- targetPort: 9876
- protocol: http
- port: 10168
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-persistence:
- data:
- enabled: true
- mountPath: /root
-portal:
- open:
- enabled: true
diff --git a/stable/ddns-go/10.8.0/.helmignore b/stable/ddns-go/10.8.4/.helmignore
similarity index 100%
rename from stable/ddns-go/10.8.0/.helmignore
rename to stable/ddns-go/10.8.4/.helmignore
diff --git a/stable/ddns-go/10.8.4/CHANGELOG.md b/stable/ddns-go/10.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..2e68a65d2d7
--- /dev/null
+++ b/stable/ddns-go/10.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ddns-go-10.8.4](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-go-10.8.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-go-10.8.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-go-10.8.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-go-10.8.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-go-10.8.3](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-go/10.8.4/Chart.yaml b/stable/ddns-go/10.8.4/Chart.yaml
new file mode 100644
index 00000000000..b0279fed576
--- /dev/null
+++ b/stable/ddns-go/10.8.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.2.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
+home: https://truecharts.org/charts/stable/ddns-go
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png
+keywords:
+ - ddns-go
+ - ddns
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ddns-go
+sources:
+ - https://github.com/jeessy2/ddns-go
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
+ - https://hub.docker.com/r/jeessy/ddns-go
+type: application
+version: 10.8.4
diff --git a/stable/ddns-go/10.8.0/README.md b/stable/ddns-go/10.8.4/README.md
similarity index 100%
rename from stable/ddns-go/10.8.0/README.md
rename to stable/ddns-go/10.8.4/README.md
diff --git a/stable/ddns-go/10.8.4/app-changelog.md b/stable/ddns-go/10.8.4/app-changelog.md
new file mode 100644
index 00000000000..d0aa347406e
--- /dev/null
+++ b/stable/ddns-go/10.8.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [ddns-go-10.8.4](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jeessy/ddns-go to v6.2.2[@1a90228](https://github.com/1a90228) by renovate ([#19474](https://github.com/truecharts/charts/issues/19474))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-go/10.8.0/app-readme.md b/stable/ddns-go/10.8.4/app-readme.md
similarity index 100%
rename from stable/ddns-go/10.8.0/app-readme.md
rename to stable/ddns-go/10.8.4/app-readme.md
diff --git a/stable/ddns-go/10.8.4/charts/common-20.2.4.tgz b/stable/ddns-go/10.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ddns-go/10.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/ddns-go/10.8.4/ix_values.yaml b/stable/ddns-go/10.8.4/ix_values.yaml
new file mode 100644
index 00000000000..54de59cac1d
--- /dev/null
+++ b/stable/ddns-go/10.8.4/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ repository: jeessy/ddns-go
+ pullPolicy: IfNotPresent
+ tag: v6.2.2@sha256:1a90228e0f81c4deda41d4c7a1e79e83c3c26db8d662d3d7ab0b54d241ebaf4c
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ targetPort: 9876
+ protocol: http
+ port: 10168
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+persistence:
+ data:
+ enabled: true
+ mountPath: /root
+portal:
+ open:
+ enabled: true
diff --git a/stable/ddns-go/10.8.0/questions.yaml b/stable/ddns-go/10.8.4/questions.yaml
similarity index 100%
rename from stable/ddns-go/10.8.0/questions.yaml
rename to stable/ddns-go/10.8.4/questions.yaml
diff --git a/stable/ddns-go/10.8.0/templates/NOTES.txt b/stable/ddns-go/10.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/ddns-go/10.8.0/templates/NOTES.txt
rename to stable/ddns-go/10.8.4/templates/NOTES.txt
diff --git a/stable/ddns-go/10.8.0/templates/common.yaml b/stable/ddns-go/10.8.4/templates/common.yaml
similarity index 100%
rename from stable/ddns-go/10.8.0/templates/common.yaml
rename to stable/ddns-go/10.8.4/templates/common.yaml
diff --git a/stable/ddns-go/10.8.0/values.yaml b/stable/ddns-go/10.8.4/values.yaml
similarity index 100%
rename from stable/ddns-go/10.8.0/values.yaml
rename to stable/ddns-go/10.8.4/values.yaml
diff --git a/stable/ddns-route53/5.7.0/CHANGELOG.md b/stable/ddns-route53/5.7.0/CHANGELOG.md
deleted file mode 100644
index 00ce7f21602..00000000000
--- a/stable/ddns-route53/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/ddns-route53/5.7.0/Chart.yaml b/stable/ddns-route53/5.7.0/Chart.yaml
deleted file mode 100644
index 55f4a0d8dfd..00000000000
--- a/stable/ddns-route53/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-DNS
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Dynamic DNS for Amazon Route 53 on a time-based schedule
-home: https://truecharts.org/charts/stable/ddns-route53
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png
-keywords:
- - ddns-route53
- - Network-DNS
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ddns-route53
-sources:
- - https://github.com/crazy-max/ddns-route53
- - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53
- - https://hub.docker.com/r/crazymax/ddns-route53
-type: application
-version: 5.7.0
diff --git a/stable/ddns-route53/5.7.0/app-changelog.md b/stable/ddns-route53/5.7.0/app-changelog.md
deleted file mode 100644
index e6dd01d04be..00000000000
--- a/stable/ddns-route53/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [ddns-route53-5.7.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-route53/5.7.0/charts/common-20.2.0.tgz b/stable/ddns-route53/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/ddns-route53/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/ddns-route53/5.7.0/ix_values.yaml b/stable/ddns-route53/5.7.0/ix_values.yaml
deleted file mode 100644
index b344a8e2689..00000000000
--- a/stable/ddns-route53/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: crazymax/ddns-route53
- tag: latest@sha256:4c9c9118603273a1ceb056f6e663967ae5e337b616c99a30823a1575d60f931e
-persistence: {}
-portal:
- open:
- enabled: false
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- DDNSR53_CREDENTIALS_ACCESSKEYID: ABCDEFGHIJKLMNO123456
- DDNSR53_CREDENTIALS_SECRETACCESSKEY: abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH
- DDNSR53_ROUTE53_HOSTEDZONEID: ABCEEFG123456789
- DDNSR53_ROUTE53_RECORDSSET_0_NAME: ddns.example.com.
- DDNSR53_ROUTE53_RECORDSSET_0_TTL: "300"
- DDNSR53_ROUTE53_RECORDSSET_0_TYPE: A
- LOG_JSON: "false"
- LOG_LEVEL: info
- MAX_RETRIES: "3"
- SCHEDULE: "*/30 * * * *"
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
diff --git a/stable/ddns-route53/5.7.0/.helmignore b/stable/ddns-route53/5.7.4/.helmignore
similarity index 100%
rename from stable/ddns-route53/5.7.0/.helmignore
rename to stable/ddns-route53/5.7.4/.helmignore
diff --git a/stable/ddns-route53/5.7.4/CHANGELOG.md b/stable/ddns-route53/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..8a132684da3
--- /dev/null
+++ b/stable/ddns-route53/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-route53-5.7.3](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-route53-5.7.3](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-route53-5.7.3](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-route53-5.7.3](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-route53-5.7.3](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-route53/5.7.4/Chart.yaml b/stable/ddns-route53/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..409a062edce
--- /dev/null
+++ b/stable/ddns-route53/5.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-DNS
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dynamic DNS for Amazon Route 53 on a time-based schedule
+home: https://truecharts.org/charts/stable/ddns-route53
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png
+keywords:
+ - ddns-route53
+ - Network-DNS
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ddns-route53
+sources:
+ - https://github.com/crazy-max/ddns-route53
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53
+ - https://hub.docker.com/r/crazymax/ddns-route53
+type: application
+version: 5.7.4
diff --git a/stable/ddns-route53/5.7.0/README.md b/stable/ddns-route53/5.7.4/README.md
similarity index 100%
rename from stable/ddns-route53/5.7.0/README.md
rename to stable/ddns-route53/5.7.4/README.md
diff --git a/stable/ddns-route53/5.7.4/app-changelog.md b/stable/ddns-route53/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..814d0e563f1
--- /dev/null
+++ b/stable/ddns-route53/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [ddns-route53-5.7.4](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image crazymax/ddns-route53 to latest[@466159d](https://github.com/466159d) by renovate ([#19736](https://github.com/truecharts/charts/issues/19736))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-route53/5.7.0/app-readme.md b/stable/ddns-route53/5.7.4/app-readme.md
similarity index 100%
rename from stable/ddns-route53/5.7.0/app-readme.md
rename to stable/ddns-route53/5.7.4/app-readme.md
diff --git a/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz b/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ddns-route53/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/ddns-route53/5.7.4/ix_values.yaml b/stable/ddns-route53/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..1f3e33a9bcc
--- /dev/null
+++ b/stable/ddns-route53/5.7.4/ix_values.yaml
@@ -0,0 +1,42 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: crazymax/ddns-route53
+ tag: latest@sha256:466159d8f2b271f024b1950f72e56d909facee658ed8be693a875b9b86ea03a6
+persistence: {}
+portal:
+ open:
+ enabled: false
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ DDNSR53_CREDENTIALS_ACCESSKEYID: ABCDEFGHIJKLMNO123456
+ DDNSR53_CREDENTIALS_SECRETACCESSKEY: abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH
+ DDNSR53_ROUTE53_HOSTEDZONEID: ABCEEFG123456789
+ DDNSR53_ROUTE53_RECORDSSET_0_NAME: ddns.example.com.
+ DDNSR53_ROUTE53_RECORDSSET_0_TTL: "300"
+ DDNSR53_ROUTE53_RECORDSSET_0_TYPE: A
+ LOG_JSON: "false"
+ LOG_LEVEL: info
+ MAX_RETRIES: "3"
+ SCHEDULE: "*/30 * * * *"
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
diff --git a/stable/ddns-route53/5.7.0/questions.yaml b/stable/ddns-route53/5.7.4/questions.yaml
similarity index 100%
rename from stable/ddns-route53/5.7.0/questions.yaml
rename to stable/ddns-route53/5.7.4/questions.yaml
diff --git a/stable/ddns-route53/5.7.0/templates/common.yaml b/stable/ddns-route53/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/ddns-route53/5.7.0/templates/common.yaml
rename to stable/ddns-route53/5.7.4/templates/common.yaml
diff --git a/stable/ddns-route53/5.7.0/values.yaml b/stable/ddns-route53/5.7.4/values.yaml
similarity index 100%
rename from stable/ddns-route53/5.7.0/values.yaml
rename to stable/ddns-route53/5.7.4/values.yaml
diff --git a/stable/ddns-updater/9.6.0/CHANGELOG.md b/stable/ddns-updater/9.6.0/CHANGELOG.md
deleted file mode 100644
index 8f4794c7265..00000000000
--- a/stable/ddns-updater/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ddns-updater-9.6.0](https://github.com/truecharts/charts/compare/ddns-updater-9.5.2...ddns-updater-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ddns-updater-9.5.2](https://github.com/truecharts/charts/compare/ddns-updater-9.5.1...ddns-updater-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ddns-updater-9.5.1](https://github.com/truecharts/charts/compare/ddns-updater-9.5.0...ddns-updater-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ddns-updater-9.5.0](https://github.com/truecharts/charts/compare/ddns-updater-9.4.1...ddns-updater-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ddns-updater-9.4.1](https://github.com/truecharts/charts/compare/ddns-updater-9.4.0...ddns-updater-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ddns-updater-9.4.0](https://github.com/truecharts/charts/compare/ddns-updater-9.3.0...ddns-updater-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ddns-updater-9.3.0](https://github.com/truecharts/charts/compare/ddns-updater-9.2.3...ddns-updater-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ddns-updater-9.2.3](https://github.com/truecharts/charts/compare/ddns-updater-9.2.2...ddns-updater-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ddns-updater-9.2.2](https://github.com/truecharts/charts/compare/ddns-updater-9.2.0...ddns-updater-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ddns-updater/9.6.0/Chart.yaml b/stable/ddns-updater/9.6.0/Chart.yaml
deleted file mode 100644
index 9043fbad121..00000000000
--- a/stable/ddns-updater/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers
-home: https://truecharts.org/charts/stable/ddns-updater
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png
-keywords:
- - ddns-updater
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ddns-updater
-sources:
- - https://github.com/qdm12/ddns-updater
- - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater
- - https://hub.docker.com/r/qmcgaw/ddns-updater
-type: application
-version: 9.6.0
diff --git a/stable/ddns-updater/9.6.0/charts/common-20.1.5.tgz b/stable/ddns-updater/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ddns-updater/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ddns-updater/9.6.0/.helmignore b/stable/ddns-updater/9.7.3/.helmignore
similarity index 100%
rename from stable/ddns-updater/9.6.0/.helmignore
rename to stable/ddns-updater/9.7.3/.helmignore
diff --git a/stable/ddns-updater/9.7.3/CHANGELOG.md b/stable/ddns-updater/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b763ee24a3c
--- /dev/null
+++ b/stable/ddns-updater/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ddns-updater-9.7.2](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ddns-updater/9.7.3/Chart.yaml b/stable/ddns-updater/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..462b477cd56
--- /dev/null
+++ b/stable/ddns-updater/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers
+home: https://truecharts.org/charts/stable/ddns-updater
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png
+keywords:
+ - ddns-updater
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ddns-updater
+sources:
+ - https://github.com/qdm12/ddns-updater
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater
+ - https://hub.docker.com/r/qmcgaw/ddns-updater
+type: application
+version: 9.7.3
diff --git a/stable/ddns-updater/9.6.0/README.md b/stable/ddns-updater/9.7.3/README.md
similarity index 100%
rename from stable/ddns-updater/9.6.0/README.md
rename to stable/ddns-updater/9.7.3/README.md
diff --git a/stable/ddns-updater/9.7.3/app-changelog.md b/stable/ddns-updater/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..1f8df549eb3
--- /dev/null
+++ b/stable/ddns-updater/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ddns-updater-9.7.3](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ddns-updater/9.6.0/app-readme.md b/stable/ddns-updater/9.7.3/app-readme.md
similarity index 100%
rename from stable/ddns-updater/9.6.0/app-readme.md
rename to stable/ddns-updater/9.7.3/app-readme.md
diff --git a/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz b/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ddns-updater/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ddns-updater/9.6.0/ix_values.yaml b/stable/ddns-updater/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/ddns-updater/9.6.0/ix_values.yaml
rename to stable/ddns-updater/9.7.3/ix_values.yaml
diff --git a/stable/ddns-updater/9.6.0/questions.yaml b/stable/ddns-updater/9.7.3/questions.yaml
similarity index 100%
rename from stable/ddns-updater/9.6.0/questions.yaml
rename to stable/ddns-updater/9.7.3/questions.yaml
diff --git a/stable/ddns-updater/9.6.0/templates/NOTES.txt b/stable/ddns-updater/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ddns-updater/9.6.0/templates/NOTES.txt
rename to stable/ddns-updater/9.7.3/templates/NOTES.txt
diff --git a/stable/ddns-updater/9.6.0/templates/common.yaml b/stable/ddns-updater/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/ddns-updater/9.6.0/templates/common.yaml
rename to stable/ddns-updater/9.7.3/templates/common.yaml
diff --git a/stable/ddns-updater/9.6.0/values.yaml b/stable/ddns-updater/9.7.3/values.yaml
similarity index 100%
rename from stable/ddns-updater/9.6.0/values.yaml
rename to stable/ddns-updater/9.7.3/values.yaml
diff --git a/stable/debian-apt-mirror/5.6.0/CHANGELOG.md b/stable/debian-apt-mirror/5.6.0/CHANGELOG.md
deleted file mode 100644
index e81a407a6ad..00000000000
--- a/stable/debian-apt-mirror/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [debian-apt-mirror-5.6.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.5.2...debian-apt-mirror-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [debian-apt-mirror-5.5.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.5.1...debian-apt-mirror-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [debian-apt-mirror-5.5.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.5.0...debian-apt-mirror-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [debian-apt-mirror-5.5.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.4.1...debian-apt-mirror-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [debian-apt-mirror-5.4.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.4.0...debian-apt-mirror-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [debian-apt-mirror-5.4.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.3.0...debian-apt-mirror-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [debian-apt-mirror-5.3.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.3...debian-apt-mirror-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [debian-apt-mirror-5.2.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.2...debian-apt-mirror-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [debian-apt-mirror-5.2.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.0...debian-apt-mirror-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/debian-apt-mirror/5.6.0/Chart.yaml b/stable/debian-apt-mirror/5.6.0/Chart.yaml
deleted file mode 100644
index 52834812cb5..00000000000
--- a/stable/debian-apt-mirror/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.
-home: https://truecharts.org/charts/stable/debian-apt-mirror
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png
-keywords:
- - debian-apt-mirror
- - Network-Other
- - Productivity
- - Tools-Utilities
- - Drivers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: debian-apt-mirror
-sources:
- - https://www.debian.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror
- - https://hub.docker.com/r/ich777/debian-mirror
-type: application
-version: 5.6.0
diff --git a/stable/debian-apt-mirror/5.6.0/charts/common-20.1.5.tgz b/stable/debian-apt-mirror/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/debian-apt-mirror/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/debian-apt-mirror/5.6.0/.helmignore b/stable/debian-apt-mirror/5.7.3/.helmignore
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/.helmignore
rename to stable/debian-apt-mirror/5.7.3/.helmignore
diff --git a/stable/debian-apt-mirror/5.7.3/CHANGELOG.md b/stable/debian-apt-mirror/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..35a0b57bc68
--- /dev/null
+++ b/stable/debian-apt-mirror/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-apt-mirror-5.7.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/debian-apt-mirror/5.7.3/Chart.yaml b/stable/debian-apt-mirror/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..074901b12d4
--- /dev/null
+++ b/stable/debian-apt-mirror/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.
+home: https://truecharts.org/charts/stable/debian-apt-mirror
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png
+keywords:
+ - debian-apt-mirror
+ - Network-Other
+ - Productivity
+ - Tools-Utilities
+ - Drivers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: debian-apt-mirror
+sources:
+ - https://www.debian.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror
+ - https://hub.docker.com/r/ich777/debian-mirror
+type: application
+version: 5.7.3
diff --git a/stable/debian-apt-mirror/5.6.0/README.md b/stable/debian-apt-mirror/5.7.3/README.md
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/README.md
rename to stable/debian-apt-mirror/5.7.3/README.md
diff --git a/stable/debian-apt-mirror/5.7.3/app-changelog.md b/stable/debian-apt-mirror/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3a1ad94ba4f
--- /dev/null
+++ b/stable/debian-apt-mirror/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [debian-apt-mirror-5.7.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/debian-apt-mirror/5.6.0/app-readme.md b/stable/debian-apt-mirror/5.7.3/app-readme.md
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/app-readme.md
rename to stable/debian-apt-mirror/5.7.3/app-readme.md
diff --git a/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz b/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/debian-apt-mirror/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/debian-apt-mirror/5.6.0/ix_values.yaml b/stable/debian-apt-mirror/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/ix_values.yaml
rename to stable/debian-apt-mirror/5.7.3/ix_values.yaml
diff --git a/stable/debian-apt-mirror/5.6.0/questions.yaml b/stable/debian-apt-mirror/5.7.3/questions.yaml
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/questions.yaml
rename to stable/debian-apt-mirror/5.7.3/questions.yaml
diff --git a/stable/debian-apt-mirror/5.6.0/templates/common.yaml b/stable/debian-apt-mirror/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/templates/common.yaml
rename to stable/debian-apt-mirror/5.7.3/templates/common.yaml
diff --git a/stable/debian-apt-mirror/5.6.0/values.yaml b/stable/debian-apt-mirror/5.7.3/values.yaml
similarity index 100%
rename from stable/debian-apt-mirror/5.6.0/values.yaml
rename to stable/debian-apt-mirror/5.7.3/values.yaml
diff --git a/stable/debian-bullseye/5.6.0/CHANGELOG.md b/stable/debian-bullseye/5.6.0/CHANGELOG.md
deleted file mode 100644
index f61786e02b5..00000000000
--- a/stable/debian-bullseye/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [debian-bullseye-5.6.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.5.2...debian-bullseye-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [debian-bullseye-5.5.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.5.1...debian-bullseye-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [debian-bullseye-5.5.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.5.0...debian-bullseye-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [debian-bullseye-5.5.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.4.1...debian-bullseye-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [debian-bullseye-5.4.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.4.0...debian-bullseye-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [debian-bullseye-5.4.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.3.0...debian-bullseye-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [debian-bullseye-5.3.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.3...debian-bullseye-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [debian-bullseye-5.2.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.2...debian-bullseye-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [debian-bullseye-5.2.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.0...debian-bullseye-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/debian-bullseye/5.6.0/Chart.yaml b/stable/debian-bullseye/5.6.0/Chart.yaml
deleted file mode 100644
index e8658e5cad3..00000000000
--- a/stable/debian-bullseye/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed.
-home: https://truecharts.org/charts/stable/debian-bullseye
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png
-keywords:
- - debian-bullseye
- - Productivity
- - Tools-System
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: debian-bullseye
-sources:
- - https://www.debian.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye
- - https://hub.docker.com/r/ich777/debian-bullseye
-type: application
-version: 5.6.0
diff --git a/stable/debian-bullseye/5.6.0/charts/common-20.1.5.tgz b/stable/debian-bullseye/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/debian-bullseye/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/debian-bullseye/5.6.0/.helmignore b/stable/debian-bullseye/5.7.3/.helmignore
similarity index 100%
rename from stable/debian-bullseye/5.6.0/.helmignore
rename to stable/debian-bullseye/5.7.3/.helmignore
diff --git a/stable/debian-bullseye/5.7.3/CHANGELOG.md b/stable/debian-bullseye/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0381c2f3959
--- /dev/null
+++ b/stable/debian-bullseye/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [debian-bullseye-5.7.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/debian-bullseye/5.7.3/Chart.yaml b/stable/debian-bullseye/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..27aa986f96d
--- /dev/null
+++ b/stable/debian-bullseye/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed.
+home: https://truecharts.org/charts/stable/debian-bullseye
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png
+keywords:
+ - debian-bullseye
+ - Productivity
+ - Tools-System
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: debian-bullseye
+sources:
+ - https://www.debian.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye
+ - https://hub.docker.com/r/ich777/debian-bullseye
+type: application
+version: 5.7.3
diff --git a/stable/debian-bullseye/5.6.0/README.md b/stable/debian-bullseye/5.7.3/README.md
similarity index 100%
rename from stable/debian-bullseye/5.6.0/README.md
rename to stable/debian-bullseye/5.7.3/README.md
diff --git a/stable/debian-bullseye/5.7.3/app-changelog.md b/stable/debian-bullseye/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..74dd5f5fb30
--- /dev/null
+++ b/stable/debian-bullseye/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [debian-bullseye-5.7.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/debian-bullseye/5.6.0/app-readme.md b/stable/debian-bullseye/5.7.3/app-readme.md
similarity index 100%
rename from stable/debian-bullseye/5.6.0/app-readme.md
rename to stable/debian-bullseye/5.7.3/app-readme.md
diff --git a/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz b/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/debian-bullseye/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/debian-bullseye/5.6.0/ix_values.yaml b/stable/debian-bullseye/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/debian-bullseye/5.6.0/ix_values.yaml
rename to stable/debian-bullseye/5.7.3/ix_values.yaml
diff --git a/stable/debian-bullseye/5.6.0/questions.yaml b/stable/debian-bullseye/5.7.3/questions.yaml
similarity index 100%
rename from stable/debian-bullseye/5.6.0/questions.yaml
rename to stable/debian-bullseye/5.7.3/questions.yaml
diff --git a/stable/debian-bullseye/5.6.0/templates/common.yaml b/stable/debian-bullseye/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/debian-bullseye/5.6.0/templates/common.yaml
rename to stable/debian-bullseye/5.7.3/templates/common.yaml
diff --git a/stable/debian-bullseye/5.6.0/values.yaml b/stable/debian-bullseye/5.7.3/values.yaml
similarity index 100%
rename from stable/debian-bullseye/5.6.0/values.yaml
rename to stable/debian-bullseye/5.7.3/values.yaml
diff --git a/stable/deconz/15.6.0/CHANGELOG.md b/stable/deconz/15.6.0/CHANGELOG.md
deleted file mode 100644
index 9667f6e5960..00000000000
--- a/stable/deconz/15.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [deconz-15.6.0](https://github.com/truecharts/charts/compare/deconz-15.5.2...deconz-15.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [deconz-15.5.2](https://github.com/truecharts/charts/compare/deconz-15.5.1...deconz-15.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [deconz-15.5.1](https://github.com/truecharts/charts/compare/deconz-15.5.0...deconz-15.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [deconz-15.5.0](https://github.com/truecharts/charts/compare/deconz-15.4.1...deconz-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [deconz-15.4.1](https://github.com/truecharts/charts/compare/deconz-15.4.0...deconz-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [deconz-15.4.0](https://github.com/truecharts/charts/compare/deconz-15.3.0...deconz-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [deconz-15.3.0](https://github.com/truecharts/charts/compare/deconz-15.2.4...deconz-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [deconz-15.2.4](https://github.com/truecharts/charts/compare/deconz-15.2.3...deconz-15.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [deconz-15.2.3](https://github.com/truecharts/charts/compare/deconz-15.2.1...deconz-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/deconz/15.6.0/Chart.yaml b/stable/deconz/15.6.0/Chart.yaml
deleted file mode 100644
index 913ef52cb30..00000000000
--- a/stable/deconz/15.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.26.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
-home: https://truecharts.org/charts/stable/deconz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png
-keywords:
- - deconz
- - home-automation
- - zigbee
- - conbee
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: deconz
-sources:
- - https://github.com/marthoc/docker-deconz
- - https://github.com/dresden-elektronik/deconz-rest-plugin
- - https://github.com/truecharts/charts/tree/master/charts/stable/deconz
- - https://hub.docker.com/r/deconzcommunity/deconz
-type: application
-version: 15.6.0
diff --git a/stable/deconz/15.6.0/charts/common-20.1.5.tgz b/stable/deconz/15.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/deconz/15.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/deconz/15.6.0/ix_values.yaml b/stable/deconz/15.6.0/ix_values.yaml
deleted file mode 100644
index 77539c407c2..00000000000
--- a/stable/deconz/15.6.0/ix_values.yaml
+++ /dev/null
@@ -1,57 +0,0 @@
-image:
- repository: deconzcommunity/deconz
- tag: 2.26.1@sha256:23c86008d73f37d355f80a20dda6f16cb93c257f33abbd67d357798041830710
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- securityContext:
- capabilities:
- add:
- - NET_BIND_SERVICE
- env:
- DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}"
- DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}"
- DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}"
- DECONZ_UID: "{{ .Values.securityContext.container.PUID }}"
- DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}"
- # -- Override the location where deCONZ looks for the RaspBee/Conbee device.
- # Example: /dev/ttyUSB0
- DECONZ_DEVICE: ""
- DECONZ_UPNP: 0
- DECONZ_START_VERBOSE: 0
- # -- Enable VNC access to the container to view the deCONZ ZigBee mesh
- DECONZ_VNC_MODE: 1
- DECONZ_VNC_PASSWORD: ""
-service:
- main:
- ports:
- main:
- port: 10008
- websocket:
- enabled: true
- ports:
- websocket:
- enabled: true
- port: 10001
- vnc:
- enabled: true
- ports:
- vnc:
- enabled: true
- port: 10002
-persistence:
- config:
- enabled: true
- mountPath: "/opt/deCONZ"
-portal:
- open:
- enabled: true
diff --git a/stable/deconz/15.6.0/.helmignore b/stable/deconz/15.7.3/.helmignore
similarity index 100%
rename from stable/deconz/15.6.0/.helmignore
rename to stable/deconz/15.7.3/.helmignore
diff --git a/stable/deconz/15.7.3/CHANGELOG.md b/stable/deconz/15.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b48db78631e
--- /dev/null
+++ b/stable/deconz/15.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [deconz-15.7.3](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deconz-15.7.2](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/deconz/15.7.3/Chart.yaml b/stable/deconz/15.7.3/Chart.yaml
new file mode 100644
index 00000000000..2270c17e6fe
--- /dev/null
+++ b/stable/deconz/15.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.26.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
+home: https://truecharts.org/charts/stable/deconz
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png
+keywords:
+ - deconz
+ - home-automation
+ - zigbee
+ - conbee
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: deconz
+sources:
+ - https://github.com/marthoc/docker-deconz
+ - https://github.com/dresden-elektronik/deconz-rest-plugin
+ - https://github.com/truecharts/charts/tree/master/charts/stable/deconz
+ - https://hub.docker.com/r/deconzcommunity/deconz
+type: application
+version: 15.7.3
diff --git a/stable/deconz/15.6.0/README.md b/stable/deconz/15.7.3/README.md
similarity index 100%
rename from stable/deconz/15.6.0/README.md
rename to stable/deconz/15.7.3/README.md
diff --git a/stable/deconz/15.7.3/app-changelog.md b/stable/deconz/15.7.3/app-changelog.md
new file mode 100644
index 00000000000..7c900149908
--- /dev/null
+++ b/stable/deconz/15.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [deconz-15.7.3](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image deconzcommunity/deconz to v2.26.2[@56410bd](https://github.com/56410bd) by renovate ([#19752](https://github.com/truecharts/charts/issues/19752))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/deconz/15.6.0/app-readme.md b/stable/deconz/15.7.3/app-readme.md
similarity index 100%
rename from stable/deconz/15.6.0/app-readme.md
rename to stable/deconz/15.7.3/app-readme.md
diff --git a/stable/deconz/15.7.3/charts/common-20.2.4.tgz b/stable/deconz/15.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/deconz/15.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/deconz/15.7.3/ix_values.yaml b/stable/deconz/15.7.3/ix_values.yaml
new file mode 100644
index 00000000000..7561fc9d6b8
--- /dev/null
+++ b/stable/deconz/15.7.3/ix_values.yaml
@@ -0,0 +1,57 @@
+image:
+ repository: deconzcommunity/deconz
+ tag: 2.26.2@sha256:56410bd7fc8ae7b74b10a2c11de0827fed7fcd4363835d554cd4ccc24a3232fd
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ securityContext:
+ capabilities:
+ add:
+ - NET_BIND_SERVICE
+ env:
+ DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}"
+ DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}"
+ DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}"
+ DECONZ_UID: "{{ .Values.securityContext.container.PUID }}"
+ DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}"
+ # -- Override the location where deCONZ looks for the RaspBee/Conbee device.
+ # Example: /dev/ttyUSB0
+ DECONZ_DEVICE: ""
+ DECONZ_UPNP: 0
+ DECONZ_START_VERBOSE: 0
+ # -- Enable VNC access to the container to view the deCONZ ZigBee mesh
+ DECONZ_VNC_MODE: 1
+ DECONZ_VNC_PASSWORD: ""
+service:
+ main:
+ ports:
+ main:
+ port: 10008
+ websocket:
+ enabled: true
+ ports:
+ websocket:
+ enabled: true
+ port: 10001
+ vnc:
+ enabled: true
+ ports:
+ vnc:
+ enabled: true
+ port: 10002
+persistence:
+ config:
+ enabled: true
+ mountPath: "/opt/deCONZ"
+portal:
+ open:
+ enabled: true
diff --git a/stable/deconz/15.6.0/questions.yaml b/stable/deconz/15.7.3/questions.yaml
similarity index 100%
rename from stable/deconz/15.6.0/questions.yaml
rename to stable/deconz/15.7.3/questions.yaml
diff --git a/stable/deconz/15.6.0/templates/common.yaml b/stable/deconz/15.7.3/templates/common.yaml
similarity index 100%
rename from stable/deconz/15.6.0/templates/common.yaml
rename to stable/deconz/15.7.3/templates/common.yaml
diff --git a/stable/deconz/15.6.0/values.yaml b/stable/deconz/15.7.3/values.yaml
similarity index 100%
rename from stable/deconz/15.6.0/values.yaml
rename to stable/deconz/15.7.3/values.yaml
diff --git a/stable/deemix/10.6.0/CHANGELOG.md b/stable/deemix/10.6.0/CHANGELOG.md
deleted file mode 100644
index cefbf821691..00000000000
--- a/stable/deemix/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [deemix-10.6.0](https://github.com/truecharts/charts/compare/deemix-10.5.2...deemix-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [deemix-10.5.2](https://github.com/truecharts/charts/compare/deemix-10.5.1...deemix-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [deemix-10.5.1](https://github.com/truecharts/charts/compare/deemix-10.5.0...deemix-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [deemix-10.5.0](https://github.com/truecharts/charts/compare/deemix-10.4.1...deemix-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [deemix-10.4.1](https://github.com/truecharts/charts/compare/deemix-10.4.0...deemix-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [deemix-10.4.0](https://github.com/truecharts/charts/compare/deemix-10.3.0...deemix-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [deemix-10.3.0](https://github.com/truecharts/charts/compare/deemix-10.2.3...deemix-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [deemix-10.2.3](https://github.com/truecharts/charts/compare/deemix-10.2.2...deemix-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [deemix-10.2.2](https://github.com/truecharts/charts/compare/deemix-10.2.0...deemix-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/deemix/10.6.0/Chart.yaml b/stable/deemix/10.6.0/Chart.yaml
deleted file mode 100644
index 2d765115016..00000000000
--- a/stable/deemix/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: deemix is a deezer downloader built from the ashes of Deezloader Remix.
-home: https://truecharts.org/charts/stable/deemix
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png
-keywords:
- - music
- - deemix
- - deezer
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: deemix
-sources:
- - https://git.freezerapp.xyz/RemixDev/deemix-py
- - https://gitlab.com/Bockiii/deemix-docker.git
- - https://github.com/truecharts/charts/tree/master/charts/stable/deemix
-type: application
-version: 10.6.0
diff --git a/stable/deemix/10.6.0/charts/common-20.1.5.tgz b/stable/deemix/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/deemix/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/deemix/10.6.0/.helmignore b/stable/deemix/10.7.3/.helmignore
similarity index 100%
rename from stable/deemix/10.6.0/.helmignore
rename to stable/deemix/10.7.3/.helmignore
diff --git a/stable/deemix/10.7.3/CHANGELOG.md b/stable/deemix/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a77aaf0bd3
--- /dev/null
+++ b/stable/deemix/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deemix-10.7.2](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/deemix/10.7.3/Chart.yaml b/stable/deemix/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..a6c1cf63ce1
--- /dev/null
+++ b/stable/deemix/10.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: deemix is a deezer downloader built from the ashes of Deezloader Remix.
+home: https://truecharts.org/charts/stable/deemix
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png
+keywords:
+ - music
+ - deemix
+ - deezer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: deemix
+sources:
+ - https://git.freezerapp.xyz/RemixDev/deemix-py
+ - https://gitlab.com/Bockiii/deemix-docker.git
+ - https://github.com/truecharts/charts/tree/master/charts/stable/deemix
+type: application
+version: 10.7.3
diff --git a/stable/deemix/10.6.0/README.md b/stable/deemix/10.7.3/README.md
similarity index 100%
rename from stable/deemix/10.6.0/README.md
rename to stable/deemix/10.7.3/README.md
diff --git a/stable/deemix/10.7.3/app-changelog.md b/stable/deemix/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..f7070fd6d77
--- /dev/null
+++ b/stable/deemix/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [deemix-10.7.3](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/deemix/10.6.0/app-readme.md b/stable/deemix/10.7.3/app-readme.md
similarity index 100%
rename from stable/deemix/10.6.0/app-readme.md
rename to stable/deemix/10.7.3/app-readme.md
diff --git a/stable/deemix/10.7.3/charts/common-20.2.4.tgz b/stable/deemix/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/deemix/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/deemix/10.6.0/ix_values.yaml b/stable/deemix/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/deemix/10.6.0/ix_values.yaml
rename to stable/deemix/10.7.3/ix_values.yaml
diff --git a/stable/deemix/10.6.0/questions.yaml b/stable/deemix/10.7.3/questions.yaml
similarity index 100%
rename from stable/deemix/10.6.0/questions.yaml
rename to stable/deemix/10.7.3/questions.yaml
diff --git a/stable/deemix/10.6.0/templates/NOTES.txt b/stable/deemix/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/deemix/10.6.0/templates/NOTES.txt
rename to stable/deemix/10.7.3/templates/NOTES.txt
diff --git a/stable/deemix/10.6.0/templates/common.yaml b/stable/deemix/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/deemix/10.6.0/templates/common.yaml
rename to stable/deemix/10.7.3/templates/common.yaml
diff --git a/stable/deemix/10.6.0/values.yaml b/stable/deemix/10.7.3/values.yaml
similarity index 100%
rename from stable/deemix/10.6.0/values.yaml
rename to stable/deemix/10.7.3/values.yaml
diff --git a/stable/deepstack/11.6.0/CHANGELOG.md b/stable/deepstack/11.6.0/CHANGELOG.md
deleted file mode 100644
index b0dc52460fe..00000000000
--- a/stable/deepstack/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [deepstack-11.6.0](https://github.com/truecharts/charts/compare/deepstack-11.5.2...deepstack-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [deepstack-11.5.2](https://github.com/truecharts/charts/compare/deepstack-11.5.1...deepstack-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [deepstack-11.5.1](https://github.com/truecharts/charts/compare/deepstack-11.5.0...deepstack-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [deepstack-11.5.0](https://github.com/truecharts/charts/compare/deepstack-11.4.1...deepstack-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [deepstack-11.4.1](https://github.com/truecharts/charts/compare/deepstack-11.4.0...deepstack-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [deepstack-11.4.0](https://github.com/truecharts/charts/compare/deepstack-11.3.0...deepstack-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [deepstack-11.3.0](https://github.com/truecharts/charts/compare/deepstack-11.2.3...deepstack-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [deepstack-11.2.3](https://github.com/truecharts/charts/compare/deepstack-11.2.2...deepstack-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [deepstack-11.2.2](https://github.com/truecharts/charts/compare/deepstack-11.2.0...deepstack-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/deepstack/11.6.0/Chart.yaml b/stable/deepstack/11.6.0/Chart.yaml
deleted file mode 100644
index 6abac16c5fd..00000000000
--- a/stable/deepstack/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2022.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
-home: https://truecharts.org/charts/stable/deepstack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png
-keywords:
- - AI
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: deepstack
-sources:
- - https://github.com/johnolafenwa/DeepStack
- - https://www.deepstack.cc/
- - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack
- - https://hub.docker.com/r/deepquestai/deepstack
-type: application
-version: 11.6.0
diff --git a/stable/deepstack/11.6.0/charts/common-20.1.5.tgz b/stable/deepstack/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/deepstack/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/deepstack/11.6.0/.helmignore b/stable/deepstack/11.7.3/.helmignore
similarity index 100%
rename from stable/deepstack/11.6.0/.helmignore
rename to stable/deepstack/11.7.3/.helmignore
diff --git a/stable/deepstack/11.7.3/CHANGELOG.md b/stable/deepstack/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ec4e43911c9
--- /dev/null
+++ b/stable/deepstack/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deepstack-11.7.2](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/deepstack/11.7.3/Chart.yaml b/stable/deepstack/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..52494a7fc9b
--- /dev/null
+++ b/stable/deepstack/11.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2022.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
+home: https://truecharts.org/charts/stable/deepstack
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png
+keywords:
+ - AI
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: deepstack
+sources:
+ - https://github.com/johnolafenwa/DeepStack
+ - https://www.deepstack.cc/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack
+ - https://hub.docker.com/r/deepquestai/deepstack
+type: application
+version: 11.7.3
diff --git a/stable/deepstack/11.6.0/README.md b/stable/deepstack/11.7.3/README.md
similarity index 100%
rename from stable/deepstack/11.6.0/README.md
rename to stable/deepstack/11.7.3/README.md
diff --git a/stable/deepstack/11.7.3/app-changelog.md b/stable/deepstack/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..28c1a9d6a21
--- /dev/null
+++ b/stable/deepstack/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [deepstack-11.7.3](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/deepstack/11.6.0/app-readme.md b/stable/deepstack/11.7.3/app-readme.md
similarity index 100%
rename from stable/deepstack/11.6.0/app-readme.md
rename to stable/deepstack/11.7.3/app-readme.md
diff --git a/stable/deepstack/11.7.3/charts/common-20.2.4.tgz b/stable/deepstack/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/deepstack/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/deepstack/11.6.0/ix_values.yaml b/stable/deepstack/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/deepstack/11.6.0/ix_values.yaml
rename to stable/deepstack/11.7.3/ix_values.yaml
diff --git a/stable/deepstack/11.6.0/questions.yaml b/stable/deepstack/11.7.3/questions.yaml
similarity index 100%
rename from stable/deepstack/11.6.0/questions.yaml
rename to stable/deepstack/11.7.3/questions.yaml
diff --git a/stable/deepstack/11.6.0/templates/NOTES.txt b/stable/deepstack/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/deepstack/11.6.0/templates/NOTES.txt
rename to stable/deepstack/11.7.3/templates/NOTES.txt
diff --git a/stable/deepstack/11.6.0/templates/common.yaml b/stable/deepstack/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/deepstack/11.6.0/templates/common.yaml
rename to stable/deepstack/11.7.3/templates/common.yaml
diff --git a/stable/deepstack/11.6.0/values.yaml b/stable/deepstack/11.7.3/values.yaml
similarity index 100%
rename from stable/deepstack/11.6.0/values.yaml
rename to stable/deepstack/11.7.3/values.yaml
diff --git a/stable/dell-idrac-fan-controller/5.7.0/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.7.0/CHANGELOG.md
deleted file mode 100644
index 1c61696b37c..00000000000
--- a/stable/dell-idrac-fan-controller/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dell-idrac-fan-controller-5.6.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.5.2...dell-idrac-fan-controller-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/dell-idrac-fan-controller/5.7.0/Chart.yaml b/stable/dell-idrac-fan-controller/5.7.0/Chart.yaml
deleted file mode 100644
index 83125de1cae..00000000000
--- a/stable/dell-idrac-fan-controller/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Control your Dell PowerEdge fans via IPMI
-home: https://truecharts.org/charts/stable/dell-idrac-fan-controller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png
-keywords:
- - iDrac
- - Dell
- - fan-controller
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dell-idrac-fan-controller
-sources:
- - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller
- - https://ghcr.io/tigerblue77/dell_idrac_fan_controller
-type: application
-version: 5.7.0
diff --git a/stable/dell-idrac-fan-controller/5.7.0/app-changelog.md b/stable/dell-idrac-fan-controller/5.7.0/app-changelog.md
deleted file mode 100644
index 77e954ba297..00000000000
--- a/stable/dell-idrac-fan-controller/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [dell-idrac-fan-controller-5.7.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dell-idrac-fan-controller/5.7.0/charts/common-20.2.0.tgz b/stable/dell-idrac-fan-controller/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/dell-idrac-fan-controller/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/dell-idrac-fan-controller/5.7.0/ix_values.yaml b/stable/dell-idrac-fan-controller/5.7.0/ix_values.yaml
deleted file mode 100644
index 299bc0df612..00000000000
--- a/stable/dell-idrac-fan-controller/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-image:
- repository: ghcr.io/tigerblue77/dell_idrac_fan_controller
- pullPolicy: IfNotPresent
- tag: latest@sha256:1b82a31214f0022bab0548132a4cf980f39cfd65ef121c580ed7734f92feaeee
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- IDRAC_HOST: ""
- IDRAC_USERNAME: ""
- IDRAC_PASSWORD: ""
- FAN_SPEED: 5
- CPU_TEMPERATURE_THRESHOLD: 50
- CHECK_INTERVAL: 60
- DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false
-portal:
- open:
- enabled: false
diff --git a/stable/dell-idrac-fan-controller/5.7.0/.helmignore b/stable/dell-idrac-fan-controller/5.7.4/.helmignore
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/.helmignore
rename to stable/dell-idrac-fan-controller/5.7.4/.helmignore
diff --git a/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..14c872daf54
--- /dev/null
+++ b/stable/dell-idrac-fan-controller/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dell-idrac-fan-controller-5.7.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dell-idrac-fan-controller-5.7.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dell-idrac-fan-controller-5.7.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dell-idrac-fan-controller-5.7.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dell-idrac-fan-controller-5.7.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml b/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..6fe55912b7e
--- /dev/null
+++ b/stable/dell-idrac-fan-controller/5.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Control your Dell PowerEdge fans via IPMI
+home: https://truecharts.org/charts/stable/dell-idrac-fan-controller
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png
+keywords:
+ - iDrac
+ - Dell
+ - fan-controller
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dell-idrac-fan-controller
+sources:
+ - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller
+ - https://ghcr.io/tigerblue77/dell_idrac_fan_controller
+type: application
+version: 5.7.4
diff --git a/stable/dell-idrac-fan-controller/5.7.0/README.md b/stable/dell-idrac-fan-controller/5.7.4/README.md
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/README.md
rename to stable/dell-idrac-fan-controller/5.7.4/README.md
diff --git a/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md b/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..11d25e7745a
--- /dev/null
+++ b/stable/dell-idrac-fan-controller/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [dell-idrac-fan-controller-5.7.4](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest[@5184af8](https://github.com/5184af8) by renovate ([#19355](https://github.com/truecharts/charts/issues/19355))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dell-idrac-fan-controller/5.7.0/app-readme.md b/stable/dell-idrac-fan-controller/5.7.4/app-readme.md
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/app-readme.md
rename to stable/dell-idrac-fan-controller/5.7.4/app-readme.md
diff --git a/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz b/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/dell-idrac-fan-controller/5.7.4/ix_values.yaml b/stable/dell-idrac-fan-controller/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..ca6bb2dbc7d
--- /dev/null
+++ b/stable/dell-idrac-fan-controller/5.7.4/ix_values.yaml
@@ -0,0 +1,33 @@
+image:
+ repository: ghcr.io/tigerblue77/dell_idrac_fan_controller
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:5184af88c6c03204611d40d4b1c6bc36202762592d16a97236bb4254951d23b0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ IDRAC_HOST: ""
+ IDRAC_USERNAME: ""
+ IDRAC_PASSWORD: ""
+ FAN_SPEED: 5
+ CPU_TEMPERATURE_THRESHOLD: 50
+ CHECK_INTERVAL: 60
+ DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false
+portal:
+ open:
+ enabled: false
diff --git a/stable/dell-idrac-fan-controller/5.7.0/questions.yaml b/stable/dell-idrac-fan-controller/5.7.4/questions.yaml
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/questions.yaml
rename to stable/dell-idrac-fan-controller/5.7.4/questions.yaml
diff --git a/stable/dell-idrac-fan-controller/5.7.0/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/templates/NOTES.txt
rename to stable/dell-idrac-fan-controller/5.7.4/templates/NOTES.txt
diff --git a/stable/dell-idrac-fan-controller/5.7.0/templates/common.yaml b/stable/dell-idrac-fan-controller/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/templates/common.yaml
rename to stable/dell-idrac-fan-controller/5.7.4/templates/common.yaml
diff --git a/stable/dell-idrac-fan-controller/5.7.0/values.yaml b/stable/dell-idrac-fan-controller/5.7.4/values.yaml
similarity index 100%
rename from stable/dell-idrac-fan-controller/5.7.0/values.yaml
rename to stable/dell-idrac-fan-controller/5.7.4/values.yaml
diff --git a/stable/deluge/18.6.0/CHANGELOG.md b/stable/deluge/18.6.0/CHANGELOG.md
deleted file mode 100644
index f3c3e41e1b4..00000000000
--- a/stable/deluge/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [deluge-18.6.0](https://github.com/truecharts/charts/compare/deluge-18.5.2...deluge-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [deluge-18.5.2](https://github.com/truecharts/charts/compare/deluge-18.5.1...deluge-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [deluge-18.5.1](https://github.com/truecharts/charts/compare/deluge-18.5.0...deluge-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [deluge-18.5.0](https://github.com/truecharts/charts/compare/deluge-18.4.1...deluge-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [deluge-18.4.1](https://github.com/truecharts/charts/compare/deluge-18.4.0...deluge-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [deluge-18.4.0](https://github.com/truecharts/charts/compare/deluge-18.3.0...deluge-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [deluge-18.3.0](https://github.com/truecharts/charts/compare/deluge-18.2.3...deluge-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [deluge-18.2.3](https://github.com/truecharts/charts/compare/deluge-18.2.2...deluge-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [deluge-18.2.2](https://github.com/truecharts/charts/compare/deluge-18.2.0...deluge-18.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/deluge/18.6.0/Chart.yaml b/stable/deluge/18.6.0/Chart.yaml
deleted file mode 100644
index 4edd77d1ea9..00000000000
--- a/stable/deluge/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Deluge App for TrueNAS SCALE
-home: https://truecharts.org/charts/stable/deluge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png
-keywords:
- - transmission
- - torrent
- - usenet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: deluge
-sources:
- - https://github.com/deluge-torrent/deluge
- - https://github.com/truecharts/charts/tree/master/charts/stable/deluge
- - https://ghcr.io/linuxserver/deluge
-type: application
-version: 18.6.0
diff --git a/stable/deluge/18.6.0/charts/common-20.1.5.tgz b/stable/deluge/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/deluge/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/deluge/18.6.0/.helmignore b/stable/deluge/18.7.3/.helmignore
similarity index 100%
rename from stable/deluge/18.6.0/.helmignore
rename to stable/deluge/18.7.3/.helmignore
diff --git a/stable/deluge/18.7.3/CHANGELOG.md b/stable/deluge/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..caf94bdf93a
--- /dev/null
+++ b/stable/deluge/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [deluge-18.7.2](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/deluge/18.7.3/Chart.yaml b/stable/deluge/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..939d8aa1aff
--- /dev/null
+++ b/stable/deluge/18.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Deluge App for TrueNAS SCALE
+home: https://truecharts.org/charts/stable/deluge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png
+keywords:
+ - transmission
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: deluge
+sources:
+ - https://github.com/deluge-torrent/deluge
+ - https://github.com/truecharts/charts/tree/master/charts/stable/deluge
+ - https://ghcr.io/linuxserver/deluge
+type: application
+version: 18.7.3
diff --git a/stable/deluge/18.6.0/README.md b/stable/deluge/18.7.3/README.md
similarity index 100%
rename from stable/deluge/18.6.0/README.md
rename to stable/deluge/18.7.3/README.md
diff --git a/stable/deluge/18.7.3/app-changelog.md b/stable/deluge/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..197d931ba00
--- /dev/null
+++ b/stable/deluge/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [deluge-18.7.3](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/deluge/18.6.0/app-readme.md b/stable/deluge/18.7.3/app-readme.md
similarity index 100%
rename from stable/deluge/18.6.0/app-readme.md
rename to stable/deluge/18.7.3/app-readme.md
diff --git a/stable/deluge/18.7.3/charts/common-20.2.4.tgz b/stable/deluge/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/deluge/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/deluge/18.6.0/ix_values.yaml b/stable/deluge/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/deluge/18.6.0/ix_values.yaml
rename to stable/deluge/18.7.3/ix_values.yaml
diff --git a/stable/deluge/18.6.0/questions.yaml b/stable/deluge/18.7.3/questions.yaml
similarity index 100%
rename from stable/deluge/18.6.0/questions.yaml
rename to stable/deluge/18.7.3/questions.yaml
diff --git a/stable/deluge/18.6.0/templates/NOTES.txt b/stable/deluge/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/deluge/18.6.0/templates/NOTES.txt
rename to stable/deluge/18.7.3/templates/NOTES.txt
diff --git a/stable/deluge/18.6.0/templates/common.yaml b/stable/deluge/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/deluge/18.6.0/templates/common.yaml
rename to stable/deluge/18.7.3/templates/common.yaml
diff --git a/stable/deluge/18.6.0/values.yaml b/stable/deluge/18.7.3/values.yaml
similarity index 100%
rename from stable/deluge/18.6.0/values.yaml
rename to stable/deluge/18.7.3/values.yaml
diff --git a/stable/digikam/11.6.0/CHANGELOG.md b/stable/digikam/11.6.0/CHANGELOG.md
deleted file mode 100644
index ea794cb9388..00000000000
--- a/stable/digikam/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [digikam-11.6.0](https://github.com/truecharts/charts/compare/digikam-11.5.2...digikam-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [digikam-11.5.2](https://github.com/truecharts/charts/compare/digikam-11.5.1...digikam-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [digikam-11.5.1](https://github.com/truecharts/charts/compare/digikam-11.5.0...digikam-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [digikam-11.5.0](https://github.com/truecharts/charts/compare/digikam-11.4.1...digikam-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [digikam-11.4.1](https://github.com/truecharts/charts/compare/digikam-11.4.0...digikam-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [digikam-11.4.0](https://github.com/truecharts/charts/compare/digikam-11.3.0...digikam-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [digikam-11.3.0](https://github.com/truecharts/charts/compare/digikam-11.2.3...digikam-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [digikam-11.2.3](https://github.com/truecharts/charts/compare/digikam-11.2.2...digikam-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [digikam-11.2.2](https://github.com/truecharts/charts/compare/digikam-11.2.0...digikam-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/digikam/11.6.0/Chart.yaml b/stable/digikam/11.6.0/Chart.yaml
deleted file mode 100644
index 7a55a8bd88a..00000000000
--- a/stable/digikam/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Professional Photo Management with the Power of Open Source
-home: https://truecharts.org/charts/stable/digikam
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png
-keywords:
- - digikam
- - photo
- - management
- - image
- - gallery
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: digikam
-sources:
- - https://github.com/linuxserver/docker-digikam
- - https://www.digikam.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/digikam
- - https://ghcr.io/linuxserver/digikam
-type: application
-version: 11.6.0
diff --git a/stable/digikam/11.6.0/charts/common-20.1.5.tgz b/stable/digikam/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/digikam/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/digikam/11.6.0/.helmignore b/stable/digikam/11.7.3/.helmignore
similarity index 100%
rename from stable/digikam/11.6.0/.helmignore
rename to stable/digikam/11.7.3/.helmignore
diff --git a/stable/digikam/11.7.3/CHANGELOG.md b/stable/digikam/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..20ae453380f
--- /dev/null
+++ b/stable/digikam/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [digikam-11.7.2](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/digikam/11.7.3/Chart.yaml b/stable/digikam/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..8dea2895ea9
--- /dev/null
+++ b/stable/digikam/11.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Professional Photo Management with the Power of Open Source
+home: https://truecharts.org/charts/stable/digikam
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png
+keywords:
+ - digikam
+ - photo
+ - management
+ - image
+ - gallery
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: digikam
+sources:
+ - https://github.com/linuxserver/docker-digikam
+ - https://www.digikam.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/digikam
+ - https://ghcr.io/linuxserver/digikam
+type: application
+version: 11.7.3
diff --git a/stable/digikam/11.6.0/README.md b/stable/digikam/11.7.3/README.md
similarity index 100%
rename from stable/digikam/11.6.0/README.md
rename to stable/digikam/11.7.3/README.md
diff --git a/stable/digikam/11.7.3/app-changelog.md b/stable/digikam/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..d47da463de3
--- /dev/null
+++ b/stable/digikam/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [digikam-11.7.3](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/digikam/11.6.0/app-readme.md b/stable/digikam/11.7.3/app-readme.md
similarity index 100%
rename from stable/digikam/11.6.0/app-readme.md
rename to stable/digikam/11.7.3/app-readme.md
diff --git a/stable/digikam/11.7.3/charts/common-20.2.4.tgz b/stable/digikam/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/digikam/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/digikam/11.6.0/ix_values.yaml b/stable/digikam/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/digikam/11.6.0/ix_values.yaml
rename to stable/digikam/11.7.3/ix_values.yaml
diff --git a/stable/digikam/11.6.0/questions.yaml b/stable/digikam/11.7.3/questions.yaml
similarity index 100%
rename from stable/digikam/11.6.0/questions.yaml
rename to stable/digikam/11.7.3/questions.yaml
diff --git a/stable/digikam/11.6.0/templates/NOTES.txt b/stable/digikam/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/digikam/11.6.0/templates/NOTES.txt
rename to stable/digikam/11.7.3/templates/NOTES.txt
diff --git a/stable/digikam/11.6.0/templates/common.yaml b/stable/digikam/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/digikam/11.6.0/templates/common.yaml
rename to stable/digikam/11.7.3/templates/common.yaml
diff --git a/stable/digikam/11.6.0/values.yaml b/stable/digikam/11.7.3/values.yaml
similarity index 100%
rename from stable/digikam/11.6.0/values.yaml
rename to stable/digikam/11.7.3/values.yaml
diff --git a/stable/dillinger/9.7.0/CHANGELOG.md b/stable/dillinger/9.7.0/CHANGELOG.md
deleted file mode 100644
index e38c6a61d6b..00000000000
--- a/stable/dillinger/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
diff --git a/stable/dillinger/9.7.0/Chart.yaml b/stable/dillinger/9.7.0/Chart.yaml
deleted file mode 100644
index 02097bf3f41..00000000000
--- a/stable/dillinger/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.39.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
-home: https://truecharts.org/charts/stable/dillinger
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png
-keywords:
- - dillinger
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dillinger
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger
- - https://ghcr.io/linuxserver/dillinger
-type: application
-version: 9.7.0
diff --git a/stable/dillinger/9.7.0/app-changelog.md b/stable/dillinger/9.7.0/app-changelog.md
deleted file mode 100644
index a68f398a470..00000000000
--- a/stable/dillinger/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [dillinger-9.7.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
\ No newline at end of file
diff --git a/stable/dillinger/9.7.0/charts/common-20.2.0.tgz b/stable/dillinger/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/dillinger/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/dillinger/9.7.0/ix_values.yaml b/stable/dillinger/9.7.0/ix_values.yaml
deleted file mode 100644
index a0bc94fc642..00000000000
--- a/stable/dillinger/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/dillinger
- pullPolicy: IfNotPresent
- tag: 3.39.1@sha256:953ad36e567edb9c4010b21dee3a36c82db1b9f2206ae46a718fc1be593495a0
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- targetPort: 8080
- port: 10143
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/dillinger/9.7.0/.helmignore b/stable/dillinger/9.7.4/.helmignore
similarity index 100%
rename from stable/dillinger/9.7.0/.helmignore
rename to stable/dillinger/9.7.4/.helmignore
diff --git a/stable/dillinger/9.7.4/CHANGELOG.md b/stable/dillinger/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..98a99c61a2f
--- /dev/null
+++ b/stable/dillinger/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
+
+
+## [dillinger-9.7.3](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
+
+
+## [dillinger-9.7.3](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
+
+
+## [dillinger-9.7.3](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
+
+
+## [dillinger-9.7.3](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
+
+
+## [dillinger-9.7.3](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/dillinger/9.7.4/Chart.yaml b/stable/dillinger/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..f6a7d55905f
--- /dev/null
+++ b/stable/dillinger/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.39.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
+home: https://truecharts.org/charts/stable/dillinger
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png
+keywords:
+ - dillinger
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dillinger
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger
+ - https://ghcr.io/linuxserver/dillinger
+type: application
+version: 9.7.4
diff --git a/stable/dillinger/9.7.0/README.md b/stable/dillinger/9.7.4/README.md
similarity index 100%
rename from stable/dillinger/9.7.0/README.md
rename to stable/dillinger/9.7.4/README.md
diff --git a/stable/dillinger/9.7.4/app-changelog.md b/stable/dillinger/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..318010b557c
--- /dev/null
+++ b/stable/dillinger/9.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [dillinger-9.7.4](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@58dc39f](https://github.com/58dc39f) by renovate ([#19568](https://github.com/truecharts/charts/issues/19568))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@953ad36](https://github.com/953ad36) by renovate ([#19233](https://github.com/truecharts/charts/issues/19233))
\ No newline at end of file
diff --git a/stable/dillinger/9.7.0/app-readme.md b/stable/dillinger/9.7.4/app-readme.md
similarity index 100%
rename from stable/dillinger/9.7.0/app-readme.md
rename to stable/dillinger/9.7.4/app-readme.md
diff --git a/stable/dillinger/9.7.4/charts/common-20.2.4.tgz b/stable/dillinger/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dillinger/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/dillinger/9.7.4/ix_values.yaml b/stable/dillinger/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..0474a87c80e
--- /dev/null
+++ b/stable/dillinger/9.7.4/ix_values.yaml
@@ -0,0 +1,39 @@
+image:
+ repository: ghcr.io/linuxserver/dillinger
+ pullPolicy: IfNotPresent
+ tag: 3.39.1@sha256:58dc39f6cddee732241c78f89805bca608299471f66ec90a8028e10b2cadd1b4
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8080
+ port: 10143
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/dillinger/9.7.0/questions.yaml b/stable/dillinger/9.7.4/questions.yaml
similarity index 100%
rename from stable/dillinger/9.7.0/questions.yaml
rename to stable/dillinger/9.7.4/questions.yaml
diff --git a/stable/dillinger/9.7.0/templates/NOTES.txt b/stable/dillinger/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/dillinger/9.7.0/templates/NOTES.txt
rename to stable/dillinger/9.7.4/templates/NOTES.txt
diff --git a/stable/dillinger/9.7.0/templates/common.yaml b/stable/dillinger/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/dillinger/9.7.0/templates/common.yaml
rename to stable/dillinger/9.7.4/templates/common.yaml
diff --git a/stable/dillinger/9.7.0/values.yaml b/stable/dillinger/9.7.4/values.yaml
similarity index 100%
rename from stable/dillinger/9.7.0/values.yaml
rename to stable/dillinger/9.7.4/values.yaml
diff --git a/stable/discordgsm/7.7.0/CHANGELOG.md b/stable/discordgsm/7.7.0/CHANGELOG.md
deleted file mode 100644
index 73eb3ca037f..00000000000
--- a/stable/discordgsm/7.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
-
-
-## [discordgsm-7.6.0](https://github.com/truecharts/charts/compare/discordgsm-7.5.2...discordgsm-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/discordgsm/7.7.0/Chart.yaml b/stable/discordgsm/7.7.0/Chart.yaml
deleted file mode 100644
index 39b55a0a7eb..00000000000
--- a/stable/discordgsm/7.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: monitor
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.17.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A discord bot that monitors your game server and tracks the live data of your game servers.
-home: https://truecharts.org/charts/stable/discordgsm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png
-keywords:
- - discordgsm
- - game-server
- - monitor
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: discordgsm
-sources:
- - https://github.com/DiscordGSM/GameServerMonitor
- - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm
- - https://hub.docker.com/r/discordgsm/discord-game-server-monitor
-type: application
-version: 7.7.0
diff --git a/stable/discordgsm/7.7.0/app-changelog.md b/stable/discordgsm/7.7.0/app-changelog.md
deleted file mode 100644
index 00cae43ca11..00000000000
--- a/stable/discordgsm/7.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [discordgsm-7.7.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
\ No newline at end of file
diff --git a/stable/discordgsm/7.7.0/charts/common-20.1.5.tgz b/stable/discordgsm/7.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/discordgsm/7.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/discordgsm/7.7.0/questions.yaml b/stable/discordgsm/7.7.0/questions.yaml
deleted file mode 100755
index ad64e43ee83..00000000000
--- a/stable/discordgsm/7.7.0/questions.yaml
+++ /dev/null
@@ -1,3243 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: gsm
- group: App Configuration
- label: GSM Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: app_token
- label: App Token
- description: Discord Bot Token.
- schema:
- type: string
- private: true
- default: ""
- - variable: whitelist_guilds
- label: Whitelist Guilds
- schema:
- type: list
- default: []
- items:
- - variable: whitelist_guild_entry
- label: Whitelist Guild Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: app_activity_type
- label: App Activity Type
- description: How you want to get your WAN IP
- schema:
- type: string
- default: "3"
- enum:
- - value: "0"
- description: Playing
- - value: "1"
- description: Streaming
- - value: "2"
- description: Listening
- - value: "3"
- description: Watching
- - value: "5"
- description: Competing
- - variable: app_activity_name
- label: App Activity Name
- description: Presence activity name override.
- schema:
- type: string
- default: ""
- - variable: app_presence_advertise
- label: App Presence Advertise
- description: Enable advertisement feature on presence
- schema:
- type: boolean
- default: false
- - variable: task_query_server
- label: Task Query Server
- description: Query servers task scheduled time in seconds.
- schema:
- type: int
- default: 60
- - variable: command_query_public
- label: Command Query Public
- description: Whether the /queryserver command should be available to all users.
- schema:
- type: boolean
- default: false
- - variable: command_query_cooldown
- label: Command Query Cooldown
- description: The /queryserver command cooldown in seconds. (Administrator will not be affected)
- schema:
- type: int
- default: 5
- - variable: web_api_enable
- label: Web API Enable
- description: Enable Web API feature.
- schema:
- type: boolean
- default: false
- - variable: factorio
- label: Show Factorio Auth Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: factorio_username
- label: Factorio Username
- schema:
- type: string
- default: ""
- - variable: factorio_auth_token
- label: Factorio Auth Token
- schema:
- type: string
- private: true
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10230
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Configuration.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/discordgsm/7.7.0/.helmignore b/stable/discordgsm/7.8.3/.helmignore
similarity index 100%
rename from stable/discordgsm/7.7.0/.helmignore
rename to stable/discordgsm/7.8.3/.helmignore
diff --git a/stable/discordgsm/7.8.3/CHANGELOG.md b/stable/discordgsm/7.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..abf036b8754
--- /dev/null
+++ b/stable/discordgsm/7.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
+
+
+## [discordgsm-7.8.2](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
+
+
+## [discordgsm-7.8.2](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
+
+
+## [discordgsm-7.8.2](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
+
+
+## [discordgsm-7.8.2](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
+
+
+## [discordgsm-7.8.2](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
\ No newline at end of file
diff --git a/stable/discordgsm/7.8.3/Chart.yaml b/stable/discordgsm/7.8.3/Chart.yaml
new file mode 100644
index 00000000000..82902175744
--- /dev/null
+++ b/stable/discordgsm/7.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: monitor
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.17.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A discord bot that monitors your game server and tracks the live data of your game servers.
+home: https://truecharts.org/charts/stable/discordgsm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png
+keywords:
+ - discordgsm
+ - game-server
+ - monitor
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: discordgsm
+sources:
+ - https://github.com/DiscordGSM/GameServerMonitor
+ - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm
+ - https://hub.docker.com/r/discordgsm/discord-game-server-monitor
+type: application
+version: 7.8.3
diff --git a/stable/discordgsm/7.7.0/README.md b/stable/discordgsm/7.8.3/README.md
similarity index 100%
rename from stable/discordgsm/7.7.0/README.md
rename to stable/discordgsm/7.8.3/README.md
diff --git a/stable/discordgsm/7.8.3/app-changelog.md b/stable/discordgsm/7.8.3/app-changelog.md
new file mode 100644
index 00000000000..c6393937d5c
--- /dev/null
+++ b/stable/discordgsm/7.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [discordgsm-7.8.3](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image discordgsm/discord-game-server-monitor to v2.17.0[@9363802](https://github.com/9363802) by renovate ([#19336](https://github.com/truecharts/charts/issues/19336))
\ No newline at end of file
diff --git a/stable/discordgsm/7.7.0/app-readme.md b/stable/discordgsm/7.8.3/app-readme.md
similarity index 100%
rename from stable/discordgsm/7.7.0/app-readme.md
rename to stable/discordgsm/7.8.3/app-readme.md
diff --git a/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz b/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/discordgsm/7.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/discordgsm/7.7.0/ix_values.yaml b/stable/discordgsm/7.8.3/ix_values.yaml
similarity index 100%
rename from stable/discordgsm/7.7.0/ix_values.yaml
rename to stable/discordgsm/7.8.3/ix_values.yaml
diff --git a/stable/discordgsm/7.8.3/questions.yaml b/stable/discordgsm/7.8.3/questions.yaml
new file mode 100755
index 00000000000..4341854f294
--- /dev/null
+++ b/stable/discordgsm/7.8.3/questions.yaml
@@ -0,0 +1,3245 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: gsm
+ group: App Configuration
+ label: GSM Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: app_token
+ label: App Token
+ description: Discord Bot Token.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: whitelist_guilds
+ label: Whitelist Guilds
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: whitelist_guild_entry
+ label: Whitelist Guild Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: app_activity_type
+ label: App Activity Type
+ description: How you want to get your WAN IP
+ schema:
+ type: string
+ default: "3"
+ enum:
+ - value: "0"
+ description: Playing
+ - value: "1"
+ description: Streaming
+ - value: "2"
+ description: Listening
+ - value: "3"
+ description: Watching
+ - value: "5"
+ description: Competing
+ - variable: app_activity_name
+ label: App Activity Name
+ description: Presence activity name override.
+ schema:
+ type: string
+ default: ""
+ - variable: app_presence_advertise
+ label: App Presence Advertise
+ description: Enable advertisement feature on presence
+ schema:
+ type: boolean
+ default: false
+ - variable: task_query_server
+ label: Task Query Server
+ description: Query servers task scheduled time in seconds.
+ schema:
+ type: int
+ default: 60
+ - variable: command_query_public
+ label: Command Query Public
+ description: Whether the /queryserver command should be available to all users.
+ schema:
+ type: boolean
+ default: false
+ - variable: command_query_cooldown
+ label: Command Query Cooldown
+ description: The /queryserver command cooldown in seconds. (Administrator will not be affected)
+ schema:
+ type: int
+ default: 5
+ - variable: web_api_enable
+ label: Web API Enable
+ description: Enable Web API feature.
+ schema:
+ type: boolean
+ default: false
+ - variable: factorio
+ label: Show Factorio Auth Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: factorio_username
+ label: Factorio Username
+ schema:
+ type: string
+ default: ""
+ - variable: factorio_auth_token
+ label: Factorio Auth Token
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10230
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Configuration.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/discordgsm/7.7.0/templates/NOTES.txt b/stable/discordgsm/7.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/discordgsm/7.7.0/templates/NOTES.txt
rename to stable/discordgsm/7.8.3/templates/NOTES.txt
diff --git a/stable/discordgsm/7.7.0/templates/_secret.tpl b/stable/discordgsm/7.8.3/templates/_secret.tpl
similarity index 100%
rename from stable/discordgsm/7.7.0/templates/_secret.tpl
rename to stable/discordgsm/7.8.3/templates/_secret.tpl
diff --git a/stable/discordgsm/7.7.0/templates/common.yaml b/stable/discordgsm/7.8.3/templates/common.yaml
similarity index 100%
rename from stable/discordgsm/7.7.0/templates/common.yaml
rename to stable/discordgsm/7.8.3/templates/common.yaml
diff --git a/stable/discordgsm/7.7.0/values.yaml b/stable/discordgsm/7.8.3/values.yaml
similarity index 100%
rename from stable/discordgsm/7.7.0/values.yaml
rename to stable/discordgsm/7.8.3/values.yaml
diff --git a/stable/dispatch/5.6.0/CHANGELOG.md b/stable/dispatch/5.6.0/CHANGELOG.md
deleted file mode 100644
index 60d6981f6c8..00000000000
--- a/stable/dispatch/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dispatch-5.6.0](https://github.com/truecharts/charts/compare/dispatch-5.5.2...dispatch-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dispatch-5.5.2](https://github.com/truecharts/charts/compare/dispatch-5.5.1...dispatch-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dispatch-5.5.1](https://github.com/truecharts/charts/compare/dispatch-5.5.0...dispatch-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dispatch-5.5.0](https://github.com/truecharts/charts/compare/dispatch-5.4.1...dispatch-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dispatch-5.4.1](https://github.com/truecharts/charts/compare/dispatch-5.4.0...dispatch-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dispatch-5.4.0](https://github.com/truecharts/charts/compare/dispatch-5.3.0...dispatch-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dispatch-5.3.0](https://github.com/truecharts/charts/compare/dispatch-5.2.3...dispatch-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dispatch-5.2.3](https://github.com/truecharts/charts/compare/dispatch-5.2.2...dispatch-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dispatch-5.2.2](https://github.com/truecharts/charts/compare/dispatch-5.2.0...dispatch-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dispatch/5.6.0/Chart.yaml b/stable/dispatch/5.6.0/Chart.yaml
deleted file mode 100644
index e600507d284..00000000000
--- a/stable/dispatch/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Messenger
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Web-based IRC client in Go.
-home: https://truecharts.org/charts/stable/dispatch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png
-keywords:
- - dispatch
- - Network-Messenger
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dispatch
-sources:
- - https://github.com/khlieng/dispatch
- - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch
- - https://hub.docker.com/r/khlieng/dispatch
-type: application
-version: 5.6.0
diff --git a/stable/dispatch/5.6.0/charts/common-20.1.5.tgz b/stable/dispatch/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dispatch/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dispatch/5.6.0/.helmignore b/stable/dispatch/5.7.3/.helmignore
similarity index 100%
rename from stable/dispatch/5.6.0/.helmignore
rename to stable/dispatch/5.7.3/.helmignore
diff --git a/stable/dispatch/5.7.3/CHANGELOG.md b/stable/dispatch/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2b011c17447
--- /dev/null
+++ b/stable/dispatch/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dispatch-5.7.2](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dispatch/5.7.3/Chart.yaml b/stable/dispatch/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6111688f97a
--- /dev/null
+++ b/stable/dispatch/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Messenger
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Web-based IRC client in Go.
+home: https://truecharts.org/charts/stable/dispatch
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png
+keywords:
+ - dispatch
+ - Network-Messenger
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dispatch
+sources:
+ - https://github.com/khlieng/dispatch
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch
+ - https://hub.docker.com/r/khlieng/dispatch
+type: application
+version: 5.7.3
diff --git a/stable/dispatch/5.6.0/README.md b/stable/dispatch/5.7.3/README.md
similarity index 100%
rename from stable/dispatch/5.6.0/README.md
rename to stable/dispatch/5.7.3/README.md
diff --git a/stable/dispatch/5.7.3/app-changelog.md b/stable/dispatch/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..bad5e8b853e
--- /dev/null
+++ b/stable/dispatch/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dispatch-5.7.3](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dispatch/5.6.0/app-readme.md b/stable/dispatch/5.7.3/app-readme.md
similarity index 100%
rename from stable/dispatch/5.6.0/app-readme.md
rename to stable/dispatch/5.7.3/app-readme.md
diff --git a/stable/dispatch/5.7.3/charts/common-20.2.4.tgz b/stable/dispatch/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dispatch/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dispatch/5.6.0/ix_values.yaml b/stable/dispatch/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dispatch/5.6.0/ix_values.yaml
rename to stable/dispatch/5.7.3/ix_values.yaml
diff --git a/stable/dispatch/5.6.0/questions.yaml b/stable/dispatch/5.7.3/questions.yaml
similarity index 100%
rename from stable/dispatch/5.6.0/questions.yaml
rename to stable/dispatch/5.7.3/questions.yaml
diff --git a/stable/dispatch/5.6.0/templates/common.yaml b/stable/dispatch/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dispatch/5.6.0/templates/common.yaml
rename to stable/dispatch/5.7.3/templates/common.yaml
diff --git a/stable/dispatch/5.6.0/values.yaml b/stable/dispatch/5.7.3/values.yaml
similarity index 100%
rename from stable/dispatch/5.6.0/values.yaml
rename to stable/dispatch/5.7.3/values.yaml
diff --git a/stable/dizquetv/14.6.0/CHANGELOG.md b/stable/dizquetv/14.6.0/CHANGELOG.md
deleted file mode 100644
index 926295dfc60..00000000000
--- a/stable/dizquetv/14.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dizquetv-14.6.0](https://github.com/truecharts/charts/compare/dizquetv-14.5.2...dizquetv-14.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dizquetv-14.5.2](https://github.com/truecharts/charts/compare/dizquetv-14.5.1...dizquetv-14.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dizquetv-14.5.1](https://github.com/truecharts/charts/compare/dizquetv-14.5.0...dizquetv-14.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dizquetv-14.5.0](https://github.com/truecharts/charts/compare/dizquetv-14.4.1...dizquetv-14.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dizquetv-14.4.1](https://github.com/truecharts/charts/compare/dizquetv-14.4.0...dizquetv-14.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dizquetv-14.4.0](https://github.com/truecharts/charts/compare/dizquetv-14.3.0...dizquetv-14.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dizquetv-14.3.0](https://github.com/truecharts/charts/compare/dizquetv-14.2.3...dizquetv-14.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dizquetv-14.2.3](https://github.com/truecharts/charts/compare/dizquetv-14.2.2...dizquetv-14.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dizquetv-14.2.2](https://github.com/truecharts/charts/compare/dizquetv-14.2.0...dizquetv-14.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dizquetv/14.6.0/Chart.yaml b/stable/dizquetv/14.6.0/Chart.yaml
deleted file mode 100644
index cd0ae759a75..00000000000
--- a/stable/dizquetv/14.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Create live TV channel streams from media on your Plex servers.
-home: https://truecharts.org/charts/stable/dizquetv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png
-keywords:
- - dizqueTV
- - dizquetv
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dizquetv
-sources:
- - https://github.com/vexorian/dizquetv
- - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv
- - https://hub.docker.com/r/vexorian/dizquetv
-type: application
-version: 14.6.0
diff --git a/stable/dizquetv/14.6.0/charts/common-20.1.5.tgz b/stable/dizquetv/14.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dizquetv/14.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dizquetv/14.6.0/.helmignore b/stable/dizquetv/14.7.3/.helmignore
similarity index 100%
rename from stable/dizquetv/14.6.0/.helmignore
rename to stable/dizquetv/14.7.3/.helmignore
diff --git a/stable/dizquetv/14.7.3/CHANGELOG.md b/stable/dizquetv/14.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fd6e2d09fb1
--- /dev/null
+++ b/stable/dizquetv/14.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dizquetv-14.7.2](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dizquetv/14.7.3/Chart.yaml b/stable/dizquetv/14.7.3/Chart.yaml
new file mode 100644
index 00000000000..88bfb1f030d
--- /dev/null
+++ b/stable/dizquetv/14.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Create live TV channel streams from media on your Plex servers.
+home: https://truecharts.org/charts/stable/dizquetv
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png
+keywords:
+ - dizqueTV
+ - dizquetv
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dizquetv
+sources:
+ - https://github.com/vexorian/dizquetv
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv
+ - https://hub.docker.com/r/vexorian/dizquetv
+type: application
+version: 14.7.3
diff --git a/stable/dizquetv/14.6.0/README.md b/stable/dizquetv/14.7.3/README.md
similarity index 100%
rename from stable/dizquetv/14.6.0/README.md
rename to stable/dizquetv/14.7.3/README.md
diff --git a/stable/dizquetv/14.7.3/app-changelog.md b/stable/dizquetv/14.7.3/app-changelog.md
new file mode 100644
index 00000000000..535f0eff6d8
--- /dev/null
+++ b/stable/dizquetv/14.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dizquetv-14.7.3](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dizquetv/14.6.0/app-readme.md b/stable/dizquetv/14.7.3/app-readme.md
similarity index 100%
rename from stable/dizquetv/14.6.0/app-readme.md
rename to stable/dizquetv/14.7.3/app-readme.md
diff --git a/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz b/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dizquetv/14.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dizquetv/14.6.0/ix_values.yaml b/stable/dizquetv/14.7.3/ix_values.yaml
similarity index 100%
rename from stable/dizquetv/14.6.0/ix_values.yaml
rename to stable/dizquetv/14.7.3/ix_values.yaml
diff --git a/stable/dizquetv/14.6.0/questions.yaml b/stable/dizquetv/14.7.3/questions.yaml
similarity index 100%
rename from stable/dizquetv/14.6.0/questions.yaml
rename to stable/dizquetv/14.7.3/questions.yaml
diff --git a/stable/dizquetv/14.6.0/templates/NOTES.txt b/stable/dizquetv/14.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/dizquetv/14.6.0/templates/NOTES.txt
rename to stable/dizquetv/14.7.3/templates/NOTES.txt
diff --git a/stable/dizquetv/14.6.0/templates/common.yaml b/stable/dizquetv/14.7.3/templates/common.yaml
similarity index 100%
rename from stable/dizquetv/14.6.0/templates/common.yaml
rename to stable/dizquetv/14.7.3/templates/common.yaml
diff --git a/stable/dizquetv/14.6.0/values.yaml b/stable/dizquetv/14.7.3/values.yaml
similarity index 100%
rename from stable/dizquetv/14.6.0/values.yaml
rename to stable/dizquetv/14.7.3/values.yaml
diff --git a/stable/dns-doh-companion/5.7.0/CHANGELOG.md b/stable/dns-doh-companion/5.7.0/CHANGELOG.md
deleted file mode 100644
index 99832ac8fb2..00000000000
--- a/stable/dns-doh-companion/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/dns-doh-companion/5.7.0/Chart.yaml b/stable/dns-doh-companion/5.7.0/Chart.yaml
deleted file mode 100644
index 6c71571371d..00000000000
--- a/stable/dns-doh-companion/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-DNS
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole.
-home: https://truecharts.org/charts/stable/dns-doh-companion
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png
-keywords:
- - dns-doh-companion
- - Network-DNS
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dns-doh-companion
-sources:
- - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
- - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion
- - https://hub.docker.com/r/testdasi/simple-dns-doh
-type: application
-version: 5.7.0
diff --git a/stable/dns-doh-companion/5.7.0/app-changelog.md b/stable/dns-doh-companion/5.7.0/app-changelog.md
deleted file mode 100644
index c470dd3ab8d..00000000000
--- a/stable/dns-doh-companion/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [dns-doh-companion-5.7.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dns-doh-companion/5.7.0/charts/common-20.2.0.tgz b/stable/dns-doh-companion/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/dns-doh-companion/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/dns-doh-companion/5.7.0/ix_values.yaml b/stable/dns-doh-companion/5.7.0/ix_values.yaml
deleted file mode 100644
index 425090da982..00000000000
--- a/stable/dns-doh-companion/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: testdasi/simple-dns-doh
- tag: latest@sha256:8896fa6a96474968eaa328754ec76dbab5663ab335447f1e7d8e067a3e6b07ea
-persistence: {}
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- dnsudp:
- enabled: true
- ports:
- dnsudp:
- enabled: true
- port: 53
- protocol: udp
- targetPort: 53
- main:
- ports:
- main:
- port: 53
- protocol: tcp
- targetPort: 53
diff --git a/stable/dns-doh-companion/5.7.0/.helmignore b/stable/dns-doh-companion/5.7.4/.helmignore
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/.helmignore
rename to stable/dns-doh-companion/5.7.4/.helmignore
diff --git a/stable/dns-doh-companion/5.7.4/CHANGELOG.md b/stable/dns-doh-companion/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..993bd489d17
--- /dev/null
+++ b/stable/dns-doh-companion/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dns-doh-companion-5.7.4](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dns-doh-companion-5.7.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dns-doh-companion-5.7.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dns-doh-companion-5.7.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dns-doh-companion-5.7.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dns-doh-companion-5.7.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dns-doh-companion/5.7.4/Chart.yaml b/stable/dns-doh-companion/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..7edd1528487
--- /dev/null
+++ b/stable/dns-doh-companion/5.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-DNS
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole.
+home: https://truecharts.org/charts/stable/dns-doh-companion
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png
+keywords:
+ - dns-doh-companion
+ - Network-DNS
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dns-doh-companion
+sources:
+ - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion
+ - https://hub.docker.com/r/testdasi/simple-dns-doh
+type: application
+version: 5.7.4
diff --git a/stable/dns-doh-companion/5.7.0/README.md b/stable/dns-doh-companion/5.7.4/README.md
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/README.md
rename to stable/dns-doh-companion/5.7.4/README.md
diff --git a/stable/dns-doh-companion/5.7.4/app-changelog.md b/stable/dns-doh-companion/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..bb9bc5dcd69
--- /dev/null
+++ b/stable/dns-doh-companion/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [dns-doh-companion-5.7.4](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image testdasi/simple-dns-doh to latest[@8b26a47](https://github.com/8b26a47) by renovate ([#19558](https://github.com/truecharts/charts/issues/19558))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dns-doh-companion/5.7.0/app-readme.md b/stable/dns-doh-companion/5.7.4/app-readme.md
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/app-readme.md
rename to stable/dns-doh-companion/5.7.4/app-readme.md
diff --git a/stable/dns-doh-companion/5.7.4/charts/common-20.2.4.tgz b/stable/dns-doh-companion/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dns-doh-companion/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/dns-doh-companion/5.7.4/ix_values.yaml b/stable/dns-doh-companion/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..9b2c8a058e6
--- /dev/null
+++ b/stable/dns-doh-companion/5.7.4/ix_values.yaml
@@ -0,0 +1,28 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: testdasi/simple-dns-doh
+ tag: latest@sha256:8b26a470348aeb66377a2ed64fb5eacf5d347c699bd1bbe2d75cef48a94facbf
+persistence: {}
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ dnsudp:
+ enabled: true
+ ports:
+ dnsudp:
+ enabled: true
+ port: 53
+ protocol: udp
+ targetPort: 53
+ main:
+ ports:
+ main:
+ port: 53
+ protocol: tcp
+ targetPort: 53
diff --git a/stable/dns-doh-companion/5.7.0/questions.yaml b/stable/dns-doh-companion/5.7.4/questions.yaml
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/questions.yaml
rename to stable/dns-doh-companion/5.7.4/questions.yaml
diff --git a/stable/dns-doh-companion/5.7.0/templates/common.yaml b/stable/dns-doh-companion/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/templates/common.yaml
rename to stable/dns-doh-companion/5.7.4/templates/common.yaml
diff --git a/stable/dns-doh-companion/5.7.0/values.yaml b/stable/dns-doh-companion/5.7.4/values.yaml
similarity index 100%
rename from stable/dns-doh-companion/5.7.0/values.yaml
rename to stable/dns-doh-companion/5.7.4/values.yaml
diff --git a/stable/docker-hub-rss/5.6.0/CHANGELOG.md b/stable/docker-hub-rss/5.6.0/CHANGELOG.md
deleted file mode 100644
index 667e34ec685..00000000000
--- a/stable/docker-hub-rss/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [docker-hub-rss-5.6.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.5.2...docker-hub-rss-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [docker-hub-rss-5.5.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.5.1...docker-hub-rss-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [docker-hub-rss-5.5.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.5.0...docker-hub-rss-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [docker-hub-rss-5.5.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.4.1...docker-hub-rss-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [docker-hub-rss-5.4.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.4.0...docker-hub-rss-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [docker-hub-rss-5.4.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.3.0...docker-hub-rss-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [docker-hub-rss-5.3.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.3...docker-hub-rss-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [docker-hub-rss-5.2.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.2...docker-hub-rss-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [docker-hub-rss-5.2.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.0...docker-hub-rss-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/docker-hub-rss/5.6.0/Chart.yaml b/stable/docker-hub-rss/5.6.0/Chart.yaml
deleted file mode 100644
index e743eb086c4..00000000000
--- a/stable/docker-hub-rss/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: RSS feed for Chart Hub images.
-home: https://truecharts.org/charts/stable/docker-hub-rss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png
-keywords:
- - docker-hub-rss
- - Cloud
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: docker-hub-rss
-sources:
- - https://github.com/TheConnMan/docker-hub-rss
- - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss
- - https://hub.docker.com/r/theconnman/docker-hub-rss
-type: application
-version: 5.6.0
diff --git a/stable/docker-hub-rss/5.6.0/charts/common-20.1.5.tgz b/stable/docker-hub-rss/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/docker-hub-rss/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/docker-hub-rss/5.6.0/.helmignore b/stable/docker-hub-rss/5.7.3/.helmignore
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/.helmignore
rename to stable/docker-hub-rss/5.7.3/.helmignore
diff --git a/stable/docker-hub-rss/5.7.3/CHANGELOG.md b/stable/docker-hub-rss/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..535f0328bdb
--- /dev/null
+++ b/stable/docker-hub-rss/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docker-hub-rss-5.7.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/docker-hub-rss/5.7.3/Chart.yaml b/stable/docker-hub-rss/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ee5fcaa80e7
--- /dev/null
+++ b/stable/docker-hub-rss/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: RSS feed for Chart Hub images.
+home: https://truecharts.org/charts/stable/docker-hub-rss
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png
+keywords:
+ - docker-hub-rss
+ - Cloud
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: docker-hub-rss
+sources:
+ - https://github.com/TheConnMan/docker-hub-rss
+ - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss
+ - https://hub.docker.com/r/theconnman/docker-hub-rss
+type: application
+version: 5.7.3
diff --git a/stable/docker-hub-rss/5.6.0/README.md b/stable/docker-hub-rss/5.7.3/README.md
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/README.md
rename to stable/docker-hub-rss/5.7.3/README.md
diff --git a/stable/docker-hub-rss/5.7.3/app-changelog.md b/stable/docker-hub-rss/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3a1b936bfd2
--- /dev/null
+++ b/stable/docker-hub-rss/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [docker-hub-rss-5.7.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/docker-hub-rss/5.6.0/app-readme.md b/stable/docker-hub-rss/5.7.3/app-readme.md
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/app-readme.md
rename to stable/docker-hub-rss/5.7.3/app-readme.md
diff --git a/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz b/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/docker-hub-rss/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/docker-hub-rss/5.6.0/ix_values.yaml b/stable/docker-hub-rss/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/ix_values.yaml
rename to stable/docker-hub-rss/5.7.3/ix_values.yaml
diff --git a/stable/docker-hub-rss/5.6.0/questions.yaml b/stable/docker-hub-rss/5.7.3/questions.yaml
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/questions.yaml
rename to stable/docker-hub-rss/5.7.3/questions.yaml
diff --git a/stable/docker-hub-rss/5.6.0/templates/common.yaml b/stable/docker-hub-rss/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/templates/common.yaml
rename to stable/docker-hub-rss/5.7.3/templates/common.yaml
diff --git a/stable/docker-hub-rss/5.6.0/values.yaml b/stable/docker-hub-rss/5.7.3/values.yaml
similarity index 100%
rename from stable/docker-hub-rss/5.6.0/values.yaml
rename to stable/docker-hub-rss/5.7.3/values.yaml
diff --git a/stable/dockerregistry/5.6.2/.helmignore b/stable/docker/6.0.2/.helmignore
similarity index 100%
rename from stable/dockerregistry/5.6.2/.helmignore
rename to stable/docker/6.0.2/.helmignore
diff --git a/stable/docker/6.0.2/CHANGELOG.md b/stable/docker/6.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..d377433fb9a
--- /dev/null
+++ b/stable/docker/6.0.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [docker-6.0.2](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582))
+
+- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543))
+
+- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533))
+
+- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517))
+
+- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221))
+
+
+## [docker-6.0.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582))
+
+- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543))
+
+- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533))
+
+- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517))
+
+- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221))
+
+
+## [docker-6.0.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582))
+
+- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543))
+
+- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533))
+
+- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517))
+
+- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221))
+
+
+## [docker-6.0.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
\ No newline at end of file
diff --git a/stable/docker/6.0.2/Chart.yaml b/stable/docker/6.0.2/Chart.yaml
new file mode 100644
index 00000000000..86c79d02290
--- /dev/null
+++ b/stable/docker/6.0.2/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: docker
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 26.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dedicated App for using Docker-in-Docker
+home: https://truecharts.org/charts/stable/docker
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png
+keywords:
+ - docker
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: docker
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/docker
+ - https://hub.docker.com/_/docker
+type: application
+version: 6.0.2
diff --git a/stable/docker/6.0.2/README.md b/stable/docker/6.0.2/README.md
new file mode 100644
index 00000000000..edeabfb2ac2
--- /dev/null
+++ b/stable/docker/6.0.2/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/docker/6.0.2/app-changelog.md b/stable/docker/6.0.2/app-changelog.md
new file mode 100644
index 00000000000..70494bbc18a
--- /dev/null
+++ b/stable/docker/6.0.2/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [docker-6.0.2](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-6.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker to v26.0.0[@645776c](https://github.com/645776c) by renovate ([#19582](https://github.com/truecharts/charts/issues/19582))
+
+- update container image docker to 25.0.5-dind[@b1ac36e](https://github.com/b1ac36e) by renovate ([#19543](https://github.com/truecharts/charts/issues/19543))
+
+- update container image docker to v25.0.5[@aec3945](https://github.com/aec3945) by renovate ([#19533](https://github.com/truecharts/charts/issues/19533))
+
+- update container image docker to 25.0.4-dind[@96637a2](https://github.com/96637a2) by renovate ([#19517](https://github.com/truecharts/charts/issues/19517))
+
+- update container image docker to 25.0.4-dind[@92efb5a](https://github.com/92efb5a) by renovate ([#19492](https://github.com/truecharts/charts/issues/19492))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker to 25.0.4-dind[@19a2619](https://github.com/19a2619) by renovate ([#19381](https://github.com/truecharts/charts/issues/19381))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker to 25.0.4-dind[@93529df](https://github.com/93529df) by renovate ([#19221](https://github.com/truecharts/charts/issues/19221))
\ No newline at end of file
diff --git a/stable/docker/6.0.2/app-readme.md b/stable/docker/6.0.2/app-readme.md
new file mode 100644
index 00000000000..cd7fea34853
--- /dev/null
+++ b/stable/docker/6.0.2/app-readme.md
@@ -0,0 +1,8 @@
+Dedicated App for using Docker-in-Docker
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/docker](https://truecharts.org/charts/stable/docker)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/docker/6.0.2/charts/common-20.2.4.tgz b/stable/docker/6.0.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/docker/6.0.2/charts/common-20.2.4.tgz differ
diff --git a/stable/docker/6.0.2/ix_values.yaml b/stable/docker/6.0.2/ix_values.yaml
new file mode 100644
index 00000000000..febe262e73f
--- /dev/null
+++ b/stable/docker/6.0.2/ix_values.yaml
@@ -0,0 +1,56 @@
+image:
+ repository: docker
+ pullPolicy: IfNotPresent
+ tag: 26.0.0-dind@sha256:645776ce2ff39e4889a887d05622e57c62f8a54f4f0a5376312b4d091483026d
+hostNetwork: true
+securityContext:
+ container:
+ privileged: true
+ readOnlyRootFilesystem: false
+ allowPrivilegeEscalation: true
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+ fsGroup: 0
+service:
+ main:
+ enabled: true
+ type: ClusterIP
+ ports:
+ main:
+ port: 2376
+ type: https
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ initialDelaySeconds: 30
+ type: tcp
+ readiness:
+ initialDelaySeconds: 30
+ type: tcp
+ startup:
+ initialDelaySeconds: 30
+ type: tcp
+ env:
+ DOCKER_TLS_CERTDIR: /certs
+ type: StatefulSet
+ replicas: 1
+ strategy: RollingUpdate
+persistence:
+ docker-certs-ca:
+ enabled: true
+ mountPath: /config
+volumeClaimTemplates:
+ docker-certs-client:
+ enabled: true
+ mountPath: /certs/client
+ docker:
+ enabled: true
+ mountPath: /var/lib/docker
+portal:
+ open:
+ enabled: false
diff --git a/stable/docker/6.0.2/questions.yaml b/stable/docker/6.0.2/questions.yaml
new file mode 100755
index 00000000000..5aa779263da
--- /dev/null
+++ b/stable/docker/6.0.2/questions.yaml
@@ -0,0 +1,2199 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals: {}
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 0
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/docusaurus/8.6.0/templates/NOTES.txt b/stable/docker/6.0.2/templates/NOTES.txt
similarity index 100%
rename from stable/docusaurus/8.6.0/templates/NOTES.txt
rename to stable/docker/6.0.2/templates/NOTES.txt
diff --git a/stable/docusaurus/8.6.0/templates/common.yaml b/stable/docker/6.0.2/templates/common.yaml
similarity index 100%
rename from stable/docusaurus/8.6.0/templates/common.yaml
rename to stable/docker/6.0.2/templates/common.yaml
diff --git a/stable/dockerregistry/5.6.2/values.yaml b/stable/docker/6.0.2/values.yaml
similarity index 100%
rename from stable/dockerregistry/5.6.2/values.yaml
rename to stable/docker/6.0.2/values.yaml
diff --git a/stable/dockerregistry/5.6.2/CHANGELOG.md b/stable/dockerregistry/5.6.2/CHANGELOG.md
deleted file mode 100644
index 50f26f688f7..00000000000
--- a/stable/dockerregistry/5.6.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.1](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.1](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [dockerregistry-5.6.1](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.1) (2024-03-16)
-
-### Chore
-
-
diff --git a/stable/dockerregistry/5.6.2/Chart.yaml b/stable/dockerregistry/5.6.2/Chart.yaml
deleted file mode 100644
index d567cbe6181..00000000000
--- a/stable/dockerregistry/5.6.2/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/
-home: https://truecharts.org/charts/stable/dockerregistry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png
-keywords:
- - dockerregistry
- - Cloud
- - Network-Management
- - Productivity
- - Tools-Utilities
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dockerregistry
-sources:
- - https://registry.hub.docker.com/_/registry/
- - https://github.com/distribution/distribution
- - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry
- - https://hub.docker.com/_/registry
-type: application
-version: 5.6.2
diff --git a/stable/dockerregistry/5.6.2/app-changelog.md b/stable/dockerregistry/5.6.2/app-changelog.md
deleted file mode 100644
index 198e12ec79c..00000000000
--- a/stable/dockerregistry/5.6.2/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [dockerregistry-5.6.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
\ No newline at end of file
diff --git a/stable/dockerregistry/5.6.2/charts/common-20.1.5.tgz b/stable/dockerregistry/5.6.2/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dockerregistry/5.6.2/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/docusaurus/8.6.0/.helmignore b/stable/dockerregistry/5.7.3/.helmignore
similarity index 100%
rename from stable/docusaurus/8.6.0/.helmignore
rename to stable/dockerregistry/5.7.3/.helmignore
diff --git a/stable/dockerregistry/5.7.3/CHANGELOG.md b/stable/dockerregistry/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e42d34880be
--- /dev/null
+++ b/stable/dockerregistry/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [dockerregistry-5.7.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [dockerregistry-5.7.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [dockerregistry-5.7.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [dockerregistry-5.7.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [dockerregistry-5.7.2](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.2) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/dockerregistry/5.7.3/Chart.yaml b/stable/dockerregistry/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..82bb6ddf389
--- /dev/null
+++ b/stable/dockerregistry/5.7.3/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/
+home: https://truecharts.org/charts/stable/dockerregistry
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png
+keywords:
+ - dockerregistry
+ - Cloud
+ - Network-Management
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dockerregistry
+sources:
+ - https://registry.hub.docker.com/_/registry/
+ - https://github.com/distribution/distribution
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry
+ - https://hub.docker.com/_/registry
+type: application
+version: 5.7.3
diff --git a/stable/dockerregistry/5.6.2/README.md b/stable/dockerregistry/5.7.3/README.md
similarity index 100%
rename from stable/dockerregistry/5.6.2/README.md
rename to stable/dockerregistry/5.7.3/README.md
diff --git a/stable/dockerregistry/5.7.3/app-changelog.md b/stable/dockerregistry/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b3fd641d461
--- /dev/null
+++ b/stable/dockerregistry/5.7.3/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [dockerregistry-5.7.3](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
\ No newline at end of file
diff --git a/stable/dockerregistry/5.6.2/app-readme.md b/stable/dockerregistry/5.7.3/app-readme.md
similarity index 100%
rename from stable/dockerregistry/5.6.2/app-readme.md
rename to stable/dockerregistry/5.7.3/app-readme.md
diff --git a/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz b/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dockerregistry/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dockerregistry/5.6.2/ix_values.yaml b/stable/dockerregistry/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dockerregistry/5.6.2/ix_values.yaml
rename to stable/dockerregistry/5.7.3/ix_values.yaml
diff --git a/stable/dockerregistry/5.6.2/questions.yaml b/stable/dockerregistry/5.7.3/questions.yaml
similarity index 100%
rename from stable/dockerregistry/5.6.2/questions.yaml
rename to stable/dockerregistry/5.7.3/questions.yaml
diff --git a/stable/dockerregistry/5.6.2/templates/common.yaml b/stable/dockerregistry/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dockerregistry/5.6.2/templates/common.yaml
rename to stable/dockerregistry/5.7.3/templates/common.yaml
diff --git a/stable/docusaurus/8.6.0/values.yaml b/stable/dockerregistry/5.7.3/values.yaml
similarity index 100%
rename from stable/docusaurus/8.6.0/values.yaml
rename to stable/dockerregistry/5.7.3/values.yaml
diff --git a/stable/docusaurus/8.6.0/CHANGELOG.md b/stable/docusaurus/8.6.0/CHANGELOG.md
deleted file mode 100644
index d953cd85491..00000000000
--- a/stable/docusaurus/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [docusaurus-8.6.0](https://github.com/truecharts/charts/compare/docusaurus-8.5.2...docusaurus-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [docusaurus-8.5.2](https://github.com/truecharts/charts/compare/docusaurus-8.5.1...docusaurus-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [docusaurus-8.5.1](https://github.com/truecharts/charts/compare/docusaurus-8.5.0...docusaurus-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [docusaurus-8.5.0](https://github.com/truecharts/charts/compare/docusaurus-8.4.1...docusaurus-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [docusaurus-8.4.1](https://github.com/truecharts/charts/compare/docusaurus-8.4.0...docusaurus-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [docusaurus-8.4.0](https://github.com/truecharts/charts/compare/docusaurus-8.3.0...docusaurus-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [docusaurus-8.3.0](https://github.com/truecharts/charts/compare/docusaurus-8.2.3...docusaurus-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [docusaurus-8.2.3](https://github.com/truecharts/charts/compare/docusaurus-8.2.2...docusaurus-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [docusaurus-8.2.2](https://github.com/truecharts/charts/compare/docusaurus-8.2.0...docusaurus-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/docusaurus/8.6.0/Chart.yaml b/stable/docusaurus/8.6.0/Chart.yaml
deleted file mode 100644
index a922dec12c9..00000000000
--- a/stable/docusaurus/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: website
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Docusaurus makes it easy to maintain Open Source documentation websites.
-home: https://truecharts.org/charts/stable/docusaurus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png
-keywords:
- - documentation
- - website
- - Docusaurus
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: docusaurus
-sources:
- - https://github.com/awesometic/docker-docusaurus
- - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus
- - https://hub.docker.com/r/awesometic/docusaurus
-type: application
-version: 8.6.0
diff --git a/stable/docusaurus/8.6.0/charts/common-20.1.5.tgz b/stable/docusaurus/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/docusaurus/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dokuwiki/11.3.0/.helmignore b/stable/docusaurus/8.7.3/.helmignore
similarity index 100%
rename from stable/dokuwiki/11.3.0/.helmignore
rename to stable/docusaurus/8.7.3/.helmignore
diff --git a/stable/docusaurus/8.7.3/CHANGELOG.md b/stable/docusaurus/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7fc9ca7ef2b
--- /dev/null
+++ b/stable/docusaurus/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [docusaurus-8.7.2](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/docusaurus/8.7.3/Chart.yaml b/stable/docusaurus/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..47dfb5881f5
--- /dev/null
+++ b/stable/docusaurus/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: website
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Docusaurus makes it easy to maintain Open Source documentation websites.
+home: https://truecharts.org/charts/stable/docusaurus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png
+keywords:
+ - documentation
+ - website
+ - Docusaurus
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: docusaurus
+sources:
+ - https://github.com/awesometic/docker-docusaurus
+ - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus
+ - https://hub.docker.com/r/awesometic/docusaurus
+type: application
+version: 8.7.3
diff --git a/stable/docusaurus/8.6.0/README.md b/stable/docusaurus/8.7.3/README.md
similarity index 100%
rename from stable/docusaurus/8.6.0/README.md
rename to stable/docusaurus/8.7.3/README.md
diff --git a/stable/docusaurus/8.7.3/app-changelog.md b/stable/docusaurus/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..2f720c5237b
--- /dev/null
+++ b/stable/docusaurus/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [docusaurus-8.7.3](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/docusaurus/8.6.0/app-readme.md b/stable/docusaurus/8.7.3/app-readme.md
similarity index 100%
rename from stable/docusaurus/8.6.0/app-readme.md
rename to stable/docusaurus/8.7.3/app-readme.md
diff --git a/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz b/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/docusaurus/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/docusaurus/8.6.0/ix_values.yaml b/stable/docusaurus/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/docusaurus/8.6.0/ix_values.yaml
rename to stable/docusaurus/8.7.3/ix_values.yaml
diff --git a/stable/docusaurus/8.6.0/questions.yaml b/stable/docusaurus/8.7.3/questions.yaml
similarity index 100%
rename from stable/docusaurus/8.6.0/questions.yaml
rename to stable/docusaurus/8.7.3/questions.yaml
diff --git a/stable/dokuwiki/11.3.0/templates/NOTES.txt b/stable/docusaurus/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/dokuwiki/11.3.0/templates/NOTES.txt
rename to stable/docusaurus/8.7.3/templates/NOTES.txt
diff --git a/stable/dokuwiki/11.3.0/templates/common.yaml b/stable/docusaurus/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/dokuwiki/11.3.0/templates/common.yaml
rename to stable/docusaurus/8.7.3/templates/common.yaml
diff --git a/stable/dokuwiki/11.3.0/values.yaml b/stable/docusaurus/8.7.3/values.yaml
similarity index 100%
rename from stable/dokuwiki/11.3.0/values.yaml
rename to stable/docusaurus/8.7.3/values.yaml
diff --git a/stable/dokuwiki/11.3.0/CHANGELOG.md b/stable/dokuwiki/11.3.0/CHANGELOG.md
deleted file mode 100644
index c6aff755016..00000000000
--- a/stable/dokuwiki/11.3.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/dokuwiki/11.3.0/Chart.yaml b/stable/dokuwiki/11.3.0/Chart.yaml
deleted file mode 100644
index 4c1c4095d6a..00000000000
--- a/stable/dokuwiki/11.3.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 20240206.1.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
-home: https://truecharts.org/charts/stable/dokuwiki
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png
-keywords:
- - dokuwiki
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dokuwiki
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki
- - https://hub.docker.com/r/bitnami/dokuwiki
-type: application
-version: 11.3.0
diff --git a/stable/dokuwiki/11.3.0/app-changelog.md b/stable/dokuwiki/11.3.0/app-changelog.md
deleted file mode 100644
index 45c195c23e2..00000000000
--- a/stable/dokuwiki/11.3.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [dokuwiki-11.3.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dokuwiki/11.3.0/charts/common-20.2.0.tgz b/stable/dokuwiki/11.3.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/dokuwiki/11.3.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/dokuwiki/11.3.0/ix_values.yaml b/stable/dokuwiki/11.3.0/ix_values.yaml
deleted file mode 100644
index b1e90314657..00000000000
--- a/stable/dokuwiki/11.3.0/ix_values.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-image:
- repository: bitnami/dokuwiki
- pullPolicy: IfNotPresent
- tag: 20240206.1.0@sha256:19611df85907502ac56ede22f2a4d8b275720bdacde5290f90a7d340d1d60567
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10123
- targetPort: 8080
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env:
- DOKUWIKI_USERNAME: "admin"
- DOKUWIKI_PASSWORD: "supersecret"
- DOKUWIKI_FULL_NAME: "Super Admin"
- DOKUWIKI_EMAIL: "admin@example.com"
- DOKUWIKI_WIKI_NAME: "DokuWiki"
-persistence:
- config:
- enabled: true
- mountPath: /bitnami/dokuwiki
-portal:
- open:
- enabled: true
diff --git a/stable/domoticz/10.6.0/.helmignore b/stable/dokuwiki/11.3.4/.helmignore
similarity index 100%
rename from stable/domoticz/10.6.0/.helmignore
rename to stable/dokuwiki/11.3.4/.helmignore
diff --git a/stable/dokuwiki/11.3.4/CHANGELOG.md b/stable/dokuwiki/11.3.4/CHANGELOG.md
new file mode 100644
index 00000000000..1a23b27b895
--- /dev/null
+++ b/stable/dokuwiki/11.3.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dokuwiki-11.3.3](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dokuwiki-11.3.3](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dokuwiki-11.3.3](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dokuwiki-11.3.3](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dokuwiki-11.3.3](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dokuwiki/11.3.4/Chart.yaml b/stable/dokuwiki/11.3.4/Chart.yaml
new file mode 100644
index 00000000000..a053d39e0a5
--- /dev/null
+++ b/stable/dokuwiki/11.3.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 20240206.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
+home: https://truecharts.org/charts/stable/dokuwiki
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png
+keywords:
+ - dokuwiki
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dokuwiki
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki
+ - https://hub.docker.com/r/bitnami/dokuwiki
+type: application
+version: 11.3.4
diff --git a/stable/dokuwiki/11.3.0/README.md b/stable/dokuwiki/11.3.4/README.md
similarity index 100%
rename from stable/dokuwiki/11.3.0/README.md
rename to stable/dokuwiki/11.3.4/README.md
diff --git a/stable/dokuwiki/11.3.4/app-changelog.md b/stable/dokuwiki/11.3.4/app-changelog.md
new file mode 100644
index 00000000000..4d11a22bb2f
--- /dev/null
+++ b/stable/dokuwiki/11.3.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [dokuwiki-11.3.4](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/dokuwiki to 20240206.1.0[@af7bbd1](https://github.com/af7bbd1) by renovate ([#19539](https://github.com/truecharts/charts/issues/19539))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dokuwiki/11.3.0/app-readme.md b/stable/dokuwiki/11.3.4/app-readme.md
similarity index 100%
rename from stable/dokuwiki/11.3.0/app-readme.md
rename to stable/dokuwiki/11.3.4/app-readme.md
diff --git a/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz b/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dokuwiki/11.3.4/charts/common-20.2.4.tgz differ
diff --git a/stable/dokuwiki/11.3.4/ix_values.yaml b/stable/dokuwiki/11.3.4/ix_values.yaml
new file mode 100644
index 00000000000..8ae7f31dbc0
--- /dev/null
+++ b/stable/dokuwiki/11.3.4/ix_values.yaml
@@ -0,0 +1,44 @@
+image:
+ repository: bitnami/dokuwiki
+ pullPolicy: IfNotPresent
+ tag: 20240206.1.0@sha256:af7bbd1eb2190d6ec27a9bb879f14052011d62b5f3379c5573881890e9c7d1a9
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10123
+ targetPort: 8080
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env:
+ DOKUWIKI_USERNAME: "admin"
+ DOKUWIKI_PASSWORD: "supersecret"
+ DOKUWIKI_FULL_NAME: "Super Admin"
+ DOKUWIKI_EMAIL: "admin@example.com"
+ DOKUWIKI_WIKI_NAME: "DokuWiki"
+persistence:
+ config:
+ enabled: true
+ mountPath: /bitnami/dokuwiki
+portal:
+ open:
+ enabled: true
diff --git a/stable/dokuwiki/11.3.0/questions.yaml b/stable/dokuwiki/11.3.4/questions.yaml
similarity index 100%
rename from stable/dokuwiki/11.3.0/questions.yaml
rename to stable/dokuwiki/11.3.4/questions.yaml
diff --git a/stable/domoticz/10.6.0/templates/NOTES.txt b/stable/dokuwiki/11.3.4/templates/NOTES.txt
similarity index 100%
rename from stable/domoticz/10.6.0/templates/NOTES.txt
rename to stable/dokuwiki/11.3.4/templates/NOTES.txt
diff --git a/stable/domoticz/10.6.0/templates/common.yaml b/stable/dokuwiki/11.3.4/templates/common.yaml
similarity index 100%
rename from stable/domoticz/10.6.0/templates/common.yaml
rename to stable/dokuwiki/11.3.4/templates/common.yaml
diff --git a/stable/domoticz/10.6.0/values.yaml b/stable/dokuwiki/11.3.4/values.yaml
similarity index 100%
rename from stable/domoticz/10.6.0/values.yaml
rename to stable/dokuwiki/11.3.4/values.yaml
diff --git a/stable/domoticz/10.6.0/CHANGELOG.md b/stable/domoticz/10.6.0/CHANGELOG.md
deleted file mode 100644
index ff3376a156e..00000000000
--- a/stable/domoticz/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [domoticz-10.6.0](https://github.com/truecharts/charts/compare/domoticz-10.5.2...domoticz-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [domoticz-10.5.2](https://github.com/truecharts/charts/compare/domoticz-10.5.1...domoticz-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [domoticz-10.5.1](https://github.com/truecharts/charts/compare/domoticz-10.5.0...domoticz-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [domoticz-10.5.0](https://github.com/truecharts/charts/compare/domoticz-10.4.1...domoticz-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [domoticz-10.4.1](https://github.com/truecharts/charts/compare/domoticz-10.4.0...domoticz-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [domoticz-10.4.0](https://github.com/truecharts/charts/compare/domoticz-10.3.0...domoticz-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [domoticz-10.3.0](https://github.com/truecharts/charts/compare/domoticz-10.2.3...domoticz-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [domoticz-10.2.3](https://github.com/truecharts/charts/compare/domoticz-10.2.2...domoticz-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [domoticz-10.2.2](https://github.com/truecharts/charts/compare/domoticz-10.2.0...domoticz-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/domoticz/10.6.0/Chart.yaml b/stable/domoticz/10.6.0/Chart.yaml
deleted file mode 100644
index b2703292693..00000000000
--- a/stable/domoticz/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.4.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more.
-home: https://truecharts.org/charts/stable/domoticz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png
-keywords:
- - domoticz
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: domoticz
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz
- - https://hub.docker.com/r/domoticz/domoticz
-type: application
-version: 10.6.0
diff --git a/stable/domoticz/10.6.0/charts/common-20.1.5.tgz b/stable/domoticz/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/domoticz/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/dontstarvetogether/5.6.0/.helmignore b/stable/domoticz/10.7.3/.helmignore
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/.helmignore
rename to stable/domoticz/10.7.3/.helmignore
diff --git a/stable/domoticz/10.7.3/CHANGELOG.md b/stable/domoticz/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..01e322802f4
--- /dev/null
+++ b/stable/domoticz/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [domoticz-10.7.2](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/domoticz/10.7.3/Chart.yaml b/stable/domoticz/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..b8869b78752
--- /dev/null
+++ b/stable/domoticz/10.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.4.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more.
+home: https://truecharts.org/charts/stable/domoticz
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png
+keywords:
+ - domoticz
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: domoticz
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz
+ - https://hub.docker.com/r/domoticz/domoticz
+type: application
+version: 10.7.3
diff --git a/stable/domoticz/10.6.0/README.md b/stable/domoticz/10.7.3/README.md
similarity index 100%
rename from stable/domoticz/10.6.0/README.md
rename to stable/domoticz/10.7.3/README.md
diff --git a/stable/domoticz/10.7.3/app-changelog.md b/stable/domoticz/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..75c58fa2934
--- /dev/null
+++ b/stable/domoticz/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [domoticz-10.7.3](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/domoticz/10.6.0/app-readme.md b/stable/domoticz/10.7.3/app-readme.md
similarity index 100%
rename from stable/domoticz/10.6.0/app-readme.md
rename to stable/domoticz/10.7.3/app-readme.md
diff --git a/stable/domoticz/10.7.3/charts/common-20.2.4.tgz b/stable/domoticz/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/domoticz/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/domoticz/10.6.0/ix_values.yaml b/stable/domoticz/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/domoticz/10.6.0/ix_values.yaml
rename to stable/domoticz/10.7.3/ix_values.yaml
diff --git a/stable/domoticz/10.6.0/questions.yaml b/stable/domoticz/10.7.3/questions.yaml
similarity index 100%
rename from stable/domoticz/10.6.0/questions.yaml
rename to stable/domoticz/10.7.3/questions.yaml
diff --git a/stable/doplarr/9.6.0/templates/NOTES.txt b/stable/domoticz/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/doplarr/9.6.0/templates/NOTES.txt
rename to stable/domoticz/10.7.3/templates/NOTES.txt
diff --git a/stable/doplarr/9.6.0/templates/common.yaml b/stable/domoticz/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/doplarr/9.6.0/templates/common.yaml
rename to stable/domoticz/10.7.3/templates/common.yaml
diff --git a/stable/dontstarvetogether/5.6.0/values.yaml b/stable/domoticz/10.7.3/values.yaml
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/values.yaml
rename to stable/domoticz/10.7.3/values.yaml
diff --git a/stable/dontstarvetogether/5.6.0/CHANGELOG.md b/stable/dontstarvetogether/5.6.0/CHANGELOG.md
deleted file mode 100644
index c7e215d4a03..00000000000
--- a/stable/dontstarvetogether/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dontstarvetogether-5.6.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.5.2...dontstarvetogether-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dontstarvetogether-5.5.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.5.1...dontstarvetogether-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dontstarvetogether-5.5.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.5.0...dontstarvetogether-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dontstarvetogether-5.5.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.4.1...dontstarvetogether-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dontstarvetogether-5.4.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.4.0...dontstarvetogether-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dontstarvetogether-5.4.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.3.0...dontstarvetogether-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dontstarvetogether-5.3.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.3...dontstarvetogether-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dontstarvetogether-5.2.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.2...dontstarvetogether-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dontstarvetogether-5.2.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.0...dontstarvetogether-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dontstarvetogether/5.6.0/Chart.yaml b/stable/dontstarvetogether/5.6.0/Chart.yaml
deleted file mode 100644
index 29dac583761..00000000000
--- a/stable/dontstarvetogether/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: dontstare
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it.
-home: https://truecharts.org/charts/stable/dontstarvetogether
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png
-keywords:
- - dontstarvetogether
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dontstarvetogether
-sources:
- - https://www.klei.com/games/dont-starve-together
- - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/dontstarvetogether/5.6.0/charts/common-20.1.5.tgz b/stable/dontstarvetogether/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dontstarvetogether/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/doplarr/9.6.0/.helmignore b/stable/dontstarvetogether/5.7.3/.helmignore
similarity index 100%
rename from stable/doplarr/9.6.0/.helmignore
rename to stable/dontstarvetogether/5.7.3/.helmignore
diff --git a/stable/dontstarvetogether/5.7.3/CHANGELOG.md b/stable/dontstarvetogether/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5567407195c
--- /dev/null
+++ b/stable/dontstarvetogether/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dontstarvetogether-5.7.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dontstarvetogether/5.7.3/Chart.yaml b/stable/dontstarvetogether/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..75d37f73b9a
--- /dev/null
+++ b/stable/dontstarvetogether/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: dontstare
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it.
+home: https://truecharts.org/charts/stable/dontstarvetogether
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png
+keywords:
+ - dontstarvetogether
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dontstarvetogether
+sources:
+ - https://www.klei.com/games/dont-starve-together
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/dontstarvetogether/5.6.0/README.md b/stable/dontstarvetogether/5.7.3/README.md
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/README.md
rename to stable/dontstarvetogether/5.7.3/README.md
diff --git a/stable/dontstarvetogether/5.7.3/app-changelog.md b/stable/dontstarvetogether/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..895115288d7
--- /dev/null
+++ b/stable/dontstarvetogether/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dontstarvetogether-5.7.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dontstarvetogether/5.6.0/app-readme.md b/stable/dontstarvetogether/5.7.3/app-readme.md
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/app-readme.md
rename to stable/dontstarvetogether/5.7.3/app-readme.md
diff --git a/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz b/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dontstarvetogether/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dontstarvetogether/5.6.0/ix_values.yaml b/stable/dontstarvetogether/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/ix_values.yaml
rename to stable/dontstarvetogether/5.7.3/ix_values.yaml
diff --git a/stable/dontstarvetogether/5.6.0/questions.yaml b/stable/dontstarvetogether/5.7.3/questions.yaml
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/questions.yaml
rename to stable/dontstarvetogether/5.7.3/questions.yaml
diff --git a/stable/dontstarvetogether/5.6.0/templates/common.yaml b/stable/dontstarvetogether/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dontstarvetogether/5.6.0/templates/common.yaml
rename to stable/dontstarvetogether/5.7.3/templates/common.yaml
diff --git a/stable/doplarr/9.6.0/values.yaml b/stable/dontstarvetogether/5.7.3/values.yaml
similarity index 100%
rename from stable/doplarr/9.6.0/values.yaml
rename to stable/dontstarvetogether/5.7.3/values.yaml
diff --git a/stable/doplarr/9.6.0/CHANGELOG.md b/stable/doplarr/9.6.0/CHANGELOG.md
deleted file mode 100644
index fba46f50aef..00000000000
--- a/stable/doplarr/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [doplarr-9.6.0](https://github.com/truecharts/charts/compare/doplarr-9.5.2...doplarr-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [doplarr-9.5.2](https://github.com/truecharts/charts/compare/doplarr-9.5.1...doplarr-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [doplarr-9.5.1](https://github.com/truecharts/charts/compare/doplarr-9.5.0...doplarr-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [doplarr-9.5.0](https://github.com/truecharts/charts/compare/doplarr-9.4.1...doplarr-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [doplarr-9.4.1](https://github.com/truecharts/charts/compare/doplarr-9.4.0...doplarr-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [doplarr-9.4.0](https://github.com/truecharts/charts/compare/doplarr-9.3.0...doplarr-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [doplarr-9.3.0](https://github.com/truecharts/charts/compare/doplarr-9.2.3...doplarr-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [doplarr-9.2.3](https://github.com/truecharts/charts/compare/doplarr-9.2.2...doplarr-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [doplarr-9.2.2](https://github.com/truecharts/charts/compare/doplarr-9.2.0...doplarr-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/doplarr/9.6.0/Chart.yaml b/stable/doplarr/9.6.0/Chart.yaml
deleted file mode 100644
index bb1289a4308..00000000000
--- a/stable/doplarr/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.6.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An *arr Request Bot for Discord
-home: https://truecharts.org/charts/stable/doplarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png
-keywords:
- - doplarr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: doplarr
-sources:
- - https://github.com/kiranshila/Doplarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr
- - https://ghcr.io/kiranshila/doplarr
-type: application
-version: 9.6.0
diff --git a/stable/doplarr/9.6.0/charts/common-20.1.5.tgz b/stable/doplarr/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/doplarr/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/double-take/10.6.0/.helmignore b/stable/doplarr/9.7.3/.helmignore
similarity index 100%
rename from stable/double-take/10.6.0/.helmignore
rename to stable/doplarr/9.7.3/.helmignore
diff --git a/stable/doplarr/9.7.3/CHANGELOG.md b/stable/doplarr/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..70ba2021fa3
--- /dev/null
+++ b/stable/doplarr/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [doplarr-9.7.2](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/doplarr/9.7.3/Chart.yaml b/stable/doplarr/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..b88031745c0
--- /dev/null
+++ b/stable/doplarr/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.6.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An *arr Request Bot for Discord
+home: https://truecharts.org/charts/stable/doplarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png
+keywords:
+ - doplarr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: doplarr
+sources:
+ - https://github.com/kiranshila/Doplarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr
+ - https://ghcr.io/kiranshila/doplarr
+type: application
+version: 9.7.3
diff --git a/stable/doplarr/9.6.0/README.md b/stable/doplarr/9.7.3/README.md
similarity index 100%
rename from stable/doplarr/9.6.0/README.md
rename to stable/doplarr/9.7.3/README.md
diff --git a/stable/doplarr/9.7.3/app-changelog.md b/stable/doplarr/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..e1edd9a9cbf
--- /dev/null
+++ b/stable/doplarr/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [doplarr-9.7.3](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/doplarr/9.6.0/app-readme.md b/stable/doplarr/9.7.3/app-readme.md
similarity index 100%
rename from stable/doplarr/9.6.0/app-readme.md
rename to stable/doplarr/9.7.3/app-readme.md
diff --git a/stable/doplarr/9.7.3/charts/common-20.2.4.tgz b/stable/doplarr/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/doplarr/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/doplarr/9.6.0/ix_values.yaml b/stable/doplarr/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/doplarr/9.6.0/ix_values.yaml
rename to stable/doplarr/9.7.3/ix_values.yaml
diff --git a/stable/doplarr/9.6.0/questions.yaml b/stable/doplarr/9.7.3/questions.yaml
similarity index 100%
rename from stable/doplarr/9.6.0/questions.yaml
rename to stable/doplarr/9.7.3/questions.yaml
diff --git a/stable/double-take/10.6.0/templates/NOTES.txt b/stable/doplarr/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/double-take/10.6.0/templates/NOTES.txt
rename to stable/doplarr/9.7.3/templates/NOTES.txt
diff --git a/stable/double-take/10.6.0/templates/common.yaml b/stable/doplarr/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/double-take/10.6.0/templates/common.yaml
rename to stable/doplarr/9.7.3/templates/common.yaml
diff --git a/stable/double-take/10.6.0/values.yaml b/stable/doplarr/9.7.3/values.yaml
similarity index 100%
rename from stable/double-take/10.6.0/values.yaml
rename to stable/doplarr/9.7.3/values.yaml
diff --git a/stable/double-take/10.6.0/CHANGELOG.md b/stable/double-take/10.6.0/CHANGELOG.md
deleted file mode 100644
index 97aafccc8df..00000000000
--- a/stable/double-take/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [double-take-10.6.0](https://github.com/truecharts/charts/compare/double-take-10.5.2...double-take-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [double-take-10.5.2](https://github.com/truecharts/charts/compare/double-take-10.5.1...double-take-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [double-take-10.5.1](https://github.com/truecharts/charts/compare/double-take-10.5.0...double-take-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [double-take-10.5.0](https://github.com/truecharts/charts/compare/double-take-10.4.1...double-take-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [double-take-10.4.1](https://github.com/truecharts/charts/compare/double-take-10.4.0...double-take-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [double-take-10.4.0](https://github.com/truecharts/charts/compare/double-take-10.3.0...double-take-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [double-take-10.3.0](https://github.com/truecharts/charts/compare/double-take-10.2.3...double-take-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [double-take-10.2.3](https://github.com/truecharts/charts/compare/double-take-10.2.2...double-take-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [double-take-10.2.2](https://github.com/truecharts/charts/compare/double-take-10.2.0...double-take-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/double-take/10.6.0/Chart.yaml b/stable/double-take/10.6.0/Chart.yaml
deleted file mode 100644
index d1e580359a3..00000000000
--- a/stable/double-take/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.13.11
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Unified UI and API for processing and training images for facial recognition
-home: https://truecharts.org/charts/stable/double-take
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png
-keywords:
- - ai
- - double-take
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: double-take
-sources:
- - https://github.com/jakowenko/double-take
- - https://github.com/truecharts/charts/tree/master/charts/stable/double-take
- - https://hub.docker.com/r/skrashevich/double-take
-type: application
-version: 10.6.0
diff --git a/stable/double-take/10.6.0/charts/common-20.1.5.tgz b/stable/double-take/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/double-take/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/doublecommander/12.7.0/.helmignore b/stable/double-take/10.7.3/.helmignore
similarity index 100%
rename from stable/doublecommander/12.7.0/.helmignore
rename to stable/double-take/10.7.3/.helmignore
diff --git a/stable/double-take/10.7.3/CHANGELOG.md b/stable/double-take/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..645bce75fc9
--- /dev/null
+++ b/stable/double-take/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [double-take-10.7.2](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/double-take/10.7.3/Chart.yaml b/stable/double-take/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..4ed77d9a7d6
--- /dev/null
+++ b/stable/double-take/10.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.13.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Unified UI and API for processing and training images for facial recognition
+home: https://truecharts.org/charts/stable/double-take
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png
+keywords:
+ - ai
+ - double-take
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: double-take
+sources:
+ - https://github.com/jakowenko/double-take
+ - https://github.com/truecharts/charts/tree/master/charts/stable/double-take
+ - https://hub.docker.com/r/skrashevich/double-take
+type: application
+version: 10.7.3
diff --git a/stable/double-take/10.6.0/README.md b/stable/double-take/10.7.3/README.md
similarity index 100%
rename from stable/double-take/10.6.0/README.md
rename to stable/double-take/10.7.3/README.md
diff --git a/stable/double-take/10.7.3/app-changelog.md b/stable/double-take/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..898c3815cd8
--- /dev/null
+++ b/stable/double-take/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [double-take-10.7.3](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/double-take/10.6.0/app-readme.md b/stable/double-take/10.7.3/app-readme.md
similarity index 100%
rename from stable/double-take/10.6.0/app-readme.md
rename to stable/double-take/10.7.3/app-readme.md
diff --git a/stable/double-take/10.7.3/charts/common-20.2.4.tgz b/stable/double-take/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/double-take/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/double-take/10.6.0/ix_values.yaml b/stable/double-take/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/double-take/10.6.0/ix_values.yaml
rename to stable/double-take/10.7.3/ix_values.yaml
diff --git a/stable/double-take/10.6.0/questions.yaml b/stable/double-take/10.7.3/questions.yaml
similarity index 100%
rename from stable/double-take/10.6.0/questions.yaml
rename to stable/double-take/10.7.3/questions.yaml
diff --git a/stable/doublecommander/12.7.0/templates/NOTES.txt b/stable/double-take/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/doublecommander/12.7.0/templates/NOTES.txt
rename to stable/double-take/10.7.3/templates/NOTES.txt
diff --git a/stable/drawio/11.5.0/templates/common.yaml b/stable/double-take/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/drawio/11.5.0/templates/common.yaml
rename to stable/double-take/10.7.3/templates/common.yaml
diff --git a/stable/doublecommander/12.7.0/values.yaml b/stable/double-take/10.7.3/values.yaml
similarity index 100%
rename from stable/doublecommander/12.7.0/values.yaml
rename to stable/double-take/10.7.3/values.yaml
diff --git a/stable/doublecommander/12.7.0/CHANGELOG.md b/stable/doublecommander/12.7.0/CHANGELOG.md
deleted file mode 100644
index 1339e652990..00000000000
--- a/stable/doublecommander/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
diff --git a/stable/doublecommander/12.7.0/Chart.yaml b/stable/doublecommander/12.7.0/Chart.yaml
deleted file mode 100644
index ca3a2ca287a..00000000000
--- a/stable/doublecommander/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A free cross platform open source file manager with two panels side by side.
-home: https://truecharts.org/charts/stable/doublecommander
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png
-keywords:
- - doublecommander
- - file
- - manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: doublecommander
-sources:
- - https://github.com/linuxserver/docker-doublecommander
- - https://doublecmd.sourceforge.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander
- - https://ghcr.io/linuxserver/doublecommander
-type: application
-version: 12.7.0
diff --git a/stable/doublecommander/12.7.0/app-changelog.md b/stable/doublecommander/12.7.0/app-changelog.md
deleted file mode 100644
index 56f992e6457..00000000000
--- a/stable/doublecommander/12.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [doublecommander-12.7.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
\ No newline at end of file
diff --git a/stable/doublecommander/12.7.0/charts/common-20.2.0.tgz b/stable/doublecommander/12.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/doublecommander/12.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/doublecommander/12.7.0/ix_values.yaml b/stable/doublecommander/12.7.0/ix_values.yaml
deleted file mode 100644
index 60b77e08d98..00000000000
--- a/stable/doublecommander/12.7.0/ix_values.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/doublecommander
- pullPolicy: IfNotPresent
- tag: latest@sha256:908d49eefa94d555ace8bd4328c825d6eba485eac94348127f22d4590532216c
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10034
- targetPort: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- securityContext:
- capabilities:
- add:
- - SYS_CHROOT
- - KILL
- - NET_BIND_SERVICE
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/drawio/11.5.0/.helmignore b/stable/doublecommander/12.7.4/.helmignore
similarity index 100%
rename from stable/drawio/11.5.0/.helmignore
rename to stable/doublecommander/12.7.4/.helmignore
diff --git a/stable/doublecommander/12.7.4/CHANGELOG.md b/stable/doublecommander/12.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..bd0445f7332
--- /dev/null
+++ b/stable/doublecommander/12.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [doublecommander-12.7.4](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
+
+
+## [doublecommander-12.7.3](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
+
+
+## [doublecommander-12.7.3](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
+
+
+## [doublecommander-12.7.3](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
+
+
+## [doublecommander-12.7.3](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
+
+
+## [doublecommander-12.7.3](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/doublecommander/12.7.4/Chart.yaml b/stable/doublecommander/12.7.4/Chart.yaml
new file mode 100644
index 00000000000..c2d22af746c
--- /dev/null
+++ b/stable/doublecommander/12.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A free cross platform open source file manager with two panels side by side.
+home: https://truecharts.org/charts/stable/doublecommander
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png
+keywords:
+ - doublecommander
+ - file
+ - manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: doublecommander
+sources:
+ - https://github.com/linuxserver/docker-doublecommander
+ - https://doublecmd.sourceforge.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander
+ - https://ghcr.io/linuxserver/doublecommander
+type: application
+version: 12.7.4
diff --git a/stable/doublecommander/12.7.0/README.md b/stable/doublecommander/12.7.4/README.md
similarity index 100%
rename from stable/doublecommander/12.7.0/README.md
rename to stable/doublecommander/12.7.4/README.md
diff --git a/stable/doublecommander/12.7.4/app-changelog.md b/stable/doublecommander/12.7.4/app-changelog.md
new file mode 100644
index 00000000000..551f00bae13
--- /dev/null
+++ b/stable/doublecommander/12.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [doublecommander-12.7.4](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@3906aca](https://github.com/3906aca) by renovate ([#19569](https://github.com/truecharts/charts/issues/19569))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/doublecommander to latest[@908d49e](https://github.com/908d49e) by renovate ([#19234](https://github.com/truecharts/charts/issues/19234))
\ No newline at end of file
diff --git a/stable/doublecommander/12.7.0/app-readme.md b/stable/doublecommander/12.7.4/app-readme.md
similarity index 100%
rename from stable/doublecommander/12.7.0/app-readme.md
rename to stable/doublecommander/12.7.4/app-readme.md
diff --git a/stable/doublecommander/12.7.4/charts/common-20.2.4.tgz b/stable/doublecommander/12.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/doublecommander/12.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/doublecommander/12.7.4/ix_values.yaml b/stable/doublecommander/12.7.4/ix_values.yaml
new file mode 100644
index 00000000000..f1562ff9dd6
--- /dev/null
+++ b/stable/doublecommander/12.7.4/ix_values.yaml
@@ -0,0 +1,44 @@
+image:
+ repository: ghcr.io/linuxserver/doublecommander
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:3906acad698e550287a2296e5934714a5df7a042d28421bf55da4f3a4838388a
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10034
+ targetPort: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ securityContext:
+ capabilities:
+ add:
+ - SYS_CHROOT
+ - KILL
+ - NET_BIND_SERVICE
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/doublecommander/12.7.0/questions.yaml b/stable/doublecommander/12.7.4/questions.yaml
similarity index 100%
rename from stable/doublecommander/12.7.0/questions.yaml
rename to stable/doublecommander/12.7.4/questions.yaml
diff --git a/stable/drawio/11.5.0/templates/NOTES.txt b/stable/doublecommander/12.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/drawio/11.5.0/templates/NOTES.txt
rename to stable/doublecommander/12.7.4/templates/NOTES.txt
diff --git a/stable/doublecommander/12.7.0/templates/common.yaml b/stable/doublecommander/12.7.4/templates/common.yaml
similarity index 100%
rename from stable/doublecommander/12.7.0/templates/common.yaml
rename to stable/doublecommander/12.7.4/templates/common.yaml
diff --git a/stable/drawio/11.5.0/values.yaml b/stable/doublecommander/12.7.4/values.yaml
similarity index 100%
rename from stable/drawio/11.5.0/values.yaml
rename to stable/doublecommander/12.7.4/values.yaml
diff --git a/stable/drawio/11.5.0/CHANGELOG.md b/stable/drawio/11.5.0/CHANGELOG.md
deleted file mode 100644
index 7d365bbf9f1..00000000000
--- a/stable/drawio/11.5.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
diff --git a/stable/drawio/11.5.0/Chart.yaml b/stable/drawio/11.5.0/Chart.yaml
deleted file mode 100644
index d3c6c48d976..00000000000
--- a/stable/drawio/11.5.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.0.7
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Drawio is free online diagram software.
-home: https://truecharts.org/charts/stable/drawio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png
-keywords:
- - drawio
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: drawio
-sources:
- - https://github.com/jgraph/drawio
- - https://github.com/truecharts/charts/tree/master/charts/stable/drawio
- - https://hub.docker.com/r/jgraph/drawio
-type: application
-version: 11.5.0
diff --git a/stable/drawio/11.5.0/app-changelog.md b/stable/drawio/11.5.0/app-changelog.md
deleted file mode 100644
index 4b322ce8e98..00000000000
--- a/stable/drawio/11.5.0/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [drawio-11.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
-
-- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
\ No newline at end of file
diff --git a/stable/drawio/11.5.0/charts/common-20.2.0.tgz b/stable/drawio/11.5.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/drawio/11.5.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/drawio/11.5.0/ix_values.yaml b/stable/drawio/11.5.0/ix_values.yaml
deleted file mode 100644
index 8b8a6a2ae2f..00000000000
--- a/stable/drawio/11.5.0/ix_values.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-image:
- repository: jgraph/drawio
- tag: 24.0.7@sha256:9c583a5f5e6e4468650041e111f55994967a0d6d34b85433d320285f62df7cff
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10214
- targetPort: 8080
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-portal:
- open:
- enabled: true
diff --git a/stable/dropbox-by-otherguy/5.6.0/.helmignore b/stable/drawio/11.5.4/.helmignore
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/.helmignore
rename to stable/drawio/11.5.4/.helmignore
diff --git a/stable/drawio/11.5.4/CHANGELOG.md b/stable/drawio/11.5.4/CHANGELOG.md
new file mode 100644
index 00000000000..76665847535
--- /dev/null
+++ b/stable/drawio/11.5.4/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [drawio-11.5.4](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
+
+- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
+
+
+## [drawio-11.5.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
+
+- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
+
+
+## [drawio-11.5.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
+
+- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
+
+
+## [drawio-11.5.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
+
+- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
+
+
+## [drawio-11.5.3](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/drawio/11.5.4/Chart.yaml b/stable/drawio/11.5.4/Chart.yaml
new file mode 100644
index 00000000000..cd77fd6283e
--- /dev/null
+++ b/stable/drawio/11.5.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.0.8
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Drawio is free online diagram software.
+home: https://truecharts.org/charts/stable/drawio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png
+keywords:
+ - drawio
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: drawio
+sources:
+ - https://github.com/jgraph/drawio
+ - https://github.com/truecharts/charts/tree/master/charts/stable/drawio
+ - https://hub.docker.com/r/jgraph/drawio
+type: application
+version: 11.5.4
diff --git a/stable/drawio/11.5.0/README.md b/stable/drawio/11.5.4/README.md
similarity index 100%
rename from stable/drawio/11.5.0/README.md
rename to stable/drawio/11.5.4/README.md
diff --git a/stable/drawio/11.5.4/app-changelog.md b/stable/drawio/11.5.4/app-changelog.md
new file mode 100644
index 00000000000..99fade20c79
--- /dev/null
+++ b/stable/drawio/11.5.4/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [drawio-11.5.4](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jgraph/drawio to v24.0.8[@de986be](https://github.com/de986be) by renovate ([#19642](https://github.com/truecharts/charts/issues/19642))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jgraph/drawio to v24.0.7[@9c583a5](https://github.com/9c583a5) by renovate ([#19315](https://github.com/truecharts/charts/issues/19315))
+
+- update container image jgraph/drawio to v[@29e30c0](https://github.com/29e30c0) by renovate ([#19265](https://github.com/truecharts/charts/issues/19265))
\ No newline at end of file
diff --git a/stable/drawio/11.5.0/app-readme.md b/stable/drawio/11.5.4/app-readme.md
similarity index 100%
rename from stable/drawio/11.5.0/app-readme.md
rename to stable/drawio/11.5.4/app-readme.md
diff --git a/stable/drawio/11.5.4/charts/common-20.2.4.tgz b/stable/drawio/11.5.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/drawio/11.5.4/charts/common-20.2.4.tgz differ
diff --git a/stable/drawio/11.5.4/ix_values.yaml b/stable/drawio/11.5.4/ix_values.yaml
new file mode 100644
index 00000000000..21578b4979f
--- /dev/null
+++ b/stable/drawio/11.5.4/ix_values.yaml
@@ -0,0 +1,35 @@
+image:
+ repository: jgraph/drawio
+ tag: 24.0.8@sha256:de986be3644b506e37d9b357ef14515c13707adb6eaa745b433c98b8e91f1372
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10214
+ targetPort: 8080
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+portal:
+ open:
+ enabled: true
diff --git a/stable/drawio/11.5.0/questions.yaml b/stable/drawio/11.5.4/questions.yaml
similarity index 100%
rename from stable/drawio/11.5.0/questions.yaml
rename to stable/drawio/11.5.4/questions.yaml
diff --git a/stable/duckdns/9.7.0/templates/NOTES.txt b/stable/drawio/11.5.4/templates/NOTES.txt
similarity index 100%
rename from stable/duckdns/9.7.0/templates/NOTES.txt
rename to stable/drawio/11.5.4/templates/NOTES.txt
diff --git a/stable/duckdns/9.7.0/templates/common.yaml b/stable/drawio/11.5.4/templates/common.yaml
similarity index 100%
rename from stable/duckdns/9.7.0/templates/common.yaml
rename to stable/drawio/11.5.4/templates/common.yaml
diff --git a/stable/dropbox-by-otherguy/5.6.0/values.yaml b/stable/drawio/11.5.4/values.yaml
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/values.yaml
rename to stable/drawio/11.5.4/values.yaml
diff --git a/stable/dropbox-by-otherguy/5.6.0/CHANGELOG.md b/stable/dropbox-by-otherguy/5.6.0/CHANGELOG.md
deleted file mode 100644
index b4950ea18e9..00000000000
--- a/stable/dropbox-by-otherguy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [dropbox-by-otherguy-5.6.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.5.2...dropbox-by-otherguy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [dropbox-by-otherguy-5.5.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.5.1...dropbox-by-otherguy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [dropbox-by-otherguy-5.5.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.5.0...dropbox-by-otherguy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [dropbox-by-otherguy-5.5.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.4.1...dropbox-by-otherguy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [dropbox-by-otherguy-5.4.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.4.0...dropbox-by-otherguy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [dropbox-by-otherguy-5.4.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.3.0...dropbox-by-otherguy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [dropbox-by-otherguy-5.3.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.3...dropbox-by-otherguy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [dropbox-by-otherguy-5.2.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.2...dropbox-by-otherguy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [dropbox-by-otherguy-5.2.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.0...dropbox-by-otherguy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/dropbox-by-otherguy/5.6.0/Chart.yaml b/stable/dropbox-by-otherguy/5.6.0/Chart.yaml
deleted file mode 100644
index 1897f71adc6..00000000000
--- a/stable/dropbox-by-otherguy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Dropbox client which syncs a local path with your cloud.
-home: https://truecharts.org/charts/stable/dropbox-by-otherguy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png
-keywords:
- - dropbox-by-otherguy
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: dropbox-by-otherguy
-sources:
- - https://github.com/otherguy/docker-dropbox
- - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy
- - https://hub.docker.com/r/otherguy/dropbox
-type: application
-version: 5.6.0
diff --git a/stable/dropbox-by-otherguy/5.6.0/charts/common-20.1.5.tgz b/stable/dropbox-by-otherguy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/dropbox-by-otherguy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/duckdns/9.7.0/.helmignore b/stable/dropbox-by-otherguy/5.7.3/.helmignore
similarity index 100%
rename from stable/duckdns/9.7.0/.helmignore
rename to stable/dropbox-by-otherguy/5.7.3/.helmignore
diff --git a/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md b/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e5a2600539c
--- /dev/null
+++ b/stable/dropbox-by-otherguy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [dropbox-by-otherguy-5.7.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/dropbox-by-otherguy/5.7.3/Chart.yaml b/stable/dropbox-by-otherguy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7b14dd91001
--- /dev/null
+++ b/stable/dropbox-by-otherguy/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Dropbox client which syncs a local path with your cloud.
+home: https://truecharts.org/charts/stable/dropbox-by-otherguy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png
+keywords:
+ - dropbox-by-otherguy
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: dropbox-by-otherguy
+sources:
+ - https://github.com/otherguy/docker-dropbox
+ - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy
+ - https://hub.docker.com/r/otherguy/dropbox
+type: application
+version: 5.7.3
diff --git a/stable/dropbox-by-otherguy/5.6.0/README.md b/stable/dropbox-by-otherguy/5.7.3/README.md
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/README.md
rename to stable/dropbox-by-otherguy/5.7.3/README.md
diff --git a/stable/dropbox-by-otherguy/5.7.3/app-changelog.md b/stable/dropbox-by-otherguy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d110adbf773
--- /dev/null
+++ b/stable/dropbox-by-otherguy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [dropbox-by-otherguy-5.7.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/dropbox-by-otherguy/5.6.0/app-readme.md b/stable/dropbox-by-otherguy/5.7.3/app-readme.md
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/app-readme.md
rename to stable/dropbox-by-otherguy/5.7.3/app-readme.md
diff --git a/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz b/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/dropbox-by-otherguy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/dropbox-by-otherguy/5.6.0/ix_values.yaml b/stable/dropbox-by-otherguy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/ix_values.yaml
rename to stable/dropbox-by-otherguy/5.7.3/ix_values.yaml
diff --git a/stable/dropbox-by-otherguy/5.6.0/questions.yaml b/stable/dropbox-by-otherguy/5.7.3/questions.yaml
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/questions.yaml
rename to stable/dropbox-by-otherguy/5.7.3/questions.yaml
diff --git a/stable/dropbox-by-otherguy/5.6.0/templates/common.yaml b/stable/dropbox-by-otherguy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/dropbox-by-otherguy/5.6.0/templates/common.yaml
rename to stable/dropbox-by-otherguy/5.7.3/templates/common.yaml
diff --git a/stable/duckdns/9.7.0/values.yaml b/stable/dropbox-by-otherguy/5.7.3/values.yaml
similarity index 100%
rename from stable/duckdns/9.7.0/values.yaml
rename to stable/dropbox-by-otherguy/5.7.3/values.yaml
diff --git a/stable/duckdns/9.7.0/CHANGELOG.md b/stable/duckdns/9.7.0/CHANGELOG.md
deleted file mode 100644
index 787724e9c04..00000000000
--- a/stable/duckdns/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/duckdns/9.7.0/Chart.yaml b/stable/duckdns/9.7.0/Chart.yaml
deleted file mode 100644
index 9a416065a44..00000000000
--- a/stable/duckdns/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
-home: https://truecharts.org/charts/stable/duckdns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png
-keywords:
- - duckdns
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: duckdns
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns
- - https://ghcr.io/linuxserver/duckdns
-type: application
-version: 9.7.0
diff --git a/stable/duckdns/9.7.0/app-changelog.md b/stable/duckdns/9.7.0/app-changelog.md
deleted file mode 100644
index f293f13e2c9..00000000000
--- a/stable/duckdns/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [duckdns-9.7.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duckdns/9.7.0/charts/common-20.2.0.tgz b/stable/duckdns/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/duckdns/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/duckdns/9.7.0/ix_values.yaml b/stable/duckdns/9.7.0/ix_values.yaml
deleted file mode 100644
index b05c380a37f..00000000000
--- a/stable/duckdns/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/duckdns
- pullPolicy: IfNotPresent
- tag: latest@sha256:a370402192ba74938464abf68c472d6ed27f9532bf25b8b319c185cf14b2f52d
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- SUBDOMAINS: ""
- LOG_FILE: false
- TOKEN: ""
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: false
diff --git a/stable/duplicacy/6.7.0/.helmignore b/stable/duckdns/9.7.4/.helmignore
similarity index 100%
rename from stable/duplicacy/6.7.0/.helmignore
rename to stable/duckdns/9.7.4/.helmignore
diff --git a/stable/duckdns/9.7.4/CHANGELOG.md b/stable/duckdns/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..0a346828a92
--- /dev/null
+++ b/stable/duckdns/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duckdns-9.7.3](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duckdns-9.7.3](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duckdns-9.7.3](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duckdns-9.7.3](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duckdns-9.7.3](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duckdns/9.7.4/Chart.yaml b/stable/duckdns/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..f4aeca2f90b
--- /dev/null
+++ b/stable/duckdns/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
+home: https://truecharts.org/charts/stable/duckdns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png
+keywords:
+ - duckdns
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: duckdns
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns
+ - https://ghcr.io/linuxserver/duckdns
+type: application
+version: 9.7.4
diff --git a/stable/duckdns/9.7.0/README.md b/stable/duckdns/9.7.4/README.md
similarity index 100%
rename from stable/duckdns/9.7.0/README.md
rename to stable/duckdns/9.7.4/README.md
diff --git a/stable/duckdns/9.7.4/app-changelog.md b/stable/duckdns/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..fc9e3eb8aea
--- /dev/null
+++ b/stable/duckdns/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [duckdns-9.7.4](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/duckdns to latest[@dbe0e1b](https://github.com/dbe0e1b) by renovate ([#19447](https://github.com/truecharts/charts/issues/19447))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duckdns/9.7.0/app-readme.md b/stable/duckdns/9.7.4/app-readme.md
similarity index 100%
rename from stable/duckdns/9.7.0/app-readme.md
rename to stable/duckdns/9.7.4/app-readme.md
diff --git a/stable/duckdns/9.7.4/charts/common-20.2.4.tgz b/stable/duckdns/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/duckdns/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/duckdns/9.7.4/ix_values.yaml b/stable/duckdns/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..cd121ee966f
--- /dev/null
+++ b/stable/duckdns/9.7.4/ix_values.yaml
@@ -0,0 +1,39 @@
+image:
+ repository: ghcr.io/linuxserver/duckdns
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:dbe0e1bfb329b35a1f2e2fb09f0afe847c4400e693527c98ed1c4e34cfcbb0a9
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ SUBDOMAINS: ""
+ LOG_FILE: false
+ TOKEN: ""
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: false
diff --git a/stable/duckdns/9.7.0/questions.yaml b/stable/duckdns/9.7.4/questions.yaml
similarity index 100%
rename from stable/duckdns/9.7.0/questions.yaml
rename to stable/duckdns/9.7.4/questions.yaml
diff --git a/stable/duplicacy/6.7.0/templates/NOTES.txt b/stable/duckdns/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/duplicacy/6.7.0/templates/NOTES.txt
rename to stable/duckdns/9.7.4/templates/NOTES.txt
diff --git a/stable/duplicati/13.6.0/templates/common.yaml b/stable/duckdns/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/duplicati/13.6.0/templates/common.yaml
rename to stable/duckdns/9.7.4/templates/common.yaml
diff --git a/stable/duplicacy/6.7.0/values.yaml b/stable/duckdns/9.7.4/values.yaml
similarity index 100%
rename from stable/duplicacy/6.7.0/values.yaml
rename to stable/duckdns/9.7.4/values.yaml
diff --git a/stable/duplicacy/6.7.0/CHANGELOG.md b/stable/duplicacy/6.7.0/CHANGELOG.md
deleted file mode 100644
index 9359a0fb141..00000000000
--- a/stable/duplicacy/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/duplicacy/6.7.0/Chart.yaml b/stable/duplicacy/6.7.0/Chart.yaml
deleted file mode 100644
index 6e02779973c..00000000000
--- a/stable/duplicacy/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.7.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A new generation cross-platform cloud backup tool.
-home: https://truecharts.org/charts/stable/duplicacy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png
-keywords:
- - duplicacy
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: duplicacy
-sources:
- - https://hotio.dev/containers/duplicacy
- - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy
- - https://ghcr.io/hotio/duplicacy
-type: application
-version: 6.7.0
diff --git a/stable/duplicacy/6.7.0/app-changelog.md b/stable/duplicacy/6.7.0/app-changelog.md
deleted file mode 100644
index 004570a8b34..00000000000
--- a/stable/duplicacy/6.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [duplicacy-6.7.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duplicacy/6.7.0/charts/common-20.2.0.tgz b/stable/duplicacy/6.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/duplicacy/6.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/duplicacy/6.7.0/ix_values.yaml b/stable/duplicacy/6.7.0/ix_values.yaml
deleted file mode 100644
index 409bb925c70..00000000000
--- a/stable/duplicacy/6.7.0/ix_values.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ghcr.io/hotio/duplicacy
- tag: release-1.7.2@sha256:a2740eaaf750d055106260ea6b86d0e4ceb3453d19c75dfd2420b768dab9919d
-securityContext:
- container:
- runAsGroup: 0
- runAsUser: 0
- readOnlyRootFilesystem: false
-service:
- main:
- ports:
- main:
- port: 3875
- protocol: http
- targetPort: 3875
-persistence:
- config:
- enabled: true
- mountPath: /config
- cache:
- enabled: true
- mountPath: /cache
- logs:
- enabled: true
- mountPath: /logs
-portal:
- open:
- enabled: true
diff --git a/stable/duplicati/13.6.0/.helmignore b/stable/duplicacy/6.7.4/.helmignore
similarity index 100%
rename from stable/duplicati/13.6.0/.helmignore
rename to stable/duplicacy/6.7.4/.helmignore
diff --git a/stable/duplicacy/6.7.4/CHANGELOG.md b/stable/duplicacy/6.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..68cbb733b3c
--- /dev/null
+++ b/stable/duplicacy/6.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicacy-6.7.3](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicacy-6.7.3](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicacy-6.7.3](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicacy-6.7.3](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicacy-6.7.3](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duplicacy/6.7.4/Chart.yaml b/stable/duplicacy/6.7.4/Chart.yaml
new file mode 100644
index 00000000000..76a99a1bab9
--- /dev/null
+++ b/stable/duplicacy/6.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.7.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A new generation cross-platform cloud backup tool.
+home: https://truecharts.org/charts/stable/duplicacy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png
+keywords:
+ - duplicacy
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: duplicacy
+sources:
+ - https://hotio.dev/containers/duplicacy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy
+ - https://ghcr.io/hotio/duplicacy
+type: application
+version: 6.7.4
diff --git a/stable/duplicacy/6.7.0/README.md b/stable/duplicacy/6.7.4/README.md
similarity index 100%
rename from stable/duplicacy/6.7.0/README.md
rename to stable/duplicacy/6.7.4/README.md
diff --git a/stable/duplicacy/6.7.4/app-changelog.md b/stable/duplicacy/6.7.4/app-changelog.md
new file mode 100644
index 00000000000..c31cb97d854
--- /dev/null
+++ b/stable/duplicacy/6.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [duplicacy-6.7.4](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@901dfd6](https://github.com/901dfd6) by renovate ([#19724](https://github.com/truecharts/charts/issues/19724))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duplicacy/6.7.0/app-readme.md b/stable/duplicacy/6.7.4/app-readme.md
similarity index 100%
rename from stable/duplicacy/6.7.0/app-readme.md
rename to stable/duplicacy/6.7.4/app-readme.md
diff --git a/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz b/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/duplicacy/6.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/duplicacy/6.7.4/ix_values.yaml b/stable/duplicacy/6.7.4/ix_values.yaml
new file mode 100644
index 00000000000..3e545960a73
--- /dev/null
+++ b/stable/duplicacy/6.7.4/ix_values.yaml
@@ -0,0 +1,29 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/hotio/duplicacy
+ tag: release-1.7.2@sha256:901dfd6cddb8a39d7de510b3f2747ce6a63b5e4cc82bc47432c7f08dbab159de
+securityContext:
+ container:
+ runAsGroup: 0
+ runAsUser: 0
+ readOnlyRootFilesystem: false
+service:
+ main:
+ ports:
+ main:
+ port: 3875
+ protocol: http
+ targetPort: 3875
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ cache:
+ enabled: true
+ mountPath: /cache
+ logs:
+ enabled: true
+ mountPath: /logs
+portal:
+ open:
+ enabled: true
diff --git a/stable/duplicacy/6.7.0/questions.yaml b/stable/duplicacy/6.7.4/questions.yaml
similarity index 100%
rename from stable/duplicacy/6.7.0/questions.yaml
rename to stable/duplicacy/6.7.4/questions.yaml
diff --git a/stable/duplicati/13.6.0/templates/NOTES.txt b/stable/duplicacy/6.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/duplicati/13.6.0/templates/NOTES.txt
rename to stable/duplicacy/6.7.4/templates/NOTES.txt
diff --git a/stable/duplicacy/6.7.0/templates/common.yaml b/stable/duplicacy/6.7.4/templates/common.yaml
similarity index 100%
rename from stable/duplicacy/6.7.0/templates/common.yaml
rename to stable/duplicacy/6.7.4/templates/common.yaml
diff --git a/stable/duplicati/13.6.0/values.yaml b/stable/duplicacy/6.7.4/values.yaml
similarity index 100%
rename from stable/duplicati/13.6.0/values.yaml
rename to stable/duplicacy/6.7.4/values.yaml
diff --git a/stable/duplicati/13.6.0/CHANGELOG.md b/stable/duplicati/13.6.0/CHANGELOG.md
deleted file mode 100644
index a2168362310..00000000000
--- a/stable/duplicati/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [duplicati-13.6.0](https://github.com/truecharts/charts/compare/duplicati-13.5.2...duplicati-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [duplicati-13.5.2](https://github.com/truecharts/charts/compare/duplicati-13.5.1...duplicati-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [duplicati-13.5.1](https://github.com/truecharts/charts/compare/duplicati-13.5.0...duplicati-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [duplicati-13.5.0](https://github.com/truecharts/charts/compare/duplicati-13.4.1...duplicati-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [duplicati-13.4.1](https://github.com/truecharts/charts/compare/duplicati-13.4.0...duplicati-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [duplicati-13.4.0](https://github.com/truecharts/charts/compare/duplicati-13.3.0...duplicati-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [duplicati-13.3.0](https://github.com/truecharts/charts/compare/duplicati-13.2.3...duplicati-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [duplicati-13.2.3](https://github.com/truecharts/charts/compare/duplicati-13.2.2...duplicati-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [duplicati-13.2.2](https://github.com/truecharts/charts/compare/duplicati-13.2.0...duplicati-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/duplicati/13.6.0/Chart.yaml b/stable/duplicati/13.6.0/Chart.yaml
deleted file mode 100644
index 2c14499cd89..00000000000
--- a/stable/duplicati/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Store securely encrypted backups on cloud storage services!
-home: https://truecharts.org/charts/stable/duplicati
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png
-keywords:
- - duplicati
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: duplicati
-sources:
- - https://github.com/duplicati/duplicati
- - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati
- - https://hub.docker.com/r/duplicati/duplicati
-type: application
-version: 13.6.0
diff --git a/stable/duplicati/13.6.0/charts/common-20.1.5.tgz b/stable/duplicati/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/duplicati/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ecodms/5.6.0/.helmignore b/stable/duplicati/13.7.3/.helmignore
similarity index 100%
rename from stable/ecodms/5.6.0/.helmignore
rename to stable/duplicati/13.7.3/.helmignore
diff --git a/stable/duplicati/13.7.3/CHANGELOG.md b/stable/duplicati/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..019d67c46aa
--- /dev/null
+++ b/stable/duplicati/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [duplicati-13.7.2](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/duplicati/13.7.3/Chart.yaml b/stable/duplicati/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..c4d73c5c503
--- /dev/null
+++ b/stable/duplicati/13.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Store securely encrypted backups on cloud storage services!
+home: https://truecharts.org/charts/stable/duplicati
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png
+keywords:
+ - duplicati
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: duplicati
+sources:
+ - https://github.com/duplicati/duplicati
+ - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati
+ - https://hub.docker.com/r/duplicati/duplicati
+type: application
+version: 13.7.3
diff --git a/stable/duplicati/13.6.0/README.md b/stable/duplicati/13.7.3/README.md
similarity index 100%
rename from stable/duplicati/13.6.0/README.md
rename to stable/duplicati/13.7.3/README.md
diff --git a/stable/duplicati/13.7.3/app-changelog.md b/stable/duplicati/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..9acdec8d05d
--- /dev/null
+++ b/stable/duplicati/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [duplicati-13.7.3](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/duplicati/13.6.0/app-readme.md b/stable/duplicati/13.7.3/app-readme.md
similarity index 100%
rename from stable/duplicati/13.6.0/app-readme.md
rename to stable/duplicati/13.7.3/app-readme.md
diff --git a/stable/duplicati/13.7.3/charts/common-20.2.4.tgz b/stable/duplicati/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/duplicati/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/duplicati/13.6.0/ix_values.yaml b/stable/duplicati/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/duplicati/13.6.0/ix_values.yaml
rename to stable/duplicati/13.7.3/ix_values.yaml
diff --git a/stable/duplicati/13.6.0/questions.yaml b/stable/duplicati/13.7.3/questions.yaml
similarity index 100%
rename from stable/duplicati/13.6.0/questions.yaml
rename to stable/duplicati/13.7.3/questions.yaml
diff --git a/stable/emby/18.6.0/templates/NOTES.txt b/stable/duplicati/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/emby/18.6.0/templates/NOTES.txt
rename to stable/duplicati/13.7.3/templates/NOTES.txt
diff --git a/stable/emby/18.6.0/templates/common.yaml b/stable/duplicati/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/emby/18.6.0/templates/common.yaml
rename to stable/duplicati/13.7.3/templates/common.yaml
diff --git a/stable/ecodms/5.6.0/values.yaml b/stable/duplicati/13.7.3/values.yaml
similarity index 100%
rename from stable/ecodms/5.6.0/values.yaml
rename to stable/duplicati/13.7.3/values.yaml
diff --git a/stable/ecodms/5.6.0/CHANGELOG.md b/stable/ecodms/5.6.0/CHANGELOG.md
deleted file mode 100644
index a11369934a4..00000000000
--- a/stable/ecodms/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ecodms-5.6.0](https://github.com/truecharts/charts/compare/ecodms-5.5.2...ecodms-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ecodms-5.5.2](https://github.com/truecharts/charts/compare/ecodms-5.5.1...ecodms-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ecodms-5.5.1](https://github.com/truecharts/charts/compare/ecodms-5.5.0...ecodms-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ecodms-5.5.0](https://github.com/truecharts/charts/compare/ecodms-5.4.1...ecodms-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ecodms-5.4.1](https://github.com/truecharts/charts/compare/ecodms-5.4.0...ecodms-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ecodms-5.4.0](https://github.com/truecharts/charts/compare/ecodms-5.3.0...ecodms-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ecodms-5.3.0](https://github.com/truecharts/charts/compare/ecodms-5.2.3...ecodms-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ecodms-5.2.3](https://github.com/truecharts/charts/compare/ecodms-5.2.2...ecodms-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ecodms-5.2.2](https://github.com/truecharts/charts/compare/ecodms-5.2.0...ecodms-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ecodms/5.6.0/Chart.yaml b/stable/ecodms/5.6.0/Chart.yaml
deleted file mode 100644
index 13ab47a04d8..00000000000
--- a/stable/ecodms/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents.
-home: https://truecharts.org/charts/stable/ecodms
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png
-keywords:
- - ecodms
- - Cloud
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ecodms
-sources:
- - https://www.ecodms.de/index.php/en/
- - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms
- - https://hub.docker.com/r/ecodms/allinone-18.09
-type: application
-version: 5.6.0
diff --git a/stable/ecodms/5.6.0/charts/common-20.1.5.tgz b/stable/ecodms/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ecodms/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/electrum/5.6.0/.helmignore b/stable/ecodms/5.7.3/.helmignore
similarity index 100%
rename from stable/electrum/5.6.0/.helmignore
rename to stable/ecodms/5.7.3/.helmignore
diff --git a/stable/ecodms/5.7.3/CHANGELOG.md b/stable/ecodms/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a6af0542593
--- /dev/null
+++ b/stable/ecodms/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ecodms-5.7.2](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ecodms/5.7.3/Chart.yaml b/stable/ecodms/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0f181e37a61
--- /dev/null
+++ b/stable/ecodms/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents.
+home: https://truecharts.org/charts/stable/ecodms
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png
+keywords:
+ - ecodms
+ - Cloud
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ecodms
+sources:
+ - https://www.ecodms.de/index.php/en/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms
+ - https://hub.docker.com/r/ecodms/allinone-18.09
+type: application
+version: 5.7.3
diff --git a/stable/ecodms/5.6.0/README.md b/stable/ecodms/5.7.3/README.md
similarity index 100%
rename from stable/ecodms/5.6.0/README.md
rename to stable/ecodms/5.7.3/README.md
diff --git a/stable/ecodms/5.7.3/app-changelog.md b/stable/ecodms/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d68bc3ac07e
--- /dev/null
+++ b/stable/ecodms/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ecodms-5.7.3](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ecodms/5.6.0/app-readme.md b/stable/ecodms/5.7.3/app-readme.md
similarity index 100%
rename from stable/ecodms/5.6.0/app-readme.md
rename to stable/ecodms/5.7.3/app-readme.md
diff --git a/stable/ecodms/5.7.3/charts/common-20.2.4.tgz b/stable/ecodms/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ecodms/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ecodms/5.6.0/ix_values.yaml b/stable/ecodms/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/ecodms/5.6.0/ix_values.yaml
rename to stable/ecodms/5.7.3/ix_values.yaml
diff --git a/stable/ecodms/5.6.0/questions.yaml b/stable/ecodms/5.7.3/questions.yaml
similarity index 100%
rename from stable/ecodms/5.6.0/questions.yaml
rename to stable/ecodms/5.7.3/questions.yaml
diff --git a/stable/ecodms/5.6.0/templates/common.yaml b/stable/ecodms/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/ecodms/5.6.0/templates/common.yaml
rename to stable/ecodms/5.7.3/templates/common.yaml
diff --git a/stable/electrum/5.6.0/values.yaml b/stable/ecodms/5.7.3/values.yaml
similarity index 100%
rename from stable/electrum/5.6.0/values.yaml
rename to stable/ecodms/5.7.3/values.yaml
diff --git a/stable/electrum/5.6.0/CHANGELOG.md b/stable/electrum/5.6.0/CHANGELOG.md
deleted file mode 100644
index acd9f25d1a5..00000000000
--- a/stable/electrum/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [electrum-5.6.0](https://github.com/truecharts/charts/compare/electrum-5.5.2...electrum-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [electrum-5.5.2](https://github.com/truecharts/charts/compare/electrum-5.5.1...electrum-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [electrum-5.5.1](https://github.com/truecharts/charts/compare/electrum-5.5.0...electrum-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [electrum-5.5.0](https://github.com/truecharts/charts/compare/electrum-5.4.1...electrum-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [electrum-5.4.1](https://github.com/truecharts/charts/compare/electrum-5.4.0...electrum-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [electrum-5.4.0](https://github.com/truecharts/charts/compare/electrum-5.3.0...electrum-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [electrum-5.3.0](https://github.com/truecharts/charts/compare/electrum-5.2.3...electrum-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [electrum-5.2.3](https://github.com/truecharts/charts/compare/electrum-5.2.2...electrum-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [electrum-5.2.2](https://github.com/truecharts/charts/compare/electrum-5.2.0...electrum-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/electrum/5.6.0/Chart.yaml b/stable/electrum/5.6.0/Chart.yaml
deleted file mode 100644
index d844cb09093..00000000000
--- a/stable/electrum/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
-home: https://truecharts.org/charts/stable/electrum
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png
-keywords:
- - electrum
- - Network-Other
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: electrum
-sources:
- - https://electrum.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/electrum
- - https://hub.docker.com/r/ich777/electrum
-type: application
-version: 5.6.0
diff --git a/stable/electrum/5.6.0/charts/common-20.1.5.tgz b/stable/electrum/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/electrum/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/emby-sync/5.6.0/.helmignore b/stable/electrum/5.7.3/.helmignore
similarity index 100%
rename from stable/emby-sync/5.6.0/.helmignore
rename to stable/electrum/5.7.3/.helmignore
diff --git a/stable/electrum/5.7.3/CHANGELOG.md b/stable/electrum/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..da79d693fc2
--- /dev/null
+++ b/stable/electrum/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [electrum-5.7.2](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/electrum/5.7.3/Chart.yaml b/stable/electrum/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ad769bce8ac
--- /dev/null
+++ b/stable/electrum/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
+home: https://truecharts.org/charts/stable/electrum
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png
+keywords:
+ - electrum
+ - Network-Other
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: electrum
+sources:
+ - https://electrum.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/electrum
+ - https://hub.docker.com/r/ich777/electrum
+type: application
+version: 5.7.3
diff --git a/stable/electrum/5.6.0/README.md b/stable/electrum/5.7.3/README.md
similarity index 100%
rename from stable/electrum/5.6.0/README.md
rename to stable/electrum/5.7.3/README.md
diff --git a/stable/electrum/5.7.3/app-changelog.md b/stable/electrum/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5dd5dccc1fb
--- /dev/null
+++ b/stable/electrum/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [electrum-5.7.3](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/electrum/5.6.0/app-readme.md b/stable/electrum/5.7.3/app-readme.md
similarity index 100%
rename from stable/electrum/5.6.0/app-readme.md
rename to stable/electrum/5.7.3/app-readme.md
diff --git a/stable/electrum/5.7.3/charts/common-20.2.4.tgz b/stable/electrum/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/electrum/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/electrum/5.6.0/ix_values.yaml b/stable/electrum/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/electrum/5.6.0/ix_values.yaml
rename to stable/electrum/5.7.3/ix_values.yaml
diff --git a/stable/electrum/5.6.0/questions.yaml b/stable/electrum/5.7.3/questions.yaml
similarity index 100%
rename from stable/electrum/5.6.0/questions.yaml
rename to stable/electrum/5.7.3/questions.yaml
diff --git a/stable/electrum/5.6.0/templates/common.yaml b/stable/electrum/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/electrum/5.6.0/templates/common.yaml
rename to stable/electrum/5.7.3/templates/common.yaml
diff --git a/stable/emby-sync/5.6.0/values.yaml b/stable/electrum/5.7.3/values.yaml
similarity index 100%
rename from stable/emby-sync/5.6.0/values.yaml
rename to stable/electrum/5.7.3/values.yaml
diff --git a/stable/emby-sync/5.6.0/CHANGELOG.md b/stable/emby-sync/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0371c6d8fef..00000000000
--- a/stable/emby-sync/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [emby-sync-5.6.0](https://github.com/truecharts/charts/compare/emby-sync-5.5.2...emby-sync-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [emby-sync-5.5.2](https://github.com/truecharts/charts/compare/emby-sync-5.5.1...emby-sync-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [emby-sync-5.5.1](https://github.com/truecharts/charts/compare/emby-sync-5.5.0...emby-sync-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [emby-sync-5.5.0](https://github.com/truecharts/charts/compare/emby-sync-5.4.1...emby-sync-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [emby-sync-5.4.1](https://github.com/truecharts/charts/compare/emby-sync-5.4.0...emby-sync-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [emby-sync-5.4.0](https://github.com/truecharts/charts/compare/emby-sync-5.3.0...emby-sync-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [emby-sync-5.3.0](https://github.com/truecharts/charts/compare/emby-sync-5.2.3...emby-sync-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [emby-sync-5.2.3](https://github.com/truecharts/charts/compare/emby-sync-5.2.2...emby-sync-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [emby-sync-5.2.2](https://github.com/truecharts/charts/compare/emby-sync-5.2.0...emby-sync-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/emby-sync/5.6.0/Chart.yaml b/stable/emby-sync/5.6.0/Chart.yaml
deleted file mode 100644
index a639374ddf1..00000000000
--- a/stable/emby-sync/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A small flask based service to sync up Emby clients
-home: https://truecharts.org/charts/stable/emby-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png
-keywords:
- - emby-sync
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: emby-sync
-sources:
- - https://github.com/cameronurnes/emby-sync
- - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync
- - https://hub.docker.com/r/lastelement21/emby-sync
-type: application
-version: 5.6.0
diff --git a/stable/emby-sync/5.6.0/charts/common-20.1.5.tgz b/stable/emby-sync/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/emby-sync/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/emby/18.6.0/.helmignore b/stable/emby-sync/5.7.3/.helmignore
similarity index 100%
rename from stable/emby/18.6.0/.helmignore
rename to stable/emby-sync/5.7.3/.helmignore
diff --git a/stable/emby-sync/5.7.3/CHANGELOG.md b/stable/emby-sync/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5992361aa56
--- /dev/null
+++ b/stable/emby-sync/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-sync-5.7.2](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/emby-sync/5.7.3/Chart.yaml b/stable/emby-sync/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..59405aff8f4
--- /dev/null
+++ b/stable/emby-sync/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A small flask based service to sync up Emby clients
+home: https://truecharts.org/charts/stable/emby-sync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png
+keywords:
+ - emby-sync
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: emby-sync
+sources:
+ - https://github.com/cameronurnes/emby-sync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync
+ - https://hub.docker.com/r/lastelement21/emby-sync
+type: application
+version: 5.7.3
diff --git a/stable/emby-sync/5.6.0/README.md b/stable/emby-sync/5.7.3/README.md
similarity index 100%
rename from stable/emby-sync/5.6.0/README.md
rename to stable/emby-sync/5.7.3/README.md
diff --git a/stable/emby-sync/5.7.3/app-changelog.md b/stable/emby-sync/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e393caecc85
--- /dev/null
+++ b/stable/emby-sync/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [emby-sync-5.7.3](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/emby-sync/5.6.0/app-readme.md b/stable/emby-sync/5.7.3/app-readme.md
similarity index 100%
rename from stable/emby-sync/5.6.0/app-readme.md
rename to stable/emby-sync/5.7.3/app-readme.md
diff --git a/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz b/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/emby-sync/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/emby-sync/5.6.0/ix_values.yaml b/stable/emby-sync/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/emby-sync/5.6.0/ix_values.yaml
rename to stable/emby-sync/5.7.3/ix_values.yaml
diff --git a/stable/emby-sync/5.6.0/questions.yaml b/stable/emby-sync/5.7.3/questions.yaml
similarity index 100%
rename from stable/emby-sync/5.6.0/questions.yaml
rename to stable/emby-sync/5.7.3/questions.yaml
diff --git a/stable/emby-sync/5.6.0/templates/common.yaml b/stable/emby-sync/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/emby-sync/5.6.0/templates/common.yaml
rename to stable/emby-sync/5.7.3/templates/common.yaml
diff --git a/stable/emby/18.6.0/values.yaml b/stable/emby-sync/5.7.3/values.yaml
similarity index 100%
rename from stable/emby/18.6.0/values.yaml
rename to stable/emby-sync/5.7.3/values.yaml
diff --git a/stable/emby/18.6.0/CHANGELOG.md b/stable/emby/18.6.0/CHANGELOG.md
deleted file mode 100644
index 7b23af0f145..00000000000
--- a/stable/emby/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [emby-18.6.0](https://github.com/truecharts/charts/compare/emby-18.5.2...emby-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [emby-18.5.2](https://github.com/truecharts/charts/compare/emby-18.5.1...emby-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [emby-18.5.1](https://github.com/truecharts/charts/compare/emby-18.5.0...emby-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [emby-18.5.0](https://github.com/truecharts/charts/compare/emby-18.4.1...emby-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [emby-18.4.1](https://github.com/truecharts/charts/compare/emby-18.4.0...emby-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [emby-18.4.0](https://github.com/truecharts/charts/compare/emby-18.3.0...emby-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [emby-18.3.0](https://github.com/truecharts/charts/compare/emby-18.2.4...emby-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [emby-18.2.4](https://github.com/truecharts/charts/compare/emby-18.2.3...emby-18.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [emby-18.2.3](https://github.com/truecharts/charts/compare/emby-18.2.1...emby-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/emby/18.6.0/Chart.yaml b/stable/emby/18.6.0/Chart.yaml
deleted file mode 100644
index 53c1951f314..00000000000
--- a/stable/emby/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.8.3.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Emby Server is a home media server
-home: https://truecharts.org/charts/stable/emby
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png
-keywords:
- - jellyfin
- - plex
- - emby
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: emby
-sources:
- - https://github.com/linuxserver/docker-emby.git
- - https://github.com/truecharts/charts/tree/master/charts/stable/emby
- - https://ghcr.io/geek-cookbook/emby
-type: application
-version: 18.6.0
diff --git a/stable/emby/18.6.0/charts/common-20.1.5.tgz b/stable/emby/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/emby/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/embystat/9.6.0/.helmignore b/stable/emby/18.7.3/.helmignore
similarity index 100%
rename from stable/embystat/9.6.0/.helmignore
rename to stable/emby/18.7.3/.helmignore
diff --git a/stable/emby/18.7.3/CHANGELOG.md b/stable/emby/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..081767ffbcb
--- /dev/null
+++ b/stable/emby/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emby-18.7.2](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/emby/18.7.3/Chart.yaml b/stable/emby/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..ae92d3a19c1
--- /dev/null
+++ b/stable/emby/18.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.8.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Emby Server is a home media server
+home: https://truecharts.org/charts/stable/emby
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png
+keywords:
+ - jellyfin
+ - plex
+ - emby
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: emby
+sources:
+ - https://github.com/linuxserver/docker-emby.git
+ - https://github.com/truecharts/charts/tree/master/charts/stable/emby
+ - https://ghcr.io/geek-cookbook/emby
+type: application
+version: 18.7.3
diff --git a/stable/emby/18.6.0/README.md b/stable/emby/18.7.3/README.md
similarity index 100%
rename from stable/emby/18.6.0/README.md
rename to stable/emby/18.7.3/README.md
diff --git a/stable/emby/18.7.3/app-changelog.md b/stable/emby/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..5a693591058
--- /dev/null
+++ b/stable/emby/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [emby-18.7.3](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/emby/18.6.0/app-readme.md b/stable/emby/18.7.3/app-readme.md
similarity index 100%
rename from stable/emby/18.6.0/app-readme.md
rename to stable/emby/18.7.3/app-readme.md
diff --git a/stable/emby/18.7.3/charts/common-20.2.4.tgz b/stable/emby/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/emby/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/emby/18.6.0/ix_values.yaml b/stable/emby/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/emby/18.6.0/ix_values.yaml
rename to stable/emby/18.7.3/ix_values.yaml
diff --git a/stable/emby/18.6.0/questions.yaml b/stable/emby/18.7.3/questions.yaml
similarity index 100%
rename from stable/emby/18.6.0/questions.yaml
rename to stable/emby/18.7.3/questions.yaml
diff --git a/stable/embystat/9.6.0/templates/NOTES.txt b/stable/emby/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/embystat/9.6.0/templates/NOTES.txt
rename to stable/emby/18.7.3/templates/NOTES.txt
diff --git a/stable/embystat/9.6.0/templates/common.yaml b/stable/emby/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/embystat/9.6.0/templates/common.yaml
rename to stable/emby/18.7.3/templates/common.yaml
diff --git a/stable/embystat/9.6.0/values.yaml b/stable/emby/18.7.3/values.yaml
similarity index 100%
rename from stable/embystat/9.6.0/values.yaml
rename to stable/emby/18.7.3/values.yaml
diff --git a/stable/embystat/9.6.0/CHANGELOG.md b/stable/embystat/9.6.0/CHANGELOG.md
deleted file mode 100644
index bcc7a1dd1bf..00000000000
--- a/stable/embystat/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [embystat-9.6.0](https://github.com/truecharts/charts/compare/embystat-9.5.2...embystat-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [embystat-9.5.2](https://github.com/truecharts/charts/compare/embystat-9.5.1...embystat-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [embystat-9.5.1](https://github.com/truecharts/charts/compare/embystat-9.5.0...embystat-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [embystat-9.5.0](https://github.com/truecharts/charts/compare/embystat-9.4.1...embystat-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [embystat-9.4.1](https://github.com/truecharts/charts/compare/embystat-9.4.0...embystat-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [embystat-9.4.0](https://github.com/truecharts/charts/compare/embystat-9.3.0...embystat-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [embystat-9.3.0](https://github.com/truecharts/charts/compare/embystat-9.2.3...embystat-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [embystat-9.2.3](https://github.com/truecharts/charts/compare/embystat-9.2.2...embystat-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [embystat-9.2.2](https://github.com/truecharts/charts/compare/embystat-9.2.0...embystat-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/embystat/9.6.0/Chart.yaml b/stable/embystat/9.6.0/Chart.yaml
deleted file mode 100644
index 9081f6f6b70..00000000000
--- a/stable/embystat/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server.
-home: https://truecharts.org/charts/stable/embystat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png
-keywords:
- - embystat
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: embystat
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/embystat
- - https://ghcr.io/linuxserver/embystat
-type: application
-version: 9.6.0
diff --git a/stable/embystat/9.6.0/charts/common-20.1.5.tgz b/stable/embystat/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/embystat/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/emulatorjs/9.6.0/.helmignore b/stable/embystat/9.7.3/.helmignore
similarity index 100%
rename from stable/emulatorjs/9.6.0/.helmignore
rename to stable/embystat/9.7.3/.helmignore
diff --git a/stable/embystat/9.7.3/CHANGELOG.md b/stable/embystat/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b95567a64de
--- /dev/null
+++ b/stable/embystat/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [embystat-9.7.2](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/embystat/9.7.3/Chart.yaml b/stable/embystat/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..e1644b7ae99
--- /dev/null
+++ b/stable/embystat/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server.
+home: https://truecharts.org/charts/stable/embystat
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png
+keywords:
+ - embystat
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: embystat
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/embystat
+ - https://ghcr.io/linuxserver/embystat
+type: application
+version: 9.7.3
diff --git a/stable/embystat/9.6.0/README.md b/stable/embystat/9.7.3/README.md
similarity index 100%
rename from stable/embystat/9.6.0/README.md
rename to stable/embystat/9.7.3/README.md
diff --git a/stable/embystat/9.7.3/app-changelog.md b/stable/embystat/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..ef9a2eb7238
--- /dev/null
+++ b/stable/embystat/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [embystat-9.7.3](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/embystat/9.6.0/app-readme.md b/stable/embystat/9.7.3/app-readme.md
similarity index 100%
rename from stable/embystat/9.6.0/app-readme.md
rename to stable/embystat/9.7.3/app-readme.md
diff --git a/stable/embystat/9.7.3/charts/common-20.2.4.tgz b/stable/embystat/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/embystat/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/embystat/9.6.0/ix_values.yaml b/stable/embystat/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/embystat/9.6.0/ix_values.yaml
rename to stable/embystat/9.7.3/ix_values.yaml
diff --git a/stable/embystat/9.6.0/questions.yaml b/stable/embystat/9.7.3/questions.yaml
similarity index 100%
rename from stable/embystat/9.6.0/questions.yaml
rename to stable/embystat/9.7.3/questions.yaml
diff --git a/stable/emulatorjs/9.6.0/templates/NOTES.txt b/stable/embystat/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/emulatorjs/9.6.0/templates/NOTES.txt
rename to stable/embystat/9.7.3/templates/NOTES.txt
diff --git a/stable/emulatorjs/9.6.0/templates/common.yaml b/stable/embystat/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/emulatorjs/9.6.0/templates/common.yaml
rename to stable/embystat/9.7.3/templates/common.yaml
diff --git a/stable/emulatorjs/9.6.0/values.yaml b/stable/embystat/9.7.3/values.yaml
similarity index 100%
rename from stable/emulatorjs/9.6.0/values.yaml
rename to stable/embystat/9.7.3/values.yaml
diff --git a/stable/emulatorjs/9.6.0/CHANGELOG.md b/stable/emulatorjs/9.6.0/CHANGELOG.md
deleted file mode 100644
index ce4f2d8dabf..00000000000
--- a/stable/emulatorjs/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [emulatorjs-9.6.0](https://github.com/truecharts/charts/compare/emulatorjs-9.5.2...emulatorjs-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [emulatorjs-9.5.2](https://github.com/truecharts/charts/compare/emulatorjs-9.5.1...emulatorjs-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [emulatorjs-9.5.1](https://github.com/truecharts/charts/compare/emulatorjs-9.5.0...emulatorjs-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [emulatorjs-9.5.0](https://github.com/truecharts/charts/compare/emulatorjs-9.4.2...emulatorjs-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [emulatorjs-9.4.2](https://github.com/truecharts/charts/compare/emulatorjs-9.4.1...emulatorjs-9.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/emulatorjs to 1.8.8[@2392b6c](https://github.com/2392b6c) by renovate ([#18997](https://github.com/truecharts/charts/issues/18997))
-
-
-## [emulatorjs-9.4.1](https://github.com/truecharts/charts/compare/emulatorjs-9.4.0...emulatorjs-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [emulatorjs-9.4.0](https://github.com/truecharts/charts/compare/emulatorjs-9.3.0...emulatorjs-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [emulatorjs-9.3.0](https://github.com/truecharts/charts/compare/emulatorjs-9.2.4...emulatorjs-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [emulatorjs-9.2.4](https://github.com/truecharts/charts/compare/emulatorjs-9.2.3...emulatorjs-9.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [emulatorjs-9.2.3](https://github.com/truecharts/charts/compare/emulatorjs-9.2.1...emulatorjs-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/emulatorjs/9.6.0/Chart.yaml b/stable/emulatorjs/9.6.0/Chart.yaml
deleted file mode 100644
index 99605720f6c..00000000000
--- a/stable/emulatorjs/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: emulator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.8.8
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
-home: https://truecharts.org/charts/stable/emulatorjs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png
-keywords:
- - emulatorjs
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: emulatorjs
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs
- - https://ghcr.io/linuxserver/emulatorjs
-type: application
-version: 9.6.0
diff --git a/stable/emulatorjs/9.6.0/charts/common-20.1.5.tgz b/stable/emulatorjs/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/emulatorjs/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/endlessh/9.6.0/.helmignore b/stable/emulatorjs/9.7.3/.helmignore
similarity index 100%
rename from stable/endlessh/9.6.0/.helmignore
rename to stable/emulatorjs/9.7.3/.helmignore
diff --git a/stable/emulatorjs/9.7.3/CHANGELOG.md b/stable/emulatorjs/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..566c6ec956c
--- /dev/null
+++ b/stable/emulatorjs/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [emulatorjs-9.7.2](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/emulatorjs/9.7.3/Chart.yaml b/stable/emulatorjs/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..02a3dee9e6c
--- /dev/null
+++ b/stable/emulatorjs/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: emulator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.8.8
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
+home: https://truecharts.org/charts/stable/emulatorjs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png
+keywords:
+ - emulatorjs
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: emulatorjs
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs
+ - https://ghcr.io/linuxserver/emulatorjs
+type: application
+version: 9.7.3
diff --git a/stable/emulatorjs/9.6.0/README.md b/stable/emulatorjs/9.7.3/README.md
similarity index 100%
rename from stable/emulatorjs/9.6.0/README.md
rename to stable/emulatorjs/9.7.3/README.md
diff --git a/stable/emulatorjs/9.7.3/app-changelog.md b/stable/emulatorjs/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..4f4de91be38
--- /dev/null
+++ b/stable/emulatorjs/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [emulatorjs-9.7.3](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/emulatorjs/9.6.0/app-readme.md b/stable/emulatorjs/9.7.3/app-readme.md
similarity index 100%
rename from stable/emulatorjs/9.6.0/app-readme.md
rename to stable/emulatorjs/9.7.3/app-readme.md
diff --git a/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz b/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/emulatorjs/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/emulatorjs/9.6.0/ix_values.yaml b/stable/emulatorjs/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/emulatorjs/9.6.0/ix_values.yaml
rename to stable/emulatorjs/9.7.3/ix_values.yaml
diff --git a/stable/emulatorjs/9.6.0/questions.yaml b/stable/emulatorjs/9.7.3/questions.yaml
similarity index 100%
rename from stable/emulatorjs/9.6.0/questions.yaml
rename to stable/emulatorjs/9.7.3/questions.yaml
diff --git a/stable/endlessh/9.6.0/templates/NOTES.txt b/stable/emulatorjs/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/endlessh/9.6.0/templates/NOTES.txt
rename to stable/emulatorjs/9.7.3/templates/NOTES.txt
diff --git a/stable/endlessh/9.6.0/templates/common.yaml b/stable/emulatorjs/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/endlessh/9.6.0/templates/common.yaml
rename to stable/emulatorjs/9.7.3/templates/common.yaml
diff --git a/stable/endlessh/9.6.0/values.yaml b/stable/emulatorjs/9.7.3/values.yaml
similarity index 100%
rename from stable/endlessh/9.6.0/values.yaml
rename to stable/emulatorjs/9.7.3/values.yaml
diff --git a/stable/endlessh/9.6.0/CHANGELOG.md b/stable/endlessh/9.6.0/CHANGELOG.md
deleted file mode 100644
index bba435de79b..00000000000
--- a/stable/endlessh/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [endlessh-9.6.0](https://github.com/truecharts/charts/compare/endlessh-9.5.2...endlessh-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [endlessh-9.5.2](https://github.com/truecharts/charts/compare/endlessh-9.5.1...endlessh-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [endlessh-9.5.1](https://github.com/truecharts/charts/compare/endlessh-9.5.0...endlessh-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [endlessh-9.5.0](https://github.com/truecharts/charts/compare/endlessh-9.4.1...endlessh-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [endlessh-9.4.1](https://github.com/truecharts/charts/compare/endlessh-9.4.0...endlessh-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [endlessh-9.4.0](https://github.com/truecharts/charts/compare/endlessh-9.3.0...endlessh-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [endlessh-9.3.0](https://github.com/truecharts/charts/compare/endlessh-9.2.3...endlessh-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [endlessh-9.2.3](https://github.com/truecharts/charts/compare/endlessh-9.2.2...endlessh-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [endlessh-9.2.2](https://github.com/truecharts/charts/compare/endlessh-9.2.0...endlessh-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/endlessh/9.6.0/Chart.yaml b/stable/endlessh/9.6.0/Chart.yaml
deleted file mode 100644
index e6198baaf54..00000000000
--- a/stable/endlessh/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.11.21
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
-home: https://truecharts.org/charts/stable/endlessh
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png
-keywords:
- - endlessh
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: endlessh
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh
- - https://ghcr.io/linuxserver/endlessh
-type: application
-version: 9.6.0
diff --git a/stable/endlessh/9.6.0/charts/common-20.1.5.tgz b/stable/endlessh/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/endlessh/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ersatztv/3.6.0/.helmignore b/stable/endlessh/9.7.3/.helmignore
similarity index 100%
rename from stable/ersatztv/3.6.0/.helmignore
rename to stable/endlessh/9.7.3/.helmignore
diff --git a/stable/endlessh/9.7.3/CHANGELOG.md b/stable/endlessh/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0e899a95b8a
--- /dev/null
+++ b/stable/endlessh/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [endlessh-9.7.2](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/endlessh/9.7.3/Chart.yaml b/stable/endlessh/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..0653cbf29f4
--- /dev/null
+++ b/stable/endlessh/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.11.21
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
+home: https://truecharts.org/charts/stable/endlessh
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png
+keywords:
+ - endlessh
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: endlessh
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh
+ - https://ghcr.io/linuxserver/endlessh
+type: application
+version: 9.7.3
diff --git a/stable/endlessh/9.6.0/README.md b/stable/endlessh/9.7.3/README.md
similarity index 100%
rename from stable/endlessh/9.6.0/README.md
rename to stable/endlessh/9.7.3/README.md
diff --git a/stable/endlessh/9.7.3/app-changelog.md b/stable/endlessh/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..73f1ea6ea20
--- /dev/null
+++ b/stable/endlessh/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [endlessh-9.7.3](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/endlessh/9.6.0/app-readme.md b/stable/endlessh/9.7.3/app-readme.md
similarity index 100%
rename from stable/endlessh/9.6.0/app-readme.md
rename to stable/endlessh/9.7.3/app-readme.md
diff --git a/stable/endlessh/9.7.3/charts/common-20.2.4.tgz b/stable/endlessh/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/endlessh/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/endlessh/9.6.0/ix_values.yaml b/stable/endlessh/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/endlessh/9.6.0/ix_values.yaml
rename to stable/endlessh/9.7.3/ix_values.yaml
diff --git a/stable/endlessh/9.6.0/questions.yaml b/stable/endlessh/9.7.3/questions.yaml
similarity index 100%
rename from stable/endlessh/9.6.0/questions.yaml
rename to stable/endlessh/9.7.3/questions.yaml
diff --git a/stable/esphome/19.7.0/templates/NOTES.txt b/stable/endlessh/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/esphome/19.7.0/templates/NOTES.txt
rename to stable/endlessh/9.7.3/templates/NOTES.txt
diff --git a/stable/ersatztv/3.6.0/templates/common.yaml b/stable/endlessh/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/ersatztv/3.6.0/templates/common.yaml
rename to stable/endlessh/9.7.3/templates/common.yaml
diff --git a/stable/ersatztv/3.6.0/values.yaml b/stable/endlessh/9.7.3/values.yaml
similarity index 100%
rename from stable/ersatztv/3.6.0/values.yaml
rename to stable/endlessh/9.7.3/values.yaml
diff --git a/stable/ersatztv/3.6.0/CHANGELOG.md b/stable/ersatztv/3.6.0/CHANGELOG.md
deleted file mode 100644
index 998b077aef1..00000000000
--- a/stable/ersatztv/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ersatztv-3.6.0](https://github.com/truecharts/charts/compare/ersatztv-3.5.2...ersatztv-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ersatztv-3.5.2](https://github.com/truecharts/charts/compare/ersatztv-3.5.1...ersatztv-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ersatztv-3.5.1](https://github.com/truecharts/charts/compare/ersatztv-3.5.0...ersatztv-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ersatztv-3.5.0](https://github.com/truecharts/charts/compare/ersatztv-3.4.1...ersatztv-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ersatztv-3.4.1](https://github.com/truecharts/charts/compare/ersatztv-3.4.0...ersatztv-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ersatztv-3.4.0](https://github.com/truecharts/charts/compare/ersatztv-3.3.0...ersatztv-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ersatztv-3.3.0](https://github.com/truecharts/charts/compare/ersatztv-3.2.3...ersatztv-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ersatztv-3.2.3](https://github.com/truecharts/charts/compare/ersatztv-3.2.2...ersatztv-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ersatztv-3.2.2](https://github.com/truecharts/charts/compare/ersatztv-3.2.0...ersatztv-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ersatztv/3.6.0/Chart.yaml b/stable/ersatztv/3.6.0/Chart.yaml
deleted file mode 100644
index b3fc8305ef7..00000000000
--- a/stable/ersatztv/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.5
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ErsatzTV configuring and streaming custom live channels using your media library.
-home: https://truecharts.org/charts/stable/ersatztv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png
-keywords:
- - ersatztv
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ersatztv
-sources:
- - https://github.com/jasongdove/ErsatzTV
- - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv
- - https://hub.docker.com/r/jasongdove/ersatztv
-type: application
-version: 3.6.0
diff --git a/stable/ersatztv/3.6.0/charts/common-20.1.5.tgz b/stable/ersatztv/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ersatztv/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/esphome/19.7.0/.helmignore b/stable/ersatztv/3.7.3/.helmignore
similarity index 100%
rename from stable/esphome/19.7.0/.helmignore
rename to stable/ersatztv/3.7.3/.helmignore
diff --git a/stable/ersatztv/3.7.3/CHANGELOG.md b/stable/ersatztv/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f043b058f96
--- /dev/null
+++ b/stable/ersatztv/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ersatztv-3.7.2](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ersatztv/3.7.3/Chart.yaml b/stable/ersatztv/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..06ef994478e
--- /dev/null
+++ b/stable/ersatztv/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.5
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ErsatzTV configuring and streaming custom live channels using your media library.
+home: https://truecharts.org/charts/stable/ersatztv
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.png
+keywords:
+ - ersatztv
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ersatztv
+sources:
+ - https://github.com/jasongdove/ErsatzTV
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv
+ - https://hub.docker.com/r/jasongdove/ersatztv
+type: application
+version: 3.7.3
diff --git a/stable/ersatztv/3.6.0/README.md b/stable/ersatztv/3.7.3/README.md
similarity index 100%
rename from stable/ersatztv/3.6.0/README.md
rename to stable/ersatztv/3.7.3/README.md
diff --git a/stable/ersatztv/3.7.3/app-changelog.md b/stable/ersatztv/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..dc25fd47d02
--- /dev/null
+++ b/stable/ersatztv/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ersatztv-3.7.3](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ersatztv/3.6.0/app-readme.md b/stable/ersatztv/3.7.3/app-readme.md
similarity index 100%
rename from stable/ersatztv/3.6.0/app-readme.md
rename to stable/ersatztv/3.7.3/app-readme.md
diff --git a/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz b/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ersatztv/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ersatztv/3.6.0/ix_values.yaml b/stable/ersatztv/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/ersatztv/3.6.0/ix_values.yaml
rename to stable/ersatztv/3.7.3/ix_values.yaml
diff --git a/stable/ersatztv/3.6.0/questions.yaml b/stable/ersatztv/3.7.3/questions.yaml
similarity index 100%
rename from stable/ersatztv/3.6.0/questions.yaml
rename to stable/ersatztv/3.7.3/questions.yaml
diff --git a/stable/esphome/19.7.0/templates/common.yaml b/stable/ersatztv/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/esphome/19.7.0/templates/common.yaml
rename to stable/ersatztv/3.7.3/templates/common.yaml
diff --git a/stable/esphome/19.7.0/values.yaml b/stable/ersatztv/3.7.3/values.yaml
similarity index 100%
rename from stable/esphome/19.7.0/values.yaml
rename to stable/ersatztv/3.7.3/values.yaml
diff --git a/stable/esphome/19.7.0/CHANGELOG.md b/stable/esphome/19.7.0/CHANGELOG.md
deleted file mode 100644
index f3d41d57e28..00000000000
--- a/stable/esphome/19.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/esphome/19.7.0/Chart.yaml b/stable/esphome/19.7.0/Chart.yaml
deleted file mode 100644
index 15f1c238a05..00000000000
--- a/stable/esphome/19.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.2.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-home: https://truecharts.org/charts/stable/esphome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
-keywords:
- - esphome
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: esphome
-sources:
- - https://github.com/esphome/esphome
- - https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- - https://hub.docker.com/r/esphome/esphome
-type: application
-version: 19.7.0
diff --git a/stable/esphome/19.7.0/app-changelog.md b/stable/esphome/19.7.0/app-changelog.md
deleted file mode 100644
index 6f24ef5c94a..00000000000
--- a/stable/esphome/19.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [esphome-19.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/esphome/19.7.0/charts/common-20.2.0.tgz b/stable/esphome/19.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/esphome/19.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/esphome/19.7.0/ix_values.yaml b/stable/esphome/19.7.0/ix_values.yaml
deleted file mode 100644
index e1b0c77f2ba..00000000000
--- a/stable/esphome/19.7.0/ix_values.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-image:
- repository: esphome/esphome
- pullPolicy: IfNotPresent
- tag: 2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- privileged: true
- allowPrivilegeEscalation: true
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 6052
- targetPort: 6052
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env:
- ESPHOME_DASHBOARD_USE_PING: false
- ESPHOME_DASHBOARD_RELATIVE_URL: /
- # ESPHOME_QUICKWIZARD:
- # ESPHOME_IS_HASSIO:
- # DISABLE_HA_AUTHENTICATION:
- # USERNAME:
- # PASSWORD:
-persistence:
- config:
- enabled: true
- mountPath: /config
- platformio:
- enabled: true
- mountPath: /.platformio
-portal:
- open:
- enabled: true
diff --git a/stable/etesync/9.7.0/.helmignore b/stable/esphome/19.8.2/.helmignore
similarity index 100%
rename from stable/etesync/9.7.0/.helmignore
rename to stable/esphome/19.8.2/.helmignore
diff --git a/stable/esphome/19.8.2/CHANGELOG.md b/stable/esphome/19.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..fddd798477f
--- /dev/null
+++ b/stable/esphome/19.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [esphome-19.8.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [esphome-19.8.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [esphome-19.8.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [esphome-19.8.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [esphome-19.8.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/esphome/19.8.2/Chart.yaml b/stable/esphome/19.8.2/Chart.yaml
new file mode 100644
index 00000000000..1680aa66037
--- /dev/null
+++ b/stable/esphome/19.8.2/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
+home: https://truecharts.org/charts/stable/esphome
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
+keywords:
+ - esphome
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: esphome
+sources:
+ - https://github.com/esphome/esphome
+ - https://github.com/truecharts/charts/tree/master/charts/stable/esphome
+ - https://hub.docker.com/r/esphome/esphome
+type: application
+version: 19.8.2
diff --git a/stable/esphome/19.7.0/README.md b/stable/esphome/19.8.2/README.md
similarity index 100%
rename from stable/esphome/19.7.0/README.md
rename to stable/esphome/19.8.2/README.md
diff --git a/stable/esphome/19.8.2/app-changelog.md b/stable/esphome/19.8.2/app-changelog.md
new file mode 100644
index 00000000000..71bc3e50224
--- /dev/null
+++ b/stable/esphome/19.8.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [esphome-19.8.2](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image esphome/esphome to v2024.3.0[@9ab8cc8](https://github.com/9ab8cc8) by renovate ([#19537](https://github.com/truecharts/charts/issues/19537))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/esphome/19.7.0/app-readme.md b/stable/esphome/19.8.2/app-readme.md
similarity index 100%
rename from stable/esphome/19.7.0/app-readme.md
rename to stable/esphome/19.8.2/app-readme.md
diff --git a/stable/esphome/19.8.2/charts/common-20.2.4.tgz b/stable/esphome/19.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/esphome/19.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/esphome/19.8.2/ix_values.yaml b/stable/esphome/19.8.2/ix_values.yaml
new file mode 100644
index 00000000000..6eea7feddbf
--- /dev/null
+++ b/stable/esphome/19.8.2/ix_values.yaml
@@ -0,0 +1,51 @@
+image:
+ repository: esphome/esphome
+ pullPolicy: IfNotPresent
+ tag: 2024.3.0@sha256:9ab8cc88b28ce434c5f93a93d87b7703df93cfae2679abb34c7605dc03b24567
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ privileged: true
+ allowPrivilegeEscalation: true
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 6052
+ targetPort: 6052
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env:
+ ESPHOME_DASHBOARD_USE_PING: false
+ ESPHOME_DASHBOARD_RELATIVE_URL: /
+ # ESPHOME_QUICKWIZARD:
+ # ESPHOME_IS_HASSIO:
+ # DISABLE_HA_AUTHENTICATION:
+ # USERNAME:
+ # PASSWORD:
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ platformio:
+ enabled: true
+ mountPath: /.platformio
+portal:
+ open:
+ enabled: true
diff --git a/stable/esphome/19.7.0/questions.yaml b/stable/esphome/19.8.2/questions.yaml
similarity index 100%
rename from stable/esphome/19.7.0/questions.yaml
rename to stable/esphome/19.8.2/questions.yaml
diff --git a/stable/etherpad/16.6.0/templates/NOTES.txt b/stable/esphome/19.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/etherpad/16.6.0/templates/NOTES.txt
rename to stable/esphome/19.8.2/templates/NOTES.txt
diff --git a/stable/etherpad/16.6.0/templates/common.yaml b/stable/esphome/19.8.2/templates/common.yaml
similarity index 100%
rename from stable/etherpad/16.6.0/templates/common.yaml
rename to stable/esphome/19.8.2/templates/common.yaml
diff --git a/stable/etesync/9.7.0/values.yaml b/stable/esphome/19.8.2/values.yaml
similarity index 100%
rename from stable/etesync/9.7.0/values.yaml
rename to stable/esphome/19.8.2/values.yaml
diff --git a/stable/etesync/9.7.0/CHANGELOG.md b/stable/etesync/9.7.0/CHANGELOG.md
deleted file mode 100644
index 23f02ee798e..00000000000
--- a/stable/etesync/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
diff --git a/stable/etesync/9.7.0/Chart.yaml b/stable/etesync/9.7.0/Chart.yaml
deleted file mode 100644
index fc082e8a462..00000000000
--- a/stable/etesync/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.11.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
-home: https://truecharts.org/charts/stable/etesync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png
-keywords:
- - etesync
- - sync
- - contacts
- - calendars
- - tasks
- - notes
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: etesync
-sources:
- - https://github.com/victor-rds/docker-etebase
- - https://www.etesync.com/
- - https://github.com/etesync
- - https://github.com/truecharts/charts/tree/master/charts/stable/etesync
- - https://hub.docker.com/r/victorrds/etesync
-type: application
-version: 9.7.0
diff --git a/stable/etesync/9.7.0/app-changelog.md b/stable/etesync/9.7.0/app-changelog.md
deleted file mode 100644
index 72938345147..00000000000
--- a/stable/etesync/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [etesync-9.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/etesync/9.7.0/charts/common-20.2.0.tgz b/stable/etesync/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/etesync/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/etesync/9.7.0/charts/redis-13.0.5.tgz b/stable/etesync/9.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/etesync/9.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/etesync/9.7.0/questions.yaml b/stable/etesync/9.7.0/questions.yaml
deleted file mode 100755
index e0d5dc01be5..00000000000
--- a/stable/etesync/9.7.0/questions.yaml
+++ /dev/null
@@ -1,3346 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/"
- admin:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/admin/"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: REGEN_INI
- label: "Always recreate Config"
- description: "This ensures that everytime you restart the program it recreates the config file"
- schema:
- type: boolean
- default: true
- - variable: ALLOWED_HOSTS
- label: "ALLOWED_HOSTS"
- description: "Must be a valid domain or * (* is not recommended for production)"
- schema:
- type: string
- default: "localhost"
- required: true
- - variable: AUTO_SIGNUP
- label: "AUTO_SIGNUP"
- description: "Enable automatic signup"
- schema:
- type: boolean
- default: false
- - variable: LANGUAGE_CODE
- label: "LANGUAGE_CODE"
- description: "Django language code"
- schema:
- type: string
- default: "en-us"
- required: true
- - variable: DEBUG
- label: "DEBUG"
- description: "Output additional messages from `/entrypoint.sh`. It doesn't change the output of the Etebase server."
- schema:
- type: boolean
- default: false
- - variable: SHELL_DEBUG
- label: "SHELL_DEBUG"
- description: "Run `/entrypoint.sh` with `set -x`"
- schema:
- type: boolean
- default: false
- - variable: DEBUG_DJANGO
- label: "DEBUG_DJANGO"
- description: "Enable Django debug mode (not recommended for production)"
- schema:
- type: boolean
- default: false
- - variable: SUPER_USER
- label: "SUPER_USER"
- description: "Username of the Django superuser (First Install Only)"
- schema:
- type: string
- default: "admin"
- required: true
- - variable: SUPER_PASS
- label: "SUPER_PASS"
- description: "Password of the Django superuser (First Install Only). Will be generated if left unset."
- schema:
- type: string
- default: ""
- private: true
- - variable: SUPER_EMAIL
- label: "SUPER_EMAIL"
- description: "Email of the Django superuser (First Install Only)"
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10254
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: app
- label: "App Storage"
- description: "This is the volume where all user data and server configuration is located."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 373
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 373
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 373
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/ethercalc/5.6.0/.helmignore b/stable/etesync/9.8.2/.helmignore
similarity index 100%
rename from stable/ethercalc/5.6.0/.helmignore
rename to stable/etesync/9.8.2/.helmignore
diff --git a/stable/etesync/9.8.2/CHANGELOG.md b/stable/etesync/9.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..817c580ef19
--- /dev/null
+++ b/stable/etesync/9.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [etesync-9.8.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [etesync-9.8.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [etesync-9.8.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [etesync-9.8.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [etesync-9.8.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/etesync/9.8.2/Chart.yaml b/stable/etesync/9.8.2/Chart.yaml
new file mode 100644
index 00000000000..adee7ddfec4
--- /dev/null
+++ b/stable/etesync/9.8.2/Chart.yaml
@@ -0,0 +1,50 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.11.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
+home: https://truecharts.org/charts/stable/etesync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png
+keywords:
+ - etesync
+ - sync
+ - contacts
+ - calendars
+ - tasks
+ - notes
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: etesync
+sources:
+ - https://github.com/victor-rds/docker-etebase
+ - https://www.etesync.com/
+ - https://github.com/etesync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/etesync
+ - https://hub.docker.com/r/victorrds/etesync
+type: application
+version: 9.8.2
diff --git a/stable/etesync/9.7.0/README.md b/stable/etesync/9.8.2/README.md
similarity index 100%
rename from stable/etesync/9.7.0/README.md
rename to stable/etesync/9.8.2/README.md
diff --git a/stable/etesync/9.8.2/app-changelog.md b/stable/etesync/9.8.2/app-changelog.md
new file mode 100644
index 00000000000..ccc3ed983a6
--- /dev/null
+++ b/stable/etesync/9.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [etesync-9.8.2](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/etesync/9.7.0/app-readme.md b/stable/etesync/9.8.2/app-readme.md
similarity index 100%
rename from stable/etesync/9.7.0/app-readme.md
rename to stable/etesync/9.8.2/app-readme.md
diff --git a/stable/etesync/9.8.2/charts/common-20.2.4.tgz b/stable/etesync/9.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/etesync/9.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/etesync/9.8.2/charts/redis-13.2.2.tgz b/stable/etesync/9.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/etesync/9.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/etesync/9.7.0/ix_values.yaml b/stable/etesync/9.8.2/ix_values.yaml
similarity index 100%
rename from stable/etesync/9.7.0/ix_values.yaml
rename to stable/etesync/9.8.2/ix_values.yaml
diff --git a/stable/etesync/9.8.2/questions.yaml b/stable/etesync/9.8.2/questions.yaml
new file mode 100755
index 00000000000..9d4d926474e
--- /dev/null
+++ b/stable/etesync/9.8.2/questions.yaml
@@ -0,0 +1,3348 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/"
+ admin:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/admin/"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: REGEN_INI
+ label: "Always recreate Config"
+ description: "This ensures that everytime you restart the program it recreates the config file"
+ schema:
+ type: boolean
+ default: true
+ - variable: ALLOWED_HOSTS
+ label: "ALLOWED_HOSTS"
+ description: "Must be a valid domain or * (* is not recommended for production)"
+ schema:
+ type: string
+ default: "localhost"
+ required: true
+ - variable: AUTO_SIGNUP
+ label: "AUTO_SIGNUP"
+ description: "Enable automatic signup"
+ schema:
+ type: boolean
+ default: false
+ - variable: LANGUAGE_CODE
+ label: "LANGUAGE_CODE"
+ description: "Django language code"
+ schema:
+ type: string
+ default: "en-us"
+ required: true
+ - variable: DEBUG
+ label: "DEBUG"
+ description: "Output additional messages from `/entrypoint.sh`. It doesn't change the output of the Etebase server."
+ schema:
+ type: boolean
+ default: false
+ - variable: SHELL_DEBUG
+ label: "SHELL_DEBUG"
+ description: "Run `/entrypoint.sh` with `set -x`"
+ schema:
+ type: boolean
+ default: false
+ - variable: DEBUG_DJANGO
+ label: "DEBUG_DJANGO"
+ description: "Enable Django debug mode (not recommended for production)"
+ schema:
+ type: boolean
+ default: false
+ - variable: SUPER_USER
+ label: "SUPER_USER"
+ description: "Username of the Django superuser (First Install Only)"
+ schema:
+ type: string
+ default: "admin"
+ required: true
+ - variable: SUPER_PASS
+ label: "SUPER_PASS"
+ description: "Password of the Django superuser (First Install Only). Will be generated if left unset."
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: SUPER_EMAIL
+ label: "SUPER_EMAIL"
+ description: "Email of the Django superuser (First Install Only)"
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10254
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: app
+ label: "App Storage"
+ description: "This is the volume where all user data and server configuration is located."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 373
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 373
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 373
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/etesync/9.7.0/templates/_secret.tpl b/stable/etesync/9.8.2/templates/_secret.tpl
similarity index 100%
rename from stable/etesync/9.7.0/templates/_secret.tpl
rename to stable/etesync/9.8.2/templates/_secret.tpl
diff --git a/stable/etesync/9.7.0/templates/common.yaml b/stable/etesync/9.8.2/templates/common.yaml
similarity index 100%
rename from stable/etesync/9.7.0/templates/common.yaml
rename to stable/etesync/9.8.2/templates/common.yaml
diff --git a/stable/ethercalc/5.6.0/values.yaml b/stable/etesync/9.8.2/values.yaml
similarity index 100%
rename from stable/ethercalc/5.6.0/values.yaml
rename to stable/etesync/9.8.2/values.yaml
diff --git a/stable/ethercalc/5.6.0/CHANGELOG.md b/stable/ethercalc/5.6.0/CHANGELOG.md
deleted file mode 100644
index ff10f2dddae..00000000000
--- a/stable/ethercalc/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ethercalc-5.6.0](https://github.com/truecharts/charts/compare/ethercalc-5.5.2...ethercalc-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ethercalc-5.5.2](https://github.com/truecharts/charts/compare/ethercalc-5.5.1...ethercalc-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ethercalc-5.5.1](https://github.com/truecharts/charts/compare/ethercalc-5.5.0...ethercalc-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ethercalc-5.5.0](https://github.com/truecharts/charts/compare/ethercalc-5.4.1...ethercalc-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ethercalc-5.4.1](https://github.com/truecharts/charts/compare/ethercalc-5.4.0...ethercalc-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ethercalc-5.4.0](https://github.com/truecharts/charts/compare/ethercalc-5.3.0...ethercalc-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ethercalc-5.3.0](https://github.com/truecharts/charts/compare/ethercalc-5.2.3...ethercalc-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ethercalc-5.2.3](https://github.com/truecharts/charts/compare/ethercalc-5.2.2...ethercalc-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ethercalc-5.2.2](https://github.com/truecharts/charts/compare/ethercalc-5.2.0...ethercalc-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ethercalc/5.6.0/Chart.yaml b/stable/ethercalc/5.6.0/Chart.yaml
deleted file mode 100644
index 8bf584ad006..00000000000
--- a/stable/ethercalc/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: EtherCalc is a web spreadsheet.
-home: https://truecharts.org/charts/stable/ethercalc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png
-keywords:
- - ethercalc
- - Cloud
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ethercalc
-sources:
- - https://github.com/audreyt/ethercalc
- - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc
- - https://hub.docker.com/r/audreyt/ethercalc
-type: application
-version: 5.6.0
diff --git a/stable/ethercalc/5.6.0/charts/common-20.1.5.tgz b/stable/ethercalc/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ethercalc/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/etherpad/16.6.0/.helmignore b/stable/ethercalc/5.7.3/.helmignore
similarity index 100%
rename from stable/etherpad/16.6.0/.helmignore
rename to stable/ethercalc/5.7.3/.helmignore
diff --git a/stable/ethercalc/5.7.3/CHANGELOG.md b/stable/ethercalc/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f3a9897c553
--- /dev/null
+++ b/stable/ethercalc/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ethercalc-5.7.2](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ethercalc/5.7.3/Chart.yaml b/stable/ethercalc/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..40760c631b9
--- /dev/null
+++ b/stable/ethercalc/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: EtherCalc is a web spreadsheet.
+home: https://truecharts.org/charts/stable/ethercalc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png
+keywords:
+ - ethercalc
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ethercalc
+sources:
+ - https://github.com/audreyt/ethercalc
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc
+ - https://hub.docker.com/r/audreyt/ethercalc
+type: application
+version: 5.7.3
diff --git a/stable/ethercalc/5.6.0/README.md b/stable/ethercalc/5.7.3/README.md
similarity index 100%
rename from stable/ethercalc/5.6.0/README.md
rename to stable/ethercalc/5.7.3/README.md
diff --git a/stable/ethercalc/5.7.3/app-changelog.md b/stable/ethercalc/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6350a517d15
--- /dev/null
+++ b/stable/ethercalc/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ethercalc-5.7.3](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ethercalc/5.6.0/app-readme.md b/stable/ethercalc/5.7.3/app-readme.md
similarity index 100%
rename from stable/ethercalc/5.6.0/app-readme.md
rename to stable/ethercalc/5.7.3/app-readme.md
diff --git a/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz b/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ethercalc/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ethercalc/5.6.0/ix_values.yaml b/stable/ethercalc/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/ethercalc/5.6.0/ix_values.yaml
rename to stable/ethercalc/5.7.3/ix_values.yaml
diff --git a/stable/ethercalc/5.6.0/questions.yaml b/stable/ethercalc/5.7.3/questions.yaml
similarity index 100%
rename from stable/ethercalc/5.6.0/questions.yaml
rename to stable/ethercalc/5.7.3/questions.yaml
diff --git a/stable/ethercalc/5.6.0/templates/common.yaml b/stable/ethercalc/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/ethercalc/5.6.0/templates/common.yaml
rename to stable/ethercalc/5.7.3/templates/common.yaml
diff --git a/stable/etherpad/16.6.0/values.yaml b/stable/ethercalc/5.7.3/values.yaml
similarity index 100%
rename from stable/etherpad/16.6.0/values.yaml
rename to stable/ethercalc/5.7.3/values.yaml
diff --git a/stable/etherpad/16.6.0/CHANGELOG.md b/stable/etherpad/16.6.0/CHANGELOG.md
deleted file mode 100644
index 01b56884549..00000000000
--- a/stable/etherpad/16.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [etherpad-16.6.0](https://github.com/truecharts/charts/compare/etherpad-16.5.2...etherpad-16.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [etherpad-16.5.2](https://github.com/truecharts/charts/compare/etherpad-16.5.1...etherpad-16.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [etherpad-16.5.1](https://github.com/truecharts/charts/compare/etherpad-16.5.0...etherpad-16.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [etherpad-16.5.0](https://github.com/truecharts/charts/compare/etherpad-16.4.1...etherpad-16.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [etherpad-16.4.1](https://github.com/truecharts/charts/compare/etherpad-16.4.0...etherpad-16.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [etherpad-16.4.0](https://github.com/truecharts/charts/compare/etherpad-16.3.0...etherpad-16.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [etherpad-16.3.0](https://github.com/truecharts/charts/compare/etherpad-16.2.3...etherpad-16.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [etherpad-16.2.3](https://github.com/truecharts/charts/compare/etherpad-16.2.2...etherpad-16.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [etherpad-16.2.2](https://github.com/truecharts/charts/compare/etherpad-16.2.0...etherpad-16.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/etherpad/16.6.0/Chart.yaml b/stable/etherpad/16.6.0/Chart.yaml
deleted file mode 100644
index c604ddee7f7..00000000000
--- a/stable/etherpad/16.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.8.14
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
-home: https://truecharts.org/charts/stable/etherpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png
-keywords:
- - etherpad
- - editor
- - notepad
- - pad
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: etherpad
-sources:
- - https://etherpad.org/
- - https://github.com/ether/etherpad-lite
- - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad
- - https://ghcr.io/nicholaswilde/etherpad
-type: application
-version: 16.6.0
diff --git a/stable/etherpad/16.6.0/charts/common-20.1.5.tgz b/stable/etherpad/16.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/etherpad/16.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/etherpad/16.6.0/questions.yaml b/stable/etherpad/16.6.0/questions.yaml
deleted file mode 100755
index 1ea81781d7c..00000000000
--- a/stable/etherpad/16.6.0/questions.yaml
+++ /dev/null
@@ -1,3579 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ADMIN_PASSWORD
- label: "Admin Password"
- description: "The password for the admin user (leave unspecified if you do not want to create it)"
- schema:
- type: string
- private: true
- default: ""
- - variable: USER_PASSWORD
- label: "User Password"
- description: "The password for the first user user (leave unspecified if you do not want to create it)"
- schema:
- type: string
- private: true
- default: ""
- - variable: TITLE
- label: "Title"
- description: "The name of the instance"
- schema:
- type: string
- default: "Etherpad"
- - variable: FAVICON
- label: "Favicon"
- description: "Favicon default name, or a fully specified URL to your own favicon"
- schema:
- type: string
- default: "favicon.ico"
- - variable: DEFAULT_PAD_TEXT
- label: "Default Pad Text"
- description: "The default text of a pad"
- schema:
- type: string
- default: "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10060
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: app
- label: "App Storage"
- description: "Stores the Application."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/explainshell/5.6.0/.helmignore b/stable/etherpad/16.7.3/.helmignore
similarity index 100%
rename from stable/explainshell/5.6.0/.helmignore
rename to stable/etherpad/16.7.3/.helmignore
diff --git a/stable/etherpad/16.7.3/CHANGELOG.md b/stable/etherpad/16.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4e02b5b64c4
--- /dev/null
+++ b/stable/etherpad/16.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [etherpad-16.7.2](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/etherpad/16.7.3/Chart.yaml b/stable/etherpad/16.7.3/Chart.yaml
new file mode 100644
index 00000000000..ff2348fafc4
--- /dev/null
+++ b/stable/etherpad/16.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.8.14
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
+home: https://truecharts.org/charts/stable/etherpad
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png
+keywords:
+ - etherpad
+ - editor
+ - notepad
+ - pad
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: etherpad
+sources:
+ - https://etherpad.org/
+ - https://github.com/ether/etherpad-lite
+ - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad
+ - https://ghcr.io/nicholaswilde/etherpad
+type: application
+version: 16.7.3
diff --git a/stable/etherpad/16.6.0/README.md b/stable/etherpad/16.7.3/README.md
similarity index 100%
rename from stable/etherpad/16.6.0/README.md
rename to stable/etherpad/16.7.3/README.md
diff --git a/stable/etherpad/16.7.3/app-changelog.md b/stable/etherpad/16.7.3/app-changelog.md
new file mode 100644
index 00000000000..c178168b4c4
--- /dev/null
+++ b/stable/etherpad/16.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [etherpad-16.7.3](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/etherpad/16.6.0/app-readme.md b/stable/etherpad/16.7.3/app-readme.md
similarity index 100%
rename from stable/etherpad/16.6.0/app-readme.md
rename to stable/etherpad/16.7.3/app-readme.md
diff --git a/stable/etherpad/16.7.3/charts/common-20.2.4.tgz b/stable/etherpad/16.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/etherpad/16.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/etherpad/16.6.0/ix_values.yaml b/stable/etherpad/16.7.3/ix_values.yaml
similarity index 100%
rename from stable/etherpad/16.6.0/ix_values.yaml
rename to stable/etherpad/16.7.3/ix_values.yaml
diff --git a/stable/etherpad/16.7.3/questions.yaml b/stable/etherpad/16.7.3/questions.yaml
new file mode 100755
index 00000000000..27028635b73
--- /dev/null
+++ b/stable/etherpad/16.7.3/questions.yaml
@@ -0,0 +1,3581 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ADMIN_PASSWORD
+ label: "Admin Password"
+ description: "The password for the admin user (leave unspecified if you do not want to create it)"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: USER_PASSWORD
+ label: "User Password"
+ description: "The password for the first user user (leave unspecified if you do not want to create it)"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: TITLE
+ label: "Title"
+ description: "The name of the instance"
+ schema:
+ type: string
+ default: "Etherpad"
+ - variable: FAVICON
+ label: "Favicon"
+ description: "Favicon default name, or a fully specified URL to your own favicon"
+ schema:
+ type: string
+ default: "favicon.ico"
+ - variable: DEFAULT_PAD_TEXT
+ label: "Default Pad Text"
+ description: "The default text of a pad"
+ schema:
+ type: string
+ default: "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10060
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: app
+ label: "App Storage"
+ description: "Stores the Application."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/external-dns/4.7.0/templates/NOTES.txt b/stable/etherpad/16.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/external-dns/4.7.0/templates/NOTES.txt
rename to stable/etherpad/16.7.3/templates/NOTES.txt
diff --git a/stable/external-service/13.6.0/templates/common.yaml b/stable/etherpad/16.7.3/templates/common.yaml
similarity index 100%
rename from stable/external-service/13.6.0/templates/common.yaml
rename to stable/etherpad/16.7.3/templates/common.yaml
diff --git a/stable/explainshell/5.6.0/values.yaml b/stable/etherpad/16.7.3/values.yaml
similarity index 100%
rename from stable/explainshell/5.6.0/values.yaml
rename to stable/etherpad/16.7.3/values.yaml
diff --git a/stable/explainshell/5.6.0/CHANGELOG.md b/stable/explainshell/5.6.0/CHANGELOG.md
deleted file mode 100644
index ebab0ece62d..00000000000
--- a/stable/explainshell/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [explainshell-5.6.0](https://github.com/truecharts/charts/compare/explainshell-5.5.2...explainshell-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [explainshell-5.5.2](https://github.com/truecharts/charts/compare/explainshell-5.5.1...explainshell-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [explainshell-5.5.1](https://github.com/truecharts/charts/compare/explainshell-5.5.0...explainshell-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [explainshell-5.5.0](https://github.com/truecharts/charts/compare/explainshell-5.4.1...explainshell-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [explainshell-5.4.1](https://github.com/truecharts/charts/compare/explainshell-5.4.0...explainshell-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [explainshell-5.4.0](https://github.com/truecharts/charts/compare/explainshell-5.3.0...explainshell-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [explainshell-5.3.0](https://github.com/truecharts/charts/compare/explainshell-5.2.3...explainshell-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [explainshell-5.2.3](https://github.com/truecharts/charts/compare/explainshell-5.2.2...explainshell-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [explainshell-5.2.2](https://github.com/truecharts/charts/compare/explainshell-5.2.0...explainshell-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/explainshell/5.6.0/Chart.yaml b/stable/explainshell/5.6.0/Chart.yaml
deleted file mode 100644
index ae0c0a42232..00000000000
--- a/stable/explainshell/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do.
-home: https://truecharts.org/charts/stable/explainshell
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png
-keywords:
- - explainshell
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: explainshell
-sources:
- - https://github.com/idank/explainshell
- - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell
- - https://hub.docker.com/r/spaceinvaderone/explainshell
-type: application
-version: 5.6.0
diff --git a/stable/explainshell/5.6.0/charts/common-20.1.5.tgz b/stable/explainshell/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/explainshell/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/external-dns/4.7.0/.helmignore b/stable/explainshell/5.7.3/.helmignore
similarity index 100%
rename from stable/external-dns/4.7.0/.helmignore
rename to stable/explainshell/5.7.3/.helmignore
diff --git a/stable/explainshell/5.7.3/CHANGELOG.md b/stable/explainshell/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e23ec6d56af
--- /dev/null
+++ b/stable/explainshell/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [explainshell-5.7.2](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/explainshell/5.7.3/Chart.yaml b/stable/explainshell/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..4b22edb7024
--- /dev/null
+++ b/stable/explainshell/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do.
+home: https://truecharts.org/charts/stable/explainshell
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png
+keywords:
+ - explainshell
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: explainshell
+sources:
+ - https://github.com/idank/explainshell
+ - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell
+ - https://hub.docker.com/r/spaceinvaderone/explainshell
+type: application
+version: 5.7.3
diff --git a/stable/explainshell/5.6.0/README.md b/stable/explainshell/5.7.3/README.md
similarity index 100%
rename from stable/explainshell/5.6.0/README.md
rename to stable/explainshell/5.7.3/README.md
diff --git a/stable/explainshell/5.7.3/app-changelog.md b/stable/explainshell/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..181202dece5
--- /dev/null
+++ b/stable/explainshell/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [explainshell-5.7.3](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/explainshell/5.6.0/app-readme.md b/stable/explainshell/5.7.3/app-readme.md
similarity index 100%
rename from stable/explainshell/5.6.0/app-readme.md
rename to stable/explainshell/5.7.3/app-readme.md
diff --git a/stable/explainshell/5.7.3/charts/common-20.2.4.tgz b/stable/explainshell/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/explainshell/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/explainshell/5.6.0/ix_values.yaml b/stable/explainshell/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/explainshell/5.6.0/ix_values.yaml
rename to stable/explainshell/5.7.3/ix_values.yaml
diff --git a/stable/explainshell/5.6.0/questions.yaml b/stable/explainshell/5.7.3/questions.yaml
similarity index 100%
rename from stable/explainshell/5.6.0/questions.yaml
rename to stable/explainshell/5.7.3/questions.yaml
diff --git a/stable/explainshell/5.6.0/templates/common.yaml b/stable/explainshell/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/explainshell/5.6.0/templates/common.yaml
rename to stable/explainshell/5.7.3/templates/common.yaml
diff --git a/stable/external-dns/4.7.0/values.yaml b/stable/explainshell/5.7.3/values.yaml
similarity index 100%
rename from stable/external-dns/4.7.0/values.yaml
rename to stable/explainshell/5.7.3/values.yaml
diff --git a/stable/external-dns/4.7.0/CHANGELOG.md b/stable/external-dns/4.7.0/CHANGELOG.md
deleted file mode 100644
index ac368b0f4b7..00000000000
--- a/stable/external-dns/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/external-dns/4.7.0/Chart.yaml b/stable/external-dns/4.7.0/Chart.yaml
deleted file mode 100644
index d8b9244e0c6..00000000000
--- a/stable/external-dns/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.14.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
-home: https://truecharts.org/charts/stable/external-dns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png
-keywords:
- - external-dns
- - k8s
- - kubernetes
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: external-dns
-sources:
- - https://github.com/kubernetes-sigs/external-dns
- - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns
-type: application
-version: 4.7.0
diff --git a/stable/external-dns/4.7.0/app-changelog.md b/stable/external-dns/4.7.0/app-changelog.md
deleted file mode 100644
index 40a358d99d0..00000000000
--- a/stable/external-dns/4.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [external-dns-4.7.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/external-dns/4.7.0/charts/common-20.2.0.tgz b/stable/external-dns/4.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/external-dns/4.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/external-dns/4.7.0/ix_values.yaml b/stable/external-dns/4.7.0/ix_values.yaml
deleted file mode 100644
index 388ad2cb77b..00000000000
--- a/stable/external-dns/4.7.0/ix_values.yaml
+++ /dev/null
@@ -1,143 +0,0 @@
-image:
- repository: registry.k8s.io/external-dns/external-dns
- pullPolicy: IfNotPresent
- tag: v0.14.0@sha256:474077b3dfccb3021db0a6638274967d0f64ce60dd9730a6f464bee2f78b046f
-externaldns:
- logLevel: "info"
- logFormat: "text"
- interval: "1m"
- provider: "inmemory"
- sources:
- - "service"
- - "ingress"
- domainFilters: []
- zoneidFilters: []
- cloudflareProxied: ""
- registry: "txt"
- policy: ""
- piholeServer: ""
- piholePassword: ""
- triggerLoopOnEvent: "false"
- txtOwnerId: ""
- txtPrefix: ""
- txtSuffix: ""
-service:
- main:
- ports:
- main:
- protocol: http
- targetPort: 7979
- port: 7979
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/healthz"
- readiness:
- path: "/healthz"
- startup:
- path: "/healthz"
- env:
- CF_API_TOKEN: ""
- CF_API_KEY: ""
- CF_API_EMAIL: ""
- DO_TOKEN: ""
- DNSIMPLE_OAUTH: ""
- LINODE_TOKEN: ""
- OVH_APPLICATION_KEY: ""
- OVH_APPLICATION_SECRET: ""
- OVH_CONSUMER_KEY: ""
- SCW_ACCESS_KEY: ""
- SCW_SECRET_KEY: ""
-# -- Whether Role Based Access Control objects like roles and rolebindings should be created
-rbac:
- main:
- enabled: true
- primary: true
- clusterWide: true
- rules:
- - apiGroups: [""]
- resources: ["nodes"]
- verbs: ["list", "watch"]
- - apiGroups: [""]
- resources: ["pods"]
- verbs: ["get", "watch", "list"]
- - apiGroups: [""]
- resources: ["services", "endpoints"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["extensions", "networking.k8s.io"]
- resources: ["ingresses"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["networking.istio.io"]
- resources: ["gateways"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["networking.istio.io"]
- resources: ["virtualservices"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["getambassador.io"]
- resources: ["hosts", "ingresses"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["projectcontour.io"]
- resources: ["httpproxies"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["externaldns.k8s.io"]
- resources: ["dnsendpoints"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["externaldns.k8s.io"]
- resources: ["dnsendpoints/status"]
- verbs: ["*"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["gateways"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["httproutes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: [""]
- resources: ["namespaces"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["grpcroutes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["tlsroutes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["tcproutes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gateway.networking.k8s.io"]
- resources: ["udproutes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["gloo.solo.io", "gateway.solo.io"]
- resources: ["proxies", "virtualservices"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["configuration.konghq.com"]
- resources: ["tcpingresses"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["traefik.containo.us", "traefik.io"]
- resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["route.openshift.io"]
- resources: ["routes"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["zalando.org"]
- resources: ["routegroups"]
- verbs: ["get", "watch", "list"]
- - apiGroups: ["zalando.org"]
- resources: ["routegroups/status"]
- verbs: ["patch", "update"]
- - apiGroups: ["cis.f5.com"]
- resources: ["virtualservers"]
- verbs: ["get", "watch", "list"]
-# -- The service account the pods will use to interact with the Kubernetes API
-serviceAccount:
- main:
- enabled: true
- primary: true
-podOptions:
- automountServiceAccountToken: true
-portal:
- open:
- enabled: false
diff --git a/stable/external-ip/5.6.0/.helmignore b/stable/external-dns/4.7.4/.helmignore
similarity index 100%
rename from stable/external-ip/5.6.0/.helmignore
rename to stable/external-dns/4.7.4/.helmignore
diff --git a/stable/external-dns/4.7.4/CHANGELOG.md b/stable/external-dns/4.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..950134d6212
--- /dev/null
+++ b/stable/external-dns/4.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-dns-4.7.3](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-dns-4.7.3](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-dns-4.7.3](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-dns-4.7.3](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-dns-4.7.3](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/external-dns/4.7.4/Chart.yaml b/stable/external-dns/4.7.4/Chart.yaml
new file mode 100644
index 00000000000..0929419f9aa
--- /dev/null
+++ b/stable/external-dns/4.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.14.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
+home: https://truecharts.org/charts/stable/external-dns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.png
+keywords:
+ - external-dns
+ - k8s
+ - kubernetes
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: external-dns
+sources:
+ - https://github.com/kubernetes-sigs/external-dns
+ - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns
+type: application
+version: 4.7.4
diff --git a/stable/external-dns/4.7.0/README.md b/stable/external-dns/4.7.4/README.md
similarity index 100%
rename from stable/external-dns/4.7.0/README.md
rename to stable/external-dns/4.7.4/README.md
diff --git a/stable/external-dns/4.7.4/app-changelog.md b/stable/external-dns/4.7.4/app-changelog.md
new file mode 100644
index 00000000000..26a59e1d18d
--- /dev/null
+++ b/stable/external-dns/4.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [external-dns-4.7.4](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image registry.k8s.io/external-dns/external-dns to v0.14.1[@7bb4c52](https://github.com/7bb4c52) by renovate ([#19644](https://github.com/truecharts/charts/issues/19644))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/external-dns/4.7.0/app-readme.md b/stable/external-dns/4.7.4/app-readme.md
similarity index 100%
rename from stable/external-dns/4.7.0/app-readme.md
rename to stable/external-dns/4.7.4/app-readme.md
diff --git a/stable/external-dns/4.7.4/charts/common-20.2.4.tgz b/stable/external-dns/4.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/external-dns/4.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/external-dns/4.7.4/ix_values.yaml b/stable/external-dns/4.7.4/ix_values.yaml
new file mode 100644
index 00000000000..7a03875244a
--- /dev/null
+++ b/stable/external-dns/4.7.4/ix_values.yaml
@@ -0,0 +1,143 @@
+image:
+ repository: registry.k8s.io/external-dns/external-dns
+ pullPolicy: IfNotPresent
+ tag: v0.14.1@sha256:7bb4c52748dec4fa2df1a8df7b94355c9677c70378cfe555ee4eb9a476409f0c
+externaldns:
+ logLevel: "info"
+ logFormat: "text"
+ interval: "1m"
+ provider: "inmemory"
+ sources:
+ - "service"
+ - "ingress"
+ domainFilters: []
+ zoneidFilters: []
+ cloudflareProxied: ""
+ registry: "txt"
+ policy: ""
+ piholeServer: ""
+ piholePassword: ""
+ triggerLoopOnEvent: "false"
+ txtOwnerId: ""
+ txtPrefix: ""
+ txtSuffix: ""
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ targetPort: 7979
+ port: 7979
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/healthz"
+ readiness:
+ path: "/healthz"
+ startup:
+ path: "/healthz"
+ env:
+ CF_API_TOKEN: ""
+ CF_API_KEY: ""
+ CF_API_EMAIL: ""
+ DO_TOKEN: ""
+ DNSIMPLE_OAUTH: ""
+ LINODE_TOKEN: ""
+ OVH_APPLICATION_KEY: ""
+ OVH_APPLICATION_SECRET: ""
+ OVH_CONSUMER_KEY: ""
+ SCW_ACCESS_KEY: ""
+ SCW_SECRET_KEY: ""
+# -- Whether Role Based Access Control objects like roles and rolebindings should be created
+rbac:
+ main:
+ enabled: true
+ primary: true
+ clusterWide: true
+ rules:
+ - apiGroups: [""]
+ resources: ["nodes"]
+ verbs: ["list", "watch"]
+ - apiGroups: [""]
+ resources: ["pods"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: [""]
+ resources: ["services", "endpoints"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["extensions", "networking.k8s.io"]
+ resources: ["ingresses"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["networking.istio.io"]
+ resources: ["gateways"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["networking.istio.io"]
+ resources: ["virtualservices"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["getambassador.io"]
+ resources: ["hosts", "ingresses"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["projectcontour.io"]
+ resources: ["httpproxies"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["externaldns.k8s.io"]
+ resources: ["dnsendpoints"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["externaldns.k8s.io"]
+ resources: ["dnsendpoints/status"]
+ verbs: ["*"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["gateways"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["httproutes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: [""]
+ resources: ["namespaces"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["grpcroutes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["tlsroutes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["tcproutes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gateway.networking.k8s.io"]
+ resources: ["udproutes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["gloo.solo.io", "gateway.solo.io"]
+ resources: ["proxies", "virtualservices"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["configuration.konghq.com"]
+ resources: ["tcpingresses"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["traefik.containo.us", "traefik.io"]
+ resources: ["ingressroutes", "ingressroutetcps", "ingressrouteudps"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["route.openshift.io"]
+ resources: ["routes"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["zalando.org"]
+ resources: ["routegroups"]
+ verbs: ["get", "watch", "list"]
+ - apiGroups: ["zalando.org"]
+ resources: ["routegroups/status"]
+ verbs: ["patch", "update"]
+ - apiGroups: ["cis.f5.com"]
+ resources: ["virtualservers"]
+ verbs: ["get", "watch", "list"]
+# -- The service account the pods will use to interact with the Kubernetes API
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+podOptions:
+ automountServiceAccountToken: true
+portal:
+ open:
+ enabled: false
diff --git a/stable/external-dns/4.7.0/questions.yaml b/stable/external-dns/4.7.4/questions.yaml
similarity index 100%
rename from stable/external-dns/4.7.0/questions.yaml
rename to stable/external-dns/4.7.4/questions.yaml
diff --git a/stable/external-service/13.6.0/templates/NOTES.txt b/stable/external-dns/4.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/external-service/13.6.0/templates/NOTES.txt
rename to stable/external-dns/4.7.4/templates/NOTES.txt
diff --git a/stable/external-dns/4.7.0/templates/_args.tpl b/stable/external-dns/4.7.4/templates/_args.tpl
similarity index 100%
rename from stable/external-dns/4.7.0/templates/_args.tpl
rename to stable/external-dns/4.7.4/templates/_args.tpl
diff --git a/stable/external-dns/4.7.0/templates/common.yaml b/stable/external-dns/4.7.4/templates/common.yaml
similarity index 100%
rename from stable/external-dns/4.7.0/templates/common.yaml
rename to stable/external-dns/4.7.4/templates/common.yaml
diff --git a/stable/external-ip/5.6.0/values.yaml b/stable/external-dns/4.7.4/values.yaml
similarity index 100%
rename from stable/external-ip/5.6.0/values.yaml
rename to stable/external-dns/4.7.4/values.yaml
diff --git a/stable/external-ip/5.6.0/CHANGELOG.md b/stable/external-ip/5.6.0/CHANGELOG.md
deleted file mode 100644
index 3a219ed49dd..00000000000
--- a/stable/external-ip/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [external-ip-5.6.0](https://github.com/truecharts/charts/compare/external-ip-5.5.2...external-ip-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [external-ip-5.5.2](https://github.com/truecharts/charts/compare/external-ip-5.5.1...external-ip-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [external-ip-5.5.1](https://github.com/truecharts/charts/compare/external-ip-5.5.0...external-ip-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [external-ip-5.5.0](https://github.com/truecharts/charts/compare/external-ip-5.4.1...external-ip-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [external-ip-5.4.1](https://github.com/truecharts/charts/compare/external-ip-5.4.0...external-ip-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [external-ip-5.4.0](https://github.com/truecharts/charts/compare/external-ip-5.3.0...external-ip-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [external-ip-5.3.0](https://github.com/truecharts/charts/compare/external-ip-5.2.3...external-ip-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [external-ip-5.2.3](https://github.com/truecharts/charts/compare/external-ip-5.2.2...external-ip-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [external-ip-5.2.2](https://github.com/truecharts/charts/compare/external-ip-5.2.0...external-ip-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/external-ip/5.6.0/Chart.yaml b/stable/external-ip/5.6.0/Chart.yaml
deleted file mode 100644
index 8019b6e4d38..00000000000
--- a/stable/external-ip/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes.
-home: https://truecharts.org/charts/stable/external-ip
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png
-keywords:
- - external-ip
- - Network-Management
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: external-ip
-sources:
- - https://github.com/xavier-hernandez/docker-external-ip
- - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip
- - https://hub.docker.com/r/xavierh/external-ip
-type: application
-version: 5.6.0
diff --git a/stable/external-ip/5.6.0/charts/common-20.1.5.tgz b/stable/external-ip/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/external-ip/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/external-service/13.6.0/.helmignore b/stable/external-ip/5.7.3/.helmignore
similarity index 100%
rename from stable/external-service/13.6.0/.helmignore
rename to stable/external-ip/5.7.3/.helmignore
diff --git a/stable/external-ip/5.7.3/CHANGELOG.md b/stable/external-ip/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e94ce940776
--- /dev/null
+++ b/stable/external-ip/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-ip-5.7.2](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/external-ip/5.7.3/Chart.yaml b/stable/external-ip/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..95a73705a94
--- /dev/null
+++ b/stable/external-ip/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes.
+home: https://truecharts.org/charts/stable/external-ip
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png
+keywords:
+ - external-ip
+ - Network-Management
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: external-ip
+sources:
+ - https://github.com/xavier-hernandez/docker-external-ip
+ - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip
+ - https://hub.docker.com/r/xavierh/external-ip
+type: application
+version: 5.7.3
diff --git a/stable/external-ip/5.6.0/README.md b/stable/external-ip/5.7.3/README.md
similarity index 100%
rename from stable/external-ip/5.6.0/README.md
rename to stable/external-ip/5.7.3/README.md
diff --git a/stable/external-ip/5.7.3/app-changelog.md b/stable/external-ip/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..714c6297ceb
--- /dev/null
+++ b/stable/external-ip/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [external-ip-5.7.3](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/external-ip/5.6.0/app-readme.md b/stable/external-ip/5.7.3/app-readme.md
similarity index 100%
rename from stable/external-ip/5.6.0/app-readme.md
rename to stable/external-ip/5.7.3/app-readme.md
diff --git a/stable/external-ip/5.7.3/charts/common-20.2.4.tgz b/stable/external-ip/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/external-ip/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/external-ip/5.6.0/ix_values.yaml b/stable/external-ip/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/external-ip/5.6.0/ix_values.yaml
rename to stable/external-ip/5.7.3/ix_values.yaml
diff --git a/stable/external-ip/5.6.0/questions.yaml b/stable/external-ip/5.7.3/questions.yaml
similarity index 100%
rename from stable/external-ip/5.6.0/questions.yaml
rename to stable/external-ip/5.7.3/questions.yaml
diff --git a/stable/external-ip/5.6.0/templates/common.yaml b/stable/external-ip/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/external-ip/5.6.0/templates/common.yaml
rename to stable/external-ip/5.7.3/templates/common.yaml
diff --git a/stable/external-service/13.6.0/values.yaml b/stable/external-ip/5.7.3/values.yaml
similarity index 100%
rename from stable/external-service/13.6.0/values.yaml
rename to stable/external-ip/5.7.3/values.yaml
diff --git a/stable/external-service/13.6.0/CHANGELOG.md b/stable/external-service/13.6.0/CHANGELOG.md
deleted file mode 100644
index 1702f37c3b5..00000000000
--- a/stable/external-service/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [external-service-13.6.0](https://github.com/truecharts/charts/compare/external-service-13.5.2...external-service-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [external-service-13.5.2](https://github.com/truecharts/charts/compare/external-service-13.5.1...external-service-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [external-service-13.5.1](https://github.com/truecharts/charts/compare/external-service-13.5.0...external-service-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [external-service-13.5.0](https://github.com/truecharts/charts/compare/external-service-13.4.1...external-service-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [external-service-13.4.1](https://github.com/truecharts/charts/compare/external-service-13.4.0...external-service-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [external-service-13.4.0](https://github.com/truecharts/charts/compare/external-service-13.3.0...external-service-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [external-service-13.3.0](https://github.com/truecharts/charts/compare/external-service-13.2.3...external-service-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [external-service-13.2.3](https://github.com/truecharts/charts/compare/external-service-13.2.2...external-service-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [external-service-13.2.2](https://github.com/truecharts/charts/compare/external-service-13.2.0...external-service-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/external-service/13.6.0/Chart.yaml b/stable/external-service/13.6.0/Chart.yaml
deleted file mode 100644
index 33b6ab22bd9..00000000000
--- a/stable/external-service/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.19.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Allow external services to be used like Apps.
-home: https://truecharts.org/charts/stable/external-service
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png
-keywords:
- - external-service
- - reverse-proxy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: external-service
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/external-service
- - https://hub.docker.com/_/alpine
-type: application
-version: 13.6.0
diff --git a/stable/external-service/13.6.0/charts/common-20.1.5.tgz b/stable/external-service/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/external-service/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fabulinus/2.6.0/.helmignore b/stable/external-service/13.7.3/.helmignore
similarity index 100%
rename from stable/fabulinus/2.6.0/.helmignore
rename to stable/external-service/13.7.3/.helmignore
diff --git a/stable/external-service/13.7.3/CHANGELOG.md b/stable/external-service/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0e912f15e13
--- /dev/null
+++ b/stable/external-service/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [external-service-13.7.2](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/external-service/13.7.3/Chart.yaml b/stable/external-service/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..ec4780bd18a
--- /dev/null
+++ b/stable/external-service/13.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.19.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Allow external services to be used like Apps.
+home: https://truecharts.org/charts/stable/external-service
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png
+keywords:
+ - external-service
+ - reverse-proxy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: external-service
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/external-service
+ - https://hub.docker.com/_/alpine
+type: application
+version: 13.7.3
diff --git a/stable/external-service/13.6.0/README.md b/stable/external-service/13.7.3/README.md
similarity index 100%
rename from stable/external-service/13.6.0/README.md
rename to stable/external-service/13.7.3/README.md
diff --git a/stable/external-service/13.7.3/app-changelog.md b/stable/external-service/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..c05bc71780e
--- /dev/null
+++ b/stable/external-service/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [external-service-13.7.3](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/external-service/13.6.0/app-readme.md b/stable/external-service/13.7.3/app-readme.md
similarity index 100%
rename from stable/external-service/13.6.0/app-readme.md
rename to stable/external-service/13.7.3/app-readme.md
diff --git a/stable/external-service/13.7.3/charts/common-20.2.4.tgz b/stable/external-service/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/external-service/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/external-service/13.6.0/ix_values.yaml b/stable/external-service/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/external-service/13.6.0/ix_values.yaml
rename to stable/external-service/13.7.3/ix_values.yaml
diff --git a/stable/external-service/13.6.0/questions.yaml b/stable/external-service/13.7.3/questions.yaml
similarity index 100%
rename from stable/external-service/13.6.0/questions.yaml
rename to stable/external-service/13.7.3/questions.yaml
diff --git a/stable/fabulinus/2.6.0/templates/NOTES.txt b/stable/external-service/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/fabulinus/2.6.0/templates/NOTES.txt
rename to stable/external-service/13.7.3/templates/NOTES.txt
diff --git a/stable/fabulinus/2.6.0/templates/common.yaml b/stable/external-service/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/fabulinus/2.6.0/templates/common.yaml
rename to stable/external-service/13.7.3/templates/common.yaml
diff --git a/stable/fabulinus/2.6.0/values.yaml b/stable/external-service/13.7.3/values.yaml
similarity index 100%
rename from stable/fabulinus/2.6.0/values.yaml
rename to stable/external-service/13.7.3/values.yaml
diff --git a/stable/fabulinus/2.6.0/CHANGELOG.md b/stable/fabulinus/2.6.0/CHANGELOG.md
deleted file mode 100644
index 983490b4ea3..00000000000
--- a/stable/fabulinus/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fabulinus-2.6.0](https://github.com/truecharts/charts/compare/fabulinus-2.5.2...fabulinus-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fabulinus-2.5.2](https://github.com/truecharts/charts/compare/fabulinus-2.5.1...fabulinus-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fabulinus-2.5.1](https://github.com/truecharts/charts/compare/fabulinus-2.5.0...fabulinus-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fabulinus-2.5.0](https://github.com/truecharts/charts/compare/fabulinus-2.4.1...fabulinus-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fabulinus-2.4.1](https://github.com/truecharts/charts/compare/fabulinus-2.4.0...fabulinus-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fabulinus-2.4.0](https://github.com/truecharts/charts/compare/fabulinus-2.3.0...fabulinus-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fabulinus-2.3.0](https://github.com/truecharts/charts/compare/fabulinus-2.2.3...fabulinus-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fabulinus-2.2.3](https://github.com/truecharts/charts/compare/fabulinus-2.2.2...fabulinus-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fabulinus-2.2.2](https://github.com/truecharts/charts/compare/fabulinus-2.2.0...fabulinus-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fabulinus/2.6.0/Chart.yaml b/stable/fabulinus/2.6.0/Chart.yaml
deleted file mode 100644
index f894e443f9a..00000000000
--- a/stable/fabulinus/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest-cpu
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fabulinus is the server component of the TitanML Takeoff server.
-home: https://truecharts.org/charts/stable/fabulinus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
-keywords:
- - fabulinus
- - machine-learning
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fabulinus
-sources:
- - https://github.com/titanml/takeoff-communitys
- - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus
- - https://hub.docker.com/r/tytn/fabulinus
-type: application
-version: 2.6.0
diff --git a/stable/fabulinus/2.6.0/charts/common-20.1.5.tgz b/stable/fabulinus/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fabulinus/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/factorio/7.7.0/.helmignore b/stable/fabulinus/2.7.3/.helmignore
similarity index 100%
rename from stable/factorio/7.7.0/.helmignore
rename to stable/fabulinus/2.7.3/.helmignore
diff --git a/stable/fabulinus/2.7.3/CHANGELOG.md b/stable/fabulinus/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7fb398aa44e
--- /dev/null
+++ b/stable/fabulinus/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fabulinus-2.7.2](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fabulinus/2.7.3/Chart.yaml b/stable/fabulinus/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..320daef466a
--- /dev/null
+++ b/stable/fabulinus/2.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest-cpu
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fabulinus is the server component of the TitanML Takeoff server.
+home: https://truecharts.org/charts/stable/fabulinus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
+keywords:
+ - fabulinus
+ - machine-learning
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fabulinus
+sources:
+ - https://github.com/titanml/takeoff-communitys
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus
+ - https://hub.docker.com/r/tytn/fabulinus
+type: application
+version: 2.7.3
diff --git a/stable/fabulinus/2.6.0/README.md b/stable/fabulinus/2.7.3/README.md
similarity index 100%
rename from stable/fabulinus/2.6.0/README.md
rename to stable/fabulinus/2.7.3/README.md
diff --git a/stable/fabulinus/2.7.3/app-changelog.md b/stable/fabulinus/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..8d15d9882b5
--- /dev/null
+++ b/stable/fabulinus/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fabulinus-2.7.3](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fabulinus/2.6.0/app-readme.md b/stable/fabulinus/2.7.3/app-readme.md
similarity index 100%
rename from stable/fabulinus/2.6.0/app-readme.md
rename to stable/fabulinus/2.7.3/app-readme.md
diff --git a/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz b/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fabulinus/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fabulinus/2.6.0/ix_values.yaml b/stable/fabulinus/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/fabulinus/2.6.0/ix_values.yaml
rename to stable/fabulinus/2.7.3/ix_values.yaml
diff --git a/stable/fabulinus/2.6.0/questions.yaml b/stable/fabulinus/2.7.3/questions.yaml
similarity index 100%
rename from stable/fabulinus/2.6.0/questions.yaml
rename to stable/fabulinus/2.7.3/questions.yaml
diff --git a/stable/factorio/7.7.0/templates/NOTES.txt b/stable/fabulinus/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/factorio/7.7.0/templates/NOTES.txt
rename to stable/fabulinus/2.7.3/templates/NOTES.txt
diff --git a/stable/filebot/9.6.0/templates/common.yaml b/stable/fabulinus/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/filebot/9.6.0/templates/common.yaml
rename to stable/fabulinus/2.7.3/templates/common.yaml
diff --git a/stable/factorio/7.7.0/values.yaml b/stable/fabulinus/2.7.3/values.yaml
similarity index 100%
rename from stable/factorio/7.7.0/values.yaml
rename to stable/fabulinus/2.7.3/values.yaml
diff --git a/stable/factorio/7.7.0/CHANGELOG.md b/stable/factorio/7.7.0/CHANGELOG.md
deleted file mode 100644
index ab0170e3aff..00000000000
--- a/stable/factorio/7.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/factorio/7.7.0/Chart.yaml b/stable/factorio/7.7.0/Chart.yaml
deleted file mode 100644
index 0de4411c705..00000000000
--- a/stable/factorio/7.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A game in which you build and maintain factories.
-home: https://truecharts.org/charts/stable/factorio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
-keywords:
- - factorio
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: factorio
-sources:
- - https://github.com/factoriotools/factorio-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/factorio
- - https://hub.docker.com/r/factoriotools/factorio
-type: application
-version: 7.7.0
diff --git a/stable/factorio/7.7.0/app-changelog.md b/stable/factorio/7.7.0/app-changelog.md
deleted file mode 100644
index 8c35ce3c921..00000000000
--- a/stable/factorio/7.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [factorio-7.7.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/factorio/7.7.0/charts/common-20.2.0.tgz b/stable/factorio/7.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/factorio/7.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/factorio/7.7.0/ix_values.yaml b/stable/factorio/7.7.0/ix_values.yaml
deleted file mode 100644
index 905b4f3f26b..00000000000
--- a/stable/factorio/7.7.0/ix_values.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: factoriotools/factorio
- tag: stable@sha256:cec3ddea4ad70b304b71d43c405ff6e85954a4ebab0acfb849f4cf692a4247f0
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-
-service:
- main:
- ports:
- main:
- port: 34197
- protocol: udp
- rcon:
- enabled: true
- ports:
- rcon:
- enabled: true
- port: 27015
- protocol: tcp
-
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- port: "{{ .Values.service.rcon.ports.rcon.port }}"
- readiness:
- type: tcp
- port: "{{ .Values.service.rcon.ports.rcon.port }}"
- startup:
- type: tcp
- port: "{{ .Values.service.rcon.ports.rcon.port }}"
- env:
- PORT: "{{ .Values.service.main.ports.main.port }}"
- RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
- GENERATE_NEW_SAVE: false
- LOAD_LATEST_SAVE: true
- SAVE_NAME: "_autosave1"
- TOKEN: ""
- UPDATE_MODS_ON_START: ""
- USERNAME: ""
-
-persistence:
- config:
- enabled: true
- mountPath: /factorio
-
-portal:
- open:
- enabled: false
diff --git a/stable/factorioservermanager/5.6.0/.helmignore b/stable/factorio/7.7.4/.helmignore
similarity index 100%
rename from stable/factorioservermanager/5.6.0/.helmignore
rename to stable/factorio/7.7.4/.helmignore
diff --git a/stable/factorio/7.7.4/CHANGELOG.md b/stable/factorio/7.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..8604f26fe54
--- /dev/null
+++ b/stable/factorio/7.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [factorio-7.7.4](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorio-7.7.3](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorio-7.7.3](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorio-7.7.3](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorio-7.7.3](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorio-7.7.3](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/factorio/7.7.4/Chart.yaml b/stable/factorio/7.7.4/Chart.yaml
new file mode 100644
index 00000000000..becc40caa81
--- /dev/null
+++ b/stable/factorio/7.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A game in which you build and maintain factories.
+home: https://truecharts.org/charts/stable/factorio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
+keywords:
+ - factorio
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: factorio
+sources:
+ - https://github.com/factoriotools/factorio-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/factorio
+ - https://hub.docker.com/r/factoriotools/factorio
+type: application
+version: 7.7.4
diff --git a/stable/factorio/7.7.0/README.md b/stable/factorio/7.7.4/README.md
similarity index 100%
rename from stable/factorio/7.7.0/README.md
rename to stable/factorio/7.7.4/README.md
diff --git a/stable/factorio/7.7.4/app-changelog.md b/stable/factorio/7.7.4/app-changelog.md
new file mode 100644
index 00000000000..74f44b1f4a6
--- /dev/null
+++ b/stable/factorio/7.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [factorio-7.7.4](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/factorio/7.7.0/app-readme.md b/stable/factorio/7.7.4/app-readme.md
similarity index 100%
rename from stable/factorio/7.7.0/app-readme.md
rename to stable/factorio/7.7.4/app-readme.md
diff --git a/stable/factorio/7.7.4/charts/common-20.2.4.tgz b/stable/factorio/7.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/factorio/7.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/factorio/7.7.4/ix_values.yaml b/stable/factorio/7.7.4/ix_values.yaml
new file mode 100644
index 00000000000..d829771a668
--- /dev/null
+++ b/stable/factorio/7.7.4/ix_values.yaml
@@ -0,0 +1,59 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: factoriotools/factorio
+ tag: stable@sha256:853ba95a34e7eca01fac769e2f6043cd232355a5dd2ab1a50e190dbf2e90858c
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 34197
+ protocol: udp
+ rcon:
+ enabled: true
+ ports:
+ rcon:
+ enabled: true
+ port: 27015
+ protocol: tcp
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ port: "{{ .Values.service.rcon.ports.rcon.port }}"
+ readiness:
+ type: tcp
+ port: "{{ .Values.service.rcon.ports.rcon.port }}"
+ startup:
+ type: tcp
+ port: "{{ .Values.service.rcon.ports.rcon.port }}"
+ env:
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
+ GENERATE_NEW_SAVE: false
+ LOAD_LATEST_SAVE: true
+ SAVE_NAME: "_autosave1"
+ TOKEN: ""
+ UPDATE_MODS_ON_START: ""
+ USERNAME: ""
+
+persistence:
+ config:
+ enabled: true
+ mountPath: /factorio
+
+portal:
+ open:
+ enabled: false
diff --git a/stable/factorio/7.7.0/questions.yaml b/stable/factorio/7.7.4/questions.yaml
similarity index 100%
rename from stable/factorio/7.7.0/questions.yaml
rename to stable/factorio/7.7.4/questions.yaml
diff --git a/stable/ferdi-server/11.6.0/templates/NOTES.txt b/stable/factorio/7.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/ferdi-server/11.6.0/templates/NOTES.txt
rename to stable/factorio/7.7.4/templates/NOTES.txt
diff --git a/stable/factorio/7.7.0/templates/common.yaml b/stable/factorio/7.7.4/templates/common.yaml
similarity index 100%
rename from stable/factorio/7.7.0/templates/common.yaml
rename to stable/factorio/7.7.4/templates/common.yaml
diff --git a/stable/factorioservermanager/5.6.0/values.yaml b/stable/factorio/7.7.4/values.yaml
similarity index 100%
rename from stable/factorioservermanager/5.6.0/values.yaml
rename to stable/factorio/7.7.4/values.yaml
diff --git a/stable/factorioservermanager/5.6.0/CHANGELOG.md b/stable/factorioservermanager/5.6.0/CHANGELOG.md
deleted file mode 100644
index bd3be2e7c14..00000000000
--- a/stable/factorioservermanager/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [factorioservermanager-5.6.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.5.2...factorioservermanager-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [factorioservermanager-5.5.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.5.1...factorioservermanager-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [factorioservermanager-5.5.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.5.0...factorioservermanager-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [factorioservermanager-5.5.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.4.1...factorioservermanager-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [factorioservermanager-5.4.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.4.0...factorioservermanager-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [factorioservermanager-5.4.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.3.0...factorioservermanager-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [factorioservermanager-5.3.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.3...factorioservermanager-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [factorioservermanager-5.2.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.2...factorioservermanager-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [factorioservermanager-5.2.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.0...factorioservermanager-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/factorioservermanager/5.6.0/Chart.yaml b/stable/factorioservermanager/5.6.0/Chart.yaml
deleted file mode 100644
index 71e1505f248..00000000000
--- a/stable/factorioservermanager/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "A tool for managing Factorio servers "
-home: https://truecharts.org/charts/stable/factorioservermanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png
-keywords:
- - factorioservermanager
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: factorioservermanager
-sources:
- - https://github.com/OpenFactorioServerManager/factorio-server-manager
- - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager
- - https://hub.docker.com/r/ofsm/ofsm
-type: application
-version: 5.6.0
diff --git a/stable/factorioservermanager/5.6.0/charts/common-20.1.5.tgz b/stable/factorioservermanager/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/factorioservermanager/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/farmos/5.6.0/.helmignore b/stable/factorioservermanager/5.7.3/.helmignore
similarity index 100%
rename from stable/farmos/5.6.0/.helmignore
rename to stable/factorioservermanager/5.7.3/.helmignore
diff --git a/stable/factorioservermanager/5.7.3/CHANGELOG.md b/stable/factorioservermanager/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..94d61c6f5bd
--- /dev/null
+++ b/stable/factorioservermanager/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [factorioservermanager-5.7.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/factorioservermanager/5.7.3/Chart.yaml b/stable/factorioservermanager/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b2abc7740aa
--- /dev/null
+++ b/stable/factorioservermanager/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "A tool for managing Factorio servers "
+home: https://truecharts.org/charts/stable/factorioservermanager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png
+keywords:
+ - factorioservermanager
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: factorioservermanager
+sources:
+ - https://github.com/OpenFactorioServerManager/factorio-server-manager
+ - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager
+ - https://hub.docker.com/r/ofsm/ofsm
+type: application
+version: 5.7.3
diff --git a/stable/factorioservermanager/5.6.0/README.md b/stable/factorioservermanager/5.7.3/README.md
similarity index 100%
rename from stable/factorioservermanager/5.6.0/README.md
rename to stable/factorioservermanager/5.7.3/README.md
diff --git a/stable/factorioservermanager/5.7.3/app-changelog.md b/stable/factorioservermanager/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8c9446f5649
--- /dev/null
+++ b/stable/factorioservermanager/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [factorioservermanager-5.7.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/factorioservermanager/5.6.0/app-readme.md b/stable/factorioservermanager/5.7.3/app-readme.md
similarity index 100%
rename from stable/factorioservermanager/5.6.0/app-readme.md
rename to stable/factorioservermanager/5.7.3/app-readme.md
diff --git a/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz b/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/factorioservermanager/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/factorioservermanager/5.6.0/ix_values.yaml b/stable/factorioservermanager/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/factorioservermanager/5.6.0/ix_values.yaml
rename to stable/factorioservermanager/5.7.3/ix_values.yaml
diff --git a/stable/factorioservermanager/5.6.0/questions.yaml b/stable/factorioservermanager/5.7.3/questions.yaml
similarity index 100%
rename from stable/factorioservermanager/5.6.0/questions.yaml
rename to stable/factorioservermanager/5.7.3/questions.yaml
diff --git a/stable/factorioservermanager/5.6.0/templates/common.yaml b/stable/factorioservermanager/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/factorioservermanager/5.6.0/templates/common.yaml
rename to stable/factorioservermanager/5.7.3/templates/common.yaml
diff --git a/stable/farmos/5.6.0/values.yaml b/stable/factorioservermanager/5.7.3/values.yaml
similarity index 100%
rename from stable/farmos/5.6.0/values.yaml
rename to stable/factorioservermanager/5.7.3/values.yaml
diff --git a/stable/farmos/5.6.0/CHANGELOG.md b/stable/farmos/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7e009889afa..00000000000
--- a/stable/farmos/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [farmos-5.6.0](https://github.com/truecharts/charts/compare/farmos-5.5.2...farmos-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [farmos-5.5.2](https://github.com/truecharts/charts/compare/farmos-5.5.1...farmos-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [farmos-5.5.1](https://github.com/truecharts/charts/compare/farmos-5.5.0...farmos-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [farmos-5.5.0](https://github.com/truecharts/charts/compare/farmos-5.4.1...farmos-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [farmos-5.4.1](https://github.com/truecharts/charts/compare/farmos-5.4.0...farmos-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [farmos-5.4.0](https://github.com/truecharts/charts/compare/farmos-5.3.0...farmos-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [farmos-5.3.0](https://github.com/truecharts/charts/compare/farmos-5.2.3...farmos-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [farmos-5.2.3](https://github.com/truecharts/charts/compare/farmos-5.2.2...farmos-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [farmos-5.2.2](https://github.com/truecharts/charts/compare/farmos-5.2.0...farmos-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/farmos/5.6.0/Chart.yaml b/stable/farmos/5.6.0/Chart.yaml
deleted file mode 100644
index 4c97113c4c8..00000000000
--- a/stable/farmos/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r"
-home: https://truecharts.org/charts/stable/farmos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png
-keywords:
- - farmos
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: farmos
-sources:
- - https://github.com/farmOS/farmOS
- - https://github.com/truecharts/charts/tree/master/charts/stable/farmos
- - https://hub.docker.com/r/farmos/farmos
-type: application
-version: 5.6.0
diff --git a/stable/farmos/5.6.0/charts/common-20.1.5.tgz b/stable/farmos/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/farmos/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fastcom-mqtt/5.6.0/.helmignore b/stable/farmos/5.7.3/.helmignore
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/.helmignore
rename to stable/farmos/5.7.3/.helmignore
diff --git a/stable/farmos/5.7.3/CHANGELOG.md b/stable/farmos/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c973b6c0850
--- /dev/null
+++ b/stable/farmos/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [farmos-5.7.2](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/farmos/5.7.3/Chart.yaml b/stable/farmos/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..157efcdf5de
--- /dev/null
+++ b/stable/farmos/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r"
+home: https://truecharts.org/charts/stable/farmos
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png
+keywords:
+ - farmos
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: farmos
+sources:
+ - https://github.com/farmOS/farmOS
+ - https://github.com/truecharts/charts/tree/master/charts/stable/farmos
+ - https://hub.docker.com/r/farmos/farmos
+type: application
+version: 5.7.3
diff --git a/stable/farmos/5.6.0/README.md b/stable/farmos/5.7.3/README.md
similarity index 100%
rename from stable/farmos/5.6.0/README.md
rename to stable/farmos/5.7.3/README.md
diff --git a/stable/farmos/5.7.3/app-changelog.md b/stable/farmos/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..693bd6f3f36
--- /dev/null
+++ b/stable/farmos/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [farmos-5.7.3](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/farmos/5.6.0/app-readme.md b/stable/farmos/5.7.3/app-readme.md
similarity index 100%
rename from stable/farmos/5.6.0/app-readme.md
rename to stable/farmos/5.7.3/app-readme.md
diff --git a/stable/farmos/5.7.3/charts/common-20.2.4.tgz b/stable/farmos/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/farmos/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/farmos/5.6.0/ix_values.yaml b/stable/farmos/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/farmos/5.6.0/ix_values.yaml
rename to stable/farmos/5.7.3/ix_values.yaml
diff --git a/stable/farmos/5.6.0/questions.yaml b/stable/farmos/5.7.3/questions.yaml
similarity index 100%
rename from stable/farmos/5.6.0/questions.yaml
rename to stable/farmos/5.7.3/questions.yaml
diff --git a/stable/farmos/5.6.0/templates/common.yaml b/stable/farmos/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/farmos/5.6.0/templates/common.yaml
rename to stable/farmos/5.7.3/templates/common.yaml
diff --git a/stable/fastcom-mqtt/5.6.0/values.yaml b/stable/farmos/5.7.3/values.yaml
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/values.yaml
rename to stable/farmos/5.7.3/values.yaml
diff --git a/stable/fastcom-mqtt/5.6.0/CHANGELOG.md b/stable/fastcom-mqtt/5.6.0/CHANGELOG.md
deleted file mode 100644
index 464b5ffb1c4..00000000000
--- a/stable/fastcom-mqtt/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fastcom-mqtt-5.6.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.5.2...fastcom-mqtt-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fastcom-mqtt-5.5.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.5.1...fastcom-mqtt-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fastcom-mqtt-5.5.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.5.0...fastcom-mqtt-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fastcom-mqtt-5.5.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.4.1...fastcom-mqtt-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fastcom-mqtt-5.4.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.4.0...fastcom-mqtt-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fastcom-mqtt-5.4.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.3.0...fastcom-mqtt-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fastcom-mqtt-5.3.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.3...fastcom-mqtt-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fastcom-mqtt-5.2.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.2...fastcom-mqtt-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fastcom-mqtt-5.2.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.0...fastcom-mqtt-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fastcom-mqtt/5.6.0/Chart.yaml b/stable/fastcom-mqtt/5.6.0/Chart.yaml
deleted file mode 100644
index 9cba2642eed..00000000000
--- a/stable/fastcom-mqtt/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Chart Chart with Fast.com CLI sending data directly to MQTT Broker
-home: https://truecharts.org/charts/stable/fastcom-mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png
-keywords:
- - fastcom-mqtt
- - home-automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fastcom-mqtt
-sources:
- - https://github.com/simonjenny/fastcom-mqtt
- - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt
- - https://hub.docker.com/r/simonjenny/fastcom-mqtt
-type: application
-version: 5.6.0
diff --git a/stable/fastcom-mqtt/5.6.0/charts/common-20.1.5.tgz b/stable/fastcom-mqtt/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fastcom-mqtt/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fenrus/5.6.0/.helmignore b/stable/fastcom-mqtt/5.7.3/.helmignore
similarity index 100%
rename from stable/fenrus/5.6.0/.helmignore
rename to stable/fastcom-mqtt/5.7.3/.helmignore
diff --git a/stable/fastcom-mqtt/5.7.3/CHANGELOG.md b/stable/fastcom-mqtt/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..16c087acd74
--- /dev/null
+++ b/stable/fastcom-mqtt/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fastcom-mqtt-5.7.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fastcom-mqtt/5.7.3/Chart.yaml b/stable/fastcom-mqtt/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..466847dcab2
--- /dev/null
+++ b/stable/fastcom-mqtt/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Chart Chart with Fast.com CLI sending data directly to MQTT Broker
+home: https://truecharts.org/charts/stable/fastcom-mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png
+keywords:
+ - fastcom-mqtt
+ - home-automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fastcom-mqtt
+sources:
+ - https://github.com/simonjenny/fastcom-mqtt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt
+ - https://hub.docker.com/r/simonjenny/fastcom-mqtt
+type: application
+version: 5.7.3
diff --git a/stable/fastcom-mqtt/5.6.0/README.md b/stable/fastcom-mqtt/5.7.3/README.md
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/README.md
rename to stable/fastcom-mqtt/5.7.3/README.md
diff --git a/stable/fastcom-mqtt/5.7.3/app-changelog.md b/stable/fastcom-mqtt/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..377fbff1a2b
--- /dev/null
+++ b/stable/fastcom-mqtt/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fastcom-mqtt-5.7.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fastcom-mqtt/5.6.0/app-readme.md b/stable/fastcom-mqtt/5.7.3/app-readme.md
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/app-readme.md
rename to stable/fastcom-mqtt/5.7.3/app-readme.md
diff --git a/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz b/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fastcom-mqtt/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fastcom-mqtt/5.6.0/ix_values.yaml b/stable/fastcom-mqtt/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/ix_values.yaml
rename to stable/fastcom-mqtt/5.7.3/ix_values.yaml
diff --git a/stable/fastcom-mqtt/5.6.0/questions.yaml b/stable/fastcom-mqtt/5.7.3/questions.yaml
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/questions.yaml
rename to stable/fastcom-mqtt/5.7.3/questions.yaml
diff --git a/stable/fastcom-mqtt/5.6.0/templates/common.yaml b/stable/fastcom-mqtt/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fastcom-mqtt/5.6.0/templates/common.yaml
rename to stable/fastcom-mqtt/5.7.3/templates/common.yaml
diff --git a/stable/fenrus/5.6.0/values.yaml b/stable/fastcom-mqtt/5.7.3/values.yaml
similarity index 100%
rename from stable/fenrus/5.6.0/values.yaml
rename to stable/fastcom-mqtt/5.7.3/values.yaml
diff --git a/stable/fenrus/5.6.0/CHANGELOG.md b/stable/fenrus/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0c926e57c70..00000000000
--- a/stable/fenrus/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fenrus-5.6.0](https://github.com/truecharts/charts/compare/fenrus-5.5.2...fenrus-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fenrus-5.5.2](https://github.com/truecharts/charts/compare/fenrus-5.5.1...fenrus-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fenrus-5.5.1](https://github.com/truecharts/charts/compare/fenrus-5.5.0...fenrus-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fenrus-5.5.0](https://github.com/truecharts/charts/compare/fenrus-5.4.1...fenrus-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fenrus-5.4.1](https://github.com/truecharts/charts/compare/fenrus-5.4.0...fenrus-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fenrus-5.4.0](https://github.com/truecharts/charts/compare/fenrus-5.3.0...fenrus-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fenrus-5.3.0](https://github.com/truecharts/charts/compare/fenrus-5.2.3...fenrus-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fenrus-5.2.3](https://github.com/truecharts/charts/compare/fenrus-5.2.2...fenrus-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fenrus-5.2.2](https://github.com/truecharts/charts/compare/fenrus-5.2.0...fenrus-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fenrus/5.6.0/Chart.yaml b/stable/fenrus/5.6.0/Chart.yaml
deleted file mode 100644
index 887d73355e3..00000000000
--- a/stable/fenrus/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Fenrus is a home page / personal dashboard with smart apps. \n"
-home: https://truecharts.org/charts/stable/fenrus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png
-keywords:
- - fenrus
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fenrus
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus
- - https://hub.docker.com/r/revenz/fenrus
-type: application
-version: 5.6.0
diff --git a/stable/fenrus/5.6.0/charts/common-20.1.5.tgz b/stable/fenrus/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fenrus/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ferdi-server/11.6.0/.helmignore b/stable/fenrus/5.7.3/.helmignore
similarity index 100%
rename from stable/ferdi-server/11.6.0/.helmignore
rename to stable/fenrus/5.7.3/.helmignore
diff --git a/stable/fenrus/5.7.3/CHANGELOG.md b/stable/fenrus/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1bb8cb9a67d
--- /dev/null
+++ b/stable/fenrus/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fenrus-5.7.2](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fenrus/5.7.3/Chart.yaml b/stable/fenrus/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..02da558b871
--- /dev/null
+++ b/stable/fenrus/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Fenrus is a home page / personal dashboard with smart apps. \n"
+home: https://truecharts.org/charts/stable/fenrus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png
+keywords:
+ - fenrus
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fenrus
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus
+ - https://hub.docker.com/r/revenz/fenrus
+type: application
+version: 5.7.3
diff --git a/stable/fenrus/5.6.0/README.md b/stable/fenrus/5.7.3/README.md
similarity index 100%
rename from stable/fenrus/5.6.0/README.md
rename to stable/fenrus/5.7.3/README.md
diff --git a/stable/fenrus/5.7.3/app-changelog.md b/stable/fenrus/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ad64e0c1a3f
--- /dev/null
+++ b/stable/fenrus/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fenrus-5.7.3](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fenrus/5.6.0/app-readme.md b/stable/fenrus/5.7.3/app-readme.md
similarity index 100%
rename from stable/fenrus/5.6.0/app-readme.md
rename to stable/fenrus/5.7.3/app-readme.md
diff --git a/stable/fenrus/5.7.3/charts/common-20.2.4.tgz b/stable/fenrus/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fenrus/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fenrus/5.6.0/ix_values.yaml b/stable/fenrus/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fenrus/5.6.0/ix_values.yaml
rename to stable/fenrus/5.7.3/ix_values.yaml
diff --git a/stable/fenrus/5.6.0/questions.yaml b/stable/fenrus/5.7.3/questions.yaml
similarity index 100%
rename from stable/fenrus/5.6.0/questions.yaml
rename to stable/fenrus/5.7.3/questions.yaml
diff --git a/stable/fenrus/5.6.0/templates/common.yaml b/stable/fenrus/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fenrus/5.6.0/templates/common.yaml
rename to stable/fenrus/5.7.3/templates/common.yaml
diff --git a/stable/ferdi-server/11.6.0/values.yaml b/stable/fenrus/5.7.3/values.yaml
similarity index 100%
rename from stable/ferdi-server/11.6.0/values.yaml
rename to stable/fenrus/5.7.3/values.yaml
diff --git a/stable/ferdi-server/11.6.0/CHANGELOG.md b/stable/ferdi-server/11.6.0/CHANGELOG.md
deleted file mode 100644
index 3a69c42ae2a..00000000000
--- a/stable/ferdi-server/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ferdi-server-11.6.0](https://github.com/truecharts/charts/compare/ferdi-server-11.5.2...ferdi-server-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ferdi-server-11.5.2](https://github.com/truecharts/charts/compare/ferdi-server-11.5.1...ferdi-server-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ferdi-server-11.5.1](https://github.com/truecharts/charts/compare/ferdi-server-11.5.0...ferdi-server-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ferdi-server-11.5.0](https://github.com/truecharts/charts/compare/ferdi-server-11.4.1...ferdi-server-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ferdi-server-11.4.1](https://github.com/truecharts/charts/compare/ferdi-server-11.4.0...ferdi-server-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ferdi-server-11.4.0](https://github.com/truecharts/charts/compare/ferdi-server-11.3.0...ferdi-server-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ferdi-server-11.3.0](https://github.com/truecharts/charts/compare/ferdi-server-11.2.3...ferdi-server-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ferdi-server-11.2.3](https://github.com/truecharts/charts/compare/ferdi-server-11.2.2...ferdi-server-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ferdi-server-11.2.2](https://github.com/truecharts/charts/compare/ferdi-server-11.2.0...ferdi-server-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ferdi-server/11.6.0/Chart.yaml b/stable/ferdi-server/11.6.0/Chart.yaml
deleted file mode 100644
index 893b7f5d18a..00000000000
--- a/stable/ferdi-server/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Server for Ferdi that you can re-use to run your own
-home: https://truecharts.org/charts/stable/ferdi-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png
-keywords:
- - ferdi
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ferdi-server
-sources:
- - https://github.com/getferdi/server
- - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server
- - https://hub.docker.com/r/getferdi/ferdi-server
-type: application
-version: 11.6.0
diff --git a/stable/ferdi-server/11.6.0/charts/common-20.1.5.tgz b/stable/ferdi-server/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ferdi-server/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ferdi-server/11.6.0/questions.yaml b/stable/ferdi-server/11.6.0/questions.yaml
deleted file mode 100755
index ecffd0e83bf..00000000000
--- a/stable/ferdi-server/11.6.0/questions.yaml
+++ /dev/null
@@ -1,3649 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: APP_URL
- label: "APP_URL"
- description: "Specify the URL of the Ferdi-server, including http:// or https:// as relevant."
- schema:
- type: string
- required: true
- - variable: IS_CREATION_ENABLED
- label: "IS_CREATION_ENABLED"
- description: "Specify whether to enable the creation of custom recipes."
- schema:
- type: boolean
- - variable: IS_DASHBOARD_ENABLED
- label: "IS_DASHBOARD_ENABLED"
- description: "Specify whether to enable the Ferdi-server dashboard."
- schema:
- type: boolean
- - variable: IS_REGISTRATION_ENABLED
- label: "IS_REGISTRATION_ENABLED"
- description: "Specify whether to allow user registration."
- schema:
- type: boolean
- - variable: CONNECT_WITH_FRANZ
- label: "CONNECT_WITH_FRANZ"
- description: "Specify whether to enable connections to the Franz server."
- schema:
- type: boolean
- - variable: mailsettings
- label: "Mail Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: MAIL_CONNECTION
- label: "MAIL_CONNECTION"
- description: "Specify the mail sender to be used."
- schema:
- type: string
- default: "smtp"
- - variable: SMTP_HOST
- label: "SMTP_HOST"
- description: "Specify the mail host to be used"
- schema:
- type: string
- default: ""
- - variable: SMTP_PORT
- label: "SMTP_PORT"
- description: "Specify the mail port to be used."
- schema:
- type: int
- default: 587
- - variable: MAIL_SSL
- label: "MAIL_SSL"
- description: "Specify SMTP mail security."
- schema:
- type: boolean
- default: true
- - variable: MAIL_USERNAME
- label: "MAIL_USERNAME"
- description: "Specify your mail username to be used."
- schema:
- type: string
- default: ""
- - variable: MAIL_PASSWORD
- label: "MAIL_PASSWORD"
- description: "Specify your mail password to be used."
- schema:
- type: string
- private: true
- default: ""
- - variable: MAIL_SENDER
- label: "MAIL_SENDER"
- description: "Specify the mail sender address to be used."
- schema:
- type: string
- default: ""
- - variable: SPARKPOST_API_KEY
- label: "SPARKPOST_API_KEY"
- description: "Specify SparkPost API Key to be used."
- schema:
- type: string
- private: true
- default: ""
- - variable: MAILGUN_DOMAIN
- label: "MAILGUN_DOMAIN"
- description: "Specify Mailgun domain to be used."
- schema:
- type: string
- default: ""
- - variable: MAILGUN_API_REGION
- label: "MAILGUN_API_REGION"
- description: "Specify Mailgun API Region to be used."
- schema:
- type: string
- default: ""
- - variable: MAILGUN_API_KEY
- label: "MAILGUN_API_KEY"
- description: "Specify Mailgun API Key to be used."
- schema:
- type: string
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10206
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: recipes
- label: "App Recipes Storage"
- description: "Stores the Application Recipes."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/.helmignore b/stable/ferdi-server/11.7.3/.helmignore
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/.helmignore
rename to stable/ferdi-server/11.7.3/.helmignore
diff --git a/stable/ferdi-server/11.7.3/CHANGELOG.md b/stable/ferdi-server/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..136f313aba4
--- /dev/null
+++ b/stable/ferdi-server/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ferdi-server-11.7.2](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ferdi-server/11.7.3/Chart.yaml b/stable/ferdi-server/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..f7b5eda5a59
--- /dev/null
+++ b/stable/ferdi-server/11.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Server for Ferdi that you can re-use to run your own
+home: https://truecharts.org/charts/stable/ferdi-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png
+keywords:
+ - ferdi
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ferdi-server
+sources:
+ - https://github.com/getferdi/server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server
+ - https://hub.docker.com/r/getferdi/ferdi-server
+type: application
+version: 11.7.3
diff --git a/stable/ferdi-server/11.6.0/README.md b/stable/ferdi-server/11.7.3/README.md
similarity index 100%
rename from stable/ferdi-server/11.6.0/README.md
rename to stable/ferdi-server/11.7.3/README.md
diff --git a/stable/ferdi-server/11.7.3/app-changelog.md b/stable/ferdi-server/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..ad0e6be8f95
--- /dev/null
+++ b/stable/ferdi-server/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ferdi-server-11.7.3](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ferdi-server/11.6.0/app-readme.md b/stable/ferdi-server/11.7.3/app-readme.md
similarity index 100%
rename from stable/ferdi-server/11.6.0/app-readme.md
rename to stable/ferdi-server/11.7.3/app-readme.md
diff --git a/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz b/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ferdi-server/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ferdi-server/11.6.0/ix_values.yaml b/stable/ferdi-server/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/ferdi-server/11.6.0/ix_values.yaml
rename to stable/ferdi-server/11.7.3/ix_values.yaml
diff --git a/stable/ferdi-server/11.7.3/questions.yaml b/stable/ferdi-server/11.7.3/questions.yaml
new file mode 100755
index 00000000000..72e3a6ca9fe
--- /dev/null
+++ b/stable/ferdi-server/11.7.3/questions.yaml
@@ -0,0 +1,3651 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: APP_URL
+ label: "APP_URL"
+ description: "Specify the URL of the Ferdi-server, including http:// or https:// as relevant."
+ schema:
+ type: string
+ required: true
+ - variable: IS_CREATION_ENABLED
+ label: "IS_CREATION_ENABLED"
+ description: "Specify whether to enable the creation of custom recipes."
+ schema:
+ type: boolean
+ - variable: IS_DASHBOARD_ENABLED
+ label: "IS_DASHBOARD_ENABLED"
+ description: "Specify whether to enable the Ferdi-server dashboard."
+ schema:
+ type: boolean
+ - variable: IS_REGISTRATION_ENABLED
+ label: "IS_REGISTRATION_ENABLED"
+ description: "Specify whether to allow user registration."
+ schema:
+ type: boolean
+ - variable: CONNECT_WITH_FRANZ
+ label: "CONNECT_WITH_FRANZ"
+ description: "Specify whether to enable connections to the Franz server."
+ schema:
+ type: boolean
+ - variable: mailsettings
+ label: "Mail Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: MAIL_CONNECTION
+ label: "MAIL_CONNECTION"
+ description: "Specify the mail sender to be used."
+ schema:
+ type: string
+ default: "smtp"
+ - variable: SMTP_HOST
+ label: "SMTP_HOST"
+ description: "Specify the mail host to be used"
+ schema:
+ type: string
+ default: ""
+ - variable: SMTP_PORT
+ label: "SMTP_PORT"
+ description: "Specify the mail port to be used."
+ schema:
+ type: int
+ default: 587
+ - variable: MAIL_SSL
+ label: "MAIL_SSL"
+ description: "Specify SMTP mail security."
+ schema:
+ type: boolean
+ default: true
+ - variable: MAIL_USERNAME
+ label: "MAIL_USERNAME"
+ description: "Specify your mail username to be used."
+ schema:
+ type: string
+ default: ""
+ - variable: MAIL_PASSWORD
+ label: "MAIL_PASSWORD"
+ description: "Specify your mail password to be used."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: MAIL_SENDER
+ label: "MAIL_SENDER"
+ description: "Specify the mail sender address to be used."
+ schema:
+ type: string
+ default: ""
+ - variable: SPARKPOST_API_KEY
+ label: "SPARKPOST_API_KEY"
+ description: "Specify SparkPost API Key to be used."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: MAILGUN_DOMAIN
+ label: "MAILGUN_DOMAIN"
+ description: "Specify Mailgun domain to be used."
+ schema:
+ type: string
+ default: ""
+ - variable: MAILGUN_API_REGION
+ label: "MAILGUN_API_REGION"
+ description: "Specify Mailgun API Region to be used."
+ schema:
+ type: string
+ default: ""
+ - variable: MAILGUN_API_KEY
+ label: "MAILGUN_API_KEY"
+ description: "Specify Mailgun API Key to be used."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10206
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: recipes
+ label: "App Recipes Storage"
+ description: "Stores the Application Recipes."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/filebot/9.6.0/templates/NOTES.txt b/stable/ferdi-server/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/filebot/9.6.0/templates/NOTES.txt
rename to stable/ferdi-server/11.7.3/templates/NOTES.txt
diff --git a/stable/ferdi-server/11.6.0/templates/_secrets.tpl b/stable/ferdi-server/11.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/ferdi-server/11.6.0/templates/_secrets.tpl
rename to stable/ferdi-server/11.7.3/templates/_secrets.tpl
diff --git a/stable/ferdi-server/11.6.0/templates/common.yaml b/stable/ferdi-server/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/ferdi-server/11.6.0/templates/common.yaml
rename to stable/ferdi-server/11.7.3/templates/common.yaml
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/values.yaml b/stable/ferdi-server/11.7.3/values.yaml
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/values.yaml
rename to stable/ferdi-server/11.7.3/values.yaml
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.6.0/CHANGELOG.md
deleted file mode 100644
index c9d9d5f823b..00000000000
--- a/stable/ffmpeg-mkvdts2ac3/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ffmpeg-mkvdts2ac3-5.6.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.5.2...ffmpeg-mkvdts2ac3-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ffmpeg-mkvdts2ac3-5.5.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.5.1...ffmpeg-mkvdts2ac3-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ffmpeg-mkvdts2ac3-5.5.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.5.0...ffmpeg-mkvdts2ac3-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ffmpeg-mkvdts2ac3-5.5.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.4.1...ffmpeg-mkvdts2ac3-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ffmpeg-mkvdts2ac3-5.4.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.4.0...ffmpeg-mkvdts2ac3-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ffmpeg-mkvdts2ac3-5.4.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.3.0...ffmpeg-mkvdts2ac3-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ffmpeg-mkvdts2ac3-5.3.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.3...ffmpeg-mkvdts2ac3-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ffmpeg-mkvdts2ac3-5.2.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.2...ffmpeg-mkvdts2ac3-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ffmpeg-mkvdts2ac3-5.2.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.0...ffmpeg-mkvdts2ac3-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.6.0/Chart.yaml
deleted file mode 100644
index 806a4e360c4..00000000000
--- a/stable/ffmpeg-mkvdts2ac3/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Chart Chart designed to watch a directory and encode media files.
-home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png
-keywords:
- - ffmpeg-mkvdts2ac3
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ffmpeg-mkvdts2ac3
-sources:
- - https://registry.hub.docker.com/r/snoopy86/ffmpeg/
- - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3
- - https://hub.docker.com/r/snoopy86/ffmpeg
-type: application
-version: 5.6.0
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/charts/common-20.1.5.tgz b/stable/ffmpeg-mkvdts2ac3/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ffmpeg-mkvdts2ac3/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/filebot/9.6.0/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.7.3/.helmignore
similarity index 100%
rename from stable/filebot/9.6.0/.helmignore
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/.helmignore
diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2307cc72405
--- /dev/null
+++ b/stable/ffmpeg-mkvdts2ac3/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ffmpeg-mkvdts2ac3-5.7.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..28ca3340e0a
--- /dev/null
+++ b/stable/ffmpeg-mkvdts2ac3/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Chart Chart designed to watch a directory and encode media files.
+home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png
+keywords:
+ - ffmpeg-mkvdts2ac3
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ffmpeg-mkvdts2ac3
+sources:
+ - https://registry.hub.docker.com/r/snoopy86/ffmpeg/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3
+ - https://hub.docker.com/r/snoopy86/ffmpeg
+type: application
+version: 5.7.3
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/README.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/README.md
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/README.md
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/README.md
diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c5ed38e9688
--- /dev/null
+++ b/stable/ffmpeg-mkvdts2ac3/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ffmpeg-mkvdts2ac3-5.7.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.7.3/app-readme.md
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/app-readme.md
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/app-readme.md
diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz b/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/ix_values.yaml
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/ix_values.yaml
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/questions.yaml
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/questions.yaml
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/questions.yaml
diff --git a/stable/ffmpeg-mkvdts2ac3/5.6.0/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/ffmpeg-mkvdts2ac3/5.6.0/templates/common.yaml
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/templates/common.yaml
diff --git a/stable/filebot/9.6.0/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.3/values.yaml
similarity index 100%
rename from stable/filebot/9.6.0/values.yaml
rename to stable/ffmpeg-mkvdts2ac3/5.7.3/values.yaml
diff --git a/stable/filebot/9.6.0/CHANGELOG.md b/stable/filebot/9.6.0/CHANGELOG.md
deleted file mode 100644
index 2489b8147e8..00000000000
--- a/stable/filebot/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [filebot-9.6.0](https://github.com/truecharts/charts/compare/filebot-9.5.2...filebot-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [filebot-9.5.2](https://github.com/truecharts/charts/compare/filebot-9.5.1...filebot-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [filebot-9.5.1](https://github.com/truecharts/charts/compare/filebot-9.5.0...filebot-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [filebot-9.5.0](https://github.com/truecharts/charts/compare/filebot-9.4.1...filebot-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [filebot-9.4.1](https://github.com/truecharts/charts/compare/filebot-9.4.0...filebot-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [filebot-9.4.0](https://github.com/truecharts/charts/compare/filebot-9.3.0...filebot-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [filebot-9.3.0](https://github.com/truecharts/charts/compare/filebot-9.2.3...filebot-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [filebot-9.2.3](https://github.com/truecharts/charts/compare/filebot-9.2.2...filebot-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [filebot-9.2.2](https://github.com/truecharts/charts/compare/filebot-9.2.0...filebot-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/filebot/9.6.0/Chart.yaml b/stable/filebot/9.6.0/Chart.yaml
deleted file mode 100644
index 1f83afa751f..00000000000
--- a/stable/filebot/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
-home: https://truecharts.org/charts/stable/filebot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png
-keywords:
- - media
- - filebot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: filebot
-sources:
- - https://github.com/jlesage/docker-filebot
- - https://github.com/truecharts/charts/tree/master/charts/stable/filebot
- - https://hub.docker.com/r/jlesage/filebot
-type: application
-version: 9.6.0
diff --git a/stable/filebot/9.6.0/charts/common-20.1.5.tgz b/stable/filebot/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/filebot/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/filebrowser/9.6.0/.helmignore b/stable/filebot/9.7.3/.helmignore
similarity index 100%
rename from stable/filebrowser/9.6.0/.helmignore
rename to stable/filebot/9.7.3/.helmignore
diff --git a/stable/filebot/9.7.3/CHANGELOG.md b/stable/filebot/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..75dcd423773
--- /dev/null
+++ b/stable/filebot/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebot-9.7.2](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/filebot/9.7.3/Chart.yaml b/stable/filebot/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..f38028409d9
--- /dev/null
+++ b/stable/filebot/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
+home: https://truecharts.org/charts/stable/filebot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png
+keywords:
+ - media
+ - filebot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: filebot
+sources:
+ - https://github.com/jlesage/docker-filebot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/filebot
+ - https://hub.docker.com/r/jlesage/filebot
+type: application
+version: 9.7.3
diff --git a/stable/filebot/9.6.0/README.md b/stable/filebot/9.7.3/README.md
similarity index 100%
rename from stable/filebot/9.6.0/README.md
rename to stable/filebot/9.7.3/README.md
diff --git a/stable/filebot/9.7.3/app-changelog.md b/stable/filebot/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..512ed1693d1
--- /dev/null
+++ b/stable/filebot/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [filebot-9.7.3](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/filebot/9.6.0/app-readme.md b/stable/filebot/9.7.3/app-readme.md
similarity index 100%
rename from stable/filebot/9.6.0/app-readme.md
rename to stable/filebot/9.7.3/app-readme.md
diff --git a/stable/filebot/9.7.3/charts/common-20.2.4.tgz b/stable/filebot/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/filebot/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/filebot/9.6.0/ix_values.yaml b/stable/filebot/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/filebot/9.6.0/ix_values.yaml
rename to stable/filebot/9.7.3/ix_values.yaml
diff --git a/stable/filebot/9.6.0/questions.yaml b/stable/filebot/9.7.3/questions.yaml
similarity index 100%
rename from stable/filebot/9.6.0/questions.yaml
rename to stable/filebot/9.7.3/questions.yaml
diff --git a/stable/filebrowser/9.6.0/templates/NOTES.txt b/stable/filebot/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/filebrowser/9.6.0/templates/NOTES.txt
rename to stable/filebot/9.7.3/templates/NOTES.txt
diff --git a/stable/fileflows/10.8.3/templates/common.yaml b/stable/filebot/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/fileflows/10.8.3/templates/common.yaml
rename to stable/filebot/9.7.3/templates/common.yaml
diff --git a/stable/filebrowser/9.6.0/values.yaml b/stable/filebot/9.7.3/values.yaml
similarity index 100%
rename from stable/filebrowser/9.6.0/values.yaml
rename to stable/filebot/9.7.3/values.yaml
diff --git a/stable/filebrowser/9.6.0/CHANGELOG.md b/stable/filebrowser/9.6.0/CHANGELOG.md
deleted file mode 100644
index 630d1ca108b..00000000000
--- a/stable/filebrowser/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [filebrowser-9.6.0](https://github.com/truecharts/charts/compare/filebrowser-9.5.2...filebrowser-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [filebrowser-9.5.2](https://github.com/truecharts/charts/compare/filebrowser-9.5.1...filebrowser-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [filebrowser-9.5.1](https://github.com/truecharts/charts/compare/filebrowser-9.5.0...filebrowser-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [filebrowser-9.5.0](https://github.com/truecharts/charts/compare/filebrowser-9.4.1...filebrowser-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [filebrowser-9.4.1](https://github.com/truecharts/charts/compare/filebrowser-9.4.0...filebrowser-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [filebrowser-9.4.0](https://github.com/truecharts/charts/compare/filebrowser-9.3.0...filebrowser-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [filebrowser-9.3.0](https://github.com/truecharts/charts/compare/filebrowser-9.2.3...filebrowser-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [filebrowser-9.2.3](https://github.com/truecharts/charts/compare/filebrowser-9.2.2...filebrowser-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [filebrowser-9.2.2](https://github.com/truecharts/charts/compare/filebrowser-9.2.0...filebrowser-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/filebrowser/9.6.0/Chart.yaml b/stable/filebrowser/9.6.0/Chart.yaml
deleted file mode 100644
index e52336474fe..00000000000
--- a/stable/filebrowser/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.27.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Filebrowser provides a file managing interface within a specified directory
-home: https://truecharts.org/charts/stable/filebrowser
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png
-keywords:
- - filebrowser
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: filebrowser
-sources:
- - https://filebrowser.org/cli/filebrowser
- - https://github.com/filebrowser/filebrowser
- - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
- - https://hub.docker.com/r/filebrowser/filebrowser
-type: application
-version: 9.6.0
diff --git a/stable/filebrowser/9.6.0/charts/common-20.1.5.tgz b/stable/filebrowser/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/filebrowser/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fileflows/10.8.3/.helmignore b/stable/filebrowser/9.7.3/.helmignore
similarity index 100%
rename from stable/fileflows/10.8.3/.helmignore
rename to stable/filebrowser/9.7.3/.helmignore
diff --git a/stable/filebrowser/9.7.3/CHANGELOG.md b/stable/filebrowser/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..246664062d7
--- /dev/null
+++ b/stable/filebrowser/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [filebrowser-9.7.2](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/filebrowser/9.7.3/Chart.yaml b/stable/filebrowser/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..181466dbed6
--- /dev/null
+++ b/stable/filebrowser/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.27.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Filebrowser provides a file managing interface within a specified directory
+home: https://truecharts.org/charts/stable/filebrowser
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png
+keywords:
+ - filebrowser
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: filebrowser
+sources:
+ - https://filebrowser.org/cli/filebrowser
+ - https://github.com/filebrowser/filebrowser
+ - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
+ - https://hub.docker.com/r/filebrowser/filebrowser
+type: application
+version: 9.7.3
diff --git a/stable/filebrowser/9.6.0/README.md b/stable/filebrowser/9.7.3/README.md
similarity index 100%
rename from stable/filebrowser/9.6.0/README.md
rename to stable/filebrowser/9.7.3/README.md
diff --git a/stable/filebrowser/9.7.3/app-changelog.md b/stable/filebrowser/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..8110a18e84d
--- /dev/null
+++ b/stable/filebrowser/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [filebrowser-9.7.3](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/filebrowser/9.6.0/app-readme.md b/stable/filebrowser/9.7.3/app-readme.md
similarity index 100%
rename from stable/filebrowser/9.6.0/app-readme.md
rename to stable/filebrowser/9.7.3/app-readme.md
diff --git a/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz b/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/filebrowser/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/filebrowser/9.6.0/ix_values.yaml b/stable/filebrowser/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/filebrowser/9.6.0/ix_values.yaml
rename to stable/filebrowser/9.7.3/ix_values.yaml
diff --git a/stable/filebrowser/9.6.0/questions.yaml b/stable/filebrowser/9.7.3/questions.yaml
similarity index 100%
rename from stable/filebrowser/9.6.0/questions.yaml
rename to stable/filebrowser/9.7.3/questions.yaml
diff --git a/stable/fileflows/10.8.3/templates/NOTES.txt b/stable/filebrowser/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/fileflows/10.8.3/templates/NOTES.txt
rename to stable/filebrowser/9.7.3/templates/NOTES.txt
diff --git a/stable/filebrowser/9.6.0/templates/common.yaml b/stable/filebrowser/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/filebrowser/9.6.0/templates/common.yaml
rename to stable/filebrowser/9.7.3/templates/common.yaml
diff --git a/stable/fileflows/10.8.3/values.yaml b/stable/filebrowser/9.7.3/values.yaml
similarity index 100%
rename from stable/fileflows/10.8.3/values.yaml
rename to stable/filebrowser/9.7.3/values.yaml
diff --git a/stable/fileflows/10.8.3/CHANGELOG.md b/stable/fileflows/10.8.3/CHANGELOG.md
deleted file mode 100644
index c7b4f38896b..00000000000
--- a/stable/fileflows/10.8.3/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fileflows-10.8.3](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.3) (2024-03-22)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.3](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.3) (2024-03-22)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.2](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.2](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.2](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.2](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fileflows-10.8.2](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
diff --git a/stable/fileflows/10.8.3/Chart.yaml b/stable/fileflows/10.8.3/Chart.yaml
deleted file mode 100644
index f36941ad41e..00000000000
--- a/stable/fileflows/10.8.3/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.03.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An application that lets you automatically process files through a simple rule flow.
-home: https://truecharts.org/charts/stable/fileflows
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png
-keywords:
- - fileflows
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fileflows
-sources:
- - https://github.com/revenz/FileFlows
- - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows
- - https://hub.docker.com/r/revenz/fileflows
-type: application
-version: 10.8.3
diff --git a/stable/fileflows/10.8.3/app-changelog.md b/stable/fileflows/10.8.3/app-changelog.md
deleted file mode 100644
index 9a8644bdb95..00000000000
--- a/stable/fileflows/10.8.3/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [fileflows-10.8.3](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.3) (2024-03-22)
-
-### Chore
-
-
-
-- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
-
-- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fileflows/10.8.3/charts/common-20.2.2.tgz b/stable/fileflows/10.8.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/fileflows/10.8.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/fileflows/10.8.3/ix_values.yaml b/stable/fileflows/10.8.3/ix_values.yaml
deleted file mode 100644
index 2b7883e46d4..00000000000
--- a/stable/fileflows/10.8.3/ix_values.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-image:
- repository: revenz/fileflows
- tag: 24.03@sha256:d13e8b9d0423fc6c2b5f1fb6914f74a4d8c054a72f404a431682fb29a54fc143
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-service:
- main:
- ports:
- main:
- port: 10242
- targetPort: 5000
-persistence:
- data:
- enabled: true
- mountPath: /app/Data
- logs:
- enabled: true
- mountPath: /app/Logs
- temp:
- enabled: true
- mountPath: /temp
- media:
- enabled: true
- mountPath: /media
-portal:
- open:
- enabled: true
diff --git a/stable/fileshelter/6.7.0/.helmignore b/stable/fileflows/10.8.7/.helmignore
similarity index 100%
rename from stable/fileshelter/6.7.0/.helmignore
rename to stable/fileflows/10.8.7/.helmignore
diff --git a/stable/fileflows/10.8.7/CHANGELOG.md b/stable/fileflows/10.8.7/CHANGELOG.md
new file mode 100644
index 00000000000..dd7254519e0
--- /dev/null
+++ b/stable/fileflows/10.8.7/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fileflows-10.8.7](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653))
+
+- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626))
+
+- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
+
+- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileflows-10.8.6](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.6) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653))
+
+- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626))
+
+- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
+
+- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileflows-10.8.6](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.6) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653))
+
+- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626))
+
+- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
+
+- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileflows-10.8.6](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.6) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653))
+
+- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626))
+
+- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
+
+- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileflows-10.8.6](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.6) (2024-03-24)
+
+### Chore
diff --git a/stable/fileflows/10.8.7/Chart.yaml b/stable/fileflows/10.8.7/Chart.yaml
new file mode 100644
index 00000000000..f2f03c0f84e
--- /dev/null
+++ b/stable/fileflows/10.8.7/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.03.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An application that lets you automatically process files through a simple rule flow.
+home: https://truecharts.org/charts/stable/fileflows
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png
+keywords:
+ - fileflows
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fileflows
+sources:
+ - https://github.com/revenz/FileFlows
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows
+ - https://hub.docker.com/r/revenz/fileflows
+type: application
+version: 10.8.7
diff --git a/stable/fileflows/10.8.3/README.md b/stable/fileflows/10.8.7/README.md
similarity index 100%
rename from stable/fileflows/10.8.3/README.md
rename to stable/fileflows/10.8.7/README.md
diff --git a/stable/fileflows/10.8.7/app-changelog.md b/stable/fileflows/10.8.7/app-changelog.md
new file mode 100644
index 00000000000..245975aee48
--- /dev/null
+++ b/stable/fileflows/10.8.7/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [fileflows-10.8.7](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image revenz/fileflows to 24.03[@6b88978](https://github.com/6b88978) by renovate ([#19653](https://github.com/truecharts/charts/issues/19653))
+
+- update container image revenz/fileflows to 24.03[@5e1c38d](https://github.com/5e1c38d) by renovate ([#19626](https://github.com/truecharts/charts/issues/19626))
+
+- update container image revenz/fileflows to 24.03[@d13e8b9](https://github.com/d13e8b9) by renovate ([#19617](https://github.com/truecharts/charts/issues/19617))
+
+- update container image revenz/fileflows to 24.03[@d07514c](https://github.com/d07514c) by renovate ([#19574](https://github.com/truecharts/charts/issues/19574))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fileflows/10.8.3/app-readme.md b/stable/fileflows/10.8.7/app-readme.md
similarity index 100%
rename from stable/fileflows/10.8.3/app-readme.md
rename to stable/fileflows/10.8.7/app-readme.md
diff --git a/stable/fileflows/10.8.7/charts/common-20.2.4.tgz b/stable/fileflows/10.8.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fileflows/10.8.7/charts/common-20.2.4.tgz differ
diff --git a/stable/fileflows/10.8.7/ix_values.yaml b/stable/fileflows/10.8.7/ix_values.yaml
new file mode 100644
index 00000000000..830dd233691
--- /dev/null
+++ b/stable/fileflows/10.8.7/ix_values.yaml
@@ -0,0 +1,48 @@
+image:
+ repository: revenz/fileflows
+ tag: 24.03@sha256:6b88978f90a8b15f3aa994a423c6beb1ec829a53c0f0f762c73de54577067317
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+service:
+ main:
+ ports:
+ main:
+ port: 10242
+ targetPort: 5000
+persistence:
+ data:
+ enabled: true
+ mountPath: /app/Data
+ logs:
+ enabled: true
+ mountPath: /app/Logs
+ temp:
+ enabled: true
+ mountPath: /temp
+ media:
+ enabled: true
+ mountPath: /media
+portal:
+ open:
+ enabled: true
diff --git a/stable/fileflows/10.8.3/questions.yaml b/stable/fileflows/10.8.7/questions.yaml
similarity index 100%
rename from stable/fileflows/10.8.3/questions.yaml
rename to stable/fileflows/10.8.7/questions.yaml
diff --git a/stable/filestash/6.6.1/templates/NOTES.txt b/stable/fileflows/10.8.7/templates/NOTES.txt
similarity index 100%
rename from stable/filestash/6.6.1/templates/NOTES.txt
rename to stable/fileflows/10.8.7/templates/NOTES.txt
diff --git a/stable/filestash/6.6.1/templates/common.yaml b/stable/fileflows/10.8.7/templates/common.yaml
similarity index 100%
rename from stable/filestash/6.6.1/templates/common.yaml
rename to stable/fileflows/10.8.7/templates/common.yaml
diff --git a/stable/fileshelter/6.7.0/values.yaml b/stable/fileflows/10.8.7/values.yaml
similarity index 100%
rename from stable/fileshelter/6.7.0/values.yaml
rename to stable/fileflows/10.8.7/values.yaml
diff --git a/stable/fileshelter/6.7.0/CHANGELOG.md b/stable/fileshelter/6.7.0/CHANGELOG.md
deleted file mode 100644
index fd1a02c3863..00000000000
--- a/stable/fileshelter/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fileshelter-6.7.0](https://github.com/truecharts/charts/compare/fileshelter-6.6.2...fileshelter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fileshelter-6.6.2](https://github.com/truecharts/charts/compare/fileshelter-6.6.1...fileshelter-6.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fileshelter-6.6.1](https://github.com/truecharts/charts/compare/fileshelter-6.6.0...fileshelter-6.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fileshelter-6.6.0](https://github.com/truecharts/charts/compare/fileshelter-6.5.0...fileshelter-6.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fileshelter-6.5.0](https://github.com/truecharts/charts/compare/fileshelter-6.4.1...fileshelter-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image epoupon/fileshelter to v6.2.0[@a5f63b6](https://github.com/a5f63b6) by renovate ([#19098](https://github.com/truecharts/charts/issues/19098))
-
-
-## [fileshelter-6.4.1](https://github.com/truecharts/charts/compare/fileshelter-6.4.0...fileshelter-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fileshelter-6.4.0](https://github.com/truecharts/charts/compare/fileshelter-6.3.0...fileshelter-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fileshelter-6.3.0](https://github.com/truecharts/charts/compare/fileshelter-6.2.3...fileshelter-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fileshelter-6.2.3](https://github.com/truecharts/charts/compare/fileshelter-6.2.2...fileshelter-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fileshelter-6.2.2](https://github.com/truecharts/charts/compare/fileshelter-6.2.0...fileshelter-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/fileshelter/6.7.0/Chart.yaml b/stable/fileshelter/6.7.0/Chart.yaml
deleted file mode 100644
index 55459c59fe3..00000000000
--- a/stable/fileshelter/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!
-home: https://truecharts.org/charts/stable/fileshelter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png
-keywords:
- - fileshelter
- - Cloud
- - Tools-Utilities
- - Network-Web
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fileshelter
-sources:
- - https://github.com/epoupon/fileshelter
- - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter
- - https://hub.docker.com/r/epoupon/fileshelter
-type: application
-version: 6.7.0
diff --git a/stable/fileshelter/6.7.0/charts/common-20.1.5.tgz b/stable/fileshelter/6.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fileshelter/6.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/filestash/6.6.1/.helmignore b/stable/fileshelter/6.8.3/.helmignore
similarity index 100%
rename from stable/filestash/6.6.1/.helmignore
rename to stable/fileshelter/6.8.3/.helmignore
diff --git a/stable/fileshelter/6.8.3/CHANGELOG.md b/stable/fileshelter/6.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..7e8e264f95f
--- /dev/null
+++ b/stable/fileshelter/6.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fileshelter-6.8.2](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fileshelter/6.8.3/Chart.yaml b/stable/fileshelter/6.8.3/Chart.yaml
new file mode 100644
index 00000000000..2821baab21f
--- /dev/null
+++ b/stable/fileshelter/6.8.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!
+home: https://truecharts.org/charts/stable/fileshelter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png
+keywords:
+ - fileshelter
+ - Cloud
+ - Tools-Utilities
+ - Network-Web
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fileshelter
+sources:
+ - https://github.com/epoupon/fileshelter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter
+ - https://hub.docker.com/r/epoupon/fileshelter
+type: application
+version: 6.8.3
diff --git a/stable/fileshelter/6.7.0/README.md b/stable/fileshelter/6.8.3/README.md
similarity index 100%
rename from stable/fileshelter/6.7.0/README.md
rename to stable/fileshelter/6.8.3/README.md
diff --git a/stable/fileshelter/6.8.3/app-changelog.md b/stable/fileshelter/6.8.3/app-changelog.md
new file mode 100644
index 00000000000..657bda08307
--- /dev/null
+++ b/stable/fileshelter/6.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fileshelter-6.8.3](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fileshelter/6.7.0/app-readme.md b/stable/fileshelter/6.8.3/app-readme.md
similarity index 100%
rename from stable/fileshelter/6.7.0/app-readme.md
rename to stable/fileshelter/6.8.3/app-readme.md
diff --git a/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz b/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fileshelter/6.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fileshelter/6.7.0/ix_values.yaml b/stable/fileshelter/6.8.3/ix_values.yaml
similarity index 100%
rename from stable/fileshelter/6.7.0/ix_values.yaml
rename to stable/fileshelter/6.8.3/ix_values.yaml
diff --git a/stable/fileshelter/6.7.0/questions.yaml b/stable/fileshelter/6.8.3/questions.yaml
similarity index 100%
rename from stable/fileshelter/6.7.0/questions.yaml
rename to stable/fileshelter/6.8.3/questions.yaml
diff --git a/stable/fileshelter/6.7.0/templates/common.yaml b/stable/fileshelter/6.8.3/templates/common.yaml
similarity index 100%
rename from stable/fileshelter/6.7.0/templates/common.yaml
rename to stable/fileshelter/6.8.3/templates/common.yaml
diff --git a/stable/filestash/6.6.1/values.yaml b/stable/fileshelter/6.8.3/values.yaml
similarity index 100%
rename from stable/filestash/6.6.1/values.yaml
rename to stable/fileshelter/6.8.3/values.yaml
diff --git a/stable/filestash/6.6.1/CHANGELOG.md b/stable/filestash/6.6.1/CHANGELOG.md
deleted file mode 100644
index cdd04b6f307..00000000000
--- a/stable/filestash/6.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
-
-
-## [filestash-6.6.0](https://github.com/truecharts/charts/compare/filestash-6.5.2...filestash-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/filestash/6.6.1/Chart.yaml b/stable/filestash/6.6.1/Chart.yaml
deleted file mode 100644
index 931fc751ff3..00000000000
--- a/stable/filestash/6.6.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Dropbox-like file manager that let you manage your data anywhere it is located.
-home: https://truecharts.org/charts/stable/filestash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png
-keywords:
- - filestash
- - Cloud
- - Productivity
- - Network-Web
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: filestash
-sources:
- - https://www.filestash.app/
- - https://github.com/mickael-kerjean/filestash
- - https://github.com/truecharts/charts/tree/master/charts/stable/filestash
- - https://hub.docker.com/r/machines/filestash
-type: application
-version: 6.6.1
diff --git a/stable/filestash/6.6.1/app-changelog.md b/stable/filestash/6.6.1/app-changelog.md
deleted file mode 100644
index 5672923cc4a..00000000000
--- a/stable/filestash/6.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [filestash-6.6.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
\ No newline at end of file
diff --git a/stable/filestash/6.6.1/charts/common-20.1.5.tgz b/stable/filestash/6.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/filestash/6.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/filezilla/11.7.0/.helmignore b/stable/filestash/6.7.3/.helmignore
similarity index 100%
rename from stable/filezilla/11.7.0/.helmignore
rename to stable/filestash/6.7.3/.helmignore
diff --git a/stable/filestash/6.7.3/CHANGELOG.md b/stable/filestash/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0c10c3f6996
--- /dev/null
+++ b/stable/filestash/6.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
+
+
+## [filestash-6.7.2](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
+
+
+## [filestash-6.7.2](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
+
+
+## [filestash-6.7.2](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
+
+
+## [filestash-6.7.2](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
+
+
+## [filestash-6.7.2](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
\ No newline at end of file
diff --git a/stable/filestash/6.7.3/Chart.yaml b/stable/filestash/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..756abac2d27
--- /dev/null
+++ b/stable/filestash/6.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Dropbox-like file manager that let you manage your data anywhere it is located.
+home: https://truecharts.org/charts/stable/filestash
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png
+keywords:
+ - filestash
+ - Cloud
+ - Productivity
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: filestash
+sources:
+ - https://www.filestash.app/
+ - https://github.com/mickael-kerjean/filestash
+ - https://github.com/truecharts/charts/tree/master/charts/stable/filestash
+ - https://hub.docker.com/r/machines/filestash
+type: application
+version: 6.7.3
diff --git a/stable/filestash/6.6.1/README.md b/stable/filestash/6.7.3/README.md
similarity index 100%
rename from stable/filestash/6.6.1/README.md
rename to stable/filestash/6.7.3/README.md
diff --git a/stable/filestash/6.7.3/app-changelog.md b/stable/filestash/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..c07eb704d97
--- /dev/null
+++ b/stable/filestash/6.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [filestash-6.7.3](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image machines/filestash to latest[@2925085](https://github.com/2925085) by renovate ([#19272](https://github.com/truecharts/charts/issues/19272))
\ No newline at end of file
diff --git a/stable/filestash/6.6.1/app-readme.md b/stable/filestash/6.7.3/app-readme.md
similarity index 100%
rename from stable/filestash/6.6.1/app-readme.md
rename to stable/filestash/6.7.3/app-readme.md
diff --git a/stable/filestash/6.7.3/charts/common-20.2.4.tgz b/stable/filestash/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/filestash/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/filestash/6.6.1/ix_values.yaml b/stable/filestash/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/filestash/6.6.1/ix_values.yaml
rename to stable/filestash/6.7.3/ix_values.yaml
diff --git a/stable/filestash/6.6.1/questions.yaml b/stable/filestash/6.7.3/questions.yaml
similarity index 100%
rename from stable/filestash/6.6.1/questions.yaml
rename to stable/filestash/6.7.3/questions.yaml
diff --git a/stable/filezilla/11.7.0/templates/NOTES.txt b/stable/filestash/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/filezilla/11.7.0/templates/NOTES.txt
rename to stable/filestash/6.7.3/templates/NOTES.txt
diff --git a/stable/filezilla/11.7.0/templates/common.yaml b/stable/filestash/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/filezilla/11.7.0/templates/common.yaml
rename to stable/filestash/6.7.3/templates/common.yaml
diff --git a/stable/filezilla/11.7.0/values.yaml b/stable/filestash/6.7.3/values.yaml
similarity index 100%
rename from stable/filezilla/11.7.0/values.yaml
rename to stable/filestash/6.7.3/values.yaml
diff --git a/stable/filezilla/11.7.0/CHANGELOG.md b/stable/filezilla/11.7.0/CHANGELOG.md
deleted file mode 100644
index 5a702d83205..00000000000
--- a/stable/filezilla/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
diff --git a/stable/filezilla/11.7.0/Chart.yaml b/stable/filezilla/11.7.0/Chart.yaml
deleted file mode 100644
index f0ca4f14dcf..00000000000
--- a/stable/filezilla/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.66.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Helm chart for Kubernetes
-home: https://truecharts.org/charts/stable/filezilla
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png
-keywords:
- - filezilla
- - ftp
- - sftp
- - ftps
- - client
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: filezilla
-sources:
- - https://github.com/linuxserver/docker-filezilla
- - https://filezilla-project.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla
- - https://ghcr.io/linuxserver/filezilla
-type: application
-version: 11.7.0
diff --git a/stable/filezilla/11.7.0/app-changelog.md b/stable/filezilla/11.7.0/app-changelog.md
deleted file mode 100644
index 74cf6df1b4c..00000000000
--- a/stable/filezilla/11.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [filezilla-11.7.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
\ No newline at end of file
diff --git a/stable/filezilla/11.7.0/charts/common-20.2.0.tgz b/stable/filezilla/11.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/filezilla/11.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/filezilla/11.7.0/ix_values.yaml b/stable/filezilla/11.7.0/ix_values.yaml
deleted file mode 100644
index b6add6e5fa4..00000000000
--- a/stable/filezilla/11.7.0/ix_values.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/filezilla
- tag: 3.66.4@sha256:acf9cae8e2c476eb79530be1e96f9b7289e49e26f10e40cc2d1f875ef596bea4
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-
-workload:
- main:
- podSpec:
- containers:
- main:
- securityContext:
-
-service:
- main:
- ports:
- main:
- port: 10035
- protocol: http
- targetPort: 3000
-
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: false
-
-portal:
- open:
- enabled: true
diff --git a/stable/fireflyiii/25.7.3/.helmignore b/stable/filezilla/11.7.4/.helmignore
similarity index 100%
rename from stable/fireflyiii/25.7.3/.helmignore
rename to stable/filezilla/11.7.4/.helmignore
diff --git a/stable/filezilla/11.7.4/CHANGELOG.md b/stable/filezilla/11.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..68907cb638e
--- /dev/null
+++ b/stable/filezilla/11.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [filezilla-11.7.4](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
+
+
+## [filezilla-11.7.3](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
+
+
+## [filezilla-11.7.3](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
+
+
+## [filezilla-11.7.3](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
+
+
+## [filezilla-11.7.3](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
+
+
+## [filezilla-11.7.3](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/filezilla/11.7.4/Chart.yaml b/stable/filezilla/11.7.4/Chart.yaml
new file mode 100644
index 00000000000..13bfea69fcd
--- /dev/null
+++ b/stable/filezilla/11.7.4/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.66.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Helm chart for Kubernetes
+home: https://truecharts.org/charts/stable/filezilla
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png
+keywords:
+ - filezilla
+ - ftp
+ - sftp
+ - ftps
+ - client
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: filezilla
+sources:
+ - https://github.com/linuxserver/docker-filezilla
+ - https://filezilla-project.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla
+ - https://ghcr.io/linuxserver/filezilla
+type: application
+version: 11.7.4
diff --git a/stable/filezilla/11.7.0/README.md b/stable/filezilla/11.7.4/README.md
similarity index 100%
rename from stable/filezilla/11.7.0/README.md
rename to stable/filezilla/11.7.4/README.md
diff --git a/stable/filezilla/11.7.4/app-changelog.md b/stable/filezilla/11.7.4/app-changelog.md
new file mode 100644
index 00000000000..a05fe7eddc8
--- /dev/null
+++ b/stable/filezilla/11.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [filezilla-11.7.4](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@8987294](https://github.com/8987294) by renovate ([#19479](https://github.com/truecharts/charts/issues/19479))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@acf9cae](https://github.com/acf9cae) by renovate ([#19235](https://github.com/truecharts/charts/issues/19235))
\ No newline at end of file
diff --git a/stable/filezilla/11.7.0/app-readme.md b/stable/filezilla/11.7.4/app-readme.md
similarity index 100%
rename from stable/filezilla/11.7.0/app-readme.md
rename to stable/filezilla/11.7.4/app-readme.md
diff --git a/stable/filezilla/11.7.4/charts/common-20.2.4.tgz b/stable/filezilla/11.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/filezilla/11.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/filezilla/11.7.4/ix_values.yaml b/stable/filezilla/11.7.4/ix_values.yaml
new file mode 100644
index 00000000000..08dda3214f8
--- /dev/null
+++ b/stable/filezilla/11.7.4/ix_values.yaml
@@ -0,0 +1,36 @@
+image:
+ repository: ghcr.io/linuxserver/filezilla
+ tag: 3.66.4@sha256:8987294507c0b3f8d586a16c062458bf305a778e3c06d2104061df317f3fa767
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ securityContext:
+
+service:
+ main:
+ ports:
+ main:
+ port: 10035
+ protocol: http
+ targetPort: 3000
+
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: false
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/filezilla/11.7.0/questions.yaml b/stable/filezilla/11.7.4/questions.yaml
similarity index 100%
rename from stable/filezilla/11.7.0/questions.yaml
rename to stable/filezilla/11.7.4/questions.yaml
diff --git a/stable/fireflyiii/25.7.3/templates/NOTES.txt b/stable/filezilla/11.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/fireflyiii/25.7.3/templates/NOTES.txt
rename to stable/filezilla/11.7.4/templates/NOTES.txt
diff --git a/stable/firefox-syncserver/17.6.0/templates/common.yaml b/stable/filezilla/11.7.4/templates/common.yaml
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/templates/common.yaml
rename to stable/filezilla/11.7.4/templates/common.yaml
diff --git a/stable/fireflyiii/25.7.3/values.yaml b/stable/filezilla/11.7.4/values.yaml
similarity index 100%
rename from stable/fireflyiii/25.7.3/values.yaml
rename to stable/filezilla/11.7.4/values.yaml
diff --git a/stable/fireflyiii/25.7.3/CHANGELOG.md b/stable/fireflyiii/25.7.3/CHANGELOG.md
deleted file mode 100644
index 9d2cada38d3..00000000000
--- a/stable/fireflyiii/25.7.3/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
diff --git a/stable/fireflyiii/25.7.3/Chart.yaml b/stable/fireflyiii/25.7.3/Chart.yaml
deleted file mode 100644
index a6c9106b56d..00000000000
--- a/stable/fireflyiii/25.7.3/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: finacial
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.1.11
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A free and open source personal finance manager
-home: https://truecharts.org/charts/stable/fireflyiii
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png
-keywords:
- - fireflyiii
- - finacial
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fireflyiii
-sources:
- - https://github.com/firefly-iii/firefly-iii/
- - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii
- - https://hub.docker.com/r/fireflyiii/core
-type: application
-version: 25.7.3
diff --git a/stable/fireflyiii/25.7.3/app-changelog.md b/stable/fireflyiii/25.7.3/app-changelog.md
deleted file mode 100644
index 1ebc1645d7b..00000000000
--- a/stable/fireflyiii/25.7.3/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [fireflyiii-25.7.3](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
-
-- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/fireflyiii/25.7.3/charts/common-20.2.2.tgz b/stable/fireflyiii/25.7.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/fireflyiii/25.7.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/fireflyiii/25.7.3/charts/redis-13.0.5.tgz b/stable/fireflyiii/25.7.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/fireflyiii/25.7.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/fireflyiii/25.7.3/ix_values.yaml b/stable/fireflyiii/25.7.3/ix_values.yaml
deleted file mode 100644
index 4a219a7be68..00000000000
--- a/stable/fireflyiii/25.7.3/ix_values.yaml
+++ /dev/null
@@ -1,88 +0,0 @@
-image:
- repository: fireflyiii/core
- pullPolicy: IfNotPresent
- tag: version-6.1.11@sha256:2613b0fdebde98e4b8fcb88d7d75af876c1e3e65773ce56e16a9a48bb7fdb546
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/login"
- readiness:
- path: "/login"
- startup:
- path: "/login"
- env:
- DB_USERNAME: "{{ .Values.cnpg.main.user }}"
- DB_DATABASE: "{{ .Values.cnpg.main.database }}"
- DB_CONNECTION: pgsql
- DB_PORT: 5432
- REDIS_DB: "0"
- REDIS_CACHE_DB: "1"
- CACHE_DRIVER: redis
- SESSION_DRIVER: redis
- REDIS_SCHEME: tcp
- REDIS_PORT: 6379
- APP_URL: ""
- TRUSTED_PROXIES: "172.16.0.0/16"
- DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- DB_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- REDIS_HOST:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: plainhost
- REDIS_PASSWORD:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: redis-password
- STATIC_CRON_TOKEN:
- secretKeyRef:
- name: firefly-secrets
- key: STATIC_CRON_TOKEN
- APP_KEY:
- secretKeyRef:
- name: firefly-secrets
- key: APP_KEY
-service:
- main:
- ports:
- main:
- port: 10082
- targetPort: 8080
-persistence:
- data:
- enabled: true
- mountPath: "/var/www/html/storage/upload"
-cronjob:
- schedule: "0 3 * * *"
- annotations: {}
- failedJobsHistoryLimit: 5
- successfulJobsHistoryLimit: 2
-# Enabled redis
-redis:
- enabled: true
-# Enabled postgres
-cnpg:
- main:
- enabled: true
- user: firefly
- database: firefly
-portal:
- open:
- enabled: true
diff --git a/stable/fireflyiii/25.7.3/questions.yaml b/stable/fireflyiii/25.7.3/questions.yaml
deleted file mode 100755
index 2ba0564f333..00000000000
--- a/stable/fireflyiii/25.7.3/questions.yaml
+++ /dev/null
@@ -1,3285 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: APP_URL
- label: "APP_URL"
- description: "Application URL eg. https://fireflyiii.mydomain.com"
- schema:
- type: string
- default: "http://localhost:10082"
- - variable: TRUSTED_PROXIES
- label: "TRUSTED_PROXIES"
- description: "TRUSTED_PROXIES"
- schema:
- type: string
- default: "172.16.0.0/16"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10082
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/firefox-desktop-g3/5.6.0/.helmignore b/stable/fireflyiii/25.8.2/.helmignore
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/.helmignore
rename to stable/fireflyiii/25.8.2/.helmignore
diff --git a/stable/fireflyiii/25.8.2/CHANGELOG.md b/stable/fireflyiii/25.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..081828b45a9
--- /dev/null
+++ b/stable/fireflyiii/25.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593))
+
+- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
+
+- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [fireflyiii-25.8.1](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593))
+
+- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
+
+- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [fireflyiii-25.8.1](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593))
+
+- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
+
+- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [fireflyiii-25.8.1](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593))
+
+- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
+
+- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fireflyiii/25.8.2/Chart.yaml b/stable/fireflyiii/25.8.2/Chart.yaml
new file mode 100644
index 00000000000..ce3f19edc85
--- /dev/null
+++ b/stable/fireflyiii/25.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: finacial
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.1.12
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A free and open source personal finance manager
+home: https://truecharts.org/charts/stable/fireflyiii
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.png
+keywords:
+ - fireflyiii
+ - finacial
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fireflyiii
+sources:
+ - https://github.com/firefly-iii/firefly-iii/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii
+ - https://hub.docker.com/r/fireflyiii/core
+type: application
+version: 25.8.2
diff --git a/stable/fireflyiii/25.7.3/LICENSE b/stable/fireflyiii/25.8.2/LICENSE
similarity index 100%
rename from stable/fireflyiii/25.7.3/LICENSE
rename to stable/fireflyiii/25.8.2/LICENSE
diff --git a/stable/fireflyiii/25.7.3/README.md b/stable/fireflyiii/25.8.2/README.md
similarity index 100%
rename from stable/fireflyiii/25.7.3/README.md
rename to stable/fireflyiii/25.8.2/README.md
diff --git a/stable/fireflyiii/25.8.2/app-changelog.md b/stable/fireflyiii/25.8.2/app-changelog.md
new file mode 100644
index 00000000000..93a014e508d
--- /dev/null
+++ b/stable/fireflyiii/25.8.2/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [fireflyiii-25.8.2](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image fireflyiii/core to vversion-6.1.12[@17dbdf0](https://github.com/17dbdf0) by renovate ([#19593](https://github.com/truecharts/charts/issues/19593))
+
+- update container image fireflyiii/core to version-6.1.11[@2613b0f](https://github.com/2613b0f) by renovate ([#19518](https://github.com/truecharts/charts/issues/19518))
+
+- update container image fireflyiii/core to vversion-6.1.11[@d7ba96b](https://github.com/d7ba96b) by renovate ([#19512](https://github.com/truecharts/charts/issues/19512))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/fireflyiii/25.7.3/app-readme.md b/stable/fireflyiii/25.8.2/app-readme.md
similarity index 100%
rename from stable/fireflyiii/25.7.3/app-readme.md
rename to stable/fireflyiii/25.8.2/app-readme.md
diff --git a/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz b/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fireflyiii/25.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/fireflyiii/25.8.2/charts/redis-13.2.2.tgz b/stable/fireflyiii/25.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/fireflyiii/25.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/fireflyiii/25.8.2/ix_values.yaml b/stable/fireflyiii/25.8.2/ix_values.yaml
new file mode 100644
index 00000000000..76fec928865
--- /dev/null
+++ b/stable/fireflyiii/25.8.2/ix_values.yaml
@@ -0,0 +1,88 @@
+image:
+ repository: fireflyiii/core
+ pullPolicy: IfNotPresent
+ tag: version-6.1.12@sha256:17dbdf003f203d280a877f04e8e0e32c6d5998b400681851e787ffccac8db78b
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/login"
+ readiness:
+ path: "/login"
+ startup:
+ path: "/login"
+ env:
+ DB_USERNAME: "{{ .Values.cnpg.main.user }}"
+ DB_DATABASE: "{{ .Values.cnpg.main.database }}"
+ DB_CONNECTION: pgsql
+ DB_PORT: 5432
+ REDIS_DB: "0"
+ REDIS_CACHE_DB: "1"
+ CACHE_DRIVER: redis
+ SESSION_DRIVER: redis
+ REDIS_SCHEME: tcp
+ REDIS_PORT: 6379
+ APP_URL: ""
+ TRUSTED_PROXIES: "172.16.0.0/16"
+ DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ DB_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ REDIS_HOST:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: plainhost
+ REDIS_PASSWORD:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: redis-password
+ STATIC_CRON_TOKEN:
+ secretKeyRef:
+ name: firefly-secrets
+ key: STATIC_CRON_TOKEN
+ APP_KEY:
+ secretKeyRef:
+ name: firefly-secrets
+ key: APP_KEY
+service:
+ main:
+ ports:
+ main:
+ port: 10082
+ targetPort: 8080
+persistence:
+ data:
+ enabled: true
+ mountPath: "/var/www/html/storage/upload"
+cronjob:
+ schedule: "0 3 * * *"
+ annotations: {}
+ failedJobsHistoryLimit: 5
+ successfulJobsHistoryLimit: 2
+# Enabled redis
+redis:
+ enabled: true
+# Enabled postgres
+cnpg:
+ main:
+ enabled: true
+ user: firefly
+ database: firefly
+portal:
+ open:
+ enabled: true
diff --git a/stable/fireflyiii/25.8.2/questions.yaml b/stable/fireflyiii/25.8.2/questions.yaml
new file mode 100755
index 00000000000..e1172c7c4a4
--- /dev/null
+++ b/stable/fireflyiii/25.8.2/questions.yaml
@@ -0,0 +1,3287 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: APP_URL
+ label: "APP_URL"
+ description: "Application URL eg. https://fireflyiii.mydomain.com"
+ schema:
+ type: string
+ default: "http://localhost:10082"
+ - variable: TRUSTED_PROXIES
+ label: "TRUSTED_PROXIES"
+ description: "TRUSTED_PROXIES"
+ schema:
+ type: string
+ default: "172.16.0.0/16"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10082
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/firefox-syncserver/17.6.0/templates/NOTES.txt b/stable/fireflyiii/25.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/templates/NOTES.txt
rename to stable/fireflyiii/25.8.2/templates/NOTES.txt
diff --git a/stable/fireflyiii/25.7.3/templates/_cronjob.tpl b/stable/fireflyiii/25.8.2/templates/_cronjob.tpl
similarity index 100%
rename from stable/fireflyiii/25.7.3/templates/_cronjob.tpl
rename to stable/fireflyiii/25.8.2/templates/_cronjob.tpl
diff --git a/stable/fireflyiii/25.7.3/templates/_secrets.tpl b/stable/fireflyiii/25.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/fireflyiii/25.7.3/templates/_secrets.tpl
rename to stable/fireflyiii/25.8.2/templates/_secrets.tpl
diff --git a/stable/fireflyiii/25.7.3/templates/common.yaml b/stable/fireflyiii/25.8.2/templates/common.yaml
similarity index 100%
rename from stable/fireflyiii/25.7.3/templates/common.yaml
rename to stable/fireflyiii/25.8.2/templates/common.yaml
diff --git a/stable/firefox-desktop-g3/5.6.0/values.yaml b/stable/fireflyiii/25.8.2/values.yaml
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/values.yaml
rename to stable/fireflyiii/25.8.2/values.yaml
diff --git a/stable/firefox-desktop-g3/5.6.0/CHANGELOG.md b/stable/firefox-desktop-g3/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5d8e75646b9..00000000000
--- a/stable/firefox-desktop-g3/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [firefox-desktop-g3-5.6.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.5.2...firefox-desktop-g3-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [firefox-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.5.1...firefox-desktop-g3-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [firefox-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.5.0...firefox-desktop-g3-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [firefox-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.2...firefox-desktop-g3-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [firefox-desktop-g3-5.4.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.1...firefox-desktop-g3-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@40f4918](https://github.com/40f4918) by renovate ([#19139](https://github.com/truecharts/charts/issues/19139))
-
-
-## [firefox-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.0...firefox-desktop-g3-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [firefox-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.3.0...firefox-desktop-g3-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [firefox-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.3...firefox-desktop-g3-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [firefox-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.2...firefox-desktop-g3-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [firefox-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.0...firefox-desktop-g3-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/firefox-desktop-g3/5.6.0/Chart.yaml b/stable/firefox-desktop-g3/5.6.0/Chart.yaml
deleted file mode 100644
index 9ba667a6dfc..00000000000
--- a/stable/firefox-desktop-g3/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/firefox-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png
-keywords:
- - firefox-desktop-g3
- - Productivity
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: firefox-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3
-type: application
-version: 5.6.0
diff --git a/stable/firefox-desktop-g3/5.6.0/charts/common-20.1.5.tgz b/stable/firefox-desktop-g3/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/firefox-desktop-g3/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/firefox-syncserver/17.6.0/.helmignore b/stable/firefox-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/.helmignore
rename to stable/firefox-desktop-g3/5.7.3/.helmignore
diff --git a/stable/firefox-desktop-g3/5.7.3/CHANGELOG.md b/stable/firefox-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..da37443426a
--- /dev/null
+++ b/stable/firefox-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [firefox-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/firefox-desktop-g3/5.7.3/Chart.yaml b/stable/firefox-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9c86c780d11
--- /dev/null
+++ b/stable/firefox-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/firefox-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png
+keywords:
+ - firefox-desktop-g3
+ - Productivity
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: firefox-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3
+type: application
+version: 5.7.3
diff --git a/stable/firefox-desktop-g3/5.6.0/README.md b/stable/firefox-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/README.md
rename to stable/firefox-desktop-g3/5.7.3/README.md
diff --git a/stable/firefox-desktop-g3/5.7.3/app-changelog.md b/stable/firefox-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..92762a3b315
--- /dev/null
+++ b/stable/firefox-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [firefox-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/firefox-desktop-g3/5.6.0/app-readme.md b/stable/firefox-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/app-readme.md
rename to stable/firefox-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/firefox-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/firefox-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/firefox-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/firefox-desktop-g3/5.6.0/ix_values.yaml b/stable/firefox-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/ix_values.yaml
rename to stable/firefox-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/firefox-desktop-g3/5.6.0/questions.yaml b/stable/firefox-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/questions.yaml
rename to stable/firefox-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/firefox-desktop-g3/5.6.0/templates/common.yaml b/stable/firefox-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/firefox-desktop-g3/5.6.0/templates/common.yaml
rename to stable/firefox-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/firefox-syncserver/17.6.0/values.yaml b/stable/firefox-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/values.yaml
rename to stable/firefox-desktop-g3/5.7.3/values.yaml
diff --git a/stable/firefox-syncserver/17.6.0/CHANGELOG.md b/stable/firefox-syncserver/17.6.0/CHANGELOG.md
deleted file mode 100644
index 5b29a1be5d0..00000000000
--- a/stable/firefox-syncserver/17.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [firefox-syncserver-17.6.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.5.2...firefox-syncserver-17.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [firefox-syncserver-17.5.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.5.1...firefox-syncserver-17.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [firefox-syncserver-17.5.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.5.0...firefox-syncserver-17.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [firefox-syncserver-17.5.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.4.1...firefox-syncserver-17.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [firefox-syncserver-17.4.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.4.0...firefox-syncserver-17.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [firefox-syncserver-17.4.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.3.0...firefox-syncserver-17.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [firefox-syncserver-17.3.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.3...firefox-syncserver-17.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [firefox-syncserver-17.2.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.2...firefox-syncserver-17.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [firefox-syncserver-17.2.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.0...firefox-syncserver-17.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/firefox-syncserver/17.6.0/Chart.yaml b/stable/firefox-syncserver/17.6.0/Chart.yaml
deleted file mode 100644
index 26f764419db..00000000000
--- a/stable/firefox-syncserver/17.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is an all-in-one package for running a self-hosted Firefox Sync server.
-home: https://truecharts.org/charts/stable/firefox-syncserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png
-keywords:
- - server
- - sync
- - syncserver
- - firefox
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: firefox-syncserver
-sources:
- - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html
- - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver
- - https://ghcr.io/crazy-max/firefox-syncserver
-type: application
-version: 17.6.0
diff --git a/stable/firefox-syncserver/17.6.0/charts/common-20.1.5.tgz b/stable/firefox-syncserver/17.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/firefox-syncserver/17.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/firefox-syncserver/17.6.0/questions.yaml b/stable/firefox-syncserver/17.6.0/questions.yaml
deleted file mode 100755
index d1dfc5c3e20..00000000000
--- a/stable/firefox-syncserver/17.6.0/questions.yaml
+++ /dev/null
@@ -1,3314 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: FF_SYNCSERVER_SECRET
- label: "FF_SYNCSERVER_SECRET"
- description: "Sets the FF_SYNCSERVER_SECRET env var"
- schema:
- type: string
- default: "changeme"
- - variable: FF_SYNCSERVER_PUBLIC_URL
- label: "FF_SYNCSERVER_PUBLIC_URL"
- description: "Sets the FF_SYNCSERVER_PUBLIC_URL env var"
- schema:
- type: string
- default: ""
- - variable: FF_SYNCSERVER_FORCE_WSGI_ENVIRON
- label: "FF_SYNCSERVER_FORCE_WSGI_ENVIRON"
- description: "Sets the FF_SYNCSERVER_FORCE_WSGI_ENVIRON env var"
- schema:
- type: boolean
- default: true
- - variable: FF_SYNCSERVER_ACCESSLOG
- label: "FF_SYNCSERVER_ACCESSLOG"
- description: "Sets the FF_SYNCSERVER_ACCESSLOG env var"
- schema:
- type: boolean
- default: false
- - variable: FF_SYNCSERVER_LOGLEVEL
- label: "FF_SYNCSERVER_LOGLEVEL"
- description: "Sets the FF_SYNCSERVER_LOGLEVEL env var"
- schema:
- type: string
- default: "info"
- - variable: FF_SYNCSERVER_ALLOW_NEW_USERS
- label: "FF_SYNCSERVER_ALLOW_NEW_USERS"
- description: "Sets the FF_SYNCSERVER_ALLOW_NEW_USERS env var"
- schema:
- type: boolean
- default: true
- - variable: FF_SYNCSERVER_FORWARDED_ALLOW_IPS
- label: "FF_SYNCSERVER_FORWARDED_ALLOW_IPS"
- description: "Sets the FF_SYNCSERVER_FORWARDED_ALLOW_IPS env var"
- schema:
- type: string
- default: "*"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10051
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/fireshare/6.7.0/.helmignore b/stable/firefox-syncserver/17.7.3/.helmignore
similarity index 100%
rename from stable/fireshare/6.7.0/.helmignore
rename to stable/firefox-syncserver/17.7.3/.helmignore
diff --git a/stable/firefox-syncserver/17.7.3/CHANGELOG.md b/stable/firefox-syncserver/17.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6e1ab080ea8
--- /dev/null
+++ b/stable/firefox-syncserver/17.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-syncserver-17.7.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/firefox-syncserver/17.7.3/Chart.yaml b/stable/firefox-syncserver/17.7.3/Chart.yaml
new file mode 100644
index 00000000000..bdc7747781d
--- /dev/null
+++ b/stable/firefox-syncserver/17.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is an all-in-one package for running a self-hosted Firefox Sync server.
+home: https://truecharts.org/charts/stable/firefox-syncserver
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png
+keywords:
+ - server
+ - sync
+ - syncserver
+ - firefox
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: firefox-syncserver
+sources:
+ - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html
+ - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver
+ - https://ghcr.io/crazy-max/firefox-syncserver
+type: application
+version: 17.7.3
diff --git a/stable/firefox-syncserver/17.6.0/README.md b/stable/firefox-syncserver/17.7.3/README.md
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/README.md
rename to stable/firefox-syncserver/17.7.3/README.md
diff --git a/stable/firefox-syncserver/17.7.3/app-changelog.md b/stable/firefox-syncserver/17.7.3/app-changelog.md
new file mode 100644
index 00000000000..ddcea36155d
--- /dev/null
+++ b/stable/firefox-syncserver/17.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [firefox-syncserver-17.7.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/firefox-syncserver/17.6.0/app-readme.md b/stable/firefox-syncserver/17.7.3/app-readme.md
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/app-readme.md
rename to stable/firefox-syncserver/17.7.3/app-readme.md
diff --git a/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz b/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/firefox-syncserver/17.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/firefox-syncserver/17.6.0/ix_values.yaml b/stable/firefox-syncserver/17.7.3/ix_values.yaml
similarity index 100%
rename from stable/firefox-syncserver/17.6.0/ix_values.yaml
rename to stable/firefox-syncserver/17.7.3/ix_values.yaml
diff --git a/stable/firefox-syncserver/17.7.3/questions.yaml b/stable/firefox-syncserver/17.7.3/questions.yaml
new file mode 100755
index 00000000000..fd2ea999d0d
--- /dev/null
+++ b/stable/firefox-syncserver/17.7.3/questions.yaml
@@ -0,0 +1,3316 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: FF_SYNCSERVER_SECRET
+ label: "FF_SYNCSERVER_SECRET"
+ description: "Sets the FF_SYNCSERVER_SECRET env var"
+ schema:
+ type: string
+ default: "changeme"
+ - variable: FF_SYNCSERVER_PUBLIC_URL
+ label: "FF_SYNCSERVER_PUBLIC_URL"
+ description: "Sets the FF_SYNCSERVER_PUBLIC_URL env var"
+ schema:
+ type: string
+ default: ""
+ - variable: FF_SYNCSERVER_FORCE_WSGI_ENVIRON
+ label: "FF_SYNCSERVER_FORCE_WSGI_ENVIRON"
+ description: "Sets the FF_SYNCSERVER_FORCE_WSGI_ENVIRON env var"
+ schema:
+ type: boolean
+ default: true
+ - variable: FF_SYNCSERVER_ACCESSLOG
+ label: "FF_SYNCSERVER_ACCESSLOG"
+ description: "Sets the FF_SYNCSERVER_ACCESSLOG env var"
+ schema:
+ type: boolean
+ default: false
+ - variable: FF_SYNCSERVER_LOGLEVEL
+ label: "FF_SYNCSERVER_LOGLEVEL"
+ description: "Sets the FF_SYNCSERVER_LOGLEVEL env var"
+ schema:
+ type: string
+ default: "info"
+ - variable: FF_SYNCSERVER_ALLOW_NEW_USERS
+ label: "FF_SYNCSERVER_ALLOW_NEW_USERS"
+ description: "Sets the FF_SYNCSERVER_ALLOW_NEW_USERS env var"
+ schema:
+ type: boolean
+ default: true
+ - variable: FF_SYNCSERVER_FORWARDED_ALLOW_IPS
+ label: "FF_SYNCSERVER_FORWARDED_ALLOW_IPS"
+ description: "Sets the FF_SYNCSERVER_FORWARDED_ALLOW_IPS env var"
+ schema:
+ type: string
+ default: "*"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10051
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/firezone/3.6.0/templates/NOTES.txt b/stable/firefox-syncserver/17.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/firezone/3.6.0/templates/NOTES.txt
rename to stable/firefox-syncserver/17.7.3/templates/NOTES.txt
diff --git a/stable/flaresolverr/13.6.0/templates/common.yaml b/stable/firefox-syncserver/17.7.3/templates/common.yaml
similarity index 100%
rename from stable/flaresolverr/13.6.0/templates/common.yaml
rename to stable/firefox-syncserver/17.7.3/templates/common.yaml
diff --git a/stable/fireshare/6.7.0/values.yaml b/stable/firefox-syncserver/17.7.3/values.yaml
similarity index 100%
rename from stable/fireshare/6.7.0/values.yaml
rename to stable/firefox-syncserver/17.7.3/values.yaml
diff --git a/stable/firezone/3.6.0/.helmignore b/stable/firefox/13.0.2/.helmignore
similarity index 100%
rename from stable/firezone/3.6.0/.helmignore
rename to stable/firefox/13.0.2/.helmignore
diff --git a/stable/firefox/13.0.2/CHANGELOG.md b/stable/firefox/13.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..8580452d9e8
--- /dev/null
+++ b/stable/firefox/13.0.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-13.0.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-13.0.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-13.0.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firefox-13.0.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/firefox/13.0.2/Chart.yaml b/stable/firefox/13.0.2/Chart.yaml
new file mode 100644
index 00000000000..d274ddb169c
--- /dev/null
+++ b/stable/firefox/13.0.2/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: browser
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 124.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.
+home: https://truecharts.org/charts/stable/firefox
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png
+keywords:
+ - firefox
+ - browser
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: firefox
+sources:
+ - https://github.com/linuxserver/docker-firefox
+ - https://github.com/truecharts/charts/tree/master/charts/stable/firefox
+ - https://ghcr.io/linuxserver/firefox
+type: application
+version: 13.0.2
diff --git a/stable/firefox/13.0.2/README.md b/stable/firefox/13.0.2/README.md
new file mode 100644
index 00000000000..af8822b1081
--- /dev/null
+++ b/stable/firefox/13.0.2/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/firefox/13.0.2/app-changelog.md b/stable/firefox/13.0.2/app-changelog.md
new file mode 100644
index 00000000000..f0141bad667
--- /dev/null
+++ b/stable/firefox/13.0.2/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [firefox-13.0.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-13.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/firefox to 124.0.1[@e906a0e](https://github.com/e906a0e) by renovate ([#19703](https://github.com/truecharts/charts/issues/19703))
+
+- update container image ghcr.io/linuxserver/firefox to v124.0.1[@46761f7](https://github.com/46761f7) by renovate ([#19676](https://github.com/truecharts/charts/issues/19676))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/firefox to 123.0.1[@55adf05](https://github.com/55adf05) by renovate ([#19382](https://github.com/truecharts/charts/issues/19382))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/firefox/13.0.2/app-readme.md b/stable/firefox/13.0.2/app-readme.md
new file mode 100644
index 00000000000..06d4ce14224
--- /dev/null
+++ b/stable/firefox/13.0.2/app-readme.md
@@ -0,0 +1,8 @@
+a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/firefox](https://truecharts.org/charts/stable/firefox)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/firefox/13.0.2/charts/common-20.2.4.tgz b/stable/firefox/13.0.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/firefox/13.0.2/charts/common-20.2.4.tgz differ
diff --git a/stable/firefox/13.0.2/ix_values.yaml b/stable/firefox/13.0.2/ix_values.yaml
new file mode 100644
index 00000000000..c2ff5aa957f
--- /dev/null
+++ b/stable/firefox/13.0.2/ix_values.yaml
@@ -0,0 +1,41 @@
+image:
+ repository: ghcr.io/linuxserver/firefox
+ pullPolicy: IfNotPresent
+ tag: 124.0.1@sha256:e906a0ea71f2dd3a8949d3713a9d8b17fc537edce6d66dd28c7f1e30dac8bff5
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10131
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ readiness:
+ type: http
+ startup:
+ type: http
+ env:
+ FM_HOME: "/config"
+ CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
+ TITLE: "TrueChartVNC Client"
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ varrun:
+ enabled: false
+portal:
+ open:
+ enabled: true
diff --git a/stable/firefox/13.0.2/questions.yaml b/stable/firefox/13.0.2/questions.yaml
new file mode 100755
index 00000000000..9e48fe594ab
--- /dev/null
+++ b/stable/firefox/13.0.2/questions.yaml
@@ -0,0 +1,2851 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: TITLE
+ label: Title
+ description: The page title displayed on the web browser
+ schema:
+ type: string
+ default: "TrueChartVNC Client"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the Minecraft Server runs on
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10131
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Config.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID this App of the user running the application
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage.
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/flaresolverr/13.6.0/templates/NOTES.txt b/stable/firefox/13.0.2/templates/NOTES.txt
similarity index 100%
rename from stable/flaresolverr/13.6.0/templates/NOTES.txt
rename to stable/firefox/13.0.2/templates/NOTES.txt
diff --git a/stable/fleet/12.12.3/templates/common.yaml b/stable/firefox/13.0.2/templates/common.yaml
similarity index 100%
rename from stable/fleet/12.12.3/templates/common.yaml
rename to stable/firefox/13.0.2/templates/common.yaml
diff --git a/stable/firezone/3.6.0/values.yaml b/stable/firefox/13.0.2/values.yaml
similarity index 100%
rename from stable/firezone/3.6.0/values.yaml
rename to stable/firefox/13.0.2/values.yaml
diff --git a/stable/fireshare/6.7.0/CHANGELOG.md b/stable/fireshare/6.7.0/CHANGELOG.md
deleted file mode 100644
index 44fc92c5a47..00000000000
--- a/stable/fireshare/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fireshare-6.7.0](https://github.com/truecharts/charts/compare/fireshare-6.6.2...fireshare-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fireshare-6.6.2](https://github.com/truecharts/charts/compare/fireshare-6.6.1...fireshare-6.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fireshare-6.6.1](https://github.com/truecharts/charts/compare/fireshare-6.6.0...fireshare-6.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fireshare-6.6.0](https://github.com/truecharts/charts/compare/fireshare-6.5.1...fireshare-6.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fireshare-6.5.1](https://github.com/truecharts/charts/compare/fireshare-6.5.0...fireshare-6.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fireshare-6.5.0](https://github.com/truecharts/charts/compare/fireshare-6.4.0...fireshare-6.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fireshare-6.4.0](https://github.com/truecharts/charts/compare/fireshare-6.3.3...fireshare-6.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fireshare-6.3.3](https://github.com/truecharts/charts/compare/fireshare-6.3.2...fireshare-6.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fireshare-6.3.2](https://github.com/truecharts/charts/compare/fireshare-6.3.0...fireshare-6.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fireshare/6.7.0/Chart.yaml b/stable/fireshare/6.7.0/Chart.yaml
deleted file mode 100644
index f3d90e96860..00000000000
--- a/stable/fireshare/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.19
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Share your game clips, videos, or other media via unique links.
-home: https://truecharts.org/charts/stable/fireshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
-keywords:
- - fireshare
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fireshare
-sources:
- - https://github.com/ShaneIsrael/fireshare
- - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare
- - https://hub.docker.com/r/shaneisrael/fireshare
-type: application
-version: 6.7.0
diff --git a/stable/fireshare/6.7.0/charts/common-20.1.5.tgz b/stable/fireshare/6.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fireshare/6.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fistfuloffrags/5.6.0/.helmignore b/stable/fireshare/6.8.3/.helmignore
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/.helmignore
rename to stable/fireshare/6.8.3/.helmignore
diff --git a/stable/fireshare/6.8.3/CHANGELOG.md b/stable/fireshare/6.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..3ff10be18f8
--- /dev/null
+++ b/stable/fireshare/6.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fireshare-6.8.2](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fireshare/6.8.3/Chart.yaml b/stable/fireshare/6.8.3/Chart.yaml
new file mode 100644
index 00000000000..d5e0c7e4cd3
--- /dev/null
+++ b/stable/fireshare/6.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.19
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Share your game clips, videos, or other media via unique links.
+home: https://truecharts.org/charts/stable/fireshare
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
+keywords:
+ - fireshare
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fireshare
+sources:
+ - https://github.com/ShaneIsrael/fireshare
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare
+ - https://hub.docker.com/r/shaneisrael/fireshare
+type: application
+version: 6.8.3
diff --git a/stable/fireshare/6.7.0/README.md b/stable/fireshare/6.8.3/README.md
similarity index 100%
rename from stable/fireshare/6.7.0/README.md
rename to stable/fireshare/6.8.3/README.md
diff --git a/stable/fireshare/6.8.3/app-changelog.md b/stable/fireshare/6.8.3/app-changelog.md
new file mode 100644
index 00000000000..0353bfa71de
--- /dev/null
+++ b/stable/fireshare/6.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fireshare-6.8.3](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fireshare/6.7.0/app-readme.md b/stable/fireshare/6.8.3/app-readme.md
similarity index 100%
rename from stable/fireshare/6.7.0/app-readme.md
rename to stable/fireshare/6.8.3/app-readme.md
diff --git a/stable/fireshare/6.8.3/charts/common-20.2.4.tgz b/stable/fireshare/6.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fireshare/6.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fireshare/6.7.0/ix_values.yaml b/stable/fireshare/6.8.3/ix_values.yaml
similarity index 100%
rename from stable/fireshare/6.7.0/ix_values.yaml
rename to stable/fireshare/6.8.3/ix_values.yaml
diff --git a/stable/fireshare/6.7.0/questions.yaml b/stable/fireshare/6.8.3/questions.yaml
similarity index 100%
rename from stable/fireshare/6.7.0/questions.yaml
rename to stable/fireshare/6.8.3/questions.yaml
diff --git a/stable/fireshare/6.7.0/templates/_secrets.tpl b/stable/fireshare/6.8.3/templates/_secrets.tpl
similarity index 100%
rename from stable/fireshare/6.7.0/templates/_secrets.tpl
rename to stable/fireshare/6.8.3/templates/_secrets.tpl
diff --git a/stable/fireshare/6.7.0/templates/common.yaml b/stable/fireshare/6.8.3/templates/common.yaml
similarity index 100%
rename from stable/fireshare/6.7.0/templates/common.yaml
rename to stable/fireshare/6.8.3/templates/common.yaml
diff --git a/stable/fistfuloffrags/5.6.0/values.yaml b/stable/fireshare/6.8.3/values.yaml
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/values.yaml
rename to stable/fireshare/6.8.3/values.yaml
diff --git a/stable/firezone/3.6.0/CHANGELOG.md b/stable/firezone/3.6.0/CHANGELOG.md
deleted file mode 100644
index 9eaa8c48493..00000000000
--- a/stable/firezone/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [firezone-3.6.0](https://github.com/truecharts/charts/compare/firezone-3.5.2...firezone-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [firezone-3.5.2](https://github.com/truecharts/charts/compare/firezone-3.5.1...firezone-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [firezone-3.5.1](https://github.com/truecharts/charts/compare/firezone-3.5.0...firezone-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [firezone-3.5.0](https://github.com/truecharts/charts/compare/firezone-3.4.1...firezone-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [firezone-3.4.1](https://github.com/truecharts/charts/compare/firezone-3.4.0...firezone-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [firezone-3.4.0](https://github.com/truecharts/charts/compare/firezone-3.3.0...firezone-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [firezone-3.3.0](https://github.com/truecharts/charts/compare/firezone-3.2.3...firezone-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [firezone-3.2.3](https://github.com/truecharts/charts/compare/firezone-3.2.2...firezone-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [firezone-3.2.2](https://github.com/truecharts/charts/compare/firezone-3.2.0...firezone-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/firezone/3.6.0/Chart.yaml b/stable/firezone/3.6.0/Chart.yaml
deleted file mode 100644
index 1a04d29d3c2..00000000000
--- a/stable/firezone/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: vpn
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.36
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: WireGuard-based VPN server and egress firewall
-home: https://truecharts.org/charts/stable/firezone
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png
-keywords:
- - firezone
- - wireguard
- - vpn
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: firezone
-sources:
- - https://github.com/firezone/firezone
- - https://github.com/truecharts/charts/tree/master/charts/stable/firezone
- - https://hub.docker.com/r/firezone/firezone
-type: application
-version: 3.6.0
diff --git a/stable/firezone/3.6.0/charts/common-20.1.5.tgz b/stable/firezone/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/firezone/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/firezone/3.6.0/questions.yaml b/stable/firezone/3.6.0/questions.yaml
deleted file mode 100755
index 5ed1f21e619..00000000000
--- a/stable/firezone/3.6.0/questions.yaml
+++ /dev/null
@@ -1,3537 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: firezone
- group: App Configuration
- label: FireZone
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: web
- label: Web Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: external_url
- label: External Url
- description: Must be a valid and public FQDN for ACME SSL issuance to function. Include https://
- schema:
- type: string
- required: true
- default: ""
- - variable: trusted_proxies
- label: Trusted Proxies
- description: List of trusted reverse proxies.
- schema:
- type: list
- default: []
- items:
- - variable: proxy
- label: Proxy IP
- schema:
- type: string
- required: true
- default: ""
- - variable: private_clients
- label: Private Clients
- description: List of trusted clients.
- schema:
- type: list
- default: []
- items:
- - variable: client_ip
- label: Client IP
- schema:
- type: string
- required: true
- default: ""
- - variable: secure_cookies
- label: Secure Cookies
- description: Enable or disable requiring secure cookies. Required for HTTPS.
- schema:
- type: boolean
- default: true
- - variable: admin
- label: Admin Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: reset_admin_on_boot
- label: Reset Admin On Boot
- description: to create or reset the admin password every time Firezone starts. By default, the admin password is only set when Firezone is installed.
- schema:
- type: boolean
- default: true
- - variable: default_email
- label: Default Email
- description: Primary administrator email.
- schema:
- type: string
- required: true
- default: ""
- - variable: default_password
- label: Default Password
- description: Default password that will be used for creating or resetting the primary administrator account.
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: devices
- label: Devices Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: allow_unprivileged_device_management
- label: Allow Unprivileged Device Management
- description: Enable or disable management of devices on unprivileged accounts.
- schema:
- type: boolean
- default: true
- - variable: allow_unprivileged_device_config
- label: Allow Unprivileged Device Configuration
- description: Enable or disable configuration of device network settings for unprivileged users.
- schema:
- type: boolean
- default: true
- - variable: vpn_session_duration
- label: VPN Session Duration
- description: Optionally require users to periodically authenticate to the Firezone web UI in order to keep their VPN sessions active.
- schema:
- type: int
- default: 0
- - variable: client_persistent_keepalive
- label: Client Persistent KeepAlive
- description: If you experience NAT or firewall traversal problems, you can enable this to send a keepalive packet every 25 seconds, disabled by setting it to 0.
- schema:
- type: int
- default: 0
- - variable: default_client_mtu
- label: Default Client MTU
- description: WireGuard interface MTU for devices.
- schema:
- type: int
- default: 1280
- - variable: client_endpoint
- label: Client Endpoint
- description: IPv4 address, or FQDN that devices will be configured to connect to.
- schema:
- type: string
- required: true
- default: ""
- - variable: client_dns
- label: Client DNS
- description: List of DNS servers to use for devices.
- schema:
- type: list
- empty: false
- required: true
- default:
- - 1.1.1.1
- - 1.0.0.1
- items:
- - variable: dns
- label: DNS
- schema:
- type: string
- required: true
- default: ""
- - variable: client_allowed_ips
- label: Client Allowed Ips
- description: Configures the default AllowedIPs setting for devices.
- schema:
- type: list
- empty: false
- default:
- - 0.0.0.0/0
- items:
- - variable: ip
- label: IP
- schema:
- type: string
- required: true
- default: ""
- - variable: max_devices_per_user
- label: Max Devices Per User
- description: Changes how many devices a user can have at a time.
- schema:
- type: int
- default: 10
- - variable: authorization
- label: Authorization Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: local_auth_enabled
- label: Local Auth Enabled
- description: Enable or disable the local authentication method for all users.
- schema:
- type: boolean
- default: true
- - variable: disable_vpn_on_oidc_error
- label: Disable VPN On OIDC Error
- description: Enable or disable auto disabling VPN connection on OIDC refresh error.
- schema:
- type: boolean
- default: false
- - variable: wireguard
- label: Wireguard Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipv4_masquerade_enabled
- label: IPv4 Masquerade Enabled
- description: Enable or disable IPv4 masqeurading.
- schema:
- type: boolean
- default: true
- - variable: connectivity
- label: Connectivity Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: checks_enabled
- label: Checks Enabled
- description: Enable / disable periodic checking for egress connectivity.
- schema:
- type: boolean
- default: true
- - variable: checks_interval
- label: Checks Interval
- description: Periodicity in seconds to check for egress connectivity.
- schema:
- type: int
- default: 43200
- - variable: other
- label: Other Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: telemetry_enabled
- label: Telemetry Enabled
- description: Enable or disable the Firezone telemetry collection.
- schema:
- type: boolean
- default: false
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 13000
- required: true
- - variable: wireguard
- label: Wireguard Service
- description: The Wireguard service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: wireguard
- label: Wireguard Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 51820
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Config.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: runAsUser
- description: The UserID of the user running the application
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: runAsGroup
- description: The groupID of the user running the application
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: fsGroup
- description: The group that should own ALL storage.
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/fivem/5.6.0/.helmignore b/stable/firezone/3.7.3/.helmignore
similarity index 100%
rename from stable/fivem/5.6.0/.helmignore
rename to stable/firezone/3.7.3/.helmignore
diff --git a/stable/firezone/3.7.3/CHANGELOG.md b/stable/firezone/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3ce07458bf7
--- /dev/null
+++ b/stable/firezone/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [firezone-3.7.2](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/firezone/3.7.3/Chart.yaml b/stable/firezone/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..7feaa8f8e49
--- /dev/null
+++ b/stable/firezone/3.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: vpn
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.36
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: WireGuard-based VPN server and egress firewall
+home: https://truecharts.org/charts/stable/firezone
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.png
+keywords:
+ - firezone
+ - wireguard
+ - vpn
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: firezone
+sources:
+ - https://github.com/firezone/firezone
+ - https://github.com/truecharts/charts/tree/master/charts/stable/firezone
+ - https://hub.docker.com/r/firezone/firezone
+type: application
+version: 3.7.3
diff --git a/stable/firezone/3.6.0/README.md b/stable/firezone/3.7.3/README.md
similarity index 100%
rename from stable/firezone/3.6.0/README.md
rename to stable/firezone/3.7.3/README.md
diff --git a/stable/firezone/3.7.3/app-changelog.md b/stable/firezone/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..e8407a746e5
--- /dev/null
+++ b/stable/firezone/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [firezone-3.7.3](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/firezone/3.6.0/app-readme.md b/stable/firezone/3.7.3/app-readme.md
similarity index 100%
rename from stable/firezone/3.6.0/app-readme.md
rename to stable/firezone/3.7.3/app-readme.md
diff --git a/stable/firezone/3.7.3/charts/common-20.2.4.tgz b/stable/firezone/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/firezone/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/firezone/3.6.0/ix_values.yaml b/stable/firezone/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/firezone/3.6.0/ix_values.yaml
rename to stable/firezone/3.7.3/ix_values.yaml
diff --git a/stable/firezone/3.7.3/questions.yaml b/stable/firezone/3.7.3/questions.yaml
new file mode 100755
index 00000000000..f73f74624cf
--- /dev/null
+++ b/stable/firezone/3.7.3/questions.yaml
@@ -0,0 +1,3539 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: firezone
+ group: App Configuration
+ label: FireZone
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: web
+ label: Web Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: external_url
+ label: External Url
+ description: Must be a valid and public FQDN for ACME SSL issuance to function. Include https://
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: trusted_proxies
+ label: Trusted Proxies
+ description: List of trusted reverse proxies.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: proxy
+ label: Proxy IP
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: private_clients
+ label: Private Clients
+ description: List of trusted clients.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: client_ip
+ label: Client IP
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: secure_cookies
+ label: Secure Cookies
+ description: Enable or disable requiring secure cookies. Required for HTTPS.
+ schema:
+ type: boolean
+ default: true
+ - variable: admin
+ label: Admin Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: reset_admin_on_boot
+ label: Reset Admin On Boot
+ description: to create or reset the admin password every time Firezone starts. By default, the admin password is only set when Firezone is installed.
+ schema:
+ type: boolean
+ default: true
+ - variable: default_email
+ label: Default Email
+ description: Primary administrator email.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: default_password
+ label: Default Password
+ description: Default password that will be used for creating or resetting the primary administrator account.
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: devices
+ label: Devices Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: allow_unprivileged_device_management
+ label: Allow Unprivileged Device Management
+ description: Enable or disable management of devices on unprivileged accounts.
+ schema:
+ type: boolean
+ default: true
+ - variable: allow_unprivileged_device_config
+ label: Allow Unprivileged Device Configuration
+ description: Enable or disable configuration of device network settings for unprivileged users.
+ schema:
+ type: boolean
+ default: true
+ - variable: vpn_session_duration
+ label: VPN Session Duration
+ description: Optionally require users to periodically authenticate to the Firezone web UI in order to keep their VPN sessions active.
+ schema:
+ type: int
+ default: 0
+ - variable: client_persistent_keepalive
+ label: Client Persistent KeepAlive
+ description: If you experience NAT or firewall traversal problems, you can enable this to send a keepalive packet every 25 seconds, disabled by setting it to 0.
+ schema:
+ type: int
+ default: 0
+ - variable: default_client_mtu
+ label: Default Client MTU
+ description: WireGuard interface MTU for devices.
+ schema:
+ type: int
+ default: 1280
+ - variable: client_endpoint
+ label: Client Endpoint
+ description: IPv4 address, or FQDN that devices will be configured to connect to.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: client_dns
+ label: Client DNS
+ description: List of DNS servers to use for devices.
+ schema:
+ type: list
+ empty: false
+ required: true
+ default:
+ - 1.1.1.1
+ - 1.0.0.1
+ items:
+ - variable: dns
+ label: DNS
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: client_allowed_ips
+ label: Client Allowed Ips
+ description: Configures the default AllowedIPs setting for devices.
+ schema:
+ type: list
+ empty: false
+ default:
+ - 0.0.0.0/0
+ items:
+ - variable: ip
+ label: IP
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: max_devices_per_user
+ label: Max Devices Per User
+ description: Changes how many devices a user can have at a time.
+ schema:
+ type: int
+ default: 10
+ - variable: authorization
+ label: Authorization Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: local_auth_enabled
+ label: Local Auth Enabled
+ description: Enable or disable the local authentication method for all users.
+ schema:
+ type: boolean
+ default: true
+ - variable: disable_vpn_on_oidc_error
+ label: Disable VPN On OIDC Error
+ description: Enable or disable auto disabling VPN connection on OIDC refresh error.
+ schema:
+ type: boolean
+ default: false
+ - variable: wireguard
+ label: Wireguard Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipv4_masquerade_enabled
+ label: IPv4 Masquerade Enabled
+ description: Enable or disable IPv4 masqeurading.
+ schema:
+ type: boolean
+ default: true
+ - variable: connectivity
+ label: Connectivity Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: checks_enabled
+ label: Checks Enabled
+ description: Enable / disable periodic checking for egress connectivity.
+ schema:
+ type: boolean
+ default: true
+ - variable: checks_interval
+ label: Checks Interval
+ description: Periodicity in seconds to check for egress connectivity.
+ schema:
+ type: int
+ default: 43200
+ - variable: other
+ label: Other Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: telemetry_enabled
+ label: Telemetry Enabled
+ description: Enable or disable the Firezone telemetry collection.
+ schema:
+ type: boolean
+ default: false
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 13000
+ required: true
+ - variable: wireguard
+ label: Wireguard Service
+ description: The Wireguard service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: wireguard
+ label: Wireguard Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 51820
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Config.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID of the user running the application
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage.
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/fleet/12.12.3/templates/NOTES.txt b/stable/firezone/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/fleet/12.12.3/templates/NOTES.txt
rename to stable/firezone/3.7.3/templates/NOTES.txt
diff --git a/stable/firezone/3.6.0/templates/_secrets.tpl b/stable/firezone/3.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/firezone/3.6.0/templates/_secrets.tpl
rename to stable/firezone/3.7.3/templates/_secrets.tpl
diff --git a/stable/firezone/3.6.0/templates/common.yaml b/stable/firezone/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/firezone/3.6.0/templates/common.yaml
rename to stable/firezone/3.7.3/templates/common.yaml
diff --git a/stable/fivem/5.6.0/values.yaml b/stable/firezone/3.7.3/values.yaml
similarity index 100%
rename from stable/fivem/5.6.0/values.yaml
rename to stable/firezone/3.7.3/values.yaml
diff --git a/stable/fistfuloffrags/5.6.0/CHANGELOG.md b/stable/fistfuloffrags/5.6.0/CHANGELOG.md
deleted file mode 100644
index 1f8c2cea143..00000000000
--- a/stable/fistfuloffrags/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fistfuloffrags-5.6.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.5.2...fistfuloffrags-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fistfuloffrags-5.5.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.5.1...fistfuloffrags-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fistfuloffrags-5.5.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.5.0...fistfuloffrags-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fistfuloffrags-5.5.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.4.1...fistfuloffrags-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fistfuloffrags-5.4.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.4.0...fistfuloffrags-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fistfuloffrags-5.4.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.3.0...fistfuloffrags-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fistfuloffrags-5.3.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.3...fistfuloffrags-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fistfuloffrags-5.2.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.2...fistfuloffrags-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fistfuloffrags-5.2.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.0...fistfuloffrags-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fistfuloffrags/5.6.0/Chart.yaml b/stable/fistfuloffrags/5.6.0/Chart.yaml
deleted file mode 100644
index a4f42307fa1..00000000000
--- a/stable/fistfuloffrags/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: fistfuloffrags
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it.
-home: https://truecharts.org/charts/stable/fistfuloffrags
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png
-keywords:
- - fistfuloffrags
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fistfuloffrags
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/fistfuloffrags/5.6.0/charts/common-20.1.5.tgz b/stable/fistfuloffrags/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fistfuloffrags/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/flame/5.6.0/.helmignore b/stable/fistfuloffrags/5.7.3/.helmignore
similarity index 100%
rename from stable/flame/5.6.0/.helmignore
rename to stable/fistfuloffrags/5.7.3/.helmignore
diff --git a/stable/fistfuloffrags/5.7.3/CHANGELOG.md b/stable/fistfuloffrags/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..918ae718ff3
--- /dev/null
+++ b/stable/fistfuloffrags/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fistfuloffrags-5.7.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fistfuloffrags/5.7.3/Chart.yaml b/stable/fistfuloffrags/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6b51e7d47ce
--- /dev/null
+++ b/stable/fistfuloffrags/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: fistfuloffrags
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it.
+home: https://truecharts.org/charts/stable/fistfuloffrags
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png
+keywords:
+ - fistfuloffrags
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fistfuloffrags
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/fistfuloffrags/5.6.0/README.md b/stable/fistfuloffrags/5.7.3/README.md
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/README.md
rename to stable/fistfuloffrags/5.7.3/README.md
diff --git a/stable/fistfuloffrags/5.7.3/app-changelog.md b/stable/fistfuloffrags/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9aca4f81b62
--- /dev/null
+++ b/stable/fistfuloffrags/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fistfuloffrags-5.7.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fistfuloffrags/5.6.0/app-readme.md b/stable/fistfuloffrags/5.7.3/app-readme.md
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/app-readme.md
rename to stable/fistfuloffrags/5.7.3/app-readme.md
diff --git a/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz b/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fistfuloffrags/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fistfuloffrags/5.6.0/ix_values.yaml b/stable/fistfuloffrags/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/ix_values.yaml
rename to stable/fistfuloffrags/5.7.3/ix_values.yaml
diff --git a/stable/fistfuloffrags/5.6.0/questions.yaml b/stable/fistfuloffrags/5.7.3/questions.yaml
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/questions.yaml
rename to stable/fistfuloffrags/5.7.3/questions.yaml
diff --git a/stable/fistfuloffrags/5.6.0/templates/common.yaml b/stable/fistfuloffrags/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fistfuloffrags/5.6.0/templates/common.yaml
rename to stable/fistfuloffrags/5.7.3/templates/common.yaml
diff --git a/stable/flame/5.6.0/values.yaml b/stable/fistfuloffrags/5.7.3/values.yaml
similarity index 100%
rename from stable/flame/5.6.0/values.yaml
rename to stable/fistfuloffrags/5.7.3/values.yaml
diff --git a/stable/fivem/5.6.0/CHANGELOG.md b/stable/fivem/5.6.0/CHANGELOG.md
deleted file mode 100644
index 99ea5c8615e..00000000000
--- a/stable/fivem/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fivem-5.6.0](https://github.com/truecharts/charts/compare/fivem-5.5.2...fivem-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fivem-5.5.2](https://github.com/truecharts/charts/compare/fivem-5.5.1...fivem-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fivem-5.5.1](https://github.com/truecharts/charts/compare/fivem-5.5.0...fivem-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fivem-5.5.0](https://github.com/truecharts/charts/compare/fivem-5.4.1...fivem-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fivem-5.4.1](https://github.com/truecharts/charts/compare/fivem-5.4.0...fivem-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fivem-5.4.0](https://github.com/truecharts/charts/compare/fivem-5.3.0...fivem-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fivem-5.3.0](https://github.com/truecharts/charts/compare/fivem-5.2.3...fivem-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fivem-5.2.3](https://github.com/truecharts/charts/compare/fivem-5.2.2...fivem-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fivem-5.2.2](https://github.com/truecharts/charts/compare/fivem-5.2.0...fivem-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fivem/5.6.0/Chart.yaml b/stable/fivem/5.6.0/Chart.yaml
deleted file mode 100644
index c902408ac9a..00000000000
--- a/stable/fivem/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name."
-home: https://truecharts.org/charts/stable/fivem
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png
-keywords:
- - fivem
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fivem
-sources:
- - https://fivem.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/fivem
- - https://hub.docker.com/r/ich777/fivemserver
-type: application
-version: 5.6.0
diff --git a/stable/fivem/5.6.0/charts/common-20.1.5.tgz b/stable/fivem/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fivem/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/flaresolverr/13.6.0/.helmignore b/stable/fivem/5.7.3/.helmignore
similarity index 100%
rename from stable/flaresolverr/13.6.0/.helmignore
rename to stable/fivem/5.7.3/.helmignore
diff --git a/stable/fivem/5.7.3/CHANGELOG.md b/stable/fivem/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cb88e179db0
--- /dev/null
+++ b/stable/fivem/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fivem-5.7.2](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fivem/5.7.3/Chart.yaml b/stable/fivem/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..608981c950f
--- /dev/null
+++ b/stable/fivem/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name."
+home: https://truecharts.org/charts/stable/fivem
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png
+keywords:
+ - fivem
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fivem
+sources:
+ - https://fivem.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fivem
+ - https://hub.docker.com/r/ich777/fivemserver
+type: application
+version: 5.7.3
diff --git a/stable/fivem/5.6.0/README.md b/stable/fivem/5.7.3/README.md
similarity index 100%
rename from stable/fivem/5.6.0/README.md
rename to stable/fivem/5.7.3/README.md
diff --git a/stable/fivem/5.7.3/app-changelog.md b/stable/fivem/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..be1f1c3db0e
--- /dev/null
+++ b/stable/fivem/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fivem-5.7.3](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fivem/5.6.0/app-readme.md b/stable/fivem/5.7.3/app-readme.md
similarity index 100%
rename from stable/fivem/5.6.0/app-readme.md
rename to stable/fivem/5.7.3/app-readme.md
diff --git a/stable/fivem/5.7.3/charts/common-20.2.4.tgz b/stable/fivem/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fivem/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fivem/5.6.0/ix_values.yaml b/stable/fivem/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fivem/5.6.0/ix_values.yaml
rename to stable/fivem/5.7.3/ix_values.yaml
diff --git a/stable/fivem/5.6.0/questions.yaml b/stable/fivem/5.7.3/questions.yaml
similarity index 100%
rename from stable/fivem/5.6.0/questions.yaml
rename to stable/fivem/5.7.3/questions.yaml
diff --git a/stable/fivem/5.6.0/templates/common.yaml b/stable/fivem/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fivem/5.6.0/templates/common.yaml
rename to stable/fivem/5.7.3/templates/common.yaml
diff --git a/stable/flaresolverr/13.6.0/values.yaml b/stable/fivem/5.7.3/values.yaml
similarity index 100%
rename from stable/flaresolverr/13.6.0/values.yaml
rename to stable/fivem/5.7.3/values.yaml
diff --git a/stable/flame/5.6.0/CHANGELOG.md b/stable/flame/5.6.0/CHANGELOG.md
deleted file mode 100644
index a98dde677a6..00000000000
--- a/stable/flame/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flame-5.6.0](https://github.com/truecharts/charts/compare/flame-5.5.2...flame-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [flame-5.5.2](https://github.com/truecharts/charts/compare/flame-5.5.1...flame-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [flame-5.5.1](https://github.com/truecharts/charts/compare/flame-5.5.0...flame-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [flame-5.5.0](https://github.com/truecharts/charts/compare/flame-5.4.1...flame-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [flame-5.4.1](https://github.com/truecharts/charts/compare/flame-5.4.0...flame-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [flame-5.4.0](https://github.com/truecharts/charts/compare/flame-5.3.0...flame-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [flame-5.3.0](https://github.com/truecharts/charts/compare/flame-5.2.3...flame-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [flame-5.2.3](https://github.com/truecharts/charts/compare/flame-5.2.2...flame-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [flame-5.2.2](https://github.com/truecharts/charts/compare/flame-5.2.0...flame-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/flame/5.6.0/Chart.yaml b/stable/flame/5.6.0/Chart.yaml
deleted file mode 100644
index 3db82c503d9..00000000000
--- a/stable/flame/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.3.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors.
-home: https://truecharts.org/charts/stable/flame
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png
-keywords:
- - flame
- - dashboard
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flame
-sources:
- - https://github.com/pawelmalak/flame
- - https://github.com/truecharts/charts/tree/master/charts/stable/flame
- - https://hub.docker.com/r/pawelmalak/flame
-type: application
-version: 5.6.0
diff --git a/stable/flame/5.6.0/charts/common-20.1.5.tgz b/stable/flame/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/flame/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fleet/12.12.3/.helmignore b/stable/flame/5.7.3/.helmignore
similarity index 100%
rename from stable/fleet/12.12.3/.helmignore
rename to stable/flame/5.7.3/.helmignore
diff --git a/stable/flame/5.7.3/CHANGELOG.md b/stable/flame/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..df6890d7f54
--- /dev/null
+++ b/stable/flame/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flame-5.7.2](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/flame/5.7.3/Chart.yaml b/stable/flame/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6257aaa7fae
--- /dev/null
+++ b/stable/flame/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.3.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors.
+home: https://truecharts.org/charts/stable/flame
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png
+keywords:
+ - flame
+ - dashboard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flame
+sources:
+ - https://github.com/pawelmalak/flame
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flame
+ - https://hub.docker.com/r/pawelmalak/flame
+type: application
+version: 5.7.3
diff --git a/stable/flame/5.6.0/README.md b/stable/flame/5.7.3/README.md
similarity index 100%
rename from stable/flame/5.6.0/README.md
rename to stable/flame/5.7.3/README.md
diff --git a/stable/flame/5.7.3/app-changelog.md b/stable/flame/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b93116aed88
--- /dev/null
+++ b/stable/flame/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [flame-5.7.3](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/flame/5.6.0/app-readme.md b/stable/flame/5.7.3/app-readme.md
similarity index 100%
rename from stable/flame/5.6.0/app-readme.md
rename to stable/flame/5.7.3/app-readme.md
diff --git a/stable/flame/5.7.3/charts/common-20.2.4.tgz b/stable/flame/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flame/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/flame/5.6.0/ix_values.yaml b/stable/flame/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/flame/5.6.0/ix_values.yaml
rename to stable/flame/5.7.3/ix_values.yaml
diff --git a/stable/flame/5.6.0/questions.yaml b/stable/flame/5.7.3/questions.yaml
similarity index 100%
rename from stable/flame/5.6.0/questions.yaml
rename to stable/flame/5.7.3/questions.yaml
diff --git a/stable/flame/5.6.0/templates/common.yaml b/stable/flame/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/flame/5.6.0/templates/common.yaml
rename to stable/flame/5.7.3/templates/common.yaml
diff --git a/stable/fleet/12.12.3/values.yaml b/stable/flame/5.7.3/values.yaml
similarity index 100%
rename from stable/fleet/12.12.3/values.yaml
rename to stable/flame/5.7.3/values.yaml
diff --git a/stable/flaresolverr/13.6.0/CHANGELOG.md b/stable/flaresolverr/13.6.0/CHANGELOG.md
deleted file mode 100644
index 6dc5fd490d4..00000000000
--- a/stable/flaresolverr/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flaresolverr-13.6.0](https://github.com/truecharts/charts/compare/flaresolverr-13.5.2...flaresolverr-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [flaresolverr-13.5.2](https://github.com/truecharts/charts/compare/flaresolverr-13.5.1...flaresolverr-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [flaresolverr-13.5.1](https://github.com/truecharts/charts/compare/flaresolverr-13.5.0...flaresolverr-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [flaresolverr-13.5.0](https://github.com/truecharts/charts/compare/flaresolverr-13.4.1...flaresolverr-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [flaresolverr-13.4.1](https://github.com/truecharts/charts/compare/flaresolverr-13.4.0...flaresolverr-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [flaresolverr-13.4.0](https://github.com/truecharts/charts/compare/flaresolverr-13.3.0...flaresolverr-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [flaresolverr-13.3.0](https://github.com/truecharts/charts/compare/flaresolverr-13.2.4...flaresolverr-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [flaresolverr-13.2.4](https://github.com/truecharts/charts/compare/flaresolverr-13.2.3...flaresolverr-13.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [flaresolverr-13.2.3](https://github.com/truecharts/charts/compare/flaresolverr-13.2.1...flaresolverr-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/flaresolverr/13.6.0/Chart.yaml b/stable/flaresolverr/13.6.0/Chart.yaml
deleted file mode 100644
index 7661eb612e7..00000000000
--- a/stable/flaresolverr/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.3.16
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FlareSolverr is a proxy server to bypass Cloudflare protection
-home: https://truecharts.org/charts/stable/flaresolverr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png
-keywords:
- - flaresolverr
- - proxy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flaresolverr
-sources:
- - https://github.com/FlareSolverr/FlareSolverr
- - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
- - https://ghcr.io/flaresolverr/flaresolverr
-type: application
-version: 13.6.0
diff --git a/stable/flaresolverr/13.6.0/charts/common-20.1.5.tgz b/stable/flaresolverr/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/flaresolverr/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/flexget/9.7.0/.helmignore b/stable/flaresolverr/13.7.3/.helmignore
similarity index 100%
rename from stable/flexget/9.7.0/.helmignore
rename to stable/flaresolverr/13.7.3/.helmignore
diff --git a/stable/flaresolverr/13.7.3/CHANGELOG.md b/stable/flaresolverr/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bc6b4849e60
--- /dev/null
+++ b/stable/flaresolverr/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flaresolverr-13.7.2](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/flaresolverr/13.7.3/Chart.yaml b/stable/flaresolverr/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..4f644d64f9e
--- /dev/null
+++ b/stable/flaresolverr/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.3.16
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FlareSolverr is a proxy server to bypass Cloudflare protection
+home: https://truecharts.org/charts/stable/flaresolverr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png
+keywords:
+ - flaresolverr
+ - proxy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flaresolverr
+sources:
+ - https://github.com/FlareSolverr/FlareSolverr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr
+ - https://ghcr.io/flaresolverr/flaresolverr
+type: application
+version: 13.7.3
diff --git a/stable/flaresolverr/13.6.0/README.md b/stable/flaresolverr/13.7.3/README.md
similarity index 100%
rename from stable/flaresolverr/13.6.0/README.md
rename to stable/flaresolverr/13.7.3/README.md
diff --git a/stable/flaresolverr/13.7.3/app-changelog.md b/stable/flaresolverr/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..dc76b73c325
--- /dev/null
+++ b/stable/flaresolverr/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [flaresolverr-13.7.3](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/flaresolverr/13.6.0/app-readme.md b/stable/flaresolverr/13.7.3/app-readme.md
similarity index 100%
rename from stable/flaresolverr/13.6.0/app-readme.md
rename to stable/flaresolverr/13.7.3/app-readme.md
diff --git a/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz b/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flaresolverr/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/flaresolverr/13.6.0/ix_values.yaml b/stable/flaresolverr/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/flaresolverr/13.6.0/ix_values.yaml
rename to stable/flaresolverr/13.7.3/ix_values.yaml
diff --git a/stable/flaresolverr/13.6.0/questions.yaml b/stable/flaresolverr/13.7.3/questions.yaml
similarity index 100%
rename from stable/flaresolverr/13.6.0/questions.yaml
rename to stable/flaresolverr/13.7.3/questions.yaml
diff --git a/stable/flexget/9.7.0/templates/NOTES.txt b/stable/flaresolverr/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/flexget/9.7.0/templates/NOTES.txt
rename to stable/flaresolverr/13.7.3/templates/NOTES.txt
diff --git a/stable/flexget/9.7.0/templates/common.yaml b/stable/flaresolverr/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/flexget/9.7.0/templates/common.yaml
rename to stable/flaresolverr/13.7.3/templates/common.yaml
diff --git a/stable/flexget/9.7.0/values.yaml b/stable/flaresolverr/13.7.3/values.yaml
similarity index 100%
rename from stable/flexget/9.7.0/values.yaml
rename to stable/flaresolverr/13.7.3/values.yaml
diff --git a/stable/fleet/12.12.3/CHANGELOG.md b/stable/fleet/12.12.3/CHANGELOG.md
deleted file mode 100644
index a4be77e5fd6..00000000000
--- a/stable/fleet/12.12.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fleet-12.12.3](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
-
-
-## [fleet-12.12.3](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
-
-
-## [fleet-12.12.3](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
-
-
-## [fleet-12.12.3](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
\ No newline at end of file
diff --git a/stable/fleet/12.12.3/Chart.yaml b/stable/fleet/12.12.3/Chart.yaml
deleted file mode 100644
index cc94d6698e2..00000000000
--- a/stable/fleet/12.12.3/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.3.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
-home: https://truecharts.org/charts/stable/fleet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png
-keywords:
- - fleet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fleet
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/fleet
- - https://ghcr.io/linuxserver/fleet
-type: application
-version: 12.12.3
diff --git a/stable/fleet/12.12.3/app-changelog.md b/stable/fleet/12.12.3/app-changelog.md
deleted file mode 100644
index 9b6b0f748cd..00000000000
--- a/stable/fleet/12.12.3/app-changelog.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-## [fleet-12.12.3](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
\ No newline at end of file
diff --git a/stable/fleet/12.12.3/charts/common-20.2.2.tgz b/stable/fleet/12.12.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/fleet/12.12.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/fleet/12.12.3/charts/mariadb-13.7.2.tgz b/stable/fleet/12.12.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/fleet/12.12.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/fleet/12.12.3/ix_values.yaml b/stable/fleet/12.12.3/ix_values.yaml
deleted file mode 100644
index 5f4bfab0655..00000000000
--- a/stable/fleet/12.12.3/ix_values.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/fleet
- pullPolicy: IfNotPresent
- tag: 2.3.3@sha256:5b82faa33a605b4509540c063da69c79722b1333e0d86b0fd5fa5f2dcefeb2bf
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env:
- fleet_admin_authentication_type: DATABASE
- fleet_database_username: fleet
- fleet_database_url:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
- key: jdbc-mariadb
- fleet_database_password:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
- key: mariadb-password
-# secretEnv:
-
-service:
- main:
- ports:
- main:
- targetPort: 8080
- port: 10145
-persistence:
- config:
- enabled: true
- mountPath: /config
- varrun:
- enabled: true
-mariadb:
- enabled: true
- mariadbUsername: fleet
- mariadbDatabase: fleet
-portal:
- open:
- enabled: true
diff --git a/stable/flextv/5.6.0/.helmignore b/stable/fleet/12.12.7/.helmignore
similarity index 100%
rename from stable/flextv/5.6.0/.helmignore
rename to stable/fleet/12.12.7/.helmignore
diff --git a/stable/fleet/12.12.7/CHANGELOG.md b/stable/fleet/12.12.7/CHANGELOG.md
new file mode 100644
index 00000000000..c8977572d40
--- /dev/null
+++ b/stable/fleet/12.12.7/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fleet-12.12.7](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
+
+
+## [fleet-12.12.6](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
+
+
+## [fleet-12.12.6](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/fleet/12.12.7/Chart.yaml b/stable/fleet/12.12.7/Chart.yaml
new file mode 100644
index 00000000000..dc62bb345be
--- /dev/null
+++ b/stable/fleet/12.12.7/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.3.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
+home: https://truecharts.org/charts/stable/fleet
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png
+keywords:
+ - fleet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fleet
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fleet
+ - https://ghcr.io/linuxserver/fleet
+type: application
+version: 12.12.7
diff --git a/stable/fleet/12.12.3/README.md b/stable/fleet/12.12.7/README.md
similarity index 100%
rename from stable/fleet/12.12.3/README.md
rename to stable/fleet/12.12.7/README.md
diff --git a/stable/fleet/12.12.7/app-changelog.md b/stable/fleet/12.12.7/app-changelog.md
new file mode 100644
index 00000000000..c5146494cd3
--- /dev/null
+++ b/stable/fleet/12.12.7/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [fleet-12.12.7](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@9a59776](https://github.com/9a59776) by renovate ([#19570](https://github.com/truecharts/charts/issues/19570))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image ghcr.io/linuxserver/fleet to 2.3.3[@5b82faa](https://github.com/5b82faa) by renovate ([#19236](https://github.com/truecharts/charts/issues/19236))
\ No newline at end of file
diff --git a/stable/fleet/12.12.3/app-readme.md b/stable/fleet/12.12.7/app-readme.md
similarity index 100%
rename from stable/fleet/12.12.3/app-readme.md
rename to stable/fleet/12.12.7/app-readme.md
diff --git a/stable/fleet/12.12.7/charts/common-20.2.4.tgz b/stable/fleet/12.12.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fleet/12.12.7/charts/common-20.2.4.tgz differ
diff --git a/stable/fleet/12.12.7/charts/mariadb-13.7.3.tgz b/stable/fleet/12.12.7/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/fleet/12.12.7/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/fleet/12.12.7/ix_values.yaml b/stable/fleet/12.12.7/ix_values.yaml
new file mode 100644
index 00000000000..d362f0d2ae8
--- /dev/null
+++ b/stable/fleet/12.12.7/ix_values.yaml
@@ -0,0 +1,59 @@
+image:
+ repository: ghcr.io/linuxserver/fleet
+ pullPolicy: IfNotPresent
+ tag: 2.3.3@sha256:9a59776ce0ad81c28d2fd9e0616d8aef092e00cf9e8a18bd11b8add0a583dfe6
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env:
+ fleet_admin_authentication_type: DATABASE
+ fleet_database_username: fleet
+ fleet_database_url:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
+ key: jdbc-mariadb
+ fleet_database_password:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
+ key: mariadb-password
+# secretEnv:
+
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8080
+ port: 10145
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ varrun:
+ enabled: true
+mariadb:
+ enabled: true
+ mariadbUsername: fleet
+ mariadbDatabase: fleet
+portal:
+ open:
+ enabled: true
diff --git a/stable/fleet/12.12.3/questions.yaml b/stable/fleet/12.12.7/questions.yaml
similarity index 100%
rename from stable/fleet/12.12.3/questions.yaml
rename to stable/fleet/12.12.7/questions.yaml
diff --git a/stable/flood/13.6.0/templates/NOTES.txt b/stable/fleet/12.12.7/templates/NOTES.txt
similarity index 100%
rename from stable/flood/13.6.0/templates/NOTES.txt
rename to stable/fleet/12.12.7/templates/NOTES.txt
diff --git a/stable/flood/13.6.0/templates/common.yaml b/stable/fleet/12.12.7/templates/common.yaml
similarity index 100%
rename from stable/flood/13.6.0/templates/common.yaml
rename to stable/fleet/12.12.7/templates/common.yaml
diff --git a/stable/flextv/5.6.0/values.yaml b/stable/fleet/12.12.7/values.yaml
similarity index 100%
rename from stable/flextv/5.6.0/values.yaml
rename to stable/fleet/12.12.7/values.yaml
diff --git a/stable/flexget/9.7.0/CHANGELOG.md b/stable/flexget/9.7.0/CHANGELOG.md
deleted file mode 100644
index 20460ec064e..00000000000
--- a/stable/flexget/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
diff --git a/stable/flexget/9.7.0/Chart.yaml b/stable/flexget/9.7.0/Chart.yaml
deleted file mode 100644
index 51a67c408b2..00000000000
--- a/stable/flexget/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.11.23
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FlexGet is a multipurpose automation tool for all of your media
-home: https://truecharts.org/charts/stable/flexget
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png
-keywords:
- - flexget
- - automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flexget
-sources:
- - https://github.com/wiserain/docker-flexget
- - https://github.com/truecharts/charts/tree/master/charts/stable/flexget
- - https://hub.docker.com/r/wiserain/flexget
-type: application
-version: 9.7.0
diff --git a/stable/flexget/9.7.0/app-changelog.md b/stable/flexget/9.7.0/app-changelog.md
deleted file mode 100644
index 497aeb3bd45..00000000000
--- a/stable/flexget/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [flexget-9.7.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
\ No newline at end of file
diff --git a/stable/flexget/9.7.0/charts/common-20.2.0.tgz b/stable/flexget/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/flexget/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/flexget/9.7.0/ix_values.yaml b/stable/flexget/9.7.0/ix_values.yaml
deleted file mode 100644
index 8f9729790fa..00000000000
--- a/stable/flexget/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-image:
- repository: wiserain/flexget
- pullPolicy: IfNotPresent
- tag: 3.11.23@sha256:c3382cf6a79ee72f72d3f3d99e2accef9a2c91ff1e82a33ee3ddbee49308aa5a
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env:
- FG_LOG_LEVEL: info
- FG_LOG_FILE: flexget.log
- FG_WEBUI_PASSWD: "jLeT78KBDPW"
-service:
- main:
- ports:
- main:
- port: 10174
- targetPort: 5050
-persistence:
- config:
- enabled: true
- mountPath: /config
- data:
- enabled: true
- mountPath: /data
-portal:
- open:
- enabled: true
diff --git a/stable/flood/13.6.0/.helmignore b/stable/flexget/9.7.4/.helmignore
similarity index 100%
rename from stable/flood/13.6.0/.helmignore
rename to stable/flexget/9.7.4/.helmignore
diff --git a/stable/flexget/9.7.4/CHANGELOG.md b/stable/flexget/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..fc40a1571f0
--- /dev/null
+++ b/stable/flexget/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flexget-9.7.4](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
+
+
+## [flexget-9.7.3](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
+
+
+## [flexget-9.7.3](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
+
+
+## [flexget-9.7.3](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
+
+
+## [flexget-9.7.3](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
+
+
+## [flexget-9.7.3](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/flexget/9.7.4/Chart.yaml b/stable/flexget/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..fe36aa781c8
--- /dev/null
+++ b/stable/flexget/9.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.11.26
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FlexGet is a multipurpose automation tool for all of your media
+home: https://truecharts.org/charts/stable/flexget
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png
+keywords:
+ - flexget
+ - automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flexget
+sources:
+ - https://github.com/wiserain/docker-flexget
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flexget
+ - https://hub.docker.com/r/wiserain/flexget
+type: application
+version: 9.7.4
diff --git a/stable/flexget/9.7.0/README.md b/stable/flexget/9.7.4/README.md
similarity index 100%
rename from stable/flexget/9.7.0/README.md
rename to stable/flexget/9.7.4/README.md
diff --git a/stable/flexget/9.7.4/app-changelog.md b/stable/flexget/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..3202604e870
--- /dev/null
+++ b/stable/flexget/9.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [flexget-9.7.4](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image wiserain/flexget to v3.11.26[@9c19e5d](https://github.com/9c19e5d) by renovate ([#19657](https://github.com/truecharts/charts/issues/19657))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
\ No newline at end of file
diff --git a/stable/flexget/9.7.0/app-readme.md b/stable/flexget/9.7.4/app-readme.md
similarity index 100%
rename from stable/flexget/9.7.0/app-readme.md
rename to stable/flexget/9.7.4/app-readme.md
diff --git a/stable/flexget/9.7.4/charts/common-20.2.4.tgz b/stable/flexget/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flexget/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/flexget/9.7.4/ix_values.yaml b/stable/flexget/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..bac029c8278
--- /dev/null
+++ b/stable/flexget/9.7.4/ix_values.yaml
@@ -0,0 +1,45 @@
+image:
+ repository: wiserain/flexget
+ pullPolicy: IfNotPresent
+ tag: 3.11.26@sha256:9c19e5d6d49a8865a72a843b276714ca1b833f4b2aa9dc18fa4455106b7bdb4a
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env:
+ FG_LOG_LEVEL: info
+ FG_LOG_FILE: flexget.log
+ FG_WEBUI_PASSWD: "jLeT78KBDPW"
+service:
+ main:
+ ports:
+ main:
+ port: 10174
+ targetPort: 5050
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ data:
+ enabled: true
+ mountPath: /data
+portal:
+ open:
+ enabled: true
diff --git a/stable/flexget/9.7.0/questions.yaml b/stable/flexget/9.7.4/questions.yaml
similarity index 100%
rename from stable/flexget/9.7.0/questions.yaml
rename to stable/flexget/9.7.4/questions.yaml
diff --git a/stable/flowise/4.8.0/templates/NOTES.txt b/stable/flexget/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/flowise/4.8.0/templates/NOTES.txt
rename to stable/flexget/9.7.4/templates/NOTES.txt
diff --git a/stable/fluidd/9.7.0/templates/common.yaml b/stable/flexget/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/fluidd/9.7.0/templates/common.yaml
rename to stable/flexget/9.7.4/templates/common.yaml
diff --git a/stable/flood/13.6.0/values.yaml b/stable/flexget/9.7.4/values.yaml
similarity index 100%
rename from stable/flood/13.6.0/values.yaml
rename to stable/flexget/9.7.4/values.yaml
diff --git a/stable/flextv/5.6.0/CHANGELOG.md b/stable/flextv/5.6.0/CHANGELOG.md
deleted file mode 100644
index 68dbac1979a..00000000000
--- a/stable/flextv/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flextv-5.6.0](https://github.com/truecharts/charts/compare/flextv-5.5.2...flextv-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [flextv-5.5.2](https://github.com/truecharts/charts/compare/flextv-5.5.1...flextv-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [flextv-5.5.1](https://github.com/truecharts/charts/compare/flextv-5.5.0...flextv-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [flextv-5.5.0](https://github.com/truecharts/charts/compare/flextv-5.4.1...flextv-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [flextv-5.4.1](https://github.com/truecharts/charts/compare/flextv-5.4.0...flextv-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [flextv-5.4.0](https://github.com/truecharts/charts/compare/flextv-5.3.0...flextv-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [flextv-5.3.0](https://github.com/truecharts/charts/compare/flextv-5.2.3...flextv-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [flextv-5.2.3](https://github.com/truecharts/charts/compare/flextv-5.2.2...flextv-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [flextv-5.2.2](https://github.com/truecharts/charts/compare/flextv-5.2.0...flextv-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/flextv/5.6.0/Chart.yaml b/stable/flextv/5.6.0/Chart.yaml
deleted file mode 100644
index 63f7f247a90..00000000000
--- a/stable/flextv/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A super-sexy voice interface for the Plex HTPC.
-home: https://truecharts.org/charts/stable/flextv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
-keywords:
- - flextv
- - MediaApp
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flextv
-sources:
- - https://github.com/d8ahazard/FlexTV
- - https://registry.hub.docker.com/r/jcreynolds/flextv/
- - https://github.com/truecharts/charts/tree/master/charts/stable/flextv
- - https://hub.docker.com/r/jcreynolds/flextv
-type: application
-version: 5.6.0
diff --git a/stable/flextv/5.6.0/charts/common-20.1.5.tgz b/stable/flextv/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/flextv/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/flowise/4.8.0/.helmignore b/stable/flextv/5.7.3/.helmignore
similarity index 100%
rename from stable/flowise/4.8.0/.helmignore
rename to stable/flextv/5.7.3/.helmignore
diff --git a/stable/flextv/5.7.3/CHANGELOG.md b/stable/flextv/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0966d00a357
--- /dev/null
+++ b/stable/flextv/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flextv-5.7.2](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/flextv/5.7.3/Chart.yaml b/stable/flextv/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0e1d7ee9b21
--- /dev/null
+++ b/stable/flextv/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A super-sexy voice interface for the Plex HTPC.
+home: https://truecharts.org/charts/stable/flextv
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
+keywords:
+ - flextv
+ - MediaApp
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flextv
+sources:
+ - https://github.com/d8ahazard/FlexTV
+ - https://registry.hub.docker.com/r/jcreynolds/flextv/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flextv
+ - https://hub.docker.com/r/jcreynolds/flextv
+type: application
+version: 5.7.3
diff --git a/stable/flextv/5.6.0/README.md b/stable/flextv/5.7.3/README.md
similarity index 100%
rename from stable/flextv/5.6.0/README.md
rename to stable/flextv/5.7.3/README.md
diff --git a/stable/flextv/5.7.3/app-changelog.md b/stable/flextv/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..efeec2001a0
--- /dev/null
+++ b/stable/flextv/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [flextv-5.7.3](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/flextv/5.6.0/app-readme.md b/stable/flextv/5.7.3/app-readme.md
similarity index 100%
rename from stable/flextv/5.6.0/app-readme.md
rename to stable/flextv/5.7.3/app-readme.md
diff --git a/stable/flextv/5.7.3/charts/common-20.2.4.tgz b/stable/flextv/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flextv/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/flextv/5.6.0/ix_values.yaml b/stable/flextv/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/flextv/5.6.0/ix_values.yaml
rename to stable/flextv/5.7.3/ix_values.yaml
diff --git a/stable/flextv/5.6.0/questions.yaml b/stable/flextv/5.7.3/questions.yaml
similarity index 100%
rename from stable/flextv/5.6.0/questions.yaml
rename to stable/flextv/5.7.3/questions.yaml
diff --git a/stable/flextv/5.6.0/templates/common.yaml b/stable/flextv/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/flextv/5.6.0/templates/common.yaml
rename to stable/flextv/5.7.3/templates/common.yaml
diff --git a/stable/flowise/4.8.0/values.yaml b/stable/flextv/5.7.3/values.yaml
similarity index 100%
rename from stable/flowise/4.8.0/values.yaml
rename to stable/flextv/5.7.3/values.yaml
diff --git a/stable/flood/13.6.0/CHANGELOG.md b/stable/flood/13.6.0/CHANGELOG.md
deleted file mode 100644
index 40fc7844e96..00000000000
--- a/stable/flood/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flood-13.6.0](https://github.com/truecharts/charts/compare/flood-13.5.2...flood-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [flood-13.5.2](https://github.com/truecharts/charts/compare/flood-13.5.1...flood-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [flood-13.5.1](https://github.com/truecharts/charts/compare/flood-13.5.0...flood-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [flood-13.5.0](https://github.com/truecharts/charts/compare/flood-13.4.1...flood-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [flood-13.4.1](https://github.com/truecharts/charts/compare/flood-13.4.0...flood-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [flood-13.4.0](https://github.com/truecharts/charts/compare/flood-13.3.0...flood-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [flood-13.3.0](https://github.com/truecharts/charts/compare/flood-13.2.3...flood-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [flood-13.2.3](https://github.com/truecharts/charts/compare/flood-13.2.2...flood-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [flood-13.2.2](https://github.com/truecharts/charts/compare/flood-13.2.0...flood-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/flood/13.6.0/Chart.yaml b/stable/flood/13.6.0/Chart.yaml
deleted file mode 100644
index 19c098f21f2..00000000000
--- a/stable/flood/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.7.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Flood is a monitoring service for various torrent clients
-home: https://truecharts.org/charts/stable/flood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png
-keywords:
- - flood
- - rtorrent
- - qbittorrent
- - transmission
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flood
-sources:
- - https://github.com/jesec/flood
- - https://github.com/truecharts/charts/tree/master/charts/stable/flood
- - https://hub.docker.com/r/jesec/flood
-type: application
-version: 13.6.0
diff --git a/stable/flood/13.6.0/charts/common-20.1.5.tgz b/stable/flood/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/flood/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fluidd/9.7.0/.helmignore b/stable/flood/13.7.3/.helmignore
similarity index 100%
rename from stable/fluidd/9.7.0/.helmignore
rename to stable/flood/13.7.3/.helmignore
diff --git a/stable/flood/13.7.3/CHANGELOG.md b/stable/flood/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c9929e82ab2
--- /dev/null
+++ b/stable/flood/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [flood-13.7.2](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/flood/13.7.3/Chart.yaml b/stable/flood/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..973810bc204
--- /dev/null
+++ b/stable/flood/13.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Flood is a monitoring service for various torrent clients
+home: https://truecharts.org/charts/stable/flood
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png
+keywords:
+ - flood
+ - rtorrent
+ - qbittorrent
+ - transmission
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flood
+sources:
+ - https://github.com/jesec/flood
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flood
+ - https://hub.docker.com/r/jesec/flood
+type: application
+version: 13.7.3
diff --git a/stable/flood/13.6.0/README.md b/stable/flood/13.7.3/README.md
similarity index 100%
rename from stable/flood/13.6.0/README.md
rename to stable/flood/13.7.3/README.md
diff --git a/stable/flood/13.7.3/app-changelog.md b/stable/flood/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..912d0534e69
--- /dev/null
+++ b/stable/flood/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [flood-13.7.3](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/flood/13.6.0/app-readme.md b/stable/flood/13.7.3/app-readme.md
similarity index 100%
rename from stable/flood/13.6.0/app-readme.md
rename to stable/flood/13.7.3/app-readme.md
diff --git a/stable/flood/13.7.3/charts/common-20.2.4.tgz b/stable/flood/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flood/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/flood/13.6.0/ix_values.yaml b/stable/flood/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/flood/13.6.0/ix_values.yaml
rename to stable/flood/13.7.3/ix_values.yaml
diff --git a/stable/flood/13.6.0/questions.yaml b/stable/flood/13.7.3/questions.yaml
similarity index 100%
rename from stable/flood/13.6.0/questions.yaml
rename to stable/flood/13.7.3/questions.yaml
diff --git a/stable/fluidd/9.7.0/templates/NOTES.txt b/stable/flood/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/fluidd/9.7.0/templates/NOTES.txt
rename to stable/flood/13.7.3/templates/NOTES.txt
diff --git a/stable/foldingathome/9.7.0/templates/common.yaml b/stable/flood/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/foldingathome/9.7.0/templates/common.yaml
rename to stable/flood/13.7.3/templates/common.yaml
diff --git a/stable/fluidd/9.7.0/values.yaml b/stable/flood/13.7.3/values.yaml
similarity index 100%
rename from stable/fluidd/9.7.0/values.yaml
rename to stable/flood/13.7.3/values.yaml
diff --git a/stable/flowise/4.8.0/CHANGELOG.md b/stable/flowise/4.8.0/CHANGELOG.md
deleted file mode 100644
index bed6b34c057..00000000000
--- a/stable/flowise/4.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
diff --git a/stable/flowise/4.8.0/Chart.yaml b/stable/flowise/4.8.0/Chart.yaml
deleted file mode 100644
index 6cbbe5d80cd..00000000000
--- a/stable/flowise/4.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: ai
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Drag & drop UI to build your customized LLM flow.
-home: https://truecharts.org/charts/stable/flowise
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png
-keywords:
- - flowise
- - ai
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: flowise
-sources:
- - https://github.com/FlowiseAI/Flowise
- - https://github.com/truecharts/charts/tree/master/charts/stable/flowise
- - https://hub.docker.com/r/flowiseai/flowise
-type: application
-version: 4.8.0
diff --git a/stable/flowise/4.8.0/app-changelog.md b/stable/flowise/4.8.0/app-changelog.md
deleted file mode 100644
index 12124a8f4eb..00000000000
--- a/stable/flowise/4.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [flowise-4.8.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
\ No newline at end of file
diff --git a/stable/flowise/4.8.0/charts/common-20.2.0.tgz b/stable/flowise/4.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/flowise/4.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/flowise/4.8.0/ix_values.yaml b/stable/flowise/4.8.0/ix_values.yaml
deleted file mode 100644
index 36683537471..00000000000
--- a/stable/flowise/4.8.0/ix_values.yaml
+++ /dev/null
@@ -1,89 +0,0 @@
-image:
- repository: flowiseai/flowise
- pullPolicy: IfNotPresent
- tag: 1.6.1@sha256:bfa111651d3a4779796d5ff6461d929c552b1e7ece6cc15462dfc934f0a58bbb
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- protocol: http
- port: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- args:
- - flowise
- - start
- env:
- PORT: "{{ .Values.service.main.ports.main.port }}"
- # Set paths
- APIKEY_PATH: "{{.Values.persistence.api.mountPath }}"
- LOG_PATH: "{{.Values.persistence.logs.mountPath }}"
- SECRETKEY_PATH: "{{.Values.persistence.secrets.mountPath }}"
- BLOB_STORAGE_PATH: "{{.Values.persistence.storage.mountPath }}"
- # Postgres DB
- DATABASE_TYPE: postgres
- OVERRIDE_DATABASE: true
- DATABASE_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- DATABASE_PORT: 5432
- DATABASE_USER: "{{ .Values.cnpg.main.user }}"
- DATABASE_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
- DATABASE_SSL: false
- # child | main
- EXECUTION_MODE: main
- # error | warn | info | verbose | debug
- LOG_LEVEL: debug
- DEBUG: true
- # optional auth
- FLOWISE_USERNAME: user
- FLOWISE_PASSWORD: 1234
- FLOWISE_FILE_SIZE_LIMIT: 50mb
- CORS_ORIGINS: "*"
- # IFRAME_ORIGINS="*"
- FLOWISE_SECRETKEY_OVERWRITE:
- secretKeyRef:
- name: flowise-secrets
- key: FLOWISE_SECRETKEY_OVERWRITE
- # TOOL_FUNCTION_BUILTIN_DEP
- # TOOL_FUNCTION_EXTERNAL_DEP
- LANGCHAIN_TRACING_V2: false
- # LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
- # LANGCHAIN_API_KEY=your_api_key
- # LANGCHAIN_PROJECT=your_project
-
-persistence:
- api:
- enabled: true
- mountPath: "/config/api"
- logs:
- enabled: true
- mountPath: "/config/logs"
- secrets:
- enabled: true
- mountPath: "/config/secrets"
- storage:
- enabled: true
- mountPath: "/config/storage"
-cnpg:
- main:
- enabled: true
- user: flowise
- database: flowise
-portal:
- open:
- enabled: true
diff --git a/stable/flowise/4.8.0/questions.yaml b/stable/flowise/4.8.0/questions.yaml
deleted file mode 100755
index a032f3a519a..00000000000
--- a/stable/flowise/4.8.0/questions.yaml
+++ /dev/null
@@ -1,3627 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: FLOWISE_USERNAME
- label: Username
- description: Optionally set Username to login.
- schema:
- type: string
- default: ""
- - variable: FLOWISE_PASSWORD
- label: Password
- description: Optionally set Password to login.
- schema:
- type: string
- private: true
- default: ""
- - variable: FLOWISE_FILE_SIZE_LIMIT
- label: File Size Limit
- schema:
- type: string
- default: "50mb"
- - variable: CORS_ORIGINS
- label: Cors Origins
- schema:
- type: string
- default: "*"
- - variable: EXECUTION_MODE
- label: Execution Mode
- description: Whether predictions run in their own process or the main process.
- schema:
- type: string
- default: main
- enum:
- - value: main
- description: Main
- - value: child
- description: Child
- - variable: DEBUG
- label: Debug
- description: Print logs onto terminal/console.
- schema:
- type: boolean
- default: true
- - variable: LOG_LEVEL
- label: Log Level
- description: Different log levels for loggers to be saved.
- schema:
- type: string
- default: debug
- enum:
- - value: error
- description: Error
- - value: warn
- description: Warn
- - value: info
- description: Info
- - value: verbose
- description: Verbose
- - value: debug
- description: Debug
- - variable: LANGCHAIN_TRACING_V2
- label: Enable LangChain Tracing V2
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: LANGCHAIN_ENDPOINT
- label: LangChain Endpoint
- schema:
- type: string
- default: ""
- - variable: LANGCHAIN_API_KEY
- label: LangChain API Key
- schema:
- type: string
- private: true
- default: ""
- - variable: LANGCHAIN_PROJECT
- label: LangChain Project
- schema:
- type: string
- default: ""
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3000
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: api
- label: "App API Storage"
- description: "Stores the Application API."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: logs
- label: "App Logs Storage"
- description: "Stores the Application Logs."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/fluttercoin-wallet/5.6.0/.helmignore b/stable/flowise/4.8.4/.helmignore
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/.helmignore
rename to stable/flowise/4.8.4/.helmignore
diff --git a/stable/flowise/4.8.4/CHANGELOG.md b/stable/flowise/4.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..ee76e27d16f
--- /dev/null
+++ b/stable/flowise/4.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
+
+
+## [flowise-4.8.3](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
+
+
+## [flowise-4.8.3](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
+
+
+## [flowise-4.8.3](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
+
+
+## [flowise-4.8.3](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
+
+
+## [flowise-4.8.3](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/flowise/4.8.4/Chart.yaml b/stable/flowise/4.8.4/Chart.yaml
new file mode 100644
index 00000000000..a0d15497bd7
--- /dev/null
+++ b/stable/flowise/4.8.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: ai
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Drag & drop UI to build your customized LLM flow.
+home: https://truecharts.org/charts/stable/flowise
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.png
+keywords:
+ - flowise
+ - ai
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: flowise
+sources:
+ - https://github.com/FlowiseAI/Flowise
+ - https://github.com/truecharts/charts/tree/master/charts/stable/flowise
+ - https://hub.docker.com/r/flowiseai/flowise
+type: application
+version: 4.8.4
diff --git a/stable/flowise/4.8.0/README.md b/stable/flowise/4.8.4/README.md
similarity index 100%
rename from stable/flowise/4.8.0/README.md
rename to stable/flowise/4.8.4/README.md
diff --git a/stable/flowise/4.8.4/app-changelog.md b/stable/flowise/4.8.4/app-changelog.md
new file mode 100644
index 00000000000..656cdea65cf
--- /dev/null
+++ b/stable/flowise/4.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [flowise-4.8.4](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image flowiseai/flowise to v1.6.2[@988e083](https://github.com/988e083) by renovate ([#19525](https://github.com/truecharts/charts/issues/19525))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image flowiseai/flowise to v1.6.1[@bfa1116](https://github.com/bfa1116) by renovate ([#19303](https://github.com/truecharts/charts/issues/19303))
\ No newline at end of file
diff --git a/stable/flowise/4.8.0/app-readme.md b/stable/flowise/4.8.4/app-readme.md
similarity index 100%
rename from stable/flowise/4.8.0/app-readme.md
rename to stable/flowise/4.8.4/app-readme.md
diff --git a/stable/flowise/4.8.4/charts/common-20.2.4.tgz b/stable/flowise/4.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/flowise/4.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/flowise/4.8.4/ix_values.yaml b/stable/flowise/4.8.4/ix_values.yaml
new file mode 100644
index 00000000000..0049865e608
--- /dev/null
+++ b/stable/flowise/4.8.4/ix_values.yaml
@@ -0,0 +1,89 @@
+image:
+ repository: flowiseai/flowise
+ pullPolicy: IfNotPresent
+ tag: 1.6.2@sha256:988e083f96e9dbfdc29a92dbc986e05d5e1d44ae33140efe2b6050bbff904f63
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ args:
+ - flowise
+ - start
+ env:
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ # Set paths
+ APIKEY_PATH: "{{.Values.persistence.api.mountPath }}"
+ LOG_PATH: "{{.Values.persistence.logs.mountPath }}"
+ SECRETKEY_PATH: "{{.Values.persistence.secrets.mountPath }}"
+ BLOB_STORAGE_PATH: "{{.Values.persistence.storage.mountPath }}"
+ # Postgres DB
+ DATABASE_TYPE: postgres
+ OVERRIDE_DATABASE: true
+ DATABASE_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ DATABASE_PORT: 5432
+ DATABASE_USER: "{{ .Values.cnpg.main.user }}"
+ DATABASE_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
+ DATABASE_SSL: false
+ # child | main
+ EXECUTION_MODE: main
+ # error | warn | info | verbose | debug
+ LOG_LEVEL: debug
+ DEBUG: true
+ # optional auth
+ FLOWISE_USERNAME: user
+ FLOWISE_PASSWORD: 1234
+ FLOWISE_FILE_SIZE_LIMIT: 50mb
+ CORS_ORIGINS: "*"
+ # IFRAME_ORIGINS="*"
+ FLOWISE_SECRETKEY_OVERWRITE:
+ secretKeyRef:
+ name: flowise-secrets
+ key: FLOWISE_SECRETKEY_OVERWRITE
+ # TOOL_FUNCTION_BUILTIN_DEP
+ # TOOL_FUNCTION_EXTERNAL_DEP
+ LANGCHAIN_TRACING_V2: false
+ # LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
+ # LANGCHAIN_API_KEY=your_api_key
+ # LANGCHAIN_PROJECT=your_project
+
+persistence:
+ api:
+ enabled: true
+ mountPath: "/config/api"
+ logs:
+ enabled: true
+ mountPath: "/config/logs"
+ secrets:
+ enabled: true
+ mountPath: "/config/secrets"
+ storage:
+ enabled: true
+ mountPath: "/config/storage"
+cnpg:
+ main:
+ enabled: true
+ user: flowise
+ database: flowise
+portal:
+ open:
+ enabled: true
diff --git a/stable/flowise/4.8.4/questions.yaml b/stable/flowise/4.8.4/questions.yaml
new file mode 100755
index 00000000000..d092c9ca7bc
--- /dev/null
+++ b/stable/flowise/4.8.4/questions.yaml
@@ -0,0 +1,3629 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: FLOWISE_USERNAME
+ label: Username
+ description: Optionally set Username to login.
+ schema:
+ type: string
+ default: ""
+ - variable: FLOWISE_PASSWORD
+ label: Password
+ description: Optionally set Password to login.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: FLOWISE_FILE_SIZE_LIMIT
+ label: File Size Limit
+ schema:
+ type: string
+ default: "50mb"
+ - variable: CORS_ORIGINS
+ label: Cors Origins
+ schema:
+ type: string
+ default: "*"
+ - variable: EXECUTION_MODE
+ label: Execution Mode
+ description: Whether predictions run in their own process or the main process.
+ schema:
+ type: string
+ default: main
+ enum:
+ - value: main
+ description: Main
+ - value: child
+ description: Child
+ - variable: DEBUG
+ label: Debug
+ description: Print logs onto terminal/console.
+ schema:
+ type: boolean
+ default: true
+ - variable: LOG_LEVEL
+ label: Log Level
+ description: Different log levels for loggers to be saved.
+ schema:
+ type: string
+ default: debug
+ enum:
+ - value: error
+ description: Error
+ - value: warn
+ description: Warn
+ - value: info
+ description: Info
+ - value: verbose
+ description: Verbose
+ - value: debug
+ description: Debug
+ - variable: LANGCHAIN_TRACING_V2
+ label: Enable LangChain Tracing V2
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: LANGCHAIN_ENDPOINT
+ label: LangChain Endpoint
+ schema:
+ type: string
+ default: ""
+ - variable: LANGCHAIN_API_KEY
+ label: LangChain API Key
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: LANGCHAIN_PROJECT
+ label: LangChain Project
+ schema:
+ type: string
+ default: ""
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3000
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: api
+ label: "App API Storage"
+ description: "Stores the Application API."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: logs
+ label: "App Logs Storage"
+ description: "Stores the Application Logs."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/foldingathome/9.7.0/templates/NOTES.txt b/stable/flowise/4.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/foldingathome/9.7.0/templates/NOTES.txt
rename to stable/flowise/4.8.4/templates/NOTES.txt
diff --git a/stable/flowise/4.8.0/templates/_secrets.tpl b/stable/flowise/4.8.4/templates/_secrets.tpl
similarity index 100%
rename from stable/flowise/4.8.0/templates/_secrets.tpl
rename to stable/flowise/4.8.4/templates/_secrets.tpl
diff --git a/stable/flowise/4.8.0/templates/common.yaml b/stable/flowise/4.8.4/templates/common.yaml
similarity index 100%
rename from stable/flowise/4.8.0/templates/common.yaml
rename to stable/flowise/4.8.4/templates/common.yaml
diff --git a/stable/fluttercoin-wallet/5.6.0/values.yaml b/stable/flowise/4.8.4/values.yaml
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/values.yaml
rename to stable/flowise/4.8.4/values.yaml
diff --git a/stable/fluidd/9.7.0/CHANGELOG.md b/stable/fluidd/9.7.0/CHANGELOG.md
deleted file mode 100644
index 4209135c82e..00000000000
--- a/stable/fluidd/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [fluidd-9.6.0](https://github.com/truecharts/charts/compare/fluidd-9.5.2...fluidd-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fluidd-9.5.2](https://github.com/truecharts/charts/compare/fluidd-9.5.1...fluidd-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fluidd-9.5.1](https://github.com/truecharts/charts/compare/fluidd-9.5.0...fluidd-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
diff --git a/stable/fluidd/9.7.0/Chart.yaml b/stable/fluidd/9.7.0/Chart.yaml
deleted file mode 100644
index 9a31ce88082..00000000000
--- a/stable/fluidd/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.28.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer.
-home: https://truecharts.org/charts/stable/fluidd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png
-keywords:
- - fluidd
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fluidd
-sources:
- - https://github.com/fluidd-core/fluidd
- - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
- - https://ghcr.io/fluidd-core/fluidd
-type: application
-version: 9.7.0
diff --git a/stable/fluidd/9.7.0/app-changelog.md b/stable/fluidd/9.7.0/app-changelog.md
deleted file mode 100644
index d06ab54d641..00000000000
--- a/stable/fluidd/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [fluidd-9.7.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fluidd/9.7.0/charts/common-20.2.0.tgz b/stable/fluidd/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/fluidd/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/fluidd/9.7.0/ix_values.yaml b/stable/fluidd/9.7.0/ix_values.yaml
deleted file mode 100644
index 544f40d2e03..00000000000
--- a/stable/fluidd/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-image:
- repository: ghcr.io/fluidd-core/fluidd
- tag: v1.28.1@sha256:1227a7741986b667cdba052d939917382ccdfce644e42cad16ce1584325be80d
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-service:
- main:
- ports:
- main:
- port: 10224
- targetPort: 80
-portal:
- open:
- enabled: true
diff --git a/stable/fmd2-wine/5.6.0/.helmignore b/stable/fluidd/9.8.3/.helmignore
similarity index 100%
rename from stable/fmd2-wine/5.6.0/.helmignore
rename to stable/fluidd/9.8.3/.helmignore
diff --git a/stable/fluidd/9.8.3/CHANGELOG.md b/stable/fluidd/9.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..40930397ae1
--- /dev/null
+++ b/stable/fluidd/9.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluidd-9.8.2](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluidd-9.8.2](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluidd-9.8.2](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluidd-9.8.2](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluidd-9.8.2](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fluidd/9.8.3/Chart.yaml b/stable/fluidd/9.8.3/Chart.yaml
new file mode 100644
index 00000000000..57b64ce6cba
--- /dev/null
+++ b/stable/fluidd/9.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.29.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer.
+home: https://truecharts.org/charts/stable/fluidd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png
+keywords:
+ - fluidd
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fluidd
+sources:
+ - https://github.com/fluidd-core/fluidd
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
+ - https://ghcr.io/fluidd-core/fluidd
+type: application
+version: 9.8.3
diff --git a/stable/fluidd/9.7.0/README.md b/stable/fluidd/9.8.3/README.md
similarity index 100%
rename from stable/fluidd/9.7.0/README.md
rename to stable/fluidd/9.8.3/README.md
diff --git a/stable/fluidd/9.8.3/app-changelog.md b/stable/fluidd/9.8.3/app-changelog.md
new file mode 100644
index 00000000000..e04dcca7146
--- /dev/null
+++ b/stable/fluidd/9.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [fluidd-9.8.3](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/fluidd-core/fluidd to v1.29.0[@4369b7e](https://github.com/4369b7e) by renovate ([#19376](https://github.com/truecharts/charts/issues/19376))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fluidd/9.7.0/app-readme.md b/stable/fluidd/9.8.3/app-readme.md
similarity index 100%
rename from stable/fluidd/9.7.0/app-readme.md
rename to stable/fluidd/9.8.3/app-readme.md
diff --git a/stable/fluidd/9.8.3/charts/common-20.2.4.tgz b/stable/fluidd/9.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fluidd/9.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fluidd/9.8.3/ix_values.yaml b/stable/fluidd/9.8.3/ix_values.yaml
new file mode 100644
index 00000000000..7623e69063a
--- /dev/null
+++ b/stable/fluidd/9.8.3/ix_values.yaml
@@ -0,0 +1,35 @@
+image:
+ repository: ghcr.io/fluidd-core/fluidd
+ tag: v1.29.0@sha256:4369b7e389b2095270313fb6ba9989b386c5098dcc9ce89a31872cc70a9330b4
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+service:
+ main:
+ ports:
+ main:
+ port: 10224
+ targetPort: 80
+portal:
+ open:
+ enabled: true
diff --git a/stable/fluidd/9.7.0/questions.yaml b/stable/fluidd/9.8.3/questions.yaml
similarity index 100%
rename from stable/fluidd/9.7.0/questions.yaml
rename to stable/fluidd/9.8.3/questions.yaml
diff --git a/stable/fossil/11.6.0/templates/NOTES.txt b/stable/fluidd/9.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/fossil/11.6.0/templates/NOTES.txt
rename to stable/fluidd/9.8.3/templates/NOTES.txt
diff --git a/stable/freshrss/18.7.1/templates/common.yaml b/stable/fluidd/9.8.3/templates/common.yaml
similarity index 100%
rename from stable/freshrss/18.7.1/templates/common.yaml
rename to stable/fluidd/9.8.3/templates/common.yaml
diff --git a/stable/fmd2-wine/5.6.0/values.yaml b/stable/fluidd/9.8.3/values.yaml
similarity index 100%
rename from stable/fmd2-wine/5.6.0/values.yaml
rename to stable/fluidd/9.8.3/values.yaml
diff --git a/stable/fluttercoin-wallet/5.6.0/CHANGELOG.md b/stable/fluttercoin-wallet/5.6.0/CHANGELOG.md
deleted file mode 100644
index d2328f0d91c..00000000000
--- a/stable/fluttercoin-wallet/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fluttercoin-wallet-5.6.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.5.2...fluttercoin-wallet-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fluttercoin-wallet-5.5.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.5.1...fluttercoin-wallet-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fluttercoin-wallet-5.5.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.5.0...fluttercoin-wallet-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fluttercoin-wallet-5.5.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.4.1...fluttercoin-wallet-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fluttercoin-wallet-5.4.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.4.0...fluttercoin-wallet-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fluttercoin-wallet-5.4.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.3.0...fluttercoin-wallet-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fluttercoin-wallet-5.3.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.3...fluttercoin-wallet-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fluttercoin-wallet-5.2.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.2...fluttercoin-wallet-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fluttercoin-wallet-5.2.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.0...fluttercoin-wallet-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fluttercoin-wallet/5.6.0/Chart.yaml b/stable/fluttercoin-wallet/5.6.0/Chart.yaml
deleted file mode 100644
index 23d95d8382b..00000000000
--- a/stable/fluttercoin-wallet/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
-home: https://truecharts.org/charts/stable/fluttercoin-wallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png
-keywords:
- - fluttercoin-wallet
- - Network-Other
- - Productivity
- - Tools-Utilities
- - Crypto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fluttercoin-wallet
-sources:
- - https://fluttercoin.me/
- - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet
- - https://hub.docker.com/r/ich777/fluttercoin
-type: application
-version: 5.6.0
diff --git a/stable/fluttercoin-wallet/5.6.0/charts/common-20.1.5.tgz b/stable/fluttercoin-wallet/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fluttercoin-wallet/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/foldingathome/9.7.0/.helmignore b/stable/fluttercoin-wallet/5.7.3/.helmignore
similarity index 100%
rename from stable/foldingathome/9.7.0/.helmignore
rename to stable/fluttercoin-wallet/5.7.3/.helmignore
diff --git a/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md b/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ce1972045b2
--- /dev/null
+++ b/stable/fluttercoin-wallet/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fluttercoin-wallet-5.7.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fluttercoin-wallet/5.7.3/Chart.yaml b/stable/fluttercoin-wallet/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..97f542bf562
--- /dev/null
+++ b/stable/fluttercoin-wallet/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
+home: https://truecharts.org/charts/stable/fluttercoin-wallet
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png
+keywords:
+ - fluttercoin-wallet
+ - Network-Other
+ - Productivity
+ - Tools-Utilities
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fluttercoin-wallet
+sources:
+ - https://fluttercoin.me/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet
+ - https://hub.docker.com/r/ich777/fluttercoin
+type: application
+version: 5.7.3
diff --git a/stable/fluttercoin-wallet/5.6.0/README.md b/stable/fluttercoin-wallet/5.7.3/README.md
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/README.md
rename to stable/fluttercoin-wallet/5.7.3/README.md
diff --git a/stable/fluttercoin-wallet/5.7.3/app-changelog.md b/stable/fluttercoin-wallet/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..25fdf1bc55a
--- /dev/null
+++ b/stable/fluttercoin-wallet/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fluttercoin-wallet-5.7.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fluttercoin-wallet/5.6.0/app-readme.md b/stable/fluttercoin-wallet/5.7.3/app-readme.md
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/app-readme.md
rename to stable/fluttercoin-wallet/5.7.3/app-readme.md
diff --git a/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz b/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fluttercoin-wallet/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fluttercoin-wallet/5.6.0/ix_values.yaml b/stable/fluttercoin-wallet/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/ix_values.yaml
rename to stable/fluttercoin-wallet/5.7.3/ix_values.yaml
diff --git a/stable/fluttercoin-wallet/5.6.0/questions.yaml b/stable/fluttercoin-wallet/5.7.3/questions.yaml
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/questions.yaml
rename to stable/fluttercoin-wallet/5.7.3/questions.yaml
diff --git a/stable/fluttercoin-wallet/5.6.0/templates/common.yaml b/stable/fluttercoin-wallet/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fluttercoin-wallet/5.6.0/templates/common.yaml
rename to stable/fluttercoin-wallet/5.7.3/templates/common.yaml
diff --git a/stable/foldingathome/9.7.0/values.yaml b/stable/fluttercoin-wallet/5.7.3/values.yaml
similarity index 100%
rename from stable/foldingathome/9.7.0/values.yaml
rename to stable/fluttercoin-wallet/5.7.3/values.yaml
diff --git a/stable/fmd2-wine/5.6.0/CHANGELOG.md b/stable/fmd2-wine/5.6.0/CHANGELOG.md
deleted file mode 100644
index 16444662541..00000000000
--- a/stable/fmd2-wine/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fmd2-wine-5.6.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.5.2...fmd2-wine-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fmd2-wine-5.5.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.5.1...fmd2-wine-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fmd2-wine-5.5.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.5.0...fmd2-wine-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fmd2-wine-5.5.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.4.1...fmd2-wine-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fmd2-wine-5.4.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.4.0...fmd2-wine-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fmd2-wine-5.4.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.3.0...fmd2-wine-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fmd2-wine-5.3.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.3...fmd2-wine-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fmd2-wine-5.2.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.2...fmd2-wine-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fmd2-wine-5.2.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.0...fmd2-wine-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fmd2-wine/5.6.0/Chart.yaml b/stable/fmd2-wine/5.6.0/Chart.yaml
deleted file mode 100644
index ec3785a1623..00000000000
--- a/stable/fmd2-wine/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. "
-home: https://truecharts.org/charts/stable/fmd2-wine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png
-keywords:
- - fmd2-wine
- - Downloaders
- - MediaApp-Books
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fmd2-wine
-sources:
- - https://github.com/Banh-Canh/docker-FMD2
- - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine
- - https://hub.docker.com/r/banhcanh/docker-fmd2
-type: application
-version: 5.6.0
diff --git a/stable/fmd2-wine/5.6.0/charts/common-20.1.5.tgz b/stable/fmd2-wine/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fmd2-wine/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/fossil/11.6.0/.helmignore b/stable/fmd2-wine/5.7.3/.helmignore
similarity index 100%
rename from stable/fossil/11.6.0/.helmignore
rename to stable/fmd2-wine/5.7.3/.helmignore
diff --git a/stable/fmd2-wine/5.7.3/CHANGELOG.md b/stable/fmd2-wine/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8e070155fed
--- /dev/null
+++ b/stable/fmd2-wine/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fmd2-wine-5.7.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fmd2-wine/5.7.3/Chart.yaml b/stable/fmd2-wine/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b607671637d
--- /dev/null
+++ b/stable/fmd2-wine/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. "
+home: https://truecharts.org/charts/stable/fmd2-wine
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png
+keywords:
+ - fmd2-wine
+ - Downloaders
+ - MediaApp-Books
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fmd2-wine
+sources:
+ - https://github.com/Banh-Canh/docker-FMD2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine
+ - https://hub.docker.com/r/banhcanh/docker-fmd2
+type: application
+version: 5.7.3
diff --git a/stable/fmd2-wine/5.6.0/README.md b/stable/fmd2-wine/5.7.3/README.md
similarity index 100%
rename from stable/fmd2-wine/5.6.0/README.md
rename to stable/fmd2-wine/5.7.3/README.md
diff --git a/stable/fmd2-wine/5.7.3/app-changelog.md b/stable/fmd2-wine/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c73fb12499a
--- /dev/null
+++ b/stable/fmd2-wine/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fmd2-wine-5.7.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fmd2-wine/5.6.0/app-readme.md b/stable/fmd2-wine/5.7.3/app-readme.md
similarity index 100%
rename from stable/fmd2-wine/5.6.0/app-readme.md
rename to stable/fmd2-wine/5.7.3/app-readme.md
diff --git a/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz b/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fmd2-wine/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fmd2-wine/5.6.0/ix_values.yaml b/stable/fmd2-wine/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fmd2-wine/5.6.0/ix_values.yaml
rename to stable/fmd2-wine/5.7.3/ix_values.yaml
diff --git a/stable/fmd2-wine/5.6.0/questions.yaml b/stable/fmd2-wine/5.7.3/questions.yaml
similarity index 100%
rename from stable/fmd2-wine/5.6.0/questions.yaml
rename to stable/fmd2-wine/5.7.3/questions.yaml
diff --git a/stable/fmd2-wine/5.6.0/templates/common.yaml b/stable/fmd2-wine/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fmd2-wine/5.6.0/templates/common.yaml
rename to stable/fmd2-wine/5.7.3/templates/common.yaml
diff --git a/stable/fossil/11.6.0/values.yaml b/stable/fmd2-wine/5.7.3/values.yaml
similarity index 100%
rename from stable/fossil/11.6.0/values.yaml
rename to stable/fmd2-wine/5.7.3/values.yaml
diff --git a/stable/foldingathome/9.7.0/CHANGELOG.md b/stable/foldingathome/9.7.0/CHANGELOG.md
deleted file mode 100644
index 8ff224c7c6c..00000000000
--- a/stable/foldingathome/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
diff --git a/stable/foldingathome/9.7.0/Chart.yaml b/stable/foldingathome/9.7.0/Chart.yaml
deleted file mode 100644
index c39ebd34da7..00000000000
--- a/stable/foldingathome/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.6.21
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
-home: https://truecharts.org/charts/stable/foldingathome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png
-keywords:
- - foldingathome
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: foldingathome
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome
- - https://ghcr.io/linuxserver/foldingathome
-type: application
-version: 9.7.0
diff --git a/stable/foldingathome/9.7.0/app-changelog.md b/stable/foldingathome/9.7.0/app-changelog.md
deleted file mode 100644
index e3b7ce426c2..00000000000
--- a/stable/foldingathome/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [foldingathome-9.7.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
\ No newline at end of file
diff --git a/stable/foldingathome/9.7.0/charts/common-20.2.0.tgz b/stable/foldingathome/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/foldingathome/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/foldingathome/9.7.0/ix_values.yaml b/stable/foldingathome/9.7.0/ix_values.yaml
deleted file mode 100644
index c7d72e65f70..00000000000
--- a/stable/foldingathome/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/foldingathome
- pullPolicy: IfNotPresent
- tag: 7.6.21@sha256:2613ff4581957c6956d399e979cfd7e43b61c92f15c2a6a31beb008f83325f93
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /
- readiness:
- type: http
- path: /
- startup:
- type: http
- path: /
- env: {}
-service:
- main:
- ports:
- main:
- targetPort: 7396
- port: 7396
- control:
- enabled: true
- ports:
- control:
- enabled: true
- targetPort: 36330
- port: 36330
-persistence:
- config:
- enabled: true
- mountPath: /config
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
diff --git a/stable/fotosho/5.6.0/.helmignore b/stable/foldingathome/9.7.4/.helmignore
similarity index 100%
rename from stable/fotosho/5.6.0/.helmignore
rename to stable/foldingathome/9.7.4/.helmignore
diff --git a/stable/foldingathome/9.7.4/CHANGELOG.md b/stable/foldingathome/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..fe9e604978c
--- /dev/null
+++ b/stable/foldingathome/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [foldingathome-9.7.4](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
+
+
+## [foldingathome-9.7.3](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
+
+
+## [foldingathome-9.7.3](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
+
+
+## [foldingathome-9.7.3](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
+
+
+## [foldingathome-9.7.3](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
+
+
+## [foldingathome-9.7.3](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/foldingathome/9.7.4/Chart.yaml b/stable/foldingathome/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..6064706bfc4
--- /dev/null
+++ b/stable/foldingathome/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.6.21
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
+home: https://truecharts.org/charts/stable/foldingathome
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png
+keywords:
+ - foldingathome
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: foldingathome
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome
+ - https://ghcr.io/linuxserver/foldingathome
+type: application
+version: 9.7.4
diff --git a/stable/foldingathome/9.7.0/README.md b/stable/foldingathome/9.7.4/README.md
similarity index 100%
rename from stable/foldingathome/9.7.0/README.md
rename to stable/foldingathome/9.7.4/README.md
diff --git a/stable/foldingathome/9.7.4/app-changelog.md b/stable/foldingathome/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..dd6d41e132b
--- /dev/null
+++ b/stable/foldingathome/9.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [foldingathome-9.7.4](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@0166e17](https://github.com/0166e17) by renovate ([#19493](https://github.com/truecharts/charts/issues/19493))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@2613ff4](https://github.com/2613ff4) by renovate ([#19237](https://github.com/truecharts/charts/issues/19237))
\ No newline at end of file
diff --git a/stable/foldingathome/9.7.0/app-readme.md b/stable/foldingathome/9.7.4/app-readme.md
similarity index 100%
rename from stable/foldingathome/9.7.0/app-readme.md
rename to stable/foldingathome/9.7.4/app-readme.md
diff --git a/stable/foldingathome/9.7.4/charts/common-20.2.4.tgz b/stable/foldingathome/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/foldingathome/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/foldingathome/9.7.4/ix_values.yaml b/stable/foldingathome/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..9ae5ae26ea3
--- /dev/null
+++ b/stable/foldingathome/9.7.4/ix_values.yaml
@@ -0,0 +1,48 @@
+image:
+ repository: ghcr.io/linuxserver/foldingathome
+ pullPolicy: IfNotPresent
+ tag: 7.6.21@sha256:0166e1753c68fdbbab0e65cbf41a4808bb228313e1c167df15d0d4b62bca23ef
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /
+ readiness:
+ type: http
+ path: /
+ startup:
+ type: http
+ path: /
+ env: {}
+service:
+ main:
+ ports:
+ main:
+ targetPort: 7396
+ port: 7396
+ control:
+ enabled: true
+ ports:
+ control:
+ enabled: true
+ targetPort: 36330
+ port: 36330
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
diff --git a/stable/foldingathome/9.7.0/questions.yaml b/stable/foldingathome/9.7.4/questions.yaml
similarity index 100%
rename from stable/foldingathome/9.7.0/questions.yaml
rename to stable/foldingathome/9.7.4/questions.yaml
diff --git a/stable/freeradius/13.6.0/templates/NOTES.txt b/stable/foldingathome/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/freeradius/13.6.0/templates/NOTES.txt
rename to stable/foldingathome/9.7.4/templates/NOTES.txt
diff --git a/stable/game-server-watcher/1.4.0/templates/common.yaml b/stable/foldingathome/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/game-server-watcher/1.4.0/templates/common.yaml
rename to stable/foldingathome/9.7.4/templates/common.yaml
diff --git a/stable/fotosho/5.6.0/values.yaml b/stable/foldingathome/9.7.4/values.yaml
similarity index 100%
rename from stable/fotosho/5.6.0/values.yaml
rename to stable/foldingathome/9.7.4/values.yaml
diff --git a/stable/fossil/11.6.0/CHANGELOG.md b/stable/fossil/11.6.0/CHANGELOG.md
deleted file mode 100644
index 99e0ef3ca90..00000000000
--- a/stable/fossil/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fossil-11.6.0](https://github.com/truecharts/charts/compare/fossil-11.5.2...fossil-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fossil-11.5.2](https://github.com/truecharts/charts/compare/fossil-11.5.1...fossil-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fossil-11.5.1](https://github.com/truecharts/charts/compare/fossil-11.5.0...fossil-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fossil-11.5.0](https://github.com/truecharts/charts/compare/fossil-11.4.1...fossil-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fossil-11.4.1](https://github.com/truecharts/charts/compare/fossil-11.4.0...fossil-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fossil-11.4.0](https://github.com/truecharts/charts/compare/fossil-11.3.0...fossil-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fossil-11.3.0](https://github.com/truecharts/charts/compare/fossil-11.2.3...fossil-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fossil-11.2.3](https://github.com/truecharts/charts/compare/fossil-11.2.2...fossil-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fossil-11.2.2](https://github.com/truecharts/charts/compare/fossil-11.2.0...fossil-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fossil/11.6.0/Chart.yaml b/stable/fossil/11.6.0/Chart.yaml
deleted file mode 100644
index da94ac28de9..00000000000
--- a/stable/fossil/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.15.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple, high-reliability, distributed software configuration management system
-home: https://truecharts.org/charts/stable/fossil
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png
-keywords:
- - fossil
- - scm
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fossil
-sources:
- - https://fossil-scm.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/fossil
- - https://ghcr.io/nicholaswilde/fossil
-type: application
-version: 11.6.0
diff --git a/stable/fossil/11.6.0/charts/common-20.1.5.tgz b/stable/fossil/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fossil/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/freecad-desktop-g3/5.6.1/.helmignore b/stable/fossil/11.7.3/.helmignore
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/.helmignore
rename to stable/fossil/11.7.3/.helmignore
diff --git a/stable/fossil/11.7.3/CHANGELOG.md b/stable/fossil/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cb2f01bae37
--- /dev/null
+++ b/stable/fossil/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fossil-11.7.2](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fossil/11.7.3/Chart.yaml b/stable/fossil/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..b5e1dae941d
--- /dev/null
+++ b/stable/fossil/11.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.15.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple, high-reliability, distributed software configuration management system
+home: https://truecharts.org/charts/stable/fossil
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png
+keywords:
+ - fossil
+ - scm
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fossil
+sources:
+ - https://fossil-scm.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fossil
+ - https://ghcr.io/nicholaswilde/fossil
+type: application
+version: 11.7.3
diff --git a/stable/fossil/11.6.0/README.md b/stable/fossil/11.7.3/README.md
similarity index 100%
rename from stable/fossil/11.6.0/README.md
rename to stable/fossil/11.7.3/README.md
diff --git a/stable/fossil/11.7.3/app-changelog.md b/stable/fossil/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..d1460e3e051
--- /dev/null
+++ b/stable/fossil/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fossil-11.7.3](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fossil/11.6.0/app-readme.md b/stable/fossil/11.7.3/app-readme.md
similarity index 100%
rename from stable/fossil/11.6.0/app-readme.md
rename to stable/fossil/11.7.3/app-readme.md
diff --git a/stable/fossil/11.7.3/charts/common-20.2.4.tgz b/stable/fossil/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fossil/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fossil/11.6.0/ix_values.yaml b/stable/fossil/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/fossil/11.6.0/ix_values.yaml
rename to stable/fossil/11.7.3/ix_values.yaml
diff --git a/stable/fossil/11.6.0/questions.yaml b/stable/fossil/11.7.3/questions.yaml
similarity index 100%
rename from stable/fossil/11.6.0/questions.yaml
rename to stable/fossil/11.7.3/questions.yaml
diff --git a/stable/freshrss/18.7.1/templates/NOTES.txt b/stable/fossil/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/freshrss/18.7.1/templates/NOTES.txt
rename to stable/fossil/11.7.3/templates/NOTES.txt
diff --git a/stable/fossil/11.6.0/templates/common.yaml b/stable/fossil/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/fossil/11.6.0/templates/common.yaml
rename to stable/fossil/11.7.3/templates/common.yaml
diff --git a/stable/freecad-desktop-g3/5.6.1/values.yaml b/stable/fossil/11.7.3/values.yaml
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/values.yaml
rename to stable/fossil/11.7.3/values.yaml
diff --git a/stable/fotosho/5.6.0/CHANGELOG.md b/stable/fotosho/5.6.0/CHANGELOG.md
deleted file mode 100644
index 45dbc306a16..00000000000
--- a/stable/fotosho/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fotosho-5.6.0](https://github.com/truecharts/charts/compare/fotosho-5.5.2...fotosho-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fotosho-5.5.2](https://github.com/truecharts/charts/compare/fotosho-5.5.1...fotosho-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fotosho-5.5.1](https://github.com/truecharts/charts/compare/fotosho-5.5.0...fotosho-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fotosho-5.5.0](https://github.com/truecharts/charts/compare/fotosho-5.4.1...fotosho-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fotosho-5.4.1](https://github.com/truecharts/charts/compare/fotosho-5.4.0...fotosho-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fotosho-5.4.0](https://github.com/truecharts/charts/compare/fotosho-5.3.0...fotosho-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fotosho-5.3.0](https://github.com/truecharts/charts/compare/fotosho-5.2.3...fotosho-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fotosho-5.2.3](https://github.com/truecharts/charts/compare/fotosho-5.2.2...fotosho-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fotosho-5.2.2](https://github.com/truecharts/charts/compare/fotosho-5.2.0...fotosho-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fotosho/5.6.0/Chart.yaml b/stable/fotosho/5.6.0/Chart.yaml
deleted file mode 100644
index d2453ea06e9..00000000000
--- a/stable/fotosho/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Photos
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos."
-home: https://truecharts.org/charts/stable/fotosho
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png
-keywords:
- - fotosho
- - MediaApp-Photos
- - MediaServer-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fotosho
-sources:
- - https://github.com/advplyr/fotosho
- - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho
- - https://hub.docker.com/r/advplyr/fotosho
-type: application
-version: 5.6.0
diff --git a/stable/fotosho/5.6.0/charts/common-20.1.5.tgz b/stable/fotosho/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fotosho/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/freeradius/13.6.0/.helmignore b/stable/fotosho/5.7.3/.helmignore
similarity index 100%
rename from stable/freeradius/13.6.0/.helmignore
rename to stable/fotosho/5.7.3/.helmignore
diff --git a/stable/fotosho/5.7.3/CHANGELOG.md b/stable/fotosho/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0ecf57dbf95
--- /dev/null
+++ b/stable/fotosho/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fotosho-5.7.2](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fotosho/5.7.3/Chart.yaml b/stable/fotosho/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..301e5f1018a
--- /dev/null
+++ b/stable/fotosho/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Photos
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos."
+home: https://truecharts.org/charts/stable/fotosho
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png
+keywords:
+ - fotosho
+ - MediaApp-Photos
+ - MediaServer-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fotosho
+sources:
+ - https://github.com/advplyr/fotosho
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho
+ - https://hub.docker.com/r/advplyr/fotosho
+type: application
+version: 5.7.3
diff --git a/stable/fotosho/5.6.0/README.md b/stable/fotosho/5.7.3/README.md
similarity index 100%
rename from stable/fotosho/5.6.0/README.md
rename to stable/fotosho/5.7.3/README.md
diff --git a/stable/fotosho/5.7.3/app-changelog.md b/stable/fotosho/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7c2b4999b72
--- /dev/null
+++ b/stable/fotosho/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fotosho-5.7.3](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fotosho/5.6.0/app-readme.md b/stable/fotosho/5.7.3/app-readme.md
similarity index 100%
rename from stable/fotosho/5.6.0/app-readme.md
rename to stable/fotosho/5.7.3/app-readme.md
diff --git a/stable/fotosho/5.7.3/charts/common-20.2.4.tgz b/stable/fotosho/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fotosho/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fotosho/5.6.0/ix_values.yaml b/stable/fotosho/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fotosho/5.6.0/ix_values.yaml
rename to stable/fotosho/5.7.3/ix_values.yaml
diff --git a/stable/fotosho/5.6.0/questions.yaml b/stable/fotosho/5.7.3/questions.yaml
similarity index 100%
rename from stable/fotosho/5.6.0/questions.yaml
rename to stable/fotosho/5.7.3/questions.yaml
diff --git a/stable/fotosho/5.6.0/templates/common.yaml b/stable/fotosho/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fotosho/5.6.0/templates/common.yaml
rename to stable/fotosho/5.7.3/templates/common.yaml
diff --git a/stable/freeradius/13.6.0/values.yaml b/stable/fotosho/5.7.3/values.yaml
similarity index 100%
rename from stable/freeradius/13.6.0/values.yaml
rename to stable/fotosho/5.7.3/values.yaml
diff --git a/stable/freecad-desktop-g3/5.6.1/CHANGELOG.md b/stable/freecad-desktop-g3/5.6.1/CHANGELOG.md
deleted file mode 100644
index f85d29c28fe..00000000000
--- a/stable/freecad-desktop-g3/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
-
diff --git a/stable/freecad-desktop-g3/5.6.1/Chart.yaml b/stable/freecad-desktop-g3/5.6.1/Chart.yaml
deleted file mode 100644
index 02d8e7f8f70..00000000000
--- a/stable/freecad-desktop-g3/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/freecad-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png
-keywords:
- - freecad-desktop-g3
- - Productivity
- - Tools-Utilities
- - MediaApp-Photos
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: freecad-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3
-type: application
-version: 5.6.1
diff --git a/stable/freecad-desktop-g3/5.6.1/app-changelog.md b/stable/freecad-desktop-g3/5.6.1/app-changelog.md
deleted file mode 100644
index d4cddb4c536..00000000000
--- a/stable/freecad-desktop-g3/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [freecad-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
\ No newline at end of file
diff --git a/stable/freecad-desktop-g3/5.6.1/charts/common-20.1.5.tgz b/stable/freecad-desktop-g3/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/freecad-desktop-g3/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/freshrss/18.7.1/.helmignore b/stable/freecad-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/freshrss/18.7.1/.helmignore
rename to stable/freecad-desktop-g3/5.7.3/.helmignore
diff --git a/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md b/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9f6b0b8483f
--- /dev/null
+++ b/stable/freecad-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
+
+
+## [freecad-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
+
+
+## [freecad-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
+
+
+## [freecad-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
+
+
+## [freecad-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
+
+
+## [freecad-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
\ No newline at end of file
diff --git a/stable/freecad-desktop-g3/5.7.3/Chart.yaml b/stable/freecad-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..09313a38ba4
--- /dev/null
+++ b/stable/freecad-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/freecad-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png
+keywords:
+ - freecad-desktop-g3
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: freecad-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3
+type: application
+version: 5.7.3
diff --git a/stable/freecad-desktop-g3/5.6.1/README.md b/stable/freecad-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/README.md
rename to stable/freecad-desktop-g3/5.7.3/README.md
diff --git a/stable/freecad-desktop-g3/5.7.3/app-changelog.md b/stable/freecad-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8ae69936dd4
--- /dev/null
+++ b/stable/freecad-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [freecad-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@1d9cdbd](https://github.com/1d9cdbd) by renovate ([#19213](https://github.com/truecharts/charts/issues/19213))
\ No newline at end of file
diff --git a/stable/freecad-desktop-g3/5.6.1/app-readme.md b/stable/freecad-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/app-readme.md
rename to stable/freecad-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/freecad-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/freecad-desktop-g3/5.6.1/ix_values.yaml b/stable/freecad-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/ix_values.yaml
rename to stable/freecad-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/freecad-desktop-g3/5.6.1/questions.yaml b/stable/freecad-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/questions.yaml
rename to stable/freecad-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/freecad-desktop-g3/5.6.1/templates/common.yaml b/stable/freecad-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/freecad-desktop-g3/5.6.1/templates/common.yaml
rename to stable/freecad-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/freshrss/18.7.1/values.yaml b/stable/freecad-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/freshrss/18.7.1/values.yaml
rename to stable/freecad-desktop-g3/5.7.3/values.yaml
diff --git a/stable/freeradius/13.6.0/CHANGELOG.md b/stable/freeradius/13.6.0/CHANGELOG.md
deleted file mode 100644
index 9bc68d70ea1..00000000000
--- a/stable/freeradius/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [freeradius-13.6.0](https://github.com/truecharts/charts/compare/freeradius-13.5.2...freeradius-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [freeradius-13.5.2](https://github.com/truecharts/charts/compare/freeradius-13.5.1...freeradius-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [freeradius-13.5.1](https://github.com/truecharts/charts/compare/freeradius-13.5.0...freeradius-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [freeradius-13.5.0](https://github.com/truecharts/charts/compare/freeradius-13.4.1...freeradius-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [freeradius-13.4.1](https://github.com/truecharts/charts/compare/freeradius-13.4.0...freeradius-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [freeradius-13.4.0](https://github.com/truecharts/charts/compare/freeradius-13.3.0...freeradius-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [freeradius-13.3.0](https://github.com/truecharts/charts/compare/freeradius-13.2.3...freeradius-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [freeradius-13.2.3](https://github.com/truecharts/charts/compare/freeradius-13.2.2...freeradius-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [freeradius-13.2.2](https://github.com/truecharts/charts/compare/freeradius-13.2.0...freeradius-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/freeradius/13.6.0/Chart.yaml b/stable/freeradius/13.6.0/Chart.yaml
deleted file mode 100644
index 6878a4dbf43..00000000000
--- a/stable/freeradius/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: auth
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: OpenSource Radius implementation
-home: https://truecharts.org/charts/stable/freeradius
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png
-keywords:
- - radius
- - auth
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: freeradius
-sources:
- - https://freeradius.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius
- - https://github.com/truecharts/containers/tree/master/apps/freeradius
-type: application
-version: 13.6.0
diff --git a/stable/freeradius/13.6.0/charts/common-20.1.5.tgz b/stable/freeradius/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/freeradius/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/frigate/14.2.0/.helmignore b/stable/freeradius/13.7.3/.helmignore
similarity index 100%
rename from stable/frigate/14.2.0/.helmignore
rename to stable/freeradius/13.7.3/.helmignore
diff --git a/stable/freeradius/13.7.3/CHANGELOG.md b/stable/freeradius/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f6aeb104d43
--- /dev/null
+++ b/stable/freeradius/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freeradius-13.7.2](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/freeradius/13.7.3/Chart.yaml b/stable/freeradius/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..d09a030b01e
--- /dev/null
+++ b/stable/freeradius/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: auth
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: OpenSource Radius implementation
+home: https://truecharts.org/charts/stable/freeradius
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png
+keywords:
+ - radius
+ - auth
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: freeradius
+sources:
+ - https://freeradius.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius
+ - https://github.com/truecharts/containers/tree/master/apps/freeradius
+type: application
+version: 13.7.3
diff --git a/stable/freeradius/13.6.0/README.md b/stable/freeradius/13.7.3/README.md
similarity index 100%
rename from stable/freeradius/13.6.0/README.md
rename to stable/freeradius/13.7.3/README.md
diff --git a/stable/freeradius/13.7.3/app-changelog.md b/stable/freeradius/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..0bdc507d705
--- /dev/null
+++ b/stable/freeradius/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [freeradius-13.7.3](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/freeradius/13.6.0/app-readme.md b/stable/freeradius/13.7.3/app-readme.md
similarity index 100%
rename from stable/freeradius/13.6.0/app-readme.md
rename to stable/freeradius/13.7.3/app-readme.md
diff --git a/stable/freeradius/13.7.3/charts/common-20.2.4.tgz b/stable/freeradius/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/freeradius/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/freeradius/13.6.0/ix_values.yaml b/stable/freeradius/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/freeradius/13.6.0/ix_values.yaml
rename to stable/freeradius/13.7.3/ix_values.yaml
diff --git a/stable/freeradius/13.6.0/questions.yaml b/stable/freeradius/13.7.3/questions.yaml
similarity index 100%
rename from stable/freeradius/13.6.0/questions.yaml
rename to stable/freeradius/13.7.3/questions.yaml
diff --git a/stable/frigate/14.2.0/templates/NOTES.txt b/stable/freeradius/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/frigate/14.2.0/templates/NOTES.txt
rename to stable/freeradius/13.7.3/templates/NOTES.txt
diff --git a/stable/freeradius/13.6.0/templates/common.yaml b/stable/freeradius/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/freeradius/13.6.0/templates/common.yaml
rename to stable/freeradius/13.7.3/templates/common.yaml
diff --git a/stable/frigate/14.2.0/values.yaml b/stable/freeradius/13.7.3/values.yaml
similarity index 100%
rename from stable/frigate/14.2.0/values.yaml
rename to stable/freeradius/13.7.3/values.yaml
diff --git a/stable/freshrss/18.7.1/CHANGELOG.md b/stable/freshrss/18.7.1/CHANGELOG.md
deleted file mode 100644
index 3bac2f3e304..00000000000
--- a/stable/freshrss/18.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [freshrss-18.7.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [freshrss-18.7.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16)
-
-### Chore
\ No newline at end of file
diff --git a/stable/freshrss/18.7.1/Chart.yaml b/stable/freshrss/18.7.1/Chart.yaml
deleted file mode 100644
index 78146076521..00000000000
--- a/stable/freshrss/18.7.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.23.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: FreshRSS is a self-hosted RSS feed aggregator
-home: https://truecharts.org/charts/stable/freshrss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png
-keywords:
- - freshrss
- - rss
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: freshrss
-sources:
- - https://github.com/FreshRSS/FreshRSS
- - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss
- - https://ghcr.io/linuxserver/freshrss
-type: application
-version: 18.7.1
diff --git a/stable/freshrss/18.7.1/app-changelog.md b/stable/freshrss/18.7.1/app-changelog.md
deleted file mode 100644
index 034914e81ab..00000000000
--- a/stable/freshrss/18.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [freshrss-18.7.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/freshrss/18.7.1/charts/common-20.2.0.tgz b/stable/freshrss/18.7.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/freshrss/18.7.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/freshrss/18.7.1/ix_values.yaml b/stable/freshrss/18.7.1/ix_values.yaml
deleted file mode 100644
index 2b5ee92fd24..00000000000
--- a/stable/freshrss/18.7.1/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/freshrss
- pullPolicy: IfNotPresent
- tag: 1.23.1@sha256:8e6138a93344d0a2147031b8afe78de6f9c54284fc016fa3fe94c2e2dac221e5
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 10010
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
diff --git a/stable/fsm/5.6.0/.helmignore b/stable/freshrss/18.7.5/.helmignore
similarity index 100%
rename from stable/fsm/5.6.0/.helmignore
rename to stable/freshrss/18.7.5/.helmignore
diff --git a/stable/freshrss/18.7.5/CHANGELOG.md b/stable/freshrss/18.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..c0419532b79
--- /dev/null
+++ b/stable/freshrss/18.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freshrss-18.7.4](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freshrss-18.7.4](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freshrss-18.7.4](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freshrss-18.7.4](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [freshrss-18.7.3](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/freshrss/18.7.5/Chart.yaml b/stable/freshrss/18.7.5/Chart.yaml
new file mode 100644
index 00000000000..430aa0372f6
--- /dev/null
+++ b/stable/freshrss/18.7.5/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.23.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: FreshRSS is a self-hosted RSS feed aggregator
+home: https://truecharts.org/charts/stable/freshrss
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png
+keywords:
+ - freshrss
+ - rss
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: freshrss
+sources:
+ - https://github.com/FreshRSS/FreshRSS
+ - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss
+ - https://ghcr.io/linuxserver/freshrss
+type: application
+version: 18.7.5
diff --git a/stable/freshrss/18.7.1/README.md b/stable/freshrss/18.7.5/README.md
similarity index 100%
rename from stable/freshrss/18.7.1/README.md
rename to stable/freshrss/18.7.5/README.md
diff --git a/stable/freshrss/18.7.5/app-changelog.md b/stable/freshrss/18.7.5/app-changelog.md
new file mode 100644
index 00000000000..61c3cd0d24d
--- /dev/null
+++ b/stable/freshrss/18.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [freshrss-18.7.5](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@5894772](https://github.com/5894772) by renovate ([#19739](https://github.com/truecharts/charts/issues/19739))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@8e6138a](https://github.com/8e6138a) by renovate ([#19420](https://github.com/truecharts/charts/issues/19420))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/freshrss/18.7.1/app-readme.md b/stable/freshrss/18.7.5/app-readme.md
similarity index 100%
rename from stable/freshrss/18.7.1/app-readme.md
rename to stable/freshrss/18.7.5/app-readme.md
diff --git a/stable/freshrss/18.7.5/charts/common-20.2.4.tgz b/stable/freshrss/18.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/freshrss/18.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/freshrss/18.7.5/ix_values.yaml b/stable/freshrss/18.7.5/ix_values.yaml
new file mode 100644
index 00000000000..a04a6fdb91c
--- /dev/null
+++ b/stable/freshrss/18.7.5/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: ghcr.io/linuxserver/freshrss
+ pullPolicy: IfNotPresent
+ tag: 1.23.1@sha256:589477286121e24e16056c8d2e6d6ab3b367b9c3cf2c9699d82c140ba933ad1d
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10010
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
diff --git a/stable/freshrss/18.7.1/questions.yaml b/stable/freshrss/18.7.5/questions.yaml
similarity index 100%
rename from stable/freshrss/18.7.1/questions.yaml
rename to stable/freshrss/18.7.5/questions.yaml
diff --git a/stable/game-server-watcher/1.4.0/templates/NOTES.txt b/stable/freshrss/18.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/game-server-watcher/1.4.0/templates/NOTES.txt
rename to stable/freshrss/18.7.5/templates/NOTES.txt
diff --git a/stable/gamevault-backend/5.6.0/templates/common.yaml b/stable/freshrss/18.7.5/templates/common.yaml
similarity index 100%
rename from stable/gamevault-backend/5.6.0/templates/common.yaml
rename to stable/freshrss/18.7.5/templates/common.yaml
diff --git a/stable/fsm/5.6.0/values.yaml b/stable/freshrss/18.7.5/values.yaml
similarity index 100%
rename from stable/fsm/5.6.0/values.yaml
rename to stable/freshrss/18.7.5/values.yaml
diff --git a/stable/game-server-watcher/1.4.0/.helmignore b/stable/friendica/14.0.2/.helmignore
similarity index 100%
rename from stable/game-server-watcher/1.4.0/.helmignore
rename to stable/friendica/14.0.2/.helmignore
diff --git a/stable/friendica/14.0.2/CHANGELOG.md b/stable/friendica/14.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..0fcc1dbe2ad
--- /dev/null
+++ b/stable/friendica/14.0.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [friendica-14.0.2](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227))
+
+
+## [friendica-14.0.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227))
+
+
+## [friendica-14.0.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662))
diff --git a/stable/friendica/14.0.2/Chart.yaml b/stable/friendica/14.0.2/Chart.yaml
new file mode 100644
index 00000000000..391b29e2885
--- /dev/null
+++ b/stable/friendica/14.0.2/Chart.yaml
@@ -0,0 +1,51 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: social
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.03.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Welcome to the free social web
+home: https://truecharts.org/charts/stable/friendica
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png
+keywords:
+ - friend
+ - social
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: friendica
+sources:
+ - https://friendi.ca/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/friendica
+ - https://hub.docker.com/_/friendica
+type: application
+version: 14.0.2
diff --git a/stable/friendica/14.0.2/README.md b/stable/friendica/14.0.2/README.md
new file mode 100644
index 00000000000..2f0c4790cc9
--- /dev/null
+++ b/stable/friendica/14.0.2/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/friendica)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/friendica/14.0.2/app-changelog.md b/stable/friendica/14.0.2/app-changelog.md
new file mode 100644
index 00000000000..c32777e82b6
--- /dev/null
+++ b/stable/friendica/14.0.2/app-changelog.md
@@ -0,0 +1,39 @@
+
+
+## [friendica-14.0.2](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image friendica to v2024.03[@0cc133b](https://github.com/0cc133b) by renovate ([#19669](https://github.com/truecharts/charts/issues/19669))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image friendica to v[@85105b0](https://github.com/85105b0) by renovate ([#19662](https://github.com/truecharts/charts/issues/19662))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227))
\ No newline at end of file
diff --git a/stable/friendica/14.0.2/app-readme.md b/stable/friendica/14.0.2/app-readme.md
new file mode 100644
index 00000000000..96a86dd4a0f
--- /dev/null
+++ b/stable/friendica/14.0.2/app-readme.md
@@ -0,0 +1,8 @@
+Welcome to the free social web
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/friendica](https://truecharts.org/charts/stable/friendica)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/friendica/14.0.2/charts/common-20.2.4.tgz b/stable/friendica/14.0.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/friendica/14.0.2/charts/common-20.2.4.tgz differ
diff --git a/stable/friendica/14.0.2/charts/mariadb-13.7.3.tgz b/stable/friendica/14.0.2/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/friendica/14.0.2/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/friendica/14.0.2/charts/redis-13.2.2.tgz b/stable/friendica/14.0.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/friendica/14.0.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/friendica/14.0.2/ix_values.yaml b/stable/friendica/14.0.2/ix_values.yaml
new file mode 100644
index 00000000000..385ea7ef52e
--- /dev/null
+++ b/stable/friendica/14.0.2/ix_values.yaml
@@ -0,0 +1,82 @@
+image:
+ repository: friendica
+ pullPolicy: IfNotPresent
+ tag: 2024.03@sha256:0cc133b4337bd8229d0c0449f2a15175b6d7ebb3564f815ea34f4c42d3512ca3
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/ping"
+ readiness:
+ path: "/ping"
+ startup:
+ path: "/ping"
+ env:
+ MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}"
+ MYSQL_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
+ MYSQL_PORT: 3306
+ REDIS_PORT: 6379
+ REDIS_DB: 1
+ FRIENDICA_TZ: "{{ .Values.TZ }}"
+ FRIENDICA_DATA_DIR: "/data"
+ FRIENDICA_CONFIG_DIR: "/config"
+ # User Defined
+ FRIENDICA_ADMIN_MAIL: "my@domain.com"
+ FRIENDICA_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
+ FRIENDICA_UPGRADE: false
+ FRIENDICA_SITENAME: ""
+ PHP_MEMORY_LIMIT: "512M"
+ PHP_UPLOAD_LIMIT: "512M"
+ MYSQL_HOST:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
+ key: plainhost
+ MYSQL_PASSWORD:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
+ key: mariadb-password
+ REDIS_HOST:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: plainhost
+ REDIS_PW:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: redis-password
+service:
+ main:
+ ports:
+ main:
+ port: 10058
+ targetPort: 80
+persistence:
+ varrun:
+ enabled: true
+ config:
+ enabled: true
+ mountPath: /config
+ data:
+ enabled: true
+ mountPath: /data
+redis:
+ enabled: true
+mariadb:
+ enabled: true
+ mariadbUsername: friendica
+ mariadbDatabase: friendica
+portal:
+ open:
+ enabled: true
diff --git a/stable/friendica/14.0.2/questions.yaml b/stable/friendica/14.0.2/questions.yaml
new file mode 100755
index 00000000000..537c0326701
--- /dev/null
+++ b/stable/friendica/14.0.2/questions.yaml
@@ -0,0 +1,3161 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: FRIENDICA_UPGRADE
+ label: "Friendica Force Upgrade"
+ description: "Force starting the Friendica update even it's the same version"
+ schema:
+ type: boolean
+ default: false
+ - variable: FRIENDICA_ADMIN_MAIL
+ label: "Admin E-Mail"
+ description: "E-Mail address of the administrator."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: FRIENDICA_URL
+ label: "Friendica URL"
+ description: "The Friendica complete URL including protocol, domain and subpath (example: https://friendica.local/sub/ )."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: FRIENDICA_SITENAME
+ label: "Friendica Site Name"
+ description: "The Sitename of the Friendica server."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: PHP_MEMORY_LIMIT
+ label: "PHP Memory Limit"
+ description: "This sets the maximum amount of memory in bytes that a script is allowed to allocate."
+ schema:
+ type: string
+ required: true
+ default: "512M"
+ - variable: PHP_UPLOAD_LIMIT
+ label: "PHP Upload Limit"
+ description: "This sets the upload limit (post_max_size and upload_max_filesize) for big files."
+ schema:
+ type: string
+ required: true
+ default: "512M"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10058
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/gamevault-backend/5.6.0/templates/NOTES.txt b/stable/friendica/14.0.2/templates/NOTES.txt
similarity index 100%
rename from stable/gamevault-backend/5.6.0/templates/NOTES.txt
rename to stable/friendica/14.0.2/templates/NOTES.txt
diff --git a/stable/golinks/11.6.0/templates/common.yaml b/stable/friendica/14.0.2/templates/common.yaml
similarity index 100%
rename from stable/golinks/11.6.0/templates/common.yaml
rename to stable/friendica/14.0.2/templates/common.yaml
diff --git a/stable/game-server-watcher/1.4.0/values.yaml b/stable/friendica/14.0.2/values.yaml
similarity index 100%
rename from stable/game-server-watcher/1.4.0/values.yaml
rename to stable/friendica/14.0.2/values.yaml
diff --git a/stable/frigate/14.2.0/CHANGELOG.md b/stable/frigate/14.2.0/CHANGELOG.md
deleted file mode 100644
index 923b2e51ea5..00000000000
--- a/stable/frigate/14.2.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [frigate-14.2.0](https://github.com/truecharts/charts/compare/frigate-14.1.2...frigate-14.2.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [frigate-14.1.2](https://github.com/truecharts/charts/compare/frigate-14.1.1...frigate-14.1.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [frigate-14.1.1](https://github.com/truecharts/charts/compare/frigate-14.1.0...frigate-14.1.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [frigate-14.1.0](https://github.com/truecharts/charts/compare/frigate-14.0.1...frigate-14.1.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [frigate-14.0.1](https://github.com/truecharts/charts/compare/frigate-14.0.0...frigate-14.0.1) (2024-03-10)
-
-### Fix
-
-
-
-- Fix configmap for 0.13 ([#18967](https://github.com/truecharts/charts/issues/18967))
-
-
-## [frigate-14.0.0](https://github.com/truecharts/charts/compare/frigate-13.4.1...frigate-14.0.0) (2024-03-10)
-
-### Chore
-
-
-
-- update container image ghcr.io/blakeblackshear/frigate to v0.13.2 by renovate ([#17936](https://github.com/truecharts/charts/issues/17936))
-
-
-## [frigate-13.4.1](https://github.com/truecharts/charts/compare/frigate-13.4.0...frigate-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [frigate-13.4.0](https://github.com/truecharts/charts/compare/frigate-13.3.0...frigate-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [frigate-13.3.0](https://github.com/truecharts/charts/compare/frigate-13.2.3...frigate-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [frigate-13.2.3](https://github.com/truecharts/charts/compare/frigate-13.2.2...frigate-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
diff --git a/stable/frigate/14.2.0/Chart.yaml b/stable/frigate/14.2.0/Chart.yaml
deleted file mode 100644
index 13d330b239d..00000000000
--- a/stable/frigate/14.2.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: nvr
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.13.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: NVR With Realtime Object Detection for IP Cameras
-home: https://truecharts.org/charts/stable/frigate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png
-keywords:
- - encode
- - nvr
- - media
- - frigate
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: frigate
-sources:
- - https://github.com/blakeblackshear/frigate
- - https://github.com/truecharts/charts/tree/master/charts/stable/frigate
- - https://ghcr.io/blakeblackshear/frigate
-type: application
-version: 14.2.0
diff --git a/stable/frigate/14.2.0/charts/common-20.1.5.tgz b/stable/frigate/14.2.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/frigate/14.2.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gamevault-backend/5.6.0/.helmignore b/stable/frigate/14.3.3/.helmignore
similarity index 100%
rename from stable/gamevault-backend/5.6.0/.helmignore
rename to stable/frigate/14.3.3/.helmignore
diff --git a/stable/frigate/14.3.3/CHANGELOG.md b/stable/frigate/14.3.3/CHANGELOG.md
new file mode 100644
index 00000000000..83556b7f092
--- /dev/null
+++ b/stable/frigate/14.3.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [frigate-14.3.2](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/frigate/14.3.3/Chart.yaml b/stable/frigate/14.3.3/Chart.yaml
new file mode 100644
index 00000000000..921d08ad8ea
--- /dev/null
+++ b/stable/frigate/14.3.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: nvr
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.13.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: NVR With Realtime Object Detection for IP Cameras
+home: https://truecharts.org/charts/stable/frigate
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png
+keywords:
+ - encode
+ - nvr
+ - media
+ - frigate
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: frigate
+sources:
+ - https://github.com/blakeblackshear/frigate
+ - https://github.com/truecharts/charts/tree/master/charts/stable/frigate
+ - https://ghcr.io/blakeblackshear/frigate
+type: application
+version: 14.3.3
diff --git a/stable/frigate/14.2.0/README.md b/stable/frigate/14.3.3/README.md
similarity index 100%
rename from stable/frigate/14.2.0/README.md
rename to stable/frigate/14.3.3/README.md
diff --git a/stable/frigate/14.3.3/app-changelog.md b/stable/frigate/14.3.3/app-changelog.md
new file mode 100644
index 00000000000..80f17fc9e94
--- /dev/null
+++ b/stable/frigate/14.3.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [frigate-14.3.3](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/frigate/14.2.0/app-readme.md b/stable/frigate/14.3.3/app-readme.md
similarity index 100%
rename from stable/frigate/14.2.0/app-readme.md
rename to stable/frigate/14.3.3/app-readme.md
diff --git a/stable/frigate/14.3.3/charts/common-20.2.4.tgz b/stable/frigate/14.3.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/frigate/14.3.3/charts/common-20.2.4.tgz differ
diff --git a/stable/frigate/14.2.0/ix_values.yaml b/stable/frigate/14.3.3/ix_values.yaml
similarity index 100%
rename from stable/frigate/14.2.0/ix_values.yaml
rename to stable/frigate/14.3.3/ix_values.yaml
diff --git a/stable/frigate/14.2.0/questions.yaml b/stable/frigate/14.3.3/questions.yaml
similarity index 100%
rename from stable/frigate/14.2.0/questions.yaml
rename to stable/frigate/14.3.3/questions.yaml
diff --git a/stable/gaps/18.6.0/templates/NOTES.txt b/stable/frigate/14.3.3/templates/NOTES.txt
similarity index 100%
rename from stable/gaps/18.6.0/templates/NOTES.txt
rename to stable/frigate/14.3.3/templates/NOTES.txt
diff --git a/stable/frigate/14.2.0/templates/_configmap.tpl b/stable/frigate/14.3.3/templates/_configmap.tpl
similarity index 100%
rename from stable/frigate/14.2.0/templates/_configmap.tpl
rename to stable/frigate/14.3.3/templates/_configmap.tpl
diff --git a/stable/frigate/14.2.0/templates/common.yaml b/stable/frigate/14.3.3/templates/common.yaml
similarity index 100%
rename from stable/frigate/14.2.0/templates/common.yaml
rename to stable/frigate/14.3.3/templates/common.yaml
diff --git a/stable/gamevault-backend/5.6.0/values.yaml b/stable/frigate/14.3.3/values.yaml
similarity index 100%
rename from stable/gamevault-backend/5.6.0/values.yaml
rename to stable/frigate/14.3.3/values.yaml
diff --git a/stable/fsm/5.6.0/CHANGELOG.md b/stable/fsm/5.6.0/CHANGELOG.md
deleted file mode 100644
index c790b0ada3b..00000000000
--- a/stable/fsm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [fsm-5.6.0](https://github.com/truecharts/charts/compare/fsm-5.5.2...fsm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [fsm-5.5.2](https://github.com/truecharts/charts/compare/fsm-5.5.1...fsm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [fsm-5.5.1](https://github.com/truecharts/charts/compare/fsm-5.5.0...fsm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [fsm-5.5.0](https://github.com/truecharts/charts/compare/fsm-5.4.1...fsm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [fsm-5.4.1](https://github.com/truecharts/charts/compare/fsm-5.4.0...fsm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [fsm-5.4.0](https://github.com/truecharts/charts/compare/fsm-5.3.0...fsm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [fsm-5.3.0](https://github.com/truecharts/charts/compare/fsm-5.2.3...fsm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [fsm-5.2.3](https://github.com/truecharts/charts/compare/fsm-5.2.2...fsm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [fsm-5.2.2](https://github.com/truecharts/charts/compare/fsm-5.2.0...fsm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/fsm/5.6.0/Chart.yaml b/stable/fsm/5.6.0/Chart.yaml
deleted file mode 100644
index 45b539273bb..00000000000
--- a/stable/fsm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: No description provide.
-home: https://truecharts.org/charts/stable/fsm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png
-keywords:
- - fsm
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: fsm
-sources:
- - https://registry.hub.docker.com/r/ofsm/ofsm
- - https://github.com/truecharts/charts/tree/master/charts/stable/fsm
- - https://hub.docker.com/r/ofsm/ofsm
-type: application
-version: 5.6.0
diff --git a/stable/fsm/5.6.0/charts/common-20.1.5.tgz b/stable/fsm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/fsm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gaps/18.6.0/.helmignore b/stable/fsm/5.7.3/.helmignore
similarity index 100%
rename from stable/gaps/18.6.0/.helmignore
rename to stable/fsm/5.7.3/.helmignore
diff --git a/stable/fsm/5.7.3/CHANGELOG.md b/stable/fsm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b51a4f8f8ee
--- /dev/null
+++ b/stable/fsm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [fsm-5.7.2](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/fsm/5.7.3/Chart.yaml b/stable/fsm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..02ee6731551
--- /dev/null
+++ b/stable/fsm/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: No description provide.
+home: https://truecharts.org/charts/stable/fsm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png
+keywords:
+ - fsm
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: fsm
+sources:
+ - https://registry.hub.docker.com/r/ofsm/ofsm
+ - https://github.com/truecharts/charts/tree/master/charts/stable/fsm
+ - https://hub.docker.com/r/ofsm/ofsm
+type: application
+version: 5.7.3
diff --git a/stable/fsm/5.6.0/README.md b/stable/fsm/5.7.3/README.md
similarity index 100%
rename from stable/fsm/5.6.0/README.md
rename to stable/fsm/5.7.3/README.md
diff --git a/stable/fsm/5.7.3/app-changelog.md b/stable/fsm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..467f21dc7a5
--- /dev/null
+++ b/stable/fsm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [fsm-5.7.3](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/fsm/5.6.0/app-readme.md b/stable/fsm/5.7.3/app-readme.md
similarity index 100%
rename from stable/fsm/5.6.0/app-readme.md
rename to stable/fsm/5.7.3/app-readme.md
diff --git a/stable/fsm/5.7.3/charts/common-20.2.4.tgz b/stable/fsm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/fsm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/fsm/5.6.0/ix_values.yaml b/stable/fsm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/fsm/5.6.0/ix_values.yaml
rename to stable/fsm/5.7.3/ix_values.yaml
diff --git a/stable/fsm/5.6.0/questions.yaml b/stable/fsm/5.7.3/questions.yaml
similarity index 100%
rename from stable/fsm/5.6.0/questions.yaml
rename to stable/fsm/5.7.3/questions.yaml
diff --git a/stable/fsm/5.6.0/templates/common.yaml b/stable/fsm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/fsm/5.6.0/templates/common.yaml
rename to stable/fsm/5.7.3/templates/common.yaml
diff --git a/stable/gaps/18.6.0/values.yaml b/stable/fsm/5.7.3/values.yaml
similarity index 100%
rename from stable/gaps/18.6.0/values.yaml
rename to stable/fsm/5.7.3/values.yaml
diff --git a/stable/game-server-watcher/1.4.0/CHANGELOG.md b/stable/game-server-watcher/1.4.0/CHANGELOG.md
deleted file mode 100644
index d85c4e949d3..00000000000
--- a/stable/game-server-watcher/1.4.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/game-server-watcher/1.4.0/Chart.yaml b/stable/game-server-watcher/1.4.0/Chart.yaml
deleted file mode 100644
index cf17e205593..00000000000
--- a/stable/game-server-watcher/1.4.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: monitor
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.0.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple discord/telegram/slack bot to monitor your game servers and players in style.
-home: https://truecharts.org/charts/stable/game-server-watcher
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png
-keywords:
- - game-server-watcher
- - monitoring
- - bots
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: game-server-watcher
-sources:
- - https://github.com/a-sync/game-server-watcher
- - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher
- - https://ghcr.io/a-sync/game-server-watcher
-type: application
-version: 1.4.0
diff --git a/stable/game-server-watcher/1.4.0/app-changelog.md b/stable/game-server-watcher/1.4.0/app-changelog.md
deleted file mode 100644
index e52015157bf..00000000000
--- a/stable/game-server-watcher/1.4.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [game-server-watcher-1.4.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/game-server-watcher/1.4.0/charts/common-20.2.0.tgz b/stable/game-server-watcher/1.4.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/game-server-watcher/1.4.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/game-server-watcher/1.4.0/ix_values.yaml b/stable/game-server-watcher/1.4.0/ix_values.yaml
deleted file mode 100644
index 815881b5a68..00000000000
--- a/stable/game-server-watcher/1.4.0/ix_values.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
-image:
- repository: ghcr.io/a-sync/game-server-watcher
- pullPolicy: IfNotPresent
- tag: v3.0.2@sha256:52d5d8db08599ba11edef0d389f1689166eec7eade9e4f9929d0c32ae57fed26
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- protocol: http
- port: 10690
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- # Writeable folder for data storage
- DATA_PATH: "{{.Values.persistence.data.mountPath }}"
- # Web service host
- HOST: 0.0.0.0
- # Web service port
- PORT: "{{ .Values.service.main.ports.main.port }}"
- # Admin PASSWORD
- SECRET: secret
- # Enable or Disable debug mode
- DBG: 0
- # Game server info refresh interval in minutes
- REFRESH_TIME_MINUTES: 2
- # Steam web API key
- STEAM_WEB_API_KEY: ""
- # Discord bot token
- DISCORD_BOT_TOKEN: ""
- # Telegram bot token
- TELEGRAM_BOT_TOKEN: ""
- # Slack bot token
- SLACK_BOT_TOKEN: ""
- # Slack app token
- SLACK_APP_TOKEN: ""
-
-persistence:
- data:
- enabled: true
- mountPath: "/data"
-
-portal:
- open:
- enabled: true
diff --git a/stable/garrysmod/5.6.0/.helmignore b/stable/game-server-watcher/1.4.4/.helmignore
similarity index 100%
rename from stable/garrysmod/5.6.0/.helmignore
rename to stable/game-server-watcher/1.4.4/.helmignore
diff --git a/stable/game-server-watcher/1.4.4/CHANGELOG.md b/stable/game-server-watcher/1.4.4/CHANGELOG.md
new file mode 100644
index 00000000000..a234943086d
--- /dev/null
+++ b/stable/game-server-watcher/1.4.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [game-server-watcher-1.4.3](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [game-server-watcher-1.4.3](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [game-server-watcher-1.4.3](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [game-server-watcher-1.4.3](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [game-server-watcher-1.4.3](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/game-server-watcher/1.4.4/Chart.yaml b/stable/game-server-watcher/1.4.4/Chart.yaml
new file mode 100644
index 00000000000..c8bd6f8fa87
--- /dev/null
+++ b/stable/game-server-watcher/1.4.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: monitor
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.0.8
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple discord/telegram/slack bot to monitor your game servers and players in style.
+home: https://truecharts.org/charts/stable/game-server-watcher
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.png
+keywords:
+ - game-server-watcher
+ - monitoring
+ - bots
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: game-server-watcher
+sources:
+ - https://github.com/a-sync/game-server-watcher
+ - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher
+ - https://ghcr.io/a-sync/game-server-watcher
+type: application
+version: 1.4.4
diff --git a/stable/game-server-watcher/1.4.0/README.md b/stable/game-server-watcher/1.4.4/README.md
similarity index 100%
rename from stable/game-server-watcher/1.4.0/README.md
rename to stable/game-server-watcher/1.4.4/README.md
diff --git a/stable/game-server-watcher/1.4.4/app-changelog.md b/stable/game-server-watcher/1.4.4/app-changelog.md
new file mode 100644
index 00000000000..d5bf4398c33
--- /dev/null
+++ b/stable/game-server-watcher/1.4.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [game-server-watcher-1.4.4](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.8[@e9be3a1](https://github.com/e9be3a1) by renovate ([#19691](https://github.com/truecharts/charts/issues/19691))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/a-sync/game-server-watcher to v3.0.5[@61d4e0e](https://github.com/61d4e0e) by renovate ([#19674](https://github.com/truecharts/charts/issues/19674))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/game-server-watcher/1.4.0/app-readme.md b/stable/game-server-watcher/1.4.4/app-readme.md
similarity index 100%
rename from stable/game-server-watcher/1.4.0/app-readme.md
rename to stable/game-server-watcher/1.4.4/app-readme.md
diff --git a/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz b/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/game-server-watcher/1.4.4/charts/common-20.2.4.tgz differ
diff --git a/stable/game-server-watcher/1.4.4/ix_values.yaml b/stable/game-server-watcher/1.4.4/ix_values.yaml
new file mode 100644
index 00000000000..5d5d1ce65d9
--- /dev/null
+++ b/stable/game-server-watcher/1.4.4/ix_values.yaml
@@ -0,0 +1,55 @@
+image:
+ repository: ghcr.io/a-sync/game-server-watcher
+ pullPolicy: IfNotPresent
+ tag: v3.0.8@sha256:e9be3a1ca2f624f54f5bdaa5e8e6ba47f090a8ed0ed2b664b0e6059ccaa48669
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10690
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ # Writeable folder for data storage
+ DATA_PATH: "{{.Values.persistence.data.mountPath }}"
+ # Web service host
+ HOST: 0.0.0.0
+ # Web service port
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ # Admin PASSWORD
+ SECRET: secret
+ # Enable or Disable debug mode
+ DBG: 0
+ # Game server info refresh interval in minutes
+ REFRESH_TIME_MINUTES: 2
+ # Steam web API key
+ STEAM_WEB_API_KEY: ""
+ # Discord bot token
+ DISCORD_BOT_TOKEN: ""
+ # Telegram bot token
+ TELEGRAM_BOT_TOKEN: ""
+ # Slack bot token
+ SLACK_BOT_TOKEN: ""
+ # Slack app token
+ SLACK_APP_TOKEN: ""
+
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/game-server-watcher/1.4.0/questions.yaml b/stable/game-server-watcher/1.4.4/questions.yaml
similarity index 100%
rename from stable/game-server-watcher/1.4.0/questions.yaml
rename to stable/game-server-watcher/1.4.4/questions.yaml
diff --git a/stable/gaseous-server/1.8.2/templates/NOTES.txt b/stable/game-server-watcher/1.4.4/templates/NOTES.txt
similarity index 100%
rename from stable/gaseous-server/1.8.2/templates/NOTES.txt
rename to stable/game-server-watcher/1.4.4/templates/NOTES.txt
diff --git a/stable/gaps/18.6.0/templates/common.yaml b/stable/game-server-watcher/1.4.4/templates/common.yaml
similarity index 100%
rename from stable/gaps/18.6.0/templates/common.yaml
rename to stable/game-server-watcher/1.4.4/templates/common.yaml
diff --git a/stable/garrysmod/5.6.0/values.yaml b/stable/game-server-watcher/1.4.4/values.yaml
similarity index 100%
rename from stable/garrysmod/5.6.0/values.yaml
rename to stable/game-server-watcher/1.4.4/values.yaml
diff --git a/stable/gamevault-backend/5.6.0/CHANGELOG.md b/stable/gamevault-backend/5.6.0/CHANGELOG.md
deleted file mode 100644
index 904a27828c6..00000000000
--- a/stable/gamevault-backend/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gamevault-backend-5.6.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.5.2...gamevault-backend-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [gamevault-backend-5.5.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.5.1...gamevault-backend-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [gamevault-backend-5.5.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.5.0...gamevault-backend-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [gamevault-backend-5.5.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.4.1...gamevault-backend-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [gamevault-backend-5.4.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.4.0...gamevault-backend-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [gamevault-backend-5.4.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.3.0...gamevault-backend-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [gamevault-backend-5.3.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.3...gamevault-backend-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [gamevault-backend-5.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.2...gamevault-backend-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [gamevault-backend-5.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.0...gamevault-backend-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/gamevault-backend/5.6.0/Chart.yaml b/stable/gamevault-backend/5.6.0/Chart.yaml
deleted file mode 100644
index 776fdfd273b..00000000000
--- a/stable/gamevault-backend/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 10.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: the self-hosted gaming platform for alternatively obtained games.
-home: https://truecharts.org/charts/stable/gamevault-backend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
-keywords:
- - gamevault-backend
- - games
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gamevault-backend
-sources:
- - https://github.com/Phalcode/gamevault-backend
- - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend
- - https://hub.docker.com/r/phalcode/gamevault-backend
-type: application
-version: 5.6.0
diff --git a/stable/gamevault-backend/5.6.0/charts/common-20.1.5.tgz b/stable/gamevault-backend/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gamevault-backend/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gamevault-backend/5.6.0/questions.yaml b/stable/gamevault-backend/5.6.0/questions.yaml
deleted file mode 100755
index ea09ede50e0..00000000000
--- a/stable/gamevault-backend/5.6.0/questions.yaml
+++ /dev/null
@@ -1,3990 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals: {}
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: gamevault
- group: App Configuration
- label: Gamevault
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: server
- label: Server
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: admin_username
- label: Admin User
- schema:
- type: string
- required: true
- default: ""
- - variable: admin_password
- label: Admin Password
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: registration_disabled
- label: Registration Disabled
- description: If registration is enabled or not.
- schema:
- type: boolean
- default: false
- - variable: account_activation_disabled
- label: Account Activation Disabled
- description: If accounts need to be activated by an admin before using them.
- schema:
- type: boolean
- default: false
- - variable: allowed_origins
- label: Allowed Origins
- description: List of Allowed CORS origins for the server.
- schema:
- type: list
- empty: false
- required: true
- default:
- - "*"
- items:
- - variable: origin
- label: Origin
- schema:
- type: string
- required: true
- default: ""
- - variable: log_level
- label: Log Level
- description: The log level of the server.
- schema:
- type: string
- required: true
- default: "info"
- enum:
- - value: "debug"
- description: "Debug"
- - value: "info"
- description: "Info"
- - value: "warn"
- description: "Warn"
- - value: "error"
- description: "Error"
- - value: "fatal"
- description: "Fatal"
- - variable: games
- label: Games
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: index_interval_in_minutes
- label: Index Interval In Minutes
- description: Determines how often the server should index the list of games.
- schema:
- type: int
- default: 5
- - variable: search_recursive
- label: Search Recursive
- description: Toggling the Indexer's search for games in sub folders.
- schema:
- type: boolean
- default: true
- - variable: file_formats
- label: Supported File Formats
- description: Custom list of file formats.
- schema:
- type: list
- empty: false
- required: true
- default:
- - ".7z"
- - ".xz"
- - ".bz2"
- - ".gz"
- - ".tar"
- - ".zip"
- - ".wim"
- - ".ar"
- - ".arj"
- - ".cab"
- - ".chm"
- - ".cpio"
- - ".cramfs"
- - ".dmg"
- - ".ext"
- - ".fat"
- - ".gpt"
- - ".hfs"
- - ".ihex"
- - ".iso"
- - ".lzh"
- - ".lzma"
- - ".mbr"
- - ".msi"
- - ".nsis"
- - ".ntfs"
- - ".qcow2"
- - ".rar"
- - ".rpm"
- - ".squashfs"
- - ".udf"
- - ".uefi"
- - ".vdi"
- - ".vhd"
- - ".vmdk"
- - ".wim"
- - ".xar"
- - ".z"
- items:
- - variable: format
- label: Format
- schema:
- type: string
- required: true
- default: ""
- - variable: images
- label: Images
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: gc_keep_days
- label: GC Keep Days
- description: The number of days to keep unused images. After this period, images that have not been accessed are deleted.
- schema:
- type: int
- default: 30
- min: 1
- - variable: gc_interval_minutes
- label: GC Interval Minutes
- description: How often to run the image garbage collector, in minutes.
- schema:
- type: int
- default: 60
- min: 1
- - variable: rawg
- label: Rawg
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: api_url
- label: API Url
- schema:
- type: string
- default: "https://api.rawg.io/api"
- - variable: api_cache_days
- label: API Cache Days
- schema:
- type: int
- default: 7
- min: 1
- - variable: api_key
- label: API Key
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 8080
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: logs
- label: "App Logs Storage"
- description: "Stores the Application Logs."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: images
- label: "App Images Storage"
- description: "Stores the Application Images."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: games
- label: "App Games Storage"
- description: "Stores the Application Games."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/gaseous-server/1.8.2/.helmignore b/stable/gamevault-backend/5.7.3/.helmignore
similarity index 100%
rename from stable/gaseous-server/1.8.2/.helmignore
rename to stable/gamevault-backend/5.7.3/.helmignore
diff --git a/stable/gamevault-backend/5.7.3/CHANGELOG.md b/stable/gamevault-backend/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ede8844034d
--- /dev/null
+++ b/stable/gamevault-backend/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gamevault-backend-5.7.3](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gamevault-backend-5.7.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/gamevault-backend/5.7.3/Chart.yaml b/stable/gamevault-backend/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..5b07597681f
--- /dev/null
+++ b/stable/gamevault-backend/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 10.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: the self-hosted gaming platform for alternatively obtained games.
+home: https://truecharts.org/charts/stable/gamevault-backend
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
+keywords:
+ - gamevault-backend
+ - games
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gamevault-backend
+sources:
+ - https://github.com/Phalcode/gamevault-backend
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend
+ - https://hub.docker.com/r/phalcode/gamevault-backend
+type: application
+version: 5.7.3
diff --git a/stable/gamevault-backend/5.6.0/README.md b/stable/gamevault-backend/5.7.3/README.md
similarity index 100%
rename from stable/gamevault-backend/5.6.0/README.md
rename to stable/gamevault-backend/5.7.3/README.md
diff --git a/stable/gamevault-backend/5.7.3/app-changelog.md b/stable/gamevault-backend/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..91478f2503e
--- /dev/null
+++ b/stable/gamevault-backend/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [gamevault-backend-5.7.3](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gamevault-backend/5.6.0/app-readme.md b/stable/gamevault-backend/5.7.3/app-readme.md
similarity index 100%
rename from stable/gamevault-backend/5.6.0/app-readme.md
rename to stable/gamevault-backend/5.7.3/app-readme.md
diff --git a/stable/gamevault-backend/5.7.3/charts/common-20.2.4.tgz b/stable/gamevault-backend/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gamevault-backend/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gamevault-backend/5.6.0/ix_values.yaml b/stable/gamevault-backend/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/gamevault-backend/5.6.0/ix_values.yaml
rename to stable/gamevault-backend/5.7.3/ix_values.yaml
diff --git a/stable/gamevault-backend/5.7.3/questions.yaml b/stable/gamevault-backend/5.7.3/questions.yaml
new file mode 100755
index 00000000000..e9be8e588b3
--- /dev/null
+++ b/stable/gamevault-backend/5.7.3/questions.yaml
@@ -0,0 +1,3992 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals: {}
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: gamevault
+ group: App Configuration
+ label: Gamevault
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: server
+ label: Server
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: admin_username
+ label: Admin User
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: admin_password
+ label: Admin Password
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: registration_disabled
+ label: Registration Disabled
+ description: If registration is enabled or not.
+ schema:
+ type: boolean
+ default: false
+ - variable: account_activation_disabled
+ label: Account Activation Disabled
+ description: If accounts need to be activated by an admin before using them.
+ schema:
+ type: boolean
+ default: false
+ - variable: allowed_origins
+ label: Allowed Origins
+ description: List of Allowed CORS origins for the server.
+ schema:
+ type: list
+ empty: false
+ required: true
+ default:
+ - "*"
+ items:
+ - variable: origin
+ label: Origin
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: log_level
+ label: Log Level
+ description: The log level of the server.
+ schema:
+ type: string
+ required: true
+ default: "info"
+ enum:
+ - value: "debug"
+ description: "Debug"
+ - value: "info"
+ description: "Info"
+ - value: "warn"
+ description: "Warn"
+ - value: "error"
+ description: "Error"
+ - value: "fatal"
+ description: "Fatal"
+ - variable: games
+ label: Games
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: index_interval_in_minutes
+ label: Index Interval In Minutes
+ description: Determines how often the server should index the list of games.
+ schema:
+ type: int
+ default: 5
+ - variable: search_recursive
+ label: Search Recursive
+ description: Toggling the Indexer's search for games in sub folders.
+ schema:
+ type: boolean
+ default: true
+ - variable: file_formats
+ label: Supported File Formats
+ description: Custom list of file formats.
+ schema:
+ type: list
+ empty: false
+ required: true
+ default:
+ - ".7z"
+ - ".xz"
+ - ".bz2"
+ - ".gz"
+ - ".tar"
+ - ".zip"
+ - ".wim"
+ - ".ar"
+ - ".arj"
+ - ".cab"
+ - ".chm"
+ - ".cpio"
+ - ".cramfs"
+ - ".dmg"
+ - ".ext"
+ - ".fat"
+ - ".gpt"
+ - ".hfs"
+ - ".ihex"
+ - ".iso"
+ - ".lzh"
+ - ".lzma"
+ - ".mbr"
+ - ".msi"
+ - ".nsis"
+ - ".ntfs"
+ - ".qcow2"
+ - ".rar"
+ - ".rpm"
+ - ".squashfs"
+ - ".udf"
+ - ".uefi"
+ - ".vdi"
+ - ".vhd"
+ - ".vmdk"
+ - ".wim"
+ - ".xar"
+ - ".z"
+ items:
+ - variable: format
+ label: Format
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: images
+ label: Images
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: gc_keep_days
+ label: GC Keep Days
+ description: The number of days to keep unused images. After this period, images that have not been accessed are deleted.
+ schema:
+ type: int
+ default: 30
+ min: 1
+ - variable: gc_interval_minutes
+ label: GC Interval Minutes
+ description: How often to run the image garbage collector, in minutes.
+ schema:
+ type: int
+ default: 60
+ min: 1
+ - variable: rawg
+ label: Rawg
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: api_url
+ label: API Url
+ schema:
+ type: string
+ default: "https://api.rawg.io/api"
+ - variable: api_cache_days
+ label: API Cache Days
+ schema:
+ type: int
+ default: 7
+ min: 1
+ - variable: api_key
+ label: API Key
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 8080
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: logs
+ label: "App Logs Storage"
+ description: "Stores the Application Logs."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: images
+ label: "App Images Storage"
+ description: "Stores the Application Images."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: games
+ label: "App Games Storage"
+ description: "Stores the Application Games."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/ghostfolio/4.13.0/templates/NOTES.txt b/stable/gamevault-backend/5.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ghostfolio/4.13.0/templates/NOTES.txt
rename to stable/gamevault-backend/5.7.3/templates/NOTES.txt
diff --git a/stable/gaseous-server/1.8.2/templates/common.yaml b/stable/gamevault-backend/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/gaseous-server/1.8.2/templates/common.yaml
rename to stable/gamevault-backend/5.7.3/templates/common.yaml
diff --git a/stable/gaseous-server/1.8.2/values.yaml b/stable/gamevault-backend/5.7.3/values.yaml
similarity index 100%
rename from stable/gaseous-server/1.8.2/values.yaml
rename to stable/gamevault-backend/5.7.3/values.yaml
diff --git a/stable/gaps/18.6.0/CHANGELOG.md b/stable/gaps/18.6.0/CHANGELOG.md
deleted file mode 100644
index 2c88e9678eb..00000000000
--- a/stable/gaps/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gaps-18.6.0](https://github.com/truecharts/charts/compare/gaps-18.5.2...gaps-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [gaps-18.5.2](https://github.com/truecharts/charts/compare/gaps-18.5.1...gaps-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [gaps-18.5.1](https://github.com/truecharts/charts/compare/gaps-18.5.0...gaps-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [gaps-18.5.0](https://github.com/truecharts/charts/compare/gaps-18.4.1...gaps-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [gaps-18.4.1](https://github.com/truecharts/charts/compare/gaps-18.4.0...gaps-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [gaps-18.4.0](https://github.com/truecharts/charts/compare/gaps-18.3.0...gaps-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [gaps-18.3.0](https://github.com/truecharts/charts/compare/gaps-18.2.3...gaps-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [gaps-18.2.3](https://github.com/truecharts/charts/compare/gaps-18.2.2...gaps-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [gaps-18.2.2](https://github.com/truecharts/charts/compare/gaps-18.2.0...gaps-18.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/gaps/18.6.0/Chart.yaml b/stable/gaps/18.6.0/Chart.yaml
deleted file mode 100644
index c9a2ae07874..00000000000
--- a/stable/gaps/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.10.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
-home: https://truecharts.org/charts/stable/gaps
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png
-keywords:
- - gaps
- - plex
- - plex-media-server
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gaps
-sources:
- - https://github.com/JasonHHouse/gaps
- - https://github.com/truecharts/charts/tree/master/charts/stable/gaps
- - https://hub.docker.com/r/housewrecker/gaps
-type: application
-version: 18.6.0
diff --git a/stable/gaps/18.6.0/charts/common-20.1.5.tgz b/stable/gaps/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gaps/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/genea/5.6.0/.helmignore b/stable/gaps/18.7.3/.helmignore
similarity index 100%
rename from stable/genea/5.6.0/.helmignore
rename to stable/gaps/18.7.3/.helmignore
diff --git a/stable/gaps/18.7.3/CHANGELOG.md b/stable/gaps/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b06af478e9d
--- /dev/null
+++ b/stable/gaps/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gaps-18.7.2](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/gaps/18.7.3/Chart.yaml b/stable/gaps/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..c0650dd13fa
--- /dev/null
+++ b/stable/gaps/18.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.10.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
+home: https://truecharts.org/charts/stable/gaps
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png
+keywords:
+ - gaps
+ - plex
+ - plex-media-server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gaps
+sources:
+ - https://github.com/JasonHHouse/gaps
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gaps
+ - https://hub.docker.com/r/housewrecker/gaps
+type: application
+version: 18.7.3
diff --git a/stable/gaps/18.6.0/README.md b/stable/gaps/18.7.3/README.md
similarity index 100%
rename from stable/gaps/18.6.0/README.md
rename to stable/gaps/18.7.3/README.md
diff --git a/stable/gaps/18.7.3/app-changelog.md b/stable/gaps/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..0b24c49f758
--- /dev/null
+++ b/stable/gaps/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [gaps-18.7.3](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gaps/18.6.0/app-readme.md b/stable/gaps/18.7.3/app-readme.md
similarity index 100%
rename from stable/gaps/18.6.0/app-readme.md
rename to stable/gaps/18.7.3/app-readme.md
diff --git a/stable/gaps/18.7.3/charts/common-20.2.4.tgz b/stable/gaps/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gaps/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gaps/18.6.0/ix_values.yaml b/stable/gaps/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/gaps/18.6.0/ix_values.yaml
rename to stable/gaps/18.7.3/ix_values.yaml
diff --git a/stable/gaps/18.6.0/questions.yaml b/stable/gaps/18.7.3/questions.yaml
similarity index 100%
rename from stable/gaps/18.6.0/questions.yaml
rename to stable/gaps/18.7.3/questions.yaml
diff --git a/stable/gitea/18.14.3/templates/NOTES.txt b/stable/gaps/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/gitea/18.14.3/templates/NOTES.txt
rename to stable/gaps/18.7.3/templates/NOTES.txt
diff --git a/stable/gonic/13.7.0/templates/common.yaml b/stable/gaps/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/gonic/13.7.0/templates/common.yaml
rename to stable/gaps/18.7.3/templates/common.yaml
diff --git a/stable/genea/5.6.0/values.yaml b/stable/gaps/18.7.3/values.yaml
similarity index 100%
rename from stable/genea/5.6.0/values.yaml
rename to stable/gaps/18.7.3/values.yaml
diff --git a/stable/garrysmod/5.6.0/CHANGELOG.md b/stable/garrysmod/5.6.0/CHANGELOG.md
deleted file mode 100644
index 73efa79eafa..00000000000
--- a/stable/garrysmod/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [garrysmod-5.6.0](https://github.com/truecharts/charts/compare/garrysmod-5.5.2...garrysmod-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [garrysmod-5.5.2](https://github.com/truecharts/charts/compare/garrysmod-5.5.1...garrysmod-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [garrysmod-5.5.1](https://github.com/truecharts/charts/compare/garrysmod-5.5.0...garrysmod-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [garrysmod-5.5.0](https://github.com/truecharts/charts/compare/garrysmod-5.4.1...garrysmod-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [garrysmod-5.4.1](https://github.com/truecharts/charts/compare/garrysmod-5.4.0...garrysmod-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [garrysmod-5.4.0](https://github.com/truecharts/charts/compare/garrysmod-5.3.0...garrysmod-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [garrysmod-5.3.0](https://github.com/truecharts/charts/compare/garrysmod-5.2.3...garrysmod-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [garrysmod-5.2.3](https://github.com/truecharts/charts/compare/garrysmod-5.2.2...garrysmod-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [garrysmod-5.2.2](https://github.com/truecharts/charts/compare/garrysmod-5.2.0...garrysmod-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/garrysmod/5.6.0/Chart.yaml b/stable/garrysmod/5.6.0/Chart.yaml
deleted file mode 100644
index a211247a1ce..00000000000
--- a/stable/garrysmod/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: garrysmod
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it.
-home: https://truecharts.org/charts/stable/garrysmod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png
-keywords:
- - garrysmod
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: garrysmod
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/garrysmod/5.6.0/charts/common-20.1.5.tgz b/stable/garrysmod/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/garrysmod/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ghostfolio/4.13.0/.helmignore b/stable/garrysmod/5.7.3/.helmignore
similarity index 100%
rename from stable/ghostfolio/4.13.0/.helmignore
rename to stable/garrysmod/5.7.3/.helmignore
diff --git a/stable/garrysmod/5.7.3/CHANGELOG.md b/stable/garrysmod/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2de5741fba0
--- /dev/null
+++ b/stable/garrysmod/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [garrysmod-5.7.2](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/garrysmod/5.7.3/Chart.yaml b/stable/garrysmod/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ac02b9d927f
--- /dev/null
+++ b/stable/garrysmod/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: garrysmod
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it.
+home: https://truecharts.org/charts/stable/garrysmod
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png
+keywords:
+ - garrysmod
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: garrysmod
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/garrysmod/5.6.0/README.md b/stable/garrysmod/5.7.3/README.md
similarity index 100%
rename from stable/garrysmod/5.6.0/README.md
rename to stable/garrysmod/5.7.3/README.md
diff --git a/stable/garrysmod/5.7.3/app-changelog.md b/stable/garrysmod/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..62365ecf7d1
--- /dev/null
+++ b/stable/garrysmod/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [garrysmod-5.7.3](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/garrysmod/5.6.0/app-readme.md b/stable/garrysmod/5.7.3/app-readme.md
similarity index 100%
rename from stable/garrysmod/5.6.0/app-readme.md
rename to stable/garrysmod/5.7.3/app-readme.md
diff --git a/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz b/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/garrysmod/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/garrysmod/5.6.0/ix_values.yaml b/stable/garrysmod/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/garrysmod/5.6.0/ix_values.yaml
rename to stable/garrysmod/5.7.3/ix_values.yaml
diff --git a/stable/garrysmod/5.6.0/questions.yaml b/stable/garrysmod/5.7.3/questions.yaml
similarity index 100%
rename from stable/garrysmod/5.6.0/questions.yaml
rename to stable/garrysmod/5.7.3/questions.yaml
diff --git a/stable/garrysmod/5.6.0/templates/common.yaml b/stable/garrysmod/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/garrysmod/5.6.0/templates/common.yaml
rename to stable/garrysmod/5.7.3/templates/common.yaml
diff --git a/stable/ghostfolio/4.13.0/values.yaml b/stable/garrysmod/5.7.3/values.yaml
similarity index 100%
rename from stable/ghostfolio/4.13.0/values.yaml
rename to stable/garrysmod/5.7.3/values.yaml
diff --git a/stable/gaseous-server/1.8.2/CHANGELOG.md b/stable/gaseous-server/1.8.2/CHANGELOG.md
deleted file mode 100644
index 0c4133b40f6..00000000000
--- a/stable/gaseous-server/1.8.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/gaseous-server/1.8.2/Chart.yaml b/stable/gaseous-server/1.8.2/Chart.yaml
deleted file mode 100644
index 1ebbcba1a3b..00000000000
--- a/stable/gaseous-server/1.8.2/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.7.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A game ROM manager using multiple sources to identify and provide metadata.
-home: https://truecharts.org/charts/stable/gaseous-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png
-keywords:
- - gaseous-server
- - rom-manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gaseous-server
-sources:
- - https://github.com/gaseous-project/gaseous-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server
- - https://hub.docker.com/r/gaseousgames/gaseousserver
-type: application
-version: 1.8.2
diff --git a/stable/gaseous-server/1.8.2/app-changelog.md b/stable/gaseous-server/1.8.2/app-changelog.md
deleted file mode 100644
index a9923e142eb..00000000000
--- a/stable/gaseous-server/1.8.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [gaseous-server-1.8.2](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/gaseous-server/1.8.2/charts/common-20.2.2.tgz b/stable/gaseous-server/1.8.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/gaseous-server/1.8.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/gaseous-server/1.8.2/charts/mariadb-13.7.1.tgz b/stable/gaseous-server/1.8.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/gaseous-server/1.8.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/gitea/18.14.3/.helmignore b/stable/gaseous-server/1.8.6/.helmignore
similarity index 100%
rename from stable/gitea/18.14.3/.helmignore
rename to stable/gaseous-server/1.8.6/.helmignore
diff --git a/stable/gaseous-server/1.8.6/CHANGELOG.md b/stable/gaseous-server/1.8.6/CHANGELOG.md
new file mode 100644
index 00000000000..178edf81a8d
--- /dev/null
+++ b/stable/gaseous-server/1.8.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gaseous-server-1.8.6](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [gaseous-server-1.8.5](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [gaseous-server-1.8.5](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [gaseous-server-1.8.5](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/gaseous-server/1.8.6/Chart.yaml b/stable/gaseous-server/1.8.6/Chart.yaml
new file mode 100644
index 00000000000..634b15b35b6
--- /dev/null
+++ b/stable/gaseous-server/1.8.6/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.7.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A game ROM manager using multiple sources to identify and provide metadata.
+home: https://truecharts.org/charts/stable/gaseous-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png
+keywords:
+ - gaseous-server
+ - rom-manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gaseous-server
+sources:
+ - https://github.com/gaseous-project/gaseous-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server
+ - https://hub.docker.com/r/gaseousgames/gaseousserver
+type: application
+version: 1.8.6
diff --git a/stable/gaseous-server/1.8.2/README.md b/stable/gaseous-server/1.8.6/README.md
similarity index 100%
rename from stable/gaseous-server/1.8.2/README.md
rename to stable/gaseous-server/1.8.6/README.md
diff --git a/stable/gaseous-server/1.8.6/app-changelog.md b/stable/gaseous-server/1.8.6/app-changelog.md
new file mode 100644
index 00000000000..6f312fc3935
--- /dev/null
+++ b/stable/gaseous-server/1.8.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [gaseous-server-1.8.6](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/gaseous-server/1.8.2/app-readme.md b/stable/gaseous-server/1.8.6/app-readme.md
similarity index 100%
rename from stable/gaseous-server/1.8.2/app-readme.md
rename to stable/gaseous-server/1.8.6/app-readme.md
diff --git a/stable/gaseous-server/1.8.6/charts/common-20.2.4.tgz b/stable/gaseous-server/1.8.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gaseous-server/1.8.6/charts/common-20.2.4.tgz differ
diff --git a/stable/gaseous-server/1.8.6/charts/mariadb-13.7.3.tgz b/stable/gaseous-server/1.8.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/gaseous-server/1.8.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/gaseous-server/1.8.2/ix_values.yaml b/stable/gaseous-server/1.8.6/ix_values.yaml
similarity index 100%
rename from stable/gaseous-server/1.8.2/ix_values.yaml
rename to stable/gaseous-server/1.8.6/ix_values.yaml
diff --git a/stable/gaseous-server/1.8.2/questions.yaml b/stable/gaseous-server/1.8.6/questions.yaml
similarity index 100%
rename from stable/gaseous-server/1.8.2/questions.yaml
rename to stable/gaseous-server/1.8.6/questions.yaml
diff --git a/stable/golinks/11.6.0/templates/NOTES.txt b/stable/gaseous-server/1.8.6/templates/NOTES.txt
similarity index 100%
rename from stable/golinks/11.6.0/templates/NOTES.txt
rename to stable/gaseous-server/1.8.6/templates/NOTES.txt
diff --git a/stable/grocy/18.8.0/templates/common.yaml b/stable/gaseous-server/1.8.6/templates/common.yaml
similarity index 100%
rename from stable/grocy/18.8.0/templates/common.yaml
rename to stable/gaseous-server/1.8.6/templates/common.yaml
diff --git a/stable/gitea/18.14.3/values.yaml b/stable/gaseous-server/1.8.6/values.yaml
similarity index 100%
rename from stable/gitea/18.14.3/values.yaml
rename to stable/gaseous-server/1.8.6/values.yaml
diff --git a/stable/genea/5.6.0/CHANGELOG.md b/stable/genea/5.6.0/CHANGELOG.md
deleted file mode 100644
index 799a343eea1..00000000000
--- a/stable/genea/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [genea-5.6.0](https://github.com/truecharts/charts/compare/genea-5.5.2...genea-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [genea-5.5.2](https://github.com/truecharts/charts/compare/genea-5.5.1...genea-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [genea-5.5.1](https://github.com/truecharts/charts/compare/genea-5.5.0...genea-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [genea-5.5.0](https://github.com/truecharts/charts/compare/genea-5.4.1...genea-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [genea-5.4.1](https://github.com/truecharts/charts/compare/genea-5.4.0...genea-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [genea-5.4.0](https://github.com/truecharts/charts/compare/genea-5.3.0...genea-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [genea-5.3.0](https://github.com/truecharts/charts/compare/genea-5.2.3...genea-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [genea-5.2.3](https://github.com/truecharts/charts/compare/genea-5.2.2...genea-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [genea-5.2.2](https://github.com/truecharts/charts/compare/genea-5.2.0...genea-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/genea/5.6.0/Chart.yaml b/stable/genea/5.6.0/Chart.yaml
deleted file mode 100644
index 1a424fd4f2f..00000000000
--- a/stable/genea/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components.
-home: https://truecharts.org/charts/stable/genea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png
-keywords:
- - genea
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: genea
-sources:
- - https://github.com/genea-app/genea-app
- - https://github.com/truecharts/charts/tree/master/charts/stable/genea
- - https://hub.docker.com/r/biggiesize/genea-app
-type: application
-version: 5.6.0
diff --git a/stable/genea/5.6.0/charts/common-20.1.5.tgz b/stable/genea/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/genea/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/github-backup/5.6.0/.helmignore b/stable/genea/5.7.3/.helmignore
similarity index 100%
rename from stable/github-backup/5.6.0/.helmignore
rename to stable/genea/5.7.3/.helmignore
diff --git a/stable/genea/5.7.3/CHANGELOG.md b/stable/genea/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5996d6afc08
--- /dev/null
+++ b/stable/genea/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [genea-5.7.2](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/genea/5.7.3/Chart.yaml b/stable/genea/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d104937aff8
--- /dev/null
+++ b/stable/genea/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components.
+home: https://truecharts.org/charts/stable/genea
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png
+keywords:
+ - genea
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: genea
+sources:
+ - https://github.com/genea-app/genea-app
+ - https://github.com/truecharts/charts/tree/master/charts/stable/genea
+ - https://hub.docker.com/r/biggiesize/genea-app
+type: application
+version: 5.7.3
diff --git a/stable/genea/5.6.0/README.md b/stable/genea/5.7.3/README.md
similarity index 100%
rename from stable/genea/5.6.0/README.md
rename to stable/genea/5.7.3/README.md
diff --git a/stable/genea/5.7.3/app-changelog.md b/stable/genea/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1ad19a44301
--- /dev/null
+++ b/stable/genea/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [genea-5.7.3](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/genea/5.6.0/app-readme.md b/stable/genea/5.7.3/app-readme.md
similarity index 100%
rename from stable/genea/5.6.0/app-readme.md
rename to stable/genea/5.7.3/app-readme.md
diff --git a/stable/genea/5.7.3/charts/common-20.2.4.tgz b/stable/genea/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/genea/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/genea/5.6.0/ix_values.yaml b/stable/genea/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/genea/5.6.0/ix_values.yaml
rename to stable/genea/5.7.3/ix_values.yaml
diff --git a/stable/genea/5.6.0/questions.yaml b/stable/genea/5.7.3/questions.yaml
similarity index 100%
rename from stable/genea/5.6.0/questions.yaml
rename to stable/genea/5.7.3/questions.yaml
diff --git a/stable/genea/5.6.0/templates/common.yaml b/stable/genea/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/genea/5.6.0/templates/common.yaml
rename to stable/genea/5.7.3/templates/common.yaml
diff --git a/stable/github-backup/5.6.0/values.yaml b/stable/genea/5.7.3/values.yaml
similarity index 100%
rename from stable/github-backup/5.6.0/values.yaml
rename to stable/genea/5.7.3/values.yaml
diff --git a/stable/ghostfolio/4.13.0/CHANGELOG.md b/stable/ghostfolio/4.13.0/CHANGELOG.md
deleted file mode 100644
index 9336d4a7e61..00000000000
--- a/stable/ghostfolio/4.13.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/ghostfolio/4.13.0/Chart.yaml b/stable/ghostfolio/4.13.0/Chart.yaml
deleted file mode 100644
index b9982fbd70f..00000000000
--- a/stable/ghostfolio/4.13.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: finance
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.65.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions.
-home: https://truecharts.org/charts/stable/ghostfolio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
-keywords:
- - ghostfolio
- - finance
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ghostfolio
-sources:
- - https://github.com/ghostfolio/ghostfolio
- - https://ghostfol.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
- - https://hub.docker.com/r/ghostfolio/ghostfolio
-type: application
-version: 4.13.0
diff --git a/stable/ghostfolio/4.13.0/app-changelog.md b/stable/ghostfolio/4.13.0/app-changelog.md
deleted file mode 100644
index 1bd7d3d9b9a..00000000000
--- a/stable/ghostfolio/4.13.0/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [ghostfolio-4.13.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.13.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
\ No newline at end of file
diff --git a/stable/ghostfolio/4.13.0/charts/common-20.2.2.tgz b/stable/ghostfolio/4.13.0/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/ghostfolio/4.13.0/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/ghostfolio/4.13.0/charts/redis-13.0.5.tgz b/stable/ghostfolio/4.13.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/ghostfolio/4.13.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/ghostfolio/4.13.0/ix_values.yaml b/stable/ghostfolio/4.13.0/ix_values.yaml
deleted file mode 100644
index d98d2e989da..00000000000
--- a/stable/ghostfolio/4.13.0/ix_values.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-image:
- repository: ghostfolio/ghostfolio
- pullPolicy: IfNotPresent
- tag: 2.65.0@sha256:954e9dc8896c048b2f9c44ae725b47cd9110681320d98db3c105ca8deff4bb0d
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 3333
- targetPort: 3333
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/"
- type: http
- readiness:
- path: "/"
- type: http
- startup:
- type: tcp
- env:
- ALPHA_VANTAGE_API_KEY: ""
- ACCESS_TOKEN_SALT:
- secretKeyRef:
- name: ghostfolio-secrets
- key: ACCESS_TOKEN_SALT
- JWT_SECRET_KEY:
- secretKeyRef:
- name: ghostfolio-secrets
- key: JWT_SECRET_KEY
- DATABASE_URL:
- secretKeyRef:
- name: ghostfolio-secrets
- key: DATABASE_URL
- REDIS_HOST:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: plainhost
- REDIS_PASSWORD:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: redis-password
- REDIS_PORT: "6379"
-cnpg:
- main:
- enabled: true
- user: ghostfolio
- database: ghostfolio
-redis:
- enabled: true
-portal:
- open:
- enabled: true
diff --git a/stable/ghostfolio/4.13.0/questions.yaml b/stable/ghostfolio/4.13.0/questions.yaml
deleted file mode 100755
index dc8704702d3..00000000000
--- a/stable/ghostfolio/4.13.0/questions.yaml
+++ /dev/null
@@ -1,2878 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ALPHA_VANTAGE_API_KEY
- label: "Alpha Vantage API Key"
- description: "https://www.alphavantage.co/ API key"
- schema:
- type: string
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 3333
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: runAsUser
- description: The UserID of the user running the application
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: runAsGroup
- description: The groupID this App of the user running the application
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: fsGroup
- description: The group that should own ALL storage.
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/glauth/5.6.0/.helmignore b/stable/ghostfolio/4.15.1/.helmignore
similarity index 100%
rename from stable/glauth/5.6.0/.helmignore
rename to stable/ghostfolio/4.15.1/.helmignore
diff --git a/stable/ghostfolio/4.15.1/CHANGELOG.md b/stable/ghostfolio/4.15.1/CHANGELOG.md
new file mode 100644
index 00000000000..e943e7f12b5
--- /dev/null
+++ b/stable/ghostfolio/4.15.1/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ghostfolio-4.15.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.15.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
+
+
+## [ghostfolio-4.15.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.15.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
+
+
+## [ghostfolio-4.15.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.15.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
+
+
+## [ghostfolio-4.15.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.15.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
\ No newline at end of file
diff --git a/stable/ghostfolio/4.15.1/Chart.yaml b/stable/ghostfolio/4.15.1/Chart.yaml
new file mode 100644
index 00000000000..f31a3c2bd33
--- /dev/null
+++ b/stable/ghostfolio/4.15.1/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: finance
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.66.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions.
+home: https://truecharts.org/charts/stable/ghostfolio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
+keywords:
+ - ghostfolio
+ - finance
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ghostfolio
+sources:
+ - https://github.com/ghostfolio/ghostfolio
+ - https://ghostfol.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
+ - https://hub.docker.com/r/ghostfolio/ghostfolio
+type: application
+version: 4.15.1
diff --git a/stable/ghostfolio/4.13.0/README.md b/stable/ghostfolio/4.15.1/README.md
similarity index 100%
rename from stable/ghostfolio/4.13.0/README.md
rename to stable/ghostfolio/4.15.1/README.md
diff --git a/stable/ghostfolio/4.15.1/app-changelog.md b/stable/ghostfolio/4.15.1/app-changelog.md
new file mode 100644
index 00000000000..28068b8a48b
--- /dev/null
+++ b/stable/ghostfolio/4.15.1/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [ghostfolio-4.15.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.15.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghostfolio/ghostfolio to v2.66.3[@cbd0cfa](https://github.com/cbd0cfa) by renovate ([#19710](https://github.com/truecharts/charts/issues/19710))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghostfolio/ghostfolio to v2.65.0[@954e9dc](https://github.com/954e9dc) by renovate ([#19527](https://github.com/truecharts/charts/issues/19527))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghostfolio/ghostfolio to v2.64.0[@ceac470](https://github.com/ceac470) by renovate ([#19392](https://github.com/truecharts/charts/issues/19392))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghostfolio/ghostfolio to v2.63.2[@399532b](https://github.com/399532b) by renovate ([#19343](https://github.com/truecharts/charts/issues/19343))
\ No newline at end of file
diff --git a/stable/ghostfolio/4.13.0/app-readme.md b/stable/ghostfolio/4.15.1/app-readme.md
similarity index 100%
rename from stable/ghostfolio/4.13.0/app-readme.md
rename to stable/ghostfolio/4.15.1/app-readme.md
diff --git a/stable/ghostfolio/4.15.1/charts/common-20.2.4.tgz b/stable/ghostfolio/4.15.1/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ghostfolio/4.15.1/charts/common-20.2.4.tgz differ
diff --git a/stable/ghostfolio/4.15.1/charts/redis-13.2.2.tgz b/stable/ghostfolio/4.15.1/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/ghostfolio/4.15.1/charts/redis-13.2.2.tgz differ
diff --git a/stable/ghostfolio/4.15.1/ix_values.yaml b/stable/ghostfolio/4.15.1/ix_values.yaml
new file mode 100644
index 00000000000..6ab793cf242
--- /dev/null
+++ b/stable/ghostfolio/4.15.1/ix_values.yaml
@@ -0,0 +1,65 @@
+image:
+ repository: ghostfolio/ghostfolio
+ pullPolicy: IfNotPresent
+ tag: 2.66.3@sha256:cbd0cfaa200fc3b180b6880041268cc7c35197ff34a8ee5d9ca5448ce518a181
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3333
+ targetPort: 3333
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/"
+ type: http
+ readiness:
+ path: "/"
+ type: http
+ startup:
+ type: tcp
+ env:
+ ALPHA_VANTAGE_API_KEY: ""
+ ACCESS_TOKEN_SALT:
+ secretKeyRef:
+ name: ghostfolio-secrets
+ key: ACCESS_TOKEN_SALT
+ JWT_SECRET_KEY:
+ secretKeyRef:
+ name: ghostfolio-secrets
+ key: JWT_SECRET_KEY
+ DATABASE_URL:
+ secretKeyRef:
+ name: ghostfolio-secrets
+ key: DATABASE_URL
+ REDIS_HOST:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: plainhost
+ REDIS_PASSWORD:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: redis-password
+ REDIS_PORT: "6379"
+cnpg:
+ main:
+ enabled: true
+ user: ghostfolio
+ database: ghostfolio
+redis:
+ enabled: true
+portal:
+ open:
+ enabled: true
diff --git a/stable/ghostfolio/4.15.1/questions.yaml b/stable/ghostfolio/4.15.1/questions.yaml
new file mode 100755
index 00000000000..6eefe10fc0d
--- /dev/null
+++ b/stable/ghostfolio/4.15.1/questions.yaml
@@ -0,0 +1,2879 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ALPHA_VANTAGE_API_KEY
+ label: "Alpha Vantage API Key"
+ description: "https://www.alphavantage.co/ API key"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 3333
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID this App of the user running the application
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage.
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/gonic/13.7.0/templates/NOTES.txt b/stable/ghostfolio/4.15.1/templates/NOTES.txt
similarity index 100%
rename from stable/gonic/13.7.0/templates/NOTES.txt
rename to stable/ghostfolio/4.15.1/templates/NOTES.txt
diff --git a/stable/ghostfolio/4.13.0/templates/_secrets.tpl b/stable/ghostfolio/4.15.1/templates/_secrets.tpl
similarity index 100%
rename from stable/ghostfolio/4.13.0/templates/_secrets.tpl
rename to stable/ghostfolio/4.15.1/templates/_secrets.tpl
diff --git a/stable/ghostfolio/4.13.0/templates/common.yaml b/stable/ghostfolio/4.15.1/templates/common.yaml
similarity index 100%
rename from stable/ghostfolio/4.13.0/templates/common.yaml
rename to stable/ghostfolio/4.15.1/templates/common.yaml
diff --git a/stable/glauth/5.6.0/values.yaml b/stable/ghostfolio/4.15.1/values.yaml
similarity index 100%
rename from stable/glauth/5.6.0/values.yaml
rename to stable/ghostfolio/4.15.1/values.yaml
diff --git a/stable/gitea/18.14.3/CHANGELOG.md b/stable/gitea/18.14.3/CHANGELOG.md
deleted file mode 100644
index deaa7a27b59..00000000000
--- a/stable/gitea/18.14.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gitea-18.14.3](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
-
-- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
-
-- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
-
-- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
-
-
-## [gitea-18.14.3](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
-
-- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
-
-- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
-
-- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
-
-
-## [gitea-18.14.3](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
-
-- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
-
-- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
-
-- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
-
-
-## [gitea-18.14.3](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
-
-- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
\ No newline at end of file
diff --git a/stable/gitea/18.14.3/Chart.yaml b/stable/gitea/18.14.3/Chart.yaml
deleted file mode 100644
index 4250d4395a2..00000000000
--- a/stable/gitea/18.14.3/Chart.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GIT
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.21.8
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: memcached
- version: 12.8.2
- repository: oci://tccr.io/truecharts
- condition: memcached.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self hosted GIT repositories
-home: https://truecharts.org/charts/stable/gitea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png
-keywords:
- - git
- - issue tracker
- - code review
- - wiki
- - gitea
- - gogs
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gitea
-sources:
- - https://gitea.com/gitea/helm-chart
- - https://github.com/go-gitea/gitea
- - https://github.com/truecharts/charts/tree/master/charts/stable/gitea
- - https://hub.docker.com/r/gitea/gitea
-type: application
-version: 18.14.3
diff --git a/stable/gitea/18.14.3/app-changelog.md b/stable/gitea/18.14.3/app-changelog.md
deleted file mode 100644
index 9b3fbbc541c..00000000000
--- a/stable/gitea/18.14.3/app-changelog.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-## [gitea-18.14.3](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
-
-- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
-
-- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
-
-- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
\ No newline at end of file
diff --git a/stable/gitea/18.14.3/charts/common-20.2.2.tgz b/stable/gitea/18.14.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/gitea/18.14.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/gitea/18.14.3/charts/memcached-12.8.2.tgz b/stable/gitea/18.14.3/charts/memcached-12.8.2.tgz
deleted file mode 100644
index 1789bcb647c..00000000000
Binary files a/stable/gitea/18.14.3/charts/memcached-12.8.2.tgz and /dev/null differ
diff --git a/stable/gitea/18.14.3/ix_values.yaml b/stable/gitea/18.14.3/ix_values.yaml
deleted file mode 100644
index 3676de793f1..00000000000
--- a/stable/gitea/18.14.3/ix_values.yaml
+++ /dev/null
@@ -1,132 +0,0 @@
-image:
- repository: gitea/gitea
- tag: 1.21.8-rootless@sha256:e7ee0467985fd81cf7f99bad25cbf70eb28ee378cf046cc3a41eb23f2f2d43e8
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10037
- targetPort: 3000
- ssh:
- enabled: true
- ports:
- ssh:
- enabled: true
- port: 2222
- targetPort: 2222
-persistence:
- data:
- enabled: true
- mountPath: "/data"
- targetSelectAll: true
- varlib:
- enabled: true
- mountPath: "/var/lib/gitea"
- type: emptyDir
-# Configure commit/action signing prerequisites
-signing:
- enabled: true
- gpgHome: /data/git/.gnupg
-admin:
- username: giteaadmin
- password: r8sA8CPHD9!bt6d
- email: "gitea@local.domain"
-metrics:
- main:
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: main
- path: /metrics
-ldap:
- enabled: false
- # name:
- # securityProtocol:
- # host:
- # port:
- # userSearchBase:
- # userFilter:
- # adminFilter:
- # emailAttribute:
- # bindDn:
- # bindPassword:
- # usernameAttribute:
- # sshPublicKeyAttribute:
-oauth:
- enabled: false
- # name:
- # provider:
- # key:
- # secret:
- # autoDiscoverUrl:
- # useCustomUrls:
- # customAuthUrl:
- # customTokenUrl:
- # customProfileUrl:
- # customEmailUrl:
-config:
- APP_NAME: "Gitea: Git with a cup of tea"
- RUN_MODE: dev
- ALLOWED_HOST_LIST: "127.0.0.1"
- nodeIP: 127.0.0.1
-customConfig: []
-# - name: test
-# keys:
-# - name: testkey
-# value: testvalue
-
-# Enabled postgres
-cnpg:
- main:
- enabled: true
- user: gitea
- database: gitea
-# -- memcached dependency settings
-memcached:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsUser: 1000
- runAsGroup: 1000
- fsGroup: 1000
-workload:
- main:
- podSpec:
- initContainers:
- 1-init-directories:
- enabled: true
- imageSelector: image
- type: init
- command:
- - "/usr/sbin/init_directory_structure.sh"
- securityContext:
- runAsUser: 0
- runAsNonRoot: false
- envFrom:
- - configMapRef:
- name: gitea-env
- 2-configure-gitea:
- enabled: true
- imageSelector: image
- type: init
- command:
- - "/usr/sbin/configure_gitea.sh"
- envFrom:
- - configMapRef:
- name: gitea-env
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- envFrom:
- - configMapRef:
- name: gitea-env
diff --git a/stable/gitea/18.14.3/questions.yaml b/stable/gitea/18.14.3/questions.yaml
deleted file mode 100755
index 1e4c037ef7a..00000000000
--- a/stable/gitea/18.14.3/questions.yaml
+++ /dev/null
@@ -1,3423 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: admin
- group: "App Configuration"
- label: "Admin Credentials"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: username
- label: "username"
- schema:
- type: string
- valid_chars: '^(?!^admin$).*$'
- required: true
- - variable: password
- label: "password"
- schema:
- type: string
- required: true
- private: true
- min_length: 8
- - variable: email
- label: "email"
- schema:
- type: string
- required: true
- - variable: config
- group: "App Configuration"
- label: "Admin Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: APP_NAME
- label: "APP_NAME"
- schema:
- type: string
- default: "Gitea"
- required: true
- - variable: RUN_MODE
- label: "RUN_MODE"
- schema:
- type: string
- default: "prod"
- enum:
- - value: "prod"
- description: "Production"
- - value: "dev"
- description: "Development"
- - value: "test"
- description: "Testing"
- - variable: ALLOWED_HOST_LIST
- label: "ALLOWED_HOST_LIST"
- schema:
- type: string
- default: "127.0.0.1"
- required: true
- - variable: nodeIP
- label: Node IP
- description: Used to generate configuration, when installed without ingress
- schema:
- type: string
- required: true
- $ref:
- - "definitions/nodeIP"
- - variable: customConfig
- group: "App Configuration"
- label: "Custom Configuration parameters"
- schema:
- type: list
- default: []
- items:
- # Do not fix this typo, it will break
- # current installations
- - variable: catagoryItem
- label: "Category"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: "Config Category Name"
- schema:
- type: string
- required: true
- - variable: keys
- label: "Configuration Parameters"
- schema:
- type: list
- default: []
- items:
- - variable: configItem
- label: "parameter"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: "Parameter Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Parameter Value"
- schema:
- type: string
- required: true
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10037
- required: true
- - variable: ssh
- label: "SSH Service"
- description: "The SSH service"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: ssh
- label: "SSH Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 2222
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App data Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 1000
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 1000
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 1000
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/go-playground/5.6.0/.helmignore b/stable/gitea/18.14.7/.helmignore
similarity index 100%
rename from stable/go-playground/5.6.0/.helmignore
rename to stable/gitea/18.14.7/.helmignore
diff --git a/stable/gitea/18.14.7/CHANGELOG.md b/stable/gitea/18.14.7/CHANGELOG.md
new file mode 100644
index 00000000000..6078a8323ce
--- /dev/null
+++ b/stable/gitea/18.14.7/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gitea-18.14.7](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627))
+
+- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
+
+- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
+
+- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
+
+- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
+
+
+## [gitea-18.14.6](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627))
+
+- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
+
+- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
+
+- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
+
+- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
+
+
+## [gitea-18.14.6](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627))
+
+- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
+
+- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
+
+- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/gitea/18.14.7/Chart.yaml b/stable/gitea/18.14.7/Chart.yaml
new file mode 100644
index 00000000000..9e48f752653
--- /dev/null
+++ b/stable/gitea/18.14.7/Chart.yaml
@@ -0,0 +1,49 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GIT
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.21.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: memcached
+ version: 12.8.3
+ repository: oci://tccr.io/truecharts
+ condition: memcached.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self hosted GIT repositories
+home: https://truecharts.org/charts/stable/gitea
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png
+keywords:
+ - git
+ - issue tracker
+ - code review
+ - wiki
+ - gitea
+ - gogs
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gitea
+sources:
+ - https://gitea.com/gitea/helm-chart
+ - https://github.com/go-gitea/gitea
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gitea
+ - https://hub.docker.com/r/gitea/gitea
+type: application
+version: 18.14.7
diff --git a/stable/gitea/18.14.3/README.md b/stable/gitea/18.14.7/README.md
similarity index 100%
rename from stable/gitea/18.14.3/README.md
rename to stable/gitea/18.14.7/README.md
diff --git a/stable/gitea/18.14.7/app-changelog.md b/stable/gitea/18.14.7/app-changelog.md
new file mode 100644
index 00000000000..64fa90743d9
--- /dev/null
+++ b/stable/gitea/18.14.7/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [gitea-18.14.7](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image memcached to v12.8.3[@0d3a9c4](https://github.com/0d3a9c4) by renovate ([#19694](https://github.com/truecharts/charts/issues/19694))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image gitea/gitea to v1.21.9[@5f9b30b](https://github.com/5f9b30b) by renovate ([#19627](https://github.com/truecharts/charts/issues/19627))
+
+- update container image memcached to v12.8.2[@498f00f](https://github.com/498f00f) by renovate ([#19535](https://github.com/truecharts/charts/issues/19535))
+
+- update container image memcached to v12.8.1[@18f10eb](https://github.com/18f10eb) by renovate ([#19442](https://github.com/truecharts/charts/issues/19442))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image memcached to v12.8.0[@ac16683](https://github.com/ac16683) by renovate ([#19394](https://github.com/truecharts/charts/issues/19394))
+
+- update container image memcached to v12.7.0[@e63a46e](https://github.com/e63a46e) by renovate ([#19363](https://github.com/truecharts/charts/issues/19363))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gitea/gitea to v1.21.8[@e7ee046](https://github.com/e7ee046) by renovate ([#19311](https://github.com/truecharts/charts/issues/19311))
+
+- update container image memcached to v12.6.4[@23b2892](https://github.com/23b2892) by renovate ([#19319](https://github.com/truecharts/charts/issues/19319))
\ No newline at end of file
diff --git a/stable/gitea/18.14.3/app-readme.md b/stable/gitea/18.14.7/app-readme.md
similarity index 100%
rename from stable/gitea/18.14.3/app-readme.md
rename to stable/gitea/18.14.7/app-readme.md
diff --git a/stable/gitea/18.14.7/charts/common-20.2.4.tgz b/stable/gitea/18.14.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gitea/18.14.7/charts/common-20.2.4.tgz differ
diff --git a/stable/gitea/18.14.7/charts/memcached-12.8.3.tgz b/stable/gitea/18.14.7/charts/memcached-12.8.3.tgz
new file mode 100644
index 00000000000..51c01f91470
Binary files /dev/null and b/stable/gitea/18.14.7/charts/memcached-12.8.3.tgz differ
diff --git a/stable/gitea/18.14.7/ix_values.yaml b/stable/gitea/18.14.7/ix_values.yaml
new file mode 100644
index 00000000000..875b7e529f0
--- /dev/null
+++ b/stable/gitea/18.14.7/ix_values.yaml
@@ -0,0 +1,132 @@
+image:
+ repository: gitea/gitea
+ tag: 1.21.9-rootless@sha256:5f9b30b9b2599ead2ae4bb293bb65097a227c233a29c756940260a38e5c0d998
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10037
+ targetPort: 3000
+ ssh:
+ enabled: true
+ ports:
+ ssh:
+ enabled: true
+ port: 2222
+ targetPort: 2222
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+ targetSelectAll: true
+ varlib:
+ enabled: true
+ mountPath: "/var/lib/gitea"
+ type: emptyDir
+# Configure commit/action signing prerequisites
+signing:
+ enabled: true
+ gpgHome: /data/git/.gnupg
+admin:
+ username: giteaadmin
+ password: r8sA8CPHD9!bt6d
+ email: "gitea@local.domain"
+metrics:
+ main:
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: main
+ path: /metrics
+ldap:
+ enabled: false
+ # name:
+ # securityProtocol:
+ # host:
+ # port:
+ # userSearchBase:
+ # userFilter:
+ # adminFilter:
+ # emailAttribute:
+ # bindDn:
+ # bindPassword:
+ # usernameAttribute:
+ # sshPublicKeyAttribute:
+oauth:
+ enabled: false
+ # name:
+ # provider:
+ # key:
+ # secret:
+ # autoDiscoverUrl:
+ # useCustomUrls:
+ # customAuthUrl:
+ # customTokenUrl:
+ # customProfileUrl:
+ # customEmailUrl:
+config:
+ APP_NAME: "Gitea: Git with a cup of tea"
+ RUN_MODE: dev
+ ALLOWED_HOST_LIST: "127.0.0.1"
+ nodeIP: 127.0.0.1
+customConfig: []
+# - name: test
+# keys:
+# - name: testkey
+# value: testvalue
+
+# Enabled postgres
+cnpg:
+ main:
+ enabled: true
+ user: gitea
+ database: gitea
+# -- memcached dependency settings
+memcached:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsUser: 1000
+ runAsGroup: 1000
+ fsGroup: 1000
+workload:
+ main:
+ podSpec:
+ initContainers:
+ 1-init-directories:
+ enabled: true
+ imageSelector: image
+ type: init
+ command:
+ - "/usr/sbin/init_directory_structure.sh"
+ securityContext:
+ runAsUser: 0
+ runAsNonRoot: false
+ envFrom:
+ - configMapRef:
+ name: gitea-env
+ 2-configure-gitea:
+ enabled: true
+ imageSelector: image
+ type: init
+ command:
+ - "/usr/sbin/configure_gitea.sh"
+ envFrom:
+ - configMapRef:
+ name: gitea-env
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ envFrom:
+ - configMapRef:
+ name: gitea-env
diff --git a/stable/gitea/18.14.7/questions.yaml b/stable/gitea/18.14.7/questions.yaml
new file mode 100755
index 00000000000..c1fdbc4fb7d
--- /dev/null
+++ b/stable/gitea/18.14.7/questions.yaml
@@ -0,0 +1,3425 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: admin
+ group: "App Configuration"
+ label: "Admin Credentials"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: username
+ label: "username"
+ schema:
+ type: string
+ valid_chars: '^(?!^admin$).*$'
+ required: true
+ - variable: password
+ label: "password"
+ schema:
+ type: string
+ required: true
+ private: true
+ min_length: 8
+ - variable: email
+ label: "email"
+ schema:
+ type: string
+ required: true
+ - variable: config
+ group: "App Configuration"
+ label: "Admin Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: APP_NAME
+ label: "APP_NAME"
+ schema:
+ type: string
+ default: "Gitea"
+ required: true
+ - variable: RUN_MODE
+ label: "RUN_MODE"
+ schema:
+ type: string
+ default: "prod"
+ enum:
+ - value: "prod"
+ description: "Production"
+ - value: "dev"
+ description: "Development"
+ - value: "test"
+ description: "Testing"
+ - variable: ALLOWED_HOST_LIST
+ label: "ALLOWED_HOST_LIST"
+ schema:
+ type: string
+ default: "127.0.0.1"
+ required: true
+ - variable: nodeIP
+ label: Node IP
+ description: Used to generate configuration, when installed without ingress
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/nodeIP"
+ - variable: customConfig
+ group: "App Configuration"
+ label: "Custom Configuration parameters"
+ schema:
+ type: list
+ default: []
+ items:
+ # Do not fix this typo, it will break
+ # current installations
+ - variable: catagoryItem
+ label: "Category"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Config Category Name"
+ schema:
+ type: string
+ required: true
+ - variable: keys
+ label: "Configuration Parameters"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: configItem
+ label: "parameter"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: "Parameter Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Parameter Value"
+ schema:
+ type: string
+ required: true
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10037
+ required: true
+ - variable: ssh
+ label: "SSH Service"
+ description: "The SSH service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: ssh
+ label: "SSH Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 2222
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App data Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 1000
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 1000
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 1000
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/grav/11.7.1/templates/NOTES.txt b/stable/gitea/18.14.7/templates/NOTES.txt
similarity index 100%
rename from stable/grav/11.7.1/templates/NOTES.txt
rename to stable/gitea/18.14.7/templates/NOTES.txt
diff --git a/stable/gitea/18.14.3/templates/_configmap.tpl b/stable/gitea/18.14.7/templates/_configmap.tpl
similarity index 100%
rename from stable/gitea/18.14.3/templates/_configmap.tpl
rename to stable/gitea/18.14.7/templates/_configmap.tpl
diff --git a/stable/gitea/18.14.3/templates/_secrets.tpl b/stable/gitea/18.14.7/templates/_secrets.tpl
similarity index 100%
rename from stable/gitea/18.14.3/templates/_secrets.tpl
rename to stable/gitea/18.14.7/templates/_secrets.tpl
diff --git a/stable/gitea/18.14.3/templates/common.yaml b/stable/gitea/18.14.7/templates/common.yaml
similarity index 100%
rename from stable/gitea/18.14.3/templates/common.yaml
rename to stable/gitea/18.14.7/templates/common.yaml
diff --git a/stable/go-playground/5.6.0/values.yaml b/stable/gitea/18.14.7/values.yaml
similarity index 100%
rename from stable/go-playground/5.6.0/values.yaml
rename to stable/gitea/18.14.7/values.yaml
diff --git a/stable/github-backup/5.6.0/CHANGELOG.md b/stable/github-backup/5.6.0/CHANGELOG.md
deleted file mode 100644
index f268aaec5b5..00000000000
--- a/stable/github-backup/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [github-backup-5.6.0](https://github.com/truecharts/charts/compare/github-backup-5.5.2...github-backup-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [github-backup-5.5.2](https://github.com/truecharts/charts/compare/github-backup-5.5.1...github-backup-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [github-backup-5.5.1](https://github.com/truecharts/charts/compare/github-backup-5.5.0...github-backup-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [github-backup-5.5.0](https://github.com/truecharts/charts/compare/github-backup-5.4.1...github-backup-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [github-backup-5.4.1](https://github.com/truecharts/charts/compare/github-backup-5.4.0...github-backup-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [github-backup-5.4.0](https://github.com/truecharts/charts/compare/github-backup-5.3.0...github-backup-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [github-backup-5.3.0](https://github.com/truecharts/charts/compare/github-backup-5.2.3...github-backup-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [github-backup-5.2.3](https://github.com/truecharts/charts/compare/github-backup-5.2.2...github-backup-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [github-backup-5.2.2](https://github.com/truecharts/charts/compare/github-backup-5.2.0...github-backup-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/github-backup/5.6.0/Chart.yaml b/stable/github-backup/5.6.0/Chart.yaml
deleted file mode 100644
index 353bced2118..00000000000
--- a/stable/github-backup/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule.
-home: https://truecharts.org/charts/stable/github-backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png
-keywords:
- - github-backup
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: github-backup
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup
- - https://hub.docker.com/r/lnxd/github-backup
-type: application
-version: 5.6.0
diff --git a/stable/github-backup/5.6.0/charts/common-20.1.5.tgz b/stable/github-backup/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/github-backup/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/goaccess-npm-logs/5.6.0/.helmignore b/stable/github-backup/5.7.3/.helmignore
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/.helmignore
rename to stable/github-backup/5.7.3/.helmignore
diff --git a/stable/github-backup/5.7.3/CHANGELOG.md b/stable/github-backup/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c5eb7a07875
--- /dev/null
+++ b/stable/github-backup/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [github-backup-5.7.2](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/github-backup/5.7.3/Chart.yaml b/stable/github-backup/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..327abbca596
--- /dev/null
+++ b/stable/github-backup/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule.
+home: https://truecharts.org/charts/stable/github-backup
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png
+keywords:
+ - github-backup
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: github-backup
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup
+ - https://hub.docker.com/r/lnxd/github-backup
+type: application
+version: 5.7.3
diff --git a/stable/github-backup/5.6.0/README.md b/stable/github-backup/5.7.3/README.md
similarity index 100%
rename from stable/github-backup/5.6.0/README.md
rename to stable/github-backup/5.7.3/README.md
diff --git a/stable/github-backup/5.7.3/app-changelog.md b/stable/github-backup/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0894f91802b
--- /dev/null
+++ b/stable/github-backup/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [github-backup-5.7.3](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/github-backup/5.6.0/app-readme.md b/stable/github-backup/5.7.3/app-readme.md
similarity index 100%
rename from stable/github-backup/5.6.0/app-readme.md
rename to stable/github-backup/5.7.3/app-readme.md
diff --git a/stable/github-backup/5.7.3/charts/common-20.2.4.tgz b/stable/github-backup/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/github-backup/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/github-backup/5.6.0/ix_values.yaml b/stable/github-backup/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/github-backup/5.6.0/ix_values.yaml
rename to stable/github-backup/5.7.3/ix_values.yaml
diff --git a/stable/github-backup/5.6.0/questions.yaml b/stable/github-backup/5.7.3/questions.yaml
similarity index 100%
rename from stable/github-backup/5.6.0/questions.yaml
rename to stable/github-backup/5.7.3/questions.yaml
diff --git a/stable/github-backup/5.6.0/templates/common.yaml b/stable/github-backup/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/github-backup/5.6.0/templates/common.yaml
rename to stable/github-backup/5.7.3/templates/common.yaml
diff --git a/stable/goaccess-npm-logs/5.6.0/values.yaml b/stable/github-backup/5.7.3/values.yaml
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/values.yaml
rename to stable/github-backup/5.7.3/values.yaml
diff --git a/stable/glauth/5.6.0/CHANGELOG.md b/stable/glauth/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4c2fcda3610..00000000000
--- a/stable/glauth/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [glauth-5.6.0](https://github.com/truecharts/charts/compare/glauth-5.5.2...glauth-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [glauth-5.5.2](https://github.com/truecharts/charts/compare/glauth-5.5.1...glauth-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [glauth-5.5.1](https://github.com/truecharts/charts/compare/glauth-5.5.0...glauth-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [glauth-5.5.0](https://github.com/truecharts/charts/compare/glauth-5.4.1...glauth-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [glauth-5.4.1](https://github.com/truecharts/charts/compare/glauth-5.4.0...glauth-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [glauth-5.4.0](https://github.com/truecharts/charts/compare/glauth-5.3.0...glauth-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [glauth-5.3.0](https://github.com/truecharts/charts/compare/glauth-5.2.3...glauth-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [glauth-5.2.3](https://github.com/truecharts/charts/compare/glauth-5.2.2...glauth-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [glauth-5.2.2](https://github.com/truecharts/charts/compare/glauth-5.2.0...glauth-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/glauth/5.6.0/Chart.yaml b/stable/glauth/5.6.0/Chart.yaml
deleted file mode 100644
index f230368c6a8..00000000000
--- a/stable/glauth/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends.
-home: https://truecharts.org/charts/stable/glauth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png
-keywords:
- - glauth
- - Security
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: glauth
-sources:
- - https://glauth.github.io
- - https://github.com/truecharts/charts/tree/master/charts/stable/glauth
- - https://hub.docker.com/r/glauth/glauth
-type: application
-version: 5.6.0
diff --git a/stable/glauth/5.6.0/charts/common-20.1.5.tgz b/stable/glauth/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/glauth/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/goaccess/5.6.0/.helmignore b/stable/glauth/5.7.3/.helmignore
similarity index 100%
rename from stable/goaccess/5.6.0/.helmignore
rename to stable/glauth/5.7.3/.helmignore
diff --git a/stable/glauth/5.7.3/CHANGELOG.md b/stable/glauth/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9527ace2485
--- /dev/null
+++ b/stable/glauth/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [glauth-5.7.2](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/glauth/5.7.3/Chart.yaml b/stable/glauth/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f5165daa4fc
--- /dev/null
+++ b/stable/glauth/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends.
+home: https://truecharts.org/charts/stable/glauth
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png
+keywords:
+ - glauth
+ - Security
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: glauth
+sources:
+ - https://glauth.github.io
+ - https://github.com/truecharts/charts/tree/master/charts/stable/glauth
+ - https://hub.docker.com/r/glauth/glauth
+type: application
+version: 5.7.3
diff --git a/stable/glauth/5.6.0/README.md b/stable/glauth/5.7.3/README.md
similarity index 100%
rename from stable/glauth/5.6.0/README.md
rename to stable/glauth/5.7.3/README.md
diff --git a/stable/glauth/5.7.3/app-changelog.md b/stable/glauth/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..30ef2d27c53
--- /dev/null
+++ b/stable/glauth/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [glauth-5.7.3](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/glauth/5.6.0/app-readme.md b/stable/glauth/5.7.3/app-readme.md
similarity index 100%
rename from stable/glauth/5.6.0/app-readme.md
rename to stable/glauth/5.7.3/app-readme.md
diff --git a/stable/glauth/5.7.3/charts/common-20.2.4.tgz b/stable/glauth/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/glauth/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/glauth/5.6.0/ix_values.yaml b/stable/glauth/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/glauth/5.6.0/ix_values.yaml
rename to stable/glauth/5.7.3/ix_values.yaml
diff --git a/stable/glauth/5.6.0/questions.yaml b/stable/glauth/5.7.3/questions.yaml
similarity index 100%
rename from stable/glauth/5.6.0/questions.yaml
rename to stable/glauth/5.7.3/questions.yaml
diff --git a/stable/glauth/5.6.0/templates/common.yaml b/stable/glauth/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/glauth/5.6.0/templates/common.yaml
rename to stable/glauth/5.7.3/templates/common.yaml
diff --git a/stable/goaccess/5.6.0/values.yaml b/stable/glauth/5.7.3/values.yaml
similarity index 100%
rename from stable/goaccess/5.6.0/values.yaml
rename to stable/glauth/5.7.3/values.yaml
diff --git a/stable/go-playground/5.6.0/CHANGELOG.md b/stable/go-playground/5.6.0/CHANGELOG.md
deleted file mode 100644
index e280bb253e3..00000000000
--- a/stable/go-playground/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [go-playground-5.6.0](https://github.com/truecharts/charts/compare/go-playground-5.5.2...go-playground-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [go-playground-5.5.2](https://github.com/truecharts/charts/compare/go-playground-5.5.1...go-playground-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [go-playground-5.5.1](https://github.com/truecharts/charts/compare/go-playground-5.5.0...go-playground-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [go-playground-5.5.0](https://github.com/truecharts/charts/compare/go-playground-5.4.1...go-playground-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [go-playground-5.4.1](https://github.com/truecharts/charts/compare/go-playground-5.4.0...go-playground-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [go-playground-5.4.0](https://github.com/truecharts/charts/compare/go-playground-5.3.0...go-playground-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [go-playground-5.3.0](https://github.com/truecharts/charts/compare/go-playground-5.2.3...go-playground-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [go-playground-5.2.3](https://github.com/truecharts/charts/compare/go-playground-5.2.2...go-playground-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [go-playground-5.2.2](https://github.com/truecharts/charts/compare/go-playground-5.2.0...go-playground-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/go-playground/5.6.0/Chart.yaml b/stable/go-playground/5.6.0/Chart.yaml
deleted file mode 100644
index 7de42ef5db2..00000000000
--- a/stable/go-playground/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: mproved Go Playground powered by Monaco Editor and React
-home: https://truecharts.org/charts/stable/go-playground
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png
-keywords:
- - go-playground
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: go-playground
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground
- - https://hub.docker.com/r/x1unix/go-playground
-type: application
-version: 5.6.0
diff --git a/stable/go-playground/5.6.0/charts/common-20.1.5.tgz b/stable/go-playground/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/go-playground/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/godaddy-ddns/5.6.0/.helmignore b/stable/go-playground/5.7.3/.helmignore
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/.helmignore
rename to stable/go-playground/5.7.3/.helmignore
diff --git a/stable/go-playground/5.7.3/CHANGELOG.md b/stable/go-playground/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4179530a94c
--- /dev/null
+++ b/stable/go-playground/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [go-playground-5.7.2](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/go-playground/5.7.3/Chart.yaml b/stable/go-playground/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d591659a2c1
--- /dev/null
+++ b/stable/go-playground/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: mproved Go Playground powered by Monaco Editor and React
+home: https://truecharts.org/charts/stable/go-playground
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png
+keywords:
+ - go-playground
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: go-playground
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground
+ - https://hub.docker.com/r/x1unix/go-playground
+type: application
+version: 5.7.3
diff --git a/stable/go-playground/5.6.0/README.md b/stable/go-playground/5.7.3/README.md
similarity index 100%
rename from stable/go-playground/5.6.0/README.md
rename to stable/go-playground/5.7.3/README.md
diff --git a/stable/go-playground/5.7.3/app-changelog.md b/stable/go-playground/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7b000cc4490
--- /dev/null
+++ b/stable/go-playground/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [go-playground-5.7.3](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/go-playground/5.6.0/app-readme.md b/stable/go-playground/5.7.3/app-readme.md
similarity index 100%
rename from stable/go-playground/5.6.0/app-readme.md
rename to stable/go-playground/5.7.3/app-readme.md
diff --git a/stable/go-playground/5.7.3/charts/common-20.2.4.tgz b/stable/go-playground/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/go-playground/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/go-playground/5.6.0/ix_values.yaml b/stable/go-playground/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/go-playground/5.6.0/ix_values.yaml
rename to stable/go-playground/5.7.3/ix_values.yaml
diff --git a/stable/go-playground/5.6.0/questions.yaml b/stable/go-playground/5.7.3/questions.yaml
similarity index 100%
rename from stable/go-playground/5.6.0/questions.yaml
rename to stable/go-playground/5.7.3/questions.yaml
diff --git a/stable/go-playground/5.6.0/templates/common.yaml b/stable/go-playground/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/go-playground/5.6.0/templates/common.yaml
rename to stable/go-playground/5.7.3/templates/common.yaml
diff --git a/stable/godaddy-ddns/5.6.0/values.yaml b/stable/go-playground/5.7.3/values.yaml
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/values.yaml
rename to stable/go-playground/5.7.3/values.yaml
diff --git a/stable/goaccess-npm-logs/5.6.0/CHANGELOG.md b/stable/goaccess-npm-logs/5.6.0/CHANGELOG.md
deleted file mode 100644
index b01bc798307..00000000000
--- a/stable/goaccess-npm-logs/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [goaccess-npm-logs-5.6.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.5.2...goaccess-npm-logs-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [goaccess-npm-logs-5.5.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.5.1...goaccess-npm-logs-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [goaccess-npm-logs-5.5.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.5.0...goaccess-npm-logs-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [goaccess-npm-logs-5.5.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.2...goaccess-npm-logs-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [goaccess-npm-logs-5.4.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.1...goaccess-npm-logs-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image xavierh/goaccess-for-nginxproxymanager to latest[@bf56396](https://github.com/bf56396) by renovate ([#19046](https://github.com/truecharts/charts/issues/19046))
-
-
-## [goaccess-npm-logs-5.4.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.0...goaccess-npm-logs-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [goaccess-npm-logs-5.4.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.3.0...goaccess-npm-logs-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [goaccess-npm-logs-5.3.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.3...goaccess-npm-logs-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [goaccess-npm-logs-5.2.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.2...goaccess-npm-logs-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [goaccess-npm-logs-5.2.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.0...goaccess-npm-logs-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/goaccess-npm-logs/5.6.0/Chart.yaml b/stable/goaccess-npm-logs/5.6.0/Chart.yaml
deleted file mode 100644
index 0306b187379..00000000000
--- a/stable/goaccess-npm-logs/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: GoAccess for Nginx Proxy Manager Logs
-home: https://truecharts.org/charts/stable/goaccess-npm-logs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png
-keywords:
- - goaccess-npm-logs
- - Tools-Utilities
- - Network-Proxy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: goaccess-npm-logs
-sources:
- - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager
- - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs
- - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager
-type: application
-version: 5.6.0
diff --git a/stable/goaccess-npm-logs/5.6.0/charts/common-20.1.5.tgz b/stable/goaccess-npm-logs/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/goaccess-npm-logs/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gokapi/5.6.0/.helmignore b/stable/goaccess-npm-logs/5.7.3/.helmignore
similarity index 100%
rename from stable/gokapi/5.6.0/.helmignore
rename to stable/goaccess-npm-logs/5.7.3/.helmignore
diff --git a/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md b/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..be7d6e38565
--- /dev/null
+++ b/stable/goaccess-npm-logs/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-npm-logs-5.7.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/goaccess-npm-logs/5.7.3/Chart.yaml b/stable/goaccess-npm-logs/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..de947f8a824
--- /dev/null
+++ b/stable/goaccess-npm-logs/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: GoAccess for Nginx Proxy Manager Logs
+home: https://truecharts.org/charts/stable/goaccess-npm-logs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png
+keywords:
+ - goaccess-npm-logs
+ - Tools-Utilities
+ - Network-Proxy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: goaccess-npm-logs
+sources:
+ - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager
+ - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs
+ - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager
+type: application
+version: 5.7.3
diff --git a/stable/goaccess-npm-logs/5.6.0/README.md b/stable/goaccess-npm-logs/5.7.3/README.md
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/README.md
rename to stable/goaccess-npm-logs/5.7.3/README.md
diff --git a/stable/goaccess-npm-logs/5.7.3/app-changelog.md b/stable/goaccess-npm-logs/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..58798325a96
--- /dev/null
+++ b/stable/goaccess-npm-logs/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [goaccess-npm-logs-5.7.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/goaccess-npm-logs/5.6.0/app-readme.md b/stable/goaccess-npm-logs/5.7.3/app-readme.md
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/app-readme.md
rename to stable/goaccess-npm-logs/5.7.3/app-readme.md
diff --git a/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz b/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/goaccess-npm-logs/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/goaccess-npm-logs/5.6.0/ix_values.yaml b/stable/goaccess-npm-logs/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/ix_values.yaml
rename to stable/goaccess-npm-logs/5.7.3/ix_values.yaml
diff --git a/stable/goaccess-npm-logs/5.6.0/questions.yaml b/stable/goaccess-npm-logs/5.7.3/questions.yaml
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/questions.yaml
rename to stable/goaccess-npm-logs/5.7.3/questions.yaml
diff --git a/stable/goaccess-npm-logs/5.6.0/templates/common.yaml b/stable/goaccess-npm-logs/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/goaccess-npm-logs/5.6.0/templates/common.yaml
rename to stable/goaccess-npm-logs/5.7.3/templates/common.yaml
diff --git a/stable/gokapi/5.6.0/values.yaml b/stable/goaccess-npm-logs/5.7.3/values.yaml
similarity index 100%
rename from stable/gokapi/5.6.0/values.yaml
rename to stable/goaccess-npm-logs/5.7.3/values.yaml
diff --git a/stable/goaccess/5.6.0/CHANGELOG.md b/stable/goaccess/5.6.0/CHANGELOG.md
deleted file mode 100644
index 68474a2b00b..00000000000
--- a/stable/goaccess/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [goaccess-5.6.0](https://github.com/truecharts/charts/compare/goaccess-5.5.2...goaccess-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [goaccess-5.5.2](https://github.com/truecharts/charts/compare/goaccess-5.5.1...goaccess-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [goaccess-5.5.1](https://github.com/truecharts/charts/compare/goaccess-5.5.0...goaccess-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [goaccess-5.5.0](https://github.com/truecharts/charts/compare/goaccess-5.4.1...goaccess-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [goaccess-5.4.1](https://github.com/truecharts/charts/compare/goaccess-5.4.0...goaccess-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [goaccess-5.4.0](https://github.com/truecharts/charts/compare/goaccess-5.3.0...goaccess-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [goaccess-5.3.0](https://github.com/truecharts/charts/compare/goaccess-5.2.3...goaccess-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [goaccess-5.2.3](https://github.com/truecharts/charts/compare/goaccess-5.2.2...goaccess-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [goaccess-5.2.2](https://github.com/truecharts/charts/compare/goaccess-5.2.0...goaccess-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/goaccess/5.6.0/Chart.yaml b/stable/goaccess/5.6.0/Chart.yaml
deleted file mode 100644
index 68c2d44bf9c..00000000000
--- a/stable/goaccess/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
-home: https://truecharts.org/charts/stable/goaccess
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png
-keywords:
- - goaccess
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: goaccess
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess
- - https://hub.docker.com/r/gregyankovoy/goaccess
-type: application
-version: 5.6.0
diff --git a/stable/goaccess/5.6.0/charts/common-20.1.5.tgz b/stable/goaccess/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/goaccess/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/golinks/11.6.0/.helmignore b/stable/goaccess/5.7.3/.helmignore
similarity index 100%
rename from stable/golinks/11.6.0/.helmignore
rename to stable/goaccess/5.7.3/.helmignore
diff --git a/stable/goaccess/5.7.3/CHANGELOG.md b/stable/goaccess/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..93474d29954
--- /dev/null
+++ b/stable/goaccess/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [goaccess-5.7.2](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/goaccess/5.7.3/Chart.yaml b/stable/goaccess/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3a986e0b46d
--- /dev/null
+++ b/stable/goaccess/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
+home: https://truecharts.org/charts/stable/goaccess
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png
+keywords:
+ - goaccess
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: goaccess
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess
+ - https://hub.docker.com/r/gregyankovoy/goaccess
+type: application
+version: 5.7.3
diff --git a/stable/goaccess/5.6.0/README.md b/stable/goaccess/5.7.3/README.md
similarity index 100%
rename from stable/goaccess/5.6.0/README.md
rename to stable/goaccess/5.7.3/README.md
diff --git a/stable/goaccess/5.7.3/app-changelog.md b/stable/goaccess/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b9123eb975d
--- /dev/null
+++ b/stable/goaccess/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [goaccess-5.7.3](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/goaccess/5.6.0/app-readme.md b/stable/goaccess/5.7.3/app-readme.md
similarity index 100%
rename from stable/goaccess/5.6.0/app-readme.md
rename to stable/goaccess/5.7.3/app-readme.md
diff --git a/stable/goaccess/5.7.3/charts/common-20.2.4.tgz b/stable/goaccess/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/goaccess/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/goaccess/5.6.0/ix_values.yaml b/stable/goaccess/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/goaccess/5.6.0/ix_values.yaml
rename to stable/goaccess/5.7.3/ix_values.yaml
diff --git a/stable/goaccess/5.6.0/questions.yaml b/stable/goaccess/5.7.3/questions.yaml
similarity index 100%
rename from stable/goaccess/5.6.0/questions.yaml
rename to stable/goaccess/5.7.3/questions.yaml
diff --git a/stable/goaccess/5.6.0/templates/common.yaml b/stable/goaccess/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/goaccess/5.6.0/templates/common.yaml
rename to stable/goaccess/5.7.3/templates/common.yaml
diff --git a/stable/golinks/11.6.0/values.yaml b/stable/goaccess/5.7.3/values.yaml
similarity index 100%
rename from stable/golinks/11.6.0/values.yaml
rename to stable/goaccess/5.7.3/values.yaml
diff --git a/stable/godaddy-ddns/5.6.0/CHANGELOG.md b/stable/godaddy-ddns/5.6.0/CHANGELOG.md
deleted file mode 100644
index a03a9adfa8a..00000000000
--- a/stable/godaddy-ddns/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [godaddy-ddns-5.6.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.5.2...godaddy-ddns-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [godaddy-ddns-5.5.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.5.1...godaddy-ddns-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [godaddy-ddns-5.5.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.5.0...godaddy-ddns-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [godaddy-ddns-5.5.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.4.1...godaddy-ddns-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [godaddy-ddns-5.4.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.4.0...godaddy-ddns-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [godaddy-ddns-5.4.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.3.0...godaddy-ddns-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [godaddy-ddns-5.3.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.3...godaddy-ddns-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [godaddy-ddns-5.2.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.2...godaddy-ddns-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [godaddy-ddns-5.2.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.0...godaddy-ddns-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/godaddy-ddns/5.6.0/Chart.yaml b/stable/godaddy-ddns/5.6.0/Chart.yaml
deleted file mode 100644
index 2082bbb247f..00000000000
--- a/stable/godaddy-ddns/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Web
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart.
-home: https://truecharts.org/charts/stable/godaddy-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png
-keywords:
- - godaddy-ddns
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: godaddy-ddns
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns
- - https://hub.docker.com/r/jwater7/godaddy-publicip-updater
-type: application
-version: 5.6.0
diff --git a/stable/godaddy-ddns/5.6.0/charts/common-20.1.5.tgz b/stable/godaddy-ddns/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/godaddy-ddns/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gonic/13.7.0/.helmignore b/stable/godaddy-ddns/5.7.3/.helmignore
similarity index 100%
rename from stable/gonic/13.7.0/.helmignore
rename to stable/godaddy-ddns/5.7.3/.helmignore
diff --git a/stable/godaddy-ddns/5.7.3/CHANGELOG.md b/stable/godaddy-ddns/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e76022c5089
--- /dev/null
+++ b/stable/godaddy-ddns/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [godaddy-ddns-5.7.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/godaddy-ddns/5.7.3/Chart.yaml b/stable/godaddy-ddns/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..02ab391753a
--- /dev/null
+++ b/stable/godaddy-ddns/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Web
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart.
+home: https://truecharts.org/charts/stable/godaddy-ddns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png
+keywords:
+ - godaddy-ddns
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: godaddy-ddns
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns
+ - https://hub.docker.com/r/jwater7/godaddy-publicip-updater
+type: application
+version: 5.7.3
diff --git a/stable/godaddy-ddns/5.6.0/README.md b/stable/godaddy-ddns/5.7.3/README.md
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/README.md
rename to stable/godaddy-ddns/5.7.3/README.md
diff --git a/stable/godaddy-ddns/5.7.3/app-changelog.md b/stable/godaddy-ddns/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..43c97e05a37
--- /dev/null
+++ b/stable/godaddy-ddns/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [godaddy-ddns-5.7.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/godaddy-ddns/5.6.0/app-readme.md b/stable/godaddy-ddns/5.7.3/app-readme.md
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/app-readme.md
rename to stable/godaddy-ddns/5.7.3/app-readme.md
diff --git a/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/godaddy-ddns/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/godaddy-ddns/5.6.0/ix_values.yaml b/stable/godaddy-ddns/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/ix_values.yaml
rename to stable/godaddy-ddns/5.7.3/ix_values.yaml
diff --git a/stable/godaddy-ddns/5.6.0/questions.yaml b/stable/godaddy-ddns/5.7.3/questions.yaml
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/questions.yaml
rename to stable/godaddy-ddns/5.7.3/questions.yaml
diff --git a/stable/godaddy-ddns/5.6.0/templates/common.yaml b/stable/godaddy-ddns/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/godaddy-ddns/5.6.0/templates/common.yaml
rename to stable/godaddy-ddns/5.7.3/templates/common.yaml
diff --git a/stable/gonic/13.7.0/values.yaml b/stable/godaddy-ddns/5.7.3/values.yaml
similarity index 100%
rename from stable/gonic/13.7.0/values.yaml
rename to stable/godaddy-ddns/5.7.3/values.yaml
diff --git a/stable/gokapi/5.6.0/CHANGELOG.md b/stable/gokapi/5.6.0/CHANGELOG.md
deleted file mode 100644
index 3b2bae5624b..00000000000
--- a/stable/gokapi/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gokapi-5.6.0](https://github.com/truecharts/charts/compare/gokapi-5.5.2...gokapi-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [gokapi-5.5.2](https://github.com/truecharts/charts/compare/gokapi-5.5.1...gokapi-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [gokapi-5.5.1](https://github.com/truecharts/charts/compare/gokapi-5.5.0...gokapi-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [gokapi-5.5.0](https://github.com/truecharts/charts/compare/gokapi-5.4.1...gokapi-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [gokapi-5.4.1](https://github.com/truecharts/charts/compare/gokapi-5.4.0...gokapi-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [gokapi-5.4.0](https://github.com/truecharts/charts/compare/gokapi-5.3.0...gokapi-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [gokapi-5.3.0](https://github.com/truecharts/charts/compare/gokapi-5.2.3...gokapi-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [gokapi-5.2.3](https://github.com/truecharts/charts/compare/gokapi-5.2.2...gokapi-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [gokapi-5.2.2](https://github.com/truecharts/charts/compare/gokapi-5.2.0...gokapi-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/gokapi/5.6.0/Chart.yaml b/stable/gokapi/5.6.0/Chart.yaml
deleted file mode 100644
index 391397048ea..00000000000
--- a/stable/gokapi/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.
-home: https://truecharts.org/charts/stable/gokapi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png
-keywords:
- - gokapi
- - cloud
- - utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gokapi
-sources:
- - https://github.com/Forceu/gokapi
- - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi
- - https://hub.docker.com/r/f0rc3/gokapi
-type: application
-version: 5.6.0
diff --git a/stable/gokapi/5.6.0/charts/common-20.1.5.tgz b/stable/gokapi/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gokapi/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gpodder/5.6.0/.helmignore b/stable/gokapi/5.7.3/.helmignore
similarity index 100%
rename from stable/gpodder/5.6.0/.helmignore
rename to stable/gokapi/5.7.3/.helmignore
diff --git a/stable/gokapi/5.7.3/CHANGELOG.md b/stable/gokapi/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7f2b1391761
--- /dev/null
+++ b/stable/gokapi/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gokapi-5.7.3](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gokapi-5.7.2](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/gokapi/5.7.3/Chart.yaml b/stable/gokapi/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..bceabfb783a
--- /dev/null
+++ b/stable/gokapi/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.
+home: https://truecharts.org/charts/stable/gokapi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png
+keywords:
+ - gokapi
+ - cloud
+ - utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gokapi
+sources:
+ - https://github.com/Forceu/gokapi
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi
+ - https://hub.docker.com/r/f0rc3/gokapi
+type: application
+version: 5.7.3
diff --git a/stable/gokapi/5.6.0/README.md b/stable/gokapi/5.7.3/README.md
similarity index 100%
rename from stable/gokapi/5.6.0/README.md
rename to stable/gokapi/5.7.3/README.md
diff --git a/stable/gokapi/5.7.3/app-changelog.md b/stable/gokapi/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9f5b4f7ec8b
--- /dev/null
+++ b/stable/gokapi/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [gokapi-5.7.3](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gokapi/5.6.0/app-readme.md b/stable/gokapi/5.7.3/app-readme.md
similarity index 100%
rename from stable/gokapi/5.6.0/app-readme.md
rename to stable/gokapi/5.7.3/app-readme.md
diff --git a/stable/gokapi/5.7.3/charts/common-20.2.4.tgz b/stable/gokapi/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gokapi/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gokapi/5.6.0/ix_values.yaml b/stable/gokapi/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/gokapi/5.6.0/ix_values.yaml
rename to stable/gokapi/5.7.3/ix_values.yaml
diff --git a/stable/gokapi/5.6.0/questions.yaml b/stable/gokapi/5.7.3/questions.yaml
similarity index 100%
rename from stable/gokapi/5.6.0/questions.yaml
rename to stable/gokapi/5.7.3/questions.yaml
diff --git a/stable/gokapi/5.6.0/templates/common.yaml b/stable/gokapi/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/gokapi/5.6.0/templates/common.yaml
rename to stable/gokapi/5.7.3/templates/common.yaml
diff --git a/stable/gpodder/5.6.0/values.yaml b/stable/gokapi/5.7.3/values.yaml
similarity index 100%
rename from stable/gpodder/5.6.0/values.yaml
rename to stable/gokapi/5.7.3/values.yaml
diff --git a/stable/golinks/11.6.0/CHANGELOG.md b/stable/golinks/11.6.0/CHANGELOG.md
deleted file mode 100644
index 02e8ae1fb4c..00000000000
--- a/stable/golinks/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [golinks-11.6.0](https://github.com/truecharts/charts/compare/golinks-11.5.2...golinks-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [golinks-11.5.2](https://github.com/truecharts/charts/compare/golinks-11.5.1...golinks-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [golinks-11.5.1](https://github.com/truecharts/charts/compare/golinks-11.5.0...golinks-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [golinks-11.5.0](https://github.com/truecharts/charts/compare/golinks-11.4.1...golinks-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [golinks-11.4.1](https://github.com/truecharts/charts/compare/golinks-11.4.0...golinks-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [golinks-11.4.0](https://github.com/truecharts/charts/compare/golinks-11.3.0...golinks-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [golinks-11.3.0](https://github.com/truecharts/charts/compare/golinks-11.2.3...golinks-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [golinks-11.2.3](https://github.com/truecharts/charts/compare/golinks-11.2.2...golinks-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [golinks-11.2.2](https://github.com/truecharts/charts/compare/golinks-11.2.0...golinks-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/golinks/11.6.0/Chart.yaml b/stable/golinks/11.6.0/Chart.yaml
deleted file mode 100644
index 7b44f63ec57..00000000000
--- a/stable/golinks/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 154c581
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance.
-home: https://truecharts.org/charts/stable/golinks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png
-keywords:
- - search
- - browser
- - bookmarks
- - smart-bookmarks
- - golinks
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: golinks
-sources:
- - https://github.com/nicholaswilde/docker-golinks
- - https://github.com/prologic/golinks
- - https://github.com/truecharts/charts/tree/master/charts/stable/golinks
- - https://ghcr.io/nicholaswilde/golinks
-type: application
-version: 11.6.0
diff --git a/stable/golinks/11.6.0/charts/common-20.1.5.tgz b/stable/golinks/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/golinks/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/grafana-image-renderer/5.6.0/.helmignore b/stable/golinks/11.7.3/.helmignore
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/.helmignore
rename to stable/golinks/11.7.3/.helmignore
diff --git a/stable/golinks/11.7.3/CHANGELOG.md b/stable/golinks/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cec5bc3b215
--- /dev/null
+++ b/stable/golinks/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [golinks-11.7.2](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/golinks/11.7.3/Chart.yaml b/stable/golinks/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..e56d9d7bb76
--- /dev/null
+++ b/stable/golinks/11.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 154c581
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance.
+home: https://truecharts.org/charts/stable/golinks
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png
+keywords:
+ - search
+ - browser
+ - bookmarks
+ - smart-bookmarks
+ - golinks
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: golinks
+sources:
+ - https://github.com/nicholaswilde/docker-golinks
+ - https://github.com/prologic/golinks
+ - https://github.com/truecharts/charts/tree/master/charts/stable/golinks
+ - https://ghcr.io/nicholaswilde/golinks
+type: application
+version: 11.7.3
diff --git a/stable/golinks/11.6.0/README.md b/stable/golinks/11.7.3/README.md
similarity index 100%
rename from stable/golinks/11.6.0/README.md
rename to stable/golinks/11.7.3/README.md
diff --git a/stable/golinks/11.7.3/app-changelog.md b/stable/golinks/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..48f36cc207a
--- /dev/null
+++ b/stable/golinks/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [golinks-11.7.3](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/golinks/11.6.0/app-readme.md b/stable/golinks/11.7.3/app-readme.md
similarity index 100%
rename from stable/golinks/11.6.0/app-readme.md
rename to stable/golinks/11.7.3/app-readme.md
diff --git a/stable/golinks/11.7.3/charts/common-20.2.4.tgz b/stable/golinks/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/golinks/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/golinks/11.6.0/ix_values.yaml b/stable/golinks/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/golinks/11.6.0/ix_values.yaml
rename to stable/golinks/11.7.3/ix_values.yaml
diff --git a/stable/golinks/11.6.0/questions.yaml b/stable/golinks/11.7.3/questions.yaml
similarity index 100%
rename from stable/golinks/11.6.0/questions.yaml
rename to stable/golinks/11.7.3/questions.yaml
diff --git a/stable/gravity/3.6.0/templates/NOTES.txt b/stable/golinks/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/gravity/3.6.0/templates/NOTES.txt
rename to stable/golinks/11.7.3/templates/NOTES.txt
diff --git a/stable/grav/11.7.1/templates/common.yaml b/stable/golinks/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/grav/11.7.1/templates/common.yaml
rename to stable/golinks/11.7.3/templates/common.yaml
diff --git a/stable/grafana-image-renderer/5.6.0/values.yaml b/stable/golinks/11.7.3/values.yaml
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/values.yaml
rename to stable/golinks/11.7.3/values.yaml
diff --git a/stable/gonic/13.7.0/CHANGELOG.md b/stable/gonic/13.7.0/CHANGELOG.md
deleted file mode 100644
index 36fb193d3dc..00000000000
--- a/stable/gonic/13.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/gonic/13.7.0/Chart.yaml b/stable/gonic/13.7.0/Chart.yaml
deleted file mode 100644
index abcb9bd7e0f..00000000000
--- a/stable/gonic/13.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.16.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Music streaming server / subsonic server API implementation
-home: https://truecharts.org/charts/stable/gonic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png
-keywords:
- - music
- - subsonic
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gonic
-sources:
- - https://github.com/sentriz/gonic
- - https://github.com/truecharts/charts/tree/master/charts/stable/gonic
- - https://hub.docker.com/r/sentriz/gonic
-type: application
-version: 13.7.0
diff --git a/stable/gonic/13.7.0/app-changelog.md b/stable/gonic/13.7.0/app-changelog.md
deleted file mode 100644
index 1ad59e8ec74..00000000000
--- a/stable/gonic/13.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [gonic-13.7.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gonic/13.7.0/charts/common-20.2.0.tgz b/stable/gonic/13.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/gonic/13.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/gonic/13.7.0/ix_values.yaml b/stable/gonic/13.7.0/ix_values.yaml
deleted file mode 100644
index 0a6fbe17ae0..00000000000
--- a/stable/gonic/13.7.0/ix_values.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-image:
- repository: sentriz/gonic
- pullPolicy: IfNotPresent
- tag: v0.16.3@sha256:69a85c559588f6ef275c916dc9528e91fb9cf12119e4b27465312ffa57097f65
-
-securityContext:
- container:
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- port: 10023
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- GONIC_LISTEN_ADDR: ":{{ .Values.service.main.ports.main.port }}"
- GONIC_DB_PATH: "{{ .Values.persistence.data.mountPath }}/gonic.db"
- GONIC_CACHE_PATH: "{{ .Values.persistence.cache.mountPath }}"
- GONIC_PLAYLISTS_PATH: "{{ .Values.persistence.playlists.mountPath }}"
- GONIC_PODCAST_PATH: "{{ .Values.persistence.podcast.mountPath }}"
- GONIC_MUSIC_PATH: "{{ .Values.persistence.music.mountPath }}"
-
-persistence:
- data:
- enabled: true
- mountPath: /data
- cache:
- enabled: true
- mountPath: /cache
- playlists:
- enabled: true
- mountPath: /playlists
- podcast:
- enabled: true
- mountPath: /podcast
- music:
- enabled: true
- mountPath: /music
-
-portal:
- open:
- enabled: true
diff --git a/stable/grav/11.7.1/.helmignore b/stable/gonic/13.7.4/.helmignore
similarity index 100%
rename from stable/grav/11.7.1/.helmignore
rename to stable/gonic/13.7.4/.helmignore
diff --git a/stable/gonic/13.7.4/CHANGELOG.md b/stable/gonic/13.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..779c9f72486
--- /dev/null
+++ b/stable/gonic/13.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gonic-13.7.3](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gonic-13.7.3](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gonic-13.7.3](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gonic-13.7.3](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gonic-13.7.3](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gonic/13.7.4/Chart.yaml b/stable/gonic/13.7.4/Chart.yaml
new file mode 100644
index 00000000000..d6c65bf5aa4
--- /dev/null
+++ b/stable/gonic/13.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.16.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Music streaming server / subsonic server API implementation
+home: https://truecharts.org/charts/stable/gonic
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png
+keywords:
+ - music
+ - subsonic
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gonic
+sources:
+ - https://github.com/sentriz/gonic
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gonic
+ - https://hub.docker.com/r/sentriz/gonic
+type: application
+version: 13.7.4
diff --git a/stable/gonic/13.7.0/README.md b/stable/gonic/13.7.4/README.md
similarity index 100%
rename from stable/gonic/13.7.0/README.md
rename to stable/gonic/13.7.4/README.md
diff --git a/stable/gonic/13.7.4/app-changelog.md b/stable/gonic/13.7.4/app-changelog.md
new file mode 100644
index 00000000000..5c9821ee2ab
--- /dev/null
+++ b/stable/gonic/13.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [gonic-13.7.4](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sentriz/gonic to v0.16.4[@22e2c9d](https://github.com/22e2c9d) by renovate ([#19575](https://github.com/truecharts/charts/issues/19575))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gonic/13.7.0/app-readme.md b/stable/gonic/13.7.4/app-readme.md
similarity index 100%
rename from stable/gonic/13.7.0/app-readme.md
rename to stable/gonic/13.7.4/app-readme.md
diff --git a/stable/gonic/13.7.4/charts/common-20.2.4.tgz b/stable/gonic/13.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gonic/13.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/gonic/13.7.4/ix_values.yaml b/stable/gonic/13.7.4/ix_values.yaml
new file mode 100644
index 00000000000..f029e61bedd
--- /dev/null
+++ b/stable/gonic/13.7.4/ix_values.yaml
@@ -0,0 +1,50 @@
+image:
+ repository: sentriz/gonic
+ pullPolicy: IfNotPresent
+ tag: v0.16.4@sha256:22e2c9de7a95606f196e1828e6ba0224aa29245cba42cb19eeb4322f6dae4c7b
+
+securityContext:
+ container:
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 10023
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ GONIC_LISTEN_ADDR: ":{{ .Values.service.main.ports.main.port }}"
+ GONIC_DB_PATH: "{{ .Values.persistence.data.mountPath }}/gonic.db"
+ GONIC_CACHE_PATH: "{{ .Values.persistence.cache.mountPath }}"
+ GONIC_PLAYLISTS_PATH: "{{ .Values.persistence.playlists.mountPath }}"
+ GONIC_PODCAST_PATH: "{{ .Values.persistence.podcast.mountPath }}"
+ GONIC_MUSIC_PATH: "{{ .Values.persistence.music.mountPath }}"
+
+persistence:
+ data:
+ enabled: true
+ mountPath: /data
+ cache:
+ enabled: true
+ mountPath: /cache
+ playlists:
+ enabled: true
+ mountPath: /playlists
+ podcast:
+ enabled: true
+ mountPath: /podcast
+ music:
+ enabled: true
+ mountPath: /music
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/gonic/13.7.0/questions.yaml b/stable/gonic/13.7.4/questions.yaml
similarity index 100%
rename from stable/gonic/13.7.0/questions.yaml
rename to stable/gonic/13.7.4/questions.yaml
diff --git a/stable/grocy/18.8.0/templates/NOTES.txt b/stable/gonic/13.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/grocy/18.8.0/templates/NOTES.txt
rename to stable/gonic/13.7.4/templates/NOTES.txt
diff --git a/stable/guacd/9.6.0/templates/common.yaml b/stable/gonic/13.7.4/templates/common.yaml
similarity index 100%
rename from stable/guacd/9.6.0/templates/common.yaml
rename to stable/gonic/13.7.4/templates/common.yaml
diff --git a/stable/grav/11.7.1/values.yaml b/stable/gonic/13.7.4/values.yaml
similarity index 100%
rename from stable/grav/11.7.1/values.yaml
rename to stable/gonic/13.7.4/values.yaml
diff --git a/stable/gravity/3.6.0/.helmignore b/stable/googlephotossync/6.0.1/.helmignore
similarity index 100%
rename from stable/gravity/3.6.0/.helmignore
rename to stable/googlephotossync/6.0.1/.helmignore
diff --git a/stable/googlephotossync/6.0.1/CHANGELOG.md b/stable/googlephotossync/6.0.1/CHANGELOG.md
new file mode 100644
index 00000000000..485a12724eb
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
+
+
+## [googlephotossync-6.0.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
+
+
+## [googlephotossync-6.0.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
+
+
+## [googlephotossync-6.0.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
+
+
+## [googlephotossync-6.0.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
+
+
+## [googlephotossync-6.0.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
\ No newline at end of file
diff --git a/stable/googlephotossync/6.0.1/Chart.yaml b/stable/googlephotossync/6.0.1/Chart.yaml
new file mode 100644
index 00000000000..36fd557d79d
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.2.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
+home: https://truecharts.org/charts/stable/googlephotossync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png
+keywords:
+ - googlephotossync
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: googlephotossync
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync
+ - https://ghcr.io/gilesknap/gphotos-sync
+type: application
+version: 6.0.1
diff --git a/stable/googlephotossync/6.0.1/README.md b/stable/googlephotossync/6.0.1/README.md
new file mode 100644
index 00000000000..c447977d803
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/googlephotossync)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/googlephotossync/6.0.1/app-changelog.md b/stable/googlephotossync/6.0.1/app-changelog.md
new file mode 100644
index 00000000000..0371917b0cc
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [googlephotossync-6.0.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-6.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* cleanup questions ([#19713](https://github.com/truecharts/charts/issues/19713))
\ No newline at end of file
diff --git a/stable/googlephotossync/6.0.1/app-readme.md b/stable/googlephotossync/6.0.1/app-readme.md
new file mode 100644
index 00000000000..64267d7fd3a
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/app-readme.md
@@ -0,0 +1,8 @@
+Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/googlephotossync](https://truecharts.org/charts/stable/googlephotossync)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz b/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/googlephotossync/6.0.1/charts/common-20.2.4.tgz differ
diff --git a/stable/googlephotossync/6.0.1/ix_values.yaml b/stable/googlephotossync/6.0.1/ix_values.yaml
new file mode 100644
index 00000000000..9359732c39f
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/ix_values.yaml
@@ -0,0 +1,37 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/gilesknap/gphotos-sync
+ tag: 3.2.1@sha256:a0a0a8357caa94ddb182242de878ad4a2920d38f29525d26d17776e60c4f17fc
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ data:
+ enabled: true
+ mountPath: /storage
+portal:
+ open:
+ enabled: false
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
diff --git a/stable/googlephotossync/6.0.1/questions.yaml b/stable/googlephotossync/6.0.1/questions.yaml
new file mode 100755
index 00000000000..d7e2d5d953b
--- /dev/null
+++ b/stable/googlephotossync/6.0.1/questions.yaml
@@ -0,0 +1,2385 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals: {}
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/gpodder/5.6.0/templates/common.yaml b/stable/googlephotossync/6.0.1/templates/common.yaml
similarity index 100%
rename from stable/gpodder/5.6.0/templates/common.yaml
rename to stable/googlephotossync/6.0.1/templates/common.yaml
diff --git a/stable/gravity/3.6.0/values.yaml b/stable/googlephotossync/6.0.1/values.yaml
similarity index 100%
rename from stable/gravity/3.6.0/values.yaml
rename to stable/googlephotossync/6.0.1/values.yaml
diff --git a/stable/gpodder/5.6.0/CHANGELOG.md b/stable/gpodder/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5ff4823a019..00000000000
--- a/stable/gpodder/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gpodder-5.6.0](https://github.com/truecharts/charts/compare/gpodder-5.5.2...gpodder-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [gpodder-5.5.2](https://github.com/truecharts/charts/compare/gpodder-5.5.1...gpodder-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [gpodder-5.5.1](https://github.com/truecharts/charts/compare/gpodder-5.5.0...gpodder-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [gpodder-5.5.0](https://github.com/truecharts/charts/compare/gpodder-5.4.1...gpodder-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [gpodder-5.4.1](https://github.com/truecharts/charts/compare/gpodder-5.4.0...gpodder-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [gpodder-5.4.0](https://github.com/truecharts/charts/compare/gpodder-5.3.0...gpodder-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [gpodder-5.3.0](https://github.com/truecharts/charts/compare/gpodder-5.2.3...gpodder-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [gpodder-5.2.3](https://github.com/truecharts/charts/compare/gpodder-5.2.2...gpodder-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [gpodder-5.2.2](https://github.com/truecharts/charts/compare/gpodder-5.2.0...gpodder-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/gpodder/5.6.0/Chart.yaml b/stable/gpodder/5.6.0/Chart.yaml
deleted file mode 100644
index f9700db40da..00000000000
--- a/stable/gpodder/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
-home: https://truecharts.org/charts/stable/gpodder
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png
-keywords:
- - gpodder
- - Downloaders
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gpodder
-sources:
- - https://gpodder.github.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder
- - https://hub.docker.com/r/xthursdayx/gpodder-docker
-type: application
-version: 5.6.0
diff --git a/stable/gpodder/5.6.0/charts/common-20.1.5.tgz b/stable/gpodder/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gpodder/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/gridcoinwalletgui/5.6.1/.helmignore b/stable/gpodder/5.7.3/.helmignore
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/.helmignore
rename to stable/gpodder/5.7.3/.helmignore
diff --git a/stable/gpodder/5.7.3/CHANGELOG.md b/stable/gpodder/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..47ef8704f81
--- /dev/null
+++ b/stable/gpodder/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gpodder-5.7.2](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/gpodder/5.7.3/Chart.yaml b/stable/gpodder/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b2bf3cb735f
--- /dev/null
+++ b/stable/gpodder/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
+home: https://truecharts.org/charts/stable/gpodder
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png
+keywords:
+ - gpodder
+ - Downloaders
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gpodder
+sources:
+ - https://gpodder.github.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder
+ - https://hub.docker.com/r/xthursdayx/gpodder-docker
+type: application
+version: 5.7.3
diff --git a/stable/gpodder/5.6.0/README.md b/stable/gpodder/5.7.3/README.md
similarity index 100%
rename from stable/gpodder/5.6.0/README.md
rename to stable/gpodder/5.7.3/README.md
diff --git a/stable/gpodder/5.7.3/app-changelog.md b/stable/gpodder/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..aa001b1c986
--- /dev/null
+++ b/stable/gpodder/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [gpodder-5.7.3](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gpodder/5.6.0/app-readme.md b/stable/gpodder/5.7.3/app-readme.md
similarity index 100%
rename from stable/gpodder/5.6.0/app-readme.md
rename to stable/gpodder/5.7.3/app-readme.md
diff --git a/stable/gpodder/5.7.3/charts/common-20.2.4.tgz b/stable/gpodder/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gpodder/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gpodder/5.6.0/ix_values.yaml b/stable/gpodder/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/gpodder/5.6.0/ix_values.yaml
rename to stable/gpodder/5.7.3/ix_values.yaml
diff --git a/stable/gpodder/5.6.0/questions.yaml b/stable/gpodder/5.7.3/questions.yaml
similarity index 100%
rename from stable/gpodder/5.6.0/questions.yaml
rename to stable/gpodder/5.7.3/questions.yaml
diff --git a/stable/grafana-image-renderer/5.6.0/templates/common.yaml b/stable/gpodder/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/templates/common.yaml
rename to stable/gpodder/5.7.3/templates/common.yaml
diff --git a/stable/gridcoinwalletgui/5.6.1/values.yaml b/stable/gpodder/5.7.3/values.yaml
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/values.yaml
rename to stable/gpodder/5.7.3/values.yaml
diff --git a/stable/grafana-image-renderer/5.6.0/CHANGELOG.md b/stable/grafana-image-renderer/5.6.0/CHANGELOG.md
deleted file mode 100644
index eb923eb6624..00000000000
--- a/stable/grafana-image-renderer/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [grafana-image-renderer-5.6.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.5.2...grafana-image-renderer-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [grafana-image-renderer-5.5.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.5.1...grafana-image-renderer-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [grafana-image-renderer-5.5.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.5.0...grafana-image-renderer-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [grafana-image-renderer-5.5.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.2...grafana-image-renderer-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [grafana-image-renderer-5.4.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.1...grafana-image-renderer-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image grafana/grafana-image-renderer to latest[@66f0679](https://github.com/66f0679) by renovate ([#19155](https://github.com/truecharts/charts/issues/19155))
-
-
-## [grafana-image-renderer-5.4.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.0...grafana-image-renderer-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [grafana-image-renderer-5.4.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.3.0...grafana-image-renderer-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [grafana-image-renderer-5.3.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.3...grafana-image-renderer-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [grafana-image-renderer-5.2.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.2...grafana-image-renderer-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [grafana-image-renderer-5.2.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.0...grafana-image-renderer-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/grafana-image-renderer/5.6.0/Chart.yaml b/stable/grafana-image-renderer/5.6.0/Chart.yaml
deleted file mode 100644
index 516455d06ae..00000000000
--- a/stable/grafana-image-renderer/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.
-home: https://truecharts.org/charts/stable/grafana-image-renderer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png
-keywords:
- - grafana-image-renderer
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: grafana-image-renderer
-sources:
- - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md
- - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer
- - https://hub.docker.com/r/grafana/grafana-image-renderer
-type: application
-version: 5.6.0
diff --git a/stable/grafana-image-renderer/5.6.0/charts/common-20.1.5.tgz b/stable/grafana-image-renderer/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/grafana-image-renderer/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/grocy/18.8.0/.helmignore b/stable/grafana-image-renderer/5.7.3/.helmignore
similarity index 100%
rename from stable/grocy/18.8.0/.helmignore
rename to stable/grafana-image-renderer/5.7.3/.helmignore
diff --git a/stable/grafana-image-renderer/5.7.3/CHANGELOG.md b/stable/grafana-image-renderer/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..201e071481f
--- /dev/null
+++ b/stable/grafana-image-renderer/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-image-renderer-5.7.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/grafana-image-renderer/5.7.3/Chart.yaml b/stable/grafana-image-renderer/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c984d2cca9d
--- /dev/null
+++ b/stable/grafana-image-renderer/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.
+home: https://truecharts.org/charts/stable/grafana-image-renderer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png
+keywords:
+ - grafana-image-renderer
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: grafana-image-renderer
+sources:
+ - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md
+ - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer
+ - https://hub.docker.com/r/grafana/grafana-image-renderer
+type: application
+version: 5.7.3
diff --git a/stable/grafana-image-renderer/5.6.0/README.md b/stable/grafana-image-renderer/5.7.3/README.md
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/README.md
rename to stable/grafana-image-renderer/5.7.3/README.md
diff --git a/stable/grafana-image-renderer/5.7.3/app-changelog.md b/stable/grafana-image-renderer/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..30795ce107f
--- /dev/null
+++ b/stable/grafana-image-renderer/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [grafana-image-renderer-5.7.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/grafana-image-renderer/5.6.0/app-readme.md b/stable/grafana-image-renderer/5.7.3/app-readme.md
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/app-readme.md
rename to stable/grafana-image-renderer/5.7.3/app-readme.md
diff --git a/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz b/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/grafana-image-renderer/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/grafana-image-renderer/5.6.0/ix_values.yaml b/stable/grafana-image-renderer/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/ix_values.yaml
rename to stable/grafana-image-renderer/5.7.3/ix_values.yaml
diff --git a/stable/grafana-image-renderer/5.6.0/questions.yaml b/stable/grafana-image-renderer/5.7.3/questions.yaml
similarity index 100%
rename from stable/grafana-image-renderer/5.6.0/questions.yaml
rename to stable/grafana-image-renderer/5.7.3/questions.yaml
diff --git a/stable/gridcoinwalletgui/5.6.1/templates/common.yaml b/stable/grafana-image-renderer/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/templates/common.yaml
rename to stable/grafana-image-renderer/5.7.3/templates/common.yaml
diff --git a/stable/grocy/18.8.0/values.yaml b/stable/grafana-image-renderer/5.7.3/values.yaml
similarity index 100%
rename from stable/grocy/18.8.0/values.yaml
rename to stable/grafana-image-renderer/5.7.3/values.yaml
diff --git a/stable/grav/11.7.1/CHANGELOG.md b/stable/grav/11.7.1/CHANGELOG.md
deleted file mode 100644
index 1a5cec4db9d..00000000000
--- a/stable/grav/11.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
diff --git a/stable/grav/11.7.1/Chart.yaml b/stable/grav/11.7.1/Chart.yaml
deleted file mode 100644
index 770434eb773..00000000000
--- a/stable/grav/11.7.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.7.44
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Fast, Simple, and Flexible, file-based Web-platform.
-home: https://truecharts.org/charts/stable/grav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png
-keywords:
- - grav
- - web
- - platform
- - file
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: grav
-sources:
- - https://github.com/getgrav/grav/
- - https://github.com/linuxserver/docker-grav
- - https://github.com/truecharts/charts/tree/master/charts/stable/grav
- - https://ghcr.io/linuxserver/grav
-type: application
-version: 11.7.1
diff --git a/stable/grav/11.7.1/app-changelog.md b/stable/grav/11.7.1/app-changelog.md
deleted file mode 100644
index 782a525aea0..00000000000
--- a/stable/grav/11.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
\ No newline at end of file
diff --git a/stable/grav/11.7.1/charts/common-20.2.2.tgz b/stable/grav/11.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/grav/11.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/grav/11.7.1/ix_values.yaml b/stable/grav/11.7.1/ix_values.yaml
deleted file mode 100644
index f46ecb809fb..00000000000
--- a/stable/grav/11.7.1/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/grav
- pullPolicy: IfNotPresent
- tag: 1.7.44@sha256:874195e16cd72f7e69e385ad0a4ce8a39bd58e4992479ebca58b0910990cc543
-service:
- main:
- ports:
- main:
- port: 10012
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/guacamole/13.6.0/.helmignore b/stable/grav/11.7.5/.helmignore
similarity index 100%
rename from stable/guacamole/13.6.0/.helmignore
rename to stable/grav/11.7.5/.helmignore
diff --git a/stable/grav/11.7.5/CHANGELOG.md b/stable/grav/11.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..bdd39972223
--- /dev/null
+++ b/stable/grav/11.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [grav-11.7.5](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
+
+
+## [grav-11.7.4](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
+
+
+## [grav-11.7.4](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
+
+
+## [grav-11.7.4](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
+
+
+## [grav-11.7.4](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
diff --git a/stable/grav/11.7.5/Chart.yaml b/stable/grav/11.7.5/Chart.yaml
new file mode 100644
index 00000000000..2892d0f5fa5
--- /dev/null
+++ b/stable/grav/11.7.5/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.7.45
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Fast, Simple, and Flexible, file-based Web-platform.
+home: https://truecharts.org/charts/stable/grav
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png
+keywords:
+ - grav
+ - web
+ - platform
+ - file
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: grav
+sources:
+ - https://github.com/getgrav/grav/
+ - https://github.com/linuxserver/docker-grav
+ - https://github.com/truecharts/charts/tree/master/charts/stable/grav
+ - https://ghcr.io/linuxserver/grav
+type: application
+version: 11.7.5
diff --git a/stable/grav/11.7.1/README.md b/stable/grav/11.7.5/README.md
similarity index 100%
rename from stable/grav/11.7.1/README.md
rename to stable/grav/11.7.5/README.md
diff --git a/stable/grav/11.7.5/app-changelog.md b/stable/grav/11.7.5/app-changelog.md
new file mode 100644
index 00000000000..60e8af8b017
--- /dev/null
+++ b/stable/grav/11.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [grav-11.7.5](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.45[@6f5b185](https://github.com/6f5b185) by renovate ([#19684](https://github.com/truecharts/charts/issues/19684))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/grav to v1.7.45[@a570883](https://github.com/a570883) by renovate ([#19488](https://github.com/truecharts/charts/issues/19488))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grav to 1.7.44[@874195e](https://github.com/874195e) by renovate ([#19352](https://github.com/truecharts/charts/issues/19352))
\ No newline at end of file
diff --git a/stable/grav/11.7.1/app-readme.md b/stable/grav/11.7.5/app-readme.md
similarity index 100%
rename from stable/grav/11.7.1/app-readme.md
rename to stable/grav/11.7.5/app-readme.md
diff --git a/stable/grav/11.7.5/charts/common-20.2.4.tgz b/stable/grav/11.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/grav/11.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/grav/11.7.5/ix_values.yaml b/stable/grav/11.7.5/ix_values.yaml
new file mode 100644
index 00000000000..f634efdbb38
--- /dev/null
+++ b/stable/grav/11.7.5/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/grav
+ pullPolicy: IfNotPresent
+ tag: 1.7.45@sha256:6f5b185e5bdfe237c8eeee1229197829eabd1b3e61fecdf50f054be0c3d14fc9
+service:
+ main:
+ ports:
+ main:
+ port: 10012
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/grav/11.7.1/questions.yaml b/stable/grav/11.7.5/questions.yaml
similarity index 100%
rename from stable/grav/11.7.1/questions.yaml
rename to stable/grav/11.7.5/questions.yaml
diff --git a/stable/guacd/9.6.0/templates/NOTES.txt b/stable/grav/11.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/guacd/9.6.0/templates/NOTES.txt
rename to stable/grav/11.7.5/templates/NOTES.txt
diff --git a/stable/headphones/11.6.0/templates/common.yaml b/stable/grav/11.7.5/templates/common.yaml
similarity index 100%
rename from stable/headphones/11.6.0/templates/common.yaml
rename to stable/grav/11.7.5/templates/common.yaml
diff --git a/stable/guacamole/13.6.0/values.yaml b/stable/grav/11.7.5/values.yaml
similarity index 100%
rename from stable/guacamole/13.6.0/values.yaml
rename to stable/grav/11.7.5/values.yaml
diff --git a/stable/gravity/3.6.0/CHANGELOG.md b/stable/gravity/3.6.0/CHANGELOG.md
deleted file mode 100644
index e9ca9ca1a04..00000000000
--- a/stable/gravity/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gravity-3.6.0](https://github.com/truecharts/charts/compare/gravity-3.5.2...gravity-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [gravity-3.5.2](https://github.com/truecharts/charts/compare/gravity-3.5.1...gravity-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [gravity-3.5.1](https://github.com/truecharts/charts/compare/gravity-3.5.0...gravity-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [gravity-3.5.0](https://github.com/truecharts/charts/compare/gravity-3.4.1...gravity-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [gravity-3.4.1](https://github.com/truecharts/charts/compare/gravity-3.4.0...gravity-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [gravity-3.4.0](https://github.com/truecharts/charts/compare/gravity-3.3.0...gravity-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [gravity-3.3.0](https://github.com/truecharts/charts/compare/gravity-3.2.3...gravity-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [gravity-3.2.3](https://github.com/truecharts/charts/compare/gravity-3.2.2...gravity-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [gravity-3.2.2](https://github.com/truecharts/charts/compare/gravity-3.2.0...gravity-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/gravity/3.6.0/Chart.yaml b/stable/gravity/3.6.0/Chart.yaml
deleted file mode 100644
index fcc2bf0d64c..00000000000
--- a/stable/gravity/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: dns
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd.
-home: https://truecharts.org/charts/stable/gravity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png
-keywords:
- - gravity
- - dns
- - networking
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gravity
-sources:
- - https://github.com/BeryJu/gravity
- - https://github.com/truecharts/charts/tree/master/charts/stable/gravity
- - https://ghcr.io/beryju/gravity
-type: application
-version: 3.6.0
diff --git a/stable/gravity/3.6.0/charts/common-20.1.5.tgz b/stable/gravity/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gravity/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/guacd/9.6.0/.helmignore b/stable/gravity/3.7.3/.helmignore
similarity index 100%
rename from stable/guacd/9.6.0/.helmignore
rename to stable/gravity/3.7.3/.helmignore
diff --git a/stable/gravity/3.7.3/CHANGELOG.md b/stable/gravity/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..afc26acfbb1
--- /dev/null
+++ b/stable/gravity/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [gravity-3.7.2](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/gravity/3.7.3/Chart.yaml b/stable/gravity/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..8ba2008222a
--- /dev/null
+++ b/stable/gravity/3.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: dns
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd.
+home: https://truecharts.org/charts/stable/gravity
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png
+keywords:
+ - gravity
+ - dns
+ - networking
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gravity
+sources:
+ - https://github.com/BeryJu/gravity
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gravity
+ - https://ghcr.io/beryju/gravity
+type: application
+version: 3.7.3
diff --git a/stable/gravity/3.6.0/README.md b/stable/gravity/3.7.3/README.md
similarity index 100%
rename from stable/gravity/3.6.0/README.md
rename to stable/gravity/3.7.3/README.md
diff --git a/stable/gravity/3.7.3/app-changelog.md b/stable/gravity/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..b093a9220ea
--- /dev/null
+++ b/stable/gravity/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [gravity-3.7.3](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/gravity/3.6.0/app-readme.md b/stable/gravity/3.7.3/app-readme.md
similarity index 100%
rename from stable/gravity/3.6.0/app-readme.md
rename to stable/gravity/3.7.3/app-readme.md
diff --git a/stable/gravity/3.7.3/charts/common-20.2.4.tgz b/stable/gravity/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gravity/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gravity/3.6.0/ix_values.yaml b/stable/gravity/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/gravity/3.6.0/ix_values.yaml
rename to stable/gravity/3.7.3/ix_values.yaml
diff --git a/stable/gravity/3.6.0/logo.png b/stable/gravity/3.7.3/logo.png
similarity index 100%
rename from stable/gravity/3.6.0/logo.png
rename to stable/gravity/3.7.3/logo.png
diff --git a/stable/gravity/3.6.0/questions.yaml b/stable/gravity/3.7.3/questions.yaml
similarity index 100%
rename from stable/gravity/3.6.0/questions.yaml
rename to stable/gravity/3.7.3/questions.yaml
diff --git a/stable/hammond/9.6.0/templates/NOTES.txt b/stable/gravity/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/hammond/9.6.0/templates/NOTES.txt
rename to stable/gravity/3.7.3/templates/NOTES.txt
diff --git a/stable/gravity/3.6.0/templates/_secrets.tpl b/stable/gravity/3.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/gravity/3.6.0/templates/_secrets.tpl
rename to stable/gravity/3.7.3/templates/_secrets.tpl
diff --git a/stable/gravity/3.6.0/templates/common.yaml b/stable/gravity/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/gravity/3.6.0/templates/common.yaml
rename to stable/gravity/3.7.3/templates/common.yaml
diff --git a/stable/guacd/9.6.0/values.yaml b/stable/gravity/3.7.3/values.yaml
similarity index 100%
rename from stable/guacd/9.6.0/values.yaml
rename to stable/gravity/3.7.3/values.yaml
diff --git a/stable/gridcoinwalletgui/5.6.1/CHANGELOG.md b/stable/gridcoinwalletgui/5.6.1/CHANGELOG.md
deleted file mode 100644
index 67cbc2dbd7f..00000000000
--- a/stable/gridcoinwalletgui/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
-
-
-## [gridcoinwalletgui-5.6.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.5.2...gridcoinwalletgui-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/gridcoinwalletgui/5.6.1/Chart.yaml b/stable/gridcoinwalletgui/5.6.1/Chart.yaml
deleted file mode 100644
index bd8b536fded..00000000000
--- a/stable/gridcoinwalletgui/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Crypto
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Running Boinc? Get some Gridcoins from your Boinc work!
-home: https://truecharts.org/charts/stable/gridcoinwalletgui
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png
-keywords:
- - gridcoinwalletgui
- - Crypto
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: gridcoinwalletgui
-sources:
- - https://gridcoin.us/
- - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui
- - https://hub.docker.com/r/sublivion/gridcoinwalletgui
-type: application
-version: 5.6.1
diff --git a/stable/gridcoinwalletgui/5.6.1/app-changelog.md b/stable/gridcoinwalletgui/5.6.1/app-changelog.md
deleted file mode 100644
index 7f31fce182d..00000000000
--- a/stable/gridcoinwalletgui/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [gridcoinwalletgui-5.6.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
\ No newline at end of file
diff --git a/stable/gridcoinwalletgui/5.6.1/charts/common-20.1.5.tgz b/stable/gridcoinwalletgui/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/gridcoinwalletgui/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/guide2go/5.6.1/.helmignore b/stable/gridcoinwalletgui/5.7.3/.helmignore
similarity index 100%
rename from stable/guide2go/5.6.1/.helmignore
rename to stable/gridcoinwalletgui/5.7.3/.helmignore
diff --git a/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md b/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..079a8523363
--- /dev/null
+++ b/stable/gridcoinwalletgui/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
+
+
+## [gridcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
+
+
+## [gridcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
+
+
+## [gridcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
+
+
+## [gridcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
+
+
+## [gridcoinwalletgui-5.7.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
\ No newline at end of file
diff --git a/stable/gridcoinwalletgui/5.7.3/Chart.yaml b/stable/gridcoinwalletgui/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f46cfdde518
--- /dev/null
+++ b/stable/gridcoinwalletgui/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Crypto
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Running Boinc? Get some Gridcoins from your Boinc work!
+home: https://truecharts.org/charts/stable/gridcoinwalletgui
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png
+keywords:
+ - gridcoinwalletgui
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: gridcoinwalletgui
+sources:
+ - https://gridcoin.us/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui
+ - https://hub.docker.com/r/sublivion/gridcoinwalletgui
+type: application
+version: 5.7.3
diff --git a/stable/gridcoinwalletgui/5.6.1/README.md b/stable/gridcoinwalletgui/5.7.3/README.md
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/README.md
rename to stable/gridcoinwalletgui/5.7.3/README.md
diff --git a/stable/gridcoinwalletgui/5.7.3/app-changelog.md b/stable/gridcoinwalletgui/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..88dacd9c96c
--- /dev/null
+++ b/stable/gridcoinwalletgui/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [gridcoinwalletgui-5.7.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sublivion/gridcoinwalletgui to latest[@2b38f4a](https://github.com/2b38f4a) by renovate ([#19287](https://github.com/truecharts/charts/issues/19287))
\ No newline at end of file
diff --git a/stable/gridcoinwalletgui/5.6.1/app-readme.md b/stable/gridcoinwalletgui/5.7.3/app-readme.md
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/app-readme.md
rename to stable/gridcoinwalletgui/5.7.3/app-readme.md
diff --git a/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz b/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/gridcoinwalletgui/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/gridcoinwalletgui/5.6.1/ix_values.yaml b/stable/gridcoinwalletgui/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/ix_values.yaml
rename to stable/gridcoinwalletgui/5.7.3/ix_values.yaml
diff --git a/stable/gridcoinwalletgui/5.6.1/questions.yaml b/stable/gridcoinwalletgui/5.7.3/questions.yaml
similarity index 100%
rename from stable/gridcoinwalletgui/5.6.1/questions.yaml
rename to stable/gridcoinwalletgui/5.7.3/questions.yaml
diff --git a/stable/guide2go/5.6.1/templates/common.yaml b/stable/gridcoinwalletgui/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/guide2go/5.6.1/templates/common.yaml
rename to stable/gridcoinwalletgui/5.7.3/templates/common.yaml
diff --git a/stable/guide2go/5.6.1/values.yaml b/stable/gridcoinwalletgui/5.7.3/values.yaml
similarity index 100%
rename from stable/guide2go/5.6.1/values.yaml
rename to stable/gridcoinwalletgui/5.7.3/values.yaml
diff --git a/stable/grocy/18.8.0/CHANGELOG.md b/stable/grocy/18.8.0/CHANGELOG.md
deleted file mode 100644
index 8fdd77d14de..00000000000
--- a/stable/grocy/18.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
diff --git a/stable/grocy/18.8.0/Chart.yaml b/stable/grocy/18.8.0/Chart.yaml
deleted file mode 100644
index f25c27610b4..00000000000
--- a/stable/grocy/18.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.2.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
-home: https://truecharts.org/charts/stable/grocy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png
-keywords:
- - grocy
- - home-automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: grocy
-sources:
- - https://github.com/grocy/grocy
- - https://github.com/truecharts/charts/tree/master/charts/stable/grocy
- - https://ghcr.io/linuxserver/grocy
-type: application
-version: 18.8.0
diff --git a/stable/grocy/18.8.0/app-changelog.md b/stable/grocy/18.8.0/app-changelog.md
deleted file mode 100644
index 0850e97c720..00000000000
--- a/stable/grocy/18.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [grocy-18.8.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
\ No newline at end of file
diff --git a/stable/grocy/18.8.0/charts/common-20.2.0.tgz b/stable/grocy/18.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/grocy/18.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/grocy/18.8.0/ix_values.yaml b/stable/grocy/18.8.0/ix_values.yaml
deleted file mode 100644
index 704ab09e529..00000000000
--- a/stable/grocy/18.8.0/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/grocy
- tag: 4.2.0@sha256:fa484902bea38099c6ef9cf4ad556f7f80e33df077e636d0257cd0ee69253442
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10013
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/h5ai/5.6.0/.helmignore b/stable/grocy/18.8.4/.helmignore
similarity index 100%
rename from stable/h5ai/5.6.0/.helmignore
rename to stable/grocy/18.8.4/.helmignore
diff --git a/stable/grocy/18.8.4/CHANGELOG.md b/stable/grocy/18.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..ddc03e2e5bd
--- /dev/null
+++ b/stable/grocy/18.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [grocy-18.8.4](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
+
+
+## [grocy-18.8.3](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
+
+
+## [grocy-18.8.3](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
+
+
+## [grocy-18.8.3](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
+
+
+## [grocy-18.8.3](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
+
+
+## [grocy-18.8.3](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/grocy/18.8.4/Chart.yaml b/stable/grocy/18.8.4/Chart.yaml
new file mode 100644
index 00000000000..63494095299
--- /dev/null
+++ b/stable/grocy/18.8.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
+home: https://truecharts.org/charts/stable/grocy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png
+keywords:
+ - grocy
+ - home-automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: grocy
+sources:
+ - https://github.com/grocy/grocy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/grocy
+ - https://ghcr.io/linuxserver/grocy
+type: application
+version: 18.8.4
diff --git a/stable/grocy/18.8.0/README.md b/stable/grocy/18.8.4/README.md
similarity index 100%
rename from stable/grocy/18.8.0/README.md
rename to stable/grocy/18.8.4/README.md
diff --git a/stable/grocy/18.8.4/app-changelog.md b/stable/grocy/18.8.4/app-changelog.md
new file mode 100644
index 00000000000..8a979b2c7ac
--- /dev/null
+++ b/stable/grocy/18.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [grocy-18.8.4](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/grocy to 4.2.0[@bcbda0e](https://github.com/bcbda0e) by renovate ([#19727](https://github.com/truecharts/charts/issues/19727))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/grocy to v4.2.0[@fa48490](https://github.com/fa48490) by renovate ([#19341](https://github.com/truecharts/charts/issues/19341))
\ No newline at end of file
diff --git a/stable/grocy/18.8.0/app-readme.md b/stable/grocy/18.8.4/app-readme.md
similarity index 100%
rename from stable/grocy/18.8.0/app-readme.md
rename to stable/grocy/18.8.4/app-readme.md
diff --git a/stable/grocy/18.8.4/charts/common-20.2.4.tgz b/stable/grocy/18.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/grocy/18.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/grocy/18.8.4/ix_values.yaml b/stable/grocy/18.8.4/ix_values.yaml
new file mode 100644
index 00000000000..735fe9a2824
--- /dev/null
+++ b/stable/grocy/18.8.4/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: ghcr.io/linuxserver/grocy
+ tag: 4.2.0@sha256:bcbda0e94494c3b37ce4e5b9027d85b21f0eff08bac8804efd15dff5d9687a78
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10013
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/grocy/18.8.0/questions.yaml b/stable/grocy/18.8.4/questions.yaml
similarity index 100%
rename from stable/grocy/18.8.0/questions.yaml
rename to stable/grocy/18.8.4/questions.yaml
diff --git a/stable/handbrake/21.7.0/templates/NOTES.txt b/stable/grocy/18.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/handbrake/21.7.0/templates/NOTES.txt
rename to stable/grocy/18.8.4/templates/NOTES.txt
diff --git a/stable/handbrake/21.7.0/templates/common.yaml b/stable/grocy/18.8.4/templates/common.yaml
similarity index 100%
rename from stable/handbrake/21.7.0/templates/common.yaml
rename to stable/grocy/18.8.4/templates/common.yaml
diff --git a/stable/h5ai/5.6.0/values.yaml b/stable/grocy/18.8.4/values.yaml
similarity index 100%
rename from stable/h5ai/5.6.0/values.yaml
rename to stable/grocy/18.8.4/values.yaml
diff --git a/stable/guacamole/13.6.0/CHANGELOG.md b/stable/guacamole/13.6.0/CHANGELOG.md
deleted file mode 100644
index 86f6bbb17a2..00000000000
--- a/stable/guacamole/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [guacamole-13.6.0](https://github.com/truecharts/charts/compare/guacamole-13.5.2...guacamole-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [guacamole-13.5.2](https://github.com/truecharts/charts/compare/guacamole-13.5.1...guacamole-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [guacamole-13.5.1](https://github.com/truecharts/charts/compare/guacamole-13.5.0...guacamole-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [guacamole-13.5.0](https://github.com/truecharts/charts/compare/guacamole-13.4.1...guacamole-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [guacamole-13.4.1](https://github.com/truecharts/charts/compare/guacamole-13.4.0...guacamole-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [guacamole-13.4.0](https://github.com/truecharts/charts/compare/guacamole-13.3.0...guacamole-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [guacamole-13.3.0](https://github.com/truecharts/charts/compare/guacamole-13.2.3...guacamole-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [guacamole-13.2.3](https://github.com/truecharts/charts/compare/guacamole-13.2.2...guacamole-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [guacamole-13.2.2](https://github.com/truecharts/charts/compare/guacamole-13.2.0...guacamole-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/guacamole/13.6.0/Chart.yaml b/stable/guacamole/13.6.0/Chart.yaml
deleted file mode 100644
index cb907169c56..00000000000
--- a/stable/guacamole/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Apache Guacamole is a clientless remote desktop gateway.
-home: https://truecharts.org/charts/stable/guacamole
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png
-keywords:
- - guacamole
- - remote
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: guacamole
-sources:
- - https://github.com/apache/guacamole-client
- - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
- - https://hub.docker.com/r/guacamole/guacd
- - https://hub.docker.com/r/guacamole/guacamole
-type: application
-version: 13.6.0
diff --git a/stable/guacamole/13.6.0/charts/common-20.1.5.tgz b/stable/guacamole/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/guacamole/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/guacamole/13.6.0/questions.yaml b/stable/guacamole/13.6.0/questions.yaml
deleted file mode 100755
index 0818b7c00c0..00000000000
--- a/stable/guacamole/13.6.0/questions.yaml
+++ /dev/null
@@ -1,4211 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: guacamole
- label: Guacamole Configuration
- group: App Configuration
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: general
- label: General Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: EXTENSION_PRIORITY
- label: Extension Priority
- description: A comma-separated list of the namespaces of all extensions that should be loaded in a specific order
- schema:
- type: string
- default: ""
- - variable: api
- label: API Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: API_SESSION_TIMEOUT
- label: API Session Timeout (in minutes)
- schema:
- type: int
- default: 60
- - variable: totp
- label: TOTP Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: TOTP_ENABLED
- label: Enable TOTP
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: TOTP_ISSUER
- label: TOTP Issuer
- schema:
- type: string
- default: Apache Guacamole
- required: true
- - variable: TOTP_PERIOD
- label: TOTP Period
- schema:
- type: int
- default: 30
- required: true
- - variable: TOTP_DIGITS
- label: TOTP Digits
- schema:
- type: int
- min: 6
- max: 8
- default: 6
- required: true
- - variable: TOTP_MODE
- label: TOTP Mode
- schema:
- type: string
- default: sha1
- required: true
- enum:
- - value: sha1
- description: sha1
- - value: sha256
- description: sha256
- - value: sha512
- description: sha512
- - variable: header
- label: Header Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: HEADER_ENABLED
- label: Enable Header
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: HTTP_AUTH_HEADER
- label: HTTP Auth Header
- schema:
- type: string
- required: true
- default: REMOTE_USER
- - variable: json
- label: JSON Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: json_enabled
- label: Enable JSON
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: JSON_SECRET_KEY
- label: JSON Secret Key
- schema:
- type: string
- required: true
- default: ""
- - variable: JSON_TRUSTED_NETWORKS
- label: JSON Trusted Networks (Leave blank for unrestricted
- description: "Comma separated list e.g.: 127.0.0.0/8, 10.0.0.0/8"
- schema:
- type: string
- default: ""
- - variable: duo
- label: DUO Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: duo_enabled
- label: Enable DUO
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: DUO_API_HOSTNAME
- label: DUO API Hostname (api-XXXXXXXX.duosecurity.com)
- schema:
- type: string
- required: true
- default: ""
- - variable: DUO_INTEGRATION_KEY
- label: DUO Integration Key (Exactly 20 chars)
- schema:
- min_length: 20
- max_length: 20
- type: string
- required: true
- default: ""
- - variable: DUO_SECRET_KEY
- label: DUO Secret Key (Exactly 40 chars)
- schema:
- min_length: 40
- max_length: 40
- type: string
- required: true
- default: ""
- - variable: DUO_APPLICATION_KEY
- label: DUO Application Key (At least 40 chars)
- schema:
- min_length: 40
- type: string
- required: true
- default: ""
- - variable: cas
- label: CAS Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cas_enabled
- label: Enable CAS
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CAS_AUTHORIZATION_ENDPOINT
- label: CAS Authorization Endpoint
- schema:
- type: string
- required: true
- default: ""
- - variable: CAS_REDIRECT_URI
- label: CAS Redirect URI
- schema:
- type: string
- required: true
- default: ""
- - variable: CAS_CLEARPASS_KEY
- label: CAS Clearpass Key
- schema:
- type: string
- default: ""
- - variable: CAS_GROUP_ATTRIBUTE
- label: CAS Group Attribute
- schema:
- type: string
- default: ""
- - variable: CAS_GROUP_LDAP_BASE_DN
- label: CAS Group LDAP Base DN
- schema:
- type: string
- default: ""
- - variable: CAS_GROUP_LDAP_ATTRIBUTE
- label: CAS Group LDAP Attribute
- schema:
- type: string
- default: ""
- - variable: CAS_GROUP_FORMAT
- label: CAS Group Format
- schema:
- type: string
- default: plain
- enum:
- - value: plain
- description: plain
- - value: ldap
- description: ldap
- - variable: openid
- label: OpenID Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: openid_enabled
- label: Enable OpenID
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: OPENID_AUTHORIZATION_ENDPOINT
- label: OpenID Authorization Endpoint
- schema:
- type: string
- required: true
- default: ""
- - variable: OPENID_JWKS_ENDPOINT
- label: OpenID JWKS Endpoint
- schema:
- type: string
- required: true
- default: ""
- - variable: OPENID_ISSUER
- label: OpenID Issuer
- schema:
- type: string
- required: true
- default: ""
- - variable: OPENID_CLIENT_ID
- label: OpenID Client ID
- schema:
- type: string
- required: true
- default: ""
- - variable: OPENID_REDIRECT_URI
- label: OpenID Redirect URI
- schema:
- type: string
- required: true
- default: ""
- - variable: OPENID_USERNAME_CLAIM_TYPE
- label: OpenID Username Claim Type
- schema:
- type: string
- required: true
- default: email
- - variable: OPENID_GROUPS_CLAIM_TYPE
- label: OpenID Groups Claim Type
- schema:
- type: string
- required: true
- default: groups
- - variable: OPENID_SCOPE
- label: OpenID Scope
- schema:
- type: string
- default: openid email profile
- - variable: OPENID_ALLOWED_CLOCK_SKEW
- label: OpenID Allowed Clock Skew (in seconds)
- schema:
- type: int
- required: true
- default: 30
- - variable: OPENID_MAX_TOKEN_VALIDITY
- label: OpenID Max Token Validity (in minutes)
- schema:
- type: int
- required: true
- default: 300
- - variable: OPENID_MAX_NONCE_VALIDITY
- label: OpenID Max Nonce Validity (in minutes)
- schema:
- type: int
- required: true
- default: 10
- - variable: radius
- label: Radius Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: radius_enabled
- label: Enable Radius
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: RADIUS_SHARED_SECRET
- label: Radius Shared Secret
- schema:
- type: string
- required: true
- default: ""
- - variable: RADIUS_AUTH_PROTOCOL
- label: Radius Auth Protocol
- schema:
- type: string
- required: true
- default: eap-tls
- enum:
- - value: pap
- description: pap
- - value: chap
- description: chap
- - value: mschapv1
- description: mschapv1
- - value: mschapv2
- description: mschapv2
- - value: eap-md5
- description: eap-md5
- - value: eap-tls
- description: eap-tls
- - value: eap-ttls
- description: eap-ttls
- - variable: RADIUS_HOSTNAME
- label: Radius Hostname
- schema:
- type: string
- required: true
- default: ""
- - variable: RADIUS_AUTH_PORT
- label: Radius Auth Port
- schema:
- type: int
- default: 1812
- - variable: RADIUS_KEY_FILE
- label: Radius Key File
- schema:
- type: string
- default: ""
- - variable: RADIUS_KEY_TYPE
- label: Radius Key Type
- schema:
- type: string
- default: pkcs12
- required: true
- enum:
- - value: pem
- description: pem
- - value: jceks
- description: jceks
- - value: jks
- description: jks
- - value: pkcs12
- description: pkcs12
- - variable: RADIUS_KEY_PASSWORD
- label: Radius Key Password
- schema:
- type: string
- default: ""
- - variable: RADIUS_CA_FILE
- label: Radius CA File
- schema:
- type: string
- default: ""
- - variable: RADIUS_CA_TYPE
- label: Radius CA Type
- schema:
- type: string
- required: true
- default: pem
- enum:
- - value: pem
- description: pem
- - value: jceks
- description: jceks
- - value: jks
- description: jks
- - value: pkcs12
- description: pkcs12
- - variable: RADIUS_CA_PASSWORD
- label: Radius CA Password
- schema:
- type: string
- default: ""
- - variable: RADIUS_TRUST_ALL
- label: Radius Trust All
- schema:
- type: boolean
- default: false
- - variable: RADIUS_RETRIES
- label: Radius Retries
- schema:
- type: int
- required: true
- default: 5
- - variable: RADIUS_TIMEOUT
- label: Radius Timeout
- schema:
- type: int
- required: true
- default: 60
- - variable: RADIUS_EAP_TTLS_INNER_PROTOCOL
- label: Radius eap-ttls Inner Protocol
- description: Only has effect when RADIUS_AUTH_PROTOCOL is set to eap-ttls
- schema:
- type: string
- default: eap-tls
- required: true
- enum:
- - value: pap
- description: pap
- - value: chap
- description: chap
- - value: mschapv1
- description: mschapv1
- - value: mschapv2
- description: mschapv2
- - value: eap-md5
- description: eap-md5
- - value: eap-tls
- description: eap-tls
- - variable: RADIUS_NAS_IP
- label: Radius Network Access Server IP
- schema:
- type: string
- default: ""
- - variable: ldap
- group: "App Configuration"
- label: LDAP Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ldap_enabled
- label: Enable LDAP
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: LDAP_HOSTNAME
- label: LDAP Hostname
- schema:
- type: string
- required: true
- default: ""
- - variable: LDAP_USER_BASE_DN
- label: LDAP User Base DN
- schema:
- type: string
- required: true
- default: ""
- - variable: LDAP_PORT
- label: LDAP Port
- schema:
- type: int
- default: 389
- - variable: LDAP_ENCRYPTION_METHOD
- label: LDAP Encryption Method
- schema:
- type: string
- default: none
- required: true
- enum:
- - value: none
- description: none
- - value: ssl
- description: ssl
- - value: starttls
- description: starttls
- - variable: LDAP_MAX_SEARCH_RESULTS
- label: LDAP Max Search Results
- schema:
- type: int
- default: 1000
- - variable: LDAP_SEARCH_BIND_DN
- label: LDAP Search Bind DN
- schema:
- type: string
- default: ""
- - variable: LDAP_USER_ATTRIBUTES
- label: LDAP User Attributes
- schema:
- type: string
- default: ""
- - variable: LDAP_SEARCH_BIND_PASSWORD
- label: LDAP Search Bind Password
- schema:
- type: string
- default: ""
- - variable: LDAP_USERNAME_ATTRIBUTE
- label: LDAP Username Attribute
- schema:
- type: string
- default: uid
- - variable: LDAP_MEMBER_ATTRIBUTE
- label: LDAP Member Attribute
- schema:
- type: string
- default: member
- - variable: LDAP_USER_SEARCH_FILTER
- label: LDAP User Search Filter
- schema:
- type: string
- default: "(objectClass=*)"
- - variable: LDAP_CONFIG_BASE_DN
- label: LDAP Config Base DN
- schema:
- type: string
- default: ""
- - variable: LDAP_GROUP_BASE_DN
- label: LDAP Group Base DN
- schema:
- type: string
- default: ""
- - variable: LDAP_GROUP_SEARCH_FILTER
- label: LDAP Group Search Filter
- schema:
- type: string
- default: "(objectClass=*)"
- - variable: LDAP_MEMBER_ATTRIBUTE_TYPE
- label: LDAP Member Attribute Type
- schema:
- type: string
- default: dn
- required: true
- enum:
- - value: dn
- description: dn
- - value: uid
- description: uid
- - variable: LDAP_GROUP_NAME_ATTRIBUTE
- label: LDAP Group Name Attribute
- schema:
- type: string
- default: cn
- - variable: LDAP_DEREFERENCE_ALIASES
- label: LDAP Dereference Aliases
- schema:
- type: string
- required: true
- default: never
- enum:
- - value: never
- description: never
- - value: searching
- description: searching
- - value: finding
- description: finding
- - value: always
- description: always
- - variable: LDAP_FOLLOW_REFERRALS
- label: LDAP Follow Referrals
- schema:
- type: boolean
- default: false
- - variable: LDAP_MAX_REFERRAL_HOPS
- label: LDAP Max Referrals Hops
- schema:
- type: int
- required: true
- default: 5
- - variable: LDAP_OPERATION_TIMEOUT
- label: LDAP Operation Timeout
- schema:
- type: int
- required: true
- default: 30
- - variable: saml
- label: SAML Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: saml_enabled
- label: Enable SAML
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: SAML_IDP_METADATA_URL
- label: SAML IDP Metadata URL
- schema:
- type: string
- default: ""
- - variable: SAML_IDP_URL
- label: SAML IDP URL
- schema:
- type: string
- default: ""
- - variable: SAML_ENTITY_ID
- label: SAML Entity ID
- schema:
- type: string
- default: ""
- - variable: SAML_CALLBACK_URL
- label: SAML Callback URL
- schema:
- type: string
- default: ""
- - variable: SAML_STRICT
- label: SAML Strict
- schema:
- type: boolean
- default: true
- - variable: SAML_DEBUG
- label: SAML Debug
- schema:
- type: boolean
- default: false
- - variable: SAML_COMPRESS_REQUEST
- label: SAML Compress Request
- schema:
- type: boolean
- default: true
- - variable: SAML_COMPRESS_RESPONSE
- label: SAML Compress Response
- schema:
- type: boolean
- default: true
- - variable: SAML_GROUP_ATTRIBUTE
- label: SAML Group Attribute
- schema:
- type: string
- required: true
- default: groups
- - variable: proxy
- label: Proxy Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: REMOTE_IP_VALVE_ENABLED
- label: Enable Proxy
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: PROXY_BY_HEADER
- label: Proxy by Header
- schema:
- type: string
- default: ""
- - variable: PROXY_PROTOCOL_HEADER
- label: Proxy Protocol Header
- schema:
- type: string
- default: ""
- - variable: PROXY_IP_HEADER
- label: Proxy IP Header
- schema:
- type: string
- default: ""
- - variable: PROXY_ALLOWED_IPS_REGEX
- label: Proxy Allowed IP Regex
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 9998
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: recordings
- label: App Recordings Storage
- description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: drive
- label: Virtual Drive Storage (guacd)
- description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: runAsUser
- description: The UserID of the user running the application
- schema:
- type: int
- default: 1001
- - variable: runAsGroup
- label: runAsGroup
- description: The groupID of the user running the application
- schema:
- type: int
- default: 1001
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: fsGroup
- description: The group that should own ALL storage
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/halflife2deathmatch/5.6.0/.helmignore b/stable/guacamole/13.7.3/.helmignore
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/.helmignore
rename to stable/guacamole/13.7.3/.helmignore
diff --git a/stable/guacamole/13.7.3/CHANGELOG.md b/stable/guacamole/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d1f022a2990
--- /dev/null
+++ b/stable/guacamole/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacamole-13.7.2](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/guacamole/13.7.3/Chart.yaml b/stable/guacamole/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..47206db003a
--- /dev/null
+++ b/stable/guacamole/13.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Apache Guacamole is a clientless remote desktop gateway.
+home: https://truecharts.org/charts/stable/guacamole
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.png
+keywords:
+ - guacamole
+ - remote
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: guacamole
+sources:
+ - https://github.com/apache/guacamole-client
+ - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
+ - https://hub.docker.com/r/guacamole/guacamole
+ - https://hub.docker.com/r/guacamole/guacd
+type: application
+version: 13.7.3
diff --git a/stable/guacamole/13.6.0/README.md b/stable/guacamole/13.7.3/README.md
similarity index 100%
rename from stable/guacamole/13.6.0/README.md
rename to stable/guacamole/13.7.3/README.md
diff --git a/stable/guacamole/13.7.3/app-changelog.md b/stable/guacamole/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..00ca487b51e
--- /dev/null
+++ b/stable/guacamole/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [guacamole-13.7.3](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/guacamole/13.6.0/app-readme.md b/stable/guacamole/13.7.3/app-readme.md
similarity index 100%
rename from stable/guacamole/13.6.0/app-readme.md
rename to stable/guacamole/13.7.3/app-readme.md
diff --git a/stable/guacamole/13.7.3/charts/common-20.2.4.tgz b/stable/guacamole/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/guacamole/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/guacamole/13.6.0/ix_values.yaml b/stable/guacamole/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/guacamole/13.6.0/ix_values.yaml
rename to stable/guacamole/13.7.3/ix_values.yaml
diff --git a/stable/guacamole/13.7.3/questions.yaml b/stable/guacamole/13.7.3/questions.yaml
new file mode 100755
index 00000000000..2851e18ce05
--- /dev/null
+++ b/stable/guacamole/13.7.3/questions.yaml
@@ -0,0 +1,4213 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: guacamole
+ label: Guacamole Configuration
+ group: App Configuration
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: general
+ label: General Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: EXTENSION_PRIORITY
+ label: Extension Priority
+ description: A comma-separated list of the namespaces of all extensions that should be loaded in a specific order
+ schema:
+ type: string
+ default: ""
+ - variable: api
+ label: API Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: API_SESSION_TIMEOUT
+ label: API Session Timeout (in minutes)
+ schema:
+ type: int
+ default: 60
+ - variable: totp
+ label: TOTP Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: TOTP_ENABLED
+ label: Enable TOTP
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: TOTP_ISSUER
+ label: TOTP Issuer
+ schema:
+ type: string
+ default: Apache Guacamole
+ required: true
+ - variable: TOTP_PERIOD
+ label: TOTP Period
+ schema:
+ type: int
+ default: 30
+ required: true
+ - variable: TOTP_DIGITS
+ label: TOTP Digits
+ schema:
+ type: int
+ min: 6
+ max: 8
+ default: 6
+ required: true
+ - variable: TOTP_MODE
+ label: TOTP Mode
+ schema:
+ type: string
+ default: sha1
+ required: true
+ enum:
+ - value: sha1
+ description: sha1
+ - value: sha256
+ description: sha256
+ - value: sha512
+ description: sha512
+ - variable: header
+ label: Header Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: HEADER_ENABLED
+ label: Enable Header
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: HTTP_AUTH_HEADER
+ label: HTTP Auth Header
+ schema:
+ type: string
+ required: true
+ default: REMOTE_USER
+ - variable: json
+ label: JSON Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: json_enabled
+ label: Enable JSON
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: JSON_SECRET_KEY
+ label: JSON Secret Key
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: JSON_TRUSTED_NETWORKS
+ label: JSON Trusted Networks (Leave blank for unrestricted
+ description: "Comma separated list e.g.: 127.0.0.0/8, 10.0.0.0/8"
+ schema:
+ type: string
+ default: ""
+ - variable: duo
+ label: DUO Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: duo_enabled
+ label: Enable DUO
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: DUO_API_HOSTNAME
+ label: DUO API Hostname (api-XXXXXXXX.duosecurity.com)
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: DUO_INTEGRATION_KEY
+ label: DUO Integration Key (Exactly 20 chars)
+ schema:
+ min_length: 20
+ max_length: 20
+ type: string
+ required: true
+ default: ""
+ - variable: DUO_SECRET_KEY
+ label: DUO Secret Key (Exactly 40 chars)
+ schema:
+ min_length: 40
+ max_length: 40
+ type: string
+ required: true
+ default: ""
+ - variable: DUO_APPLICATION_KEY
+ label: DUO Application Key (At least 40 chars)
+ schema:
+ min_length: 40
+ type: string
+ required: true
+ default: ""
+ - variable: cas
+ label: CAS Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cas_enabled
+ label: Enable CAS
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CAS_AUTHORIZATION_ENDPOINT
+ label: CAS Authorization Endpoint
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: CAS_REDIRECT_URI
+ label: CAS Redirect URI
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: CAS_CLEARPASS_KEY
+ label: CAS Clearpass Key
+ schema:
+ type: string
+ default: ""
+ - variable: CAS_GROUP_ATTRIBUTE
+ label: CAS Group Attribute
+ schema:
+ type: string
+ default: ""
+ - variable: CAS_GROUP_LDAP_BASE_DN
+ label: CAS Group LDAP Base DN
+ schema:
+ type: string
+ default: ""
+ - variable: CAS_GROUP_LDAP_ATTRIBUTE
+ label: CAS Group LDAP Attribute
+ schema:
+ type: string
+ default: ""
+ - variable: CAS_GROUP_FORMAT
+ label: CAS Group Format
+ schema:
+ type: string
+ default: plain
+ enum:
+ - value: plain
+ description: plain
+ - value: ldap
+ description: ldap
+ - variable: openid
+ label: OpenID Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: openid_enabled
+ label: Enable OpenID
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: OPENID_AUTHORIZATION_ENDPOINT
+ label: OpenID Authorization Endpoint
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OPENID_JWKS_ENDPOINT
+ label: OpenID JWKS Endpoint
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OPENID_ISSUER
+ label: OpenID Issuer
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OPENID_CLIENT_ID
+ label: OpenID Client ID
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OPENID_REDIRECT_URI
+ label: OpenID Redirect URI
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OPENID_USERNAME_CLAIM_TYPE
+ label: OpenID Username Claim Type
+ schema:
+ type: string
+ required: true
+ default: email
+ - variable: OPENID_GROUPS_CLAIM_TYPE
+ label: OpenID Groups Claim Type
+ schema:
+ type: string
+ required: true
+ default: groups
+ - variable: OPENID_SCOPE
+ label: OpenID Scope
+ schema:
+ type: string
+ default: openid email profile
+ - variable: OPENID_ALLOWED_CLOCK_SKEW
+ label: OpenID Allowed Clock Skew (in seconds)
+ schema:
+ type: int
+ required: true
+ default: 30
+ - variable: OPENID_MAX_TOKEN_VALIDITY
+ label: OpenID Max Token Validity (in minutes)
+ schema:
+ type: int
+ required: true
+ default: 300
+ - variable: OPENID_MAX_NONCE_VALIDITY
+ label: OpenID Max Nonce Validity (in minutes)
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: radius
+ label: Radius Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: radius_enabled
+ label: Enable Radius
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: RADIUS_SHARED_SECRET
+ label: Radius Shared Secret
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: RADIUS_AUTH_PROTOCOL
+ label: Radius Auth Protocol
+ schema:
+ type: string
+ required: true
+ default: eap-tls
+ enum:
+ - value: pap
+ description: pap
+ - value: chap
+ description: chap
+ - value: mschapv1
+ description: mschapv1
+ - value: mschapv2
+ description: mschapv2
+ - value: eap-md5
+ description: eap-md5
+ - value: eap-tls
+ description: eap-tls
+ - value: eap-ttls
+ description: eap-ttls
+ - variable: RADIUS_HOSTNAME
+ label: Radius Hostname
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: RADIUS_AUTH_PORT
+ label: Radius Auth Port
+ schema:
+ type: int
+ default: 1812
+ - variable: RADIUS_KEY_FILE
+ label: Radius Key File
+ schema:
+ type: string
+ default: ""
+ - variable: RADIUS_KEY_TYPE
+ label: Radius Key Type
+ schema:
+ type: string
+ default: pkcs12
+ required: true
+ enum:
+ - value: pem
+ description: pem
+ - value: jceks
+ description: jceks
+ - value: jks
+ description: jks
+ - value: pkcs12
+ description: pkcs12
+ - variable: RADIUS_KEY_PASSWORD
+ label: Radius Key Password
+ schema:
+ type: string
+ default: ""
+ - variable: RADIUS_CA_FILE
+ label: Radius CA File
+ schema:
+ type: string
+ default: ""
+ - variable: RADIUS_CA_TYPE
+ label: Radius CA Type
+ schema:
+ type: string
+ required: true
+ default: pem
+ enum:
+ - value: pem
+ description: pem
+ - value: jceks
+ description: jceks
+ - value: jks
+ description: jks
+ - value: pkcs12
+ description: pkcs12
+ - variable: RADIUS_CA_PASSWORD
+ label: Radius CA Password
+ schema:
+ type: string
+ default: ""
+ - variable: RADIUS_TRUST_ALL
+ label: Radius Trust All
+ schema:
+ type: boolean
+ default: false
+ - variable: RADIUS_RETRIES
+ label: Radius Retries
+ schema:
+ type: int
+ required: true
+ default: 5
+ - variable: RADIUS_TIMEOUT
+ label: Radius Timeout
+ schema:
+ type: int
+ required: true
+ default: 60
+ - variable: RADIUS_EAP_TTLS_INNER_PROTOCOL
+ label: Radius eap-ttls Inner Protocol
+ description: Only has effect when RADIUS_AUTH_PROTOCOL is set to eap-ttls
+ schema:
+ type: string
+ default: eap-tls
+ required: true
+ enum:
+ - value: pap
+ description: pap
+ - value: chap
+ description: chap
+ - value: mschapv1
+ description: mschapv1
+ - value: mschapv2
+ description: mschapv2
+ - value: eap-md5
+ description: eap-md5
+ - value: eap-tls
+ description: eap-tls
+ - variable: RADIUS_NAS_IP
+ label: Radius Network Access Server IP
+ schema:
+ type: string
+ default: ""
+ - variable: ldap
+ group: "App Configuration"
+ label: LDAP Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ldap_enabled
+ label: Enable LDAP
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: LDAP_HOSTNAME
+ label: LDAP Hostname
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: LDAP_USER_BASE_DN
+ label: LDAP User Base DN
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: LDAP_PORT
+ label: LDAP Port
+ schema:
+ type: int
+ default: 389
+ - variable: LDAP_ENCRYPTION_METHOD
+ label: LDAP Encryption Method
+ schema:
+ type: string
+ default: none
+ required: true
+ enum:
+ - value: none
+ description: none
+ - value: ssl
+ description: ssl
+ - value: starttls
+ description: starttls
+ - variable: LDAP_MAX_SEARCH_RESULTS
+ label: LDAP Max Search Results
+ schema:
+ type: int
+ default: 1000
+ - variable: LDAP_SEARCH_BIND_DN
+ label: LDAP Search Bind DN
+ schema:
+ type: string
+ default: ""
+ - variable: LDAP_USER_ATTRIBUTES
+ label: LDAP User Attributes
+ schema:
+ type: string
+ default: ""
+ - variable: LDAP_SEARCH_BIND_PASSWORD
+ label: LDAP Search Bind Password
+ schema:
+ type: string
+ default: ""
+ - variable: LDAP_USERNAME_ATTRIBUTE
+ label: LDAP Username Attribute
+ schema:
+ type: string
+ default: uid
+ - variable: LDAP_MEMBER_ATTRIBUTE
+ label: LDAP Member Attribute
+ schema:
+ type: string
+ default: member
+ - variable: LDAP_USER_SEARCH_FILTER
+ label: LDAP User Search Filter
+ schema:
+ type: string
+ default: "(objectClass=*)"
+ - variable: LDAP_CONFIG_BASE_DN
+ label: LDAP Config Base DN
+ schema:
+ type: string
+ default: ""
+ - variable: LDAP_GROUP_BASE_DN
+ label: LDAP Group Base DN
+ schema:
+ type: string
+ default: ""
+ - variable: LDAP_GROUP_SEARCH_FILTER
+ label: LDAP Group Search Filter
+ schema:
+ type: string
+ default: "(objectClass=*)"
+ - variable: LDAP_MEMBER_ATTRIBUTE_TYPE
+ label: LDAP Member Attribute Type
+ schema:
+ type: string
+ default: dn
+ required: true
+ enum:
+ - value: dn
+ description: dn
+ - value: uid
+ description: uid
+ - variable: LDAP_GROUP_NAME_ATTRIBUTE
+ label: LDAP Group Name Attribute
+ schema:
+ type: string
+ default: cn
+ - variable: LDAP_DEREFERENCE_ALIASES
+ label: LDAP Dereference Aliases
+ schema:
+ type: string
+ required: true
+ default: never
+ enum:
+ - value: never
+ description: never
+ - value: searching
+ description: searching
+ - value: finding
+ description: finding
+ - value: always
+ description: always
+ - variable: LDAP_FOLLOW_REFERRALS
+ label: LDAP Follow Referrals
+ schema:
+ type: boolean
+ default: false
+ - variable: LDAP_MAX_REFERRAL_HOPS
+ label: LDAP Max Referrals Hops
+ schema:
+ type: int
+ required: true
+ default: 5
+ - variable: LDAP_OPERATION_TIMEOUT
+ label: LDAP Operation Timeout
+ schema:
+ type: int
+ required: true
+ default: 30
+ - variable: saml
+ label: SAML Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: saml_enabled
+ label: Enable SAML
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: SAML_IDP_METADATA_URL
+ label: SAML IDP Metadata URL
+ schema:
+ type: string
+ default: ""
+ - variable: SAML_IDP_URL
+ label: SAML IDP URL
+ schema:
+ type: string
+ default: ""
+ - variable: SAML_ENTITY_ID
+ label: SAML Entity ID
+ schema:
+ type: string
+ default: ""
+ - variable: SAML_CALLBACK_URL
+ label: SAML Callback URL
+ schema:
+ type: string
+ default: ""
+ - variable: SAML_STRICT
+ label: SAML Strict
+ schema:
+ type: boolean
+ default: true
+ - variable: SAML_DEBUG
+ label: SAML Debug
+ schema:
+ type: boolean
+ default: false
+ - variable: SAML_COMPRESS_REQUEST
+ label: SAML Compress Request
+ schema:
+ type: boolean
+ default: true
+ - variable: SAML_COMPRESS_RESPONSE
+ label: SAML Compress Response
+ schema:
+ type: boolean
+ default: true
+ - variable: SAML_GROUP_ATTRIBUTE
+ label: SAML Group Attribute
+ schema:
+ type: string
+ required: true
+ default: groups
+ - variable: proxy
+ label: Proxy Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: REMOTE_IP_VALVE_ENABLED
+ label: Enable Proxy
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: PROXY_BY_HEADER
+ label: Proxy by Header
+ schema:
+ type: string
+ default: ""
+ - variable: PROXY_PROTOCOL_HEADER
+ label: Proxy Protocol Header
+ schema:
+ type: string
+ default: ""
+ - variable: PROXY_IP_HEADER
+ label: Proxy IP Header
+ schema:
+ type: string
+ default: ""
+ - variable: PROXY_ALLOWED_IPS_REGEX
+ label: Proxy Allowed IP Regex
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 9998
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: recordings
+ label: App Recordings Storage
+ description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: drive
+ label: Virtual Drive Storage (guacd)
+ description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: runAsUser
+ description: The UserID of the user running the application
+ schema:
+ type: int
+ default: 1001
+ - variable: runAsGroup
+ label: runAsGroup
+ description: The groupID of the user running the application
+ schema:
+ type: int
+ default: 1001
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: fsGroup
+ description: The group that should own ALL storage
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/guacamole/13.6.0/templates/_configmap.tpl b/stable/guacamole/13.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/guacamole/13.6.0/templates/_configmap.tpl
rename to stable/guacamole/13.7.3/templates/_configmap.tpl
diff --git a/stable/guacamole/13.6.0/templates/common.yaml b/stable/guacamole/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/guacamole/13.6.0/templates/common.yaml
rename to stable/guacamole/13.7.3/templates/common.yaml
diff --git a/stable/halflife2deathmatch/5.6.0/values.yaml b/stable/guacamole/13.7.3/values.yaml
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/values.yaml
rename to stable/guacamole/13.7.3/values.yaml
diff --git a/stable/guacd/9.6.0/CHANGELOG.md b/stable/guacd/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1162a501ba4..00000000000
--- a/stable/guacd/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [guacd-9.6.0](https://github.com/truecharts/charts/compare/guacd-9.5.2...guacd-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [guacd-9.5.2](https://github.com/truecharts/charts/compare/guacd-9.5.1...guacd-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [guacd-9.5.1](https://github.com/truecharts/charts/compare/guacd-9.5.0...guacd-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [guacd-9.5.0](https://github.com/truecharts/charts/compare/guacd-9.4.1...guacd-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [guacd-9.4.1](https://github.com/truecharts/charts/compare/guacd-9.4.0...guacd-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [guacd-9.4.0](https://github.com/truecharts/charts/compare/guacd-9.3.0...guacd-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [guacd-9.3.0](https://github.com/truecharts/charts/compare/guacd-9.2.3...guacd-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [guacd-9.2.3](https://github.com/truecharts/charts/compare/guacd-9.2.2...guacd-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [guacd-9.2.2](https://github.com/truecharts/charts/compare/guacd-9.2.0...guacd-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/guacd/9.6.0/Chart.yaml b/stable/guacd/9.6.0/Chart.yaml
deleted file mode 100644
index b7091fbec63..00000000000
--- a/stable/guacd/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
-home: https://truecharts.org/charts/stable/guacd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png
-keywords:
- - guacd
- - guacamole
- - remote
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: guacd
-sources:
- - https://github.com/apache/guacamole-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/guacd
- - https://hub.docker.com/r/guacamole/guacd
-type: application
-version: 9.6.0
diff --git a/stable/guacd/9.6.0/charts/common-20.1.5.tgz b/stable/guacd/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/guacd/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hammond/9.6.0/.helmignore b/stable/guacd/9.7.3/.helmignore
similarity index 100%
rename from stable/hammond/9.6.0/.helmignore
rename to stable/guacd/9.7.3/.helmignore
diff --git a/stable/guacd/9.7.3/CHANGELOG.md b/stable/guacd/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ed88ff38462
--- /dev/null
+++ b/stable/guacd/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [guacd-9.7.2](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/guacd/9.7.3/Chart.yaml b/stable/guacd/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..1f2815ef4ba
--- /dev/null
+++ b/stable/guacd/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
+home: https://truecharts.org/charts/stable/guacd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png
+keywords:
+ - guacd
+ - guacamole
+ - remote
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: guacd
+sources:
+ - https://github.com/apache/guacamole-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/guacd
+ - https://hub.docker.com/r/guacamole/guacd
+type: application
+version: 9.7.3
diff --git a/stable/guacd/9.6.0/README.md b/stable/guacd/9.7.3/README.md
similarity index 100%
rename from stable/guacd/9.6.0/README.md
rename to stable/guacd/9.7.3/README.md
diff --git a/stable/guacd/9.7.3/app-changelog.md b/stable/guacd/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..cc3738af6de
--- /dev/null
+++ b/stable/guacd/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [guacd-9.7.3](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/guacd/9.6.0/app-readme.md b/stable/guacd/9.7.3/app-readme.md
similarity index 100%
rename from stable/guacd/9.6.0/app-readme.md
rename to stable/guacd/9.7.3/app-readme.md
diff --git a/stable/guacd/9.7.3/charts/common-20.2.4.tgz b/stable/guacd/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/guacd/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/guacd/9.6.0/ix_values.yaml b/stable/guacd/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/guacd/9.6.0/ix_values.yaml
rename to stable/guacd/9.7.3/ix_values.yaml
diff --git a/stable/guacd/9.6.0/questions.yaml b/stable/guacd/9.7.3/questions.yaml
similarity index 100%
rename from stable/guacd/9.6.0/questions.yaml
rename to stable/guacd/9.7.3/questions.yaml
diff --git a/stable/haste-server/13.6.0/templates/NOTES.txt b/stable/guacd/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/haste-server/13.6.0/templates/NOTES.txt
rename to stable/guacd/9.7.3/templates/NOTES.txt
diff --git a/stable/haste-server/13.6.0/templates/common.yaml b/stable/guacd/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/haste-server/13.6.0/templates/common.yaml
rename to stable/guacd/9.7.3/templates/common.yaml
diff --git a/stable/hammond/9.6.0/values.yaml b/stable/guacd/9.7.3/values.yaml
similarity index 100%
rename from stable/hammond/9.6.0/values.yaml
rename to stable/guacd/9.7.3/values.yaml
diff --git a/stable/guide2go/5.6.1/CHANGELOG.md b/stable/guide2go/5.6.1/CHANGELOG.md
deleted file mode 100644
index 2f1b16e20c5..00000000000
--- a/stable/guide2go/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
-
diff --git a/stable/guide2go/5.6.1/Chart.yaml b/stable/guide2go/5.6.1/Chart.yaml
deleted file mode 100644
index 57fae018de3..00000000000
--- a/stable/guide2go/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: a xml grabber from schedule direct service
-home: https://truecharts.org/charts/stable/guide2go
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png
-keywords:
- - guide2go
- - Downloaders
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: guide2go
-sources:
- - https://github.com/alturismo/guide2go
- - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go
- - https://hub.docker.com/r/alturismo/guide2go
-type: application
-version: 5.6.1
diff --git a/stable/guide2go/5.6.1/app-changelog.md b/stable/guide2go/5.6.1/app-changelog.md
deleted file mode 100644
index 8ace9060768..00000000000
--- a/stable/guide2go/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [guide2go-5.6.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
\ No newline at end of file
diff --git a/stable/guide2go/5.6.1/charts/common-20.1.5.tgz b/stable/guide2go/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/guide2go/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/handbrake/21.7.0/.helmignore b/stable/guide2go/5.7.3/.helmignore
similarity index 100%
rename from stable/handbrake/21.7.0/.helmignore
rename to stable/guide2go/5.7.3/.helmignore
diff --git a/stable/guide2go/5.7.3/CHANGELOG.md b/stable/guide2go/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5973ab069c0
--- /dev/null
+++ b/stable/guide2go/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
+
+
+## [guide2go-5.7.2](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
+
+
+## [guide2go-5.7.2](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
+
+
+## [guide2go-5.7.2](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
+
+
+## [guide2go-5.7.2](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
+
+
+## [guide2go-5.7.2](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
\ No newline at end of file
diff --git a/stable/guide2go/5.7.3/Chart.yaml b/stable/guide2go/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a747b3438d8
--- /dev/null
+++ b/stable/guide2go/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: a xml grabber from schedule direct service
+home: https://truecharts.org/charts/stable/guide2go
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png
+keywords:
+ - guide2go
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: guide2go
+sources:
+ - https://github.com/alturismo/guide2go
+ - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go
+ - https://hub.docker.com/r/alturismo/guide2go
+type: application
+version: 5.7.3
diff --git a/stable/guide2go/5.6.1/README.md b/stable/guide2go/5.7.3/README.md
similarity index 100%
rename from stable/guide2go/5.6.1/README.md
rename to stable/guide2go/5.7.3/README.md
diff --git a/stable/guide2go/5.7.3/app-changelog.md b/stable/guide2go/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..56a0a9720eb
--- /dev/null
+++ b/stable/guide2go/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [guide2go-5.7.3](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image alturismo/guide2go to latest[@e67eb26](https://github.com/e67eb26) by renovate ([#19217](https://github.com/truecharts/charts/issues/19217))
\ No newline at end of file
diff --git a/stable/guide2go/5.6.1/app-readme.md b/stable/guide2go/5.7.3/app-readme.md
similarity index 100%
rename from stable/guide2go/5.6.1/app-readme.md
rename to stable/guide2go/5.7.3/app-readme.md
diff --git a/stable/guide2go/5.7.3/charts/common-20.2.4.tgz b/stable/guide2go/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/guide2go/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/guide2go/5.6.1/ix_values.yaml b/stable/guide2go/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/guide2go/5.6.1/ix_values.yaml
rename to stable/guide2go/5.7.3/ix_values.yaml
diff --git a/stable/guide2go/5.6.1/questions.yaml b/stable/guide2go/5.7.3/questions.yaml
similarity index 100%
rename from stable/guide2go/5.6.1/questions.yaml
rename to stable/guide2go/5.7.3/questions.yaml
diff --git a/stable/h5ai/5.6.0/templates/common.yaml b/stable/guide2go/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/h5ai/5.6.0/templates/common.yaml
rename to stable/guide2go/5.7.3/templates/common.yaml
diff --git a/stable/handbrake/21.7.0/values.yaml b/stable/guide2go/5.7.3/values.yaml
similarity index 100%
rename from stable/handbrake/21.7.0/values.yaml
rename to stable/guide2go/5.7.3/values.yaml
diff --git a/stable/h5ai/5.6.0/CHANGELOG.md b/stable/h5ai/5.6.0/CHANGELOG.md
deleted file mode 100644
index 111706fc51b..00000000000
--- a/stable/h5ai/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [h5ai-5.6.0](https://github.com/truecharts/charts/compare/h5ai-5.5.2...h5ai-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [h5ai-5.5.2](https://github.com/truecharts/charts/compare/h5ai-5.5.1...h5ai-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [h5ai-5.5.1](https://github.com/truecharts/charts/compare/h5ai-5.5.0...h5ai-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [h5ai-5.5.0](https://github.com/truecharts/charts/compare/h5ai-5.4.1...h5ai-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [h5ai-5.4.1](https://github.com/truecharts/charts/compare/h5ai-5.4.0...h5ai-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [h5ai-5.4.0](https://github.com/truecharts/charts/compare/h5ai-5.3.0...h5ai-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [h5ai-5.3.0](https://github.com/truecharts/charts/compare/h5ai-5.2.3...h5ai-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [h5ai-5.2.3](https://github.com/truecharts/charts/compare/h5ai-5.2.2...h5ai-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [h5ai-5.2.2](https://github.com/truecharts/charts/compare/h5ai-5.2.0...h5ai-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/h5ai/5.6.0/Chart.yaml b/stable/h5ai/5.6.0/Chart.yaml
deleted file mode 100644
index 722e62ed036..00000000000
--- a/stable/h5ai/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.
-home: https://truecharts.org/charts/stable/h5ai
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png
-keywords:
- - h5ai
- - Cloud
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: h5ai
-sources:
- - https://github.com/awesometic/docker-h5ai
- - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai
- - https://hub.docker.com/r/awesometic/h5ai
-type: application
-version: 5.6.0
diff --git a/stable/h5ai/5.6.0/charts/common-20.1.5.tgz b/stable/h5ai/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/h5ai/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hassconfigurator/5.6.0/.helmignore b/stable/h5ai/5.7.3/.helmignore
similarity index 100%
rename from stable/hassconfigurator/5.6.0/.helmignore
rename to stable/h5ai/5.7.3/.helmignore
diff --git a/stable/h5ai/5.7.3/CHANGELOG.md b/stable/h5ai/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f318b285745
--- /dev/null
+++ b/stable/h5ai/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [h5ai-5.7.2](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/h5ai/5.7.3/Chart.yaml b/stable/h5ai/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..bf55050eb38
--- /dev/null
+++ b/stable/h5ai/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.
+home: https://truecharts.org/charts/stable/h5ai
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png
+keywords:
+ - h5ai
+ - Cloud
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: h5ai
+sources:
+ - https://github.com/awesometic/docker-h5ai
+ - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai
+ - https://hub.docker.com/r/awesometic/h5ai
+type: application
+version: 5.7.3
diff --git a/stable/h5ai/5.6.0/README.md b/stable/h5ai/5.7.3/README.md
similarity index 100%
rename from stable/h5ai/5.6.0/README.md
rename to stable/h5ai/5.7.3/README.md
diff --git a/stable/h5ai/5.7.3/app-changelog.md b/stable/h5ai/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..07e46c9a58c
--- /dev/null
+++ b/stable/h5ai/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [h5ai-5.7.3](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/h5ai/5.6.0/app-readme.md b/stable/h5ai/5.7.3/app-readme.md
similarity index 100%
rename from stable/h5ai/5.6.0/app-readme.md
rename to stable/h5ai/5.7.3/app-readme.md
diff --git a/stable/h5ai/5.7.3/charts/common-20.2.4.tgz b/stable/h5ai/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/h5ai/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/h5ai/5.6.0/ix_values.yaml b/stable/h5ai/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/h5ai/5.6.0/ix_values.yaml
rename to stable/h5ai/5.7.3/ix_values.yaml
diff --git a/stable/h5ai/5.6.0/questions.yaml b/stable/h5ai/5.7.3/questions.yaml
similarity index 100%
rename from stable/h5ai/5.6.0/questions.yaml
rename to stable/h5ai/5.7.3/questions.yaml
diff --git a/stable/halflife2deathmatch/5.6.0/templates/common.yaml b/stable/h5ai/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/templates/common.yaml
rename to stable/h5ai/5.7.3/templates/common.yaml
diff --git a/stable/hassconfigurator/5.6.0/values.yaml b/stable/h5ai/5.7.3/values.yaml
similarity index 100%
rename from stable/hassconfigurator/5.6.0/values.yaml
rename to stable/h5ai/5.7.3/values.yaml
diff --git a/stable/halflife2deathmatch/5.6.0/CHANGELOG.md b/stable/halflife2deathmatch/5.6.0/CHANGELOG.md
deleted file mode 100644
index 783669ca409..00000000000
--- a/stable/halflife2deathmatch/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [halflife2deathmatch-5.6.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.5.2...halflife2deathmatch-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [halflife2deathmatch-5.5.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.5.1...halflife2deathmatch-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [halflife2deathmatch-5.5.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.5.0...halflife2deathmatch-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [halflife2deathmatch-5.5.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.4.1...halflife2deathmatch-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [halflife2deathmatch-5.4.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.4.0...halflife2deathmatch-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [halflife2deathmatch-5.4.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.3.0...halflife2deathmatch-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [halflife2deathmatch-5.3.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.3...halflife2deathmatch-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [halflife2deathmatch-5.2.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.2...halflife2deathmatch-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [halflife2deathmatch-5.2.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.0...halflife2deathmatch-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/halflife2deathmatch/5.6.0/Chart.yaml b/stable/halflife2deathmatch/5.6.0/Chart.yaml
deleted file mode 100644
index c3eb62751d3..00000000000
--- a/stable/halflife2deathmatch/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: hl2dm
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it.
-home: https://truecharts.org/charts/stable/halflife2deathmatch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png
-keywords:
- - halflife2deathmatch
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: halflife2deathmatch
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/halflife2deathmatch/5.6.0/charts/common-20.1.5.tgz b/stable/halflife2deathmatch/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/halflife2deathmatch/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/haste-server/13.6.0/.helmignore b/stable/halflife2deathmatch/5.7.3/.helmignore
similarity index 100%
rename from stable/haste-server/13.6.0/.helmignore
rename to stable/halflife2deathmatch/5.7.3/.helmignore
diff --git a/stable/halflife2deathmatch/5.7.3/CHANGELOG.md b/stable/halflife2deathmatch/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4ea1f7bae35
--- /dev/null
+++ b/stable/halflife2deathmatch/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [halflife2deathmatch-5.7.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/halflife2deathmatch/5.7.3/Chart.yaml b/stable/halflife2deathmatch/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a0ecd2e3594
--- /dev/null
+++ b/stable/halflife2deathmatch/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: hl2dm
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it.
+home: https://truecharts.org/charts/stable/halflife2deathmatch
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png
+keywords:
+ - halflife2deathmatch
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: halflife2deathmatch
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/halflife2deathmatch/5.6.0/README.md b/stable/halflife2deathmatch/5.7.3/README.md
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/README.md
rename to stable/halflife2deathmatch/5.7.3/README.md
diff --git a/stable/halflife2deathmatch/5.7.3/app-changelog.md b/stable/halflife2deathmatch/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ec130131dea
--- /dev/null
+++ b/stable/halflife2deathmatch/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [halflife2deathmatch-5.7.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/halflife2deathmatch/5.6.0/app-readme.md b/stable/halflife2deathmatch/5.7.3/app-readme.md
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/app-readme.md
rename to stable/halflife2deathmatch/5.7.3/app-readme.md
diff --git a/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz b/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/halflife2deathmatch/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/halflife2deathmatch/5.6.0/ix_values.yaml b/stable/halflife2deathmatch/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/ix_values.yaml
rename to stable/halflife2deathmatch/5.7.3/ix_values.yaml
diff --git a/stable/halflife2deathmatch/5.6.0/questions.yaml b/stable/halflife2deathmatch/5.7.3/questions.yaml
similarity index 100%
rename from stable/halflife2deathmatch/5.6.0/questions.yaml
rename to stable/halflife2deathmatch/5.7.3/questions.yaml
diff --git a/stable/hassconfigurator/5.6.0/templates/common.yaml b/stable/halflife2deathmatch/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hassconfigurator/5.6.0/templates/common.yaml
rename to stable/halflife2deathmatch/5.7.3/templates/common.yaml
diff --git a/stable/haste-server/13.6.0/values.yaml b/stable/halflife2deathmatch/5.7.3/values.yaml
similarity index 100%
rename from stable/haste-server/13.6.0/values.yaml
rename to stable/halflife2deathmatch/5.7.3/values.yaml
diff --git a/stable/hammond/9.6.0/CHANGELOG.md b/stable/hammond/9.6.0/CHANGELOG.md
deleted file mode 100644
index a8caa1f2e15..00000000000
--- a/stable/hammond/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hammond-9.6.0](https://github.com/truecharts/charts/compare/hammond-9.5.2...hammond-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hammond-9.5.2](https://github.com/truecharts/charts/compare/hammond-9.5.1...hammond-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hammond-9.5.1](https://github.com/truecharts/charts/compare/hammond-9.5.0...hammond-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hammond-9.5.0](https://github.com/truecharts/charts/compare/hammond-9.4.1...hammond-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hammond-9.4.1](https://github.com/truecharts/charts/compare/hammond-9.4.0...hammond-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hammond-9.4.0](https://github.com/truecharts/charts/compare/hammond-9.3.0...hammond-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hammond-9.3.0](https://github.com/truecharts/charts/compare/hammond-9.2.3...hammond-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hammond-9.2.3](https://github.com/truecharts/charts/compare/hammond-9.2.2...hammond-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hammond-9.2.2](https://github.com/truecharts/charts/compare/hammond-9.2.0...hammond-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hammond/9.6.0/Chart.yaml b/stable/hammond/9.6.0/Chart.yaml
deleted file mode 100644
index 8b7f895eb29..00000000000
--- a/stable/hammond/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.0.24
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted vehicle expense tracking system with support for multiple users.
-home: https://truecharts.org/charts/stable/hammond
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png
-keywords:
- - hammond
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hammond
-sources:
- - https://github.com/AlfHou/hammond
- - https://github.com/alfhou/hammond/pkgs/container/hammond
- - https://github.com/truecharts/charts/tree/master/charts/stable/hammond
- - https://ghcr.io/alfhou/hammond
-type: application
-version: 9.6.0
diff --git a/stable/hammond/9.6.0/charts/common-20.1.5.tgz b/stable/hammond/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hammond/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hastebin/5.6.0/.helmignore b/stable/hammond/9.7.3/.helmignore
similarity index 100%
rename from stable/hastebin/5.6.0/.helmignore
rename to stable/hammond/9.7.3/.helmignore
diff --git a/stable/hammond/9.7.3/CHANGELOG.md b/stable/hammond/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fb1c97f8362
--- /dev/null
+++ b/stable/hammond/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hammond-9.7.2](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hammond/9.7.3/Chart.yaml b/stable/hammond/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..3da1c92d31e
--- /dev/null
+++ b/stable/hammond/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.0.24
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted vehicle expense tracking system with support for multiple users.
+home: https://truecharts.org/charts/stable/hammond
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png
+keywords:
+ - hammond
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hammond
+sources:
+ - https://github.com/AlfHou/hammond
+ - https://github.com/alfhou/hammond/pkgs/container/hammond
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hammond
+ - https://ghcr.io/alfhou/hammond
+type: application
+version: 9.7.3
diff --git a/stable/hammond/9.6.0/README.md b/stable/hammond/9.7.3/README.md
similarity index 100%
rename from stable/hammond/9.6.0/README.md
rename to stable/hammond/9.7.3/README.md
diff --git a/stable/hammond/9.7.3/app-changelog.md b/stable/hammond/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..2b7b203d10e
--- /dev/null
+++ b/stable/hammond/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hammond-9.7.3](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hammond/9.6.0/app-readme.md b/stable/hammond/9.7.3/app-readme.md
similarity index 100%
rename from stable/hammond/9.6.0/app-readme.md
rename to stable/hammond/9.7.3/app-readme.md
diff --git a/stable/hammond/9.7.3/charts/common-20.2.4.tgz b/stable/hammond/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hammond/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hammond/9.6.0/ix_values.yaml b/stable/hammond/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/hammond/9.6.0/ix_values.yaml
rename to stable/hammond/9.7.3/ix_values.yaml
diff --git a/stable/hammond/9.6.0/questions.yaml b/stable/hammond/9.7.3/questions.yaml
similarity index 100%
rename from stable/hammond/9.6.0/questions.yaml
rename to stable/hammond/9.7.3/questions.yaml
diff --git a/stable/headphones/11.6.0/templates/NOTES.txt b/stable/hammond/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/headphones/11.6.0/templates/NOTES.txt
rename to stable/hammond/9.7.3/templates/NOTES.txt
diff --git a/stable/hammond/9.6.0/templates/_secrets.tpl b/stable/hammond/9.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/hammond/9.6.0/templates/_secrets.tpl
rename to stable/hammond/9.7.3/templates/_secrets.tpl
diff --git a/stable/hammond/9.6.0/templates/common.yaml b/stable/hammond/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/hammond/9.6.0/templates/common.yaml
rename to stable/hammond/9.7.3/templates/common.yaml
diff --git a/stable/hastebin/5.6.0/values.yaml b/stable/hammond/9.7.3/values.yaml
similarity index 100%
rename from stable/hastebin/5.6.0/values.yaml
rename to stable/hammond/9.7.3/values.yaml
diff --git a/stable/handbrake/21.7.0/CHANGELOG.md b/stable/handbrake/21.7.0/CHANGELOG.md
deleted file mode 100644
index 8a448d026ec..00000000000
--- a/stable/handbrake/21.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [handbrake-21.7.0](https://github.com/truecharts/charts/compare/handbrake-21.6.2...handbrake-21.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [handbrake-21.6.2](https://github.com/truecharts/charts/compare/handbrake-21.6.1...handbrake-21.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [handbrake-21.6.1](https://github.com/truecharts/charts/compare/handbrake-21.6.0...handbrake-21.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [handbrake-21.6.0](https://github.com/truecharts/charts/compare/handbrake-21.5.0...handbrake-21.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [handbrake-21.5.0](https://github.com/truecharts/charts/compare/handbrake-21.4.1...handbrake-21.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image jlesage/handbrake to v24.03.1[@2a5a125](https://github.com/2a5a125) by renovate ([#19119](https://github.com/truecharts/charts/issues/19119))
-
-
-## [handbrake-21.4.1](https://github.com/truecharts/charts/compare/handbrake-21.4.0...handbrake-21.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [handbrake-21.4.0](https://github.com/truecharts/charts/compare/handbrake-21.3.0...handbrake-21.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [handbrake-21.3.0](https://github.com/truecharts/charts/compare/handbrake-21.2.3...handbrake-21.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [handbrake-21.2.3](https://github.com/truecharts/charts/compare/handbrake-21.2.2...handbrake-21.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [handbrake-21.2.2](https://github.com/truecharts/charts/compare/handbrake-21.2.0...handbrake-21.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/handbrake/21.7.0/Chart.yaml b/stable/handbrake/21.7.0/Chart.yaml
deleted file mode 100644
index 05aff8a1370..00000000000
--- a/stable/handbrake/21.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.03.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
-home: https://truecharts.org/charts/stable/handbrake
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png
-keywords:
- - handbrake
- - encode
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: handbrake
-sources:
- - https://handbrake.fr/
- - https://github.com/jlesage/docker-handbrake
- - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
- - https://hub.docker.com/r/jlesage/handbrake
-type: application
-version: 21.7.0
diff --git a/stable/handbrake/21.7.0/charts/common-20.1.5.tgz b/stable/handbrake/21.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/handbrake/21.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hasty-paste/6.7.0/.helmignore b/stable/handbrake/21.8.3/.helmignore
similarity index 100%
rename from stable/hasty-paste/6.7.0/.helmignore
rename to stable/handbrake/21.8.3/.helmignore
diff --git a/stable/handbrake/21.8.3/CHANGELOG.md b/stable/handbrake/21.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..f341223776d
--- /dev/null
+++ b/stable/handbrake/21.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [handbrake-21.8.2](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/handbrake/21.8.3/Chart.yaml b/stable/handbrake/21.8.3/Chart.yaml
new file mode 100644
index 00000000000..47ddd203e29
--- /dev/null
+++ b/stable/handbrake/21.8.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.03.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
+home: https://truecharts.org/charts/stable/handbrake
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png
+keywords:
+ - handbrake
+ - encode
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: handbrake
+sources:
+ - https://handbrake.fr/
+ - https://github.com/jlesage/docker-handbrake
+ - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
+ - https://hub.docker.com/r/jlesage/handbrake
+type: application
+version: 21.8.3
diff --git a/stable/handbrake/21.7.0/README.md b/stable/handbrake/21.8.3/README.md
similarity index 100%
rename from stable/handbrake/21.7.0/README.md
rename to stable/handbrake/21.8.3/README.md
diff --git a/stable/handbrake/21.8.3/app-changelog.md b/stable/handbrake/21.8.3/app-changelog.md
new file mode 100644
index 00000000000..218dd39c554
--- /dev/null
+++ b/stable/handbrake/21.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [handbrake-21.8.3](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/handbrake/21.7.0/app-readme.md b/stable/handbrake/21.8.3/app-readme.md
similarity index 100%
rename from stable/handbrake/21.7.0/app-readme.md
rename to stable/handbrake/21.8.3/app-readme.md
diff --git a/stable/handbrake/21.8.3/charts/common-20.2.4.tgz b/stable/handbrake/21.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/handbrake/21.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/handbrake/21.7.0/ix_values.yaml b/stable/handbrake/21.8.3/ix_values.yaml
similarity index 100%
rename from stable/handbrake/21.7.0/ix_values.yaml
rename to stable/handbrake/21.8.3/ix_values.yaml
diff --git a/stable/handbrake/21.7.0/questions.yaml b/stable/handbrake/21.8.3/questions.yaml
similarity index 100%
rename from stable/handbrake/21.7.0/questions.yaml
rename to stable/handbrake/21.8.3/questions.yaml
diff --git a/stable/healthchecks/14.7.0/templates/NOTES.txt b/stable/handbrake/21.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/healthchecks/14.7.0/templates/NOTES.txt
rename to stable/handbrake/21.8.3/templates/NOTES.txt
diff --git a/stable/healthchecks/14.7.0/templates/common.yaml b/stable/handbrake/21.8.3/templates/common.yaml
similarity index 100%
rename from stable/healthchecks/14.7.0/templates/common.yaml
rename to stable/handbrake/21.8.3/templates/common.yaml
diff --git a/stable/hasty-paste/6.7.0/values.yaml b/stable/handbrake/21.8.3/values.yaml
similarity index 100%
rename from stable/hasty-paste/6.7.0/values.yaml
rename to stable/handbrake/21.8.3/values.yaml
diff --git a/stable/hassconfigurator/5.6.0/CHANGELOG.md b/stable/hassconfigurator/5.6.0/CHANGELOG.md
deleted file mode 100644
index 36e8a292567..00000000000
--- a/stable/hassconfigurator/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hassconfigurator-5.6.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.5.2...hassconfigurator-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hassconfigurator-5.5.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.5.1...hassconfigurator-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hassconfigurator-5.5.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.5.0...hassconfigurator-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hassconfigurator-5.5.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.4.1...hassconfigurator-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hassconfigurator-5.4.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.4.0...hassconfigurator-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hassconfigurator-5.4.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.3.0...hassconfigurator-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hassconfigurator-5.3.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.3...hassconfigurator-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hassconfigurator-5.2.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.2...hassconfigurator-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hassconfigurator-5.2.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.0...hassconfigurator-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hassconfigurator/5.6.0/Chart.yaml b/stable/hassconfigurator/5.6.0/Chart.yaml
deleted file mode 100644
index e5ff2a6a703..00000000000
--- a/stable/hassconfigurator/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: x86_64
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator
-home: https://truecharts.org/charts/stable/hassconfigurator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png
-keywords:
- - hassconfigurator
- - home-automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hassconfigurator
-sources:
- - https://github.com/danielperna84/hass-configurator
- - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator
- - https://hub.docker.com/r/causticlab/hass-configurator-docker
-type: application
-version: 5.6.0
diff --git a/stable/hassconfigurator/5.6.0/charts/common-20.1.5.tgz b/stable/hassconfigurator/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hassconfigurator/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/headphones/11.6.0/.helmignore b/stable/hassconfigurator/5.7.3/.helmignore
similarity index 100%
rename from stable/headphones/11.6.0/.helmignore
rename to stable/hassconfigurator/5.7.3/.helmignore
diff --git a/stable/hassconfigurator/5.7.3/CHANGELOG.md b/stable/hassconfigurator/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a88c624fab5
--- /dev/null
+++ b/stable/hassconfigurator/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hassconfigurator-5.7.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hassconfigurator/5.7.3/Chart.yaml b/stable/hassconfigurator/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a327b680b03
--- /dev/null
+++ b/stable/hassconfigurator/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: x86_64
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator
+home: https://truecharts.org/charts/stable/hassconfigurator
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png
+keywords:
+ - hassconfigurator
+ - home-automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hassconfigurator
+sources:
+ - https://github.com/danielperna84/hass-configurator
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator
+ - https://hub.docker.com/r/causticlab/hass-configurator-docker
+type: application
+version: 5.7.3
diff --git a/stable/hassconfigurator/5.6.0/README.md b/stable/hassconfigurator/5.7.3/README.md
similarity index 100%
rename from stable/hassconfigurator/5.6.0/README.md
rename to stable/hassconfigurator/5.7.3/README.md
diff --git a/stable/hassconfigurator/5.7.3/app-changelog.md b/stable/hassconfigurator/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8b17c1b5865
--- /dev/null
+++ b/stable/hassconfigurator/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hassconfigurator-5.7.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hassconfigurator/5.6.0/app-readme.md b/stable/hassconfigurator/5.7.3/app-readme.md
similarity index 100%
rename from stable/hassconfigurator/5.6.0/app-readme.md
rename to stable/hassconfigurator/5.7.3/app-readme.md
diff --git a/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz b/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hassconfigurator/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hassconfigurator/5.6.0/ix_values.yaml b/stable/hassconfigurator/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hassconfigurator/5.6.0/ix_values.yaml
rename to stable/hassconfigurator/5.7.3/ix_values.yaml
diff --git a/stable/hassconfigurator/5.6.0/questions.yaml b/stable/hassconfigurator/5.7.3/questions.yaml
similarity index 100%
rename from stable/hassconfigurator/5.6.0/questions.yaml
rename to stable/hassconfigurator/5.7.3/questions.yaml
diff --git a/stable/hastebin/5.6.0/templates/common.yaml b/stable/hassconfigurator/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hastebin/5.6.0/templates/common.yaml
rename to stable/hassconfigurator/5.7.3/templates/common.yaml
diff --git a/stable/headphones/11.6.0/values.yaml b/stable/hassconfigurator/5.7.3/values.yaml
similarity index 100%
rename from stable/headphones/11.6.0/values.yaml
rename to stable/hassconfigurator/5.7.3/values.yaml
diff --git a/stable/haste-server/13.6.0/CHANGELOG.md b/stable/haste-server/13.6.0/CHANGELOG.md
deleted file mode 100644
index b12161b8a4e..00000000000
--- a/stable/haste-server/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [haste-server-13.6.0](https://github.com/truecharts/charts/compare/haste-server-13.5.2...haste-server-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [haste-server-13.5.2](https://github.com/truecharts/charts/compare/haste-server-13.5.1...haste-server-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [haste-server-13.5.1](https://github.com/truecharts/charts/compare/haste-server-13.5.0...haste-server-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [haste-server-13.5.0](https://github.com/truecharts/charts/compare/haste-server-13.4.1...haste-server-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [haste-server-13.4.1](https://github.com/truecharts/charts/compare/haste-server-13.4.0...haste-server-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [haste-server-13.4.0](https://github.com/truecharts/charts/compare/haste-server-13.3.0...haste-server-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [haste-server-13.3.0](https://github.com/truecharts/charts/compare/haste-server-13.2.3...haste-server-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [haste-server-13.2.3](https://github.com/truecharts/charts/compare/haste-server-13.2.2...haste-server-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [haste-server-13.2.2](https://github.com/truecharts/charts/compare/haste-server-13.2.0...haste-server-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/haste-server/13.6.0/Chart.yaml b/stable/haste-server/13.6.0/Chart.yaml
deleted file mode 100644
index 11c1c229a04..00000000000
--- a/stable/haste-server/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Simple text sharing
-home: https://truecharts.org/charts/stable/haste-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png
-keywords:
- - haste
- - hastebin
- - haste-server
- - pastebin
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: haste-server
-sources:
- - https://github.com/seejohnrun/haste-server
- - https://github.com/k8s-at-home/container-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server
- - https://ghcr.io/k8s-at-home/haste-server
-type: application
-version: 13.6.0
diff --git a/stable/haste-server/13.6.0/charts/common-20.1.5.tgz b/stable/haste-server/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/haste-server/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/healthchecks/14.7.0/.helmignore b/stable/haste-server/13.7.3/.helmignore
similarity index 100%
rename from stable/healthchecks/14.7.0/.helmignore
rename to stable/haste-server/13.7.3/.helmignore
diff --git a/stable/haste-server/13.7.3/CHANGELOG.md b/stable/haste-server/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ac862c31cb6
--- /dev/null
+++ b/stable/haste-server/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [haste-server-13.7.2](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/haste-server/13.7.3/Chart.yaml b/stable/haste-server/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..61eef1ab2d1
--- /dev/null
+++ b/stable/haste-server/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Simple text sharing
+home: https://truecharts.org/charts/stable/haste-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png
+keywords:
+ - haste
+ - hastebin
+ - haste-server
+ - pastebin
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: haste-server
+sources:
+ - https://github.com/seejohnrun/haste-server
+ - https://github.com/k8s-at-home/container-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server
+ - https://ghcr.io/k8s-at-home/haste-server
+type: application
+version: 13.7.3
diff --git a/stable/haste-server/13.6.0/README.md b/stable/haste-server/13.7.3/README.md
similarity index 100%
rename from stable/haste-server/13.6.0/README.md
rename to stable/haste-server/13.7.3/README.md
diff --git a/stable/haste-server/13.7.3/app-changelog.md b/stable/haste-server/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..0f84eea08c2
--- /dev/null
+++ b/stable/haste-server/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [haste-server-13.7.3](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/haste-server/13.6.0/app-readme.md b/stable/haste-server/13.7.3/app-readme.md
similarity index 100%
rename from stable/haste-server/13.6.0/app-readme.md
rename to stable/haste-server/13.7.3/app-readme.md
diff --git a/stable/haste-server/13.7.3/charts/common-20.2.4.tgz b/stable/haste-server/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/haste-server/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/haste-server/13.6.0/ix_values.yaml b/stable/haste-server/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/haste-server/13.6.0/ix_values.yaml
rename to stable/haste-server/13.7.3/ix_values.yaml
diff --git a/stable/haste-server/13.6.0/questions.yaml b/stable/haste-server/13.7.3/questions.yaml
similarity index 100%
rename from stable/haste-server/13.6.0/questions.yaml
rename to stable/haste-server/13.7.3/questions.yaml
diff --git a/stable/hedgedoc/12.6.0/templates/NOTES.txt b/stable/haste-server/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/hedgedoc/12.6.0/templates/NOTES.txt
rename to stable/haste-server/13.7.3/templates/NOTES.txt
diff --git a/stable/heimdall/20.7.0/templates/common.yaml b/stable/haste-server/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/heimdall/20.7.0/templates/common.yaml
rename to stable/haste-server/13.7.3/templates/common.yaml
diff --git a/stable/healthchecks/14.7.0/values.yaml b/stable/haste-server/13.7.3/values.yaml
similarity index 100%
rename from stable/healthchecks/14.7.0/values.yaml
rename to stable/haste-server/13.7.3/values.yaml
diff --git a/stable/hastebin/5.6.0/CHANGELOG.md b/stable/hastebin/5.6.0/CHANGELOG.md
deleted file mode 100644
index f0b743de079..00000000000
--- a/stable/hastebin/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hastebin-5.6.0](https://github.com/truecharts/charts/compare/hastebin-5.5.2...hastebin-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hastebin-5.5.2](https://github.com/truecharts/charts/compare/hastebin-5.5.1...hastebin-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hastebin-5.5.1](https://github.com/truecharts/charts/compare/hastebin-5.5.0...hastebin-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hastebin-5.5.0](https://github.com/truecharts/charts/compare/hastebin-5.4.1...hastebin-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hastebin-5.4.1](https://github.com/truecharts/charts/compare/hastebin-5.4.0...hastebin-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hastebin-5.4.0](https://github.com/truecharts/charts/compare/hastebin-5.3.0...hastebin-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hastebin-5.3.0](https://github.com/truecharts/charts/compare/hastebin-5.2.3...hastebin-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hastebin-5.2.3](https://github.com/truecharts/charts/compare/hastebin-5.2.2...hastebin-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hastebin-5.2.2](https://github.com/truecharts/charts/compare/hastebin-5.2.0...hastebin-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hastebin/5.6.0/Chart.yaml b/stable/hastebin/5.6.0/Chart.yaml
deleted file mode 100644
index af35f2dc7d8..00000000000
--- a/stable/hastebin/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Alpine-based Chart for Hastebin, the node.js paste service "
-home: https://truecharts.org/charts/stable/hastebin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png
-keywords:
- - hastebin
- - Cloud
- - Productivity
- - Tools-Utilities
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hastebin
-sources:
- - https://github.com/nzzane/haste-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin
- - https://hub.docker.com/r/flippinturt/hastebin
-type: application
-version: 5.6.0
diff --git a/stable/hastebin/5.6.0/charts/common-20.1.5.tgz b/stable/hastebin/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hastebin/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hedgedoc/12.6.0/.helmignore b/stable/hastebin/5.7.3/.helmignore
similarity index 100%
rename from stable/hedgedoc/12.6.0/.helmignore
rename to stable/hastebin/5.7.3/.helmignore
diff --git a/stable/hastebin/5.7.3/CHANGELOG.md b/stable/hastebin/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..816ffe30c87
--- /dev/null
+++ b/stable/hastebin/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hastebin-5.7.2](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hastebin/5.7.3/Chart.yaml b/stable/hastebin/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..199b1ff6e71
--- /dev/null
+++ b/stable/hastebin/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Alpine-based Chart for Hastebin, the node.js paste service "
+home: https://truecharts.org/charts/stable/hastebin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png
+keywords:
+ - hastebin
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hastebin
+sources:
+ - https://github.com/nzzane/haste-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin
+ - https://hub.docker.com/r/flippinturt/hastebin
+type: application
+version: 5.7.3
diff --git a/stable/hastebin/5.6.0/README.md b/stable/hastebin/5.7.3/README.md
similarity index 100%
rename from stable/hastebin/5.6.0/README.md
rename to stable/hastebin/5.7.3/README.md
diff --git a/stable/hastebin/5.7.3/app-changelog.md b/stable/hastebin/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..898e5277426
--- /dev/null
+++ b/stable/hastebin/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hastebin-5.7.3](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hastebin/5.6.0/app-readme.md b/stable/hastebin/5.7.3/app-readme.md
similarity index 100%
rename from stable/hastebin/5.6.0/app-readme.md
rename to stable/hastebin/5.7.3/app-readme.md
diff --git a/stable/hastebin/5.7.3/charts/common-20.2.4.tgz b/stable/hastebin/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hastebin/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hastebin/5.6.0/ix_values.yaml b/stable/hastebin/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hastebin/5.6.0/ix_values.yaml
rename to stable/hastebin/5.7.3/ix_values.yaml
diff --git a/stable/hastebin/5.6.0/questions.yaml b/stable/hastebin/5.7.3/questions.yaml
similarity index 100%
rename from stable/hastebin/5.6.0/questions.yaml
rename to stable/hastebin/5.7.3/questions.yaml
diff --git a/stable/hetzner-ddns/5.6.0/templates/common.yaml b/stable/hastebin/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/templates/common.yaml
rename to stable/hastebin/5.7.3/templates/common.yaml
diff --git a/stable/hedgedoc/12.6.0/values.yaml b/stable/hastebin/5.7.3/values.yaml
similarity index 100%
rename from stable/hedgedoc/12.6.0/values.yaml
rename to stable/hastebin/5.7.3/values.yaml
diff --git a/stable/hasty-paste/6.7.0/CHANGELOG.md b/stable/hasty-paste/6.7.0/CHANGELOG.md
deleted file mode 100644
index fbdc915b85b..00000000000
--- a/stable/hasty-paste/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
diff --git a/stable/hasty-paste/6.7.0/Chart.yaml b/stable/hasty-paste/6.7.0/Chart.yaml
deleted file mode 100644
index 1c9de7266a6..00000000000
--- a/stable/hasty-paste/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.10.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fast and minimal paste bin, written in Python using Quart.
-home: https://truecharts.org/charts/stable/hasty-paste
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png
-keywords:
- - hasty-paste
- - Cloud
- - Productivity
- - Tools-Utilities
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hasty-paste
-sources:
- - https://github.com/enchant97/hasty-paste
- - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md
- - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste
- - https://ghcr.io/enchant97/hasty-paste
-type: application
-version: 6.7.0
diff --git a/stable/hasty-paste/6.7.0/app-changelog.md b/stable/hasty-paste/6.7.0/app-changelog.md
deleted file mode 100644
index 3e71f32125e..00000000000
--- a/stable/hasty-paste/6.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [hasty-paste-6.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/hasty-paste/6.7.0/charts/common-20.2.0.tgz b/stable/hasty-paste/6.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/hasty-paste/6.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/hasty-paste/6.7.0/charts/redis-13.0.5.tgz b/stable/hasty-paste/6.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/hasty-paste/6.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/heimdall/20.7.0/.helmignore b/stable/hasty-paste/6.8.2/.helmignore
similarity index 100%
rename from stable/heimdall/20.7.0/.helmignore
rename to stable/hasty-paste/6.8.2/.helmignore
diff --git a/stable/hasty-paste/6.8.2/CHANGELOG.md b/stable/hasty-paste/6.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..c522716baf2
--- /dev/null
+++ b/stable/hasty-paste/6.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [hasty-paste-6.8.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [hasty-paste-6.8.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [hasty-paste-6.8.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [hasty-paste-6.8.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [hasty-paste-6.8.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/hasty-paste/6.8.2/Chart.yaml b/stable/hasty-paste/6.8.2/Chart.yaml
new file mode 100644
index 00000000000..e4740673766
--- /dev/null
+++ b/stable/hasty-paste/6.8.2/Chart.yaml
@@ -0,0 +1,48 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.10.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fast and minimal paste bin, written in Python using Quart.
+home: https://truecharts.org/charts/stable/hasty-paste
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.png
+keywords:
+ - hasty-paste
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hasty-paste
+sources:
+ - https://github.com/enchant97/hasty-paste
+ - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste
+ - https://ghcr.io/enchant97/hasty-paste
+type: application
+version: 6.8.2
diff --git a/stable/hasty-paste/6.7.0/README.md b/stable/hasty-paste/6.8.2/README.md
similarity index 100%
rename from stable/hasty-paste/6.7.0/README.md
rename to stable/hasty-paste/6.8.2/README.md
diff --git a/stable/hasty-paste/6.8.2/app-changelog.md b/stable/hasty-paste/6.8.2/app-changelog.md
new file mode 100644
index 00000000000..b4b6659bf81
--- /dev/null
+++ b/stable/hasty-paste/6.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [hasty-paste-6.8.2](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/hasty-paste/6.7.0/app-readme.md b/stable/hasty-paste/6.8.2/app-readme.md
similarity index 100%
rename from stable/hasty-paste/6.7.0/app-readme.md
rename to stable/hasty-paste/6.8.2/app-readme.md
diff --git a/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz b/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hasty-paste/6.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/hasty-paste/6.8.2/charts/redis-13.2.2.tgz b/stable/hasty-paste/6.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/hasty-paste/6.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/hasty-paste/6.7.0/ix_values.yaml b/stable/hasty-paste/6.8.2/ix_values.yaml
similarity index 100%
rename from stable/hasty-paste/6.7.0/ix_values.yaml
rename to stable/hasty-paste/6.8.2/ix_values.yaml
diff --git a/stable/hasty-paste/6.7.0/questions.yaml b/stable/hasty-paste/6.8.2/questions.yaml
similarity index 100%
rename from stable/hasty-paste/6.7.0/questions.yaml
rename to stable/hasty-paste/6.8.2/questions.yaml
diff --git a/stable/hasty-paste/6.7.0/templates/_secrets.tpl b/stable/hasty-paste/6.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/hasty-paste/6.7.0/templates/_secrets.tpl
rename to stable/hasty-paste/6.8.2/templates/_secrets.tpl
diff --git a/stable/hasty-paste/6.7.0/templates/common.yaml b/stable/hasty-paste/6.8.2/templates/common.yaml
similarity index 100%
rename from stable/hasty-paste/6.7.0/templates/common.yaml
rename to stable/hasty-paste/6.8.2/templates/common.yaml
diff --git a/stable/heimdall/20.7.0/values.yaml b/stable/hasty-paste/6.8.2/values.yaml
similarity index 100%
rename from stable/heimdall/20.7.0/values.yaml
rename to stable/hasty-paste/6.8.2/values.yaml
diff --git a/stable/headphones/11.6.0/CHANGELOG.md b/stable/headphones/11.6.0/CHANGELOG.md
deleted file mode 100644
index d34ee213814..00000000000
--- a/stable/headphones/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [headphones-11.6.0](https://github.com/truecharts/charts/compare/headphones-11.5.2...headphones-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [headphones-11.5.2](https://github.com/truecharts/charts/compare/headphones-11.5.1...headphones-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [headphones-11.5.1](https://github.com/truecharts/charts/compare/headphones-11.5.0...headphones-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [headphones-11.5.0](https://github.com/truecharts/charts/compare/headphones-11.4.1...headphones-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [headphones-11.4.1](https://github.com/truecharts/charts/compare/headphones-11.4.0...headphones-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [headphones-11.4.0](https://github.com/truecharts/charts/compare/headphones-11.3.0...headphones-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [headphones-11.3.0](https://github.com/truecharts/charts/compare/headphones-11.2.3...headphones-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [headphones-11.2.3](https://github.com/truecharts/charts/compare/headphones-11.2.2...headphones-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [headphones-11.2.2](https://github.com/truecharts/charts/compare/headphones-11.2.0...headphones-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/headphones/11.6.0/Chart.yaml b/stable/headphones/11.6.0/Chart.yaml
deleted file mode 100644
index 75710cbf9bf..00000000000
--- a/stable/headphones/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: a78f38c1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
-home: https://truecharts.org/charts/stable/headphones
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png
-keywords:
- - headphones
- - music
- - downloader
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: headphones
-sources:
- - https://github.com/linuxserver/docker-headphones
- - https://github.com/rembo10/headphones
- - https://github.com/truecharts/charts/tree/master/charts/stable/headphones
- - https://ghcr.io/linuxserver/headphones
-type: application
-version: 11.6.0
diff --git a/stable/headphones/11.6.0/charts/common-20.1.5.tgz b/stable/headphones/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/headphones/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hetzner-ddns/5.6.0/.helmignore b/stable/headphones/11.7.3/.helmignore
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/.helmignore
rename to stable/headphones/11.7.3/.helmignore
diff --git a/stable/headphones/11.7.3/CHANGELOG.md b/stable/headphones/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..88867006921
--- /dev/null
+++ b/stable/headphones/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [headphones-11.7.2](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/headphones/11.7.3/Chart.yaml b/stable/headphones/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..3f754e5d881
--- /dev/null
+++ b/stable/headphones/11.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: a78f38c1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
+home: https://truecharts.org/charts/stable/headphones
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png
+keywords:
+ - headphones
+ - music
+ - downloader
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: headphones
+sources:
+ - https://github.com/linuxserver/docker-headphones
+ - https://github.com/rembo10/headphones
+ - https://github.com/truecharts/charts/tree/master/charts/stable/headphones
+ - https://ghcr.io/linuxserver/headphones
+type: application
+version: 11.7.3
diff --git a/stable/headphones/11.6.0/README.md b/stable/headphones/11.7.3/README.md
similarity index 100%
rename from stable/headphones/11.6.0/README.md
rename to stable/headphones/11.7.3/README.md
diff --git a/stable/headphones/11.7.3/app-changelog.md b/stable/headphones/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..ccde2eec9ca
--- /dev/null
+++ b/stable/headphones/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [headphones-11.7.3](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/headphones/11.6.0/app-readme.md b/stable/headphones/11.7.3/app-readme.md
similarity index 100%
rename from stable/headphones/11.6.0/app-readme.md
rename to stable/headphones/11.7.3/app-readme.md
diff --git a/stable/headphones/11.7.3/charts/common-20.2.4.tgz b/stable/headphones/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/headphones/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/headphones/11.6.0/ix_values.yaml b/stable/headphones/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/headphones/11.6.0/ix_values.yaml
rename to stable/headphones/11.7.3/ix_values.yaml
diff --git a/stable/headphones/11.6.0/questions.yaml b/stable/headphones/11.7.3/questions.yaml
similarity index 100%
rename from stable/headphones/11.6.0/questions.yaml
rename to stable/headphones/11.7.3/questions.yaml
diff --git a/stable/heimdall/20.7.0/templates/NOTES.txt b/stable/headphones/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/heimdall/20.7.0/templates/NOTES.txt
rename to stable/headphones/11.7.3/templates/NOTES.txt
diff --git a/stable/medusa/10.7.0/templates/common.yaml b/stable/headphones/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/medusa/10.7.0/templates/common.yaml
rename to stable/headphones/11.7.3/templates/common.yaml
diff --git a/stable/hetzner-ddns/5.6.0/values.yaml b/stable/headphones/11.7.3/values.yaml
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/values.yaml
rename to stable/headphones/11.7.3/values.yaml
diff --git a/stable/healthchecks/14.7.0/CHANGELOG.md b/stable/healthchecks/14.7.0/CHANGELOG.md
deleted file mode 100644
index 39353363513..00000000000
--- a/stable/healthchecks/14.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/healthchecks/14.7.0/Chart.yaml b/stable/healthchecks/14.7.0/Chart.yaml
deleted file mode 100644
index ff3d30d9481..00000000000
--- a/stable/healthchecks/14.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.2.20240311
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
-home: https://truecharts.org/charts/stable/healthchecks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png
-keywords:
- - cron
- - monitoring
- - alert
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: healthchecks
-sources:
- - https://github.com/healthchecks/healthchecks
- - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks
- - https://ghcr.io/linuxserver/healthchecks
-type: application
-version: 14.7.0
diff --git a/stable/healthchecks/14.7.0/app-changelog.md b/stable/healthchecks/14.7.0/app-changelog.md
deleted file mode 100644
index 579cd1df6a1..00000000000
--- a/stable/healthchecks/14.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [healthchecks-14.7.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/healthchecks/14.7.0/charts/common-20.2.0.tgz b/stable/healthchecks/14.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/healthchecks/14.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/healthchecks/14.7.0/ix_values.yaml b/stable/healthchecks/14.7.0/ix_values.yaml
deleted file mode 100644
index 59b6cd30fb4..00000000000
--- a/stable/healthchecks/14.7.0/ix_values.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/healthchecks
- tag: 3.2.20240311@sha256:b47968b3eadc3735707ba2cadda37bf6b36c62928ffe0eb7d088a9de6d2d0031
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10074
- targetPort: 8000
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- env:
- REGENERATE_SETTINGS: "True"
- SITE_ROOT: "https://healthchecks.domain"
- SITE_NAME: ""
- SUPERUSER_EMAIL: "email@healthchecks.io"
- SUPERUSER_PASSWORD: "myVeryStrongPassword"
diff --git a/stable/hexchat/5.6.0/.helmignore b/stable/healthchecks/14.7.4/.helmignore
similarity index 100%
rename from stable/hexchat/5.6.0/.helmignore
rename to stable/healthchecks/14.7.4/.helmignore
diff --git a/stable/healthchecks/14.7.4/CHANGELOG.md b/stable/healthchecks/14.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..58043ea66a3
--- /dev/null
+++ b/stable/healthchecks/14.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [healthchecks-14.7.4](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [healthchecks-14.7.3](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [healthchecks-14.7.3](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [healthchecks-14.7.3](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [healthchecks-14.7.3](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [healthchecks-14.7.3](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/healthchecks/14.7.4/Chart.yaml b/stable/healthchecks/14.7.4/Chart.yaml
new file mode 100644
index 00000000000..06b3cccddad
--- /dev/null
+++ b/stable/healthchecks/14.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.2.20240318
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
+home: https://truecharts.org/charts/stable/healthchecks
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png
+keywords:
+ - cron
+ - monitoring
+ - alert
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: healthchecks
+sources:
+ - https://github.com/healthchecks/healthchecks
+ - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks
+ - https://ghcr.io/linuxserver/healthchecks
+type: application
+version: 14.7.4
diff --git a/stable/healthchecks/14.7.0/README.md b/stable/healthchecks/14.7.4/README.md
similarity index 100%
rename from stable/healthchecks/14.7.0/README.md
rename to stable/healthchecks/14.7.4/README.md
diff --git a/stable/healthchecks/14.7.4/app-changelog.md b/stable/healthchecks/14.7.4/app-changelog.md
new file mode 100644
index 00000000000..14882e346db
--- /dev/null
+++ b/stable/healthchecks/14.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [healthchecks-14.7.4](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240318[@6ca4c85](https://github.com/6ca4c85) by renovate ([#19459](https://github.com/truecharts/charts/issues/19459))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/healthchecks/14.7.0/app-readme.md b/stable/healthchecks/14.7.4/app-readme.md
similarity index 100%
rename from stable/healthchecks/14.7.0/app-readme.md
rename to stable/healthchecks/14.7.4/app-readme.md
diff --git a/stable/healthchecks/14.7.4/charts/common-20.2.4.tgz b/stable/healthchecks/14.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/healthchecks/14.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/healthchecks/14.7.4/ix_values.yaml b/stable/healthchecks/14.7.4/ix_values.yaml
new file mode 100644
index 00000000000..2610bceaacd
--- /dev/null
+++ b/stable/healthchecks/14.7.4/ix_values.yaml
@@ -0,0 +1,41 @@
+image:
+ repository: ghcr.io/linuxserver/healthchecks
+ tag: 3.2.20240318@sha256:6ca4c858f1129f739051fd80472cfe88d167eaba55f2a1546226f1707db0a1f7
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10074
+ targetPort: 8000
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ env:
+ REGENERATE_SETTINGS: "True"
+ SITE_ROOT: "https://healthchecks.domain"
+ SITE_NAME: ""
+ SUPERUSER_EMAIL: "email@healthchecks.io"
+ SUPERUSER_PASSWORD: "myVeryStrongPassword"
diff --git a/stable/healthchecks/14.7.0/questions.yaml b/stable/healthchecks/14.7.4/questions.yaml
similarity index 100%
rename from stable/healthchecks/14.7.0/questions.yaml
rename to stable/healthchecks/14.7.4/questions.yaml
diff --git a/stable/homarr/10.6.1/templates/NOTES.txt b/stable/healthchecks/14.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/homarr/10.6.1/templates/NOTES.txt
rename to stable/healthchecks/14.7.4/templates/NOTES.txt
diff --git a/stable/homebridge/7.6.0/templates/common.yaml b/stable/healthchecks/14.7.4/templates/common.yaml
similarity index 100%
rename from stable/homebridge/7.6.0/templates/common.yaml
rename to stable/healthchecks/14.7.4/templates/common.yaml
diff --git a/stable/hexchat/5.6.0/values.yaml b/stable/healthchecks/14.7.4/values.yaml
similarity index 100%
rename from stable/hexchat/5.6.0/values.yaml
rename to stable/healthchecks/14.7.4/values.yaml
diff --git a/stable/hedgedoc/12.6.0/CHANGELOG.md b/stable/hedgedoc/12.6.0/CHANGELOG.md
deleted file mode 100644
index eb8958fcf69..00000000000
--- a/stable/hedgedoc/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hedgedoc-12.6.0](https://github.com/truecharts/charts/compare/hedgedoc-12.5.2...hedgedoc-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hedgedoc-12.5.2](https://github.com/truecharts/charts/compare/hedgedoc-12.5.1...hedgedoc-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hedgedoc-12.5.1](https://github.com/truecharts/charts/compare/hedgedoc-12.5.0...hedgedoc-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hedgedoc-12.5.0](https://github.com/truecharts/charts/compare/hedgedoc-12.4.1...hedgedoc-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hedgedoc-12.4.1](https://github.com/truecharts/charts/compare/hedgedoc-12.4.0...hedgedoc-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hedgedoc-12.4.0](https://github.com/truecharts/charts/compare/hedgedoc-12.3.0...hedgedoc-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hedgedoc-12.3.0](https://github.com/truecharts/charts/compare/hedgedoc-12.2.3...hedgedoc-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hedgedoc-12.2.3](https://github.com/truecharts/charts/compare/hedgedoc-12.2.2...hedgedoc-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hedgedoc-12.2.2](https://github.com/truecharts/charts/compare/hedgedoc-12.2.0...hedgedoc-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hedgedoc/12.6.0/Chart.yaml b/stable/hedgedoc/12.6.0/Chart.yaml
deleted file mode 100644
index eb0a0720092..00000000000
--- a/stable/hedgedoc/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.9.9
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: HedgeDoc lets you create real-time collaborative markdown notes.
-home: https://truecharts.org/charts/stable/hedgedoc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png
-keywords:
- - hedgedoc
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hedgedoc
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc
- - https://quay.io/hedgedoc/hedgedoc
-type: application
-version: 12.6.0
diff --git a/stable/hedgedoc/12.6.0/charts/common-20.1.5.tgz b/stable/hedgedoc/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hedgedoc/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hedgedoc/12.6.0/questions.yaml b/stable/hedgedoc/12.6.0/questions.yaml
deleted file mode 100755
index bf3b612a973..00000000000
--- a/stable/hedgedoc/12.6.0/questions.yaml
+++ /dev/null
@@ -1,4088 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: generalsettings
- label: "General Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_FORBIDDEN_NOTE_IDS
- label: "CMD_FORBIDDEN_NOTE_IDS"
- description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true"
- schema:
- type: string
- default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views"
- - variable: CMD_IMAGE_UPLOAD_TYPE
- label: "CMD_IMAGE_UPLOAD_TYPE"
- description: "Where to upload images."
- schema:
- type: string
- default: "filesystem"
- enum:
- - value: "filesystem"
- description: "filesystem"
- - value: "imgur"
- description: "imgur"
- - value: "s3"
- description: "s3"
- - value: "minio"
- description: "minio"
- - value: "azure"
- description: "azure"
- - value: "lutim"
- description: "lutim"
- - variable: CMD_SOURCE_URL
- label: "CMD_SOURCE_URL"
- description: "Provides the link to the source code of HedgeDoc on the entry page"
- schema:
- type: string
- default: ""
- - variable: CMD_TOOBUSY_LAG
- label: "CMD_TOOBUSY_LAG"
- description: "CPU time for one event loop tick until node throttles connections. (milliseconds)"
- schema:
- type: int
- default: 70
- - variable: CMD_ALLOW_GRAVATAR
- label: "CMD_ALLOW_GRAVATAR"
- description: "Set to false to disable Libravatar as profile picture source on your instance."
- schema:
- type: boolean
- default: true
- - variable: httpsettings
- label: "HTTP Settings"
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: CMD_DOMAIN
- label: "CMD_DOMAIN"
- description: "Domain name (eg. hedgedoc.org)"
- schema:
- type: string
- default: ""
- - variable: CMD_PROTOCOL_USESSL
- label: "CMD_PROTOCOL_USESSL"
- description: "Set to use SSL protocol for resources path (only applied when domain is set)"
- schema:
- type: boolean
- default: false
- - variable: CMD_URL_ADDPORT
- label: "CMD_URL_ADDPORT"
- description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)"
- schema:
- type: boolean
- default: false
- - variable: CMD_ALLOW_ORIGIN
- label: "CMD_ALLOW_ORIGIN"
- description: "Domain name whitelist (use comma to separate)"
- schema:
- type: string
- default: "localhost"
- - variable: websecsettings
- label: "Web Security Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_HSTS_ENABLE
- label: "CMD_HSTS_ENABLE"
- description: "Set to enable HSTS if HTTPS is also enabled"
- schema:
- type: boolean
- default: true
- - variable: CMD_HSTS_INCLUDE_SUBDOMAINS
- label: "CMD_HSTS_INCLUDE_SUBDOMAINS"
- description: "Set to include subdomains in HSTS"
- schema:
- type: boolean
- default: true
- - variable: CMD_HSTS_MAX_AGE
- label: "CMD_HSTS_MAX_AGE"
- description: "Max duration in seconds to tell clients to keep HSTS status"
- schema:
- type: int
- default: 31536000
- - variable: CMD_HSTS_PRELOAD
- label: "CMD_HSTS_PRELOAD"
- description: "Whether to allow preloading of the site's HSTS status"
- schema:
- type: boolean
- default: true
- - variable: CMD_CSP_ENABLE
- label: "CMD_CSP_ENABLE"
- description: "Whether to apply a Content-Security-Policy header to responses"
- schema:
- type: boolean
- default: true
- - variable: CMD_CSP_ADD_DISQUS
- label: "CMD_CSP_ADD_DISQUS"
- description: "Enable to allow users to add Disqus comments to their notes or presentations."
- schema:
- type: boolean
- default: false
- - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS
- label: "CMD_CSP_ADD_GOOGLE_ANALYTICS"
- description: "Enable to allow users to add Google Analytics to their notes."
- schema:
- type: boolean
- default: false
- - variable: CMD_CSP_REPORTURI
- label: "CMD_CSP_REPORTURI"
- description: "Allows to add a URL for CSP reports in case of violations."
- schema:
- type: string
- default: ""
- - variable: CMD_CSP_ALLOW_FRAMING
- label: "CMD_CSP_ALLOW_FRAMING"
- description: "Disable to disallow embedding of the instance via iframe."
- schema:
- type: boolean
- default: true
- - variable: CMD_CSP_ALLOW_PDF_EMBED
- label: "CMD_CSP_ALLOW_PDF_EMBED"
- description: "Disable to disallow embedding PDFs."
- schema:
- type: boolean
- default: true
- - variable: CMD_COOKIE_POLICY
- label: "CMD_COOKIE_POLICY"
- description: "Set a SameSite policy whether cookies are send from cross-origin"
- schema:
- type: string
- default: "lax"
- enum:
- - value: "lax"
- description: "lax"
- - value: "strict"
- description: "strict"
- - value: "none"
- description: "none"
- - variable: userprivillegesettings
- label: "Users and Privileges Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_ALLOW_ANONYMOUS
- label: "CMD_ALLOW_ANONYMOUS"
- description: "Set to allow anonymous usage"
- schema:
- type: boolean
- default: false
- - variable: CMD_ALLOW_ANONYMOUS_EDITS
- label: "CMD_ALLOW_ANONYMOUS_EDITS"
- description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes"
- schema:
- type: boolean
- default: false
- - variable: CMD_ALLOW_FREEURL
- label: "CMD_ALLOW_FREEURL"
- description: "Set to allow new note creation by accessing a nonexistent note URL"
- schema:
- type: boolean
- default: false
- - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION
- label: "CMD_REQUIRE_FREEURL_AUTHENTICATION"
- description: "Set to require authentication for FreeURL mode style note creation"
- schema:
- type: boolean
- default: true
- - variable: CMD_DEFAULT_PERMISSION
- label: "CMD_DEFAULT_PERMISSION"
- description: "Set notes default permission (only applied on signed-in users)"
- schema:
- type: string
- default: "editable"
- enum:
- - value: "editable"
- description: "editable"
- - value: "freely"
- description: "freely"
- - value: "limited"
- description: "limited"
- - value: "locked"
- description: "locked"
- - value: "protected"
- description: "protected"
- - value: "private"
- description: "private"
- - variable: CMD_SESSION_LIFE
- label: "CMD_SESSION_LIFE"
- description: "Cookie session life time in milliseconds."
- schema:
- type: int
- default: 1209600000
- - variable: loginsettings
- label: "Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_EMAIL
- label: "CMD_EMAIL"
- description: "Set to allow email sign-in"
- schema:
- type: boolean
- default: true
- - variable: CMD_ALLOW_EMAIL_REGISTER
- label: "CMD_ALLOW_EMAIL_REGISTER"
- description: "Set to allow registration of new accounts using an email address."
- schema:
- type: boolean
- default: true
- - variable: dropboxsettings
- label: "Dropbox Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_DROPBOX_CLIENTID
- label: "CMD_DROPBOX_CLIENTID"
- description: "Dropbox API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_DROPBOX_CLIENTSECRET
- label: "CMD_DROPBOX_CLIENTSECRET"
- description: "Dropbox API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: facebooksettings
- label: "Facebook Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_FACEBOOK_CLIENTID
- label: "CMD_FACEBOOK_CLIENTID"
- description: "Facebook API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_FACEBOOK_CLIENTSECRET
- label: "CMD_FACEBOOK_CLIENTSECRET"
- description: "Facebook API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: githubsettings
- label: "Github Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_GITHUB_CLIENTID
- label: "CMD_GITHUB_CLIENTID"
- description: "Github API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_GITHUB_CLIENTSECRET
- label: "CMD_GITHUB_CLIENTSECRET"
- description: "Github API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: gitlabsettings
- label: "GitLab Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_GITLAB_SCOPE
- label: "CMD_GITLAB_SCOPE"
- description: "GitLab API requested scope"
- schema:
- type: string
- default: "api"
- enum:
- - value: "api"
- description: "api"
- - value: "read_user"
- description: "read_user"
- - variable: CMD_GITLAB_BASEURL
- label: "CMD_GITLAB_BASEURL"
- description: "GitLab authentication endpoint"
- schema:
- type: string
- default: ""
- - variable: CMD_GITLAB_CLIENTID
- label: "CMD_GITLAB_CLIENTID"
- description: "GitLab API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_GITLAB_CLIENTSECRET
- label: "CMD_GITLAB_CLIENTSECRET"
- description: "GitLab API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_GITLAB_VERSION
- label: "CMD_GITLAB_VERSION"
- description: "GitLab API version"
- schema:
- type: string
- default: "v4"
- enum:
- - value: "v4"
- description: "v4"
- - value: "v3"
- description: "v3"
- - variable: googlesettings
- label: "Google Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_GOOGLE_CLIENTID
- label: "CMD_GOOGLE_CLIENTID"
- description: "Google API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_GOOGLE_CLIENTSECRET
- label: "CMD_GOOGLE_CLIENTSECRET"
- description: "Google API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_GOOGLE_HOSTEDDOMAIN
- label: "CMD_GOOGLE_HOSTEDDOMAIN"
- description: "Provided only if the user belongs to a hosted domain"
- schema:
- type: string
- default: ""
- - variable: twittersettings
- label: "Twitter Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_TWITTER_CONSUMERKEY
- label: "CMD_TWITTER_CONSUMERKEY"
- description: "Twitter API consumer key"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_TWITTER_CONSUMERSECRET
- label: "CMD_TWITTER_CONSUMERSECRET"
- description: "Twitter API consumer secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: mattermostsettings
- label: "Mattermost Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_MATTERMOST_BASEURL
- label: "CMD_MATTERMOST_BASEURL"
- description: "Mattermost authentication endpoint for versions below 5.0"
- schema:
- type: string
- default: ""
- - variable: CMD_MATTERMOST_CLIENTID
- label: "CMD_MATTERMOST_CLIENTID"
- description: "Mattermost API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_MATTERMOST_CLIENTSECRET
- label: "CMD_MATTERMOST_CLIENTSECRET"
- description: "Mattermost API client secret"
- schema:
- type: string
- private: true
- default: ""
- - variable: oauthsettings
- label: "OAuth2 Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_OAUTH2_USER_PROFILE_URL
- label: "CMD_OAUTH2_USER_PROFILE_URL"
- description: "Where to retrieve information about a user after successful login"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR
- label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR"
- description: "Where to find the username in the JSON from the user profile URL"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR
- label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR"
- description: "Where to find the display-name in the JSON from the user profile URL"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR
- label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR"
- description: "Where to find the email address in the JSON from the user profile URL"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR
- label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR"
- description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_TOKEN_URL
- label: "CMD_OAUTH2_TOKEN_URL"
- description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_AUTHORIZATION_URL
- label: "CMD_OAUTH2_AUTHORIZATION_URL"
- description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_CLIENT_ID
- label: "CMD_OAUTH2_CLIENT_ID"
- description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_OAUTH2_CLIENT_SECRET
- label: "CMD_OAUTH2_CLIENT_SECRET"
- description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_PROVIDERNAME
- label: "CMD_OAUTH2_PROVIDERNAME"
- description: "Optional name to be displayed at login form indicating the oAuth2 provider"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_SCOPE
- label: "CMD_OAUTH2_SCOPE"
- description: "Scope to request for OIDC (OpenID Connect) providers"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_ROLES_CLAIM
- label: "CMD_OAUTH2_ROLES_CLAIM"
- description: "ID token claim, which is supposed to provide an array of strings of roles"
- schema:
- type: string
- default: ""
- - variable: CMD_OAUTH2_ACCESS_ROLE
- label: "CMD_OAUTH2_ACCESS_ROLE"
- description: "The role which should be included in the ID token roles claim to grant access"
- schema:
- type: string
- default: ""
- - variable: ldapsettings
- label: "LDAP Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_LDAP_URL
- label: "CMD_LDAP_URL"
- description: "URL of LDAP server"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_BINDDN
- label: "CMD_LDAP_BINDDN"
- description: "bindDn for LDAP access"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_BINDCREDENTIALS
- label: "CMD_LDAP_BINDCREDENTIALS"
- description: "bindCredentials for LDAP access"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_SEARCHBASE
- label: "CMD_LDAP_SEARCHBASE"
- description: "LDAP directory to begin search from"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_SEARCHFILTER
- label: "CMD_LDAP_SEARCHFILTER"
- description: "LDAP filter to search with"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_SEARCHATTRIBUTES
- label: "CMD_LDAP_SEARCHATTRIBUTES"
- description: "LDAP attributes to search with (use comma to separate)"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_USERIDFIELD
- label: "CMD_LDAP_USERIDFIELD"
- description: "The LDAP field which is used uniquely identify a user on HedgeDoc"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_USERNAMEFIELD
- label: "CMD_LDAP_USERNAMEFIELD"
- description: "The LDAP field which is used as the username on HedgeDoc"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_TLS_CA
- label: "CMD_LDAP_TLS_CA"
- description: "Root CA for LDAP TLS in PEM format (use comma to separate)"
- schema:
- type: string
- default: ""
- - variable: CMD_LDAP_PROVIDERNAME
- label: "CMD_LDAP_PROVIDERNAME"
- description: "CMD_LDAP_PROVIDERNAME"
- schema:
- type: string
- default: ""
- - variable: samlsettings
- label: "SAML Login Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_SAML_IDPSSOURL
- label: "CMD_SAML_IDPSSOURL"
- description: "Authentication endpoint of IdP. for details"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_IDPCERT
- label: "CMD_SAML_IDPCERT"
- description: "Certificate file path of IdP in PEM format"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_CLIENTCERT
- label: "CMD_SAML_CLIENTCERT"
- description: "Certificate file path for the client in PEM format"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_ISSUER
- label: "CMD_SAML_ISSUER"
- description: "Issuer to supply to identity provider"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT
- label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT"
- description: "True to allow any authentication method, false restricts to password authentication"
- schema:
- type: boolean
- default: false
- - variable: CMD_SAML_IDENTIFIERFORMAT
- label: "CMD_SAML_IDENTIFIERFORMAT"
- description: "Name identifier format"
- schema:
- type: string
- default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
- - variable: CMD_SAML_GROUPATTRIBUTE
- label: "CMD_SAML_GROUPATTRIBUTE"
- description: "Attribute name for group list"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_REQUIREDGROUPS
- label: "CMD_SAML_REQUIREDGROUPS"
- description: "Group names that allowed (use vertical bar to separate)"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_EXTERNALGROUPS
- label: "CMD_SAML_EXTERNALGROUPS"
- description: "Group names that not allowed (use vertical bar to separate) "
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_ATTRIBUTE_ID
- label: "CMD_SAML_ATTRIBUTE_ID"
- description: "Attribute map for id"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_ATTRIBUTE_USERNAME
- label: "CMD_SAML_ATTRIBUTE_USERNAME"
- description: "Attribute map for username"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_ATTRIBUTE_EMAIL
- label: "CMD_SAML_ATTRIBUTE_EMAIL"
- description: "Attribute map for email"
- schema:
- type: string
- default: ""
- - variable: CMD_SAML_PROVIDERNAME
- label: "CMD_SAML_PROVIDERNAME"
- description: "Optional name to be displayed at login form indicating the SAML provider"
- schema:
- type: string
- default: ""
- - variable: amazonsettings
- label: "Amazon S3 Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_S3_ACCESS_KEY_ID
- label: "CMD_S3_ACCESS_KEY_ID"
- description: "AWS access key id"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_S3_SECRET_ACCESS_KEY
- label: "CMD_S3_SECRET_ACCESS_KEY"
- description: "AWS secret key"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_S3_REGION
- label: "CMD_S3_REGION"
- description: "AWS S3 region"
- schema:
- type: string
- default: ""
- - variable: CMD_S3_BUCKET
- label: "CMD_S3_BUCKET"
- description: "AWS S3 bucket name"
- schema:
- type: string
- default: ""
- - variable: CMD_S3_ENDPOINT
- label: "CMD_S3_ENDPOINT "
- description: "S3 API endpoint if you don't use AWS name"
- schema:
- type: string
- default: ""
- - variable: azuresettings
- label: "Azure Blob Storage Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_AZURE_CONNECTION_STRING
- label: "CMD_AZURE_CONNECTION_STRING"
- description: "Azure Blob Storage connection string"
- schema:
- type: string
- default: ""
- - variable: CMD_AZURE_CONTAINER
- label: "CMD_AZURE_CONTAINER"
- description: "Azure Blob Storage container name (automatically created if non existent)"
- schema:
- type: string
- default: ""
- - variable: miniosettings
- label: "Minio Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_MINIO_ACCESS_KEY
- label: "CMD_MINIO_ACCESS_KEY"
- description: "Minio access key"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_MINIO_SECRET_KEY
- label: "CMD_MINIO_SECRET_KEY"
- description: "Minio secret key"
- schema:
- type: string
- private: true
- default: ""
- - variable: CMD_MINIO_ENDPOINT
- label: "CMD_MINIO_ENDPOINT"
- description: "Address of your Minio endpoint/instance"
- schema:
- type: string
- default: ""
- - variable: CMD_MINIO_PORT
- label: "CMD_MINIO_ACCESS_KEY"
- description: "Port that is used for your Minio instance"
- schema:
- type: string
- default: ""
- - variable: CMD_MINIO_SECURE
- label: "CMD_MINIO_SECURE"
- description: "If set to true HTTPS is used for Minio"
- schema:
- type: boolean
- default: true
- - variable: imgursettings
- label: "Imgur Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_IMGUR_CLIENTID
- label: "CMD_IMGUR_CLIENTID"
- description: "Imgur API client id"
- schema:
- type: string
- private: true
- default: ""
- - variable: lutimsettings
- label: "Lutim Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: CMD_LUTIM_URL
- label: "CMD_LUTIM_URL"
- description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url"
- schema:
- type: string
- default: ""
- - variable: logsettings
- label: "Logs Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: DEBUG
- label: "DEBUG"
- description: "Set debug mode, show more logs"
- schema:
- type: boolean
- default: false
- - variable: CMD_LOGLEVEL
- label: "CMD_LOGLEVEL"
- description: "Defines what kind of logs are provided to stdout."
- schema:
- type: string
- default: "info"
- enum:
- - value: "info"
- description: "info"
- - value: "warn"
- description: "warn"
- - value: "error"
- description: "error"
- - value: "verbose"
- description: "verbose"
- - value: "debug"
- description: "debug"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10132
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: uploads
- label: "App Uploads Storage"
- description: "Stores the Application Uploads."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/hexo-blog/5.6.0/.helmignore b/stable/hedgedoc/12.7.3/.helmignore
similarity index 100%
rename from stable/hexo-blog/5.6.0/.helmignore
rename to stable/hedgedoc/12.7.3/.helmignore
diff --git a/stable/hedgedoc/12.7.3/CHANGELOG.md b/stable/hedgedoc/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b0838cff755
--- /dev/null
+++ b/stable/hedgedoc/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hedgedoc-12.7.2](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hedgedoc/12.7.3/Chart.yaml b/stable/hedgedoc/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..bfd4a79f889
--- /dev/null
+++ b/stable/hedgedoc/12.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.9.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: HedgeDoc lets you create real-time collaborative markdown notes.
+home: https://truecharts.org/charts/stable/hedgedoc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png
+keywords:
+ - hedgedoc
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hedgedoc
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc
+ - https://quay.io/hedgedoc/hedgedoc
+type: application
+version: 12.7.3
diff --git a/stable/hedgedoc/12.6.0/README.md b/stable/hedgedoc/12.7.3/README.md
similarity index 100%
rename from stable/hedgedoc/12.6.0/README.md
rename to stable/hedgedoc/12.7.3/README.md
diff --git a/stable/hedgedoc/12.7.3/app-changelog.md b/stable/hedgedoc/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..743c462372c
--- /dev/null
+++ b/stable/hedgedoc/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hedgedoc-12.7.3](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hedgedoc/12.6.0/app-readme.md b/stable/hedgedoc/12.7.3/app-readme.md
similarity index 100%
rename from stable/hedgedoc/12.6.0/app-readme.md
rename to stable/hedgedoc/12.7.3/app-readme.md
diff --git a/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz b/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hedgedoc/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hedgedoc/12.6.0/ix_values.yaml b/stable/hedgedoc/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/hedgedoc/12.6.0/ix_values.yaml
rename to stable/hedgedoc/12.7.3/ix_values.yaml
diff --git a/stable/hedgedoc/12.7.3/questions.yaml b/stable/hedgedoc/12.7.3/questions.yaml
new file mode 100755
index 00000000000..25ac4d3c7da
--- /dev/null
+++ b/stable/hedgedoc/12.7.3/questions.yaml
@@ -0,0 +1,4090 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: generalsettings
+ label: "General Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_FORBIDDEN_NOTE_IDS
+ label: "CMD_FORBIDDEN_NOTE_IDS"
+ description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true"
+ schema:
+ type: string
+ default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views"
+ - variable: CMD_IMAGE_UPLOAD_TYPE
+ label: "CMD_IMAGE_UPLOAD_TYPE"
+ description: "Where to upload images."
+ schema:
+ type: string
+ default: "filesystem"
+ enum:
+ - value: "filesystem"
+ description: "filesystem"
+ - value: "imgur"
+ description: "imgur"
+ - value: "s3"
+ description: "s3"
+ - value: "minio"
+ description: "minio"
+ - value: "azure"
+ description: "azure"
+ - value: "lutim"
+ description: "lutim"
+ - variable: CMD_SOURCE_URL
+ label: "CMD_SOURCE_URL"
+ description: "Provides the link to the source code of HedgeDoc on the entry page"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_TOOBUSY_LAG
+ label: "CMD_TOOBUSY_LAG"
+ description: "CPU time for one event loop tick until node throttles connections. (milliseconds)"
+ schema:
+ type: int
+ default: 70
+ - variable: CMD_ALLOW_GRAVATAR
+ label: "CMD_ALLOW_GRAVATAR"
+ description: "Set to false to disable Libravatar as profile picture source on your instance."
+ schema:
+ type: boolean
+ default: true
+ - variable: httpsettings
+ label: "HTTP Settings"
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_DOMAIN
+ label: "CMD_DOMAIN"
+ description: "Domain name (eg. hedgedoc.org)"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_PROTOCOL_USESSL
+ label: "CMD_PROTOCOL_USESSL"
+ description: "Set to use SSL protocol for resources path (only applied when domain is set)"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_URL_ADDPORT
+ label: "CMD_URL_ADDPORT"
+ description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_ALLOW_ORIGIN
+ label: "CMD_ALLOW_ORIGIN"
+ description: "Domain name whitelist (use comma to separate)"
+ schema:
+ type: string
+ default: "localhost"
+ - variable: websecsettings
+ label: "Web Security Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_HSTS_ENABLE
+ label: "CMD_HSTS_ENABLE"
+ description: "Set to enable HSTS if HTTPS is also enabled"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_HSTS_INCLUDE_SUBDOMAINS
+ label: "CMD_HSTS_INCLUDE_SUBDOMAINS"
+ description: "Set to include subdomains in HSTS"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_HSTS_MAX_AGE
+ label: "CMD_HSTS_MAX_AGE"
+ description: "Max duration in seconds to tell clients to keep HSTS status"
+ schema:
+ type: int
+ default: 31536000
+ - variable: CMD_HSTS_PRELOAD
+ label: "CMD_HSTS_PRELOAD"
+ description: "Whether to allow preloading of the site's HSTS status"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_CSP_ENABLE
+ label: "CMD_CSP_ENABLE"
+ description: "Whether to apply a Content-Security-Policy header to responses"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_CSP_ADD_DISQUS
+ label: "CMD_CSP_ADD_DISQUS"
+ description: "Enable to allow users to add Disqus comments to their notes or presentations."
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS
+ label: "CMD_CSP_ADD_GOOGLE_ANALYTICS"
+ description: "Enable to allow users to add Google Analytics to their notes."
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_CSP_REPORTURI
+ label: "CMD_CSP_REPORTURI"
+ description: "Allows to add a URL for CSP reports in case of violations."
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_CSP_ALLOW_FRAMING
+ label: "CMD_CSP_ALLOW_FRAMING"
+ description: "Disable to disallow embedding of the instance via iframe."
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_CSP_ALLOW_PDF_EMBED
+ label: "CMD_CSP_ALLOW_PDF_EMBED"
+ description: "Disable to disallow embedding PDFs."
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_COOKIE_POLICY
+ label: "CMD_COOKIE_POLICY"
+ description: "Set a SameSite policy whether cookies are send from cross-origin"
+ schema:
+ type: string
+ default: "lax"
+ enum:
+ - value: "lax"
+ description: "lax"
+ - value: "strict"
+ description: "strict"
+ - value: "none"
+ description: "none"
+ - variable: userprivillegesettings
+ label: "Users and Privileges Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_ALLOW_ANONYMOUS
+ label: "CMD_ALLOW_ANONYMOUS"
+ description: "Set to allow anonymous usage"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_ALLOW_ANONYMOUS_EDITS
+ label: "CMD_ALLOW_ANONYMOUS_EDITS"
+ description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_ALLOW_FREEURL
+ label: "CMD_ALLOW_FREEURL"
+ description: "Set to allow new note creation by accessing a nonexistent note URL"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION
+ label: "CMD_REQUIRE_FREEURL_AUTHENTICATION"
+ description: "Set to require authentication for FreeURL mode style note creation"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_DEFAULT_PERMISSION
+ label: "CMD_DEFAULT_PERMISSION"
+ description: "Set notes default permission (only applied on signed-in users)"
+ schema:
+ type: string
+ default: "editable"
+ enum:
+ - value: "editable"
+ description: "editable"
+ - value: "freely"
+ description: "freely"
+ - value: "limited"
+ description: "limited"
+ - value: "locked"
+ description: "locked"
+ - value: "protected"
+ description: "protected"
+ - value: "private"
+ description: "private"
+ - variable: CMD_SESSION_LIFE
+ label: "CMD_SESSION_LIFE"
+ description: "Cookie session life time in milliseconds."
+ schema:
+ type: int
+ default: 1209600000
+ - variable: loginsettings
+ label: "Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_EMAIL
+ label: "CMD_EMAIL"
+ description: "Set to allow email sign-in"
+ schema:
+ type: boolean
+ default: true
+ - variable: CMD_ALLOW_EMAIL_REGISTER
+ label: "CMD_ALLOW_EMAIL_REGISTER"
+ description: "Set to allow registration of new accounts using an email address."
+ schema:
+ type: boolean
+ default: true
+ - variable: dropboxsettings
+ label: "Dropbox Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_DROPBOX_CLIENTID
+ label: "CMD_DROPBOX_CLIENTID"
+ description: "Dropbox API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_DROPBOX_CLIENTSECRET
+ label: "CMD_DROPBOX_CLIENTSECRET"
+ description: "Dropbox API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: facebooksettings
+ label: "Facebook Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_FACEBOOK_CLIENTID
+ label: "CMD_FACEBOOK_CLIENTID"
+ description: "Facebook API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_FACEBOOK_CLIENTSECRET
+ label: "CMD_FACEBOOK_CLIENTSECRET"
+ description: "Facebook API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: githubsettings
+ label: "Github Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_GITHUB_CLIENTID
+ label: "CMD_GITHUB_CLIENTID"
+ description: "Github API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_GITHUB_CLIENTSECRET
+ label: "CMD_GITHUB_CLIENTSECRET"
+ description: "Github API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: gitlabsettings
+ label: "GitLab Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_GITLAB_SCOPE
+ label: "CMD_GITLAB_SCOPE"
+ description: "GitLab API requested scope"
+ schema:
+ type: string
+ default: "api"
+ enum:
+ - value: "api"
+ description: "api"
+ - value: "read_user"
+ description: "read_user"
+ - variable: CMD_GITLAB_BASEURL
+ label: "CMD_GITLAB_BASEURL"
+ description: "GitLab authentication endpoint"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_GITLAB_CLIENTID
+ label: "CMD_GITLAB_CLIENTID"
+ description: "GitLab API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_GITLAB_CLIENTSECRET
+ label: "CMD_GITLAB_CLIENTSECRET"
+ description: "GitLab API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_GITLAB_VERSION
+ label: "CMD_GITLAB_VERSION"
+ description: "GitLab API version"
+ schema:
+ type: string
+ default: "v4"
+ enum:
+ - value: "v4"
+ description: "v4"
+ - value: "v3"
+ description: "v3"
+ - variable: googlesettings
+ label: "Google Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_GOOGLE_CLIENTID
+ label: "CMD_GOOGLE_CLIENTID"
+ description: "Google API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_GOOGLE_CLIENTSECRET
+ label: "CMD_GOOGLE_CLIENTSECRET"
+ description: "Google API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_GOOGLE_HOSTEDDOMAIN
+ label: "CMD_GOOGLE_HOSTEDDOMAIN"
+ description: "Provided only if the user belongs to a hosted domain"
+ schema:
+ type: string
+ default: ""
+ - variable: twittersettings
+ label: "Twitter Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_TWITTER_CONSUMERKEY
+ label: "CMD_TWITTER_CONSUMERKEY"
+ description: "Twitter API consumer key"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_TWITTER_CONSUMERSECRET
+ label: "CMD_TWITTER_CONSUMERSECRET"
+ description: "Twitter API consumer secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: mattermostsettings
+ label: "Mattermost Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_MATTERMOST_BASEURL
+ label: "CMD_MATTERMOST_BASEURL"
+ description: "Mattermost authentication endpoint for versions below 5.0"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_MATTERMOST_CLIENTID
+ label: "CMD_MATTERMOST_CLIENTID"
+ description: "Mattermost API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_MATTERMOST_CLIENTSECRET
+ label: "CMD_MATTERMOST_CLIENTSECRET"
+ description: "Mattermost API client secret"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: oauthsettings
+ label: "OAuth2 Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_OAUTH2_USER_PROFILE_URL
+ label: "CMD_OAUTH2_USER_PROFILE_URL"
+ description: "Where to retrieve information about a user after successful login"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR
+ label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR"
+ description: "Where to find the username in the JSON from the user profile URL"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR
+ label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR"
+ description: "Where to find the display-name in the JSON from the user profile URL"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR
+ label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR"
+ description: "Where to find the email address in the JSON from the user profile URL"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR
+ label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR"
+ description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_TOKEN_URL
+ label: "CMD_OAUTH2_TOKEN_URL"
+ description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_AUTHORIZATION_URL
+ label: "CMD_OAUTH2_AUTHORIZATION_URL"
+ description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_CLIENT_ID
+ label: "CMD_OAUTH2_CLIENT_ID"
+ description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_OAUTH2_CLIENT_SECRET
+ label: "CMD_OAUTH2_CLIENT_SECRET"
+ description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_PROVIDERNAME
+ label: "CMD_OAUTH2_PROVIDERNAME"
+ description: "Optional name to be displayed at login form indicating the oAuth2 provider"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_SCOPE
+ label: "CMD_OAUTH2_SCOPE"
+ description: "Scope to request for OIDC (OpenID Connect) providers"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_ROLES_CLAIM
+ label: "CMD_OAUTH2_ROLES_CLAIM"
+ description: "ID token claim, which is supposed to provide an array of strings of roles"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_OAUTH2_ACCESS_ROLE
+ label: "CMD_OAUTH2_ACCESS_ROLE"
+ description: "The role which should be included in the ID token roles claim to grant access"
+ schema:
+ type: string
+ default: ""
+ - variable: ldapsettings
+ label: "LDAP Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_LDAP_URL
+ label: "CMD_LDAP_URL"
+ description: "URL of LDAP server"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_BINDDN
+ label: "CMD_LDAP_BINDDN"
+ description: "bindDn for LDAP access"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_BINDCREDENTIALS
+ label: "CMD_LDAP_BINDCREDENTIALS"
+ description: "bindCredentials for LDAP access"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_SEARCHBASE
+ label: "CMD_LDAP_SEARCHBASE"
+ description: "LDAP directory to begin search from"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_SEARCHFILTER
+ label: "CMD_LDAP_SEARCHFILTER"
+ description: "LDAP filter to search with"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_SEARCHATTRIBUTES
+ label: "CMD_LDAP_SEARCHATTRIBUTES"
+ description: "LDAP attributes to search with (use comma to separate)"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_USERIDFIELD
+ label: "CMD_LDAP_USERIDFIELD"
+ description: "The LDAP field which is used uniquely identify a user on HedgeDoc"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_USERNAMEFIELD
+ label: "CMD_LDAP_USERNAMEFIELD"
+ description: "The LDAP field which is used as the username on HedgeDoc"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_TLS_CA
+ label: "CMD_LDAP_TLS_CA"
+ description: "Root CA for LDAP TLS in PEM format (use comma to separate)"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_LDAP_PROVIDERNAME
+ label: "CMD_LDAP_PROVIDERNAME"
+ description: "CMD_LDAP_PROVIDERNAME"
+ schema:
+ type: string
+ default: ""
+ - variable: samlsettings
+ label: "SAML Login Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_SAML_IDPSSOURL
+ label: "CMD_SAML_IDPSSOURL"
+ description: "Authentication endpoint of IdP. for details"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_IDPCERT
+ label: "CMD_SAML_IDPCERT"
+ description: "Certificate file path of IdP in PEM format"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_CLIENTCERT
+ label: "CMD_SAML_CLIENTCERT"
+ description: "Certificate file path for the client in PEM format"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_ISSUER
+ label: "CMD_SAML_ISSUER"
+ description: "Issuer to supply to identity provider"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT
+ label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT"
+ description: "True to allow any authentication method, false restricts to password authentication"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_SAML_IDENTIFIERFORMAT
+ label: "CMD_SAML_IDENTIFIERFORMAT"
+ description: "Name identifier format"
+ schema:
+ type: string
+ default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
+ - variable: CMD_SAML_GROUPATTRIBUTE
+ label: "CMD_SAML_GROUPATTRIBUTE"
+ description: "Attribute name for group list"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_REQUIREDGROUPS
+ label: "CMD_SAML_REQUIREDGROUPS"
+ description: "Group names that allowed (use vertical bar to separate)"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_EXTERNALGROUPS
+ label: "CMD_SAML_EXTERNALGROUPS"
+ description: "Group names that not allowed (use vertical bar to separate) "
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_ATTRIBUTE_ID
+ label: "CMD_SAML_ATTRIBUTE_ID"
+ description: "Attribute map for id"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_ATTRIBUTE_USERNAME
+ label: "CMD_SAML_ATTRIBUTE_USERNAME"
+ description: "Attribute map for username"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_ATTRIBUTE_EMAIL
+ label: "CMD_SAML_ATTRIBUTE_EMAIL"
+ description: "Attribute map for email"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_SAML_PROVIDERNAME
+ label: "CMD_SAML_PROVIDERNAME"
+ description: "Optional name to be displayed at login form indicating the SAML provider"
+ schema:
+ type: string
+ default: ""
+ - variable: amazonsettings
+ label: "Amazon S3 Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_S3_ACCESS_KEY_ID
+ label: "CMD_S3_ACCESS_KEY_ID"
+ description: "AWS access key id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_S3_SECRET_ACCESS_KEY
+ label: "CMD_S3_SECRET_ACCESS_KEY"
+ description: "AWS secret key"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_S3_REGION
+ label: "CMD_S3_REGION"
+ description: "AWS S3 region"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_S3_BUCKET
+ label: "CMD_S3_BUCKET"
+ description: "AWS S3 bucket name"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_S3_ENDPOINT
+ label: "CMD_S3_ENDPOINT "
+ description: "S3 API endpoint if you don't use AWS name"
+ schema:
+ type: string
+ default: ""
+ - variable: azuresettings
+ label: "Azure Blob Storage Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_AZURE_CONNECTION_STRING
+ label: "CMD_AZURE_CONNECTION_STRING"
+ description: "Azure Blob Storage connection string"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_AZURE_CONTAINER
+ label: "CMD_AZURE_CONTAINER"
+ description: "Azure Blob Storage container name (automatically created if non existent)"
+ schema:
+ type: string
+ default: ""
+ - variable: miniosettings
+ label: "Minio Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_MINIO_ACCESS_KEY
+ label: "CMD_MINIO_ACCESS_KEY"
+ description: "Minio access key"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_MINIO_SECRET_KEY
+ label: "CMD_MINIO_SECRET_KEY"
+ description: "Minio secret key"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: CMD_MINIO_ENDPOINT
+ label: "CMD_MINIO_ENDPOINT"
+ description: "Address of your Minio endpoint/instance"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_MINIO_PORT
+ label: "CMD_MINIO_ACCESS_KEY"
+ description: "Port that is used for your Minio instance"
+ schema:
+ type: string
+ default: ""
+ - variable: CMD_MINIO_SECURE
+ label: "CMD_MINIO_SECURE"
+ description: "If set to true HTTPS is used for Minio"
+ schema:
+ type: boolean
+ default: true
+ - variable: imgursettings
+ label: "Imgur Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_IMGUR_CLIENTID
+ label: "CMD_IMGUR_CLIENTID"
+ description: "Imgur API client id"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: lutimsettings
+ label: "Lutim Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: CMD_LUTIM_URL
+ label: "CMD_LUTIM_URL"
+ description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url"
+ schema:
+ type: string
+ default: ""
+ - variable: logsettings
+ label: "Logs Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: DEBUG
+ label: "DEBUG"
+ description: "Set debug mode, show more logs"
+ schema:
+ type: boolean
+ default: false
+ - variable: CMD_LOGLEVEL
+ label: "CMD_LOGLEVEL"
+ description: "Defines what kind of logs are provided to stdout."
+ schema:
+ type: string
+ default: "info"
+ enum:
+ - value: "info"
+ description: "info"
+ - value: "warn"
+ description: "warn"
+ - value: "error"
+ description: "error"
+ - value: "verbose"
+ description: "verbose"
+ - value: "debug"
+ description: "debug"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10132
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: uploads
+ label: "App Uploads Storage"
+ description: "Stores the Application Uploads."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/home-assistant/24.8.0/templates/NOTES.txt b/stable/hedgedoc/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/home-assistant/24.8.0/templates/NOTES.txt
rename to stable/hedgedoc/12.7.3/templates/NOTES.txt
diff --git a/stable/hedgedoc/12.6.0/templates/_secrets.tpl b/stable/hedgedoc/12.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/hedgedoc/12.6.0/templates/_secrets.tpl
rename to stable/hedgedoc/12.7.3/templates/_secrets.tpl
diff --git a/stable/hedgedoc/12.6.0/templates/common.yaml b/stable/hedgedoc/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/hedgedoc/12.6.0/templates/common.yaml
rename to stable/hedgedoc/12.7.3/templates/common.yaml
diff --git a/stable/hexo-blog/5.6.0/values.yaml b/stable/hedgedoc/12.7.3/values.yaml
similarity index 100%
rename from stable/hexo-blog/5.6.0/values.yaml
rename to stable/hedgedoc/12.7.3/values.yaml
diff --git a/stable/heimdall/20.7.0/CHANGELOG.md b/stable/heimdall/20.7.0/CHANGELOG.md
deleted file mode 100644
index 6f979cf4c72..00000000000
--- a/stable/heimdall/20.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
diff --git a/stable/heimdall/20.7.0/Chart.yaml b/stable/heimdall/20.7.0/Chart.yaml
deleted file mode 100644
index d829ea09de6..00000000000
--- a/stable/heimdall/20.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: organizers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.6.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An Application dashboard and launcher
-home: https://truecharts.org/charts/stable/heimdall
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png
-keywords:
- - heimdall
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: heimdall
-sources:
- - https://github.com/linuxserver/Heimdall/
- - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall
- - https://hub.docker.com/r/linuxserver/heimdall
-type: application
-version: 20.7.0
diff --git a/stable/heimdall/20.7.0/app-changelog.md b/stable/heimdall/20.7.0/app-changelog.md
deleted file mode 100644
index 5608b9cd85d..00000000000
--- a/stable/heimdall/20.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [heimdall-20.7.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
\ No newline at end of file
diff --git a/stable/heimdall/20.7.0/charts/common-20.2.0.tgz b/stable/heimdall/20.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/heimdall/20.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/heimdall/20.7.0/ix_values.yaml b/stable/heimdall/20.7.0/ix_values.yaml
deleted file mode 100644
index 445cb56d072..00000000000
--- a/stable/heimdall/20.7.0/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- repository: linuxserver/heimdall
- tag: 2.6.1@sha256:c4ff1018e3fe56cd8edaa0f5828b308ea120eaa0f87d9a89574fb5ba3fba33b5
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10014
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- startup:
- enabled: true
diff --git a/stable/homarr/10.6.1/.helmignore b/stable/heimdall/20.7.4/.helmignore
similarity index 100%
rename from stable/homarr/10.6.1/.helmignore
rename to stable/heimdall/20.7.4/.helmignore
diff --git a/stable/heimdall/20.7.4/CHANGELOG.md b/stable/heimdall/20.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..8783fe905af
--- /dev/null
+++ b/stable/heimdall/20.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [heimdall-20.7.4](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
+
+
+## [heimdall-20.7.3](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
+
+
+## [heimdall-20.7.3](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
+
+
+## [heimdall-20.7.3](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
+
+
+## [heimdall-20.7.3](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
+
+
+## [heimdall-20.7.3](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/heimdall/20.7.4/Chart.yaml b/stable/heimdall/20.7.4/Chart.yaml
new file mode 100644
index 00000000000..dc67f01df9c
--- /dev/null
+++ b/stable/heimdall/20.7.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: organizers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.6.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An Application dashboard and launcher
+home: https://truecharts.org/charts/stable/heimdall
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png
+keywords:
+ - heimdall
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: heimdall
+sources:
+ - https://github.com/linuxserver/Heimdall/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall
+ - https://hub.docker.com/r/linuxserver/heimdall
+type: application
+version: 20.7.4
diff --git a/stable/heimdall/20.7.0/README.md b/stable/heimdall/20.7.4/README.md
similarity index 100%
rename from stable/heimdall/20.7.0/README.md
rename to stable/heimdall/20.7.4/README.md
diff --git a/stable/heimdall/20.7.4/app-changelog.md b/stable/heimdall/20.7.4/app-changelog.md
new file mode 100644
index 00000000000..3ed93a77382
--- /dev/null
+++ b/stable/heimdall/20.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [heimdall-20.7.4](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/heimdall to v[@e11a27a](https://github.com/e11a27a) by renovate ([#19650](https://github.com/truecharts/charts/issues/19650))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/heimdall to v[@c4ff101](https://github.com/c4ff101) by renovate ([#19267](https://github.com/truecharts/charts/issues/19267))
\ No newline at end of file
diff --git a/stable/heimdall/20.7.0/app-readme.md b/stable/heimdall/20.7.4/app-readme.md
similarity index 100%
rename from stable/heimdall/20.7.0/app-readme.md
rename to stable/heimdall/20.7.4/app-readme.md
diff --git a/stable/heimdall/20.7.4/charts/common-20.2.4.tgz b/stable/heimdall/20.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/heimdall/20.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/heimdall/20.7.4/ix_values.yaml b/stable/heimdall/20.7.4/ix_values.yaml
new file mode 100644
index 00000000000..9798410df78
--- /dev/null
+++ b/stable/heimdall/20.7.4/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ repository: linuxserver/heimdall
+ tag: 2.6.1@sha256:e11a27a9940592adc7864a6b749919a85b1acc1ff9977759e6f62d56230e73cc
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10014
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ startup:
+ enabled: true
diff --git a/stable/heimdall/20.7.0/questions.yaml b/stable/heimdall/20.7.4/questions.yaml
similarity index 100%
rename from stable/heimdall/20.7.0/questions.yaml
rename to stable/heimdall/20.7.4/questions.yaml
diff --git a/stable/homebox/6.6.0/templates/NOTES.txt b/stable/heimdall/20.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/homebox/6.6.0/templates/NOTES.txt
rename to stable/heimdall/20.7.4/templates/NOTES.txt
diff --git a/stable/homepage/7.7.0/templates/common.yaml b/stable/heimdall/20.7.4/templates/common.yaml
similarity index 100%
rename from stable/homepage/7.7.0/templates/common.yaml
rename to stable/heimdall/20.7.4/templates/common.yaml
diff --git a/stable/homarr/10.6.1/values.yaml b/stable/heimdall/20.7.4/values.yaml
similarity index 100%
rename from stable/homarr/10.6.1/values.yaml
rename to stable/heimdall/20.7.4/values.yaml
diff --git a/stable/hetzner-ddns/5.6.0/CHANGELOG.md b/stable/hetzner-ddns/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5b2cf612004..00000000000
--- a/stable/hetzner-ddns/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hetzner-ddns-5.6.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.5.2...hetzner-ddns-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hetzner-ddns-5.5.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.5.1...hetzner-ddns-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hetzner-ddns-5.5.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.5.0...hetzner-ddns-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hetzner-ddns-5.5.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.4.1...hetzner-ddns-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hetzner-ddns-5.4.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.4.0...hetzner-ddns-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hetzner-ddns-5.4.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.3.0...hetzner-ddns-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hetzner-ddns-5.3.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.3...hetzner-ddns-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hetzner-ddns-5.2.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.2...hetzner-ddns-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hetzner-ddns-5.2.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.0...hetzner-ddns-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hetzner-ddns/5.6.0/Chart.yaml b/stable/hetzner-ddns/5.6.0/Chart.yaml
deleted file mode 100644
index a75ba8a4d97..00000000000
--- a/stable/hetzner-ddns/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-DNS
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider.
-home: https://truecharts.org/charts/stable/hetzner-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png
-keywords:
- - hetzner-ddns
- - Network-DNS
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hetzner-ddns
-sources:
- - https://github.com/kutzilla/docker-hetzner-ddns
- - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns
- - https://hub.docker.com/r/kutzilla/hetzner-ddns
-type: application
-version: 5.6.0
diff --git a/stable/hetzner-ddns/5.6.0/charts/common-20.1.5.tgz b/stable/hetzner-ddns/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hetzner-ddns/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/home-assistant/24.8.0/.helmignore b/stable/hetzner-ddns/5.7.3/.helmignore
similarity index 100%
rename from stable/home-assistant/24.8.0/.helmignore
rename to stable/hetzner-ddns/5.7.3/.helmignore
diff --git a/stable/hetzner-ddns/5.7.3/CHANGELOG.md b/stable/hetzner-ddns/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fbea4d505d7
--- /dev/null
+++ b/stable/hetzner-ddns/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hetzner-ddns-5.7.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hetzner-ddns/5.7.3/Chart.yaml b/stable/hetzner-ddns/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..79d6106612e
--- /dev/null
+++ b/stable/hetzner-ddns/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-DNS
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider.
+home: https://truecharts.org/charts/stable/hetzner-ddns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png
+keywords:
+ - hetzner-ddns
+ - Network-DNS
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hetzner-ddns
+sources:
+ - https://github.com/kutzilla/docker-hetzner-ddns
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns
+ - https://hub.docker.com/r/kutzilla/hetzner-ddns
+type: application
+version: 5.7.3
diff --git a/stable/hetzner-ddns/5.6.0/README.md b/stable/hetzner-ddns/5.7.3/README.md
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/README.md
rename to stable/hetzner-ddns/5.7.3/README.md
diff --git a/stable/hetzner-ddns/5.7.3/app-changelog.md b/stable/hetzner-ddns/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a7dc56be23c
--- /dev/null
+++ b/stable/hetzner-ddns/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hetzner-ddns-5.7.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hetzner-ddns/5.6.0/app-readme.md b/stable/hetzner-ddns/5.7.3/app-readme.md
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/app-readme.md
rename to stable/hetzner-ddns/5.7.3/app-readme.md
diff --git a/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hetzner-ddns/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hetzner-ddns/5.6.0/ix_values.yaml b/stable/hetzner-ddns/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/ix_values.yaml
rename to stable/hetzner-ddns/5.7.3/ix_values.yaml
diff --git a/stable/hetzner-ddns/5.6.0/questions.yaml b/stable/hetzner-ddns/5.7.3/questions.yaml
similarity index 100%
rename from stable/hetzner-ddns/5.6.0/questions.yaml
rename to stable/hetzner-ddns/5.7.3/questions.yaml
diff --git a/stable/hexchat/5.6.0/templates/common.yaml b/stable/hetzner-ddns/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hexchat/5.6.0/templates/common.yaml
rename to stable/hetzner-ddns/5.7.3/templates/common.yaml
diff --git a/stable/home-assistant/24.8.0/values.yaml b/stable/hetzner-ddns/5.7.3/values.yaml
similarity index 100%
rename from stable/home-assistant/24.8.0/values.yaml
rename to stable/hetzner-ddns/5.7.3/values.yaml
diff --git a/stable/hexchat/5.6.0/CHANGELOG.md b/stable/hexchat/5.6.0/CHANGELOG.md
deleted file mode 100644
index e3065bc60fe..00000000000
--- a/stable/hexchat/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hexchat-5.6.0](https://github.com/truecharts/charts/compare/hexchat-5.5.2...hexchat-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hexchat-5.5.2](https://github.com/truecharts/charts/compare/hexchat-5.5.1...hexchat-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hexchat-5.5.1](https://github.com/truecharts/charts/compare/hexchat-5.5.0...hexchat-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hexchat-5.5.0](https://github.com/truecharts/charts/compare/hexchat-5.4.1...hexchat-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hexchat-5.4.1](https://github.com/truecharts/charts/compare/hexchat-5.4.0...hexchat-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hexchat-5.4.0](https://github.com/truecharts/charts/compare/hexchat-5.3.0...hexchat-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hexchat-5.3.0](https://github.com/truecharts/charts/compare/hexchat-5.2.3...hexchat-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hexchat-5.2.3](https://github.com/truecharts/charts/compare/hexchat-5.2.2...hexchat-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hexchat-5.2.2](https://github.com/truecharts/charts/compare/hexchat-5.2.0...hexchat-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hexchat/5.6.0/Chart.yaml b/stable/hexchat/5.6.0/Chart.yaml
deleted file mode 100644
index e53bb1fcc52..00000000000
--- a/stable/hexchat/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat.
-home: https://truecharts.org/charts/stable/hexchat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png
-keywords:
- - hexchat
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hexchat
-sources:
- - https://registry.hub.docker.com/r/binhex/arch-hexchat/
- - https://github.com/binhex/documentation
- - https://hexchat.github.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat
- - https://hub.docker.com/r/binhex/arch-hexchat
-type: application
-version: 5.6.0
diff --git a/stable/hexchat/5.6.0/charts/common-20.1.5.tgz b/stable/hexchat/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hexchat/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/homebox/6.6.0/.helmignore b/stable/hexchat/5.7.3/.helmignore
similarity index 100%
rename from stable/homebox/6.6.0/.helmignore
rename to stable/hexchat/5.7.3/.helmignore
diff --git a/stable/hexchat/5.7.3/CHANGELOG.md b/stable/hexchat/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5d60e32b4a2
--- /dev/null
+++ b/stable/hexchat/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexchat-5.7.2](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hexchat/5.7.3/Chart.yaml b/stable/hexchat/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..222aa0c8031
--- /dev/null
+++ b/stable/hexchat/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat.
+home: https://truecharts.org/charts/stable/hexchat
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png
+keywords:
+ - hexchat
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hexchat
+sources:
+ - https://registry.hub.docker.com/r/binhex/arch-hexchat/
+ - https://github.com/binhex/documentation
+ - https://hexchat.github.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat
+ - https://hub.docker.com/r/binhex/arch-hexchat
+type: application
+version: 5.7.3
diff --git a/stable/hexchat/5.6.0/README.md b/stable/hexchat/5.7.3/README.md
similarity index 100%
rename from stable/hexchat/5.6.0/README.md
rename to stable/hexchat/5.7.3/README.md
diff --git a/stable/hexchat/5.7.3/app-changelog.md b/stable/hexchat/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5ab317be93c
--- /dev/null
+++ b/stable/hexchat/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hexchat-5.7.3](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hexchat/5.6.0/app-readme.md b/stable/hexchat/5.7.3/app-readme.md
similarity index 100%
rename from stable/hexchat/5.6.0/app-readme.md
rename to stable/hexchat/5.7.3/app-readme.md
diff --git a/stable/hexchat/5.7.3/charts/common-20.2.4.tgz b/stable/hexchat/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hexchat/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hexchat/5.6.0/ix_values.yaml b/stable/hexchat/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hexchat/5.6.0/ix_values.yaml
rename to stable/hexchat/5.7.3/ix_values.yaml
diff --git a/stable/hexchat/5.6.0/questions.yaml b/stable/hexchat/5.7.3/questions.yaml
similarity index 100%
rename from stable/hexchat/5.6.0/questions.yaml
rename to stable/hexchat/5.7.3/questions.yaml
diff --git a/stable/hexo-blog/5.6.0/templates/common.yaml b/stable/hexchat/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hexo-blog/5.6.0/templates/common.yaml
rename to stable/hexchat/5.7.3/templates/common.yaml
diff --git a/stable/homebox/6.6.0/values.yaml b/stable/hexchat/5.7.3/values.yaml
similarity index 100%
rename from stable/homebox/6.6.0/values.yaml
rename to stable/hexchat/5.7.3/values.yaml
diff --git a/stable/hexo-blog/5.6.0/CHANGELOG.md b/stable/hexo-blog/5.6.0/CHANGELOG.md
deleted file mode 100644
index dc81089cea5..00000000000
--- a/stable/hexo-blog/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hexo-blog-5.6.0](https://github.com/truecharts/charts/compare/hexo-blog-5.5.2...hexo-blog-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hexo-blog-5.5.2](https://github.com/truecharts/charts/compare/hexo-blog-5.5.1...hexo-blog-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hexo-blog-5.5.1](https://github.com/truecharts/charts/compare/hexo-blog-5.5.0...hexo-blog-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hexo-blog-5.5.0](https://github.com/truecharts/charts/compare/hexo-blog-5.4.1...hexo-blog-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hexo-blog-5.4.1](https://github.com/truecharts/charts/compare/hexo-blog-5.4.0...hexo-blog-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hexo-blog-5.4.0](https://github.com/truecharts/charts/compare/hexo-blog-5.3.0...hexo-blog-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hexo-blog-5.3.0](https://github.com/truecharts/charts/compare/hexo-blog-5.2.3...hexo-blog-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hexo-blog-5.2.3](https://github.com/truecharts/charts/compare/hexo-blog-5.2.2...hexo-blog-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hexo-blog-5.2.2](https://github.com/truecharts/charts/compare/hexo-blog-5.2.0...hexo-blog-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hexo-blog/5.6.0/Chart.yaml b/stable/hexo-blog/5.6.0/Chart.yaml
deleted file mode 100644
index 406f8de0d27..00000000000
--- a/stable/hexo-blog/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted blogging platform in which posts are written in markdown
-home: https://truecharts.org/charts/stable/hexo-blog
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png
-keywords:
- - hexo-blog
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hexo-blog
-sources:
- - https://github.com/fletchto99/hexo-dev-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog
- - https://hub.docker.com/r/fletchto99/hexo-dev-blog
-type: application
-version: 5.6.0
diff --git a/stable/hexo-blog/5.6.0/charts/common-20.1.5.tgz b/stable/hexo-blog/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hexo-blog/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/homebridge/7.6.0/.helmignore b/stable/hexo-blog/5.7.3/.helmignore
similarity index 100%
rename from stable/homebridge/7.6.0/.helmignore
rename to stable/hexo-blog/5.7.3/.helmignore
diff --git a/stable/hexo-blog/5.7.3/CHANGELOG.md b/stable/hexo-blog/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7b741fd2586
--- /dev/null
+++ b/stable/hexo-blog/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hexo-blog-5.7.2](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hexo-blog/5.7.3/Chart.yaml b/stable/hexo-blog/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..80bc4c9092e
--- /dev/null
+++ b/stable/hexo-blog/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted blogging platform in which posts are written in markdown
+home: https://truecharts.org/charts/stable/hexo-blog
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png
+keywords:
+ - hexo-blog
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hexo-blog
+sources:
+ - https://github.com/fletchto99/hexo-dev-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog
+ - https://hub.docker.com/r/fletchto99/hexo-dev-blog
+type: application
+version: 5.7.3
diff --git a/stable/hexo-blog/5.6.0/README.md b/stable/hexo-blog/5.7.3/README.md
similarity index 100%
rename from stable/hexo-blog/5.6.0/README.md
rename to stable/hexo-blog/5.7.3/README.md
diff --git a/stable/hexo-blog/5.7.3/app-changelog.md b/stable/hexo-blog/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1a735994dc9
--- /dev/null
+++ b/stable/hexo-blog/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hexo-blog-5.7.3](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hexo-blog/5.6.0/app-readme.md b/stable/hexo-blog/5.7.3/app-readme.md
similarity index 100%
rename from stable/hexo-blog/5.6.0/app-readme.md
rename to stable/hexo-blog/5.7.3/app-readme.md
diff --git a/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz b/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hexo-blog/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hexo-blog/5.6.0/ix_values.yaml b/stable/hexo-blog/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hexo-blog/5.6.0/ix_values.yaml
rename to stable/hexo-blog/5.7.3/ix_values.yaml
diff --git a/stable/hexo-blog/5.6.0/questions.yaml b/stable/hexo-blog/5.7.3/questions.yaml
similarity index 100%
rename from stable/hexo-blog/5.6.0/questions.yaml
rename to stable/hexo-blog/5.7.3/questions.yaml
diff --git a/stable/homelablabelmaker/8.6.0/templates/common.yaml b/stable/hexo-blog/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/templates/common.yaml
rename to stable/hexo-blog/5.7.3/templates/common.yaml
diff --git a/stable/homebridge/7.6.0/values.yaml b/stable/hexo-blog/5.7.3/values.yaml
similarity index 100%
rename from stable/homebridge/7.6.0/values.yaml
rename to stable/hexo-blog/5.7.3/values.yaml
diff --git a/stable/homarr/10.6.1/CHANGELOG.md b/stable/homarr/10.6.1/CHANGELOG.md
deleted file mode 100644
index bbb6e45805b..00000000000
--- a/stable/homarr/10.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
-
-
-## [homarr-10.6.0](https://github.com/truecharts/charts/compare/homarr-10.5.2...homarr-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/homarr/10.6.1/Chart.yaml b/stable/homarr/10.6.1/Chart.yaml
deleted file mode 100644
index 267ee53334b..00000000000
--- a/stable/homarr/10.6.1/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.15.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
-home: https://truecharts.org/charts/stable/homarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png
-keywords:
- - dashboard
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homarr
-sources:
- - https://github.com/ajnart/homarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/homarr
- - https://ghcr.io/ajnart/homarr
-type: application
-version: 10.6.1
diff --git a/stable/homarr/10.6.1/app-changelog.md b/stable/homarr/10.6.1/app-changelog.md
deleted file mode 100644
index 432746cb09d..00000000000
--- a/stable/homarr/10.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [homarr-10.6.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
\ No newline at end of file
diff --git a/stable/homarr/10.6.1/charts/common-20.1.5.tgz b/stable/homarr/10.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/homarr/10.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/homelablabelmaker/8.6.0/.helmignore b/stable/homarr/10.7.3/.helmignore
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/.helmignore
rename to stable/homarr/10.7.3/.helmignore
diff --git a/stable/homarr/10.7.3/CHANGELOG.md b/stable/homarr/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..524f0056bc0
--- /dev/null
+++ b/stable/homarr/10.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
+
+
+## [homarr-10.7.2](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
+
+
+## [homarr-10.7.2](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
+
+
+## [homarr-10.7.2](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
+
+
+## [homarr-10.7.2](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
+
+
+## [homarr-10.7.2](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
\ No newline at end of file
diff --git a/stable/homarr/10.7.3/Chart.yaml b/stable/homarr/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..b2d74dbb516
--- /dev/null
+++ b/stable/homarr/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.15.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
+home: https://truecharts.org/charts/stable/homarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png
+keywords:
+ - dashboard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homarr
+sources:
+ - https://github.com/ajnart/homarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homarr
+ - https://ghcr.io/ajnart/homarr
+type: application
+version: 10.7.3
diff --git a/stable/homarr/10.6.1/README.md b/stable/homarr/10.7.3/README.md
similarity index 100%
rename from stable/homarr/10.6.1/README.md
rename to stable/homarr/10.7.3/README.md
diff --git a/stable/homarr/10.7.3/app-changelog.md b/stable/homarr/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..efa9fdcf00d
--- /dev/null
+++ b/stable/homarr/10.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [homarr-10.7.3](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/ajnart/homarr to v0.15.2[@caf77d7](https://github.com/caf77d7) by renovate ([#19304](https://github.com/truecharts/charts/issues/19304))
\ No newline at end of file
diff --git a/stable/homarr/10.6.1/app-readme.md b/stable/homarr/10.7.3/app-readme.md
similarity index 100%
rename from stable/homarr/10.6.1/app-readme.md
rename to stable/homarr/10.7.3/app-readme.md
diff --git a/stable/homarr/10.7.3/charts/common-20.2.4.tgz b/stable/homarr/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homarr/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/homarr/10.6.1/ix_values.yaml b/stable/homarr/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/homarr/10.6.1/ix_values.yaml
rename to stable/homarr/10.7.3/ix_values.yaml
diff --git a/stable/homarr/10.6.1/questions.yaml b/stable/homarr/10.7.3/questions.yaml
similarity index 100%
rename from stable/homarr/10.6.1/questions.yaml
rename to stable/homarr/10.7.3/questions.yaml
diff --git a/stable/homebridge/7.6.0/templates/NOTES.txt b/stable/homarr/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/homebridge/7.6.0/templates/NOTES.txt
rename to stable/homarr/10.7.3/templates/NOTES.txt
diff --git a/stable/homarr/10.6.1/templates/_secrets.tpl b/stable/homarr/10.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/homarr/10.6.1/templates/_secrets.tpl
rename to stable/homarr/10.7.3/templates/_secrets.tpl
diff --git a/stable/homarr/10.6.1/templates/common.yaml b/stable/homarr/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/homarr/10.6.1/templates/common.yaml
rename to stable/homarr/10.7.3/templates/common.yaml
diff --git a/stable/homelablabelmaker/8.6.0/values.yaml b/stable/homarr/10.7.3/values.yaml
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/values.yaml
rename to stable/homarr/10.7.3/values.yaml
diff --git a/stable/home-assistant/24.8.0/CHANGELOG.md b/stable/home-assistant/24.8.0/CHANGELOG.md
deleted file mode 100644
index 455f88f51fb..00000000000
--- a/stable/home-assistant/24.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
diff --git a/stable/home-assistant/24.8.0/Chart.yaml b/stable/home-assistant/24.8.0/Chart.yaml
deleted file mode 100644
index 0a726f61ea8..00000000000
--- a/stable/home-assistant/24.8.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.3.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: home-assistant App for TrueNAS SCALE
-home: https://truecharts.org/charts/stable/home-assistant
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png
-keywords:
- - home-assistant
- - home-automation
- - hass
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: home-assistant
-sources:
- - https://github.com/cdr/code-server
- - https://github.com/home-assistant/home-assistant
- - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant
- - https://hub.docker.com/r/homeassistant/home-assistant
-type: application
-version: 24.8.0
diff --git a/stable/home-assistant/24.8.0/app-changelog.md b/stable/home-assistant/24.8.0/app-changelog.md
deleted file mode 100644
index c58e1ff057a..00000000000
--- a/stable/home-assistant/24.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [home-assistant-24.8.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
\ No newline at end of file
diff --git a/stable/home-assistant/24.8.0/charts/common-20.2.0.tgz b/stable/home-assistant/24.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/home-assistant/24.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/home-assistant/24.8.0/ix_values.yaml b/stable/home-assistant/24.8.0/ix_values.yaml
deleted file mode 100644
index f4e49c80e57..00000000000
--- a/stable/home-assistant/24.8.0/ix_values.yaml
+++ /dev/null
@@ -1,153 +0,0 @@
-image:
- repository: homeassistant/home-assistant
- pullPolicy: IfNotPresent
- tag: 2024.3.1@sha256:9dade9391001b769a791a03faf9f193a9c801e711922f0469d27a3d923b9dfe0
-service:
- main:
- ports:
- main:
- port: 8123
- targetPort: 8123
-workload:
- main:
- podSpec:
- initContainers:
- init:
- type: init
- enabled: true
- imageSelector: yqImage
- command: /config/init/init.sh
-# # Enable devices to be discoverable
-# hostNetwork: true
-
-# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
-# dnsPolicy: ClusterFirstWithHostNet
-homeassistant:
- trusted_proxies: []
-# Enable a prometheus-operator servicemonitor
-prometheus:
- serviceMonitor:
- enabled: false
- # interval: 1m
- # additionalLabels: {}
-persistence:
- config:
- enabled: true
- mountPath: /config
- targetSelectAll: true
- init:
- enabled: true
- type: configmap
- objectName: init
- mountPath: "/config/init"
- defaultMode: "0777"
- readOnly: true
- targetSelector:
- main:
- init: {}
-configmap:
- init:
- enabled: true
- data:
- init.sh: |-
- #!/bin/sh
- {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }}
- config="/config/configuration.yaml"
- default="/config/init"
- if [ ! -f "$config" ]; then
- echo "File [$config] does NOT exist. Creating..."
- cp "$default/configuration.yaml.default" "$config"
- fi
- if ! grep -q "recorder:" "$config"; then
- echo "Section [recorder] does NOT exist in [$config]. Appending..."
- echo "" >> "$config"
- cat "$default/recorder.default" >> "$config"
- fi
- if ! grep -q "http:" "$config"; then
- echo "Section [http] does NOT exist in [$config]. Appending..."
- echo "" >> "$config"
- cat "$default/http.default" >> "$config"
- fi
-
- echo "Updating database URL"
- yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config"
- echo "Done"
-
- echo "Creating include files..."
- for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do
- if [ ! -f "/config/$include_file" ]; then
- echo "File [$include_file] missing. Creating"
- touch "/config/$include_file"
- fi
- done
-
- cd "/config" || echo "Could not change path to /config"
- echo "Creating custom_components directory..."
- mkdir -p "/config/custom_components" || echo "custom_components directory already exists"
-
- echo "Changing to the custom_components directory..."
- cd "/config/custom_components" || echo "Could not change path to /config/custom_components"
-
- echo "Downloading HACS"
- wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0
-
- if [ -d "/config/custom_components/hacs" ]; then
- echo "HACS directory already exist, cleaning up..."
- rm -R "/config/custom_components/hacs"
- fi
-
- echo "Creating HACS directory..."
- mkdir -p "/config/custom_components/hacs"
-
- echo "Unpacking HACS..."
- unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1
-
- echo "Removing HACS zip file..."
- rm "/config/custom_components/hacs.zip"
- echo "Installation complete."
- configuration.yaml.default: |-
- # Configure a default setup of Home Assistant (frontend, api, etc)
- default_config:
-
- # Text to speech
- tts:
- - platform: google_translate
-
- group: !include groups.yaml
- automation: !include automations.yaml
- script: !include scripts.yaml
- scene: !include scenes.yaml
- recorder.default: |-
- recorder:
- purge_keep_days: 30
- commit_interval: 3
- db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
- http.default: |-
- http:
- use_x_forwarded_for: true
- trusted_proxies:
- {{- if hasKey .Values "ixChartContext" }}
- - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }}
- {{- else }}
- {{- range .Values.homeassistant.trusted_proxies }}
- - {{ . }}
- {{- end }}
- {{- end }}
-cnpg:
- main:
- enabled: true
- user: home-assistant
- database: home-assistant
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
- capabilities:
- add:
- - CAP_NET_RAW
- - CAP_NET_BIND_SERVICE
diff --git a/stable/home-assistant/24.8.0/questions.yaml b/stable/home-assistant/24.8.0/questions.yaml
deleted file mode 100755
index 27f10f4af5e..00000000000
--- a/stable/home-assistant/24.8.0/questions.yaml
+++ /dev/null
@@ -1,3266 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 8123
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/homepage/7.7.0/.helmignore b/stable/home-assistant/24.8.4/.helmignore
similarity index 100%
rename from stable/homepage/7.7.0/.helmignore
rename to stable/home-assistant/24.8.4/.helmignore
diff --git a/stable/home-assistant/24.8.4/CHANGELOG.md b/stable/home-assistant/24.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..da66d3c50b3
--- /dev/null
+++ b/stable/home-assistant/24.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
+
+
+## [home-assistant-24.8.3](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
+
+
+## [home-assistant-24.8.3](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
+
+
+## [home-assistant-24.8.3](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
+
+
+## [home-assistant-24.8.3](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
+
+
+## [home-assistant-24.8.3](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/home-assistant/24.8.4/Chart.yaml b/stable/home-assistant/24.8.4/Chart.yaml
new file mode 100644
index 00000000000..8e9d9886744
--- /dev/null
+++ b/stable/home-assistant/24.8.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: home-assistant App for TrueNAS SCALE
+home: https://truecharts.org/charts/stable/home-assistant
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png
+keywords:
+ - home-assistant
+ - home-automation
+ - hass
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: home-assistant
+sources:
+ - https://github.com/cdr/code-server
+ - https://github.com/home-assistant/home-assistant
+ - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant
+ - https://hub.docker.com/r/homeassistant/home-assistant
+type: application
+version: 24.8.4
diff --git a/stable/home-assistant/24.8.0/README.md b/stable/home-assistant/24.8.4/README.md
similarity index 100%
rename from stable/home-assistant/24.8.0/README.md
rename to stable/home-assistant/24.8.4/README.md
diff --git a/stable/home-assistant/24.8.4/app-changelog.md b/stable/home-assistant/24.8.4/app-changelog.md
new file mode 100644
index 00000000000..f3f39805880
--- /dev/null
+++ b/stable/home-assistant/24.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [home-assistant-24.8.4](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image homeassistant/home-assistant to v2024.3.3[@4877314](https://github.com/4877314) by renovate ([#19656](https://github.com/truecharts/charts/issues/19656))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image homeassistant/home-assistant to v2024.3.1[@9dade93](https://github.com/9dade93) by renovate ([#19313](https://github.com/truecharts/charts/issues/19313))
\ No newline at end of file
diff --git a/stable/home-assistant/24.8.0/app-readme.md b/stable/home-assistant/24.8.4/app-readme.md
similarity index 100%
rename from stable/home-assistant/24.8.0/app-readme.md
rename to stable/home-assistant/24.8.4/app-readme.md
diff --git a/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz b/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/home-assistant/24.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/home-assistant/24.8.4/ix_values.yaml b/stable/home-assistant/24.8.4/ix_values.yaml
new file mode 100644
index 00000000000..a3ddb920fe0
--- /dev/null
+++ b/stable/home-assistant/24.8.4/ix_values.yaml
@@ -0,0 +1,153 @@
+image:
+ repository: homeassistant/home-assistant
+ pullPolicy: IfNotPresent
+ tag: 2024.3.3@sha256:48773146b3b7f7d4811426a33044a322e8e4fcda97b9ed9a6b37d7e5b649af0b
+service:
+ main:
+ ports:
+ main:
+ port: 8123
+ targetPort: 8123
+workload:
+ main:
+ podSpec:
+ initContainers:
+ init:
+ type: init
+ enabled: true
+ imageSelector: yqImage
+ command: /config/init/init.sh
+# # Enable devices to be discoverable
+# hostNetwork: true
+
+# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
+# dnsPolicy: ClusterFirstWithHostNet
+homeassistant:
+ trusted_proxies: []
+# Enable a prometheus-operator servicemonitor
+prometheus:
+ serviceMonitor:
+ enabled: false
+ # interval: 1m
+ # additionalLabels: {}
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ targetSelectAll: true
+ init:
+ enabled: true
+ type: configmap
+ objectName: init
+ mountPath: "/config/init"
+ defaultMode: "0777"
+ readOnly: true
+ targetSelector:
+ main:
+ init: {}
+configmap:
+ init:
+ enabled: true
+ data:
+ init.sh: |-
+ #!/bin/sh
+ {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }}
+ config="/config/configuration.yaml"
+ default="/config/init"
+ if [ ! -f "$config" ]; then
+ echo "File [$config] does NOT exist. Creating..."
+ cp "$default/configuration.yaml.default" "$config"
+ fi
+ if ! grep -q "recorder:" "$config"; then
+ echo "Section [recorder] does NOT exist in [$config]. Appending..."
+ echo "" >> "$config"
+ cat "$default/recorder.default" >> "$config"
+ fi
+ if ! grep -q "http:" "$config"; then
+ echo "Section [http] does NOT exist in [$config]. Appending..."
+ echo "" >> "$config"
+ cat "$default/http.default" >> "$config"
+ fi
+
+ echo "Updating database URL"
+ yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config"
+ echo "Done"
+
+ echo "Creating include files..."
+ for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do
+ if [ ! -f "/config/$include_file" ]; then
+ echo "File [$include_file] missing. Creating"
+ touch "/config/$include_file"
+ fi
+ done
+
+ cd "/config" || echo "Could not change path to /config"
+ echo "Creating custom_components directory..."
+ mkdir -p "/config/custom_components" || echo "custom_components directory already exists"
+
+ echo "Changing to the custom_components directory..."
+ cd "/config/custom_components" || echo "Could not change path to /config/custom_components"
+
+ echo "Downloading HACS"
+ wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0
+
+ if [ -d "/config/custom_components/hacs" ]; then
+ echo "HACS directory already exist, cleaning up..."
+ rm -R "/config/custom_components/hacs"
+ fi
+
+ echo "Creating HACS directory..."
+ mkdir -p "/config/custom_components/hacs"
+
+ echo "Unpacking HACS..."
+ unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1
+
+ echo "Removing HACS zip file..."
+ rm "/config/custom_components/hacs.zip"
+ echo "Installation complete."
+ configuration.yaml.default: |-
+ # Configure a default setup of Home Assistant (frontend, api, etc)
+ default_config:
+
+ # Text to speech
+ tts:
+ - platform: google_translate
+
+ group: !include groups.yaml
+ automation: !include automations.yaml
+ script: !include scripts.yaml
+ scene: !include scenes.yaml
+ recorder.default: |-
+ recorder:
+ purge_keep_days: 30
+ commit_interval: 3
+ db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
+ http.default: |-
+ http:
+ use_x_forwarded_for: true
+ trusted_proxies:
+ {{- if hasKey .Values "ixChartContext" }}
+ - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }}
+ {{- else }}
+ {{- range .Values.homeassistant.trusted_proxies }}
+ - {{ . }}
+ {{- end }}
+ {{- end }}
+cnpg:
+ main:
+ enabled: true
+ user: home-assistant
+ database: home-assistant
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+ capabilities:
+ add:
+ - CAP_NET_RAW
+ - CAP_NET_BIND_SERVICE
diff --git a/stable/home-assistant/24.8.4/questions.yaml b/stable/home-assistant/24.8.4/questions.yaml
new file mode 100755
index 00000000000..3082b2280db
--- /dev/null
+++ b/stable/home-assistant/24.8.4/questions.yaml
@@ -0,0 +1,3268 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 8123
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/homelablabelmaker/8.6.0/templates/NOTES.txt b/stable/home-assistant/24.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/templates/NOTES.txt
rename to stable/home-assistant/24.8.4/templates/NOTES.txt
diff --git a/stable/home-assistant/24.8.0/templates/common.yaml b/stable/home-assistant/24.8.4/templates/common.yaml
similarity index 100%
rename from stable/home-assistant/24.8.0/templates/common.yaml
rename to stable/home-assistant/24.8.4/templates/common.yaml
diff --git a/stable/homepage/7.7.0/values.yaml b/stable/home-assistant/24.8.4/values.yaml
similarity index 100%
rename from stable/homepage/7.7.0/values.yaml
rename to stable/home-assistant/24.8.4/values.yaml
diff --git a/stable/homebox/6.6.0/CHANGELOG.md b/stable/homebox/6.6.0/CHANGELOG.md
deleted file mode 100644
index 9e928402bcf..00000000000
--- a/stable/homebox/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homebox-6.6.0](https://github.com/truecharts/charts/compare/homebox-6.5.2...homebox-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [homebox-6.5.2](https://github.com/truecharts/charts/compare/homebox-6.5.1...homebox-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [homebox-6.5.1](https://github.com/truecharts/charts/compare/homebox-6.5.0...homebox-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [homebox-6.5.0](https://github.com/truecharts/charts/compare/homebox-6.4.1...homebox-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [homebox-6.4.1](https://github.com/truecharts/charts/compare/homebox-6.4.0...homebox-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [homebox-6.4.0](https://github.com/truecharts/charts/compare/homebox-6.3.0...homebox-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [homebox-6.3.0](https://github.com/truecharts/charts/compare/homebox-6.2.3...homebox-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [homebox-6.2.3](https://github.com/truecharts/charts/compare/homebox-6.2.2...homebox-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [homebox-6.2.2](https://github.com/truecharts/charts/compare/homebox-6.2.0...homebox-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/homebox/6.6.0/Chart.yaml b/stable/homebox/6.6.0/Chart.yaml
deleted file mode 100644
index 2c59f733c4b..00000000000
--- a/stable/homebox/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: inventory
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.10.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Inventory and organization system built for the Home User.
-home: https://truecharts.org/charts/stable/homebox
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png
-keywords:
- - homebox
- - inventory
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homebox
-sources:
- - https://github.com/hay-kot/homebox
- - https://github.com/truecharts/charts/tree/master/charts/stable/homebox
- - https://ghcr.io/hay-kot/homebox
-type: application
-version: 6.6.0
diff --git a/stable/homebox/6.6.0/charts/common-20.1.5.tgz b/stable/homebox/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/homebox/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/homer/9.6.0/.helmignore b/stable/homebox/6.7.3/.helmignore
similarity index 100%
rename from stable/homer/9.6.0/.helmignore
rename to stable/homebox/6.7.3/.helmignore
diff --git a/stable/homebox/6.7.3/CHANGELOG.md b/stable/homebox/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f9fef417032
--- /dev/null
+++ b/stable/homebox/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebox-6.7.2](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/homebox/6.7.3/Chart.yaml b/stable/homebox/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..79c7e675db1
--- /dev/null
+++ b/stable/homebox/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: inventory
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.10.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Inventory and organization system built for the Home User.
+home: https://truecharts.org/charts/stable/homebox
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.png
+keywords:
+ - homebox
+ - inventory
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homebox
+sources:
+ - https://github.com/hay-kot/homebox
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homebox
+ - https://ghcr.io/hay-kot/homebox
+type: application
+version: 6.7.3
diff --git a/stable/homebox/6.6.0/README.md b/stable/homebox/6.7.3/README.md
similarity index 100%
rename from stable/homebox/6.6.0/README.md
rename to stable/homebox/6.7.3/README.md
diff --git a/stable/homebox/6.7.3/app-changelog.md b/stable/homebox/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..321a9aab37c
--- /dev/null
+++ b/stable/homebox/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [homebox-6.7.3](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homebox/6.6.0/app-readme.md b/stable/homebox/6.7.3/app-readme.md
similarity index 100%
rename from stable/homebox/6.6.0/app-readme.md
rename to stable/homebox/6.7.3/app-readme.md
diff --git a/stable/homebox/6.7.3/charts/common-20.2.4.tgz b/stable/homebox/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homebox/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/homebox/6.6.0/ix_values.yaml b/stable/homebox/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/homebox/6.6.0/ix_values.yaml
rename to stable/homebox/6.7.3/ix_values.yaml
diff --git a/stable/homebox/6.6.0/questions.yaml b/stable/homebox/6.7.3/questions.yaml
similarity index 100%
rename from stable/homebox/6.6.0/questions.yaml
rename to stable/homebox/6.7.3/questions.yaml
diff --git a/stable/homepage/7.7.0/templates/NOTES.txt b/stable/homebox/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/homepage/7.7.0/templates/NOTES.txt
rename to stable/homebox/6.7.3/templates/NOTES.txt
diff --git a/stable/homebox/6.6.0/templates/_secret.tpl b/stable/homebox/6.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/homebox/6.6.0/templates/_secret.tpl
rename to stable/homebox/6.7.3/templates/_secret.tpl
diff --git a/stable/homebox/6.6.0/templates/common.yaml b/stable/homebox/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/homebox/6.6.0/templates/common.yaml
rename to stable/homebox/6.7.3/templates/common.yaml
diff --git a/stable/homer/9.6.0/values.yaml b/stable/homebox/6.7.3/values.yaml
similarity index 100%
rename from stable/homer/9.6.0/values.yaml
rename to stable/homebox/6.7.3/values.yaml
diff --git a/stable/homebridge/7.6.0/CHANGELOG.md b/stable/homebridge/7.6.0/CHANGELOG.md
deleted file mode 100644
index b5da1709566..00000000000
--- a/stable/homebridge/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homebridge-7.6.0](https://github.com/truecharts/charts/compare/homebridge-7.5.2...homebridge-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [homebridge-7.5.2](https://github.com/truecharts/charts/compare/homebridge-7.5.1...homebridge-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [homebridge-7.5.1](https://github.com/truecharts/charts/compare/homebridge-7.5.0...homebridge-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [homebridge-7.5.0](https://github.com/truecharts/charts/compare/homebridge-7.4.1...homebridge-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [homebridge-7.4.1](https://github.com/truecharts/charts/compare/homebridge-7.4.0...homebridge-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [homebridge-7.4.0](https://github.com/truecharts/charts/compare/homebridge-7.3.0...homebridge-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [homebridge-7.3.0](https://github.com/truecharts/charts/compare/homebridge-7.2.3...homebridge-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [homebridge-7.2.3](https://github.com/truecharts/charts/compare/homebridge-7.2.2...homebridge-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [homebridge-7.2.2](https://github.com/truecharts/charts/compare/homebridge-7.2.0...homebridge-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/homebridge/7.6.0/Chart.yaml b/stable/homebridge/7.6.0/Chart.yaml
deleted file mode 100644
index 27b0a926619..00000000000
--- a/stable/homebridge/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.12.30
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A lightweight NodeJS server that emulates the iOS HomeKit API
-home: https://truecharts.org/charts/stable/homebridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png
-keywords:
- - homebridge
- - homekit
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homebridge
-sources:
- - https://github.com/oznu/docker-homebridge
- - https://homebridge.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge
- - https://hub.docker.com/r/homebridge/homebridge
-type: application
-version: 7.6.0
diff --git a/stable/homebridge/7.6.0/charts/common-20.1.5.tgz b/stable/homebridge/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/homebridge/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hoobs/5.6.0/.helmignore b/stable/homebridge/7.7.3/.helmignore
similarity index 100%
rename from stable/hoobs/5.6.0/.helmignore
rename to stable/homebridge/7.7.3/.helmignore
diff --git a/stable/homebridge/7.7.3/CHANGELOG.md b/stable/homebridge/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0497e5780e5
--- /dev/null
+++ b/stable/homebridge/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homebridge-7.7.2](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/homebridge/7.7.3/Chart.yaml b/stable/homebridge/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..35eb086f020
--- /dev/null
+++ b/stable/homebridge/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.12.30
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A lightweight NodeJS server that emulates the iOS HomeKit API
+home: https://truecharts.org/charts/stable/homebridge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png
+keywords:
+ - homebridge
+ - homekit
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homebridge
+sources:
+ - https://github.com/oznu/docker-homebridge
+ - https://homebridge.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge
+ - https://hub.docker.com/r/homebridge/homebridge
+type: application
+version: 7.7.3
diff --git a/stable/homebridge/7.6.0/README.md b/stable/homebridge/7.7.3/README.md
similarity index 100%
rename from stable/homebridge/7.6.0/README.md
rename to stable/homebridge/7.7.3/README.md
diff --git a/stable/homebridge/7.7.3/app-changelog.md b/stable/homebridge/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..f42e60eb7cc
--- /dev/null
+++ b/stable/homebridge/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [homebridge-7.7.3](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homebridge/7.6.0/app-readme.md b/stable/homebridge/7.7.3/app-readme.md
similarity index 100%
rename from stable/homebridge/7.6.0/app-readme.md
rename to stable/homebridge/7.7.3/app-readme.md
diff --git a/stable/homebridge/7.7.3/charts/common-20.2.4.tgz b/stable/homebridge/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homebridge/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/homebridge/7.6.0/ix_values.yaml b/stable/homebridge/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/homebridge/7.6.0/ix_values.yaml
rename to stable/homebridge/7.7.3/ix_values.yaml
diff --git a/stable/homebridge/7.6.0/questions.yaml b/stable/homebridge/7.7.3/questions.yaml
similarity index 100%
rename from stable/homebridge/7.6.0/questions.yaml
rename to stable/homebridge/7.7.3/questions.yaml
diff --git a/stable/homer/9.6.0/templates/NOTES.txt b/stable/homebridge/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/homer/9.6.0/templates/NOTES.txt
rename to stable/homebridge/7.7.3/templates/NOTES.txt
diff --git a/stable/homer/9.6.0/templates/common.yaml b/stable/homebridge/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/homer/9.6.0/templates/common.yaml
rename to stable/homebridge/7.7.3/templates/common.yaml
diff --git a/stable/hoobs/5.6.0/values.yaml b/stable/homebridge/7.7.3/values.yaml
similarity index 100%
rename from stable/hoobs/5.6.0/values.yaml
rename to stable/homebridge/7.7.3/values.yaml
diff --git a/stable/homelablabelmaker/8.6.0/CHANGELOG.md b/stable/homelablabelmaker/8.6.0/CHANGELOG.md
deleted file mode 100644
index 41a1543bfe8..00000000000
--- a/stable/homelablabelmaker/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homelablabelmaker-8.6.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.5.2...homelablabelmaker-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [homelablabelmaker-8.5.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.5.1...homelablabelmaker-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [homelablabelmaker-8.5.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.5.0...homelablabelmaker-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [homelablabelmaker-8.5.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.4.1...homelablabelmaker-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [homelablabelmaker-8.4.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.4.0...homelablabelmaker-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [homelablabelmaker-8.4.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.3.0...homelablabelmaker-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [homelablabelmaker-8.3.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.3...homelablabelmaker-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [homelablabelmaker-8.2.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.2...homelablabelmaker-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [homelablabelmaker-8.2.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.0...homelablabelmaker-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/homelablabelmaker/8.6.0/Chart.yaml b/stable/homelablabelmaker/8.6.0/Chart.yaml
deleted file mode 100644
index c6f754bb164..00000000000
--- a/stable/homelablabelmaker/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies.
-home: https://truecharts.org/charts/stable/homelablabelmaker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png
-keywords:
- - homelablabelmaker
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homelablabelmaker
-sources:
- - https://github.com/DavidSpek/homelablabelmaker
- - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker
- - https://hub.docker.com/r/davidspek/homelablabelmaker
-type: application
-version: 8.6.0
diff --git a/stable/homelablabelmaker/8.6.0/charts/common-20.1.5.tgz b/stable/homelablabelmaker/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/homelablabelmaker/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/htpcmanager/9.6.0/.helmignore b/stable/homelablabelmaker/8.7.3/.helmignore
similarity index 100%
rename from stable/htpcmanager/9.6.0/.helmignore
rename to stable/homelablabelmaker/8.7.3/.helmignore
diff --git a/stable/homelablabelmaker/8.7.3/CHANGELOG.md b/stable/homelablabelmaker/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d42e1086f9a
--- /dev/null
+++ b/stable/homelablabelmaker/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homelablabelmaker-8.7.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/homelablabelmaker/8.7.3/Chart.yaml b/stable/homelablabelmaker/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..9d2c0fd0634
--- /dev/null
+++ b/stable/homelablabelmaker/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies.
+home: https://truecharts.org/charts/stable/homelablabelmaker
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png
+keywords:
+ - homelablabelmaker
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homelablabelmaker
+sources:
+ - https://github.com/DavidSpek/homelablabelmaker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker
+ - https://hub.docker.com/r/davidspek/homelablabelmaker
+type: application
+version: 8.7.3
diff --git a/stable/homelablabelmaker/8.6.0/README.md b/stable/homelablabelmaker/8.7.3/README.md
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/README.md
rename to stable/homelablabelmaker/8.7.3/README.md
diff --git a/stable/homelablabelmaker/8.7.3/app-changelog.md b/stable/homelablabelmaker/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..e1f5b97ec20
--- /dev/null
+++ b/stable/homelablabelmaker/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [homelablabelmaker-8.7.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homelablabelmaker/8.6.0/app-readme.md b/stable/homelablabelmaker/8.7.3/app-readme.md
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/app-readme.md
rename to stable/homelablabelmaker/8.7.3/app-readme.md
diff --git a/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz b/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homelablabelmaker/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/homelablabelmaker/8.6.0/ix_values.yaml b/stable/homelablabelmaker/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/ix_values.yaml
rename to stable/homelablabelmaker/8.7.3/ix_values.yaml
diff --git a/stable/homelablabelmaker/8.6.0/questions.yaml b/stable/homelablabelmaker/8.7.3/questions.yaml
similarity index 100%
rename from stable/homelablabelmaker/8.6.0/questions.yaml
rename to stable/homelablabelmaker/8.7.3/questions.yaml
diff --git a/stable/htpcmanager/9.6.0/templates/NOTES.txt b/stable/homelablabelmaker/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/htpcmanager/9.6.0/templates/NOTES.txt
rename to stable/homelablabelmaker/8.7.3/templates/NOTES.txt
diff --git a/stable/hoobs/5.6.0/templates/common.yaml b/stable/homelablabelmaker/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/hoobs/5.6.0/templates/common.yaml
rename to stable/homelablabelmaker/8.7.3/templates/common.yaml
diff --git a/stable/htpcmanager/9.6.0/values.yaml b/stable/homelablabelmaker/8.7.3/values.yaml
similarity index 100%
rename from stable/htpcmanager/9.6.0/values.yaml
rename to stable/homelablabelmaker/8.7.3/values.yaml
diff --git a/stable/homepage/7.7.0/CHANGELOG.md b/stable/homepage/7.7.0/CHANGELOG.md
deleted file mode 100644
index e50f7045cf5..00000000000
--- a/stable/homepage/7.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/homepage/7.7.0/Chart.yaml b/stable/homepage/7.7.0/Chart.yaml
deleted file mode 100644
index 39e2f21068b..00000000000
--- a/stable/homepage/7.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: dashboard
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.9
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A highly customizable homepage
-home: https://truecharts.org/charts/stable/homepage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png
-keywords:
- - homepage
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homepage
-sources:
- - https://github.com/benphelps/homepage
- - https://github.com/truecharts/charts/tree/master/charts/stable/homepage
- - https://ghcr.io/gethomepage/homepage
-type: application
-version: 7.7.0
diff --git a/stable/homepage/7.7.0/app-changelog.md b/stable/homepage/7.7.0/app-changelog.md
deleted file mode 100644
index cb7df7a855f..00000000000
--- a/stable/homepage/7.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [homepage-7.7.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homepage/7.7.0/charts/common-20.2.0.tgz b/stable/homepage/7.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/homepage/7.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/homepage/7.7.0/ix_values.yaml b/stable/homepage/7.7.0/ix_values.yaml
deleted file mode 100644
index e8e9303cea6..00000000000
--- a/stable/homepage/7.7.0/ix_values.yaml
+++ /dev/null
@@ -1,338 +0,0 @@
-image:
- repository: ghcr.io/gethomepage/homepage
- tag: v0.8.9@sha256:869c8002a95c8ecef7b0359a36b13693cd2bf401c70482202c702f93bc264a04
- pullPolicy: IfNotPresent
-
-workload:
- main:
- podSpec:
- automountServiceAccountToken: true
- initContainers:
- init-config:
- enabled: true
- type: init
- imageSelector: alpineImage
- command:
- - /bin/sh
- - -c
- - |
- mkdir -p /app/config
- if [ ! -f /app/config/bookmarks.yaml ]; then
- echo "Bookmarks file not found, copying dummy..."
- cp /dummy-config/bookmarks.yaml /app/config/bookmarks.yaml
- echo "Config file copied, you can now edit it at /app/config/bookmarks.yaml"
- fi
- if [ ! -f /app/config/services.yaml ]; then
- echo "services file not found, copying dummy..."
- cp /dummy-config/services.yaml /app/config/services.yaml
- echo "Config file copied, you can now edit it at /app/config/services.yaml"
- fi
- if [ ! -f /app/config/settings.yaml ]; then
- echo "settings file not found, copying dummy..."
- cp /dummy-config/settings.yaml /app/config/settings.yaml
- echo "Config file copied, you can now edit it at /app/config/settings.yaml"
- fi
- if [ ! -f /app/config/widgets.yaml ]; then
- echo "widgets file not found, copying dummy..."
- cp /dummy-config/widgets.yaml /app/config/widgets.yaml
- echo "Config file copied, you can now edit it at /app/config/widgets.yaml"
- fi
- if [ ! -f /app/config/custom.css ]; then
- echo "custom.css file not found, copying dummy..."
- cp /dummy-config/custom.css /app/config/custom.css
- echo "Config file copied, you can now edit it at /app/config/custom.css"
- fi
- if [ ! -f /app/config/custom.js ]; then
- echo "custom.js file not found, copying dummy..."
- cp /dummy-config/custom.js /app/config/custom.js
- echo "Config file copied, you can now edit it at /app/config/custom.js"
- fi
-service:
- main:
- ports:
- main:
- port: 10352
- protocol: http
- targetPort: 3000
-persistence:
- config:
- enabled: true
- mountPath: /app/config
- targetSelector:
- main:
- main: {}
- init-config: {}
- kubernetes-config:
- enabled: true
- mountPath: /app/config/kubernetes.yaml
- subPath: kubernetes.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- bookmarks-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/bookmarks.yaml
- subPath: bookmarks.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-bookmarks-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/bookmarks.yaml
- subPath: bookmarks.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- settings-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/settings.yaml
- subPath: settings.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-settings-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/settings.yaml
- subPath: settings.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- services-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/services.yaml
- subPath: services.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-services-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/services.yaml
- subPath: services.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- widgets-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/widgets.yaml
- subPath: widgets.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-widgets-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/widgets.yaml
- subPath: widgets.yaml
- readOnly: true
- type: "configmap"
- objectName: config
- custom-css-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/custom.css
- subPath: custom.css
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-custom-css-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/custom.css
- subPath: custom.css
- readOnly: true
- type: "configmap"
- objectName: config
- custom-js-config:
- # Only enable when not using forceConfigFromValues
- enabled: "{{ not .Values.forceConfigFromValues }}"
- mountPath: /dummy-config/custom.js
- subPath: custom.js
- readOnly: true
- type: "configmap"
- objectName: config
- targetSelector:
- main:
- init-config: {}
- force-custom-js-config:
- # Only enable when using forceConfigFromValues
- enabled: "{{ .Values.forceConfigFromValues }}"
- mountPath: /app/config/custom.js
- subPath: custom.js
- readOnly: true
- type: "configmap"
- objectName: config
-
-portal:
- open:
- enabled: true
-serviceAccount:
- main:
- enabled: true
- primary: true
-
-podOptions:
- dnsConfig:
- options:
- - name: ndots
- value: "3"
-
-configmap:
- config:
- enabled: true
- data:
- custom.js: ""
- custom.css: ""
- kubernetes.yaml: |
- mode: cluster
- settings.yaml: |
- ---
- # For configuration options and examples, please see:
- # https://gethomepage.dev/latest/configs/settings
-
- providers:
- openweathermap: openweathermapapikey
- weatherapi: weatherapiapikey
- widgets.yaml: |
- ---
- # For configuration options and examples, please see:
- # https://gethomepage.dev/latest/configs/widgets
-
- - resources:
- cpu: true
- memory: true
- disk: /
-
- - search:
- provider: duckduckgo
- target: _blank
-
- services.yaml: |
- ---
- # For configuration options and examples, please see:
- # https://gethomepage.dev/latest/configs/services
-
- - Arr:
- - My First Service:
- href: http://localhost/
- description: Homepage is awesome
-
- - Media:
- - My Second Service:
- href: http://localhost/
- description: Homepage is the best
-
- - Infra:
- - My Third Service:
- href: http://localhost/
- description: Homepage is 😎
- bookmarks.yaml: |
- ---
- # For configuration options and examples, please see:
- # https://gethomepage.dev/latest/configs/bookmarks
-
- - Developer:
- - Github:
- - abbr: GH
- href: https://github.com/
-
- - Social:
- - Reddit:
- - abbr: RE
- href: https://reddit.com/
-
- - Entertainment:
- - YouTube:
- - abbr: YT
- href: https://youtube.com/
-
- - TrueCharts:
- - TrueCharts:
- - abbr: TC
- icon: https://truecharts.org/svg/favicon.svg
- href: https://truecharts.org
- description: "TrueCharts Website"
- - Github:
- - abbr: GH
- icon: https://github.com/fluidicon.png
- href: https://github.com/truecharts
- description: "TrueCharts GitHub"
- - Open Collective:
- - abbr: TC
- icon: https://opencollective.com/favicon.ico
- href: https://opencollective.com/truecharts
- description: "TrueCharts Open Collective"
- - Discord:
- - abbr: DC
- icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32
- href: https://truecharts.org/s/discord
- description: "TrueCharts Discord"
-
-forceConfigFromValues: false
-
-rbac:
- main:
- enabled: true
- primary: true
- clusterWide: true
- rules:
- - apiGroups:
- - ""
- resources:
- - namespaces
- - pods
- - nodes
- verbs:
- - get
- - list
- - apiGroups:
- - extensions
- - networking.k8s.io
- resources:
- - ingresses
- verbs:
- - get
- - list
- - apiGroups:
- - traefik.containo.us
- - traefik.io
- resources:
- - ingressroutes
- verbs:
- - get
- - list
- - apiGroups:
- - metrics.k8s.io
- resources:
- - nodes
- - pods
- verbs:
- - get
- - list
- - apiGroups:
- - apiextensions.k8s.io
- resources:
- - customresourcedefinitions/status
- verbs:
- - get
diff --git a/stable/humhub/7.14.3/.helmignore b/stable/homepage/7.7.4/.helmignore
similarity index 100%
rename from stable/humhub/7.14.3/.helmignore
rename to stable/homepage/7.7.4/.helmignore
diff --git a/stable/homepage/7.7.4/CHANGELOG.md b/stable/homepage/7.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..02daf83dc57
--- /dev/null
+++ b/stable/homepage/7.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homepage-7.7.3](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homepage-7.7.3](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homepage-7.7.3](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homepage-7.7.3](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homepage-7.7.3](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homepage/7.7.4/Chart.yaml b/stable/homepage/7.7.4/Chart.yaml
new file mode 100644
index 00000000000..f5c65b31583
--- /dev/null
+++ b/stable/homepage/7.7.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: dashboard
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.10
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A highly customizable homepage
+home: https://truecharts.org/charts/stable/homepage
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png
+keywords:
+ - homepage
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homepage
+sources:
+ - https://github.com/benphelps/homepage
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homepage
+ - https://ghcr.io/gethomepage/homepage
+type: application
+version: 7.7.4
diff --git a/stable/homepage/7.7.0/README.md b/stable/homepage/7.7.4/README.md
similarity index 100%
rename from stable/homepage/7.7.0/README.md
rename to stable/homepage/7.7.4/README.md
diff --git a/stable/homepage/7.7.4/app-changelog.md b/stable/homepage/7.7.4/app-changelog.md
new file mode 100644
index 00000000000..f37a5af9770
--- /dev/null
+++ b/stable/homepage/7.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [homepage-7.7.4](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/gethomepage/homepage to v0.8.10[@fc0d6e8](https://github.com/fc0d6e8) by renovate ([#19733](https://github.com/truecharts/charts/issues/19733))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homepage/7.7.0/app-readme.md b/stable/homepage/7.7.4/app-readme.md
similarity index 100%
rename from stable/homepage/7.7.0/app-readme.md
rename to stable/homepage/7.7.4/app-readme.md
diff --git a/stable/homepage/7.7.4/charts/common-20.2.4.tgz b/stable/homepage/7.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homepage/7.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/homepage/7.7.4/ix_values.yaml b/stable/homepage/7.7.4/ix_values.yaml
new file mode 100644
index 00000000000..f888dfe7886
--- /dev/null
+++ b/stable/homepage/7.7.4/ix_values.yaml
@@ -0,0 +1,338 @@
+image:
+ repository: ghcr.io/gethomepage/homepage
+ tag: v0.8.10@sha256:fc0d6e8b469ea8756d7c5bc542eb5c89064b9c47c3fa85f19b70a695c65cb782
+ pullPolicy: IfNotPresent
+
+workload:
+ main:
+ podSpec:
+ automountServiceAccountToken: true
+ initContainers:
+ init-config:
+ enabled: true
+ type: init
+ imageSelector: alpineImage
+ command:
+ - /bin/sh
+ - -c
+ - |
+ mkdir -p /app/config
+ if [ ! -f /app/config/bookmarks.yaml ]; then
+ echo "Bookmarks file not found, copying dummy..."
+ cp /dummy-config/bookmarks.yaml /app/config/bookmarks.yaml
+ echo "Config file copied, you can now edit it at /app/config/bookmarks.yaml"
+ fi
+ if [ ! -f /app/config/services.yaml ]; then
+ echo "services file not found, copying dummy..."
+ cp /dummy-config/services.yaml /app/config/services.yaml
+ echo "Config file copied, you can now edit it at /app/config/services.yaml"
+ fi
+ if [ ! -f /app/config/settings.yaml ]; then
+ echo "settings file not found, copying dummy..."
+ cp /dummy-config/settings.yaml /app/config/settings.yaml
+ echo "Config file copied, you can now edit it at /app/config/settings.yaml"
+ fi
+ if [ ! -f /app/config/widgets.yaml ]; then
+ echo "widgets file not found, copying dummy..."
+ cp /dummy-config/widgets.yaml /app/config/widgets.yaml
+ echo "Config file copied, you can now edit it at /app/config/widgets.yaml"
+ fi
+ if [ ! -f /app/config/custom.css ]; then
+ echo "custom.css file not found, copying dummy..."
+ cp /dummy-config/custom.css /app/config/custom.css
+ echo "Config file copied, you can now edit it at /app/config/custom.css"
+ fi
+ if [ ! -f /app/config/custom.js ]; then
+ echo "custom.js file not found, copying dummy..."
+ cp /dummy-config/custom.js /app/config/custom.js
+ echo "Config file copied, you can now edit it at /app/config/custom.js"
+ fi
+service:
+ main:
+ ports:
+ main:
+ port: 10352
+ protocol: http
+ targetPort: 3000
+persistence:
+ config:
+ enabled: true
+ mountPath: /app/config
+ targetSelector:
+ main:
+ main: {}
+ init-config: {}
+ kubernetes-config:
+ enabled: true
+ mountPath: /app/config/kubernetes.yaml
+ subPath: kubernetes.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ bookmarks-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/bookmarks.yaml
+ subPath: bookmarks.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-bookmarks-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/bookmarks.yaml
+ subPath: bookmarks.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ settings-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/settings.yaml
+ subPath: settings.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-settings-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/settings.yaml
+ subPath: settings.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ services-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/services.yaml
+ subPath: services.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-services-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/services.yaml
+ subPath: services.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ widgets-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/widgets.yaml
+ subPath: widgets.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-widgets-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/widgets.yaml
+ subPath: widgets.yaml
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ custom-css-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/custom.css
+ subPath: custom.css
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-custom-css-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/custom.css
+ subPath: custom.css
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ custom-js-config:
+ # Only enable when not using forceConfigFromValues
+ enabled: "{{ not .Values.forceConfigFromValues }}"
+ mountPath: /dummy-config/custom.js
+ subPath: custom.js
+ readOnly: true
+ type: "configmap"
+ objectName: config
+ targetSelector:
+ main:
+ init-config: {}
+ force-custom-js-config:
+ # Only enable when using forceConfigFromValues
+ enabled: "{{ .Values.forceConfigFromValues }}"
+ mountPath: /app/config/custom.js
+ subPath: custom.js
+ readOnly: true
+ type: "configmap"
+ objectName: config
+
+portal:
+ open:
+ enabled: true
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+
+podOptions:
+ dnsConfig:
+ options:
+ - name: ndots
+ value: "3"
+
+configmap:
+ config:
+ enabled: true
+ data:
+ custom.js: ""
+ custom.css: ""
+ kubernetes.yaml: |
+ mode: cluster
+ settings.yaml: |
+ ---
+ # For configuration options and examples, please see:
+ # https://gethomepage.dev/latest/configs/settings
+
+ providers:
+ openweathermap: openweathermapapikey
+ weatherapi: weatherapiapikey
+ widgets.yaml: |
+ ---
+ # For configuration options and examples, please see:
+ # https://gethomepage.dev/latest/configs/widgets
+
+ - resources:
+ cpu: true
+ memory: true
+ disk: /
+
+ - search:
+ provider: duckduckgo
+ target: _blank
+
+ services.yaml: |
+ ---
+ # For configuration options and examples, please see:
+ # https://gethomepage.dev/latest/configs/services
+
+ - Arr:
+ - My First Service:
+ href: http://localhost/
+ description: Homepage is awesome
+
+ - Media:
+ - My Second Service:
+ href: http://localhost/
+ description: Homepage is the best
+
+ - Infra:
+ - My Third Service:
+ href: http://localhost/
+ description: Homepage is 😎
+ bookmarks.yaml: |
+ ---
+ # For configuration options and examples, please see:
+ # https://gethomepage.dev/latest/configs/bookmarks
+
+ - Developer:
+ - Github:
+ - abbr: GH
+ href: https://github.com/
+
+ - Social:
+ - Reddit:
+ - abbr: RE
+ href: https://reddit.com/
+
+ - Entertainment:
+ - YouTube:
+ - abbr: YT
+ href: https://youtube.com/
+
+ - TrueCharts:
+ - TrueCharts:
+ - abbr: TC
+ icon: https://truecharts.org/svg/favicon.svg
+ href: https://truecharts.org
+ description: "TrueCharts Website"
+ - Github:
+ - abbr: GH
+ icon: https://github.com/fluidicon.png
+ href: https://github.com/truecharts
+ description: "TrueCharts GitHub"
+ - Open Collective:
+ - abbr: TC
+ icon: https://opencollective.com/favicon.ico
+ href: https://opencollective.com/truecharts
+ description: "TrueCharts Open Collective"
+ - Discord:
+ - abbr: DC
+ icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32
+ href: https://truecharts.org/s/discord
+ description: "TrueCharts Discord"
+
+forceConfigFromValues: false
+
+rbac:
+ main:
+ enabled: true
+ primary: true
+ clusterWide: true
+ rules:
+ - apiGroups:
+ - ""
+ resources:
+ - namespaces
+ - pods
+ - nodes
+ verbs:
+ - get
+ - list
+ - apiGroups:
+ - extensions
+ - networking.k8s.io
+ resources:
+ - ingresses
+ verbs:
+ - get
+ - list
+ - apiGroups:
+ - traefik.containo.us
+ - traefik.io
+ resources:
+ - ingressroutes
+ verbs:
+ - get
+ - list
+ - apiGroups:
+ - metrics.k8s.io
+ resources:
+ - nodes
+ - pods
+ verbs:
+ - get
+ - list
+ - apiGroups:
+ - apiextensions.k8s.io
+ resources:
+ - customresourcedefinitions/status
+ verbs:
+ - get
diff --git a/stable/homepage/7.7.0/questions.yaml b/stable/homepage/7.7.4/questions.yaml
similarity index 100%
rename from stable/homepage/7.7.0/questions.yaml
rename to stable/homepage/7.7.4/questions.yaml
diff --git a/stable/humhub/7.14.3/templates/NOTES.txt b/stable/homepage/7.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/humhub/7.14.3/templates/NOTES.txt
rename to stable/homepage/7.7.4/templates/NOTES.txt
diff --git a/stable/htpcmanager/9.6.0/templates/common.yaml b/stable/homepage/7.7.4/templates/common.yaml
similarity index 100%
rename from stable/htpcmanager/9.6.0/templates/common.yaml
rename to stable/homepage/7.7.4/templates/common.yaml
diff --git a/stable/humhub/7.14.3/values.yaml b/stable/homepage/7.7.4/values.yaml
similarity index 100%
rename from stable/humhub/7.14.3/values.yaml
rename to stable/homepage/7.7.4/values.yaml
diff --git a/stable/homer/9.6.0/CHANGELOG.md b/stable/homer/9.6.0/CHANGELOG.md
deleted file mode 100644
index 98c90e13971..00000000000
--- a/stable/homer/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [homer-9.6.0](https://github.com/truecharts/charts/compare/homer-9.5.2...homer-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [homer-9.5.2](https://github.com/truecharts/charts/compare/homer-9.5.1...homer-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [homer-9.5.1](https://github.com/truecharts/charts/compare/homer-9.5.0...homer-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [homer-9.5.0](https://github.com/truecharts/charts/compare/homer-9.4.1...homer-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [homer-9.4.1](https://github.com/truecharts/charts/compare/homer-9.4.0...homer-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [homer-9.4.0](https://github.com/truecharts/charts/compare/homer-9.3.0...homer-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [homer-9.3.0](https://github.com/truecharts/charts/compare/homer-9.2.3...homer-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [homer-9.2.3](https://github.com/truecharts/charts/compare/homer-9.2.2...homer-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [homer-9.2.2](https://github.com/truecharts/charts/compare/homer-9.2.0...homer-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/homer/9.6.0/Chart.yaml b/stable/homer/9.6.0/Chart.yaml
deleted file mode 100644
index b40cc94d6d8..00000000000
--- a/stable/homer/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 23.10.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A dead simple static homepage for your server to keep your services on hand.
-home: https://truecharts.org/charts/stable/homer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png
-keywords:
- - homer
- - dashboard
- - launcher
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: homer
-sources:
- - https://github.com/bastienwirtz/homer
- - https://github.com/truecharts/charts/tree/master/charts/stable/homer
- - https://hub.docker.com/r/b4bz/homer
-type: application
-version: 9.6.0
diff --git a/stable/homer/9.6.0/charts/common-20.1.5.tgz b/stable/homer/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/homer/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hurtworld/5.6.0/.helmignore b/stable/homer/9.7.3/.helmignore
similarity index 100%
rename from stable/hurtworld/5.6.0/.helmignore
rename to stable/homer/9.7.3/.helmignore
diff --git a/stable/homer/9.7.3/CHANGELOG.md b/stable/homer/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cf5db9ebb73
--- /dev/null
+++ b/stable/homer/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [homer-9.7.2](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/homer/9.7.3/Chart.yaml b/stable/homer/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..7319104d875
--- /dev/null
+++ b/stable/homer/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 23.10.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A dead simple static homepage for your server to keep your services on hand.
+home: https://truecharts.org/charts/stable/homer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png
+keywords:
+ - homer
+ - dashboard
+ - launcher
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: homer
+sources:
+ - https://github.com/bastienwirtz/homer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/homer
+ - https://hub.docker.com/r/b4bz/homer
+type: application
+version: 9.7.3
diff --git a/stable/homer/9.6.0/README.md b/stable/homer/9.7.3/README.md
similarity index 100%
rename from stable/homer/9.6.0/README.md
rename to stable/homer/9.7.3/README.md
diff --git a/stable/homer/9.7.3/app-changelog.md b/stable/homer/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..47b712d722a
--- /dev/null
+++ b/stable/homer/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [homer-9.7.3](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/homer/9.6.0/app-readme.md b/stable/homer/9.7.3/app-readme.md
similarity index 100%
rename from stable/homer/9.6.0/app-readme.md
rename to stable/homer/9.7.3/app-readme.md
diff --git a/stable/homer/9.7.3/charts/common-20.2.4.tgz b/stable/homer/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/homer/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/homer/9.6.0/ix_values.yaml b/stable/homer/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/homer/9.6.0/ix_values.yaml
rename to stable/homer/9.7.3/ix_values.yaml
diff --git a/stable/homer/9.6.0/questions.yaml b/stable/homer/9.7.3/questions.yaml
similarity index 100%
rename from stable/homer/9.6.0/questions.yaml
rename to stable/homer/9.7.3/questions.yaml
diff --git a/stable/hyperion-ng/13.6.0/templates/NOTES.txt b/stable/homer/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/hyperion-ng/13.6.0/templates/NOTES.txt
rename to stable/homer/9.7.3/templates/NOTES.txt
diff --git a/stable/humhub/7.14.3/templates/common.yaml b/stable/homer/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/humhub/7.14.3/templates/common.yaml
rename to stable/homer/9.7.3/templates/common.yaml
diff --git a/stable/hurtworld/5.6.0/values.yaml b/stable/homer/9.7.3/values.yaml
similarity index 100%
rename from stable/hurtworld/5.6.0/values.yaml
rename to stable/homer/9.7.3/values.yaml
diff --git a/stable/hoobs/5.6.0/CHANGELOG.md b/stable/hoobs/5.6.0/CHANGELOG.md
deleted file mode 100644
index 38bcd775687..00000000000
--- a/stable/hoobs/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hoobs-5.6.0](https://github.com/truecharts/charts/compare/hoobs-5.5.2...hoobs-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hoobs-5.5.2](https://github.com/truecharts/charts/compare/hoobs-5.5.1...hoobs-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hoobs-5.5.1](https://github.com/truecharts/charts/compare/hoobs-5.5.0...hoobs-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hoobs-5.5.0](https://github.com/truecharts/charts/compare/hoobs-5.4.1...hoobs-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hoobs-5.4.1](https://github.com/truecharts/charts/compare/hoobs-5.4.0...hoobs-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hoobs-5.4.0](https://github.com/truecharts/charts/compare/hoobs-5.3.0...hoobs-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hoobs-5.3.0](https://github.com/truecharts/charts/compare/hoobs-5.2.3...hoobs-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hoobs-5.2.3](https://github.com/truecharts/charts/compare/hoobs-5.2.2...hoobs-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hoobs-5.2.2](https://github.com/truecharts/charts/compare/hoobs-5.2.0...hoobs-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hoobs/5.6.0/Chart.yaml b/stable/hoobs/5.6.0/Chart.yaml
deleted file mode 100644
index d615da099ba..00000000000
--- a/stable/hoobs/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. "
-home: https://truecharts.org/charts/stable/hoobs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png
-keywords:
- - hoobs
- - home-automation
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hoobs
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs
- - https://hub.docker.com/r/hoobs/hoobs
-type: application
-version: 5.6.0
diff --git a/stable/hoobs/5.6.0/charts/common-20.1.5.tgz b/stable/hoobs/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hoobs/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/hyperion-ng/13.6.0/.helmignore b/stable/hoobs/5.7.3/.helmignore
similarity index 100%
rename from stable/hyperion-ng/13.6.0/.helmignore
rename to stable/hoobs/5.7.3/.helmignore
diff --git a/stable/hoobs/5.7.3/CHANGELOG.md b/stable/hoobs/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e271b6269b6
--- /dev/null
+++ b/stable/hoobs/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hoobs-5.7.2](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hoobs/5.7.3/Chart.yaml b/stable/hoobs/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9ac4c309a4b
--- /dev/null
+++ b/stable/hoobs/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. "
+home: https://truecharts.org/charts/stable/hoobs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png
+keywords:
+ - hoobs
+ - home-automation
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hoobs
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs
+ - https://hub.docker.com/r/hoobs/hoobs
+type: application
+version: 5.7.3
diff --git a/stable/hoobs/5.6.0/README.md b/stable/hoobs/5.7.3/README.md
similarity index 100%
rename from stable/hoobs/5.6.0/README.md
rename to stable/hoobs/5.7.3/README.md
diff --git a/stable/hoobs/5.7.3/app-changelog.md b/stable/hoobs/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..61071a3961a
--- /dev/null
+++ b/stable/hoobs/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hoobs-5.7.3](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hoobs/5.6.0/app-readme.md b/stable/hoobs/5.7.3/app-readme.md
similarity index 100%
rename from stable/hoobs/5.6.0/app-readme.md
rename to stable/hoobs/5.7.3/app-readme.md
diff --git a/stable/hoobs/5.7.3/charts/common-20.2.4.tgz b/stable/hoobs/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hoobs/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hoobs/5.6.0/ix_values.yaml b/stable/hoobs/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hoobs/5.6.0/ix_values.yaml
rename to stable/hoobs/5.7.3/ix_values.yaml
diff --git a/stable/hoobs/5.6.0/questions.yaml b/stable/hoobs/5.7.3/questions.yaml
similarity index 100%
rename from stable/hoobs/5.6.0/questions.yaml
rename to stable/hoobs/5.7.3/questions.yaml
diff --git a/stable/hurtworld/5.6.0/templates/common.yaml b/stable/hoobs/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/hurtworld/5.6.0/templates/common.yaml
rename to stable/hoobs/5.7.3/templates/common.yaml
diff --git a/stable/hyperion-ng/13.6.0/values.yaml b/stable/hoobs/5.7.3/values.yaml
similarity index 100%
rename from stable/hyperion-ng/13.6.0/values.yaml
rename to stable/hoobs/5.7.3/values.yaml
diff --git a/stable/htpcmanager/9.6.0/CHANGELOG.md b/stable/htpcmanager/9.6.0/CHANGELOG.md
deleted file mode 100644
index 82de79ca2bc..00000000000
--- a/stable/htpcmanager/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [htpcmanager-9.6.0](https://github.com/truecharts/charts/compare/htpcmanager-9.5.2...htpcmanager-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [htpcmanager-9.5.2](https://github.com/truecharts/charts/compare/htpcmanager-9.5.1...htpcmanager-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [htpcmanager-9.5.1](https://github.com/truecharts/charts/compare/htpcmanager-9.5.0...htpcmanager-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [htpcmanager-9.5.0](https://github.com/truecharts/charts/compare/htpcmanager-9.4.1...htpcmanager-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [htpcmanager-9.4.1](https://github.com/truecharts/charts/compare/htpcmanager-9.4.0...htpcmanager-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [htpcmanager-9.4.0](https://github.com/truecharts/charts/compare/htpcmanager-9.3.0...htpcmanager-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [htpcmanager-9.3.0](https://github.com/truecharts/charts/compare/htpcmanager-9.2.3...htpcmanager-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [htpcmanager-9.2.3](https://github.com/truecharts/charts/compare/htpcmanager-9.2.2...htpcmanager-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [htpcmanager-9.2.2](https://github.com/truecharts/charts/compare/htpcmanager-9.2.0...htpcmanager-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/htpcmanager/9.6.0/Chart.yaml b/stable/htpcmanager/9.6.0/Chart.yaml
deleted file mode 100644
index 9c702416827..00000000000
--- a/stable/htpcmanager/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.11.17
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Htpcmanager is a front end for many htpc related applications.
-home: https://truecharts.org/charts/stable/htpcmanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png
-keywords:
- - htpcmanager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: htpcmanager
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager
- - https://ghcr.io/linuxserver/htpcmanager
-type: application
-version: 9.6.0
diff --git a/stable/htpcmanager/9.6.0/charts/common-20.1.5.tgz b/stable/htpcmanager/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/htpcmanager/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/icloudpd/6.6.0/.helmignore b/stable/htpcmanager/9.7.3/.helmignore
similarity index 100%
rename from stable/icloudpd/6.6.0/.helmignore
rename to stable/htpcmanager/9.7.3/.helmignore
diff --git a/stable/htpcmanager/9.7.3/CHANGELOG.md b/stable/htpcmanager/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..319bff96dc0
--- /dev/null
+++ b/stable/htpcmanager/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [htpcmanager-9.7.2](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/htpcmanager/9.7.3/Chart.yaml b/stable/htpcmanager/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..42520b71d13
--- /dev/null
+++ b/stable/htpcmanager/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.11.17
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Htpcmanager is a front end for many htpc related applications.
+home: https://truecharts.org/charts/stable/htpcmanager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png
+keywords:
+ - htpcmanager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: htpcmanager
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager
+ - https://ghcr.io/linuxserver/htpcmanager
+type: application
+version: 9.7.3
diff --git a/stable/htpcmanager/9.6.0/README.md b/stable/htpcmanager/9.7.3/README.md
similarity index 100%
rename from stable/htpcmanager/9.6.0/README.md
rename to stable/htpcmanager/9.7.3/README.md
diff --git a/stable/htpcmanager/9.7.3/app-changelog.md b/stable/htpcmanager/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..dedf5929a1e
--- /dev/null
+++ b/stable/htpcmanager/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [htpcmanager-9.7.3](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/htpcmanager/9.6.0/app-readme.md b/stable/htpcmanager/9.7.3/app-readme.md
similarity index 100%
rename from stable/htpcmanager/9.6.0/app-readme.md
rename to stable/htpcmanager/9.7.3/app-readme.md
diff --git a/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz b/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/htpcmanager/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/htpcmanager/9.6.0/ix_values.yaml b/stable/htpcmanager/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/htpcmanager/9.6.0/ix_values.yaml
rename to stable/htpcmanager/9.7.3/ix_values.yaml
diff --git a/stable/htpcmanager/9.6.0/questions.yaml b/stable/htpcmanager/9.7.3/questions.yaml
similarity index 100%
rename from stable/htpcmanager/9.6.0/questions.yaml
rename to stable/htpcmanager/9.7.3/questions.yaml
diff --git a/stable/icloudpd/6.6.0/templates/NOTES.txt b/stable/htpcmanager/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/icloudpd/6.6.0/templates/NOTES.txt
rename to stable/htpcmanager/9.7.3/templates/NOTES.txt
diff --git a/stable/hyperion-ng/13.6.0/templates/common.yaml b/stable/htpcmanager/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/hyperion-ng/13.6.0/templates/common.yaml
rename to stable/htpcmanager/9.7.3/templates/common.yaml
diff --git a/stable/icloudpd/6.6.0/values.yaml b/stable/htpcmanager/9.7.3/values.yaml
similarity index 100%
rename from stable/icloudpd/6.6.0/values.yaml
rename to stable/htpcmanager/9.7.3/values.yaml
diff --git a/stable/humhub/7.14.3/CHANGELOG.md b/stable/humhub/7.14.3/CHANGELOG.md
deleted file mode 100644
index 974f744f5d0..00000000000
--- a/stable/humhub/7.14.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [humhub-7.14.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [humhub-7.14.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [humhub-7.14.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [humhub-7.14.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
\ No newline at end of file
diff --git a/stable/humhub/7.14.3/Chart.yaml b/stable/humhub/7.14.3/Chart.yaml
deleted file mode 100644
index afa9fb6808e..00000000000
--- a/stable/humhub/7.14.3/Chart.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Web
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.15.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP.
-home: https://truecharts.org/charts/stable/humhub
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png
-keywords:
- - humhub
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: humhub
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/humhub
- - https://ghcr.io/mriedmann/humhub-nginx
- - https://ghcr.io/mriedmann/humhub-phponly
-type: application
-version: 7.14.3
diff --git a/stable/humhub/7.14.3/app-changelog.md b/stable/humhub/7.14.3/app-changelog.md
deleted file mode 100644
index 7e236fcdb23..00000000000
--- a/stable/humhub/7.14.3/app-changelog.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-## [humhub-7.14.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/humhub/7.14.3/charts/common-20.2.2.tgz b/stable/humhub/7.14.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/humhub/7.14.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/humhub/7.14.3/charts/mariadb-13.7.2.tgz b/stable/humhub/7.14.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/humhub/7.14.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/humhub/7.14.3/charts/redis-13.0.5.tgz b/stable/humhub/7.14.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/humhub/7.14.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/imgpush/5.7.0/.helmignore b/stable/humhub/7.15.3/.helmignore
similarity index 100%
rename from stable/imgpush/5.7.0/.helmignore
rename to stable/humhub/7.15.3/.helmignore
diff --git a/stable/humhub/7.15.3/CHANGELOG.md b/stable/humhub/7.15.3/CHANGELOG.md
new file mode 100644
index 00000000000..a00a09b9f9b
--- /dev/null
+++ b/stable/humhub/7.15.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [humhub-7.15.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [humhub-7.15.2](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [humhub-7.15.2](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/humhub/7.15.3/Chart.yaml b/stable/humhub/7.15.3/Chart.yaml
new file mode 100644
index 00000000000..cb857ebc578
--- /dev/null
+++ b/stable/humhub/7.15.3/Chart.yaml
@@ -0,0 +1,51 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Web
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.15.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP.
+home: https://truecharts.org/charts/stable/humhub
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png
+keywords:
+ - humhub
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: humhub
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/humhub
+ - https://ghcr.io/mriedmann/humhub-phponly
+ - https://ghcr.io/mriedmann/humhub-nginx
+type: application
+version: 7.15.3
diff --git a/stable/humhub/7.14.3/README.md b/stable/humhub/7.15.3/README.md
similarity index 100%
rename from stable/humhub/7.14.3/README.md
rename to stable/humhub/7.15.3/README.md
diff --git a/stable/humhub/7.15.3/app-changelog.md b/stable/humhub/7.15.3/app-changelog.md
new file mode 100644
index 00000000000..807bd0ac4b3
--- /dev/null
+++ b/stable/humhub/7.15.3/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [humhub-7.15.3](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.15.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/humhub/7.14.3/app-readme.md b/stable/humhub/7.15.3/app-readme.md
similarity index 100%
rename from stable/humhub/7.14.3/app-readme.md
rename to stable/humhub/7.15.3/app-readme.md
diff --git a/stable/humhub/7.15.3/charts/common-20.2.4.tgz b/stable/humhub/7.15.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/humhub/7.15.3/charts/common-20.2.4.tgz differ
diff --git a/stable/humhub/7.15.3/charts/mariadb-13.7.3.tgz b/stable/humhub/7.15.3/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/humhub/7.15.3/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/humhub/7.15.3/charts/redis-13.2.2.tgz b/stable/humhub/7.15.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/humhub/7.15.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/humhub/7.14.3/ix_values.yaml b/stable/humhub/7.15.3/ix_values.yaml
similarity index 100%
rename from stable/humhub/7.14.3/ix_values.yaml
rename to stable/humhub/7.15.3/ix_values.yaml
diff --git a/stable/humhub/7.14.3/questions.yaml b/stable/humhub/7.15.3/questions.yaml
similarity index 100%
rename from stable/humhub/7.14.3/questions.yaml
rename to stable/humhub/7.15.3/questions.yaml
diff --git a/stable/impostor-server/8.6.0/templates/NOTES.txt b/stable/humhub/7.15.3/templates/NOTES.txt
similarity index 100%
rename from stable/impostor-server/8.6.0/templates/NOTES.txt
rename to stable/humhub/7.15.3/templates/NOTES.txt
diff --git a/stable/icloudpd/6.6.0/templates/common.yaml b/stable/humhub/7.15.3/templates/common.yaml
similarity index 100%
rename from stable/icloudpd/6.6.0/templates/common.yaml
rename to stable/humhub/7.15.3/templates/common.yaml
diff --git a/stable/imgpush/5.7.0/values.yaml b/stable/humhub/7.15.3/values.yaml
similarity index 100%
rename from stable/imgpush/5.7.0/values.yaml
rename to stable/humhub/7.15.3/values.yaml
diff --git a/stable/hurtworld/5.6.0/CHANGELOG.md b/stable/hurtworld/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5a71959640f..00000000000
--- a/stable/hurtworld/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hurtworld-5.6.0](https://github.com/truecharts/charts/compare/hurtworld-5.5.2...hurtworld-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hurtworld-5.5.2](https://github.com/truecharts/charts/compare/hurtworld-5.5.1...hurtworld-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hurtworld-5.5.1](https://github.com/truecharts/charts/compare/hurtworld-5.5.0...hurtworld-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hurtworld-5.5.0](https://github.com/truecharts/charts/compare/hurtworld-5.4.1...hurtworld-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hurtworld-5.4.1](https://github.com/truecharts/charts/compare/hurtworld-5.4.0...hurtworld-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hurtworld-5.4.0](https://github.com/truecharts/charts/compare/hurtworld-5.3.0...hurtworld-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hurtworld-5.3.0](https://github.com/truecharts/charts/compare/hurtworld-5.2.3...hurtworld-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hurtworld-5.2.3](https://github.com/truecharts/charts/compare/hurtworld-5.2.2...hurtworld-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hurtworld-5.2.2](https://github.com/truecharts/charts/compare/hurtworld-5.2.0...hurtworld-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hurtworld/5.6.0/Chart.yaml b/stable/hurtworld/5.6.0/Chart.yaml
deleted file mode 100644
index cc03c700abb..00000000000
--- a/stable/hurtworld/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: hurtworld
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it.
-home: https://truecharts.org/charts/stable/hurtworld
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png
-keywords:
- - hurtworld
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hurtworld
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/hurtworld/5.6.0/charts/common-20.1.5.tgz b/stable/hurtworld/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hurtworld/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/immich/14.1.1/.helmignore b/stable/hurtworld/5.7.3/.helmignore
similarity index 100%
rename from stable/immich/14.1.1/.helmignore
rename to stable/hurtworld/5.7.3/.helmignore
diff --git a/stable/hurtworld/5.7.3/CHANGELOG.md b/stable/hurtworld/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7586c6843f3
--- /dev/null
+++ b/stable/hurtworld/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hurtworld-5.7.2](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hurtworld/5.7.3/Chart.yaml b/stable/hurtworld/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..2e03418ab94
--- /dev/null
+++ b/stable/hurtworld/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: hurtworld
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it.
+home: https://truecharts.org/charts/stable/hurtworld
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png
+keywords:
+ - hurtworld
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hurtworld
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/hurtworld/5.6.0/README.md b/stable/hurtworld/5.7.3/README.md
similarity index 100%
rename from stable/hurtworld/5.6.0/README.md
rename to stable/hurtworld/5.7.3/README.md
diff --git a/stable/hurtworld/5.7.3/app-changelog.md b/stable/hurtworld/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9004c413bae
--- /dev/null
+++ b/stable/hurtworld/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hurtworld-5.7.3](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hurtworld/5.6.0/app-readme.md b/stable/hurtworld/5.7.3/app-readme.md
similarity index 100%
rename from stable/hurtworld/5.6.0/app-readme.md
rename to stable/hurtworld/5.7.3/app-readme.md
diff --git a/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz b/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hurtworld/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hurtworld/5.6.0/ix_values.yaml b/stable/hurtworld/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/hurtworld/5.6.0/ix_values.yaml
rename to stable/hurtworld/5.7.3/ix_values.yaml
diff --git a/stable/hurtworld/5.6.0/questions.yaml b/stable/hurtworld/5.7.3/questions.yaml
similarity index 100%
rename from stable/hurtworld/5.6.0/questions.yaml
rename to stable/hurtworld/5.7.3/questions.yaml
diff --git a/stable/imgpush/5.7.0/templates/common.yaml b/stable/hurtworld/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/imgpush/5.7.0/templates/common.yaml
rename to stable/hurtworld/5.7.3/templates/common.yaml
diff --git a/stable/immich/14.1.1/values.yaml b/stable/hurtworld/5.7.3/values.yaml
similarity index 100%
rename from stable/immich/14.1.1/values.yaml
rename to stable/hurtworld/5.7.3/values.yaml
diff --git a/stable/hyperion-ng/13.6.0/CHANGELOG.md b/stable/hyperion-ng/13.6.0/CHANGELOG.md
deleted file mode 100644
index 4fe69ba40a5..00000000000
--- a/stable/hyperion-ng/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [hyperion-ng-13.6.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.5.2...hyperion-ng-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [hyperion-ng-13.5.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.5.1...hyperion-ng-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [hyperion-ng-13.5.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.5.0...hyperion-ng-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [hyperion-ng-13.5.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.4.1...hyperion-ng-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [hyperion-ng-13.4.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.4.0...hyperion-ng-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [hyperion-ng-13.4.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.3.0...hyperion-ng-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [hyperion-ng-13.3.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.3...hyperion-ng-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [hyperion-ng-13.2.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.2...hyperion-ng-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [hyperion-ng-13.2.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.0...hyperion-ng-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/hyperion-ng/13.6.0/Chart.yaml b/stable/hyperion-ng/13.6.0/Chart.yaml
deleted file mode 100644
index d61b1f362d1..00000000000
--- a/stable/hyperion-ng/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.15
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Hyperion is an opensource Bias or Ambient Lighting implementation
-home: https://truecharts.org/charts/stable/hyperion-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png
-keywords:
- - hyperion-ng
- - hyperion
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: hyperion-ng
-sources:
- - https://github.com/hyperion-project/hyperion.ng
- - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng
- - https://hub.docker.com/r/sirfragalot/hyperion.ng
-type: application
-version: 13.6.0
diff --git a/stable/hyperion-ng/13.6.0/charts/common-20.1.5.tgz b/stable/hyperion-ng/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/hyperion-ng/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/import-ics/5.6.0/.helmignore b/stable/hyperion-ng/13.7.3/.helmignore
similarity index 100%
rename from stable/import-ics/5.6.0/.helmignore
rename to stable/hyperion-ng/13.7.3/.helmignore
diff --git a/stable/hyperion-ng/13.7.3/CHANGELOG.md b/stable/hyperion-ng/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..421447bb212
--- /dev/null
+++ b/stable/hyperion-ng/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [hyperion-ng-13.7.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/hyperion-ng/13.7.3/Chart.yaml b/stable/hyperion-ng/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..e5eec6a4150
--- /dev/null
+++ b/stable/hyperion-ng/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.15
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Hyperion is an opensource Bias or Ambient Lighting implementation
+home: https://truecharts.org/charts/stable/hyperion-ng
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png
+keywords:
+ - hyperion-ng
+ - hyperion
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: hyperion-ng
+sources:
+ - https://github.com/hyperion-project/hyperion.ng
+ - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng
+ - https://hub.docker.com/r/sirfragalot/hyperion.ng
+type: application
+version: 13.7.3
diff --git a/stable/hyperion-ng/13.6.0/README.md b/stable/hyperion-ng/13.7.3/README.md
similarity index 100%
rename from stable/hyperion-ng/13.6.0/README.md
rename to stable/hyperion-ng/13.7.3/README.md
diff --git a/stable/hyperion-ng/13.7.3/app-changelog.md b/stable/hyperion-ng/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..3e03a7024a1
--- /dev/null
+++ b/stable/hyperion-ng/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [hyperion-ng-13.7.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/hyperion-ng/13.6.0/app-readme.md b/stable/hyperion-ng/13.7.3/app-readme.md
similarity index 100%
rename from stable/hyperion-ng/13.6.0/app-readme.md
rename to stable/hyperion-ng/13.7.3/app-readme.md
diff --git a/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz b/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/hyperion-ng/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/hyperion-ng/13.6.0/ix_values.yaml b/stable/hyperion-ng/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/hyperion-ng/13.6.0/ix_values.yaml
rename to stable/hyperion-ng/13.7.3/ix_values.yaml
diff --git a/stable/hyperion-ng/13.6.0/questions.yaml b/stable/hyperion-ng/13.7.3/questions.yaml
similarity index 100%
rename from stable/hyperion-ng/13.6.0/questions.yaml
rename to stable/hyperion-ng/13.7.3/questions.yaml
diff --git a/stable/ipfs/10.7.0/templates/NOTES.txt b/stable/hyperion-ng/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ipfs/10.7.0/templates/NOTES.txt
rename to stable/hyperion-ng/13.7.3/templates/NOTES.txt
diff --git a/stable/impostor-server/8.6.0/templates/common.yaml b/stable/hyperion-ng/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/impostor-server/8.6.0/templates/common.yaml
rename to stable/hyperion-ng/13.7.3/templates/common.yaml
diff --git a/stable/import-ics/5.6.0/values.yaml b/stable/hyperion-ng/13.7.3/values.yaml
similarity index 100%
rename from stable/import-ics/5.6.0/values.yaml
rename to stable/hyperion-ng/13.7.3/values.yaml
diff --git a/stable/icloudpd/6.6.0/CHANGELOG.md b/stable/icloudpd/6.6.0/CHANGELOG.md
deleted file mode 100644
index 7d4e97606a7..00000000000
--- a/stable/icloudpd/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [icloudpd-6.6.0](https://github.com/truecharts/charts/compare/icloudpd-6.5.2...icloudpd-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [icloudpd-6.5.2](https://github.com/truecharts/charts/compare/icloudpd-6.5.1...icloudpd-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [icloudpd-6.5.1](https://github.com/truecharts/charts/compare/icloudpd-6.5.0...icloudpd-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [icloudpd-6.5.0](https://github.com/truecharts/charts/compare/icloudpd-6.4.1...icloudpd-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [icloudpd-6.4.1](https://github.com/truecharts/charts/compare/icloudpd-6.4.0...icloudpd-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [icloudpd-6.4.0](https://github.com/truecharts/charts/compare/icloudpd-6.3.0...icloudpd-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [icloudpd-6.3.0](https://github.com/truecharts/charts/compare/icloudpd-6.2.3...icloudpd-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [icloudpd-6.2.3](https://github.com/truecharts/charts/compare/icloudpd-6.2.2...icloudpd-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [icloudpd-6.2.2](https://github.com/truecharts/charts/compare/icloudpd-6.2.0...icloudpd-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/icloudpd/6.6.0/Chart.yaml b/stable/icloudpd/6.6.0/Chart.yaml
deleted file mode 100644
index 00103a963ec..00000000000
--- a/stable/icloudpd/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.718
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.
-home: https://truecharts.org/charts/stable/icloudpd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png
-keywords:
- - icloudpd
- - Backup
- - Cloud
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: icloudpd
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd
- - https://hub.docker.com/r/boredazfcuk/icloudpd
-type: application
-version: 6.6.0
diff --git a/stable/icloudpd/6.6.0/charts/common-20.1.5.tgz b/stable/icloudpd/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/icloudpd/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/impostor-server/8.6.0/.helmignore b/stable/icloudpd/6.7.3/.helmignore
similarity index 100%
rename from stable/impostor-server/8.6.0/.helmignore
rename to stable/icloudpd/6.7.3/.helmignore
diff --git a/stable/icloudpd/6.7.3/CHANGELOG.md b/stable/icloudpd/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7fc876dca6e
--- /dev/null
+++ b/stable/icloudpd/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [icloudpd-6.7.3](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [icloudpd-6.7.2](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/icloudpd/6.7.3/Chart.yaml b/stable/icloudpd/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..7a6fa502080
--- /dev/null
+++ b/stable/icloudpd/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.718
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.
+home: https://truecharts.org/charts/stable/icloudpd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png
+keywords:
+ - icloudpd
+ - Backup
+ - Cloud
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: icloudpd
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd
+ - https://hub.docker.com/r/boredazfcuk/icloudpd
+type: application
+version: 6.7.3
diff --git a/stable/icloudpd/6.6.0/README.md b/stable/icloudpd/6.7.3/README.md
similarity index 100%
rename from stable/icloudpd/6.6.0/README.md
rename to stable/icloudpd/6.7.3/README.md
diff --git a/stable/icloudpd/6.7.3/app-changelog.md b/stable/icloudpd/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..74c3a2560b5
--- /dev/null
+++ b/stable/icloudpd/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [icloudpd-6.7.3](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/icloudpd/6.6.0/app-readme.md b/stable/icloudpd/6.7.3/app-readme.md
similarity index 100%
rename from stable/icloudpd/6.6.0/app-readme.md
rename to stable/icloudpd/6.7.3/app-readme.md
diff --git a/stable/icloudpd/6.7.3/charts/common-20.2.4.tgz b/stable/icloudpd/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/icloudpd/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/icloudpd/6.6.0/ix_values.yaml b/stable/icloudpd/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/icloudpd/6.6.0/ix_values.yaml
rename to stable/icloudpd/6.7.3/ix_values.yaml
diff --git a/stable/icloudpd/6.6.0/questions.yaml b/stable/icloudpd/6.7.3/questions.yaml
similarity index 100%
rename from stable/icloudpd/6.6.0/questions.yaml
rename to stable/icloudpd/6.7.3/questions.yaml
diff --git a/stable/ipmi-tools/6.6.0/templates/NOTES.txt b/stable/icloudpd/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ipmi-tools/6.6.0/templates/NOTES.txt
rename to stable/icloudpd/6.7.3/templates/NOTES.txt
diff --git a/stable/ispy-agent-dvr/9.9.1/templates/common.yaml b/stable/icloudpd/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/templates/common.yaml
rename to stable/icloudpd/6.7.3/templates/common.yaml
diff --git a/stable/impostor-server/8.6.0/values.yaml b/stable/icloudpd/6.7.3/values.yaml
similarity index 100%
rename from stable/impostor-server/8.6.0/values.yaml
rename to stable/icloudpd/6.7.3/values.yaml
diff --git a/stable/imgpush/5.7.0/CHANGELOG.md b/stable/imgpush/5.7.0/CHANGELOG.md
deleted file mode 100644
index c253c6db94e..00000000000
--- a/stable/imgpush/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/imgpush/5.7.0/Chart.yaml b/stable/imgpush/5.7.0/Chart.yaml
deleted file mode 100644
index c0f8456e10e..00000000000
--- a/stable/imgpush/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars).
-home: https://truecharts.org/charts/stable/imgpush
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png
-keywords:
- - imgpush
- - Cloud
- - Tools-Utilities
- - MediaServer-Photos
- - Network-Web
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: imgpush
-sources:
- - https://github.com/hauxir/imgpush
- - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush
- - https://hub.docker.com/r/hauxir/imgpush
-type: application
-version: 5.7.0
diff --git a/stable/imgpush/5.7.0/app-changelog.md b/stable/imgpush/5.7.0/app-changelog.md
deleted file mode 100644
index e2862d4a978..00000000000
--- a/stable/imgpush/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [imgpush-5.7.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/imgpush/5.7.0/charts/common-20.2.0.tgz b/stable/imgpush/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/imgpush/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/imgpush/5.7.0/ix_values.yaml b/stable/imgpush/5.7.0/ix_values.yaml
deleted file mode 100644
index 854e7f09bb6..00000000000
--- a/stable/imgpush/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: hauxir/imgpush
- tag: latest@sha256:8842481d8f6538ac7c4b638c9fea033ae80f6c4331baa12a36a5a1f49ae84e43
-persistence:
- storagecache:
- enabled: true
- mountPath: /cache
- storageimages:
- enabled: true
- mountPath: /images
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 5000
- protocol: tcp
- targetPort: 5000
diff --git a/stable/inkscape-desktop-g3/5.6.1/.helmignore b/stable/imgpush/5.7.4/.helmignore
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/.helmignore
rename to stable/imgpush/5.7.4/.helmignore
diff --git a/stable/imgpush/5.7.4/CHANGELOG.md b/stable/imgpush/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..b161e49cbce
--- /dev/null
+++ b/stable/imgpush/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [imgpush-5.7.3](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [imgpush-5.7.3](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [imgpush-5.7.3](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [imgpush-5.7.3](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [imgpush-5.7.3](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/imgpush/5.7.4/Chart.yaml b/stable/imgpush/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..e9e1445008b
--- /dev/null
+++ b/stable/imgpush/5.7.4/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars).
+home: https://truecharts.org/charts/stable/imgpush
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png
+keywords:
+ - imgpush
+ - Cloud
+ - Tools-Utilities
+ - MediaServer-Photos
+ - Network-Web
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: imgpush
+sources:
+ - https://github.com/hauxir/imgpush
+ - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush
+ - https://hub.docker.com/r/hauxir/imgpush
+type: application
+version: 5.7.4
diff --git a/stable/imgpush/5.7.0/README.md b/stable/imgpush/5.7.4/README.md
similarity index 100%
rename from stable/imgpush/5.7.0/README.md
rename to stable/imgpush/5.7.4/README.md
diff --git a/stable/imgpush/5.7.4/app-changelog.md b/stable/imgpush/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..4c87cae02ea
--- /dev/null
+++ b/stable/imgpush/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [imgpush-5.7.4](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image hauxir/imgpush to latest[@2e39075](https://github.com/2e39075) by renovate ([#19587](https://github.com/truecharts/charts/issues/19587))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/imgpush/5.7.0/app-readme.md b/stable/imgpush/5.7.4/app-readme.md
similarity index 100%
rename from stable/imgpush/5.7.0/app-readme.md
rename to stable/imgpush/5.7.4/app-readme.md
diff --git a/stable/imgpush/5.7.4/charts/common-20.2.4.tgz b/stable/imgpush/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/imgpush/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/imgpush/5.7.4/ix_values.yaml b/stable/imgpush/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..1bf727a8b36
--- /dev/null
+++ b/stable/imgpush/5.7.4/ix_values.yaml
@@ -0,0 +1,26 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: hauxir/imgpush
+ tag: latest@sha256:2e390756537974ad7b01e6779a457c42f59ae8f1f7a82c61a8ed34487040f2a6
+persistence:
+ storagecache:
+ enabled: true
+ mountPath: /cache
+ storageimages:
+ enabled: true
+ mountPath: /images
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 5000
+ protocol: tcp
+ targetPort: 5000
diff --git a/stable/imgpush/5.7.0/questions.yaml b/stable/imgpush/5.7.4/questions.yaml
similarity index 100%
rename from stable/imgpush/5.7.0/questions.yaml
rename to stable/imgpush/5.7.4/questions.yaml
diff --git a/stable/import-ics/5.6.0/templates/common.yaml b/stable/imgpush/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/import-ics/5.6.0/templates/common.yaml
rename to stable/imgpush/5.7.4/templates/common.yaml
diff --git a/stable/inkscape-desktop-g3/5.6.1/values.yaml b/stable/imgpush/5.7.4/values.yaml
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/values.yaml
rename to stable/imgpush/5.7.4/values.yaml
diff --git a/stable/immich/14.1.1/CHANGELOG.md b/stable/immich/14.1.1/CHANGELOG.md
deleted file mode 100644
index 39b15fd2095..00000000000
--- a/stable/immich/14.1.1/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [immich-14.1.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.1) (2024-03-22)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
-
-
-## [immich-14.1.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.1) (2024-03-22)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
-
-
-## [immich-14.1.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.1) (2024-03-22)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
-
-
-## [immich-14.1.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.1) (2024-03-22)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
-
-
-## [immich-14.1.0](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
-
-
-## [immich-14.1.0](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.0) (2024-03-21)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
\ No newline at end of file
diff --git a/stable/immich/14.1.1/Chart.yaml b/stable/immich/14.1.1/Chart.yaml
deleted file mode 100644
index 2dfd6388565..00000000000
--- a/stable/immich/14.1.1/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.99.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: High performance self-hosted photo and video backup solution.
-home: https://truecharts.org/charts/stable/immich
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png
-keywords:
- - photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: immich
-sources:
- - https://github.com/immich-app/immich
- - https://github.com/truecharts/charts/tree/master/charts/stable/immich
- - https://hub.docker.com/r/altran1502/immich-machine-learning
- - https://hub.docker.com/r/altran1502/immich-server
-type: application
-version: 14.1.1
diff --git a/stable/immich/14.1.1/app-changelog.md b/stable/immich/14.1.1/app-changelog.md
deleted file mode 100644
index 459cc13fdcd..00000000000
--- a/stable/immich/14.1.1/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [immich-14.1.1](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.1.1) (2024-03-22)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
-
-- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
-
-### Feat
-
-
-
-- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
\ No newline at end of file
diff --git a/stable/immich/14.1.1/charts/common-20.2.2.tgz b/stable/immich/14.1.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/immich/14.1.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/immich/14.1.1/charts/redis-13.0.5.tgz b/stable/immich/14.1.1/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/immich/14.1.1/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/immich/14.1.1/ix_values.yaml b/stable/immich/14.1.1/ix_values.yaml
deleted file mode 100644
index 14101a1f8fe..00000000000
--- a/stable/immich/14.1.1/ix_values.yaml
+++ /dev/null
@@ -1,150 +0,0 @@
-image:
- repository: altran1502/immich-server
- tag: v1.99.0@sha256:ad7a9828eb25e4f42ad17631bc81408b3fe464c4eec2300742af2e37acb4e8d6
- pullPolicy: IfNotPresent
-
-mlImage:
- repository: altran1502/immich-machine-learning
- pullPolicy: IfNotPresent
- tag: v1.99.0@sha256:9a9d289a5fc894dad1aae6e49c09f39735846cda351e9f74879fcb0601437262
-
-mlCudaImage:
- repository: altran1502/immich-machine-learning
- pullPolicy: IfNotPresent
- tag: v1.99.0-cuda@sha256:f77dc68977d0c564135913d377aab444356c0c52b7aaacc527396129c022960c
-
-mlOpenvinoImage:
- repository: altran1502/immich-machine-learning
- pullPolicy: IfNotPresent
- tag: v1.99.0-openvino@sha256:b33c569a7bec6894eaf683925669322e3fdd9fbc3ff0bc44c4b678dc546e334b
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-immich:
- enable_ml: true
- mlImageType: mlImage
- public_login_page_message: Immich
- log_level: log
-
-service:
- main:
- # Main service targets the server
- targetSelector: main
- ports:
- main:
- port: 10323
- protocol: http
- targetSelector: main
- microservices:
- enabled: true
- type: ClusterIP
- targetSelector: microservices
- ports:
- microservices:
- enabled: true
- primary: true
- port: 10004
- protocol: http
- targetSelector: microservices
- machinelearning:
- enabled: true
- type: ClusterIP
- targetSelector: machinelearning
- ports:
- machinelearning:
- enabled: true
- primary: true
- port: 10003
- protocol: http
- targetSelector: machinelearning
-
-persistence:
- mlcache:
- enabled: true
- type: emptyDir
- targetSelector:
- machinelearning:
- machinelearning:
- mountPath: /mlcache
- microcache:
- enabled: true
- type: emptyDir
- targetSelector:
- microservices:
- microservices:
- mountPath: /microcache
- library:
- enabled: true
- mountPath: /usr/src/app/upload/library
- targetSelector:
- # Main pod/container is server
- main:
- main: {}
- microservices:
- microservices: {}
- uploads:
- enabled: true
- mountPath: /usr/src/app/upload/upload
- targetSelector:
- # Main pod/container is server
- main:
- main: {}
- microservices:
- microservices: {}
- thumbs:
- enabled: true
- mountPath: /usr/src/app/upload/thumbs
- targetSelector:
- # Main pod/container is server
- main:
- main: {}
- microservices:
- microservices: {}
- profile:
- enabled: true
- mountPath: /usr/src/app/upload/profile
- targetSelector:
- # Main pod/container is server
- main:
- main: {}
- microservices:
- microservices: {}
- video:
- enabled: true
- mountPath: /usr/src/app/upload/encoded-video
- targetSelector:
- # Main pod/container is server
- main:
- main: {}
- microservices:
- microservices: {}
-
-cnpg:
- main:
- enabled: true
- user: immich
- database: immich
- type: vectors
- cluster:
- initdb:
- postInitApplicationSQL:
- - CREATE EXTENSION IF NOT EXISTS cube;
- - CREATE EXTENSION IF NOT EXISTS earthdistance;
- - CREATE SCHEMA IF NOT EXISTS vectors;
- - ALTER DATABASE immich SET search_path TO "immich", public, vectors;
- - SET search_path TO "immich", public, vectors;
- - GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;
- - ALTER SCHEMA vectors OWNER TO immich;
-
-redis:
- enabled: true
- redisUsername: default
-
-portal:
- open:
- enabled: true
diff --git a/stable/immich/14.1.1/questions.yaml b/stable/immich/14.1.1/questions.yaml
deleted file mode 100755
index 1bd722c549d..00000000000
--- a/stable/immich/14.1.1/questions.yaml
+++ /dev/null
@@ -1,4410 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
-
- - variable: immich
- group: App Configuration
- label: Immich Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: public_login_page_message
- label: Public Login Page Message
- description: Custom message on the login page, should be written in HTML form.
- schema:
- type: string
- default: ""
- - variable: log_level
- label: Log Level
- schema:
- type: string
- default: log
- enum:
- - value: log
- description: log
- - value: simple
- description: simple (Switch to log ASAP)
- - value: warn
- description: warn
- - value: error
- description: error
- - value: verbose
- description: verbose
- - value: debug
- description: debug
-
- - variable: enable_ml
- label: Enable Machine Learning Container
- schema:
- type: boolean
- default: true
- - variable: enable_typesense
- label: Enable Typesense Container
- schema:
- type: boolean
- default: true
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10323
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: library
- label: App Library Storage
- description: Stores the Application Uploads.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: uploads
- label: App Uploads Storage
- description: Temporary location for WebUI and mobile app uploads for images/videos that still need to be processed and eventually imported into the library storage.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: thumbs
- label: App Thumbnails Storage
- description: Stores the Application Thumbnails.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: profile
- label: App Profiles Storage
- description: Stores the Application Profiles.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: video
- label: App Encoded Video Storage
- description: Stores the Encoded Videos.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
-
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
-
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/immich/14.1.1/templates/common.yaml b/stable/immich/14.1.1/templates/common.yaml
deleted file mode 100644
index 8e75b84283a..00000000000
--- a/stable/immich/14.1.1/templates/common.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-{{/* Make sure all variables are set properly */}}
-{{- include "tc.v1.common.loader.init" . }}
-
-{{- $fname := (include "tc.v1.common.lib.chart.names.fullname" .) -}}
-
-{{- $_ := set .Values.workload.main.podSpec.containers "main" (include "immich.server" . | fromYaml) -}}
-
-{{/* Render Microservices Workload */}}
-{{- $_ := set .Values.workload "microservices" (include "immich.microservices" . | fromYaml) -}}
-
-{{- if .Values.immich.enable_ml -}}
- {{/* Enable Machine Learning Service */}}
- {{- $_ := set .Values.service.machinelearning "enabled" true -}}
- {{/* Render Machine Learning Workload */}}
- {{- $_ := set .Values.workload "machinelearning" (include "immich.machinelearning" . | fromYaml) -}}
-{{- else -}}
- {{/* Disable Machine Learning Service */}}
- {{- $_ := set .Values.service.machinelearning "enabled" false -}}
-{{- end -}}
-
-{{/* Set targetselector for GPU to microservices */}}
-{{- range $gpuEntry := .Values.scaleGPU }}
- {{- if $gpuEntry.gpu -}}
- {{- $_ := set $gpuEntry "targetSelector" (dict "microservices" (list "microservices")) -}}
- {{- end -}}
-{{- end -}}
-
-{{/* Render configuration for immich
- after services, as it has references
-*/}}
-{{- $config := include "immich.config" . | fromYaml -}}
-{{- if $config -}}
- {{- $_ := mustMergeOverwrite .Values $config -}}
-{{- end -}}
-
-{{- range $idx, $persistence := .Values.persistenceList -}}
- {{- $_ := set $persistence "targetSelector" (dict
- "main" (dict "main" dict)
- "microservices" (dict "microservices" dict)
- ) -}}
-{{- end -}}
-
-{{- $envList := .Values.workload.main.podSpec.containers.main.envList -}}
-{{- if $envList -}}
- {{- $_ := set .Values.workload.microservices.podSpec.containers.microservices "envList" $envList -}}
-{{- end -}}
-
-{{/* Render the templates */}}
-{{ include "tc.v1.common.loader.apply" . }}
diff --git a/stable/insurgencysandstorm/5.6.0/.helmignore b/stable/immich/14.2.3/.helmignore
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/.helmignore
rename to stable/immich/14.2.3/.helmignore
diff --git a/stable/immich/14.2.3/CHANGELOG.md b/stable/immich/14.2.3/CHANGELOG.md
new file mode 100644
index 00000000000..1610d61da35
--- /dev/null
+++ b/stable/immich/14.2.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [immich-14.2.3](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
+
+- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408))
+
+- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
+
+### Feat
+
+
+
+- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
+
+
+## [immich-14.2.2](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
+
+- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408))
+
+- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
+
+### Feat
+
+
+
+- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
+
+
+## [immich-14.2.2](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
+
+- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408))
+
+- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
+
+### Feat
+
+
+
+- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
+
+
+## [immich-14.2.2](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
+
+- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408))
+
+- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
+
+### Feat
+
diff --git a/stable/immich/14.2.3/Chart.yaml b/stable/immich/14.2.3/Chart.yaml
new file mode 100644
index 00000000000..63368c3c52b
--- /dev/null
+++ b/stable/immich/14.2.3/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.99.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: High performance self-hosted photo and video backup solution.
+home: https://truecharts.org/charts/stable/immich
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png
+keywords:
+ - photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: immich
+sources:
+ - https://github.com/immich-app/immich
+ - https://github.com/truecharts/charts/tree/master/charts/stable/immich
+ - https://hub.docker.com/r/altran1502/immich-machine-learning
+ - https://hub.docker.com/r/altran1502/immich-server
+type: application
+version: 14.2.3
diff --git a/stable/immich/14.1.1/LICENSE b/stable/immich/14.2.3/LICENSE
similarity index 100%
rename from stable/immich/14.1.1/LICENSE
rename to stable/immich/14.2.3/LICENSE
diff --git a/stable/immich/14.1.1/README.md b/stable/immich/14.2.3/README.md
similarity index 100%
rename from stable/immich/14.1.1/README.md
rename to stable/immich/14.2.3/README.md
diff --git a/stable/immich/14.2.3/app-changelog.md b/stable/immich/14.2.3/app-changelog.md
new file mode 100644
index 00000000000..4d0d8c8eb71
--- /dev/null
+++ b/stable/immich/14.2.3/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [immich-14.2.3](https://github.com/truecharts/charts/compare/immich-13.0.1...immich-14.2.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19576](https://github.com/truecharts/charts/issues/19576))
+
+- cleanup and fix gpu allocation ([#19408](https://github.com/truecharts/charts/issues/19408))
+
+- new logo ([#19645](https://github.com/truecharts/charts/issues/19645))
+
+### Feat
+
+
+
+- Return to Stable ([#19563](https://github.com/truecharts/charts/issues/19563))
\ No newline at end of file
diff --git a/stable/immich/14.1.1/app-readme.md b/stable/immich/14.2.3/app-readme.md
similarity index 100%
rename from stable/immich/14.1.1/app-readme.md
rename to stable/immich/14.2.3/app-readme.md
diff --git a/stable/immich/14.2.3/charts/common-20.2.4.tgz b/stable/immich/14.2.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/immich/14.2.3/charts/common-20.2.4.tgz differ
diff --git a/stable/immich/14.2.3/charts/redis-13.2.2.tgz b/stable/immich/14.2.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/immich/14.2.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/immich/14.2.3/ix_values.yaml b/stable/immich/14.2.3/ix_values.yaml
new file mode 100644
index 00000000000..3f09022a941
--- /dev/null
+++ b/stable/immich/14.2.3/ix_values.yaml
@@ -0,0 +1,149 @@
+image:
+ repository: altran1502/immich-server
+ tag: v1.99.0@sha256:ad7a9828eb25e4f42ad17631bc81408b3fe464c4eec2300742af2e37acb4e8d6
+ pullPolicy: IfNotPresent
+
+mlImage:
+ repository: altran1502/immich-machine-learning
+ pullPolicy: IfNotPresent
+ tag: v1.99.0@sha256:9a9d289a5fc894dad1aae6e49c09f39735846cda351e9f74879fcb0601437262
+
+mlCudaImage:
+ repository: altran1502/immich-machine-learning
+ pullPolicy: IfNotPresent
+ tag: v1.99.0-cuda@sha256:f77dc68977d0c564135913d377aab444356c0c52b7aaacc527396129c022960c
+
+mlOpenvinoImage:
+ repository: altran1502/immich-machine-learning
+ pullPolicy: IfNotPresent
+ tag: v1.99.0-openvino@sha256:b33c569a7bec6894eaf683925669322e3fdd9fbc3ff0bc44c4b678dc546e334b
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+immich:
+ enable_ml: true
+ mlImageType: mlImage
+ log_level: log
+
+service:
+ main:
+ # Main service targets the server
+ targetSelector: main
+ ports:
+ main:
+ port: 10323
+ protocol: http
+ targetSelector: main
+ microservices:
+ enabled: true
+ type: ClusterIP
+ targetSelector: microservices
+ ports:
+ microservices:
+ enabled: true
+ primary: true
+ port: 10004
+ protocol: http
+ targetSelector: microservices
+ machinelearning:
+ enabled: true
+ type: ClusterIP
+ targetSelector: machinelearning
+ ports:
+ machinelearning:
+ enabled: true
+ primary: true
+ port: 10003
+ protocol: http
+ targetSelector: machinelearning
+
+persistence:
+ mlcache:
+ enabled: true
+ type: emptyDir
+ targetSelector:
+ machinelearning:
+ machinelearning:
+ mountPath: /mlcache
+ microcache:
+ enabled: true
+ type: emptyDir
+ targetSelector:
+ microservices:
+ microservices:
+ mountPath: /microcache
+ library:
+ enabled: true
+ mountPath: /usr/src/app/upload/library
+ targetSelector:
+ # Main pod/container is server
+ main:
+ main: {}
+ microservices:
+ microservices: {}
+ uploads:
+ enabled: true
+ mountPath: /usr/src/app/upload/upload
+ targetSelector:
+ # Main pod/container is server
+ main:
+ main: {}
+ microservices:
+ microservices: {}
+ thumbs:
+ enabled: true
+ mountPath: /usr/src/app/upload/thumbs
+ targetSelector:
+ # Main pod/container is server
+ main:
+ main: {}
+ microservices:
+ microservices: {}
+ profile:
+ enabled: true
+ mountPath: /usr/src/app/upload/profile
+ targetSelector:
+ # Main pod/container is server
+ main:
+ main: {}
+ microservices:
+ microservices: {}
+ video:
+ enabled: true
+ mountPath: /usr/src/app/upload/encoded-video
+ targetSelector:
+ # Main pod/container is server
+ main:
+ main: {}
+ microservices:
+ microservices: {}
+
+cnpg:
+ main:
+ enabled: true
+ user: immich
+ database: immich
+ type: vectors
+ cluster:
+ initdb:
+ postInitApplicationSQL:
+ - CREATE EXTENSION IF NOT EXISTS cube;
+ - CREATE EXTENSION IF NOT EXISTS earthdistance;
+ - CREATE SCHEMA IF NOT EXISTS vectors;
+ - ALTER DATABASE immich SET search_path TO "immich", public, vectors;
+ - SET search_path TO "immich", public, vectors;
+ - GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;
+ - ALTER SCHEMA vectors OWNER TO immich;
+
+redis:
+ enabled: true
+ redisUsername: default
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/immich/14.2.3/questions.yaml b/stable/immich/14.2.3/questions.yaml
new file mode 100755
index 00000000000..17c5c796107
--- /dev/null
+++ b/stable/immich/14.2.3/questions.yaml
@@ -0,0 +1,4405 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+
+ - variable: immich
+ group: App Configuration
+ label: Immich Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: log_level
+ label: Log Level
+ schema:
+ type: string
+ default: log
+ enum:
+ - value: log
+ description: log
+ - value: simple
+ description: simple (Switch to log ASAP)
+ - value: warn
+ description: warn
+ - value: error
+ description: error
+ - value: verbose
+ description: verbose
+ - value: debug
+ description: debug
+
+ - variable: enable_ml
+ label: Enable Machine Learning Container
+ schema:
+ type: boolean
+ default: true
+ - variable: enable_typesense
+ label: Enable Typesense Container
+ schema:
+ type: boolean
+ default: true
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10323
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: library
+ label: App Library Storage
+ description: Stores the Application Uploads.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: uploads
+ label: App Uploads Storage
+ description: Temporary location for WebUI and mobile app uploads for images/videos that still need to be processed and eventually imported into the library storage.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: thumbs
+ label: App Thumbnails Storage
+ description: Stores the Application Thumbnails.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: profile
+ label: App Profiles Storage
+ description: Stores the Application Profiles.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: video
+ label: App Encoded Video Storage
+ description: Stores the Encoded Videos.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/immich/14.1.1/templates/NOTES.txt b/stable/immich/14.2.3/templates/NOTES.txt
similarity index 100%
rename from stable/immich/14.1.1/templates/NOTES.txt
rename to stable/immich/14.2.3/templates/NOTES.txt
diff --git a/stable/immich/14.1.1/templates/_config.tpl b/stable/immich/14.2.3/templates/_config.tpl
similarity index 91%
rename from stable/immich/14.1.1/templates/_config.tpl
rename to stable/immich/14.2.3/templates/_config.tpl
index 673bec22fa3..28411dc1495 100644
--- a/stable/immich/14.1.1/templates/_config.tpl
+++ b/stable/immich/14.2.3/templates/_config.tpl
@@ -6,9 +6,6 @@ configmap:
enabled: true
data:
SERVER_PORT: {{ .Values.service.main.ports.main.port | quote }}
- {{- with .Values.immich.public_login_page_message }}
- PUBLIC_LOGIN_PAGE_MESSAGE: {{ . }}
- {{- end }}
micro-config:
enabled: true
diff --git a/stable/immich/14.1.1/templates/_machinelearning.tpl b/stable/immich/14.2.3/templates/_machinelearning.tpl
similarity index 94%
rename from stable/immich/14.1.1/templates/_machinelearning.tpl
rename to stable/immich/14.2.3/templates/_machinelearning.tpl
index df49da9dd5d..f3068e46c3a 100644
--- a/stable/immich/14.1.1/templates/_machinelearning.tpl
+++ b/stable/immich/14.2.3/templates/_machinelearning.tpl
@@ -17,7 +17,7 @@ podSpec:
machinelearning:
enabled: true
primary: true
- imageSelector: "{{ $img }}"
+ imageSelector: {{ $img }}
securityContext:
capabilities:
disableS6Caps: true
diff --git a/stable/immich/14.1.1/templates/_microservices.tpl b/stable/immich/14.2.3/templates/_microservices.tpl
similarity index 100%
rename from stable/immich/14.1.1/templates/_microservices.tpl
rename to stable/immich/14.2.3/templates/_microservices.tpl
diff --git a/stable/immich/14.1.1/templates/_server.tpl b/stable/immich/14.2.3/templates/_server.tpl
similarity index 91%
rename from stable/immich/14.1.1/templates/_server.tpl
rename to stable/immich/14.2.3/templates/_server.tpl
index 9327aef0ecc..89a112ccd31 100644
--- a/stable/immich/14.1.1/templates/_server.tpl
+++ b/stable/immich/14.2.3/templates/_server.tpl
@@ -2,6 +2,8 @@
enabled: true
primary: true
imageSelector: image
+resources:
+ excludeExtra: true
command: /bin/sh
args:
- -c
diff --git a/stable/immich/14.1.1/templates/_wait.tpl b/stable/immich/14.2.3/templates/_wait.tpl
similarity index 88%
rename from stable/immich/14.1.1/templates/_wait.tpl
rename to stable/immich/14.2.3/templates/_wait.tpl
index 8a1743d601e..4704bed3d3f 100644
--- a/stable/immich/14.1.1/templates/_wait.tpl
+++ b/stable/immich/14.2.3/templates/_wait.tpl
@@ -3,6 +3,8 @@
enabled: true
type: init
imageSelector: alpineImage
+resources:
+ excludeExtra: true
command:
- /bin/ash
- -c
diff --git a/stable/immich/14.2.3/templates/common.yaml b/stable/immich/14.2.3/templates/common.yaml
new file mode 100644
index 00000000000..1e61e9ec1e4
--- /dev/null
+++ b/stable/immich/14.2.3/templates/common.yaml
@@ -0,0 +1,42 @@
+{{/* Make sure all variables are set properly */}}
+{{- include "tc.v1.common.loader.init" . }}
+
+{{- $fname := (include "tc.v1.common.lib.chart.names.fullname" .) -}}
+
+{{- $_ := set .Values.workload.main.podSpec.containers "main" (include "immich.server" . | fromYaml) -}}
+
+{{/* Render Microservices Workload */}}
+{{- $_ := set .Values.workload "microservices" (include "immich.microservices" . | fromYaml) -}}
+
+{{- if .Values.immich.enable_ml -}}
+ {{/* Enable Machine Learning Service */}}
+ {{- $_ := set .Values.service.machinelearning "enabled" true -}}
+ {{/* Render Machine Learning Workload */}}
+ {{- $_ := set .Values.workload "machinelearning" (include "immich.machinelearning" . | fromYaml) -}}
+{{- else -}}
+ {{/* Disable Machine Learning Service */}}
+ {{- $_ := set .Values.service.machinelearning "enabled" false -}}
+{{- end -}}
+
+{{/* Render configuration for immich
+ after services, as it has references
+*/}}
+{{- $config := include "immich.config" . | fromYaml -}}
+{{- if $config -}}
+ {{- $_ := mustMergeOverwrite .Values $config -}}
+{{- end -}}
+
+{{- range $idx, $persistence := .Values.persistenceList -}}
+ {{- $_ := set $persistence "targetSelector" (dict
+ "main" (dict "main" dict)
+ "microservices" (dict "microservices" dict)
+ ) -}}
+{{- end -}}
+
+{{- $envList := .Values.workload.main.podSpec.containers.main.envList -}}
+{{- if $envList -}}
+ {{- $_ := set .Values.workload.microservices.podSpec.containers.microservices "envList" $envList -}}
+{{- end -}}
+
+{{/* Render the templates */}}
+{{ include "tc.v1.common.loader.apply" . }}
diff --git a/stable/insurgencysandstorm/5.6.0/values.yaml b/stable/immich/14.2.3/values.yaml
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/values.yaml
rename to stable/immich/14.2.3/values.yaml
diff --git a/stable/import-ics/5.6.0/CHANGELOG.md b/stable/import-ics/5.6.0/CHANGELOG.md
deleted file mode 100644
index 71746fff7ad..00000000000
--- a/stable/import-ics/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [import-ics-5.6.0](https://github.com/truecharts/charts/compare/import-ics-5.5.2...import-ics-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [import-ics-5.5.2](https://github.com/truecharts/charts/compare/import-ics-5.5.1...import-ics-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [import-ics-5.5.1](https://github.com/truecharts/charts/compare/import-ics-5.5.0...import-ics-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [import-ics-5.5.0](https://github.com/truecharts/charts/compare/import-ics-5.4.1...import-ics-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [import-ics-5.4.1](https://github.com/truecharts/charts/compare/import-ics-5.4.0...import-ics-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [import-ics-5.4.0](https://github.com/truecharts/charts/compare/import-ics-5.3.0...import-ics-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [import-ics-5.3.0](https://github.com/truecharts/charts/compare/import-ics-5.2.3...import-ics-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [import-ics-5.2.3](https://github.com/truecharts/charts/compare/import-ics-5.2.2...import-ics-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [import-ics-5.2.2](https://github.com/truecharts/charts/compare/import-ics-5.2.0...import-ics-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/import-ics/5.6.0/Chart.yaml b/stable/import-ics/5.6.0/Chart.yaml
deleted file mode 100644
index c5027b9bc30..00000000000
--- a/stable/import-ics/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server.
-home: https://truecharts.org/charts/stable/import-ics
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png
-keywords:
- - import-ics
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: import-ics
-sources:
- - https://github.com/Vilhjalmr26/import_ics
- - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics
- - https://hub.docker.com/r/vilhjalmr26/import_ics
-type: application
-version: 5.6.0
diff --git a/stable/import-ics/5.6.0/charts/common-20.1.5.tgz b/stable/import-ics/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/import-ics/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/invidious/9.6.0/.helmignore b/stable/import-ics/5.7.3/.helmignore
similarity index 100%
rename from stable/invidious/9.6.0/.helmignore
rename to stable/import-ics/5.7.3/.helmignore
diff --git a/stable/import-ics/5.7.3/CHANGELOG.md b/stable/import-ics/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..325e52ddb4b
--- /dev/null
+++ b/stable/import-ics/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [import-ics-5.7.2](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/import-ics/5.7.3/Chart.yaml b/stable/import-ics/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6bd68c69452
--- /dev/null
+++ b/stable/import-ics/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server.
+home: https://truecharts.org/charts/stable/import-ics
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png
+keywords:
+ - import-ics
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: import-ics
+sources:
+ - https://github.com/Vilhjalmr26/import_ics
+ - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics
+ - https://hub.docker.com/r/vilhjalmr26/import_ics
+type: application
+version: 5.7.3
diff --git a/stable/import-ics/5.6.0/README.md b/stable/import-ics/5.7.3/README.md
similarity index 100%
rename from stable/import-ics/5.6.0/README.md
rename to stable/import-ics/5.7.3/README.md
diff --git a/stable/import-ics/5.7.3/app-changelog.md b/stable/import-ics/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..33cc46e8a6c
--- /dev/null
+++ b/stable/import-ics/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [import-ics-5.7.3](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/import-ics/5.6.0/app-readme.md b/stable/import-ics/5.7.3/app-readme.md
similarity index 100%
rename from stable/import-ics/5.6.0/app-readme.md
rename to stable/import-ics/5.7.3/app-readme.md
diff --git a/stable/import-ics/5.7.3/charts/common-20.2.4.tgz b/stable/import-ics/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/import-ics/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/import-ics/5.6.0/ix_values.yaml b/stable/import-ics/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/import-ics/5.6.0/ix_values.yaml
rename to stable/import-ics/5.7.3/ix_values.yaml
diff --git a/stable/import-ics/5.6.0/questions.yaml b/stable/import-ics/5.7.3/questions.yaml
similarity index 100%
rename from stable/import-ics/5.6.0/questions.yaml
rename to stable/import-ics/5.7.3/questions.yaml
diff --git a/stable/inkscape-desktop-g3/5.6.1/templates/common.yaml b/stable/import-ics/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/templates/common.yaml
rename to stable/import-ics/5.7.3/templates/common.yaml
diff --git a/stable/invidious/9.6.0/values.yaml b/stable/import-ics/5.7.3/values.yaml
similarity index 100%
rename from stable/invidious/9.6.0/values.yaml
rename to stable/import-ics/5.7.3/values.yaml
diff --git a/stable/impostor-server/8.6.0/CHANGELOG.md b/stable/impostor-server/8.6.0/CHANGELOG.md
deleted file mode 100644
index 993ebb2a9f1..00000000000
--- a/stable/impostor-server/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [impostor-server-8.6.0](https://github.com/truecharts/charts/compare/impostor-server-8.5.2...impostor-server-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [impostor-server-8.5.2](https://github.com/truecharts/charts/compare/impostor-server-8.5.1...impostor-server-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [impostor-server-8.5.1](https://github.com/truecharts/charts/compare/impostor-server-8.5.0...impostor-server-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [impostor-server-8.5.0](https://github.com/truecharts/charts/compare/impostor-server-8.4.1...impostor-server-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [impostor-server-8.4.1](https://github.com/truecharts/charts/compare/impostor-server-8.4.0...impostor-server-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [impostor-server-8.4.0](https://github.com/truecharts/charts/compare/impostor-server-8.3.0...impostor-server-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [impostor-server-8.3.0](https://github.com/truecharts/charts/compare/impostor-server-8.2.3...impostor-server-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [impostor-server-8.2.3](https://github.com/truecharts/charts/compare/impostor-server-8.2.2...impostor-server-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [impostor-server-8.2.2](https://github.com/truecharts/charts/compare/impostor-server-8.2.0...impostor-server-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/impostor-server/8.6.0/Chart.yaml b/stable/impostor-server/8.6.0/Chart.yaml
deleted file mode 100644
index 13d1c718e8e..00000000000
--- a/stable/impostor-server/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.9.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A private Among Us server
-home: https://truecharts.org/charts/stable/impostor-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png
-keywords:
- - impostor-server
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: impostor-server
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
- - https://hub.docker.com/r/aeonlucid/impostor
-type: application
-version: 8.6.0
diff --git a/stable/impostor-server/8.6.0/charts/common-20.1.5.tgz b/stable/impostor-server/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/impostor-server/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/invitarr/5.6.0/.helmignore b/stable/impostor-server/8.7.3/.helmignore
similarity index 100%
rename from stable/invitarr/5.6.0/.helmignore
rename to stable/impostor-server/8.7.3/.helmignore
diff --git a/stable/impostor-server/8.7.3/CHANGELOG.md b/stable/impostor-server/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e718c5943a8
--- /dev/null
+++ b/stable/impostor-server/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [impostor-server-8.7.2](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/impostor-server/8.7.3/Chart.yaml b/stable/impostor-server/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..64118c448eb
--- /dev/null
+++ b/stable/impostor-server/8.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A private Among Us server
+home: https://truecharts.org/charts/stable/impostor-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png
+keywords:
+ - impostor-server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: impostor-server
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server
+ - https://hub.docker.com/r/aeonlucid/impostor
+type: application
+version: 8.7.3
diff --git a/stable/impostor-server/8.6.0/README.md b/stable/impostor-server/8.7.3/README.md
similarity index 100%
rename from stable/impostor-server/8.6.0/README.md
rename to stable/impostor-server/8.7.3/README.md
diff --git a/stable/impostor-server/8.7.3/app-changelog.md b/stable/impostor-server/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..ef32de4b3f0
--- /dev/null
+++ b/stable/impostor-server/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [impostor-server-8.7.3](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/impostor-server/8.6.0/app-readme.md b/stable/impostor-server/8.7.3/app-readme.md
similarity index 100%
rename from stable/impostor-server/8.6.0/app-readme.md
rename to stable/impostor-server/8.7.3/app-readme.md
diff --git a/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz b/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/impostor-server/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/impostor-server/8.6.0/ix_values.yaml b/stable/impostor-server/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/impostor-server/8.6.0/ix_values.yaml
rename to stable/impostor-server/8.7.3/ix_values.yaml
diff --git a/stable/impostor-server/8.6.0/questions.yaml b/stable/impostor-server/8.7.3/questions.yaml
similarity index 100%
rename from stable/impostor-server/8.6.0/questions.yaml
rename to stable/impostor-server/8.7.3/questions.yaml
diff --git a/stable/ispy-agent-dvr/9.9.1/templates/NOTES.txt b/stable/impostor-server/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/templates/NOTES.txt
rename to stable/impostor-server/8.7.3/templates/NOTES.txt
diff --git a/stable/it-tools/4.6.0/templates/common.yaml b/stable/impostor-server/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/it-tools/4.6.0/templates/common.yaml
rename to stable/impostor-server/8.7.3/templates/common.yaml
diff --git a/stable/invitarr/5.6.0/values.yaml b/stable/impostor-server/8.7.3/values.yaml
similarity index 100%
rename from stable/invitarr/5.6.0/values.yaml
rename to stable/impostor-server/8.7.3/values.yaml
diff --git a/stable/inkscape-desktop-g3/5.6.1/CHANGELOG.md b/stable/inkscape-desktop-g3/5.6.1/CHANGELOG.md
deleted file mode 100644
index 59ec2e6b5a7..00000000000
--- a/stable/inkscape-desktop-g3/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
-
diff --git a/stable/inkscape-desktop-g3/5.6.1/Chart.yaml b/stable/inkscape-desktop-g3/5.6.1/Chart.yaml
deleted file mode 100644
index 33c1c1db8dd..00000000000
--- a/stable/inkscape-desktop-g3/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/inkscape-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png
-keywords:
- - inkscape-desktop-g3
- - Productivity
- - Tools-Utilities
- - MediaApp-Photos
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: inkscape-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3
-type: application
-version: 5.6.1
diff --git a/stable/inkscape-desktop-g3/5.6.1/app-changelog.md b/stable/inkscape-desktop-g3/5.6.1/app-changelog.md
deleted file mode 100644
index 9e98dde04b8..00000000000
--- a/stable/inkscape-desktop-g3/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [inkscape-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
\ No newline at end of file
diff --git a/stable/inkscape-desktop-g3/5.6.1/charts/common-20.1.5.tgz b/stable/inkscape-desktop-g3/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/inkscape-desktop-g3/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ipfs/10.7.0/.helmignore b/stable/inkscape-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/ipfs/10.7.0/.helmignore
rename to stable/inkscape-desktop-g3/5.7.3/.helmignore
diff --git a/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md b/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d4f18967c45
--- /dev/null
+++ b/stable/inkscape-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
+
+
+## [inkscape-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
+
+
+## [inkscape-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
+
+
+## [inkscape-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
+
+
+## [inkscape-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
+
+
+## [inkscape-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
\ No newline at end of file
diff --git a/stable/inkscape-desktop-g3/5.7.3/Chart.yaml b/stable/inkscape-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..36587c55f1a
--- /dev/null
+++ b/stable/inkscape-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/inkscape-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png
+keywords:
+ - inkscape-desktop-g3
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: inkscape-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3
+type: application
+version: 5.7.3
diff --git a/stable/inkscape-desktop-g3/5.6.1/README.md b/stable/inkscape-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/README.md
rename to stable/inkscape-desktop-g3/5.7.3/README.md
diff --git a/stable/inkscape-desktop-g3/5.7.3/app-changelog.md b/stable/inkscape-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7b6e3d26611
--- /dev/null
+++ b/stable/inkscape-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [inkscape-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@0e31e69](https://github.com/0e31e69) by renovate ([#19214](https://github.com/truecharts/charts/issues/19214))
\ No newline at end of file
diff --git a/stable/inkscape-desktop-g3/5.6.1/app-readme.md b/stable/inkscape-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/app-readme.md
rename to stable/inkscape-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/inkscape-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/inkscape-desktop-g3/5.6.1/ix_values.yaml b/stable/inkscape-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/ix_values.yaml
rename to stable/inkscape-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/inkscape-desktop-g3/5.6.1/questions.yaml b/stable/inkscape-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/inkscape-desktop-g3/5.6.1/questions.yaml
rename to stable/inkscape-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/insurgencysandstorm/5.6.0/templates/common.yaml b/stable/inkscape-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/templates/common.yaml
rename to stable/inkscape-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/ipfs/10.7.0/values.yaml b/stable/inkscape-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/ipfs/10.7.0/values.yaml
rename to stable/inkscape-desktop-g3/5.7.3/values.yaml
diff --git a/stable/insurgencysandstorm/5.6.0/CHANGELOG.md b/stable/insurgencysandstorm/5.6.0/CHANGELOG.md
deleted file mode 100644
index d6376572efd..00000000000
--- a/stable/insurgencysandstorm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [insurgencysandstorm-5.6.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.5.2...insurgencysandstorm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [insurgencysandstorm-5.5.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.5.1...insurgencysandstorm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [insurgencysandstorm-5.5.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.5.0...insurgencysandstorm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [insurgencysandstorm-5.5.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.4.1...insurgencysandstorm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [insurgencysandstorm-5.4.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.4.0...insurgencysandstorm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [insurgencysandstorm-5.4.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.3.0...insurgencysandstorm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [insurgencysandstorm-5.3.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.3...insurgencysandstorm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [insurgencysandstorm-5.2.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.2...insurgencysandstorm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [insurgencysandstorm-5.2.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.0...insurgencysandstorm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/insurgencysandstorm/5.6.0/Chart.yaml b/stable/insurgencysandstorm/5.6.0/Chart.yaml
deleted file mode 100644
index 6ecd1b7be8a..00000000000
--- a/stable/insurgencysandstorm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: insurgencysandstorm
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it.
-home: https://truecharts.org/charts/stable/insurgencysandstorm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png
-keywords:
- - insurgencysandstorm
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: insurgencysandstorm
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/insurgencysandstorm/5.6.0/charts/common-20.1.5.tgz b/stable/insurgencysandstorm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/insurgencysandstorm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ipmi-tools/6.6.0/.helmignore b/stable/insurgencysandstorm/5.7.3/.helmignore
similarity index 100%
rename from stable/ipmi-tools/6.6.0/.helmignore
rename to stable/insurgencysandstorm/5.7.3/.helmignore
diff --git a/stable/insurgencysandstorm/5.7.3/CHANGELOG.md b/stable/insurgencysandstorm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4e11c724518
--- /dev/null
+++ b/stable/insurgencysandstorm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [insurgencysandstorm-5.7.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/insurgencysandstorm/5.7.3/Chart.yaml b/stable/insurgencysandstorm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d7118caf151
--- /dev/null
+++ b/stable/insurgencysandstorm/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: insurgencysandstorm
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it.
+home: https://truecharts.org/charts/stable/insurgencysandstorm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png
+keywords:
+ - insurgencysandstorm
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: insurgencysandstorm
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/insurgencysandstorm/5.6.0/README.md b/stable/insurgencysandstorm/5.7.3/README.md
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/README.md
rename to stable/insurgencysandstorm/5.7.3/README.md
diff --git a/stable/insurgencysandstorm/5.7.3/app-changelog.md b/stable/insurgencysandstorm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..303e4ecbbe2
--- /dev/null
+++ b/stable/insurgencysandstorm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [insurgencysandstorm-5.7.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/insurgencysandstorm/5.6.0/app-readme.md b/stable/insurgencysandstorm/5.7.3/app-readme.md
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/app-readme.md
rename to stable/insurgencysandstorm/5.7.3/app-readme.md
diff --git a/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz b/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/insurgencysandstorm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/insurgencysandstorm/5.6.0/ix_values.yaml b/stable/insurgencysandstorm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/ix_values.yaml
rename to stable/insurgencysandstorm/5.7.3/ix_values.yaml
diff --git a/stable/insurgencysandstorm/5.6.0/questions.yaml b/stable/insurgencysandstorm/5.7.3/questions.yaml
similarity index 100%
rename from stable/insurgencysandstorm/5.6.0/questions.yaml
rename to stable/insurgencysandstorm/5.7.3/questions.yaml
diff --git a/stable/invitarr/5.6.0/templates/common.yaml b/stable/insurgencysandstorm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/invitarr/5.6.0/templates/common.yaml
rename to stable/insurgencysandstorm/5.7.3/templates/common.yaml
diff --git a/stable/ipmi-tools/6.6.0/values.yaml b/stable/insurgencysandstorm/5.7.3/values.yaml
similarity index 100%
rename from stable/ipmi-tools/6.6.0/values.yaml
rename to stable/insurgencysandstorm/5.7.3/values.yaml
diff --git a/stable/invidious/9.6.0/CHANGELOG.md b/stable/invidious/9.6.0/CHANGELOG.md
deleted file mode 100644
index 5add80cd027..00000000000
--- a/stable/invidious/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [invidious-9.6.0](https://github.com/truecharts/charts/compare/invidious-9.5.2...invidious-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [invidious-9.5.2](https://github.com/truecharts/charts/compare/invidious-9.5.1...invidious-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [invidious-9.5.1](https://github.com/truecharts/charts/compare/invidious-9.5.0...invidious-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [invidious-9.5.0](https://github.com/truecharts/charts/compare/invidious-9.4.2...invidious-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [invidious-9.4.2](https://github.com/truecharts/charts/compare/invidious-9.4.1...invidious-9.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image quay.io/invidious/invidious to latest[@ed76a9c](https://github.com/ed76a9c) by renovate ([#19037](https://github.com/truecharts/charts/issues/19037))
-
-
-## [invidious-9.4.1](https://github.com/truecharts/charts/compare/invidious-9.4.0...invidious-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [invidious-9.4.0](https://github.com/truecharts/charts/compare/invidious-9.3.0...invidious-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [invidious-9.3.0](https://github.com/truecharts/charts/compare/invidious-9.2.3...invidious-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [invidious-9.2.3](https://github.com/truecharts/charts/compare/invidious-9.2.2...invidious-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [invidious-9.2.2](https://github.com/truecharts/charts/compare/invidious-9.2.0...invidious-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/invidious/9.6.0/Chart.yaml b/stable/invidious/9.6.0/Chart.yaml
deleted file mode 100644
index a4e75585aee..00000000000
--- a/stable/invidious/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open source alternative front-end to YouTube.
-home: https://truecharts.org/charts/stable/invidious
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png
-keywords:
- - invidious
- - youtube
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: invidious
-sources:
- - https://github.com/iv-org/invidious
- - https://docs.invidious.io/installation/#docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/invidious
- - https://quay.io/invidious/invidious
-type: application
-version: 9.6.0
diff --git a/stable/invidious/9.6.0/charts/common-20.1.5.tgz b/stable/invidious/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/invidious/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/invidious/9.6.0/questions.yaml b/stable/invidious/9.6.0/questions.yaml
deleted file mode 100755
index 7eabbf489db..00000000000
--- a/stable/invidious/9.6.0/questions.yaml
+++ /dev/null
@@ -1,4177 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: invidious
- group: App Configuration
- label: Invidious Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: network
- label: Network Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: inbound
- label: Inbound
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: external_port
- label: External Port
- description: When the invidious instance is behind a proxy, and the proxy listens on a different port than the instance does, this lets invidious know about it.
- schema:
- type: int
- required: true
- min: 1
- max: 65535
- default: 10594
- - variable: https_only
- label: HTTPS Only
- description: Tell Invidious that it is behind a proxy that provides only HTTPS, so all links must use the https:// scheme. This setting MUST be set to true if invidious is behind a reverse proxy serving HTTPs.
- schema:
- type: boolean
- default: false
- - variable: domain
- label: Domain
- description: Domain name under which this instance is hosted. This is used to craft absolute URLs to the instance
- schema:
- type: string
- default: ""
- - variable: hsts
- label: HSTS
- description: Enable/Disable Strict-Transport-Security.
- schema:
- type: boolean
- default: false
- - variable: outbound
- label: Outbound
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: disable_proxy
- label: Disable Proxy
- description: Disable proxying server-wide. Can be disable as a whole, or only for a single function.
- schema:
- type: string
- required: true
- default: "false"
- enum:
- - value: "false"
- description: "false"
- - value: "true"
- description: "true"
- - value: dash
- description: dash
- - value: livestreams
- description: livestreams
- - value: livestreams
- description: livestreams
- - value: downloads
- description: downloads
- - value: local
- description: local
- - variable: pool_size
- label: Pool Size
- description: Size of the HTTP pool used to connect to youtube.
- schema:
- type: int
- required: true
- min: 1
- default: 100
- - variable: use_quic
- label: Use QUIC
- description: Enable/Disable the use of QUIC (HTTP/3) when connecting to the youtube API and websites
- schema:
- type: boolean
- default: false
- - variable: cookies
- label: Cookies
- description: Additional cookies to be sent when requesting the youtube API.
- schema:
- type: list
- default: []
- items:
- - variable: cookie_entry
- label: Cookie Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: force_resolve
- label: Force Resolve
- description: Force connection to youtube over a specific IP family.
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: No Force
- - value: ipv4
- description: ipv4
- - value: ipv6
- description: ipv6
- - variable: logging
- label: Logging Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: output
- label: Output
- description: STDOUT or Path to log file. Can be absolute or relative to the invidious binary.
- schema:
- type: string
- required: true
- default: STDOUT
- - variable: log_level
- label: Log Level
- description: Logging Verbosity.
- schema:
- type: string
- required: true
- default: Info
- enum:
- - value: Info
- description: Info
- - value: Trace
- description: Trace
- - value: Debug
- description: Debug
- - value: Warn
- description: Warn
- - value: Error
- description: Error
- - value: Fatal
- description: Fatal
- - value: "Off"
- description: "Off"
- - value: All
- description: All
- - variable: features
- label: Features Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: popular_enabled
- label: Popular Enabled
- description: Enable/Disable the "Popular" tab on the main page.
- schema:
- type: boolean
- default: true
- - variable: statistics_enabled
- label: Statistics Enabled
- description: Enable/Disable statistics (available at /api/v1/stats).
- schema:
- type: boolean
- default: false
- - variable: users_accounts
- label: Users and Accounts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: registration_enabled
- label: Registration Enabled
- description: Allow/Forbid Invidious (local) account creation. Invidious accounts allow users to subscribe to channels and to create playlists without a Google account.
- schema:
- type: boolean
- default: true
- - variable: login_enabled
- label: Login Enabled
- description: Allow/Forbid users to log-in. This setting affects the ability to connect with BOTH Google and Invidious (local) accounts.
- schema:
- type: boolean
- default: true
- - variable: captcha_enabled
- label: Captcha Enabled
- description: Enable/Disable the captcha challenge on the login page.
- schema:
- type: boolean
- default: true
- - variable: admins
- label: Admins
- description: List of usernames that will be granted administrator rights.
- schema:
- type: list
- default: []
- items:
- - variable: adminEntry
- label: Admin Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: enable_user_notifications
- label: User Notifications Enabled
- description: Enable/Disable user notifications.
- schema:
- type: boolean
- default: true
- - variable: background_jobs
- label: Background Jobs
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: channel_threads
- label: Channel Threads
- description: Number of threads to use when crawling channel videos (during subscriptions update).
- schema:
- type: int
- required: true
- min: 1
- default: 1
- - variable: channel_refresh_interval
- label: Channel Refresh Interval
- description: Time interval between two executions of the job that crawls channel videos (subscriptions update).
- schema:
- type: string
- required: true
- default: 30m
- - variable: full_refresh
- label: Full Refresh
- description: Forcefully dump and re-download the entire list of uploaded videos when crawling channel (during subscriptions update).
- schema:
- type: boolean
- default: false
- - variable: feed_threads
- label: Feed Threads
- description: Number of threads to use when updating RSS feeds.
- schema:
- type: int
- required: true
- min: 1
- default: 1
- - variable: decrypt_polling
- label: Decrypt Polling
- description: Enable/Disable the polling job that keeps the decryption function (for "secured" videos) up to date.
- schema:
- type: boolean
- default: false
- - variable: jobs
- label: Jobs Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: clear_expired_items
- label: Clear Expired Items
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enable
- label: Enable
- description: Enable the database cleaning job
- schema:
- type: boolean
- default: true
- - variable: refresh_channels
- label: Refresh Channels
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enable
- label: Enable
- description: Enable the channels updater job
- schema:
- type: boolean
- default: true
- - variable: refresh_feeds
- label: Refresh Feeds
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enable
- label: Enable
- description: Enable the RSS feeds updater job
- schema:
- type: boolean
- default: true
- - variable: captcha
- label: Captcha
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: captcha_api_url
- label: Captcha API URL
- description: URL of the captcha solving service.
- schema:
- type: string
- required: true
- default: https://api.anti-captcha.com
- - variable: captcha_key
- label: Captcha API Key
- description: API key for the captcha solving service.
- schema:
- type: string
- private: true
- default: ""
- - variable: miscellaneous
- label: Miscellaneous
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: banner
- label: Banner
- description: Custom banner displayed at the top of every page. This can used for instance announcements, e.g.
- schema:
- type: string
- default: ""
- - variable: use_pubsub_feeds
- label: Use PuBSub Feeds
- description: Subscribe to channels using PubSubHub (Google PubSubHubbub service). PubSubHub allows Invidious to be instantly notified when a new video is published on any subscribed channels
- schema:
- type: boolean
- default: false
- - variable: dmca_content
- label: DMCA Content
- description: List of video IDs where the "download" widget must be disabled, in order to comply with DMCA requests.
- schema:
- type: list
- default: []
- items:
- - variable: dmcaEntry
- label: DMCA Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: cache_annotations
- label: Cache Annotations
- description: Cache video annotations in the database.
- schema:
- type: boolean
- default: false
- - variable: playlist_length_limit
- label: Playlist Length Limit
- description: Maximum custom playlist length limit.
- schema:
- type: int
- required: true
- default: 500
- - variable: default_user_preferences
- label: Default User Preferences
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: internationalization
- label: Internationalization
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: locale
- label: Locale
- description: Default user interface language (locale).
- schema:
- type: string
- required: true
- default: en-US
- enum:
- - value: ar
- description: Arabic
- - value: da
- description: Danish
- - value: de
- description: German
- - value: en-US
- description: English, US
- - value: el
- description: Greek
- - value: eo
- description: Esperanto
- - value: es
- description: Spanish
- - value: fa
- description: Persian
- - value: fi
- description: Finnish
- - value: fr
- description: French
- - value: he
- description: Hebrew
- - value: hr
- description: Hungarian
- - value: id
- description: Indonesian
- - value: is
- description: Icelandic
- - value: it
- description: Italian
- - value: ja
- description: Japanese
- - value: nb-NO
- description: Norwegian, Bomkmal
- - value: nl
- description: Dutch
- - value: pl
- description: Polish
- - value: pt-BR
- description: Portuguese, Brazil
- - value: pt-PT
- description: Portuguese, Portugal
- - value: ro
- description: Romanian
- - value: ru
- description: Russian
- - value: sv
- description: Swedish
- - value: tr
- description: Turkish
- - value: uk
- description: Ukrainian
- - value: zh-CN
- description: Chinese, China (Simplified Chinese)
- - value: zh-TW
- description: Chinese, Taiwan (Traditional Chinese)
- - variable: region
- label: Region
- description: Default geographical location for content.
- schema:
- type: string
- required: true
- default: US
- enum:
- - value: AE
- description: AE
- - value: AR
- description: AR
- - value: AT
- description: AT
- - value: AU
- description: AU
- - value: AZ
- description: AZ
- - value: BA
- description: BA
- - value: BD
- description: BD
- - value: BE
- description: BE
- - value: BG
- description: BG
- - value: BH
- description: BH
- - value: BO
- description: BO
- - value: BR
- description: BR
- - value: BY
- description: BY
- - value: CA
- description: CA
- - value: CH
- description: CH
- - value: CL
- description: CL
- - value: CO
- description: CO
- - value: CR
- description: CR
- - value: CY
- description: CY
- - value: CZ
- description: CZ
- - value: DE
- description: DE
- - value: DK
- description: DK
- - value: DO
- description: DO
- - value: DZ
- description: DZ
- - value: EC
- description: EC
- - value: EE
- description: EE
- - value: EG
- description: EG
- - value: ES
- description: ES
- - value: FI
- description: FI
- - value: FR
- description: FR
- - value: GB
- description: GB
- - value: GE
- description: GE
- - value: GH
- description: GH
- - value: GR
- description: GR
- - value: GT
- description: GT
- - value: HK
- description: HK
- - value: HN
- description: HN
- - value: HR
- description: HR
- - value: HU
- description: HU
- - value: ID
- description: ID
- - value: IE
- description: IE
- - value: IL
- description: IL
- - value: IN
- description: IN
- - value: IQ
- description: IQ
- - value: IS
- description: IS
- - value: IT
- description: IT
- - value: JM
- description: JM
- - value: JO
- description: JO
- - value: JP
- description: JP
- - value: KE
- description: KE
- - value: KR
- description: KR
- - value: KW
- description: KW
- - value: KZ
- description: KZ
- - value: LB
- description: LB
- - value: LI
- description: LI
- - value: LK
- description: LK
- - value: LT
- description: LT
- - value: LU
- description: LU
- - value: LV
- description: LV
- - value: LY
- description: LY
- - value: MA
- description: MA
- - value: ME
- description: ME
- - value: MK
- description: MK
- - value: MT
- description: MT
- - value: MX
- description: MX
- - value: MY
- description: MY
- - value: NG
- description: NG
- - value: NI
- description: NI
- - value: NL
- description: NL
- - value: "NO"
- description: "NO"
- - value: NP
- description: NP
- - value: NZ
- description: NZ
- - value: OM
- description: OM
- - value: PA
- description: PA
- - value: PE
- description: PE
- - value: PG
- description: PG
- - value: PH
- description: PH
- - value: PK
- description: PK
- - value: PL
- description: PL
- - value: PR
- description: PR
- - value: PT
- description: PT
- - value: PY
- description: PY
- - value: QA
- description: QA
- - value: RO
- description: RO
- - value: RS
- description: RS
- - value: RU
- description: RU
- - value: SA
- description: SA
- - value: SE
- description: SE
- - value: SG
- description: SG
- - value: SI
- description: SI
- - value: SK
- description: SK
- - value: SN
- description: SN
- - value: SV
- description: SV
- - value: TH
- description: TH
- - value: TN
- description: TN
- - value: TR
- description: TR
- - value: TW
- description: TW
- - value: TZ
- description: TZ
- - value: UA
- description: UA
- - value: UG
- description: UG
- - value: US
- description: US
- - value: UY
- description: UY
- - value: VE
- description: VE
- - value: VN
- description: VN
- - value: YE
- description: YE
- - value: ZA
- description: ZA
- - value: ZW
- description: ZW
- - variable: captions
- label: Captions
- description: Top 3 preferred languages for video captions. Exactly 3 Captions
- schema:
- type: list
- default: []
- items:
- - variable: captionEntry
- label: Caption Entry
- schema:
- type: string
- required: true
- default: ""
- enum:
- - value: English
- description: English
- - value: English (auto-generated)
- description: English (auto-generated)
- - value: Afrikaans
- description: Afrikaans
- - value: Albanian
- description: Albanian
- - value: Amharic
- description: Amharic
- - value: Arabic
- description: Arabic
- - value: Armenian
- description: Armenian
- - value: Azerbaijani
- description: Azerbaijani
- - value: Bangla
- description: Bangla
- - value: Basque
- description: Basque
- - value: Belarusian
- description: Belarusian
- - value: Bosnian
- description: Bosnian
- - value: Bulgarian
- description: Bulgarian
- - value: Burmese
- description: Burmese
- - value: Catalan
- description: Catalan
- - value: Cebuano
- description: Cebuano
- - value: Chinese (Simplified)
- description: Chinese (Simplified)
- - value: Chinese (Traditional)
- description: Chinese (Traditional)
- - value: Corsican
- description: Corsican
- - value: Croatian
- description: Croatian
- - value: Czech
- description: Czech
- - value: Danish
- description: Danish
- - value: Dutch
- description: Dutch
- - value: Esperanto
- description: Esperanto
- - value: Estonian
- description: Estonian
- - value: Filipino
- description: Filipino
- - value: Finnish
- description: Finnish
- - value: French
- description: French
- - value: Galician
- description: Galician
- - value: Georgian
- description: Georgian
- - value: German
- description: German
- - value: Greek
- description: Greek
- - value: Gujarati
- description: Gujarati
- - value: Haitian Creole
- description: Haitian Creole
- - value: Hausa
- description: Hausa
- - value: Hawaiian
- description: Hawaiian
- - value: Hebrew
- description: Hebrew
- - value: Hindi
- description: Hindi
- - value: Hmong
- description: Hmong
- - value: Hungarian
- description: Hungarian
- - value: Icelandic
- description: Icelandic
- - value: Igbo
- description: Igbo
- - value: Indonesian
- description: Indonesian
- - value: Irish
- description: Irish
- - value: Italian
- description: Italian
- - value: Japanese
- description: Japanese
- - value: Javanese
- description: Javanese
- - value: Kannada
- description: Kannada
- - value: Kazakh
- description: Kazakh
- - value: Khmer
- description: Khmer
- - value: Korean
- description: Korean
- - value: Kurdish
- description: Kurdish
- - value: Kyrgyz
- description: Kyrgyz
- - value: Lao
- description: Lao
- - value: Latin
- description: Latin
- - value: Latvian
- description: Latvian
- - value: Lithuanian
- description: Lithuanian
- - value: Luxembourgish
- description: Luxembourgish
- - value: Macedonian
- description: Macedonian
- - value: Malagasy
- description: Malagasy
- - value: Malay
- description: Malay
- - value: Malayalam
- description: Malayalam
- - value: Maltese
- description: Maltese
- - value: Maori
- description: Maori
- - value: Marathi
- description: Marathi
- - value: Mongolian
- description: Mongolian
- - value: Nepali
- description: Nepali
- - value: Norwegian Bokmål
- description: Norwegian Bokmål
- - value: Nyanja
- description: Nyanja
- - value: Pashto
- description: Pashto
- - value: Persian
- description: Persian
- - value: Polish
- description: Polish
- - value: Portuguese
- description: Portuguese
- - value: Punjabi
- description: Punjabi
- - value: Romanian
- description: Romanian
- - value: Russian
- description: Russian
- - value: Samoan
- description: Samoan
- - value: Scottish Gaelic
- description: Scottish Gaelic
- - value: Serbian
- description: Serbian
- - value: Shona
- description: Shona
- - value: Sindhi
- description: Sindhi
- - value: Sinhala
- description: Sinhala
- - value: Slovak
- description: Slovak
- - value: Slovenian
- description: Slovenian
- - value: Somali
- description: Somali
- - value: Southern Sotho
- description: Southern Sotho
- - value: Spanish
- description: Spanish
- - value: Spanish (Latin America)
- description: Spanish (Latin America)
- - value: Sundanese
- description: Sundanese
- - value: Swahili
- description: Swahili
- - value: Swedish
- description: Swedish
- - value: Tajik
- description: Tajik
- - value: Tamil
- description: Tamil
- - value: Telugu
- description: Telugu
- - value: Thai
- description: Thai
- - value: Turkish
- description: Turkish
- - value: Ukrainian
- description: Ukrainian
- - value: Urdu
- description: Urdu
- - value: Uzbek
- description: Uzbek
- - value: Vietnamese
- description: Vietnamese
- - value: Welsh
- description: Welsh
- - value: Western Frisian
- description: Western Frisian
- - value: Xhosa
- description: Xhosa
- - value: Yiddish
- description: Yiddish
- - value: Yoruba
- description: Yoruba
- - value: Zulu
- description: Zulu
- - variable: interface
- label: Interface
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: dark_mode
- label: Dark Mode
- description: Enable/Disable dark mode.
- schema:
- type: string
- required: true
- default: auto
- enum:
- - value: auto
- description: Auto
- - value: dark
- description: Dark
- - value: light
- description: Light
- - variable: thin_mode
- label: Thin Mode
- description: Enable/Disable thin mode (no video thumbnails).
- schema:
- type: boolean
- default: false
- - variable: feed_menu
- label: Feed Menu
- description: List of feeds available on the home page. Defaults to all. Max 4 feed items
- schema:
- type: list
- default: []
- items:
- - variable: feedEntry
- label: Feed Entry
- schema:
- type: string
- required: true
- default: ""
- enum:
- - value: Popular
- description: Popular
- - value: Trending
- description: Trending
- - value: Subscriptions
- description: Subscriptions
- - value: Playlists
- description: Playlists
- - variable: default_home
- label: Default Home
- description: Default feed to display on the home page.
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: None
- - value: Popular
- description: Popular
- - value: Trending
- description: Trending
- - value: Subscriptions
- description: Subscriptions
- - value: Playlists
- description: Playlists
- - variable: max_results
- label: Max Results
- description: Default number of results to display per page.
- schema:
- type: int
- required: true
- default: 40
- - variable: annotations
- label: Annotations
- description: Show/hide annotations.
- schema:
- type: boolean
- default: false
- - variable: annotations_subscribed
- label: Annotations Subscribed
- description: Show/hide subscribed annotations.
- schema:
- type: boolean
- default: false
- - variable: comments
- label: Comments
- description: Type of comments to display below video. Exactly 2 Types
- schema:
- type: list
- default: []
- items:
- - variable: commentEntry
- label: Comment Entry
- schema:
- type: string
- required: true
- default: ""
- enum:
- - value: ""
- description: None
- - value: youtube
- description: Youtube
- - value: reddit
- description: Reddit
- - variable: player_style
- label: Player Style
- description: Default player style.
- schema:
- type: string
- required: true
- default: invidious
- enum:
- - value: invidious
- description: Invidious
- - value: youtube
- description: Youtube
- - variable: related_videos
- label: Related Videos
- description: Show/Hide the "related videos" sidebar when watching a video.
- schema:
- type: boolean
- default: true
- - variable: video_player_behavior
- label: Video Player Behavior
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: autoplay
- label: Autoplay
- description: Automatically play videos on page load.
- schema:
- type: boolean
- default: false
- - variable: continue
- label: Continue
- description: Automatically load the "next" video (either next in playlist or proposed) when the current video ends.
- schema:
- type: boolean
- default: false
- - variable: continue_autoplay
- label: Continue Autoplay
- description: Autoplay next video by default.
- schema:
- type: boolean
- default: true
- - variable: listen
- label: Listen
- description: Play videos in Audio-only mode by default.
- schema:
- type: boolean
- default: false
- - variable: video_loop
- label: Video Loop
- description: Loop videos automatically.
- schema:
- type: boolean
- default: false
- - variable: video_playback_settings
- label: Video Playback Settings
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: quality
- label: Quality
- description: Default video quality.
- schema:
- type: string
- required: true
- default: hd720
- enum:
- - value: hd720
- description: HD720
- - value: dash
- description: Dash
- - value: medium
- description: Medium
- - value: small
- description: Small
- - variable: quality_dash
- label: Quality Dash
- description: Default dash video quality.
- schema:
- type: string
- show_if: [["quality", "=", "dash"]]
- required: true
- default: auto
- enum:
- - value: auto
- description: Auto
- - value: best
- description: Best
- - value: 4320p
- description: 4320p
- - value: 2160p
- description: 2160p
- - value: 1440p
- description: 1440p
- - value: 1080p
- description: 1080p
- - value: 720p
- description: 720p
- - value: 480p
- description: 480p
- - value: 480p
- description: 480p
- - value: 360p
- description: 360p
- - value: 240p
- description: 240p
- - value: 144p
- description: 144p
- - value: worst
- description: Worst
- - variable: speed
- label: Speed
- description: Default video playback speed.
- schema:
- type: string
- required: true
- valid_chars: '^[0-9]+(\.[0-9]{1,2})?$'
- default: "1.00"
- - variable: volume
- label: Volume
- description: Default volume.
- schema:
- type: int
- min: 1
- max: 100
- required: true
- default: 100
- - variable: vr_mode
- label: VR Mode
- description: Allow 360° videos to be played.
- schema:
- type: boolean
- default: false
- - variable: subscription_feed
- label: Subscription Feed
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: latest_only
- label: Latest Only
- description: In the "Subscription" feed, only show the latest video of each channel the user is subscribed to.
- schema:
- type: boolean
- default: false
- - variable: notifications_only
- label: Notifications Only
- description: Enable/Disable user subscriptions desktop notifications.
- schema:
- type: boolean
- default: false
- - variable: unseen_only
- label: Unseen Only
- description: In the "Subscription" feed, Only show the videos that the user haven't watched yet.
- schema:
- type: boolean
- default: false
- - variable: sort
- label: Sort
- description: Default sorting parameter for subscription feeds.
- schema:
- type: string
- required: true
- default: published
- enum:
- - value: alphabetically
- description: Alphabetically
- - value: alphabetically - reverse
- description: Alphabetically - Reverse
- - value: channel name
- description: Channel Name
- - value: channel name - reverse
- description: Channel Name - Reverse
- - value: published
- description: Published
- - value: published - reverse
- description: Published - Reverse
- - variable: miscellaneous
- label: Miscellaneous
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: local
- label: Local
- description: Proxy videos through instance by default.
- schema:
- type: boolean
- default: false
- - variable: show_nick
- label: Show Nick
- description: Show the connected user's nick at the top right.
- schema:
- type: boolean
- default: true
- - variable: automatic_instance_redirect
- label: Automatic Instance Redirect
- description: Automatically redirect to a random instance when the user uses any "switch invidious instance" link
- schema:
- type: boolean
- default: false
- - variable: extend_desc
- label: Extend Description
- description: Show the entire video description
- schema:
- type: boolean
- default: false
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10594
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/ispy-agent-dvr/9.9.1/.helmignore b/stable/invidious/9.7.3/.helmignore
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/.helmignore
rename to stable/invidious/9.7.3/.helmignore
diff --git a/stable/invidious/9.7.3/CHANGELOG.md b/stable/invidious/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..47480e4273b
--- /dev/null
+++ b/stable/invidious/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invidious-9.7.2](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/invidious/9.7.3/Chart.yaml b/stable/invidious/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..c002ac23618
--- /dev/null
+++ b/stable/invidious/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open source alternative front-end to YouTube.
+home: https://truecharts.org/charts/stable/invidious
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.png
+keywords:
+ - invidious
+ - youtube
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: invidious
+sources:
+ - https://github.com/iv-org/invidious
+ - https://docs.invidious.io/installation/#docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/invidious
+ - https://quay.io/invidious/invidious
+type: application
+version: 9.7.3
diff --git a/stable/invidious/9.6.0/README.md b/stable/invidious/9.7.3/README.md
similarity index 100%
rename from stable/invidious/9.6.0/README.md
rename to stable/invidious/9.7.3/README.md
diff --git a/stable/invidious/9.7.3/app-changelog.md b/stable/invidious/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..0c0b853e623
--- /dev/null
+++ b/stable/invidious/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [invidious-9.7.3](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/invidious/9.6.0/app-readme.md b/stable/invidious/9.7.3/app-readme.md
similarity index 100%
rename from stable/invidious/9.6.0/app-readme.md
rename to stable/invidious/9.7.3/app-readme.md
diff --git a/stable/invidious/9.7.3/charts/common-20.2.4.tgz b/stable/invidious/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/invidious/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/invidious/9.6.0/ix_values.yaml b/stable/invidious/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/invidious/9.6.0/ix_values.yaml
rename to stable/invidious/9.7.3/ix_values.yaml
diff --git a/stable/invidious/9.7.3/questions.yaml b/stable/invidious/9.7.3/questions.yaml
new file mode 100755
index 00000000000..810abb85664
--- /dev/null
+++ b/stable/invidious/9.7.3/questions.yaml
@@ -0,0 +1,4179 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: invidious
+ group: App Configuration
+ label: Invidious Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: network
+ label: Network Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: inbound
+ label: Inbound
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: external_port
+ label: External Port
+ description: When the invidious instance is behind a proxy, and the proxy listens on a different port than the instance does, this lets invidious know about it.
+ schema:
+ type: int
+ required: true
+ min: 1
+ max: 65535
+ default: 10594
+ - variable: https_only
+ label: HTTPS Only
+ description: Tell Invidious that it is behind a proxy that provides only HTTPS, so all links must use the https:// scheme. This setting MUST be set to true if invidious is behind a reverse proxy serving HTTPs.
+ schema:
+ type: boolean
+ default: false
+ - variable: domain
+ label: Domain
+ description: Domain name under which this instance is hosted. This is used to craft absolute URLs to the instance
+ schema:
+ type: string
+ default: ""
+ - variable: hsts
+ label: HSTS
+ description: Enable/Disable Strict-Transport-Security.
+ schema:
+ type: boolean
+ default: false
+ - variable: outbound
+ label: Outbound
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: disable_proxy
+ label: Disable Proxy
+ description: Disable proxying server-wide. Can be disable as a whole, or only for a single function.
+ schema:
+ type: string
+ required: true
+ default: "false"
+ enum:
+ - value: "false"
+ description: "false"
+ - value: "true"
+ description: "true"
+ - value: dash
+ description: dash
+ - value: livestreams
+ description: livestreams
+ - value: livestreams
+ description: livestreams
+ - value: downloads
+ description: downloads
+ - value: local
+ description: local
+ - variable: pool_size
+ label: Pool Size
+ description: Size of the HTTP pool used to connect to youtube.
+ schema:
+ type: int
+ required: true
+ min: 1
+ default: 100
+ - variable: use_quic
+ label: Use QUIC
+ description: Enable/Disable the use of QUIC (HTTP/3) when connecting to the youtube API and websites
+ schema:
+ type: boolean
+ default: false
+ - variable: cookies
+ label: Cookies
+ description: Additional cookies to be sent when requesting the youtube API.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: cookie_entry
+ label: Cookie Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: force_resolve
+ label: Force Resolve
+ description: Force connection to youtube over a specific IP family.
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: No Force
+ - value: ipv4
+ description: ipv4
+ - value: ipv6
+ description: ipv6
+ - variable: logging
+ label: Logging Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: output
+ label: Output
+ description: STDOUT or Path to log file. Can be absolute or relative to the invidious binary.
+ schema:
+ type: string
+ required: true
+ default: STDOUT
+ - variable: log_level
+ label: Log Level
+ description: Logging Verbosity.
+ schema:
+ type: string
+ required: true
+ default: Info
+ enum:
+ - value: Info
+ description: Info
+ - value: Trace
+ description: Trace
+ - value: Debug
+ description: Debug
+ - value: Warn
+ description: Warn
+ - value: Error
+ description: Error
+ - value: Fatal
+ description: Fatal
+ - value: "Off"
+ description: "Off"
+ - value: All
+ description: All
+ - variable: features
+ label: Features Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: popular_enabled
+ label: Popular Enabled
+ description: Enable/Disable the "Popular" tab on the main page.
+ schema:
+ type: boolean
+ default: true
+ - variable: statistics_enabled
+ label: Statistics Enabled
+ description: Enable/Disable statistics (available at /api/v1/stats).
+ schema:
+ type: boolean
+ default: false
+ - variable: users_accounts
+ label: Users and Accounts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: registration_enabled
+ label: Registration Enabled
+ description: Allow/Forbid Invidious (local) account creation. Invidious accounts allow users to subscribe to channels and to create playlists without a Google account.
+ schema:
+ type: boolean
+ default: true
+ - variable: login_enabled
+ label: Login Enabled
+ description: Allow/Forbid users to log-in. This setting affects the ability to connect with BOTH Google and Invidious (local) accounts.
+ schema:
+ type: boolean
+ default: true
+ - variable: captcha_enabled
+ label: Captcha Enabled
+ description: Enable/Disable the captcha challenge on the login page.
+ schema:
+ type: boolean
+ default: true
+ - variable: admins
+ label: Admins
+ description: List of usernames that will be granted administrator rights.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: adminEntry
+ label: Admin Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enable_user_notifications
+ label: User Notifications Enabled
+ description: Enable/Disable user notifications.
+ schema:
+ type: boolean
+ default: true
+ - variable: background_jobs
+ label: Background Jobs
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: channel_threads
+ label: Channel Threads
+ description: Number of threads to use when crawling channel videos (during subscriptions update).
+ schema:
+ type: int
+ required: true
+ min: 1
+ default: 1
+ - variable: channel_refresh_interval
+ label: Channel Refresh Interval
+ description: Time interval between two executions of the job that crawls channel videos (subscriptions update).
+ schema:
+ type: string
+ required: true
+ default: 30m
+ - variable: full_refresh
+ label: Full Refresh
+ description: Forcefully dump and re-download the entire list of uploaded videos when crawling channel (during subscriptions update).
+ schema:
+ type: boolean
+ default: false
+ - variable: feed_threads
+ label: Feed Threads
+ description: Number of threads to use when updating RSS feeds.
+ schema:
+ type: int
+ required: true
+ min: 1
+ default: 1
+ - variable: decrypt_polling
+ label: Decrypt Polling
+ description: Enable/Disable the polling job that keeps the decryption function (for "secured" videos) up to date.
+ schema:
+ type: boolean
+ default: false
+ - variable: jobs
+ label: Jobs Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: clear_expired_items
+ label: Clear Expired Items
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enable
+ label: Enable
+ description: Enable the database cleaning job
+ schema:
+ type: boolean
+ default: true
+ - variable: refresh_channels
+ label: Refresh Channels
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enable
+ label: Enable
+ description: Enable the channels updater job
+ schema:
+ type: boolean
+ default: true
+ - variable: refresh_feeds
+ label: Refresh Feeds
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enable
+ label: Enable
+ description: Enable the RSS feeds updater job
+ schema:
+ type: boolean
+ default: true
+ - variable: captcha
+ label: Captcha
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: captcha_api_url
+ label: Captcha API URL
+ description: URL of the captcha solving service.
+ schema:
+ type: string
+ required: true
+ default: https://api.anti-captcha.com
+ - variable: captcha_key
+ label: Captcha API Key
+ description: API key for the captcha solving service.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: miscellaneous
+ label: Miscellaneous
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: banner
+ label: Banner
+ description: Custom banner displayed at the top of every page. This can used for instance announcements, e.g.
+ schema:
+ type: string
+ default: ""
+ - variable: use_pubsub_feeds
+ label: Use PuBSub Feeds
+ description: Subscribe to channels using PubSubHub (Google PubSubHubbub service). PubSubHub allows Invidious to be instantly notified when a new video is published on any subscribed channels
+ schema:
+ type: boolean
+ default: false
+ - variable: dmca_content
+ label: DMCA Content
+ description: List of video IDs where the "download" widget must be disabled, in order to comply with DMCA requests.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: dmcaEntry
+ label: DMCA Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: cache_annotations
+ label: Cache Annotations
+ description: Cache video annotations in the database.
+ schema:
+ type: boolean
+ default: false
+ - variable: playlist_length_limit
+ label: Playlist Length Limit
+ description: Maximum custom playlist length limit.
+ schema:
+ type: int
+ required: true
+ default: 500
+ - variable: default_user_preferences
+ label: Default User Preferences
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: internationalization
+ label: Internationalization
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: locale
+ label: Locale
+ description: Default user interface language (locale).
+ schema:
+ type: string
+ required: true
+ default: en-US
+ enum:
+ - value: ar
+ description: Arabic
+ - value: da
+ description: Danish
+ - value: de
+ description: German
+ - value: en-US
+ description: English, US
+ - value: el
+ description: Greek
+ - value: eo
+ description: Esperanto
+ - value: es
+ description: Spanish
+ - value: fa
+ description: Persian
+ - value: fi
+ description: Finnish
+ - value: fr
+ description: French
+ - value: he
+ description: Hebrew
+ - value: hr
+ description: Hungarian
+ - value: id
+ description: Indonesian
+ - value: is
+ description: Icelandic
+ - value: it
+ description: Italian
+ - value: ja
+ description: Japanese
+ - value: nb-NO
+ description: Norwegian, Bomkmal
+ - value: nl
+ description: Dutch
+ - value: pl
+ description: Polish
+ - value: pt-BR
+ description: Portuguese, Brazil
+ - value: pt-PT
+ description: Portuguese, Portugal
+ - value: ro
+ description: Romanian
+ - value: ru
+ description: Russian
+ - value: sv
+ description: Swedish
+ - value: tr
+ description: Turkish
+ - value: uk
+ description: Ukrainian
+ - value: zh-CN
+ description: Chinese, China (Simplified Chinese)
+ - value: zh-TW
+ description: Chinese, Taiwan (Traditional Chinese)
+ - variable: region
+ label: Region
+ description: Default geographical location for content.
+ schema:
+ type: string
+ required: true
+ default: US
+ enum:
+ - value: AE
+ description: AE
+ - value: AR
+ description: AR
+ - value: AT
+ description: AT
+ - value: AU
+ description: AU
+ - value: AZ
+ description: AZ
+ - value: BA
+ description: BA
+ - value: BD
+ description: BD
+ - value: BE
+ description: BE
+ - value: BG
+ description: BG
+ - value: BH
+ description: BH
+ - value: BO
+ description: BO
+ - value: BR
+ description: BR
+ - value: BY
+ description: BY
+ - value: CA
+ description: CA
+ - value: CH
+ description: CH
+ - value: CL
+ description: CL
+ - value: CO
+ description: CO
+ - value: CR
+ description: CR
+ - value: CY
+ description: CY
+ - value: CZ
+ description: CZ
+ - value: DE
+ description: DE
+ - value: DK
+ description: DK
+ - value: DO
+ description: DO
+ - value: DZ
+ description: DZ
+ - value: EC
+ description: EC
+ - value: EE
+ description: EE
+ - value: EG
+ description: EG
+ - value: ES
+ description: ES
+ - value: FI
+ description: FI
+ - value: FR
+ description: FR
+ - value: GB
+ description: GB
+ - value: GE
+ description: GE
+ - value: GH
+ description: GH
+ - value: GR
+ description: GR
+ - value: GT
+ description: GT
+ - value: HK
+ description: HK
+ - value: HN
+ description: HN
+ - value: HR
+ description: HR
+ - value: HU
+ description: HU
+ - value: ID
+ description: ID
+ - value: IE
+ description: IE
+ - value: IL
+ description: IL
+ - value: IN
+ description: IN
+ - value: IQ
+ description: IQ
+ - value: IS
+ description: IS
+ - value: IT
+ description: IT
+ - value: JM
+ description: JM
+ - value: JO
+ description: JO
+ - value: JP
+ description: JP
+ - value: KE
+ description: KE
+ - value: KR
+ description: KR
+ - value: KW
+ description: KW
+ - value: KZ
+ description: KZ
+ - value: LB
+ description: LB
+ - value: LI
+ description: LI
+ - value: LK
+ description: LK
+ - value: LT
+ description: LT
+ - value: LU
+ description: LU
+ - value: LV
+ description: LV
+ - value: LY
+ description: LY
+ - value: MA
+ description: MA
+ - value: ME
+ description: ME
+ - value: MK
+ description: MK
+ - value: MT
+ description: MT
+ - value: MX
+ description: MX
+ - value: MY
+ description: MY
+ - value: NG
+ description: NG
+ - value: NI
+ description: NI
+ - value: NL
+ description: NL
+ - value: "NO"
+ description: "NO"
+ - value: NP
+ description: NP
+ - value: NZ
+ description: NZ
+ - value: OM
+ description: OM
+ - value: PA
+ description: PA
+ - value: PE
+ description: PE
+ - value: PG
+ description: PG
+ - value: PH
+ description: PH
+ - value: PK
+ description: PK
+ - value: PL
+ description: PL
+ - value: PR
+ description: PR
+ - value: PT
+ description: PT
+ - value: PY
+ description: PY
+ - value: QA
+ description: QA
+ - value: RO
+ description: RO
+ - value: RS
+ description: RS
+ - value: RU
+ description: RU
+ - value: SA
+ description: SA
+ - value: SE
+ description: SE
+ - value: SG
+ description: SG
+ - value: SI
+ description: SI
+ - value: SK
+ description: SK
+ - value: SN
+ description: SN
+ - value: SV
+ description: SV
+ - value: TH
+ description: TH
+ - value: TN
+ description: TN
+ - value: TR
+ description: TR
+ - value: TW
+ description: TW
+ - value: TZ
+ description: TZ
+ - value: UA
+ description: UA
+ - value: UG
+ description: UG
+ - value: US
+ description: US
+ - value: UY
+ description: UY
+ - value: VE
+ description: VE
+ - value: VN
+ description: VN
+ - value: YE
+ description: YE
+ - value: ZA
+ description: ZA
+ - value: ZW
+ description: ZW
+ - variable: captions
+ label: Captions
+ description: Top 3 preferred languages for video captions. Exactly 3 Captions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: captionEntry
+ label: Caption Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ enum:
+ - value: English
+ description: English
+ - value: English (auto-generated)
+ description: English (auto-generated)
+ - value: Afrikaans
+ description: Afrikaans
+ - value: Albanian
+ description: Albanian
+ - value: Amharic
+ description: Amharic
+ - value: Arabic
+ description: Arabic
+ - value: Armenian
+ description: Armenian
+ - value: Azerbaijani
+ description: Azerbaijani
+ - value: Bangla
+ description: Bangla
+ - value: Basque
+ description: Basque
+ - value: Belarusian
+ description: Belarusian
+ - value: Bosnian
+ description: Bosnian
+ - value: Bulgarian
+ description: Bulgarian
+ - value: Burmese
+ description: Burmese
+ - value: Catalan
+ description: Catalan
+ - value: Cebuano
+ description: Cebuano
+ - value: Chinese (Simplified)
+ description: Chinese (Simplified)
+ - value: Chinese (Traditional)
+ description: Chinese (Traditional)
+ - value: Corsican
+ description: Corsican
+ - value: Croatian
+ description: Croatian
+ - value: Czech
+ description: Czech
+ - value: Danish
+ description: Danish
+ - value: Dutch
+ description: Dutch
+ - value: Esperanto
+ description: Esperanto
+ - value: Estonian
+ description: Estonian
+ - value: Filipino
+ description: Filipino
+ - value: Finnish
+ description: Finnish
+ - value: French
+ description: French
+ - value: Galician
+ description: Galician
+ - value: Georgian
+ description: Georgian
+ - value: German
+ description: German
+ - value: Greek
+ description: Greek
+ - value: Gujarati
+ description: Gujarati
+ - value: Haitian Creole
+ description: Haitian Creole
+ - value: Hausa
+ description: Hausa
+ - value: Hawaiian
+ description: Hawaiian
+ - value: Hebrew
+ description: Hebrew
+ - value: Hindi
+ description: Hindi
+ - value: Hmong
+ description: Hmong
+ - value: Hungarian
+ description: Hungarian
+ - value: Icelandic
+ description: Icelandic
+ - value: Igbo
+ description: Igbo
+ - value: Indonesian
+ description: Indonesian
+ - value: Irish
+ description: Irish
+ - value: Italian
+ description: Italian
+ - value: Japanese
+ description: Japanese
+ - value: Javanese
+ description: Javanese
+ - value: Kannada
+ description: Kannada
+ - value: Kazakh
+ description: Kazakh
+ - value: Khmer
+ description: Khmer
+ - value: Korean
+ description: Korean
+ - value: Kurdish
+ description: Kurdish
+ - value: Kyrgyz
+ description: Kyrgyz
+ - value: Lao
+ description: Lao
+ - value: Latin
+ description: Latin
+ - value: Latvian
+ description: Latvian
+ - value: Lithuanian
+ description: Lithuanian
+ - value: Luxembourgish
+ description: Luxembourgish
+ - value: Macedonian
+ description: Macedonian
+ - value: Malagasy
+ description: Malagasy
+ - value: Malay
+ description: Malay
+ - value: Malayalam
+ description: Malayalam
+ - value: Maltese
+ description: Maltese
+ - value: Maori
+ description: Maori
+ - value: Marathi
+ description: Marathi
+ - value: Mongolian
+ description: Mongolian
+ - value: Nepali
+ description: Nepali
+ - value: Norwegian Bokmål
+ description: Norwegian Bokmål
+ - value: Nyanja
+ description: Nyanja
+ - value: Pashto
+ description: Pashto
+ - value: Persian
+ description: Persian
+ - value: Polish
+ description: Polish
+ - value: Portuguese
+ description: Portuguese
+ - value: Punjabi
+ description: Punjabi
+ - value: Romanian
+ description: Romanian
+ - value: Russian
+ description: Russian
+ - value: Samoan
+ description: Samoan
+ - value: Scottish Gaelic
+ description: Scottish Gaelic
+ - value: Serbian
+ description: Serbian
+ - value: Shona
+ description: Shona
+ - value: Sindhi
+ description: Sindhi
+ - value: Sinhala
+ description: Sinhala
+ - value: Slovak
+ description: Slovak
+ - value: Slovenian
+ description: Slovenian
+ - value: Somali
+ description: Somali
+ - value: Southern Sotho
+ description: Southern Sotho
+ - value: Spanish
+ description: Spanish
+ - value: Spanish (Latin America)
+ description: Spanish (Latin America)
+ - value: Sundanese
+ description: Sundanese
+ - value: Swahili
+ description: Swahili
+ - value: Swedish
+ description: Swedish
+ - value: Tajik
+ description: Tajik
+ - value: Tamil
+ description: Tamil
+ - value: Telugu
+ description: Telugu
+ - value: Thai
+ description: Thai
+ - value: Turkish
+ description: Turkish
+ - value: Ukrainian
+ description: Ukrainian
+ - value: Urdu
+ description: Urdu
+ - value: Uzbek
+ description: Uzbek
+ - value: Vietnamese
+ description: Vietnamese
+ - value: Welsh
+ description: Welsh
+ - value: Western Frisian
+ description: Western Frisian
+ - value: Xhosa
+ description: Xhosa
+ - value: Yiddish
+ description: Yiddish
+ - value: Yoruba
+ description: Yoruba
+ - value: Zulu
+ description: Zulu
+ - variable: interface
+ label: Interface
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: dark_mode
+ label: Dark Mode
+ description: Enable/Disable dark mode.
+ schema:
+ type: string
+ required: true
+ default: auto
+ enum:
+ - value: auto
+ description: Auto
+ - value: dark
+ description: Dark
+ - value: light
+ description: Light
+ - variable: thin_mode
+ label: Thin Mode
+ description: Enable/Disable thin mode (no video thumbnails).
+ schema:
+ type: boolean
+ default: false
+ - variable: feed_menu
+ label: Feed Menu
+ description: List of feeds available on the home page. Defaults to all. Max 4 feed items
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: feedEntry
+ label: Feed Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ enum:
+ - value: Popular
+ description: Popular
+ - value: Trending
+ description: Trending
+ - value: Subscriptions
+ description: Subscriptions
+ - value: Playlists
+ description: Playlists
+ - variable: default_home
+ label: Default Home
+ description: Default feed to display on the home page.
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: None
+ - value: Popular
+ description: Popular
+ - value: Trending
+ description: Trending
+ - value: Subscriptions
+ description: Subscriptions
+ - value: Playlists
+ description: Playlists
+ - variable: max_results
+ label: Max Results
+ description: Default number of results to display per page.
+ schema:
+ type: int
+ required: true
+ default: 40
+ - variable: annotations
+ label: Annotations
+ description: Show/hide annotations.
+ schema:
+ type: boolean
+ default: false
+ - variable: annotations_subscribed
+ label: Annotations Subscribed
+ description: Show/hide subscribed annotations.
+ schema:
+ type: boolean
+ default: false
+ - variable: comments
+ label: Comments
+ description: Type of comments to display below video. Exactly 2 Types
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: commentEntry
+ label: Comment Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ enum:
+ - value: ""
+ description: None
+ - value: youtube
+ description: Youtube
+ - value: reddit
+ description: Reddit
+ - variable: player_style
+ label: Player Style
+ description: Default player style.
+ schema:
+ type: string
+ required: true
+ default: invidious
+ enum:
+ - value: invidious
+ description: Invidious
+ - value: youtube
+ description: Youtube
+ - variable: related_videos
+ label: Related Videos
+ description: Show/Hide the "related videos" sidebar when watching a video.
+ schema:
+ type: boolean
+ default: true
+ - variable: video_player_behavior
+ label: Video Player Behavior
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: autoplay
+ label: Autoplay
+ description: Automatically play videos on page load.
+ schema:
+ type: boolean
+ default: false
+ - variable: continue
+ label: Continue
+ description: Automatically load the "next" video (either next in playlist or proposed) when the current video ends.
+ schema:
+ type: boolean
+ default: false
+ - variable: continue_autoplay
+ label: Continue Autoplay
+ description: Autoplay next video by default.
+ schema:
+ type: boolean
+ default: true
+ - variable: listen
+ label: Listen
+ description: Play videos in Audio-only mode by default.
+ schema:
+ type: boolean
+ default: false
+ - variable: video_loop
+ label: Video Loop
+ description: Loop videos automatically.
+ schema:
+ type: boolean
+ default: false
+ - variable: video_playback_settings
+ label: Video Playback Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: quality
+ label: Quality
+ description: Default video quality.
+ schema:
+ type: string
+ required: true
+ default: hd720
+ enum:
+ - value: hd720
+ description: HD720
+ - value: dash
+ description: Dash
+ - value: medium
+ description: Medium
+ - value: small
+ description: Small
+ - variable: quality_dash
+ label: Quality Dash
+ description: Default dash video quality.
+ schema:
+ type: string
+ show_if: [["quality", "=", "dash"]]
+ required: true
+ default: auto
+ enum:
+ - value: auto
+ description: Auto
+ - value: best
+ description: Best
+ - value: 4320p
+ description: 4320p
+ - value: 2160p
+ description: 2160p
+ - value: 1440p
+ description: 1440p
+ - value: 1080p
+ description: 1080p
+ - value: 720p
+ description: 720p
+ - value: 480p
+ description: 480p
+ - value: 480p
+ description: 480p
+ - value: 360p
+ description: 360p
+ - value: 240p
+ description: 240p
+ - value: 144p
+ description: 144p
+ - value: worst
+ description: Worst
+ - variable: speed
+ label: Speed
+ description: Default video playback speed.
+ schema:
+ type: string
+ required: true
+ valid_chars: '^[0-9]+(\.[0-9]{1,2})?$'
+ default: "1.00"
+ - variable: volume
+ label: Volume
+ description: Default volume.
+ schema:
+ type: int
+ min: 1
+ max: 100
+ required: true
+ default: 100
+ - variable: vr_mode
+ label: VR Mode
+ description: Allow 360° videos to be played.
+ schema:
+ type: boolean
+ default: false
+ - variable: subscription_feed
+ label: Subscription Feed
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: latest_only
+ label: Latest Only
+ description: In the "Subscription" feed, only show the latest video of each channel the user is subscribed to.
+ schema:
+ type: boolean
+ default: false
+ - variable: notifications_only
+ label: Notifications Only
+ description: Enable/Disable user subscriptions desktop notifications.
+ schema:
+ type: boolean
+ default: false
+ - variable: unseen_only
+ label: Unseen Only
+ description: In the "Subscription" feed, Only show the videos that the user haven't watched yet.
+ schema:
+ type: boolean
+ default: false
+ - variable: sort
+ label: Sort
+ description: Default sorting parameter for subscription feeds.
+ schema:
+ type: string
+ required: true
+ default: published
+ enum:
+ - value: alphabetically
+ description: Alphabetically
+ - value: alphabetically - reverse
+ description: Alphabetically - Reverse
+ - value: channel name
+ description: Channel Name
+ - value: channel name - reverse
+ description: Channel Name - Reverse
+ - value: published
+ description: Published
+ - value: published - reverse
+ description: Published - Reverse
+ - variable: miscellaneous
+ label: Miscellaneous
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: local
+ label: Local
+ description: Proxy videos through instance by default.
+ schema:
+ type: boolean
+ default: false
+ - variable: show_nick
+ label: Show Nick
+ description: Show the connected user's nick at the top right.
+ schema:
+ type: boolean
+ default: true
+ - variable: automatic_instance_redirect
+ label: Automatic Instance Redirect
+ description: Automatically redirect to a random instance when the user uses any "switch invidious instance" link
+ schema:
+ type: boolean
+ default: false
+ - variable: extend_desc
+ label: Extend Description
+ description: Show the entire video description
+ schema:
+ type: boolean
+ default: false
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10594
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/invidious/9.6.0/templates/_config.tpl b/stable/invidious/9.7.3/templates/_config.tpl
similarity index 100%
rename from stable/invidious/9.6.0/templates/_config.tpl
rename to stable/invidious/9.7.3/templates/_config.tpl
diff --git a/stable/invidious/9.6.0/templates/common.yaml b/stable/invidious/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/invidious/9.6.0/templates/common.yaml
rename to stable/invidious/9.7.3/templates/common.yaml
diff --git a/stable/ispy-agent-dvr/9.9.1/values.yaml b/stable/invidious/9.7.3/values.yaml
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/values.yaml
rename to stable/invidious/9.7.3/values.yaml
diff --git a/stable/invitarr/5.6.0/CHANGELOG.md b/stable/invitarr/5.6.0/CHANGELOG.md
deleted file mode 100644
index 27a1b8016a8..00000000000
--- a/stable/invitarr/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [invitarr-5.6.0](https://github.com/truecharts/charts/compare/invitarr-5.5.2...invitarr-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [invitarr-5.5.2](https://github.com/truecharts/charts/compare/invitarr-5.5.1...invitarr-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [invitarr-5.5.1](https://github.com/truecharts/charts/compare/invitarr-5.5.0...invitarr-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [invitarr-5.5.0](https://github.com/truecharts/charts/compare/invitarr-5.4.1...invitarr-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [invitarr-5.4.1](https://github.com/truecharts/charts/compare/invitarr-5.4.0...invitarr-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [invitarr-5.4.0](https://github.com/truecharts/charts/compare/invitarr-5.3.0...invitarr-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [invitarr-5.3.0](https://github.com/truecharts/charts/compare/invitarr-5.2.3...invitarr-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [invitarr-5.2.3](https://github.com/truecharts/charts/compare/invitarr-5.2.2...invitarr-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [invitarr-5.2.2](https://github.com/truecharts/charts/compare/invitarr-5.2.0...invitarr-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/invitarr/5.6.0/Chart.yaml b/stable/invitarr/5.6.0/Chart.yaml
deleted file mode 100644
index 9ef086c1e6d..00000000000
--- a/stable/invitarr/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A chatbot that invites discord users to plex.
-home: https://truecharts.org/charts/stable/invitarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png
-keywords:
- - invitarr
- - home-automation
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: invitarr
-sources:
- - https://github.com/Sleepingpirates/Invitarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr
- - https://hub.docker.com/r/piratify/invitarr
-type: application
-version: 5.6.0
diff --git a/stable/invitarr/5.6.0/charts/common-20.1.5.tgz b/stable/invitarr/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/invitarr/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/it-tools/4.6.0/.helmignore b/stable/invitarr/5.7.3/.helmignore
similarity index 100%
rename from stable/it-tools/4.6.0/.helmignore
rename to stable/invitarr/5.7.3/.helmignore
diff --git a/stable/invitarr/5.7.3/CHANGELOG.md b/stable/invitarr/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..59eb045f598
--- /dev/null
+++ b/stable/invitarr/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [invitarr-5.7.2](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/invitarr/5.7.3/Chart.yaml b/stable/invitarr/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a26a28e2453
--- /dev/null
+++ b/stable/invitarr/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A chatbot that invites discord users to plex.
+home: https://truecharts.org/charts/stable/invitarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png
+keywords:
+ - invitarr
+ - home-automation
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: invitarr
+sources:
+ - https://github.com/Sleepingpirates/Invitarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr
+ - https://hub.docker.com/r/piratify/invitarr
+type: application
+version: 5.7.3
diff --git a/stable/invitarr/5.6.0/README.md b/stable/invitarr/5.7.3/README.md
similarity index 100%
rename from stable/invitarr/5.6.0/README.md
rename to stable/invitarr/5.7.3/README.md
diff --git a/stable/invitarr/5.7.3/app-changelog.md b/stable/invitarr/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..32932a87ac4
--- /dev/null
+++ b/stable/invitarr/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [invitarr-5.7.3](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/invitarr/5.6.0/app-readme.md b/stable/invitarr/5.7.3/app-readme.md
similarity index 100%
rename from stable/invitarr/5.6.0/app-readme.md
rename to stable/invitarr/5.7.3/app-readme.md
diff --git a/stable/invitarr/5.7.3/charts/common-20.2.4.tgz b/stable/invitarr/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/invitarr/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/invitarr/5.6.0/ix_values.yaml b/stable/invitarr/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/invitarr/5.6.0/ix_values.yaml
rename to stable/invitarr/5.7.3/ix_values.yaml
diff --git a/stable/invitarr/5.6.0/questions.yaml b/stable/invitarr/5.7.3/questions.yaml
similarity index 100%
rename from stable/invitarr/5.6.0/questions.yaml
rename to stable/invitarr/5.7.3/questions.yaml
diff --git a/stable/ipmi-tools/6.6.0/templates/common.yaml b/stable/invitarr/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/ipmi-tools/6.6.0/templates/common.yaml
rename to stable/invitarr/5.7.3/templates/common.yaml
diff --git a/stable/it-tools/4.6.0/values.yaml b/stable/invitarr/5.7.3/values.yaml
similarity index 100%
rename from stable/it-tools/4.6.0/values.yaml
rename to stable/invitarr/5.7.3/values.yaml
diff --git a/stable/ipfs/10.7.0/CHANGELOG.md b/stable/ipfs/10.7.0/CHANGELOG.md
deleted file mode 100644
index 45737d11cd2..00000000000
--- a/stable/ipfs/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ipfs-10.7.0](https://github.com/truecharts/charts/compare/ipfs-10.6.2...ipfs-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ipfs-10.6.2](https://github.com/truecharts/charts/compare/ipfs-10.6.1...ipfs-10.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ipfs-10.6.1](https://github.com/truecharts/charts/compare/ipfs-10.6.0...ipfs-10.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ipfs-10.6.0](https://github.com/truecharts/charts/compare/ipfs-10.5.1...ipfs-10.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ipfs-10.5.1](https://github.com/truecharts/charts/compare/ipfs-10.5.0...ipfs-10.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ipfs-10.5.0](https://github.com/truecharts/charts/compare/ipfs-10.4.0...ipfs-10.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ipfs-10.4.0](https://github.com/truecharts/charts/compare/ipfs-10.3.3...ipfs-10.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ipfs-10.3.3](https://github.com/truecharts/charts/compare/ipfs-10.3.2...ipfs-10.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ipfs-10.3.2](https://github.com/truecharts/charts/compare/ipfs-10.3.0...ipfs-10.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ipfs/10.7.0/Chart.yaml b/stable/ipfs/10.7.0/Chart.yaml
deleted file mode 100644
index cd6a8282092..00000000000
--- a/stable/ipfs/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: storage
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.27.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem.
-home: https://truecharts.org/charts/stable/ipfs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png
-keywords:
- - ipfs
- - kubo
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ipfs
-sources:
- - https://github.com/ipfs/kubo
- - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs
- - https://hub.docker.com/r/ipfs/kubo
-type: application
-version: 10.7.0
diff --git a/stable/ipfs/10.7.0/charts/common-20.1.5.tgz b/stable/ipfs/10.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ipfs/10.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/iyuuplus/9.6.0/.helmignore b/stable/ipfs/10.8.3/.helmignore
similarity index 100%
rename from stable/iyuuplus/9.6.0/.helmignore
rename to stable/ipfs/10.8.3/.helmignore
diff --git a/stable/ipfs/10.8.3/CHANGELOG.md b/stable/ipfs/10.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..4b325b00d6d
--- /dev/null
+++ b/stable/ipfs/10.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipfs-10.8.2](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ipfs/10.8.3/Chart.yaml b/stable/ipfs/10.8.3/Chart.yaml
new file mode 100644
index 00000000000..666acb8e5fa
--- /dev/null
+++ b/stable/ipfs/10.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: storage
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.27.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem.
+home: https://truecharts.org/charts/stable/ipfs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png
+keywords:
+ - ipfs
+ - kubo
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ipfs
+sources:
+ - https://github.com/ipfs/kubo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs
+ - https://hub.docker.com/r/ipfs/kubo
+type: application
+version: 10.8.3
diff --git a/stable/ipfs/10.7.0/README.md b/stable/ipfs/10.8.3/README.md
similarity index 100%
rename from stable/ipfs/10.7.0/README.md
rename to stable/ipfs/10.8.3/README.md
diff --git a/stable/ipfs/10.8.3/app-changelog.md b/stable/ipfs/10.8.3/app-changelog.md
new file mode 100644
index 00000000000..ced9f390eed
--- /dev/null
+++ b/stable/ipfs/10.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ipfs-10.8.3](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ipfs/10.7.0/app-readme.md b/stable/ipfs/10.8.3/app-readme.md
similarity index 100%
rename from stable/ipfs/10.7.0/app-readme.md
rename to stable/ipfs/10.8.3/app-readme.md
diff --git a/stable/ipfs/10.8.3/charts/common-20.2.4.tgz b/stable/ipfs/10.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ipfs/10.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ipfs/10.7.0/ix_values.yaml b/stable/ipfs/10.8.3/ix_values.yaml
similarity index 100%
rename from stable/ipfs/10.7.0/ix_values.yaml
rename to stable/ipfs/10.8.3/ix_values.yaml
diff --git a/stable/ipfs/10.7.0/questions.yaml b/stable/ipfs/10.8.3/questions.yaml
similarity index 100%
rename from stable/ipfs/10.7.0/questions.yaml
rename to stable/ipfs/10.8.3/questions.yaml
diff --git a/stable/it-tools/4.6.0/templates/NOTES.txt b/stable/ipfs/10.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/it-tools/4.6.0/templates/NOTES.txt
rename to stable/ipfs/10.8.3/templates/NOTES.txt
diff --git a/stable/ipfs/10.7.0/templates/common.yaml b/stable/ipfs/10.8.3/templates/common.yaml
similarity index 100%
rename from stable/ipfs/10.7.0/templates/common.yaml
rename to stable/ipfs/10.8.3/templates/common.yaml
diff --git a/stable/iyuuplus/9.6.0/values.yaml b/stable/ipfs/10.8.3/values.yaml
similarity index 100%
rename from stable/iyuuplus/9.6.0/values.yaml
rename to stable/ipfs/10.8.3/values.yaml
diff --git a/stable/ipmi-tools/6.6.0/CHANGELOG.md b/stable/ipmi-tools/6.6.0/CHANGELOG.md
deleted file mode 100644
index c102577a5cb..00000000000
--- a/stable/ipmi-tools/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ipmi-tools-6.6.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.5.2...ipmi-tools-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ipmi-tools-6.5.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.5.1...ipmi-tools-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ipmi-tools-6.5.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.5.0...ipmi-tools-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ipmi-tools-6.5.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.4.1...ipmi-tools-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ipmi-tools-6.4.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.4.0...ipmi-tools-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ipmi-tools-6.4.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.3.0...ipmi-tools-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ipmi-tools-6.3.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.3...ipmi-tools-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ipmi-tools-6.2.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.2...ipmi-tools-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ipmi-tools-6.2.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.0...ipmi-tools-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ipmi-tools/6.6.0/Chart.yaml b/stable/ipmi-tools/6.6.0/Chart.yaml
deleted file mode 100644
index 7c68d214a0c..00000000000
--- a/stable/ipmi-tools/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple WebGUI Fan controller for IPMI.
-home: https://truecharts.org/charts/stable/ipmi-tools
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png
-keywords:
- - ipmi-tools
- - Productivity
- - Tools-Utilities
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ipmi-tools
-sources:
- - https://github.com/EdwardChamberlain/IPMI-Fan-Controller
- - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools
- - https://hub.docker.com/r/edchamberlain/ipmi-tools
-type: application
-version: 6.6.0
diff --git a/stable/ipmi-tools/6.6.0/charts/common-20.1.5.tgz b/stable/ipmi-tools/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ipmi-tools/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jdownloader2/16.6.0/.helmignore b/stable/ipmi-tools/6.7.3/.helmignore
similarity index 100%
rename from stable/jdownloader2/16.6.0/.helmignore
rename to stable/ipmi-tools/6.7.3/.helmignore
diff --git a/stable/ipmi-tools/6.7.3/CHANGELOG.md b/stable/ipmi-tools/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..90d9b63c584
--- /dev/null
+++ b/stable/ipmi-tools/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ipmi-tools-6.7.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ipmi-tools/6.7.3/Chart.yaml b/stable/ipmi-tools/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..29e6cd65cb2
--- /dev/null
+++ b/stable/ipmi-tools/6.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple WebGUI Fan controller for IPMI.
+home: https://truecharts.org/charts/stable/ipmi-tools
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png
+keywords:
+ - ipmi-tools
+ - Productivity
+ - Tools-Utilities
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ipmi-tools
+sources:
+ - https://github.com/EdwardChamberlain/IPMI-Fan-Controller
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools
+ - https://hub.docker.com/r/edchamberlain/ipmi-tools
+type: application
+version: 6.7.3
diff --git a/stable/ipmi-tools/6.6.0/README.md b/stable/ipmi-tools/6.7.3/README.md
similarity index 100%
rename from stable/ipmi-tools/6.6.0/README.md
rename to stable/ipmi-tools/6.7.3/README.md
diff --git a/stable/ipmi-tools/6.7.3/app-changelog.md b/stable/ipmi-tools/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..2b81b9b68de
--- /dev/null
+++ b/stable/ipmi-tools/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ipmi-tools-6.7.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ipmi-tools/6.6.0/app-readme.md b/stable/ipmi-tools/6.7.3/app-readme.md
similarity index 100%
rename from stable/ipmi-tools/6.6.0/app-readme.md
rename to stable/ipmi-tools/6.7.3/app-readme.md
diff --git a/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz b/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ipmi-tools/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ipmi-tools/6.6.0/ix_values.yaml b/stable/ipmi-tools/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/ipmi-tools/6.6.0/ix_values.yaml
rename to stable/ipmi-tools/6.7.3/ix_values.yaml
diff --git a/stable/ipmi-tools/6.6.0/questions.yaml b/stable/ipmi-tools/6.7.3/questions.yaml
similarity index 100%
rename from stable/ipmi-tools/6.6.0/questions.yaml
rename to stable/ipmi-tools/6.7.3/questions.yaml
diff --git a/stable/iyuuplus/9.6.0/templates/NOTES.txt b/stable/ipmi-tools/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/iyuuplus/9.6.0/templates/NOTES.txt
rename to stable/ipmi-tools/6.7.3/templates/NOTES.txt
diff --git a/stable/jelu/5.6.0/templates/common.yaml b/stable/ipmi-tools/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/jelu/5.6.0/templates/common.yaml
rename to stable/ipmi-tools/6.7.3/templates/common.yaml
diff --git a/stable/jdownloader2/16.6.0/values.yaml b/stable/ipmi-tools/6.7.3/values.yaml
similarity index 100%
rename from stable/jdownloader2/16.6.0/values.yaml
rename to stable/ipmi-tools/6.7.3/values.yaml
diff --git a/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md b/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md
deleted file mode 100644
index 7c19ee29fd5..00000000000
--- a/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
diff --git a/stable/ispy-agent-dvr/9.9.1/Chart.yaml b/stable/ispy-agent-dvr/9.9.1/Chart.yaml
deleted file mode 100644
index c16b3be4f01..00000000000
--- a/stable/ispy-agent-dvr/9.9.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.2.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
-home: https://truecharts.org/charts/stable/ispy-agent-dvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png
-keywords:
- - dvr
- - ispy
- - agent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ispy-agent-dvr
-sources:
- - https://github.com/doitandbedone/ispyagentdvr-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
- - https://hub.docker.com/r/doitandbedone/ispyagentdvr
-type: application
-version: 9.9.1
diff --git a/stable/ispy-agent-dvr/9.9.1/app-changelog.md b/stable/ispy-agent-dvr/9.9.1/app-changelog.md
deleted file mode 100644
index 0ad46e1bd70..00000000000
--- a/stable/ispy-agent-dvr/9.9.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz b/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/ispy-agent-dvr/9.9.1/ix_values.yaml b/stable/ispy-agent-dvr/9.9.1/ix_values.yaml
deleted file mode 100644
index a300af06cd2..00000000000
--- a/stable/ispy-agent-dvr/9.9.1/ix_values.yaml
+++ /dev/null
@@ -1,98 +0,0 @@
-image:
- repository: doitandbedone/ispyagentdvr
- tag: 5.3.2.0@sha256:65e629a19860a4dc262707280f14a0f10d4a957a4b53c91ce76f68024d660c8b
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10184
- targetPort: 8090
- turn:
- enabled: true
- ports:
- turn:
- enabled: true
- protocol: udp
- port: 3478
- targetPort: 3478
- webrtc:
- enabled: true
- ports:
- webrtc0:
- enabled: true
- protocol: udp
- port: 50000
- targetPort: 50000
- webrtc1:
- enabled: true
- protocol: udp
- port: 50001
- targetPort: 50001
- webrtc2:
- enabled: true
- protocol: udp
- port: 50002
- targetPort: 50002
- webrtc3:
- enabled: true
- protocol: udp
- port: 50003
- targetPort: 50003
- webrtc4:
- enabled: true
- protocol: udp
- port: 50004
- targetPort: 50004
- webrtc5:
- enabled: true
- protocol: udp
- port: 50005
- targetPort: 50005
- webrtc6:
- enabled: true
- protocol: udp
- port: 50006
- targetPort: 60005
- webrtc7:
- enabled: true
- protocol: udp
- port: 50007
- targetPort: 50007
- webrtc8:
- enabled: true
- protocol: udp
- port: 50008
- targetPort: 50008
- webrtc9:
- enabled: true
- protocol: udp
- port: 50009
- targetPort: 50009
- webrtc10:
- enabled: true
- protocol: udp
- port: 50010
- targetPort: 50010
-persistence:
- config:
- enabled: true
- mountPath: "/agent/Media/XML"
- media:
- enabled: true
- mountPath: "/agent/Media/WebServerRoot/Media"
- commands:
- enabled: true
- mountPath: "/agent/Commands"
- ffmpeg:
- enabled: true
- mountPath: "/agent/ffmpeg6"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/jellyfin/18.7.0/.helmignore b/stable/ispy-agent-dvr/9.9.5/.helmignore
similarity index 100%
rename from stable/jellyfin/18.7.0/.helmignore
rename to stable/ispy-agent-dvr/9.9.5/.helmignore
diff --git a/stable/ispy-agent-dvr/9.9.5/CHANGELOG.md b/stable/ispy-agent-dvr/9.9.5/CHANGELOG.md
new file mode 100644
index 00000000000..d90e45d4148
--- /dev/null
+++ b/stable/ispy-agent-dvr/9.9.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ispy-agent-dvr-9.9.5](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ispy-agent-dvr-9.9.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ispy-agent-dvr-9.9.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ispy-agent-dvr-9.9.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ispy-agent-dvr-9.9.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ispy-agent-dvr-9.9.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.4) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/ispy-agent-dvr/9.9.5/Chart.yaml b/stable/ispy-agent-dvr/9.9.5/Chart.yaml
new file mode 100644
index 00000000000..d56a5f27a40
--- /dev/null
+++ b/stable/ispy-agent-dvr/9.9.5/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.4.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
+home: https://truecharts.org/charts/stable/ispy-agent-dvr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png
+keywords:
+ - dvr
+ - ispy
+ - agent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ispy-agent-dvr
+sources:
+ - https://github.com/doitandbedone/ispyagentdvr-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
+ - https://hub.docker.com/r/doitandbedone/ispyagentdvr
+type: application
+version: 9.9.5
diff --git a/stable/ispy-agent-dvr/9.9.1/README.md b/stable/ispy-agent-dvr/9.9.5/README.md
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/README.md
rename to stable/ispy-agent-dvr/9.9.5/README.md
diff --git a/stable/ispy-agent-dvr/9.9.5/app-changelog.md b/stable/ispy-agent-dvr/9.9.5/app-changelog.md
new file mode 100644
index 00000000000..6608d6339aa
--- /dev/null
+++ b/stable/ispy-agent-dvr/9.9.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [ispy-agent-dvr-9.9.5](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.4.0[@ab0fec3](https://github.com/ab0fec3) by renovate ([#19641](https://github.com/truecharts/charts/issues/19641))
+
+- update container image doitandbedone/ispyagentdvr to v5.3.3.0[@9fa7784](https://github.com/9fa7784) by renovate ([#19592](https://github.com/truecharts/charts/issues/19592))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ispy-agent-dvr/9.9.1/app-readme.md b/stable/ispy-agent-dvr/9.9.5/app-readme.md
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/app-readme.md
rename to stable/ispy-agent-dvr/9.9.5/app-readme.md
diff --git a/stable/ispy-agent-dvr/9.9.5/charts/common-20.2.4.tgz b/stable/ispy-agent-dvr/9.9.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ispy-agent-dvr/9.9.5/charts/common-20.2.4.tgz differ
diff --git a/stable/ispy-agent-dvr/9.9.5/ix_values.yaml b/stable/ispy-agent-dvr/9.9.5/ix_values.yaml
new file mode 100644
index 00000000000..5a652ad3cfa
--- /dev/null
+++ b/stable/ispy-agent-dvr/9.9.5/ix_values.yaml
@@ -0,0 +1,98 @@
+image:
+ repository: doitandbedone/ispyagentdvr
+ tag: 5.3.4.0@sha256:ab0fec3716b7e4ab0f48b8eb61ef808edbd60b8b2a8f19cf14c6bbb66778ed4e
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10184
+ targetPort: 8090
+ turn:
+ enabled: true
+ ports:
+ turn:
+ enabled: true
+ protocol: udp
+ port: 3478
+ targetPort: 3478
+ webrtc:
+ enabled: true
+ ports:
+ webrtc0:
+ enabled: true
+ protocol: udp
+ port: 50000
+ targetPort: 50000
+ webrtc1:
+ enabled: true
+ protocol: udp
+ port: 50001
+ targetPort: 50001
+ webrtc2:
+ enabled: true
+ protocol: udp
+ port: 50002
+ targetPort: 50002
+ webrtc3:
+ enabled: true
+ protocol: udp
+ port: 50003
+ targetPort: 50003
+ webrtc4:
+ enabled: true
+ protocol: udp
+ port: 50004
+ targetPort: 50004
+ webrtc5:
+ enabled: true
+ protocol: udp
+ port: 50005
+ targetPort: 50005
+ webrtc6:
+ enabled: true
+ protocol: udp
+ port: 50006
+ targetPort: 60005
+ webrtc7:
+ enabled: true
+ protocol: udp
+ port: 50007
+ targetPort: 50007
+ webrtc8:
+ enabled: true
+ protocol: udp
+ port: 50008
+ targetPort: 50008
+ webrtc9:
+ enabled: true
+ protocol: udp
+ port: 50009
+ targetPort: 50009
+ webrtc10:
+ enabled: true
+ protocol: udp
+ port: 50010
+ targetPort: 50010
+persistence:
+ config:
+ enabled: true
+ mountPath: "/agent/Media/XML"
+ media:
+ enabled: true
+ mountPath: "/agent/Media/WebServerRoot/Media"
+ commands:
+ enabled: true
+ mountPath: "/agent/Commands"
+ ffmpeg:
+ enabled: true
+ mountPath: "/agent/ffmpeg6"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/ispy-agent-dvr/9.9.1/questions.yaml b/stable/ispy-agent-dvr/9.9.5/questions.yaml
similarity index 100%
rename from stable/ispy-agent-dvr/9.9.1/questions.yaml
rename to stable/ispy-agent-dvr/9.9.5/questions.yaml
diff --git a/stable/jdownloader2/16.6.0/templates/NOTES.txt b/stable/ispy-agent-dvr/9.9.5/templates/NOTES.txt
similarity index 100%
rename from stable/jdownloader2/16.6.0/templates/NOTES.txt
rename to stable/ispy-agent-dvr/9.9.5/templates/NOTES.txt
diff --git a/stable/iyuuplus/9.6.0/templates/common.yaml b/stable/ispy-agent-dvr/9.9.5/templates/common.yaml
similarity index 100%
rename from stable/iyuuplus/9.6.0/templates/common.yaml
rename to stable/ispy-agent-dvr/9.9.5/templates/common.yaml
diff --git a/stable/jellyfin/18.7.0/values.yaml b/stable/ispy-agent-dvr/9.9.5/values.yaml
similarity index 100%
rename from stable/jellyfin/18.7.0/values.yaml
rename to stable/ispy-agent-dvr/9.9.5/values.yaml
diff --git a/stable/it-tools/4.6.0/CHANGELOG.md b/stable/it-tools/4.6.0/CHANGELOG.md
deleted file mode 100644
index 6bb2812b507..00000000000
--- a/stable/it-tools/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [it-tools-4.6.0](https://github.com/truecharts/charts/compare/it-tools-4.5.2...it-tools-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [it-tools-4.5.2](https://github.com/truecharts/charts/compare/it-tools-4.5.1...it-tools-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [it-tools-4.5.1](https://github.com/truecharts/charts/compare/it-tools-4.5.0...it-tools-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [it-tools-4.5.0](https://github.com/truecharts/charts/compare/it-tools-4.4.1...it-tools-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [it-tools-4.4.1](https://github.com/truecharts/charts/compare/it-tools-4.4.0...it-tools-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [it-tools-4.4.0](https://github.com/truecharts/charts/compare/it-tools-4.3.0...it-tools-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [it-tools-4.3.0](https://github.com/truecharts/charts/compare/it-tools-4.2.3...it-tools-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [it-tools-4.2.3](https://github.com/truecharts/charts/compare/it-tools-4.2.2...it-tools-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [it-tools-4.2.2](https://github.com/truecharts/charts/compare/it-tools-4.2.0...it-tools-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/it-tools/4.6.0/Chart.yaml b/stable/it-tools/4.6.0/Chart.yaml
deleted file mode 100644
index 63a57fffcf8..00000000000
--- a/stable/it-tools/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.12.21
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Useful tools for developer and people working in IT.
-home: https://truecharts.org/charts/stable/it-tools
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png
-keywords:
- - it-tools
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: it-tools
-sources:
- - https://github.com/CorentinTh/it-tools
- - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools
- - https://hub.docker.com/r/corentinth/it-tools
-type: application
-version: 4.6.0
diff --git a/stable/it-tools/4.6.0/charts/common-20.1.5.tgz b/stable/it-tools/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/it-tools/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jellyseerr/9.6.0/.helmignore b/stable/it-tools/4.7.3/.helmignore
similarity index 100%
rename from stable/jellyseerr/9.6.0/.helmignore
rename to stable/it-tools/4.7.3/.helmignore
diff --git a/stable/it-tools/4.7.3/CHANGELOG.md b/stable/it-tools/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9e7fc1d1af8
--- /dev/null
+++ b/stable/it-tools/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [it-tools-4.7.2](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/it-tools/4.7.3/Chart.yaml b/stable/it-tools/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..0032a121f3f
--- /dev/null
+++ b/stable/it-tools/4.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.12.21
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Useful tools for developer and people working in IT.
+home: https://truecharts.org/charts/stable/it-tools
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.png
+keywords:
+ - it-tools
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: it-tools
+sources:
+ - https://github.com/CorentinTh/it-tools
+ - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools
+ - https://hub.docker.com/r/corentinth/it-tools
+type: application
+version: 4.7.3
diff --git a/stable/it-tools/4.6.0/README.md b/stable/it-tools/4.7.3/README.md
similarity index 100%
rename from stable/it-tools/4.6.0/README.md
rename to stable/it-tools/4.7.3/README.md
diff --git a/stable/it-tools/4.7.3/app-changelog.md b/stable/it-tools/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..14a35a99183
--- /dev/null
+++ b/stable/it-tools/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [it-tools-4.7.3](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/it-tools/4.6.0/app-readme.md b/stable/it-tools/4.7.3/app-readme.md
similarity index 100%
rename from stable/it-tools/4.6.0/app-readme.md
rename to stable/it-tools/4.7.3/app-readme.md
diff --git a/stable/it-tools/4.7.3/charts/common-20.2.4.tgz b/stable/it-tools/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/it-tools/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/it-tools/4.6.0/ix_values.yaml b/stable/it-tools/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/it-tools/4.6.0/ix_values.yaml
rename to stable/it-tools/4.7.3/ix_values.yaml
diff --git a/stable/it-tools/4.6.0/questions.yaml b/stable/it-tools/4.7.3/questions.yaml
similarity index 100%
rename from stable/it-tools/4.6.0/questions.yaml
rename to stable/it-tools/4.7.3/questions.yaml
diff --git a/stable/jellyfin/18.7.0/templates/NOTES.txt b/stable/it-tools/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/jellyfin/18.7.0/templates/NOTES.txt
rename to stable/it-tools/4.7.3/templates/NOTES.txt
diff --git a/stable/jdownloader2/16.6.0/templates/common.yaml b/stable/it-tools/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/jdownloader2/16.6.0/templates/common.yaml
rename to stable/it-tools/4.7.3/templates/common.yaml
diff --git a/stable/jellyseerr/9.6.0/values.yaml b/stable/it-tools/4.7.3/values.yaml
similarity index 100%
rename from stable/jellyseerr/9.6.0/values.yaml
rename to stable/it-tools/4.7.3/values.yaml
diff --git a/stable/iyuuplus/9.6.0/CHANGELOG.md b/stable/iyuuplus/9.6.0/CHANGELOG.md
deleted file mode 100644
index 601c0be0999..00000000000
--- a/stable/iyuuplus/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [iyuuplus-9.6.0](https://github.com/truecharts/charts/compare/iyuuplus-9.5.2...iyuuplus-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [iyuuplus-9.5.2](https://github.com/truecharts/charts/compare/iyuuplus-9.5.1...iyuuplus-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [iyuuplus-9.5.1](https://github.com/truecharts/charts/compare/iyuuplus-9.5.0...iyuuplus-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [iyuuplus-9.5.0](https://github.com/truecharts/charts/compare/iyuuplus-9.4.1...iyuuplus-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [iyuuplus-9.4.1](https://github.com/truecharts/charts/compare/iyuuplus-9.4.0...iyuuplus-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [iyuuplus-9.4.0](https://github.com/truecharts/charts/compare/iyuuplus-9.3.0...iyuuplus-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [iyuuplus-9.3.0](https://github.com/truecharts/charts/compare/iyuuplus-9.2.3...iyuuplus-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [iyuuplus-9.2.3](https://github.com/truecharts/charts/compare/iyuuplus-9.2.2...iyuuplus-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [iyuuplus-9.2.2](https://github.com/truecharts/charts/compare/iyuuplus-9.2.0...iyuuplus-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/iyuuplus/9.6.0/Chart.yaml b/stable/iyuuplus/9.6.0/Chart.yaml
deleted file mode 100644
index 7e1b829fa90..00000000000
--- a/stable/iyuuplus/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc.
-home: https://truecharts.org/charts/stable/iyuuplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png
-keywords:
- - iyuuplus
- - pt
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: iyuuplus
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus
- - https://hub.docker.com/r/iyuucn/iyuuplus
-type: application
-version: 9.6.0
diff --git a/stable/iyuuplus/9.6.0/charts/common-20.1.5.tgz b/stable/iyuuplus/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/iyuuplus/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jellystat/3.6.0/.helmignore b/stable/iyuuplus/9.7.3/.helmignore
similarity index 100%
rename from stable/jellystat/3.6.0/.helmignore
rename to stable/iyuuplus/9.7.3/.helmignore
diff --git a/stable/iyuuplus/9.7.3/CHANGELOG.md b/stable/iyuuplus/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b49d11a3f31
--- /dev/null
+++ b/stable/iyuuplus/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [iyuuplus-9.7.2](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/iyuuplus/9.7.3/Chart.yaml b/stable/iyuuplus/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..65079ea0540
--- /dev/null
+++ b/stable/iyuuplus/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc.
+home: https://truecharts.org/charts/stable/iyuuplus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png
+keywords:
+ - iyuuplus
+ - pt
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: iyuuplus
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus
+ - https://hub.docker.com/r/iyuucn/iyuuplus
+type: application
+version: 9.7.3
diff --git a/stable/iyuuplus/9.6.0/README.md b/stable/iyuuplus/9.7.3/README.md
similarity index 100%
rename from stable/iyuuplus/9.6.0/README.md
rename to stable/iyuuplus/9.7.3/README.md
diff --git a/stable/iyuuplus/9.7.3/app-changelog.md b/stable/iyuuplus/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..fa5efb5f16b
--- /dev/null
+++ b/stable/iyuuplus/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [iyuuplus-9.7.3](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/iyuuplus/9.6.0/app-readme.md b/stable/iyuuplus/9.7.3/app-readme.md
similarity index 100%
rename from stable/iyuuplus/9.6.0/app-readme.md
rename to stable/iyuuplus/9.7.3/app-readme.md
diff --git a/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz b/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/iyuuplus/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/iyuuplus/9.6.0/ix_values.yaml b/stable/iyuuplus/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/iyuuplus/9.6.0/ix_values.yaml
rename to stable/iyuuplus/9.7.3/ix_values.yaml
diff --git a/stable/iyuuplus/9.6.0/questions.yaml b/stable/iyuuplus/9.7.3/questions.yaml
similarity index 100%
rename from stable/iyuuplus/9.6.0/questions.yaml
rename to stable/iyuuplus/9.7.3/questions.yaml
diff --git a/stable/jellyseerr/9.6.0/templates/NOTES.txt b/stable/iyuuplus/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/jellyseerr/9.6.0/templates/NOTES.txt
rename to stable/iyuuplus/9.7.3/templates/NOTES.txt
diff --git a/stable/jellyseerr/9.6.0/templates/common.yaml b/stable/iyuuplus/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/jellyseerr/9.6.0/templates/common.yaml
rename to stable/iyuuplus/9.7.3/templates/common.yaml
diff --git a/stable/jellystat/3.6.0/values.yaml b/stable/iyuuplus/9.7.3/values.yaml
similarity index 100%
rename from stable/jellystat/3.6.0/values.yaml
rename to stable/iyuuplus/9.7.3/values.yaml
diff --git a/stable/jelu/5.6.0/.helmignore b/stable/jackett/20.0.2/.helmignore
similarity index 100%
rename from stable/jelu/5.6.0/.helmignore
rename to stable/jackett/20.0.2/.helmignore
diff --git a/stable/jackett/20.0.2/CHANGELOG.md b/stable/jackett/20.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..d25a6d0539a
--- /dev/null
+++ b/stable/jackett/20.0.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jackett-20.0.2](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700))
+
+### Fix
+
+
+
+- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677))
+
+
+## [jackett-20.0.1](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700))
+
+### Fix
+
+
+
+- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677))
+
+
+## [jackett-20.0.1](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700))
+
+### Fix
+
+
+
+- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677))
+
+
+## [jackett-20.0.1](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700))
+
+### Fix
+
diff --git a/stable/jackett/20.0.2/Chart.yaml b/stable/jackett/20.0.2/Chart.yaml
new file mode 100644
index 00000000000..ea59345eb4d
--- /dev/null
+++ b/stable/jackett/20.0.2/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.21.2143
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: API Support for your favorite torrent trackers.
+home: https://truecharts.org/charts/stable/jackett
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png
+keywords:
+ - jackett
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jackett
+sources:
+ - https://github.com/Jackett/Jackett
+ - https://github.com/geek-cookbook/containers/pkgs/container/jackett
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jackett
+ - https://ghcr.io/geek-cookbook/jackett
+type: application
+version: 20.0.2
diff --git a/stable/jackett/20.0.2/README.md b/stable/jackett/20.0.2/README.md
new file mode 100644
index 00000000000..20f3c4cb7bb
--- /dev/null
+++ b/stable/jackett/20.0.2/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jackett)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/jackett/20.0.2/app-changelog.md b/stable/jackett/20.0.2/app-changelog.md
new file mode 100644
index 00000000000..c8a3e3dd97f
--- /dev/null
+++ b/stable/jackett/20.0.2/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [jackett-20.0.2](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-20.0.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/geek-cookbook/jackett to v0.21.2143[@ca0f107](https://github.com/ca0f107) by renovate ([#19732](https://github.com/truecharts/charts/issues/19732))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- *BREAKING CHANGES* switch image to geek-cookbook ([#19700](https://github.com/truecharts/charts/issues/19700))
+
+### Fix
+
+
+
+- Update severely outdated container again ([#19677](https://github.com/truecharts/charts/issues/19677))
\ No newline at end of file
diff --git a/stable/jackett/20.0.2/app-readme.md b/stable/jackett/20.0.2/app-readme.md
new file mode 100644
index 00000000000..e2546b99d51
--- /dev/null
+++ b/stable/jackett/20.0.2/app-readme.md
@@ -0,0 +1,8 @@
+API Support for your favorite torrent trackers.
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jackett](https://truecharts.org/charts/stable/jackett)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/jackett/20.0.2/charts/common-20.2.4.tgz b/stable/jackett/20.0.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jackett/20.0.2/charts/common-20.2.4.tgz differ
diff --git a/stable/jackett/20.0.2/ix_values.yaml b/stable/jackett/20.0.2/ix_values.yaml
new file mode 100644
index 00000000000..83998cb0809
--- /dev/null
+++ b/stable/jackett/20.0.2/ix_values.yaml
@@ -0,0 +1,30 @@
+image:
+ repository: ghcr.io/geek-cookbook/jackett
+ pullPolicy: IfNotPresent
+ tag: 0.21.2143@sha256:ca0f10767d960e7a683959750ab60f583e35a454192915e55e4167af02c8b210
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ targetPort: 9117
+ port: 9117
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/health"
+ readiness:
+ path: "/health"
+ startup:
+ path: "/health"
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
diff --git a/stable/jackett/20.0.2/questions.yaml b/stable/jackett/20.0.2/questions.yaml
new file mode 100755
index 00000000000..ca51cc99c9f
--- /dev/null
+++ b/stable/jackett/20.0.2/questions.yaml
@@ -0,0 +1,2897 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 9117
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: schedulesList
+ group: "Backup Configuration"
+ label: "Backup Schedules"
+ schema:
+ type: list
+ items:
+ - variable: schedulesEntry
+ label: "Schedule"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: schedule
+ label: "schedule"
+ show_if: [["enabled", "=", true]]
+ schema:
+ type: string
+ required: true
+ default: "0 0 0 * * *"
+ - variable: useOwnerReferencesInBackup
+ label: "useOwnerReferencesInBackup"
+ show_if: [["enabled", "=", true]]
+ schema:
+ type: boolean
+ default: false
+ - variable: template
+ label: template
+ show_if: [["enabled", "=", true]]
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ttl
+ label: "ttl"
+ schema:
+ type: string
+ required: true
+ default: "240h"
+ - variable: storageLocation
+ label: "storageLocation"
+ schema:
+ type: string
+ required: true
+ default: "default"
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/jellystat/3.6.0/templates/NOTES.txt b/stable/jackett/20.0.2/templates/NOTES.txt
similarity index 100%
rename from stable/jellystat/3.6.0/templates/NOTES.txt
rename to stable/jackett/20.0.2/templates/NOTES.txt
diff --git a/stable/jts3servermod/1.4.0/templates/common.yaml b/stable/jackett/20.0.2/templates/common.yaml
similarity index 100%
rename from stable/jts3servermod/1.4.0/templates/common.yaml
rename to stable/jackett/20.0.2/templates/common.yaml
diff --git a/stable/jelu/5.6.0/values.yaml b/stable/jackett/20.0.2/values.yaml
similarity index 100%
rename from stable/jelu/5.6.0/values.yaml
rename to stable/jackett/20.0.2/values.yaml
diff --git a/stable/jdownloader2/16.6.0/CHANGELOG.md b/stable/jdownloader2/16.6.0/CHANGELOG.md
deleted file mode 100644
index a2f01742768..00000000000
--- a/stable/jdownloader2/16.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jdownloader2-16.6.0](https://github.com/truecharts/charts/compare/jdownloader2-16.5.2...jdownloader2-16.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jdownloader2-16.5.2](https://github.com/truecharts/charts/compare/jdownloader2-16.5.1...jdownloader2-16.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jdownloader2-16.5.1](https://github.com/truecharts/charts/compare/jdownloader2-16.5.0...jdownloader2-16.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jdownloader2-16.5.0](https://github.com/truecharts/charts/compare/jdownloader2-16.4.1...jdownloader2-16.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jdownloader2-16.4.1](https://github.com/truecharts/charts/compare/jdownloader2-16.4.0...jdownloader2-16.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jdownloader2-16.4.0](https://github.com/truecharts/charts/compare/jdownloader2-16.3.0...jdownloader2-16.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jdownloader2-16.3.0](https://github.com/truecharts/charts/compare/jdownloader2-16.2.3...jdownloader2-16.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jdownloader2-16.2.3](https://github.com/truecharts/charts/compare/jdownloader2-16.2.2...jdownloader2-16.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jdownloader2-16.2.2](https://github.com/truecharts/charts/compare/jdownloader2-16.2.0...jdownloader2-16.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/jdownloader2/16.6.0/Chart.yaml b/stable/jdownloader2/16.6.0/Chart.yaml
deleted file mode 100644
index 303291de11c..00000000000
--- a/stable/jdownloader2/16.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: downloads
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
-home: https://truecharts.org/charts/stable/jdownloader2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png
-keywords:
- - jdownloader
- - download
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jdownloader2
-sources:
- - https://jdownloader.org/
- - https://github.com/jlesage/docker-jdownloader-2
- - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2
- - https://hub.docker.com/r/jlesage/jdownloader-2
-type: application
-version: 16.6.0
diff --git a/stable/jdownloader2/16.6.0/charts/common-20.1.5.tgz b/stable/jdownloader2/16.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jdownloader2/16.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jenkins/7.11.0/.helmignore b/stable/jdownloader2/16.7.3/.helmignore
similarity index 100%
rename from stable/jenkins/7.11.0/.helmignore
rename to stable/jdownloader2/16.7.3/.helmignore
diff --git a/stable/jdownloader2/16.7.3/CHANGELOG.md b/stable/jdownloader2/16.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..334b87fea6a
--- /dev/null
+++ b/stable/jdownloader2/16.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jdownloader2-16.7.2](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jdownloader2/16.7.3/Chart.yaml b/stable/jdownloader2/16.7.3/Chart.yaml
new file mode 100644
index 00000000000..e3169376d0c
--- /dev/null
+++ b/stable/jdownloader2/16.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: downloads
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
+home: https://truecharts.org/charts/stable/jdownloader2
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png
+keywords:
+ - jdownloader
+ - download
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jdownloader2
+sources:
+ - https://jdownloader.org/
+ - https://github.com/jlesage/docker-jdownloader-2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2
+ - https://hub.docker.com/r/jlesage/jdownloader-2
+type: application
+version: 16.7.3
diff --git a/stable/jdownloader2/16.6.0/README.md b/stable/jdownloader2/16.7.3/README.md
similarity index 100%
rename from stable/jdownloader2/16.6.0/README.md
rename to stable/jdownloader2/16.7.3/README.md
diff --git a/stable/jdownloader2/16.7.3/app-changelog.md b/stable/jdownloader2/16.7.3/app-changelog.md
new file mode 100644
index 00000000000..67b661f3d5a
--- /dev/null
+++ b/stable/jdownloader2/16.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jdownloader2-16.7.3](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jdownloader2/16.6.0/app-readme.md b/stable/jdownloader2/16.7.3/app-readme.md
similarity index 100%
rename from stable/jdownloader2/16.6.0/app-readme.md
rename to stable/jdownloader2/16.7.3/app-readme.md
diff --git a/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz b/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jdownloader2/16.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jdownloader2/16.6.0/ix_values.yaml b/stable/jdownloader2/16.7.3/ix_values.yaml
similarity index 100%
rename from stable/jdownloader2/16.6.0/ix_values.yaml
rename to stable/jdownloader2/16.7.3/ix_values.yaml
diff --git a/stable/jdownloader2/16.6.0/questions.yaml b/stable/jdownloader2/16.7.3/questions.yaml
similarity index 100%
rename from stable/jdownloader2/16.6.0/questions.yaml
rename to stable/jdownloader2/16.7.3/questions.yaml
diff --git a/stable/jenkins/7.11.0/templates/NOTES.txt b/stable/jdownloader2/16.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/jenkins/7.11.0/templates/NOTES.txt
rename to stable/jdownloader2/16.7.3/templates/NOTES.txt
diff --git a/stable/jupyter/8.6.0/templates/common.yaml b/stable/jdownloader2/16.7.3/templates/common.yaml
similarity index 100%
rename from stable/jupyter/8.6.0/templates/common.yaml
rename to stable/jdownloader2/16.7.3/templates/common.yaml
diff --git a/stable/jenkins/7.11.0/values.yaml b/stable/jdownloader2/16.7.3/values.yaml
similarity index 100%
rename from stable/jenkins/7.11.0/values.yaml
rename to stable/jdownloader2/16.7.3/values.yaml
diff --git a/stable/jellyfin/18.7.0/CHANGELOG.md b/stable/jellyfin/18.7.0/CHANGELOG.md
deleted file mode 100644
index 66b3d42bbd0..00000000000
--- a/stable/jellyfin/18.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
diff --git a/stable/jellyfin/18.7.0/Chart.yaml b/stable/jellyfin/18.7.0/Chart.yaml
deleted file mode 100644
index eb567d0dbed..00000000000
--- a/stable/jellyfin/18.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 10.8.13
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Jellyfin is a Free Software Media System
-home: https://truecharts.org/charts/stable/jellyfin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png
-keywords:
- - jellyfin
- - plex
- - emby
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jellyfin
-sources:
- - https://github.com/jellyfin/jellyfin
- - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin
- - https://hub.docker.com/r/alpine/socat
- - https://hub.docker.com/r/jellyfin/jellyfin
-type: application
-version: 18.7.0
diff --git a/stable/jellyfin/18.7.0/app-changelog.md b/stable/jellyfin/18.7.0/app-changelog.md
deleted file mode 100644
index 6b869cb1c57..00000000000
--- a/stable/jellyfin/18.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [jellyfin-18.7.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
\ No newline at end of file
diff --git a/stable/jellyfin/18.7.0/charts/common-20.2.0.tgz b/stable/jellyfin/18.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/jellyfin/18.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/jellyfin/18.7.0/ix_values.yaml b/stable/jellyfin/18.7.0/ix_values.yaml
deleted file mode 100644
index a6db7444e18..00000000000
--- a/stable/jellyfin/18.7.0/ix_values.yaml
+++ /dev/null
@@ -1,98 +0,0 @@
-image:
- repository: docker.io/jellyfin/jellyfin
- pullPolicy: IfNotPresent
- tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140
-broadcastProxyImage:
- repository: docker.io/alpine/socat
- pullPolicy: IfNotPresent
- tag: 1.8.0.0@sha256:2e782d6294f302728ffd43de9d8e07d2e3f5112100f6640d9a209d30c003f057
-service:
- main:
- ports:
- main:
- port: 8096
- targetPort: 8096
- autodiscovery:
- enabled: true
- ports:
- autodiscovery:
- enabled: true
- protocol: udp
- port: 7359
- targetPort: 7359
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- cache:
- enabled: true
- mountPath: "/cache"
- type: "emptyDir"
- transcode:
- enabled: true
- mountPath: "/config/transcodes"
- type: "emptyDir"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}"
- broadcastproxy:
- enabled: false
- type: DaemonSet
- podSpec:
- hostNetwork: true
- # Proxy doesn't seem to respect the TERM signal, so by default
- # this ends up just hanging until the default grace period ends.
- # This is unnecesary since this workload only proxies autodiscovery
- # messages.
- terminationGracePeriodSeconds: 3
- containers:
- broadcastproxy:
- enabled: true
- primary: true
- imageSelector: broadcastProxyImage
- securityContext:
- readOnlyRootFilesystem: true
- command: ["/bin/sh"]
- # Quite a lot going on here:
- # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts
- # - Export the IP to `$TARGET_IP`
- # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors)
- # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes
- # - Start socat in proxy mode
- # - On exit remove `/tmp/healthy`
- args:
- - "-c"
- - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy'
- probes:
- readiness:
- enabled: true
- type: exec
- command:
- - cat
- - /tmp/healthy
- liveness:
- enabled: true
- type: exec
- command:
- - cat
- - /tmp/healthy
- startup:
- enabled: true
- type: exec
- command:
- - cat
- - /tmp/healthy
-# -- enable Jellyfin autodiscovery on LAN
-autodiscovery:
- enabled: false
-updated: true
diff --git a/stable/jmzhomeproxy/5.6.0/.helmignore b/stable/jellyfin/18.7.4/.helmignore
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/.helmignore
rename to stable/jellyfin/18.7.4/.helmignore
diff --git a/stable/jellyfin/18.7.4/CHANGELOG.md b/stable/jellyfin/18.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..d4684eaf425
--- /dev/null
+++ b/stable/jellyfin/18.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jellyfin-18.7.4](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
+
+
+## [jellyfin-18.7.3](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
+
+
+## [jellyfin-18.7.3](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
+
+
+## [jellyfin-18.7.3](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
+
+
+## [jellyfin-18.7.3](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
+
+
+## [jellyfin-18.7.3](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/jellyfin/18.7.4/Chart.yaml b/stable/jellyfin/18.7.4/Chart.yaml
new file mode 100644
index 00000000000..67aef968ed7
--- /dev/null
+++ b/stable/jellyfin/18.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 10.8.13
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Jellyfin is a Free Software Media System
+home: https://truecharts.org/charts/stable/jellyfin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png
+keywords:
+ - jellyfin
+ - plex
+ - emby
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jellyfin
+sources:
+ - https://github.com/jellyfin/jellyfin
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin
+ - https://hub.docker.com/r/alpine/socat
+ - https://hub.docker.com/r/jellyfin/jellyfin
+type: application
+version: 18.7.4
diff --git a/stable/jellyfin/18.7.0/README.md b/stable/jellyfin/18.7.4/README.md
similarity index 100%
rename from stable/jellyfin/18.7.0/README.md
rename to stable/jellyfin/18.7.4/README.md
diff --git a/stable/jellyfin/18.7.4/app-changelog.md b/stable/jellyfin/18.7.4/app-changelog.md
new file mode 100644
index 00000000000..ae1630e8452
--- /dev/null
+++ b/stable/jellyfin/18.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [jellyfin-18.7.4](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@615f616](https://github.com/615f616) by renovate ([#19661](https://github.com/truecharts/charts/issues/19661))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/alpine/socat to 1.8.0.0[@2e782d6](https://github.com/2e782d6) by renovate ([#19222](https://github.com/truecharts/charts/issues/19222))
\ No newline at end of file
diff --git a/stable/jellyfin/18.7.0/app-readme.md b/stable/jellyfin/18.7.4/app-readme.md
similarity index 100%
rename from stable/jellyfin/18.7.0/app-readme.md
rename to stable/jellyfin/18.7.4/app-readme.md
diff --git a/stable/jellyfin/18.7.4/charts/common-20.2.4.tgz b/stable/jellyfin/18.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jellyfin/18.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/jellyfin/18.7.4/ix_values.yaml b/stable/jellyfin/18.7.4/ix_values.yaml
new file mode 100644
index 00000000000..8a4b92a8d8d
--- /dev/null
+++ b/stable/jellyfin/18.7.4/ix_values.yaml
@@ -0,0 +1,98 @@
+image:
+ repository: docker.io/jellyfin/jellyfin
+ pullPolicy: IfNotPresent
+ tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140
+broadcastProxyImage:
+ repository: docker.io/alpine/socat
+ pullPolicy: IfNotPresent
+ tag: 1.8.0.0@sha256:615f6161ed38e6daa676402658fef903d001acda7b855edf1007df57be43d7aa
+service:
+ main:
+ ports:
+ main:
+ port: 8096
+ targetPort: 8096
+ autodiscovery:
+ enabled: true
+ ports:
+ autodiscovery:
+ enabled: true
+ protocol: udp
+ port: 7359
+ targetPort: 7359
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ cache:
+ enabled: true
+ mountPath: "/cache"
+ type: "emptyDir"
+ transcode:
+ enabled: true
+ mountPath: "/config/transcodes"
+ type: "emptyDir"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}"
+ broadcastproxy:
+ enabled: false
+ type: DaemonSet
+ podSpec:
+ hostNetwork: true
+ # Proxy doesn't seem to respect the TERM signal, so by default
+ # this ends up just hanging until the default grace period ends.
+ # This is unnecesary since this workload only proxies autodiscovery
+ # messages.
+ terminationGracePeriodSeconds: 3
+ containers:
+ broadcastproxy:
+ enabled: true
+ primary: true
+ imageSelector: broadcastProxyImage
+ securityContext:
+ readOnlyRootFilesystem: true
+ command: ["/bin/sh"]
+ # Quite a lot going on here:
+ # - Resolve Jellyfin's autodiscovery service IP from its FQDN via getent hosts
+ # - Export the IP to `$TARGET_IP`
+ # - Check `$TARGET_IP` is not empty (so we can crash if it is - will help to detect templating errors)
+ # - Touch `/tmp/healty` to use with the readiness, liveness and startup probes
+ # - Start socat in proxy mode
+ # - On exit remove `/tmp/healthy`
+ args:
+ - "-c"
+ - 'export TARGET_IP=$(getent hosts ''{{ printf "%v-autodiscovery" (include "tc.v1.common.lib.chart.names.fullname" $) }}'' | awk ''{ print $1 }'') && [[ ! -z $TARGET_IP ]] && touch /tmp/healthy && socat UDP-LISTEN:7359,fork,reuseaddr,rcvbuf=8096 UDP4-SENDTO:${TARGET_IP}:7359,rcvbuf=8096 ; rm -rf /tmp/healthy'
+ probes:
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - cat
+ - /tmp/healthy
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - cat
+ - /tmp/healthy
+ startup:
+ enabled: true
+ type: exec
+ command:
+ - cat
+ - /tmp/healthy
+# -- enable Jellyfin autodiscovery on LAN
+autodiscovery:
+ enabled: false
+updated: true
diff --git a/stable/jellyfin/18.7.0/questions.yaml b/stable/jellyfin/18.7.4/questions.yaml
similarity index 100%
rename from stable/jellyfin/18.7.0/questions.yaml
rename to stable/jellyfin/18.7.4/questions.yaml
diff --git a/stable/jts3servermod/1.4.0/templates/NOTES.txt b/stable/jellyfin/18.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/jts3servermod/1.4.0/templates/NOTES.txt
rename to stable/jellyfin/18.7.4/templates/NOTES.txt
diff --git a/stable/jellyfin/18.7.0/templates/common.yaml b/stable/jellyfin/18.7.4/templates/common.yaml
similarity index 100%
rename from stable/jellyfin/18.7.0/templates/common.yaml
rename to stable/jellyfin/18.7.4/templates/common.yaml
diff --git a/stable/jmzhomeproxy/5.6.0/values.yaml b/stable/jellyfin/18.7.4/values.yaml
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/values.yaml
rename to stable/jellyfin/18.7.4/values.yaml
diff --git a/stable/jellyseerr/9.6.0/CHANGELOG.md b/stable/jellyseerr/9.6.0/CHANGELOG.md
deleted file mode 100644
index 01b733bbe93..00000000000
--- a/stable/jellyseerr/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jellyseerr-9.6.0](https://github.com/truecharts/charts/compare/jellyseerr-9.5.2...jellyseerr-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-### Docs
-
-
-
-- Add Installation Guide ([#19198](https://github.com/truecharts/charts/issues/19198))
-
-
-## [jellyseerr-9.5.2](https://github.com/truecharts/charts/compare/jellyseerr-9.5.1...jellyseerr-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jellyseerr-9.5.1](https://github.com/truecharts/charts/compare/jellyseerr-9.5.0...jellyseerr-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jellyseerr-9.5.0](https://github.com/truecharts/charts/compare/jellyseerr-9.4.1...jellyseerr-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jellyseerr-9.4.1](https://github.com/truecharts/charts/compare/jellyseerr-9.4.0...jellyseerr-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jellyseerr-9.4.0](https://github.com/truecharts/charts/compare/jellyseerr-9.3.0...jellyseerr-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jellyseerr-9.3.0](https://github.com/truecharts/charts/compare/jellyseerr-9.2.3...jellyseerr-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jellyseerr-9.2.3](https://github.com/truecharts/charts/compare/jellyseerr-9.2.2...jellyseerr-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jellyseerr-9.2.2](https://github.com/truecharts/charts/compare/jellyseerr-9.2.0...jellyseerr-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
diff --git a/stable/jellyseerr/9.6.0/Chart.yaml b/stable/jellyseerr/9.6.0/Chart.yaml
deleted file mode 100644
index 0e9f3df27f3..00000000000
--- a/stable/jellyseerr/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.7.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library.
-home: https://truecharts.org/charts/stable/jellyseerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png
-keywords:
- - jellyseerr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jellyseerr
-sources:
- - https://github.com/Fallenbagel/jellyseerr
- - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
- - https://hub.docker.com/r/fallenbagel/jellyseerr
-type: application
-version: 9.6.0
diff --git a/stable/jellyseerr/9.6.0/charts/common-20.1.5.tgz b/stable/jellyseerr/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jellyseerr/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/joplin-server/17.6.0/.helmignore b/stable/jellyseerr/9.7.3/.helmignore
similarity index 100%
rename from stable/joplin-server/17.6.0/.helmignore
rename to stable/jellyseerr/9.7.3/.helmignore
diff --git a/stable/jellyseerr/9.7.3/CHANGELOG.md b/stable/jellyseerr/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2d6544a93a0
--- /dev/null
+++ b/stable/jellyseerr/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellyseerr-9.7.2](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jellyseerr/9.7.3/Chart.yaml b/stable/jellyseerr/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..0be2839004d
--- /dev/null
+++ b/stable/jellyseerr/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library.
+home: https://truecharts.org/charts/stable/jellyseerr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png
+keywords:
+ - jellyseerr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jellyseerr
+sources:
+ - https://github.com/Fallenbagel/jellyseerr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
+ - https://hub.docker.com/r/fallenbagel/jellyseerr
+type: application
+version: 9.7.3
diff --git a/stable/jellyseerr/9.6.0/README.md b/stable/jellyseerr/9.7.3/README.md
similarity index 100%
rename from stable/jellyseerr/9.6.0/README.md
rename to stable/jellyseerr/9.7.3/README.md
diff --git a/stable/jellyseerr/9.7.3/app-changelog.md b/stable/jellyseerr/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..2a9e37da3a7
--- /dev/null
+++ b/stable/jellyseerr/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jellyseerr-9.7.3](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jellyseerr/9.6.0/app-readme.md b/stable/jellyseerr/9.7.3/app-readme.md
similarity index 100%
rename from stable/jellyseerr/9.6.0/app-readme.md
rename to stable/jellyseerr/9.7.3/app-readme.md
diff --git a/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz b/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jellyseerr/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jellyseerr/9.6.0/ix_values.yaml b/stable/jellyseerr/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/jellyseerr/9.6.0/ix_values.yaml
rename to stable/jellyseerr/9.7.3/ix_values.yaml
diff --git a/stable/jellyseerr/9.6.0/questions.yaml b/stable/jellyseerr/9.7.3/questions.yaml
similarity index 100%
rename from stable/jellyseerr/9.6.0/questions.yaml
rename to stable/jellyseerr/9.7.3/questions.yaml
diff --git a/stable/jupyter/8.6.0/templates/NOTES.txt b/stable/jellyseerr/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/jupyter/8.6.0/templates/NOTES.txt
rename to stable/jellyseerr/9.7.3/templates/NOTES.txt
diff --git a/stable/kanboard/16.6.0/templates/common.yaml b/stable/jellyseerr/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/kanboard/16.6.0/templates/common.yaml
rename to stable/jellyseerr/9.7.3/templates/common.yaml
diff --git a/stable/joplin-server/17.6.0/values.yaml b/stable/jellyseerr/9.7.3/values.yaml
similarity index 100%
rename from stable/joplin-server/17.6.0/values.yaml
rename to stable/jellyseerr/9.7.3/values.yaml
diff --git a/stable/jellystat/3.6.0/CHANGELOG.md b/stable/jellystat/3.6.0/CHANGELOG.md
deleted file mode 100644
index 83624184468..00000000000
--- a/stable/jellystat/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jellystat-3.6.0](https://github.com/truecharts/charts/compare/jellystat-3.5.2...jellystat-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jellystat-3.5.2](https://github.com/truecharts/charts/compare/jellystat-3.5.1...jellystat-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jellystat-3.5.1](https://github.com/truecharts/charts/compare/jellystat-3.5.0...jellystat-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jellystat-3.5.0](https://github.com/truecharts/charts/compare/jellystat-3.4.1...jellystat-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jellystat-3.4.1](https://github.com/truecharts/charts/compare/jellystat-3.4.0...jellystat-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jellystat-3.4.0](https://github.com/truecharts/charts/compare/jellystat-3.3.0...jellystat-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jellystat-3.3.0](https://github.com/truecharts/charts/compare/jellystat-3.2.3...jellystat-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jellystat-3.2.3](https://github.com/truecharts/charts/compare/jellystat-3.2.2...jellystat-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jellystat-3.2.2](https://github.com/truecharts/charts/compare/jellystat-3.2.0...jellystat-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/jellystat/3.6.0/Chart.yaml b/stable/jellystat/3.6.0/Chart.yaml
deleted file mode 100644
index 4ff30e9273d..00000000000
--- a/stable/jellystat/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: statistics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A free and open source Statistics App for Jellyfin.
-home: https://truecharts.org/charts/stable/jellystat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png
-keywords:
- - jellystat
- - jellyfin
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jellystat
-sources:
- - https://github.com/CyferShepard/Jellystat
- - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat
- - https://hub.docker.com/r/cyfershepard/jellystat
-type: application
-version: 3.6.0
diff --git a/stable/jellystat/3.6.0/charts/common-20.1.5.tgz b/stable/jellystat/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jellystat/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jellystat/3.6.0/questions.yaml b/stable/jellystat/3.6.0/questions.yaml
deleted file mode 100755
index b4653cd183e..00000000000
--- a/stable/jellystat/3.6.0/questions.yaml
+++ /dev/null
@@ -1,3278 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the Minecraft Server runs on
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10681
- required: true
- - variable: ws
- label: WebSocket Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10682
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: backup
- label: App Backup Storage
- description: Stores the Application Backup.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/jts3servermod/1.4.0/.helmignore b/stable/jellystat/3.7.3/.helmignore
similarity index 100%
rename from stable/jts3servermod/1.4.0/.helmignore
rename to stable/jellystat/3.7.3/.helmignore
diff --git a/stable/jellystat/3.7.3/CHANGELOG.md b/stable/jellystat/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..81cdb8e37b7
--- /dev/null
+++ b/stable/jellystat/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jellystat-3.7.2](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jellystat/3.7.3/Chart.yaml b/stable/jellystat/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..a7f241fd497
--- /dev/null
+++ b/stable/jellystat/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: statistics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A free and open source Statistics App for Jellyfin.
+home: https://truecharts.org/charts/stable/jellystat
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png
+keywords:
+ - jellystat
+ - jellyfin
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jellystat
+sources:
+ - https://github.com/CyferShepard/Jellystat
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat
+ - https://hub.docker.com/r/cyfershepard/jellystat
+type: application
+version: 3.7.3
diff --git a/stable/jellystat/3.6.0/README.md b/stable/jellystat/3.7.3/README.md
similarity index 100%
rename from stable/jellystat/3.6.0/README.md
rename to stable/jellystat/3.7.3/README.md
diff --git a/stable/jellystat/3.7.3/app-changelog.md b/stable/jellystat/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..5de157ea202
--- /dev/null
+++ b/stable/jellystat/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jellystat-3.7.3](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jellystat/3.6.0/app-readme.md b/stable/jellystat/3.7.3/app-readme.md
similarity index 100%
rename from stable/jellystat/3.6.0/app-readme.md
rename to stable/jellystat/3.7.3/app-readme.md
diff --git a/stable/jellystat/3.7.3/charts/common-20.2.4.tgz b/stable/jellystat/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jellystat/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jellystat/3.6.0/ix_values.yaml b/stable/jellystat/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/jellystat/3.6.0/ix_values.yaml
rename to stable/jellystat/3.7.3/ix_values.yaml
diff --git a/stable/jellystat/3.7.3/questions.yaml b/stable/jellystat/3.7.3/questions.yaml
new file mode 100755
index 00000000000..ba6d4890f36
--- /dev/null
+++ b/stable/jellystat/3.7.3/questions.yaml
@@ -0,0 +1,3280 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the Minecraft Server runs on
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10681
+ required: true
+ - variable: ws
+ label: WebSocket Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10682
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: backup
+ label: App Backup Storage
+ description: Stores the Application Backup.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/kanboard/16.6.0/templates/NOTES.txt b/stable/jellystat/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/kanboard/16.6.0/templates/NOTES.txt
rename to stable/jellystat/3.7.3/templates/NOTES.txt
diff --git a/stable/jellystat/3.6.0/templates/_secrets.tpl b/stable/jellystat/3.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/jellystat/3.6.0/templates/_secrets.tpl
rename to stable/jellystat/3.7.3/templates/_secrets.tpl
diff --git a/stable/jellystat/3.6.0/templates/common.yaml b/stable/jellystat/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/jellystat/3.6.0/templates/common.yaml
rename to stable/jellystat/3.7.3/templates/common.yaml
diff --git a/stable/jts3servermod/1.4.0/values.yaml b/stable/jellystat/3.7.3/values.yaml
similarity index 100%
rename from stable/jts3servermod/1.4.0/values.yaml
rename to stable/jellystat/3.7.3/values.yaml
diff --git a/stable/jelu/5.6.0/CHANGELOG.md b/stable/jelu/5.6.0/CHANGELOG.md
deleted file mode 100644
index a1b4de32afc..00000000000
--- a/stable/jelu/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jelu-5.6.0](https://github.com/truecharts/charts/compare/jelu-5.5.2...jelu-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jelu-5.5.2](https://github.com/truecharts/charts/compare/jelu-5.5.1...jelu-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jelu-5.5.1](https://github.com/truecharts/charts/compare/jelu-5.5.0...jelu-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jelu-5.5.0](https://github.com/truecharts/charts/compare/jelu-5.4.1...jelu-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jelu-5.4.1](https://github.com/truecharts/charts/compare/jelu-5.4.0...jelu-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jelu-5.4.0](https://github.com/truecharts/charts/compare/jelu-5.3.0...jelu-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jelu-5.3.0](https://github.com/truecharts/charts/compare/jelu-5.2.4...jelu-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jelu-5.2.4](https://github.com/truecharts/charts/compare/jelu-5.2.3...jelu-5.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jelu-5.2.3](https://github.com/truecharts/charts/compare/jelu-5.2.1...jelu-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/jelu/5.6.0/Chart.yaml b/stable/jelu/5.6.0/Chart.yaml
deleted file mode 100644
index efef55a544f..00000000000
--- a/stable/jelu/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Books
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Track what you have read, what you are reading and what you want to read.
-home: https://truecharts.org/charts/stable/jelu
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png
-keywords:
- - jelu
- - MediaApp-Books
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jelu
-sources:
- - https://github.com/bayang/jelu
- - https://github.com/truecharts/charts/tree/master/charts/stable/jelu
- - https://hub.docker.com/r/wabayang/jelu
-type: application
-version: 5.6.0
diff --git a/stable/jelu/5.6.0/charts/common-20.1.5.tgz b/stable/jelu/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jelu/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/jupyter/8.6.0/.helmignore b/stable/jelu/5.7.3/.helmignore
similarity index 100%
rename from stable/jupyter/8.6.0/.helmignore
rename to stable/jelu/5.7.3/.helmignore
diff --git a/stable/jelu/5.7.3/CHANGELOG.md b/stable/jelu/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2d0ac9874e6
--- /dev/null
+++ b/stable/jelu/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jelu-5.7.2](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jelu/5.7.3/Chart.yaml b/stable/jelu/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d951f7562b8
--- /dev/null
+++ b/stable/jelu/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Books
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Track what you have read, what you are reading and what you want to read.
+home: https://truecharts.org/charts/stable/jelu
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png
+keywords:
+ - jelu
+ - MediaApp-Books
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jelu
+sources:
+ - https://github.com/bayang/jelu
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jelu
+ - https://hub.docker.com/r/wabayang/jelu
+type: application
+version: 5.7.3
diff --git a/stable/jelu/5.6.0/README.md b/stable/jelu/5.7.3/README.md
similarity index 100%
rename from stable/jelu/5.6.0/README.md
rename to stable/jelu/5.7.3/README.md
diff --git a/stable/jelu/5.7.3/app-changelog.md b/stable/jelu/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9aca6d8a038
--- /dev/null
+++ b/stable/jelu/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jelu-5.7.3](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jelu/5.6.0/app-readme.md b/stable/jelu/5.7.3/app-readme.md
similarity index 100%
rename from stable/jelu/5.6.0/app-readme.md
rename to stable/jelu/5.7.3/app-readme.md
diff --git a/stable/jelu/5.7.3/charts/common-20.2.4.tgz b/stable/jelu/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jelu/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jelu/5.6.0/ix_values.yaml b/stable/jelu/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/jelu/5.6.0/ix_values.yaml
rename to stable/jelu/5.7.3/ix_values.yaml
diff --git a/stable/jelu/5.6.0/questions.yaml b/stable/jelu/5.7.3/questions.yaml
similarity index 100%
rename from stable/jelu/5.6.0/questions.yaml
rename to stable/jelu/5.7.3/questions.yaml
diff --git a/stable/jmzhomeproxy/5.6.0/templates/common.yaml b/stable/jelu/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/templates/common.yaml
rename to stable/jelu/5.7.3/templates/common.yaml
diff --git a/stable/jupyter/8.6.0/values.yaml b/stable/jelu/5.7.3/values.yaml
similarity index 100%
rename from stable/jupyter/8.6.0/values.yaml
rename to stable/jelu/5.7.3/values.yaml
diff --git a/stable/jenkins/7.11.0/CHANGELOG.md b/stable/jenkins/7.11.0/CHANGELOG.md
deleted file mode 100644
index 81019bdaed7..00000000000
--- a/stable/jenkins/7.11.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
diff --git a/stable/jenkins/7.11.0/Chart.yaml b/stable/jenkins/7.11.0/Chart.yaml
deleted file mode 100644
index 1b0b46ead87..00000000000
--- a/stable/jenkins/7.11.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.449.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The gold standard in devops tools for running CI/CD pipelines.
-home: https://truecharts.org/charts/stable/jenkins
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png
-keywords:
- - jenkins
- - productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jenkins
-sources:
- - https://github.com/jenkinsci/docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
- - https://hub.docker.com/r/jenkins/jenkins
-type: application
-version: 7.11.0
diff --git a/stable/jenkins/7.11.0/app-changelog.md b/stable/jenkins/7.11.0/app-changelog.md
deleted file mode 100644
index 98c96d7576e..00000000000
--- a/stable/jenkins/7.11.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [jenkins-7.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
\ No newline at end of file
diff --git a/stable/jenkins/7.11.0/charts/common-20.2.0.tgz b/stable/jenkins/7.11.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/jenkins/7.11.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/jenkins/7.11.0/ix_values.yaml b/stable/jenkins/7.11.0/ix_values.yaml
deleted file mode 100644
index 1ff75e984f7..00000000000
--- a/stable/jenkins/7.11.0/ix_values.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-image:
- repository: jenkins/jenkins
- pullPolicy: IfNotPresent
- tag: 2.449-jdk17@sha256:38c1f367d769ec1f448bbc716e7e1a99212befdb15c1fd96a1cad5ad7842306b
-security:
- container:
- runAsGroup: 1000
- runAsUser: 1000
- pod:
- fsGroup: 1000
-# securityContext:
-# readOnlyRootFilesystem: false
-jenkins:
- java_opts: []
- jenkins_opts: []
- jenkins_java_opts: []
- plugins_force_upgrade: false
- upgrade_if_no_marker: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- path: /login
- readiness:
- type: http
- path: /login
- startup:
- type: tcp
- envFrom:
- - secretRef:
- name: "jenkins-secret"
-service:
- main:
- ports:
- main:
- protocol: http
- port: 10280
- agent:
- enabled: true
- ports:
- agent:
- enabled: true
- port: 50000
-persistence:
- data:
- enabled: true
- mountPath: /var/jenkins_home
-portal:
- open:
- enabled: true
diff --git a/stable/kanboard/16.6.0/.helmignore b/stable/jenkins/7.12.2/.helmignore
similarity index 100%
rename from stable/kanboard/16.6.0/.helmignore
rename to stable/jenkins/7.12.2/.helmignore
diff --git a/stable/jenkins/7.12.2/CHANGELOG.md b/stable/jenkins/7.12.2/CHANGELOG.md
new file mode 100644
index 00000000000..89e018046fe
--- /dev/null
+++ b/stable/jenkins/7.12.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jenkins-7.12.2](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
+
+
+## [jenkins-7.12.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
+
+
+## [jenkins-7.12.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
+
+
+## [jenkins-7.12.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
+
+
+## [jenkins-7.12.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
+
+
+## [jenkins-7.12.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/jenkins/7.12.2/Chart.yaml b/stable/jenkins/7.12.2/Chart.yaml
new file mode 100644
index 00000000000..66cd99999b6
--- /dev/null
+++ b/stable/jenkins/7.12.2/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.450.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The gold standard in devops tools for running CI/CD pipelines.
+home: https://truecharts.org/charts/stable/jenkins
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png
+keywords:
+ - jenkins
+ - productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jenkins
+sources:
+ - https://github.com/jenkinsci/docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
+ - https://hub.docker.com/r/jenkins/jenkins
+type: application
+version: 7.12.2
diff --git a/stable/jenkins/7.11.0/README.md b/stable/jenkins/7.12.2/README.md
similarity index 100%
rename from stable/jenkins/7.11.0/README.md
rename to stable/jenkins/7.12.2/README.md
diff --git a/stable/jenkins/7.12.2/app-changelog.md b/stable/jenkins/7.12.2/app-changelog.md
new file mode 100644
index 00000000000..90c6aeee981
--- /dev/null
+++ b/stable/jenkins/7.12.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [jenkins-7.12.2](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image jenkins/jenkins to v2.450-jdk17[@969c613](https://github.com/969c613) by renovate ([#19515](https://github.com/truecharts/charts/issues/19515))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image jenkins/jenkins to v2.449-jdk17[@38c1f36](https://github.com/38c1f36) by renovate ([#19344](https://github.com/truecharts/charts/issues/19344))
\ No newline at end of file
diff --git a/stable/jenkins/7.11.0/app-readme.md b/stable/jenkins/7.12.2/app-readme.md
similarity index 100%
rename from stable/jenkins/7.11.0/app-readme.md
rename to stable/jenkins/7.12.2/app-readme.md
diff --git a/stable/jenkins/7.12.2/charts/common-20.2.4.tgz b/stable/jenkins/7.12.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jenkins/7.12.2/charts/common-20.2.4.tgz differ
diff --git a/stable/jenkins/7.12.2/ix_values.yaml b/stable/jenkins/7.12.2/ix_values.yaml
new file mode 100644
index 00000000000..540a1db6fd7
--- /dev/null
+++ b/stable/jenkins/7.12.2/ix_values.yaml
@@ -0,0 +1,54 @@
+image:
+ repository: jenkins/jenkins
+ pullPolicy: IfNotPresent
+ tag: 2.450-jdk17@sha256:969c61331506e8caf32679f65b73d3d57fd40772cfedcaf2b0efff303959af2d
+security:
+ container:
+ runAsGroup: 1000
+ runAsUser: 1000
+ pod:
+ fsGroup: 1000
+# securityContext:
+# readOnlyRootFilesystem: false
+jenkins:
+ java_opts: []
+ jenkins_opts: []
+ jenkins_java_opts: []
+ plugins_force_upgrade: false
+ upgrade_if_no_marker: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ path: /login
+ readiness:
+ type: http
+ path: /login
+ startup:
+ type: tcp
+ envFrom:
+ - secretRef:
+ name: "jenkins-secret"
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10280
+ agent:
+ enabled: true
+ ports:
+ agent:
+ enabled: true
+ port: 50000
+persistence:
+ data:
+ enabled: true
+ mountPath: /var/jenkins_home
+portal:
+ open:
+ enabled: true
diff --git a/stable/jenkins/7.11.0/questions.yaml b/stable/jenkins/7.12.2/questions.yaml
similarity index 100%
rename from stable/jenkins/7.11.0/questions.yaml
rename to stable/jenkins/7.12.2/questions.yaml
diff --git a/stable/kasm/8.6.1/templates/NOTES.txt b/stable/jenkins/7.12.2/templates/NOTES.txt
similarity index 100%
rename from stable/kasm/8.6.1/templates/NOTES.txt
rename to stable/jenkins/7.12.2/templates/NOTES.txt
diff --git a/stable/jenkins/7.11.0/templates/_secret.tpl b/stable/jenkins/7.12.2/templates/_secret.tpl
similarity index 100%
rename from stable/jenkins/7.11.0/templates/_secret.tpl
rename to stable/jenkins/7.12.2/templates/_secret.tpl
diff --git a/stable/jenkins/7.11.0/templates/common.yaml b/stable/jenkins/7.12.2/templates/common.yaml
similarity index 100%
rename from stable/jenkins/7.11.0/templates/common.yaml
rename to stable/jenkins/7.12.2/templates/common.yaml
diff --git a/stable/kanboard/16.6.0/values.yaml b/stable/jenkins/7.12.2/values.yaml
similarity index 100%
rename from stable/kanboard/16.6.0/values.yaml
rename to stable/jenkins/7.12.2/values.yaml
diff --git a/stable/jmzhomeproxy/5.6.0/CHANGELOG.md b/stable/jmzhomeproxy/5.6.0/CHANGELOG.md
deleted file mode 100644
index 47e43fee94a..00000000000
--- a/stable/jmzhomeproxy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jmzhomeproxy-5.6.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.5.2...jmzhomeproxy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jmzhomeproxy-5.5.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.5.1...jmzhomeproxy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jmzhomeproxy-5.5.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.5.0...jmzhomeproxy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jmzhomeproxy-5.5.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.4.1...jmzhomeproxy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jmzhomeproxy-5.4.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.4.0...jmzhomeproxy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jmzhomeproxy-5.4.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.3.0...jmzhomeproxy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jmzhomeproxy-5.3.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.3...jmzhomeproxy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jmzhomeproxy-5.2.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.2...jmzhomeproxy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jmzhomeproxy-5.2.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.0...jmzhomeproxy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/jmzhomeproxy/5.6.0/Chart.yaml b/stable/jmzhomeproxy/5.6.0/Chart.yaml
deleted file mode 100644
index 2dc21ae853d..00000000000
--- a/stable/jmzhomeproxy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services.
-home: https://truecharts.org/charts/stable/jmzhomeproxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png
-keywords:
- - jmzhomeproxy
- - Cloud
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jmzhomeproxy
-sources:
- - https://github.com/JmzTaylor/homelab_proxy/
- - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy
- - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy
-type: application
-version: 5.6.0
diff --git a/stable/jmzhomeproxy/5.6.0/charts/common-20.1.5.tgz b/stable/jmzhomeproxy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jmzhomeproxy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kasm/8.6.1/.helmignore b/stable/jmzhomeproxy/5.7.3/.helmignore
similarity index 100%
rename from stable/kasm/8.6.1/.helmignore
rename to stable/jmzhomeproxy/5.7.3/.helmignore
diff --git a/stable/jmzhomeproxy/5.7.3/CHANGELOG.md b/stable/jmzhomeproxy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..45aaab9e34a
--- /dev/null
+++ b/stable/jmzhomeproxy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jmzhomeproxy-5.7.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jmzhomeproxy/5.7.3/Chart.yaml b/stable/jmzhomeproxy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c0320cd9c3e
--- /dev/null
+++ b/stable/jmzhomeproxy/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services.
+home: https://truecharts.org/charts/stable/jmzhomeproxy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png
+keywords:
+ - jmzhomeproxy
+ - Cloud
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jmzhomeproxy
+sources:
+ - https://github.com/JmzTaylor/homelab_proxy/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy
+ - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy
+type: application
+version: 5.7.3
diff --git a/stable/jmzhomeproxy/5.6.0/README.md b/stable/jmzhomeproxy/5.7.3/README.md
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/README.md
rename to stable/jmzhomeproxy/5.7.3/README.md
diff --git a/stable/jmzhomeproxy/5.7.3/app-changelog.md b/stable/jmzhomeproxy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..88a56f56148
--- /dev/null
+++ b/stable/jmzhomeproxy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jmzhomeproxy-5.7.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jmzhomeproxy/5.6.0/app-readme.md b/stable/jmzhomeproxy/5.7.3/app-readme.md
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/app-readme.md
rename to stable/jmzhomeproxy/5.7.3/app-readme.md
diff --git a/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz b/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jmzhomeproxy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jmzhomeproxy/5.6.0/ix_values.yaml b/stable/jmzhomeproxy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/ix_values.yaml
rename to stable/jmzhomeproxy/5.7.3/ix_values.yaml
diff --git a/stable/jmzhomeproxy/5.6.0/questions.yaml b/stable/jmzhomeproxy/5.7.3/questions.yaml
similarity index 100%
rename from stable/jmzhomeproxy/5.6.0/questions.yaml
rename to stable/jmzhomeproxy/5.7.3/questions.yaml
diff --git a/stable/kdenlive-vnc/5.6.0/templates/common.yaml b/stable/jmzhomeproxy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/templates/common.yaml
rename to stable/jmzhomeproxy/5.7.3/templates/common.yaml
diff --git a/stable/kasm/8.6.1/values.yaml b/stable/jmzhomeproxy/5.7.3/values.yaml
similarity index 100%
rename from stable/kasm/8.6.1/values.yaml
rename to stable/jmzhomeproxy/5.7.3/values.yaml
diff --git a/stable/joplin-server/17.6.0/CHANGELOG.md b/stable/joplin-server/17.6.0/CHANGELOG.md
deleted file mode 100644
index 12c181d23e2..00000000000
--- a/stable/joplin-server/17.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [joplin-server-17.6.0](https://github.com/truecharts/charts/compare/joplin-server-17.5.2...joplin-server-17.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [joplin-server-17.5.2](https://github.com/truecharts/charts/compare/joplin-server-17.5.1...joplin-server-17.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [joplin-server-17.5.1](https://github.com/truecharts/charts/compare/joplin-server-17.5.0...joplin-server-17.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [joplin-server-17.5.0](https://github.com/truecharts/charts/compare/joplin-server-17.4.1...joplin-server-17.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [joplin-server-17.4.1](https://github.com/truecharts/charts/compare/joplin-server-17.4.0...joplin-server-17.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [joplin-server-17.4.0](https://github.com/truecharts/charts/compare/joplin-server-17.3.0...joplin-server-17.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [joplin-server-17.3.0](https://github.com/truecharts/charts/compare/joplin-server-17.2.3...joplin-server-17.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [joplin-server-17.2.3](https://github.com/truecharts/charts/compare/joplin-server-17.2.2...joplin-server-17.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [joplin-server-17.2.2](https://github.com/truecharts/charts/compare/joplin-server-17.2.0...joplin-server-17.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/joplin-server/17.6.0/Chart.yaml b/stable/joplin-server/17.6.0/Chart.yaml
deleted file mode 100644
index 2d9d97816d0..00000000000
--- a/stable/joplin-server/17.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.14.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Allows you to sync any Joplin client.
-home: https://truecharts.org/charts/stable/joplin-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png
-keywords:
- - joplin
- - notes
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: joplin-server
-sources:
- - https://github.com/laurent22/joplin
- - https://github.com/laurent22/joplin/tree/dev/packages/server
- - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server
- - https://hub.docker.com/r/joplin/server
-type: application
-version: 17.6.0
diff --git a/stable/joplin-server/17.6.0/charts/common-20.1.5.tgz b/stable/joplin-server/17.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/joplin-server/17.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/joplin-server/17.6.0/questions.yaml b/stable/joplin-server/17.6.0/questions.yaml
deleted file mode 100755
index 45a662bff91..00000000000
--- a/stable/joplin-server/17.6.0/questions.yaml
+++ /dev/null
@@ -1,3345 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: APP_BASE_URL
- label: App Base Url
- description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld
- schema:
- type: string
- required: true
- default: ""
- - variable: MAILER_ENABLED
- label: Mailer Enabled
- description: Set 1 to enabled and 0 to disable
- schema:
- type: int
- min: 0
- max: 1
- default: 0
- - variable: MAILER_HOST
- label: Mailer Host
- description: Set the mail host, eg smtp.example.com
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- default: ""
- - variable: MAILER_PORT
- label: Mailer Port
- description: Sets the mail port, eg SMTP PORT 465
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: int
- default: 465
- - variable: MAILER_SECURITY
- label: Mailer Secure
- description: Enable SSL for SMTP
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- default: tls
- enum:
- - value: tls
- description: TLS
- - value: starttls
- description: StartTLS
- - value: "none"
- description: "None"
-
- - variable: MAILER_AUTH_USER
- label: Mailer Auth User
- description: Sets the username for the email server
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- default: ""
- - variable: MAILER_AUTH_PASSWORD
- label: Mailer Auth Password
- description: Sets the password for the email server
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- private: true
- default: ""
- - variable: MAILER_NOREPLY_NAME
- label: Mailer No Reply Name
- description: Sets the No Reply email name
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- default: ""
- - variable: MAILER_NOREPLY_EMAIL
- label: Mailer No Reply Email
- description: Sets the No Reply default email
- schema:
- show_if: [["MAILER_ENABLED", "=", 1]]
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 22300
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Configuration.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/kavita/9.6.0/.helmignore b/stable/joplin-server/17.7.3/.helmignore
similarity index 100%
rename from stable/kavita/9.6.0/.helmignore
rename to stable/joplin-server/17.7.3/.helmignore
diff --git a/stable/joplin-server/17.7.3/CHANGELOG.md b/stable/joplin-server/17.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e527123c7ab
--- /dev/null
+++ b/stable/joplin-server/17.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [joplin-server-17.7.2](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/joplin-server/17.7.3/Chart.yaml b/stable/joplin-server/17.7.3/Chart.yaml
new file mode 100644
index 00000000000..d5467f41504
--- /dev/null
+++ b/stable/joplin-server/17.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.14.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Allows you to sync any Joplin client.
+home: https://truecharts.org/charts/stable/joplin-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png
+keywords:
+ - joplin
+ - notes
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: joplin-server
+sources:
+ - https://github.com/laurent22/joplin
+ - https://github.com/laurent22/joplin/tree/dev/packages/server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server
+ - https://hub.docker.com/r/joplin/server
+type: application
+version: 17.7.3
diff --git a/stable/joplin-server/17.6.0/README.md b/stable/joplin-server/17.7.3/README.md
similarity index 100%
rename from stable/joplin-server/17.6.0/README.md
rename to stable/joplin-server/17.7.3/README.md
diff --git a/stable/joplin-server/17.7.3/app-changelog.md b/stable/joplin-server/17.7.3/app-changelog.md
new file mode 100644
index 00000000000..95621f551c0
--- /dev/null
+++ b/stable/joplin-server/17.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [joplin-server-17.7.3](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/joplin-server/17.6.0/app-readme.md b/stable/joplin-server/17.7.3/app-readme.md
similarity index 100%
rename from stable/joplin-server/17.6.0/app-readme.md
rename to stable/joplin-server/17.7.3/app-readme.md
diff --git a/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz b/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/joplin-server/17.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/joplin-server/17.6.0/ix_values.yaml b/stable/joplin-server/17.7.3/ix_values.yaml
similarity index 100%
rename from stable/joplin-server/17.6.0/ix_values.yaml
rename to stable/joplin-server/17.7.3/ix_values.yaml
diff --git a/stable/joplin-server/17.7.3/questions.yaml b/stable/joplin-server/17.7.3/questions.yaml
new file mode 100755
index 00000000000..f4eb84b493e
--- /dev/null
+++ b/stable/joplin-server/17.7.3/questions.yaml
@@ -0,0 +1,3347 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: APP_BASE_URL
+ label: App Base Url
+ description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: MAILER_ENABLED
+ label: Mailer Enabled
+ description: Set 1 to enabled and 0 to disable
+ schema:
+ type: int
+ min: 0
+ max: 1
+ default: 0
+ - variable: MAILER_HOST
+ label: Mailer Host
+ description: Set the mail host, eg smtp.example.com
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ default: ""
+ - variable: MAILER_PORT
+ label: Mailer Port
+ description: Sets the mail port, eg SMTP PORT 465
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: int
+ default: 465
+ - variable: MAILER_SECURITY
+ label: Mailer Secure
+ description: Enable SSL for SMTP
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ default: tls
+ enum:
+ - value: tls
+ description: TLS
+ - value: starttls
+ description: StartTLS
+ - value: "none"
+ description: "None"
+
+ - variable: MAILER_AUTH_USER
+ label: Mailer Auth User
+ description: Sets the username for the email server
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ default: ""
+ - variable: MAILER_AUTH_PASSWORD
+ label: Mailer Auth Password
+ description: Sets the password for the email server
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ private: true
+ default: ""
+ - variable: MAILER_NOREPLY_NAME
+ label: Mailer No Reply Name
+ description: Sets the No Reply email name
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ default: ""
+ - variable: MAILER_NOREPLY_EMAIL
+ label: Mailer No Reply Email
+ description: Sets the No Reply default email
+ schema:
+ show_if: [["MAILER_ENABLED", "=", 1]]
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 22300
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Configuration.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/joplin-server/17.6.0/templates/NOTES.txt b/stable/joplin-server/17.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/joplin-server/17.6.0/templates/NOTES.txt
rename to stable/joplin-server/17.7.3/templates/NOTES.txt
diff --git a/stable/joplin-server/17.6.0/templates/common.yaml b/stable/joplin-server/17.7.3/templates/common.yaml
similarity index 100%
rename from stable/joplin-server/17.6.0/templates/common.yaml
rename to stable/joplin-server/17.7.3/templates/common.yaml
diff --git a/stable/kavita/9.6.0/values.yaml b/stable/joplin-server/17.7.3/values.yaml
similarity index 100%
rename from stable/kavita/9.6.0/values.yaml
rename to stable/joplin-server/17.7.3/values.yaml
diff --git a/stable/jts3servermod/1.4.0/CHANGELOG.md b/stable/jts3servermod/1.4.0/CHANGELOG.md
deleted file mode 100644
index 4e474e3c0f1..00000000000
--- a/stable/jts3servermod/1.4.0/CHANGELOG.md
+++ /dev/null
@@ -1,95 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jts3servermod-1.4.0](https://github.com/truecharts/charts/compare/jts3servermod-1.3.2...jts3servermod-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jts3servermod-1.3.2](https://github.com/truecharts/charts/compare/jts3servermod-1.3.1...jts3servermod-1.3.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jts3servermod-1.3.1](https://github.com/truecharts/charts/compare/jts3servermod-1.3.0...jts3servermod-1.3.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jts3servermod-1.3.0](https://github.com/truecharts/charts/compare/jts3servermod-1.2.1...jts3servermod-1.3.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jts3servermod-1.2.1](https://github.com/truecharts/charts/compare/jts3servermod-1.2.0...jts3servermod-1.2.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jts3servermod-1.2.0](https://github.com/truecharts/charts/compare/jts3servermod-1.1.0...jts3servermod-1.2.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jts3servermod-1.1.0](https://github.com/truecharts/charts/compare/jts3servermod-1.0.2...jts3servermod-1.1.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jts3servermod-1.0.2](https://github.com/truecharts/charts/compare/jts3servermod-1.0.1...jts3servermod-1.0.2) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jts3servermod-1.0.1](https://github.com/truecharts/charts/compare/jts3servermod-0.0.3...jts3servermod-1.0.1) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-### Feat
-
-
-
-- Move jts3servermod to stable & add Upstream Documentation Link ([#18941](https://github.com/truecharts/charts/issues/18941))
\ No newline at end of file
diff --git a/stable/jts3servermod/1.4.0/Chart.yaml b/stable/jts3servermod/1.4.0/Chart.yaml
deleted file mode 100644
index b5c9de85772..00000000000
--- a/stable/jts3servermod/1.4.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 20240301.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: JTS3ServerMod by Stefan1200
-home: https://truecharts.org/charts/stable/jts3servermod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png
-keywords:
- - teamspeak
- - jts3servermod
- - teamspeak-bot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jts3servermod
-sources:
- - https://github.com/galexrt/container-jts3servermod
- - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0
- - https://www.stefan1200.de/documentation/jts3servermod/readme.html
- - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod
- - https://ghcr.io/galexrt/jts3servermod
-type: application
-version: 1.4.0
diff --git a/stable/jts3servermod/1.4.0/charts/common-20.1.5.tgz b/stable/jts3servermod/1.4.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jts3servermod/1.4.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kdenlive-vnc/5.6.0/.helmignore b/stable/jts3servermod/1.5.3/.helmignore
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/.helmignore
rename to stable/jts3servermod/1.5.3/.helmignore
diff --git a/stable/jts3servermod/1.5.3/CHANGELOG.md b/stable/jts3servermod/1.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..f636d372f59
--- /dev/null
+++ b/stable/jts3servermod/1.5.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jts3servermod-1.5.2](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jts3servermod/1.5.3/Chart.yaml b/stable/jts3servermod/1.5.3/Chart.yaml
new file mode 100644
index 00000000000..267ff890c4c
--- /dev/null
+++ b/stable/jts3servermod/1.5.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 20240301.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: JTS3ServerMod by Stefan1200
+home: https://truecharts.org/charts/stable/jts3servermod
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.png
+keywords:
+ - teamspeak
+ - jts3servermod
+ - teamspeak-bot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jts3servermod
+sources:
+ - https://github.com/galexrt/container-jts3servermod
+ - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0
+ - https://www.stefan1200.de/documentation/jts3servermod/readme.html
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod
+ - https://ghcr.io/galexrt/jts3servermod
+type: application
+version: 1.5.3
diff --git a/stable/jts3servermod/1.4.0/README.md b/stable/jts3servermod/1.5.3/README.md
similarity index 100%
rename from stable/jts3servermod/1.4.0/README.md
rename to stable/jts3servermod/1.5.3/README.md
diff --git a/stable/jts3servermod/1.5.3/app-changelog.md b/stable/jts3servermod/1.5.3/app-changelog.md
new file mode 100644
index 00000000000..46207c358b5
--- /dev/null
+++ b/stable/jts3servermod/1.5.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jts3servermod-1.5.3](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jts3servermod/1.4.0/app-readme.md b/stable/jts3servermod/1.5.3/app-readme.md
similarity index 100%
rename from stable/jts3servermod/1.4.0/app-readme.md
rename to stable/jts3servermod/1.5.3/app-readme.md
diff --git a/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz b/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jts3servermod/1.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jts3servermod/1.4.0/ix_values.yaml b/stable/jts3servermod/1.5.3/ix_values.yaml
similarity index 100%
rename from stable/jts3servermod/1.4.0/ix_values.yaml
rename to stable/jts3servermod/1.5.3/ix_values.yaml
diff --git a/stable/jts3servermod/1.4.0/questions.yaml b/stable/jts3servermod/1.5.3/questions.yaml
similarity index 100%
rename from stable/jts3servermod/1.4.0/questions.yaml
rename to stable/jts3servermod/1.5.3/questions.yaml
diff --git a/stable/kavita/9.6.0/templates/NOTES.txt b/stable/jts3servermod/1.5.3/templates/NOTES.txt
similarity index 100%
rename from stable/kavita/9.6.0/templates/NOTES.txt
rename to stable/jts3servermod/1.5.3/templates/NOTES.txt
diff --git a/stable/kavita/9.6.0/templates/common.yaml b/stable/jts3servermod/1.5.3/templates/common.yaml
similarity index 100%
rename from stable/kavita/9.6.0/templates/common.yaml
rename to stable/jts3servermod/1.5.3/templates/common.yaml
diff --git a/stable/kdenlive-vnc/5.6.0/values.yaml b/stable/jts3servermod/1.5.3/values.yaml
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/values.yaml
rename to stable/jts3servermod/1.5.3/values.yaml
diff --git a/stable/jupyter/8.6.0/CHANGELOG.md b/stable/jupyter/8.6.0/CHANGELOG.md
deleted file mode 100644
index f5543dca48f..00000000000
--- a/stable/jupyter/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [jupyter-8.6.0](https://github.com/truecharts/charts/compare/jupyter-8.5.2...jupyter-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [jupyter-8.5.2](https://github.com/truecharts/charts/compare/jupyter-8.5.1...jupyter-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [jupyter-8.5.1](https://github.com/truecharts/charts/compare/jupyter-8.5.0...jupyter-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [jupyter-8.5.0](https://github.com/truecharts/charts/compare/jupyter-8.4.1...jupyter-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [jupyter-8.4.1](https://github.com/truecharts/charts/compare/jupyter-8.4.0...jupyter-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [jupyter-8.4.0](https://github.com/truecharts/charts/compare/jupyter-8.3.0...jupyter-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [jupyter-8.3.0](https://github.com/truecharts/charts/compare/jupyter-8.2.3...jupyter-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [jupyter-8.2.3](https://github.com/truecharts/charts/compare/jupyter-8.2.2...jupyter-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [jupyter-8.2.2](https://github.com/truecharts/charts/compare/jupyter-8.2.0...jupyter-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/jupyter/8.6.0/Chart.yaml b/stable/jupyter/8.6.0/Chart.yaml
deleted file mode 100644
index f140884010b..00000000000
--- a/stable/jupyter/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.10.20
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Jupyter a web based IDE
-home: https://truecharts.org/charts/stable/jupyter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png
-keywords:
- - Jupyter
- - Notebook
- - Lab
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: jupyter
-sources:
- - https://github.com/jupyter/docker-stacks
- - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- - https://hub.docker.com/r/jupyter/pyspark-notebook
- - https://hub.docker.com/r/jupyter/all-spark-notebook
- - https://hub.docker.com/r/jupyter/scipy-notebook
- - https://hub.docker.com/r/jupyter/base-notebook
- - https://hub.docker.com/r/jupyter/tensorflow-notebook
- - https://hub.docker.com/r/jupyter/minimal-notebook
- - https://hub.docker.com/r/jupyter/datascience-notebook
- - https://hub.docker.com/r/jupyter/r-notebook
-type: application
-version: 8.6.0
diff --git a/stable/jupyter/8.6.0/charts/common-20.1.5.tgz b/stable/jupyter/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/jupyter/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kdenlive/5.7.0/.helmignore b/stable/jupyter/8.7.3/.helmignore
similarity index 100%
rename from stable/kdenlive/5.7.0/.helmignore
rename to stable/jupyter/8.7.3/.helmignore
diff --git a/stable/jupyter/8.7.3/CHANGELOG.md b/stable/jupyter/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d11b6b879e2
--- /dev/null
+++ b/stable/jupyter/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [jupyter-8.7.2](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/jupyter/8.7.3/Chart.yaml b/stable/jupyter/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..ec5e2fbc13d
--- /dev/null
+++ b/stable/jupyter/8.7.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.10.20
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Jupyter a web based IDE
+home: https://truecharts.org/charts/stable/jupyter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png
+keywords:
+ - Jupyter
+ - Notebook
+ - Lab
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: jupyter
+sources:
+ - https://github.com/jupyter/docker-stacks
+ - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
+ - https://hub.docker.com/r/jupyter/r-notebook
+ - https://hub.docker.com/r/jupyter/minimal-notebook
+ - https://hub.docker.com/r/jupyter/tensorflow-notebook
+ - https://hub.docker.com/r/jupyter/scipy-notebook
+ - https://hub.docker.com/r/jupyter/base-notebook
+ - https://hub.docker.com/r/jupyter/datascience-notebook
+ - https://hub.docker.com/r/jupyter/pyspark-notebook
+ - https://hub.docker.com/r/jupyter/all-spark-notebook
+type: application
+version: 8.7.3
diff --git a/stable/jupyter/8.6.0/README.md b/stable/jupyter/8.7.3/README.md
similarity index 100%
rename from stable/jupyter/8.6.0/README.md
rename to stable/jupyter/8.7.3/README.md
diff --git a/stable/jupyter/8.7.3/app-changelog.md b/stable/jupyter/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..16b43266dbc
--- /dev/null
+++ b/stable/jupyter/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [jupyter-8.7.3](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/jupyter/8.6.0/app-readme.md b/stable/jupyter/8.7.3/app-readme.md
similarity index 100%
rename from stable/jupyter/8.6.0/app-readme.md
rename to stable/jupyter/8.7.3/app-readme.md
diff --git a/stable/jupyter/8.7.3/charts/common-20.2.4.tgz b/stable/jupyter/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/jupyter/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/jupyter/8.6.0/ix_values.yaml b/stable/jupyter/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/jupyter/8.6.0/ix_values.yaml
rename to stable/jupyter/8.7.3/ix_values.yaml
diff --git a/stable/jupyter/8.6.0/questions.yaml b/stable/jupyter/8.7.3/questions.yaml
similarity index 100%
rename from stable/jupyter/8.6.0/questions.yaml
rename to stable/jupyter/8.7.3/questions.yaml
diff --git a/stable/kitchenowl/9.6.0/templates/NOTES.txt b/stable/jupyter/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/kitchenowl/9.6.0/templates/NOTES.txt
rename to stable/jupyter/8.7.3/templates/NOTES.txt
diff --git a/stable/kms/18.6.0/templates/common.yaml b/stable/jupyter/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/kms/18.6.0/templates/common.yaml
rename to stable/jupyter/8.7.3/templates/common.yaml
diff --git a/stable/kdenlive/5.7.0/values.yaml b/stable/jupyter/8.7.3/values.yaml
similarity index 100%
rename from stable/kdenlive/5.7.0/values.yaml
rename to stable/jupyter/8.7.3/values.yaml
diff --git a/stable/kanboard/16.6.0/CHANGELOG.md b/stable/kanboard/16.6.0/CHANGELOG.md
deleted file mode 100644
index 0d7fd4b3b08..00000000000
--- a/stable/kanboard/16.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kanboard-16.6.0](https://github.com/truecharts/charts/compare/kanboard-16.5.2...kanboard-16.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kanboard-16.5.2](https://github.com/truecharts/charts/compare/kanboard-16.5.1...kanboard-16.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kanboard-16.5.1](https://github.com/truecharts/charts/compare/kanboard-16.5.0...kanboard-16.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kanboard-16.5.0](https://github.com/truecharts/charts/compare/kanboard-16.4.1...kanboard-16.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kanboard-16.4.1](https://github.com/truecharts/charts/compare/kanboard-16.4.0...kanboard-16.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kanboard-16.4.0](https://github.com/truecharts/charts/compare/kanboard-16.3.0...kanboard-16.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kanboard-16.3.0](https://github.com/truecharts/charts/compare/kanboard-16.2.3...kanboard-16.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kanboard-16.2.3](https://github.com/truecharts/charts/compare/kanboard-16.2.2...kanboard-16.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kanboard-16.2.2](https://github.com/truecharts/charts/compare/kanboard-16.2.0...kanboard-16.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kanboard/16.6.0/Chart.yaml b/stable/kanboard/16.6.0/Chart.yaml
deleted file mode 100644
index 1e965b286e4..00000000000
--- a/stable/kanboard/16.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.35
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kanboard is a free and open source Kanban project management software.
-home: https://truecharts.org/charts/stable/kanboard
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png
-keywords:
- - kanboard
- - kanban
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kanboard
-sources:
- - https://github.com/kanboard/kanboard
- - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
- - https://hub.docker.com/r/kanboard/kanboard
-type: application
-version: 16.6.0
diff --git a/stable/kanboard/16.6.0/charts/common-20.1.5.tgz b/stable/kanboard/16.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kanboard/16.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kanboard/16.6.0/questions.yaml b/stable/kanboard/16.6.0/questions.yaml
deleted file mode 100755
index c1df8aae01e..00000000000
--- a/stable/kanboard/16.6.0/questions.yaml
+++ /dev/null
@@ -1,3558 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: MAIL_CONFIGURATION
- label: "MAIL_CONFIGURATION"
- description: "Sets the MAIL_CONFIGURATION env var"
- schema:
- type: boolean
- default: false
- - variable: LOG_DRIVER
- label: "LOG_DRIVER"
- description: "Sets the LOG_DRIVER env var"
- schema:
- type: string
- default: "stdout"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10015
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ssl
- label: "App SSL Storage"
- description: "Stores the Application SSL."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/keeweb/5.6.0/.helmignore b/stable/kanboard/16.7.3/.helmignore
similarity index 100%
rename from stable/keeweb/5.6.0/.helmignore
rename to stable/kanboard/16.7.3/.helmignore
diff --git a/stable/kanboard/16.7.3/CHANGELOG.md b/stable/kanboard/16.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dcc32e7fdcf
--- /dev/null
+++ b/stable/kanboard/16.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kanboard-16.7.2](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kanboard/16.7.3/Chart.yaml b/stable/kanboard/16.7.3/Chart.yaml
new file mode 100644
index 00000000000..41706ef13b3
--- /dev/null
+++ b/stable/kanboard/16.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.35
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kanboard is a free and open source Kanban project management software.
+home: https://truecharts.org/charts/stable/kanboard
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png
+keywords:
+ - kanboard
+ - kanban
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kanboard
+sources:
+ - https://github.com/kanboard/kanboard
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
+ - https://hub.docker.com/r/kanboard/kanboard
+type: application
+version: 16.7.3
diff --git a/stable/kanboard/16.6.0/README.md b/stable/kanboard/16.7.3/README.md
similarity index 100%
rename from stable/kanboard/16.6.0/README.md
rename to stable/kanboard/16.7.3/README.md
diff --git a/stable/kanboard/16.7.3/app-changelog.md b/stable/kanboard/16.7.3/app-changelog.md
new file mode 100644
index 00000000000..ab46fee1869
--- /dev/null
+++ b/stable/kanboard/16.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kanboard-16.7.3](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kanboard/16.6.0/app-readme.md b/stable/kanboard/16.7.3/app-readme.md
similarity index 100%
rename from stable/kanboard/16.6.0/app-readme.md
rename to stable/kanboard/16.7.3/app-readme.md
diff --git a/stable/kanboard/16.7.3/charts/common-20.2.4.tgz b/stable/kanboard/16.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kanboard/16.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kanboard/16.6.0/ix_values.yaml b/stable/kanboard/16.7.3/ix_values.yaml
similarity index 100%
rename from stable/kanboard/16.6.0/ix_values.yaml
rename to stable/kanboard/16.7.3/ix_values.yaml
diff --git a/stable/kanboard/16.7.3/questions.yaml b/stable/kanboard/16.7.3/questions.yaml
new file mode 100755
index 00000000000..051ba0631e1
--- /dev/null
+++ b/stable/kanboard/16.7.3/questions.yaml
@@ -0,0 +1,3560 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: MAIL_CONFIGURATION
+ label: "MAIL_CONFIGURATION"
+ description: "Sets the MAIL_CONFIGURATION env var"
+ schema:
+ type: boolean
+ default: false
+ - variable: LOG_DRIVER
+ label: "LOG_DRIVER"
+ description: "Sets the LOG_DRIVER env var"
+ schema:
+ type: string
+ default: "stdout"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10015
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ssl
+ label: "App SSL Storage"
+ description: "Stores the Application SSL."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/kiwix-serve/8.7.0/templates/NOTES.txt b/stable/kanboard/16.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/kiwix-serve/8.7.0/templates/NOTES.txt
rename to stable/kanboard/16.7.3/templates/NOTES.txt
diff --git a/stable/kodi-headless/9.6.0/templates/common.yaml b/stable/kanboard/16.7.3/templates/common.yaml
similarity index 100%
rename from stable/kodi-headless/9.6.0/templates/common.yaml
rename to stable/kanboard/16.7.3/templates/common.yaml
diff --git a/stable/keeweb/5.6.0/values.yaml b/stable/kanboard/16.7.3/values.yaml
similarity index 100%
rename from stable/keeweb/5.6.0/values.yaml
rename to stable/kanboard/16.7.3/values.yaml
diff --git a/stable/kasm/8.6.1/CHANGELOG.md b/stable/kasm/8.6.1/CHANGELOG.md
deleted file mode 100644
index b3f5e474666..00000000000
--- a/stable/kasm/8.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
-
-
-## [kasm-8.6.0](https://github.com/truecharts/charts/compare/kasm-8.5.3...kasm-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kasm-8.5.3](https://github.com/truecharts/charts/compare/kasm-8.5.2...kasm-8.5.3) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kasm-8.5.2](https://github.com/truecharts/charts/compare/kasm-8.5.1...kasm-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kasm-8.5.1](https://github.com/truecharts/charts/compare/kasm-8.5.0...kasm-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v[@9aefcd2](https://github.com/9aefcd2) by renovate ([#19023](https://github.com/truecharts/charts/issues/19023))
-
diff --git a/stable/kasm/8.6.1/Chart.yaml b/stable/kasm/8.6.1/Chart.yaml
deleted file mode 100644
index 08e698bf1db..00000000000
--- a/stable/kasm/8.6.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.15.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services.
-home: https://truecharts.org/charts/stable/kasm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png
-keywords:
- - kasm
- - Other
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kasm
-sources:
- - https://www.kasmweb.com/
- - https://github.com/orgs/linuxserver/packages/container/package/kasm
- - https://github.com/linuxserver/docker-kasm#readme
- - https://github.com/truecharts/charts/tree/master/charts/stable/kasm
- - https://hub.docker.com/r/kasmweb/workspaces
-type: application
-version: 8.6.1
diff --git a/stable/kasm/8.6.1/app-changelog.md b/stable/kasm/8.6.1/app-changelog.md
deleted file mode 100644
index 6fc9a0afe34..00000000000
--- a/stable/kasm/8.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [kasm-8.6.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
\ No newline at end of file
diff --git a/stable/kasm/8.6.1/charts/common-20.1.5.tgz b/stable/kasm/8.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kasm/8.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/.helmignore b/stable/kasm/8.7.3/.helmignore
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/.helmignore
rename to stable/kasm/8.7.3/.helmignore
diff --git a/stable/kasm/8.7.3/CHANGELOG.md b/stable/kasm/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0620f24dd95
--- /dev/null
+++ b/stable/kasm/8.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
+
+
+## [kasm-8.7.2](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
+
+
+## [kasm-8.7.2](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
+
+
+## [kasm-8.7.2](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
+
+
+## [kasm-8.7.2](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
+
+
+## [kasm-8.7.2](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
\ No newline at end of file
diff --git a/stable/kasm/8.7.3/Chart.yaml b/stable/kasm/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..2362895f516
--- /dev/null
+++ b/stable/kasm/8.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.15.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services.
+home: https://truecharts.org/charts/stable/kasm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png
+keywords:
+ - kasm
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kasm
+sources:
+ - https://www.kasmweb.com/
+ - https://github.com/orgs/linuxserver/packages/container/package/kasm
+ - https://github.com/linuxserver/docker-kasm#readme
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kasm
+ - https://hub.docker.com/r/kasmweb/workspaces
+type: application
+version: 8.7.3
diff --git a/stable/kasm/8.6.1/README.md b/stable/kasm/8.7.3/README.md
similarity index 100%
rename from stable/kasm/8.6.1/README.md
rename to stable/kasm/8.7.3/README.md
diff --git a/stable/kasm/8.7.3/app-changelog.md b/stable/kasm/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..ccfd7a863f0
--- /dev/null
+++ b/stable/kasm/8.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [kasm-8.7.3](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kasmweb/workspaces to v1.15.1[@1b13b4f](https://github.com/1b13b4f) by renovate ([#19316](https://github.com/truecharts/charts/issues/19316))
\ No newline at end of file
diff --git a/stable/kasm/8.6.1/app-readme.md b/stable/kasm/8.7.3/app-readme.md
similarity index 100%
rename from stable/kasm/8.6.1/app-readme.md
rename to stable/kasm/8.7.3/app-readme.md
diff --git a/stable/kasm/8.7.3/charts/common-20.2.4.tgz b/stable/kasm/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kasm/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kasm/8.6.1/ix_values.yaml b/stable/kasm/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/kasm/8.6.1/ix_values.yaml
rename to stable/kasm/8.7.3/ix_values.yaml
diff --git a/stable/kasm/8.6.1/questions.yaml b/stable/kasm/8.7.3/questions.yaml
similarity index 100%
rename from stable/kasm/8.6.1/questions.yaml
rename to stable/kasm/8.7.3/questions.yaml
diff --git a/stable/kms/18.6.0/templates/NOTES.txt b/stable/kasm/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/kms/18.6.0/templates/NOTES.txt
rename to stable/kasm/8.7.3/templates/NOTES.txt
diff --git a/stable/kasm/8.6.1/templates/_hostPathMounts.tpl b/stable/kasm/8.7.3/templates/_hostPathMounts.tpl
similarity index 100%
rename from stable/kasm/8.6.1/templates/_hostPathMounts.tpl
rename to stable/kasm/8.7.3/templates/_hostPathMounts.tpl
diff --git a/stable/kasm/8.6.1/templates/common.yaml b/stable/kasm/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/kasm/8.6.1/templates/common.yaml
rename to stable/kasm/8.7.3/templates/common.yaml
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/values.yaml b/stable/kasm/8.7.3/values.yaml
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/values.yaml
rename to stable/kasm/8.7.3/values.yaml
diff --git a/stable/kavita/9.6.0/CHANGELOG.md b/stable/kavita/9.6.0/CHANGELOG.md
deleted file mode 100644
index 472763485de..00000000000
--- a/stable/kavita/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kavita-9.6.0](https://github.com/truecharts/charts/compare/kavita-9.5.2...kavita-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kavita-9.5.2](https://github.com/truecharts/charts/compare/kavita-9.5.1...kavita-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kavita-9.5.1](https://github.com/truecharts/charts/compare/kavita-9.5.0...kavita-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kavita-9.5.0](https://github.com/truecharts/charts/compare/kavita-9.4.1...kavita-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kavita-9.4.1](https://github.com/truecharts/charts/compare/kavita-9.4.0...kavita-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kavita-9.4.0](https://github.com/truecharts/charts/compare/kavita-9.3.0...kavita-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kavita-9.3.0](https://github.com/truecharts/charts/compare/kavita-9.2.3...kavita-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kavita-9.2.3](https://github.com/truecharts/charts/compare/kavita-9.2.2...kavita-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kavita-9.2.2](https://github.com/truecharts/charts/compare/kavita-9.2.0...kavita-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kavita/9.6.0/Chart.yaml b/stable/kavita/9.6.0/Chart.yaml
deleted file mode 100644
index c63ee4f6ac5..00000000000
--- a/stable/kavita/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.14
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
-home: https://truecharts.org/charts/stable/kavita
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png
-keywords:
- - kavita
- - manga
- - library
- - book
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kavita
-sources:
- - https://www.kavitareader.com
- - https://github.com/truecharts/charts/tree/master/charts/stable/kavita
- - https://hub.docker.com/r/jvmilazz0/kavita
-type: application
-version: 9.6.0
diff --git a/stable/kavita/9.6.0/charts/common-20.1.5.tgz b/stable/kavita/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kavita/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kerio-connect/5.6.0/.helmignore b/stable/kavita/9.7.3/.helmignore
similarity index 100%
rename from stable/kerio-connect/5.6.0/.helmignore
rename to stable/kavita/9.7.3/.helmignore
diff --git a/stable/kavita/9.7.3/CHANGELOG.md b/stable/kavita/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b479ae9e779
--- /dev/null
+++ b/stable/kavita/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kavita-9.7.2](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kavita/9.7.3/Chart.yaml b/stable/kavita/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..0e8fecbbccf
--- /dev/null
+++ b/stable/kavita/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.14
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
+home: https://truecharts.org/charts/stable/kavita
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png
+keywords:
+ - kavita
+ - manga
+ - library
+ - book
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kavita
+sources:
+ - https://www.kavitareader.com
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kavita
+ - https://hub.docker.com/r/jvmilazz0/kavita
+type: application
+version: 9.7.3
diff --git a/stable/kavita/9.6.0/README.md b/stable/kavita/9.7.3/README.md
similarity index 100%
rename from stable/kavita/9.6.0/README.md
rename to stable/kavita/9.7.3/README.md
diff --git a/stable/kavita/9.7.3/app-changelog.md b/stable/kavita/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..63a6ad54521
--- /dev/null
+++ b/stable/kavita/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kavita-9.7.3](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kavita/9.6.0/app-readme.md b/stable/kavita/9.7.3/app-readme.md
similarity index 100%
rename from stable/kavita/9.6.0/app-readme.md
rename to stable/kavita/9.7.3/app-readme.md
diff --git a/stable/kavita/9.7.3/charts/common-20.2.4.tgz b/stable/kavita/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kavita/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kavita/9.6.0/ix_values.yaml b/stable/kavita/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/kavita/9.6.0/ix_values.yaml
rename to stable/kavita/9.7.3/ix_values.yaml
diff --git a/stable/kavita/9.6.0/questions.yaml b/stable/kavita/9.7.3/questions.yaml
similarity index 100%
rename from stable/kavita/9.6.0/questions.yaml
rename to stable/kavita/9.7.3/questions.yaml
diff --git a/stable/kodi-headless/9.6.0/templates/NOTES.txt b/stable/kavita/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/kodi-headless/9.6.0/templates/NOTES.txt
rename to stable/kavita/9.7.3/templates/NOTES.txt
diff --git a/stable/komga/13.6.1/templates/common.yaml b/stable/kavita/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/komga/13.6.1/templates/common.yaml
rename to stable/kavita/9.7.3/templates/common.yaml
diff --git a/stable/kerio-connect/5.6.0/values.yaml b/stable/kavita/9.7.3/values.yaml
similarity index 100%
rename from stable/kerio-connect/5.6.0/values.yaml
rename to stable/kavita/9.7.3/values.yaml
diff --git a/stable/kdenlive-vnc/5.6.0/CHANGELOG.md b/stable/kdenlive-vnc/5.6.0/CHANGELOG.md
deleted file mode 100644
index a11c67012ca..00000000000
--- a/stable/kdenlive-vnc/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kdenlive-vnc-5.6.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.5.2...kdenlive-vnc-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kdenlive-vnc-5.5.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.5.1...kdenlive-vnc-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kdenlive-vnc-5.5.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.5.0...kdenlive-vnc-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kdenlive-vnc-5.5.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.4.1...kdenlive-vnc-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kdenlive-vnc-5.4.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.4.0...kdenlive-vnc-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kdenlive-vnc-5.4.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.3.0...kdenlive-vnc-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kdenlive-vnc-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.3...kdenlive-vnc-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kdenlive-vnc-5.2.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.2...kdenlive-vnc-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kdenlive-vnc-5.2.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.0...kdenlive-vnc-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kdenlive-vnc/5.6.0/Chart.yaml b/stable/kdenlive-vnc/5.6.0/Chart.yaml
deleted file mode 100644
index 89422641396..00000000000
--- a/stable/kdenlive-vnc/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface)
-home: https://truecharts.org/charts/stable/kdenlive-vnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png
-keywords:
- - kdenlive-vnc
- - MediaApp-Video
- - MediaApp-Music
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kdenlive-vnc
-sources:
- - https://github.com/JonathanTreffler/kdenlive-vnc-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc
- - https://hub.docker.com/r/tessypowder/docker-kdenlive
-type: application
-version: 5.6.0
diff --git a/stable/kdenlive-vnc/5.6.0/charts/common-20.1.5.tgz b/stable/kdenlive-vnc/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kdenlive-vnc/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kitana/5.6.0/.helmignore b/stable/kdenlive-vnc/5.7.3/.helmignore
similarity index 100%
rename from stable/kitana/5.6.0/.helmignore
rename to stable/kdenlive-vnc/5.7.3/.helmignore
diff --git a/stable/kdenlive-vnc/5.7.3/CHANGELOG.md b/stable/kdenlive-vnc/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1fef2480708
--- /dev/null
+++ b/stable/kdenlive-vnc/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-vnc-5.7.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kdenlive-vnc/5.7.3/Chart.yaml b/stable/kdenlive-vnc/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..48683370483
--- /dev/null
+++ b/stable/kdenlive-vnc/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface)
+home: https://truecharts.org/charts/stable/kdenlive-vnc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png
+keywords:
+ - kdenlive-vnc
+ - MediaApp-Video
+ - MediaApp-Music
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kdenlive-vnc
+sources:
+ - https://github.com/JonathanTreffler/kdenlive-vnc-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc
+ - https://hub.docker.com/r/tessypowder/docker-kdenlive
+type: application
+version: 5.7.3
diff --git a/stable/kdenlive-vnc/5.6.0/README.md b/stable/kdenlive-vnc/5.7.3/README.md
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/README.md
rename to stable/kdenlive-vnc/5.7.3/README.md
diff --git a/stable/kdenlive-vnc/5.7.3/app-changelog.md b/stable/kdenlive-vnc/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c5da919c9f9
--- /dev/null
+++ b/stable/kdenlive-vnc/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kdenlive-vnc-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kdenlive-vnc/5.6.0/app-readme.md b/stable/kdenlive-vnc/5.7.3/app-readme.md
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/app-readme.md
rename to stable/kdenlive-vnc/5.7.3/app-readme.md
diff --git a/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz b/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kdenlive-vnc/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kdenlive-vnc/5.6.0/ix_values.yaml b/stable/kdenlive-vnc/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/ix_values.yaml
rename to stable/kdenlive-vnc/5.7.3/ix_values.yaml
diff --git a/stable/kdenlive-vnc/5.6.0/questions.yaml b/stable/kdenlive-vnc/5.7.3/questions.yaml
similarity index 100%
rename from stable/kdenlive-vnc/5.6.0/questions.yaml
rename to stable/kdenlive-vnc/5.7.3/questions.yaml
diff --git a/stable/kdenlive/5.7.0/templates/common.yaml b/stable/kdenlive-vnc/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kdenlive/5.7.0/templates/common.yaml
rename to stable/kdenlive-vnc/5.7.3/templates/common.yaml
diff --git a/stable/kitana/5.6.0/values.yaml b/stable/kdenlive-vnc/5.7.3/values.yaml
similarity index 100%
rename from stable/kitana/5.6.0/values.yaml
rename to stable/kdenlive-vnc/5.7.3/values.yaml
diff --git a/stable/kdenlive/5.7.0/CHANGELOG.md b/stable/kdenlive/5.7.0/CHANGELOG.md
deleted file mode 100644
index d1c9d7b1b14..00000000000
--- a/stable/kdenlive/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/kdenlive/5.7.0/Chart.yaml b/stable/kdenlive/5.7.0/Chart.yaml
deleted file mode 100644
index 24163f8526b..00000000000
--- a/stable/kdenlive/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
-home: https://truecharts.org/charts/stable/kdenlive
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
-keywords:
- - kdenlive
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kdenlive
-sources:
- - https://github.com/linuxserver/docker-kdenlive#readme
- - https://kdenlive.org/
- - https://github.com/orgs/linuxserver/packages/container/package/kdenlive
- - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive
- - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive
-type: application
-version: 5.7.0
diff --git a/stable/kdenlive/5.7.0/app-changelog.md b/stable/kdenlive/5.7.0/app-changelog.md
deleted file mode 100644
index 521235ade55..00000000000
--- a/stable/kdenlive/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [kdenlive-5.7.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kdenlive/5.7.0/charts/common-20.2.0.tgz b/stable/kdenlive/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/kdenlive/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/kdenlive/5.7.0/ix_values.yaml b/stable/kdenlive/5.7.0/ix_values.yaml
deleted file mode 100644
index ccb0bf6ee32..00000000000
--- a/stable/kdenlive/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lscr.io/linuxserver/kdenlive
- tag: latest@sha256:9afa3a73a39f918091b88e41da7363e93ca5b23003b19c9c738912a80e2248c2
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3000
- protocol: tcp
- targetPort: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- KEYBOARD: ""
- SUBFOLDER: ""
diff --git a/stable/kitchenowl/9.6.0/.helmignore b/stable/kdenlive/5.7.4/.helmignore
similarity index 100%
rename from stable/kitchenowl/9.6.0/.helmignore
rename to stable/kdenlive/5.7.4/.helmignore
diff --git a/stable/kdenlive/5.7.4/CHANGELOG.md b/stable/kdenlive/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..040d24fd89c
--- /dev/null
+++ b/stable/kdenlive/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kdenlive-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kdenlive-5.7.3](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kdenlive/5.7.4/Chart.yaml b/stable/kdenlive/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..3b302243abc
--- /dev/null
+++ b/stable/kdenlive/5.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
+home: https://truecharts.org/charts/stable/kdenlive
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
+keywords:
+ - kdenlive
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kdenlive
+sources:
+ - https://github.com/linuxserver/docker-kdenlive#readme
+ - https://kdenlive.org/
+ - https://github.com/orgs/linuxserver/packages/container/package/kdenlive
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive
+ - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive
+type: application
+version: 5.7.4
diff --git a/stable/kdenlive/5.7.0/README.md b/stable/kdenlive/5.7.4/README.md
similarity index 100%
rename from stable/kdenlive/5.7.0/README.md
rename to stable/kdenlive/5.7.4/README.md
diff --git a/stable/kdenlive/5.7.4/app-changelog.md b/stable/kdenlive/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..2ebbcd2800f
--- /dev/null
+++ b/stable/kdenlive/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [kdenlive-5.7.4](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/kdenlive to latest[@8dcc53b](https://github.com/8dcc53b) by renovate ([#19468](https://github.com/truecharts/charts/issues/19468))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kdenlive/5.7.0/app-readme.md b/stable/kdenlive/5.7.4/app-readme.md
similarity index 100%
rename from stable/kdenlive/5.7.0/app-readme.md
rename to stable/kdenlive/5.7.4/app-readme.md
diff --git a/stable/kdenlive/5.7.4/charts/common-20.2.4.tgz b/stable/kdenlive/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kdenlive/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/kdenlive/5.7.4/ix_values.yaml b/stable/kdenlive/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..1f4d46ac6ea
--- /dev/null
+++ b/stable/kdenlive/5.7.4/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lscr.io/linuxserver/kdenlive
+ tag: latest@sha256:8dcc53b223e670e9a6cfefcb7918511f7515df1e1afb06507eeb1a608438e40b
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3000
+ protocol: tcp
+ targetPort: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ KEYBOARD: ""
+ SUBFOLDER: ""
diff --git a/stable/kdenlive/5.7.0/questions.yaml b/stable/kdenlive/5.7.4/questions.yaml
similarity index 100%
rename from stable/kdenlive/5.7.0/questions.yaml
rename to stable/kdenlive/5.7.4/questions.yaml
diff --git a/stable/keeweb/5.6.0/templates/common.yaml b/stable/kdenlive/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/keeweb/5.6.0/templates/common.yaml
rename to stable/kdenlive/5.7.4/templates/common.yaml
diff --git a/stable/kitchenowl/9.6.0/values.yaml b/stable/kdenlive/5.7.4/values.yaml
similarity index 100%
rename from stable/kitchenowl/9.6.0/values.yaml
rename to stable/kdenlive/5.7.4/values.yaml
diff --git a/stable/keeweb/5.6.0/CHANGELOG.md b/stable/keeweb/5.6.0/CHANGELOG.md
deleted file mode 100644
index 37ce72e3cd8..00000000000
--- a/stable/keeweb/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [keeweb-5.6.0](https://github.com/truecharts/charts/compare/keeweb-5.5.2...keeweb-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [keeweb-5.5.2](https://github.com/truecharts/charts/compare/keeweb-5.5.1...keeweb-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [keeweb-5.5.1](https://github.com/truecharts/charts/compare/keeweb-5.5.0...keeweb-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [keeweb-5.5.0](https://github.com/truecharts/charts/compare/keeweb-5.4.1...keeweb-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [keeweb-5.4.1](https://github.com/truecharts/charts/compare/keeweb-5.4.0...keeweb-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [keeweb-5.4.0](https://github.com/truecharts/charts/compare/keeweb-5.3.0...keeweb-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [keeweb-5.3.0](https://github.com/truecharts/charts/compare/keeweb-5.2.3...keeweb-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [keeweb-5.2.3](https://github.com/truecharts/charts/compare/keeweb-5.2.2...keeweb-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [keeweb-5.2.2](https://github.com/truecharts/charts/compare/keeweb-5.2.0...keeweb-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/keeweb/5.6.0/Chart.yaml b/stable/keeweb/5.6.0/Chart.yaml
deleted file mode 100644
index 8a052382516..00000000000
--- a/stable/keeweb/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.
-home: https://truecharts.org/charts/stable/keeweb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png
-keywords:
- - keeweb
- - Productivity
- - Tools-Utilities
- - Network-Web
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: keeweb
-sources:
- - https://github.com/keeweb/keeweb
- - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb
- - https://hub.docker.com/r/antelle/keeweb
-type: application
-version: 5.6.0
diff --git a/stable/keeweb/5.6.0/charts/common-20.1.5.tgz b/stable/keeweb/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/keeweb/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kiwix-serve/8.7.0/.helmignore b/stable/keeweb/5.7.3/.helmignore
similarity index 100%
rename from stable/kiwix-serve/8.7.0/.helmignore
rename to stable/keeweb/5.7.3/.helmignore
diff --git a/stable/keeweb/5.7.3/CHANGELOG.md b/stable/keeweb/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3a657c07e5d
--- /dev/null
+++ b/stable/keeweb/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [keeweb-5.7.2](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/keeweb/5.7.3/Chart.yaml b/stable/keeweb/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..004bacd7047
--- /dev/null
+++ b/stable/keeweb/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.
+home: https://truecharts.org/charts/stable/keeweb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png
+keywords:
+ - keeweb
+ - Productivity
+ - Tools-Utilities
+ - Network-Web
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: keeweb
+sources:
+ - https://github.com/keeweb/keeweb
+ - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb
+ - https://hub.docker.com/r/antelle/keeweb
+type: application
+version: 5.7.3
diff --git a/stable/keeweb/5.6.0/README.md b/stable/keeweb/5.7.3/README.md
similarity index 100%
rename from stable/keeweb/5.6.0/README.md
rename to stable/keeweb/5.7.3/README.md
diff --git a/stable/keeweb/5.7.3/app-changelog.md b/stable/keeweb/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e384381a6ea
--- /dev/null
+++ b/stable/keeweb/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [keeweb-5.7.3](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/keeweb/5.6.0/app-readme.md b/stable/keeweb/5.7.3/app-readme.md
similarity index 100%
rename from stable/keeweb/5.6.0/app-readme.md
rename to stable/keeweb/5.7.3/app-readme.md
diff --git a/stable/keeweb/5.7.3/charts/common-20.2.4.tgz b/stable/keeweb/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/keeweb/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/keeweb/5.6.0/ix_values.yaml b/stable/keeweb/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/keeweb/5.6.0/ix_values.yaml
rename to stable/keeweb/5.7.3/ix_values.yaml
diff --git a/stable/keeweb/5.6.0/questions.yaml b/stable/keeweb/5.7.3/questions.yaml
similarity index 100%
rename from stable/keeweb/5.6.0/questions.yaml
rename to stable/keeweb/5.7.3/questions.yaml
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/templates/common.yaml b/stable/keeweb/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/templates/common.yaml
rename to stable/keeweb/5.7.3/templates/common.yaml
diff --git a/stable/kiwix-serve/8.7.0/values.yaml b/stable/keeweb/5.7.3/values.yaml
similarity index 100%
rename from stable/kiwix-serve/8.7.0/values.yaml
rename to stable/keeweb/5.7.3/values.yaml
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.6.0/CHANGELOG.md
deleted file mode 100644
index 418a3526ad2..00000000000
--- a/stable/kerbalspaceprogram-lmp/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kerbalspaceprogram-lmp-5.6.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.5.2...kerbalspaceprogram-lmp-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kerbalspaceprogram-lmp-5.5.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.5.1...kerbalspaceprogram-lmp-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kerbalspaceprogram-lmp-5.5.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.5.0...kerbalspaceprogram-lmp-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kerbalspaceprogram-lmp-5.5.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.4.1...kerbalspaceprogram-lmp-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kerbalspaceprogram-lmp-5.4.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.4.0...kerbalspaceprogram-lmp-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kerbalspaceprogram-lmp-5.4.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.3.0...kerbalspaceprogram-lmp-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kerbalspaceprogram-lmp-5.3.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.3...kerbalspaceprogram-lmp-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kerbalspaceprogram-lmp-5.2.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.2...kerbalspaceprogram-lmp-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kerbalspaceprogram-lmp-5.2.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.0...kerbalspaceprogram-lmp-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.6.0/Chart.yaml
deleted file mode 100644
index cd158aabeb3..00000000000
--- a/stable/kerbalspaceprogram-lmp/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
-home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png
-keywords:
- - kerbalspaceprogram-lmp
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kerbalspaceprogram-lmp
-sources:
- - https://github.com/LunaMultiplayer/LunaMultiplayer
- - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp
- - https://hub.docker.com/r/ich777/lunamultiplayer-ksp
-type: application
-version: 5.6.0
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/charts/common-20.1.5.tgz b/stable/kerbalspaceprogram-lmp/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kerbalspaceprogram-lmp/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kms/18.6.0/.helmignore b/stable/kerbalspaceprogram-lmp/5.7.3/.helmignore
similarity index 100%
rename from stable/kms/18.6.0/.helmignore
rename to stable/kerbalspaceprogram-lmp/5.7.3/.helmignore
diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d0df96cc572
--- /dev/null
+++ b/stable/kerbalspaceprogram-lmp/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerbalspaceprogram-lmp-5.7.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3cf802861d8
--- /dev/null
+++ b/stable/kerbalspaceprogram-lmp/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
+home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png
+keywords:
+ - kerbalspaceprogram-lmp
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kerbalspaceprogram-lmp
+sources:
+ - https://github.com/LunaMultiplayer/LunaMultiplayer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp
+ - https://hub.docker.com/r/ich777/lunamultiplayer-ksp
+type: application
+version: 5.7.3
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/README.md b/stable/kerbalspaceprogram-lmp/5.7.3/README.md
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/README.md
rename to stable/kerbalspaceprogram-lmp/5.7.3/README.md
diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a90d098647e
--- /dev/null
+++ b/stable/kerbalspaceprogram-lmp/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kerbalspaceprogram-lmp-5.7.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/app-readme.md b/stable/kerbalspaceprogram-lmp/5.7.3/app-readme.md
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/app-readme.md
rename to stable/kerbalspaceprogram-lmp/5.7.3/app-readme.md
diff --git a/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz b/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/ix_values.yaml
rename to stable/kerbalspaceprogram-lmp/5.7.3/ix_values.yaml
diff --git a/stable/kerbalspaceprogram-lmp/5.6.0/questions.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/questions.yaml
similarity index 100%
rename from stable/kerbalspaceprogram-lmp/5.6.0/questions.yaml
rename to stable/kerbalspaceprogram-lmp/5.7.3/questions.yaml
diff --git a/stable/kerio-connect/5.6.0/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kerio-connect/5.6.0/templates/common.yaml
rename to stable/kerbalspaceprogram-lmp/5.7.3/templates/common.yaml
diff --git a/stable/kms/18.6.0/values.yaml b/stable/kerbalspaceprogram-lmp/5.7.3/values.yaml
similarity index 100%
rename from stable/kms/18.6.0/values.yaml
rename to stable/kerbalspaceprogram-lmp/5.7.3/values.yaml
diff --git a/stable/kerio-connect/5.6.0/CHANGELOG.md b/stable/kerio-connect/5.6.0/CHANGELOG.md
deleted file mode 100644
index c8fef5bd337..00000000000
--- a/stable/kerio-connect/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kerio-connect-5.6.0](https://github.com/truecharts/charts/compare/kerio-connect-5.5.2...kerio-connect-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kerio-connect-5.5.2](https://github.com/truecharts/charts/compare/kerio-connect-5.5.1...kerio-connect-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kerio-connect-5.5.1](https://github.com/truecharts/charts/compare/kerio-connect-5.5.0...kerio-connect-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kerio-connect-5.5.0](https://github.com/truecharts/charts/compare/kerio-connect-5.4.1...kerio-connect-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kerio-connect-5.4.1](https://github.com/truecharts/charts/compare/kerio-connect-5.4.0...kerio-connect-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kerio-connect-5.4.0](https://github.com/truecharts/charts/compare/kerio-connect-5.3.0...kerio-connect-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kerio-connect-5.3.0](https://github.com/truecharts/charts/compare/kerio-connect-5.2.3...kerio-connect-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kerio-connect-5.2.3](https://github.com/truecharts/charts/compare/kerio-connect-5.2.2...kerio-connect-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kerio-connect-5.2.2](https://github.com/truecharts/charts/compare/kerio-connect-5.2.0...kerio-connect-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kerio-connect/5.6.0/Chart.yaml b/stable/kerio-connect/5.6.0/Chart.yaml
deleted file mode 100644
index 1e8a39966da..00000000000
--- a/stable/kerio-connect/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Web
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect
-home: https://truecharts.org/charts/stable/kerio-connect
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png
-keywords:
- - kerio-connect
- - Network-Web
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kerio-connect
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect
- - https://hub.docker.com/r/chvb/docker-kerio-connect
-type: application
-version: 5.6.0
diff --git a/stable/kerio-connect/5.6.0/charts/common-20.1.5.tgz b/stable/kerio-connect/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kerio-connect/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kodi-headless/9.6.0/.helmignore b/stable/kerio-connect/5.7.3/.helmignore
similarity index 100%
rename from stable/kodi-headless/9.6.0/.helmignore
rename to stable/kerio-connect/5.7.3/.helmignore
diff --git a/stable/kerio-connect/5.7.3/CHANGELOG.md b/stable/kerio-connect/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6c2c9668497
--- /dev/null
+++ b/stable/kerio-connect/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kerio-connect-5.7.2](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kerio-connect/5.7.3/Chart.yaml b/stable/kerio-connect/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e2594b5e253
--- /dev/null
+++ b/stable/kerio-connect/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Web
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect
+home: https://truecharts.org/charts/stable/kerio-connect
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png
+keywords:
+ - kerio-connect
+ - Network-Web
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kerio-connect
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect
+ - https://hub.docker.com/r/chvb/docker-kerio-connect
+type: application
+version: 5.7.3
diff --git a/stable/kerio-connect/5.6.0/README.md b/stable/kerio-connect/5.7.3/README.md
similarity index 100%
rename from stable/kerio-connect/5.6.0/README.md
rename to stable/kerio-connect/5.7.3/README.md
diff --git a/stable/kerio-connect/5.7.3/app-changelog.md b/stable/kerio-connect/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c9c24b2e332
--- /dev/null
+++ b/stable/kerio-connect/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kerio-connect-5.7.3](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kerio-connect/5.6.0/app-readme.md b/stable/kerio-connect/5.7.3/app-readme.md
similarity index 100%
rename from stable/kerio-connect/5.6.0/app-readme.md
rename to stable/kerio-connect/5.7.3/app-readme.md
diff --git a/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz b/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kerio-connect/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kerio-connect/5.6.0/ix_values.yaml b/stable/kerio-connect/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/kerio-connect/5.6.0/ix_values.yaml
rename to stable/kerio-connect/5.7.3/ix_values.yaml
diff --git a/stable/kerio-connect/5.6.0/questions.yaml b/stable/kerio-connect/5.7.3/questions.yaml
similarity index 100%
rename from stable/kerio-connect/5.6.0/questions.yaml
rename to stable/kerio-connect/5.7.3/questions.yaml
diff --git a/stable/kitana/5.6.0/templates/common.yaml b/stable/kerio-connect/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kitana/5.6.0/templates/common.yaml
rename to stable/kerio-connect/5.7.3/templates/common.yaml
diff --git a/stable/kodi-headless/9.6.0/values.yaml b/stable/kerio-connect/5.7.3/values.yaml
similarity index 100%
rename from stable/kodi-headless/9.6.0/values.yaml
rename to stable/kerio-connect/5.7.3/values.yaml
diff --git a/stable/kitana/5.6.0/CHANGELOG.md b/stable/kitana/5.6.0/CHANGELOG.md
deleted file mode 100644
index 826e31b2d37..00000000000
--- a/stable/kitana/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kitana-5.6.0](https://github.com/truecharts/charts/compare/kitana-5.5.2...kitana-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kitana-5.5.2](https://github.com/truecharts/charts/compare/kitana-5.5.1...kitana-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kitana-5.5.1](https://github.com/truecharts/charts/compare/kitana-5.5.0...kitana-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kitana-5.5.0](https://github.com/truecharts/charts/compare/kitana-5.4.1...kitana-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kitana-5.4.1](https://github.com/truecharts/charts/compare/kitana-5.4.0...kitana-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kitana-5.4.0](https://github.com/truecharts/charts/compare/kitana-5.3.0...kitana-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kitana-5.3.0](https://github.com/truecharts/charts/compare/kitana-5.2.3...kitana-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kitana-5.2.3](https://github.com/truecharts/charts/compare/kitana-5.2.2...kitana-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kitana-5.2.2](https://github.com/truecharts/charts/compare/kitana-5.2.0...kitana-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kitana/5.6.0/Chart.yaml b/stable/kitana/5.6.0/Chart.yaml
deleted file mode 100644
index 341187a9bed..00000000000
--- a/stable/kitana/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.
-home: https://truecharts.org/charts/stable/kitana
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png
-keywords:
- - kitana
- - home-automation
- - Tools-Utilities
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kitana
-sources:
- - https://github.com/pannal/Kitana
- - https://github.com/truecharts/charts/tree/master/charts/stable/kitana
- - https://hub.docker.com/r/pannal/kitana
-type: application
-version: 5.6.0
diff --git a/stable/kitana/5.6.0/charts/common-20.1.5.tgz b/stable/kitana/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kitana/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/komga/13.6.1/.helmignore b/stable/kitana/5.7.3/.helmignore
similarity index 100%
rename from stable/komga/13.6.1/.helmignore
rename to stable/kitana/5.7.3/.helmignore
diff --git a/stable/kitana/5.7.3/CHANGELOG.md b/stable/kitana/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6faf711a216
--- /dev/null
+++ b/stable/kitana/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitana-5.7.2](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kitana/5.7.3/Chart.yaml b/stable/kitana/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b9216ff528d
--- /dev/null
+++ b/stable/kitana/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.
+home: https://truecharts.org/charts/stable/kitana
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png
+keywords:
+ - kitana
+ - home-automation
+ - Tools-Utilities
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kitana
+sources:
+ - https://github.com/pannal/Kitana
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kitana
+ - https://hub.docker.com/r/pannal/kitana
+type: application
+version: 5.7.3
diff --git a/stable/kitana/5.6.0/README.md b/stable/kitana/5.7.3/README.md
similarity index 100%
rename from stable/kitana/5.6.0/README.md
rename to stable/kitana/5.7.3/README.md
diff --git a/stable/kitana/5.7.3/app-changelog.md b/stable/kitana/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0b5528c72f4
--- /dev/null
+++ b/stable/kitana/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kitana-5.7.3](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kitana/5.6.0/app-readme.md b/stable/kitana/5.7.3/app-readme.md
similarity index 100%
rename from stable/kitana/5.6.0/app-readme.md
rename to stable/kitana/5.7.3/app-readme.md
diff --git a/stable/kitana/5.7.3/charts/common-20.2.4.tgz b/stable/kitana/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kitana/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kitana/5.6.0/ix_values.yaml b/stable/kitana/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/kitana/5.6.0/ix_values.yaml
rename to stable/kitana/5.7.3/ix_values.yaml
diff --git a/stable/kitana/5.6.0/questions.yaml b/stable/kitana/5.7.3/questions.yaml
similarity index 100%
rename from stable/kitana/5.6.0/questions.yaml
rename to stable/kitana/5.7.3/questions.yaml
diff --git a/stable/kiwix-serve/8.7.0/templates/common.yaml b/stable/kitana/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/kiwix-serve/8.7.0/templates/common.yaml
rename to stable/kitana/5.7.3/templates/common.yaml
diff --git a/stable/komga/13.6.1/values.yaml b/stable/kitana/5.7.3/values.yaml
similarity index 100%
rename from stable/komga/13.6.1/values.yaml
rename to stable/kitana/5.7.3/values.yaml
diff --git a/stable/kitchenowl/9.6.0/CHANGELOG.md b/stable/kitchenowl/9.6.0/CHANGELOG.md
deleted file mode 100644
index eea007af796..00000000000
--- a/stable/kitchenowl/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kitchenowl-9.6.0](https://github.com/truecharts/charts/compare/kitchenowl-9.5.2...kitchenowl-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kitchenowl-9.5.2](https://github.com/truecharts/charts/compare/kitchenowl-9.5.1...kitchenowl-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kitchenowl-9.5.1](https://github.com/truecharts/charts/compare/kitchenowl-9.5.0...kitchenowl-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kitchenowl-9.5.0](https://github.com/truecharts/charts/compare/kitchenowl-9.4.1...kitchenowl-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kitchenowl-9.4.1](https://github.com/truecharts/charts/compare/kitchenowl-9.4.0...kitchenowl-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kitchenowl-9.4.0](https://github.com/truecharts/charts/compare/kitchenowl-9.3.0...kitchenowl-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kitchenowl-9.3.0](https://github.com/truecharts/charts/compare/kitchenowl-9.2.3...kitchenowl-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kitchenowl-9.2.3](https://github.com/truecharts/charts/compare/kitchenowl-9.2.2...kitchenowl-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kitchenowl-9.2.2](https://github.com/truecharts/charts/compare/kitchenowl-9.2.0...kitchenowl-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kitchenowl/9.6.0/Chart.yaml b/stable/kitchenowl/9.6.0/Chart.yaml
deleted file mode 100644
index d9eea108214..00000000000
--- a/stable/kitchenowl/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: KitchenOwl is a smart self-hosted grocery list and recipe manager.
-home: https://truecharts.org/charts/stable/kitchenowl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png
-keywords:
- - recipes
- - kitchen
- - grocery
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kitchenowl
-sources:
- - https://tombursch.github.io/kitchenowl
- - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
- - https://hub.docker.com/r/tombursch/kitchenowl
- - https://hub.docker.com/r/tombursch/kitchenowl-web
-type: application
-version: 9.6.0
diff --git a/stable/kitchenowl/9.6.0/charts/common-20.1.5.tgz b/stable/kitchenowl/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kitchenowl/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/kitchenowl/9.6.0/questions.yaml b/stable/kitchenowl/9.6.0/questions.yaml
deleted file mode 100755
index e0e24f64a00..00000000000
--- a/stable/kitchenowl/9.6.0/questions.yaml
+++ /dev/null
@@ -1,3322 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: FRONT_URL
- label: "FRONT_URL"
- description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com"
- schema:
- type: string
- required: true
- default: ""
- - variable: OIDC_ISSUER
- label: "OIDC Issuer"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: OIDC_CLIENT_ID
- label: "OIDC Client ID"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: OIDC_CLIENT_SECRET
- label: "OIDC Client Secret"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: APPLE_CLIENT_ID
- label: "Apple Client ID"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: APPLE_CLIENT_SECRET
- label: "Apple Client Secret"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: GOOGLE_CLIENT_ID
- label: "Google Client ID"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: GOOGLE_CLIENT_SECRET
- label: "Google Client Secret"
- description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10246
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/kopia/11.7.0/.helmignore b/stable/kitchenowl/9.7.3/.helmignore
similarity index 100%
rename from stable/kopia/11.7.0/.helmignore
rename to stable/kitchenowl/9.7.3/.helmignore
diff --git a/stable/kitchenowl/9.7.3/CHANGELOG.md b/stable/kitchenowl/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..24402061d89
--- /dev/null
+++ b/stable/kitchenowl/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kitchenowl-9.7.2](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kitchenowl/9.7.3/Chart.yaml b/stable/kitchenowl/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..760b5266a87
--- /dev/null
+++ b/stable/kitchenowl/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: KitchenOwl is a smart self-hosted grocery list and recipe manager.
+home: https://truecharts.org/charts/stable/kitchenowl
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png
+keywords:
+ - recipes
+ - kitchen
+ - grocery
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kitchenowl
+sources:
+ - https://tombursch.github.io/kitchenowl
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
+ - https://hub.docker.com/r/tombursch/kitchenowl-web
+ - https://hub.docker.com/r/tombursch/kitchenowl
+type: application
+version: 9.7.3
diff --git a/stable/kitchenowl/9.6.0/README.md b/stable/kitchenowl/9.7.3/README.md
similarity index 100%
rename from stable/kitchenowl/9.6.0/README.md
rename to stable/kitchenowl/9.7.3/README.md
diff --git a/stable/kitchenowl/9.7.3/app-changelog.md b/stable/kitchenowl/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..97ecccc3fbc
--- /dev/null
+++ b/stable/kitchenowl/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kitchenowl-9.7.3](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kitchenowl/9.6.0/app-readme.md b/stable/kitchenowl/9.7.3/app-readme.md
similarity index 100%
rename from stable/kitchenowl/9.6.0/app-readme.md
rename to stable/kitchenowl/9.7.3/app-readme.md
diff --git a/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz b/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kitchenowl/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kitchenowl/9.6.0/ix_values.yaml b/stable/kitchenowl/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/kitchenowl/9.6.0/ix_values.yaml
rename to stable/kitchenowl/9.7.3/ix_values.yaml
diff --git a/stable/kitchenowl/9.7.3/questions.yaml b/stable/kitchenowl/9.7.3/questions.yaml
new file mode 100755
index 00000000000..47c632f1d14
--- /dev/null
+++ b/stable/kitchenowl/9.7.3/questions.yaml
@@ -0,0 +1,3324 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: FRONT_URL
+ label: "FRONT_URL"
+ description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: OIDC_ISSUER
+ label: "OIDC Issuer"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: OIDC_CLIENT_ID
+ label: "OIDC Client ID"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: OIDC_CLIENT_SECRET
+ label: "OIDC Client Secret"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: APPLE_CLIENT_ID
+ label: "Apple Client ID"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: APPLE_CLIENT_SECRET
+ label: "Apple Client Secret"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: GOOGLE_CLIENT_ID
+ label: "Google Client ID"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: GOOGLE_CLIENT_SECRET
+ label: "Google Client Secret"
+ description: "See https://docs.kitchenowl.org/self-hosting/oidc/"
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10246
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/komga/13.6.1/templates/NOTES.txt b/stable/kitchenowl/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/komga/13.6.1/templates/NOTES.txt
rename to stable/kitchenowl/9.7.3/templates/NOTES.txt
diff --git a/stable/kitchenowl/9.6.0/templates/_secrets.tpl b/stable/kitchenowl/9.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/kitchenowl/9.6.0/templates/_secrets.tpl
rename to stable/kitchenowl/9.7.3/templates/_secrets.tpl
diff --git a/stable/kitchenowl/9.6.0/templates/common.yaml b/stable/kitchenowl/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/kitchenowl/9.6.0/templates/common.yaml
rename to stable/kitchenowl/9.7.3/templates/common.yaml
diff --git a/stable/kopia/11.7.0/values.yaml b/stable/kitchenowl/9.7.3/values.yaml
similarity index 100%
rename from stable/kopia/11.7.0/values.yaml
rename to stable/kitchenowl/9.7.3/values.yaml
diff --git a/stable/kiwix-serve/8.7.0/CHANGELOG.md b/stable/kiwix-serve/8.7.0/CHANGELOG.md
deleted file mode 100644
index d3b2cfb8d2d..00000000000
--- a/stable/kiwix-serve/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kiwix-serve-8.7.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
-
-
-## [kiwix-serve-8.7.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
-
-
-## [kiwix-serve-8.7.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
-
-
-## [kiwix-serve-8.7.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
-
-
-## [kiwix-serve-8.6.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.5.2...kiwix-serve-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kiwix-serve-8.5.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.5.1...kiwix-serve-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kiwix-serve-8.5.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.5.0...kiwix-serve-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kiwix-serve-8.5.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.4.1...kiwix-serve-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kiwix-serve-8.4.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.4.0...kiwix-serve-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kiwix-serve-8.4.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.3.0...kiwix-serve-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
diff --git a/stable/kiwix-serve/8.7.0/Chart.yaml b/stable/kiwix-serve/8.7.0/Chart.yaml
deleted file mode 100644
index 1cf222e92b1..00000000000
--- a/stable/kiwix-serve/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.7.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kiwix enables you to have the whole Wikipedia at hand wherever you go!
-home: https://truecharts.org/charts/stable/kiwix-serve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png
-keywords:
- - kiwix-serve
- - Productivity
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kiwix-serve
-sources:
- - https://www.kiwix.org/
- - https://github.com/kiwix/kiwix-tools/blob/master/docker/server
- - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve
- - https://ghcr.io/kiwix/kiwix-serve
-type: application
-version: 8.7.0
diff --git a/stable/kiwix-serve/8.7.0/app-changelog.md b/stable/kiwix-serve/8.7.0/app-changelog.md
deleted file mode 100644
index 99c873acf09..00000000000
--- a/stable/kiwix-serve/8.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [kiwix-serve-8.7.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
\ No newline at end of file
diff --git a/stable/kiwix-serve/8.7.0/charts/common-20.1.5.tgz b/stable/kiwix-serve/8.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kiwix-serve/8.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/krusader/5.6.0/.helmignore b/stable/kiwix-serve/8.8.3/.helmignore
similarity index 100%
rename from stable/krusader/5.6.0/.helmignore
rename to stable/kiwix-serve/8.8.3/.helmignore
diff --git a/stable/kiwix-serve/8.8.3/CHANGELOG.md b/stable/kiwix-serve/8.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..149d350d9a4
--- /dev/null
+++ b/stable/kiwix-serve/8.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
+
+
+## [kiwix-serve-8.8.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
+
+
+## [kiwix-serve-8.8.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
+
+
+## [kiwix-serve-8.8.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
+
+
+## [kiwix-serve-8.8.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
+
+
+## [kiwix-serve-8.8.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
\ No newline at end of file
diff --git a/stable/kiwix-serve/8.8.3/Chart.yaml b/stable/kiwix-serve/8.8.3/Chart.yaml
new file mode 100644
index 00000000000..7e71e5efd9b
--- /dev/null
+++ b/stable/kiwix-serve/8.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kiwix enables you to have the whole Wikipedia at hand wherever you go!
+home: https://truecharts.org/charts/stable/kiwix-serve
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png
+keywords:
+ - kiwix-serve
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kiwix-serve
+sources:
+ - https://www.kiwix.org/
+ - https://github.com/kiwix/kiwix-tools/blob/master/docker/server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve
+ - https://ghcr.io/kiwix/kiwix-serve
+type: application
+version: 8.8.3
diff --git a/stable/kiwix-serve/8.7.0/README.md b/stable/kiwix-serve/8.8.3/README.md
similarity index 100%
rename from stable/kiwix-serve/8.7.0/README.md
rename to stable/kiwix-serve/8.8.3/README.md
diff --git a/stable/kiwix-serve/8.8.3/app-changelog.md b/stable/kiwix-serve/8.8.3/app-changelog.md
new file mode 100644
index 00000000000..edc83e79221
--- /dev/null
+++ b/stable/kiwix-serve/8.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [kiwix-serve-8.8.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/kiwix/kiwix-serve to v3.7.0[@9b92d0a](https://github.com/9b92d0a) by renovate ([#19339](https://github.com/truecharts/charts/issues/19339))
\ No newline at end of file
diff --git a/stable/kiwix-serve/8.7.0/app-readme.md b/stable/kiwix-serve/8.8.3/app-readme.md
similarity index 100%
rename from stable/kiwix-serve/8.7.0/app-readme.md
rename to stable/kiwix-serve/8.8.3/app-readme.md
diff --git a/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz b/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kiwix-serve/8.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kiwix-serve/8.7.0/ix_values.yaml b/stable/kiwix-serve/8.8.3/ix_values.yaml
similarity index 100%
rename from stable/kiwix-serve/8.7.0/ix_values.yaml
rename to stable/kiwix-serve/8.8.3/ix_values.yaml
diff --git a/stable/kiwix-serve/8.7.0/questions.yaml b/stable/kiwix-serve/8.8.3/questions.yaml
similarity index 100%
rename from stable/kiwix-serve/8.7.0/questions.yaml
rename to stable/kiwix-serve/8.8.3/questions.yaml
diff --git a/stable/kopia/11.7.0/templates/NOTES.txt b/stable/kiwix-serve/8.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/kopia/11.7.0/templates/NOTES.txt
rename to stable/kiwix-serve/8.8.3/templates/NOTES.txt
diff --git a/stable/krusader/5.6.0/templates/common.yaml b/stable/kiwix-serve/8.8.3/templates/common.yaml
similarity index 100%
rename from stable/krusader/5.6.0/templates/common.yaml
rename to stable/kiwix-serve/8.8.3/templates/common.yaml
diff --git a/stable/krusader/5.6.0/values.yaml b/stable/kiwix-serve/8.8.3/values.yaml
similarity index 100%
rename from stable/krusader/5.6.0/values.yaml
rename to stable/kiwix-serve/8.8.3/values.yaml
diff --git a/stable/kms/18.6.0/CHANGELOG.md b/stable/kms/18.6.0/CHANGELOG.md
deleted file mode 100644
index 8c0ed955237..00000000000
--- a/stable/kms/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kms-18.6.0](https://github.com/truecharts/charts/compare/kms-18.5.2...kms-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kms-18.5.2](https://github.com/truecharts/charts/compare/kms-18.5.1...kms-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kms-18.5.1](https://github.com/truecharts/charts/compare/kms-18.5.0...kms-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kms-18.5.0](https://github.com/truecharts/charts/compare/kms-18.4.1...kms-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kms-18.4.1](https://github.com/truecharts/charts/compare/kms-18.4.0...kms-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kms-18.4.0](https://github.com/truecharts/charts/compare/kms-18.3.0...kms-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kms-18.3.0](https://github.com/truecharts/charts/compare/kms-18.2.3...kms-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kms-18.2.3](https://github.com/truecharts/charts/compare/kms-18.2.2...kms-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kms-18.2.2](https://github.com/truecharts/charts/compare/kms-18.2.0...kms-18.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kms/18.6.0/Chart.yaml b/stable/kms/18.6.0/Chart.yaml
deleted file mode 100644
index e5177e70ec9..00000000000
--- a/stable/kms/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: graywares
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: minimal
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Private Windows Activation Server for development and testing
-home: https://truecharts.org/charts/stable/kms
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png
-keywords:
- - kms
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kms
-sources:
- - https://github.com/Py-KMS-Organization/py-kms
- - https://github.com/truecharts/charts/tree/master/charts/stable/kms
- - https://hub.docker.com/r/pykmsorg/py-kms
-type: application
-version: 18.6.0
diff --git a/stable/kms/18.6.0/charts/common-20.1.5.tgz b/stable/kms/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kms/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lama-cleaner/6.6.0/.helmignore b/stable/kms/18.7.3/.helmignore
similarity index 100%
rename from stable/lama-cleaner/6.6.0/.helmignore
rename to stable/kms/18.7.3/.helmignore
diff --git a/stable/kms/18.7.3/CHANGELOG.md b/stable/kms/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2ca69ee816f
--- /dev/null
+++ b/stable/kms/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kms-18.7.2](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kms/18.7.3/Chart.yaml b/stable/kms/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..f7aaf5db79b
--- /dev/null
+++ b/stable/kms/18.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: graywares
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: minimal
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Private Windows Activation Server for development and testing
+home: https://truecharts.org/charts/stable/kms
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png
+keywords:
+ - kms
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kms
+sources:
+ - https://github.com/Py-KMS-Organization/py-kms
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kms
+ - https://hub.docker.com/r/pykmsorg/py-kms
+type: application
+version: 18.7.3
diff --git a/stable/kms/18.6.0/README.md b/stable/kms/18.7.3/README.md
similarity index 100%
rename from stable/kms/18.6.0/README.md
rename to stable/kms/18.7.3/README.md
diff --git a/stable/kms/18.7.3/app-changelog.md b/stable/kms/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..5c62623afaf
--- /dev/null
+++ b/stable/kms/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kms-18.7.3](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kms/18.6.0/app-readme.md b/stable/kms/18.7.3/app-readme.md
similarity index 100%
rename from stable/kms/18.6.0/app-readme.md
rename to stable/kms/18.7.3/app-readme.md
diff --git a/stable/kms/18.7.3/charts/common-20.2.4.tgz b/stable/kms/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kms/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kms/18.6.0/ix_values.yaml b/stable/kms/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/kms/18.6.0/ix_values.yaml
rename to stable/kms/18.7.3/ix_values.yaml
diff --git a/stable/kms/18.6.0/questions.yaml b/stable/kms/18.7.3/questions.yaml
similarity index 100%
rename from stable/kms/18.6.0/questions.yaml
rename to stable/kms/18.7.3/questions.yaml
diff --git a/stable/lama-cleaner/6.6.0/templates/NOTES.txt b/stable/kms/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/lama-cleaner/6.6.0/templates/NOTES.txt
rename to stable/kms/18.7.3/templates/NOTES.txt
diff --git a/stable/lancache-dns/8.6.0/templates/common.yaml b/stable/kms/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/lancache-dns/8.6.0/templates/common.yaml
rename to stable/kms/18.7.3/templates/common.yaml
diff --git a/stable/lama-cleaner/6.6.0/values.yaml b/stable/kms/18.7.3/values.yaml
similarity index 100%
rename from stable/lama-cleaner/6.6.0/values.yaml
rename to stable/kms/18.7.3/values.yaml
diff --git a/stable/kodi-headless/9.6.0/CHANGELOG.md b/stable/kodi-headless/9.6.0/CHANGELOG.md
deleted file mode 100644
index 95989acb9de..00000000000
--- a/stable/kodi-headless/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kodi-headless-9.6.0](https://github.com/truecharts/charts/compare/kodi-headless-9.5.2...kodi-headless-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kodi-headless-9.5.2](https://github.com/truecharts/charts/compare/kodi-headless-9.5.1...kodi-headless-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [kodi-headless-9.5.1](https://github.com/truecharts/charts/compare/kodi-headless-9.5.0...kodi-headless-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [kodi-headless-9.5.0](https://github.com/truecharts/charts/compare/kodi-headless-9.4.1...kodi-headless-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [kodi-headless-9.4.1](https://github.com/truecharts/charts/compare/kodi-headless-9.4.0...kodi-headless-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [kodi-headless-9.4.0](https://github.com/truecharts/charts/compare/kodi-headless-9.3.0...kodi-headless-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [kodi-headless-9.3.0](https://github.com/truecharts/charts/compare/kodi-headless-9.2.3...kodi-headless-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [kodi-headless-9.2.3](https://github.com/truecharts/charts/compare/kodi-headless-9.2.2...kodi-headless-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [kodi-headless-9.2.2](https://github.com/truecharts/charts/compare/kodi-headless-9.2.0...kodi-headless-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/kodi-headless/9.6.0/Chart.yaml b/stable/kodi-headless/9.6.0/Chart.yaml
deleted file mode 100644
index f48a5237686..00000000000
--- a/stable/kodi-headless/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 190.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A headless install of kodi in a docker container.
-home: https://truecharts.org/charts/stable/kodi-headless
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png
-keywords:
- - kodi-headless
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kodi-headless
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless
- - https://hub.docker.com/r/linuxserver/kodi-headless
-type: application
-version: 9.6.0
diff --git a/stable/kodi-headless/9.6.0/charts/common-20.1.5.tgz b/stable/kodi-headless/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/kodi-headless/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lancache-dns/8.6.0/.helmignore b/stable/kodi-headless/9.7.3/.helmignore
similarity index 100%
rename from stable/lancache-dns/8.6.0/.helmignore
rename to stable/kodi-headless/9.7.3/.helmignore
diff --git a/stable/kodi-headless/9.7.3/CHANGELOG.md b/stable/kodi-headless/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a1b39910de0
--- /dev/null
+++ b/stable/kodi-headless/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kodi-headless-9.7.2](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/kodi-headless/9.7.3/Chart.yaml b/stable/kodi-headless/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..469f46c8036
--- /dev/null
+++ b/stable/kodi-headless/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 190.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A headless install of kodi in a docker container.
+home: https://truecharts.org/charts/stable/kodi-headless
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png
+keywords:
+ - kodi-headless
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kodi-headless
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless
+ - https://hub.docker.com/r/linuxserver/kodi-headless
+type: application
+version: 9.7.3
diff --git a/stable/kodi-headless/9.6.0/README.md b/stable/kodi-headless/9.7.3/README.md
similarity index 100%
rename from stable/kodi-headless/9.6.0/README.md
rename to stable/kodi-headless/9.7.3/README.md
diff --git a/stable/kodi-headless/9.7.3/app-changelog.md b/stable/kodi-headless/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..5332fd4f9d6
--- /dev/null
+++ b/stable/kodi-headless/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kodi-headless-9.7.3](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kodi-headless/9.6.0/app-readme.md b/stable/kodi-headless/9.7.3/app-readme.md
similarity index 100%
rename from stable/kodi-headless/9.6.0/app-readme.md
rename to stable/kodi-headless/9.7.3/app-readme.md
diff --git a/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz b/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kodi-headless/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/kodi-headless/9.6.0/ix_values.yaml b/stable/kodi-headless/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/kodi-headless/9.6.0/ix_values.yaml
rename to stable/kodi-headless/9.7.3/ix_values.yaml
diff --git a/stable/kodi-headless/9.6.0/questions.yaml b/stable/kodi-headless/9.7.3/questions.yaml
similarity index 100%
rename from stable/kodi-headless/9.6.0/questions.yaml
rename to stable/kodi-headless/9.7.3/questions.yaml
diff --git a/stable/lancache-dns/8.6.0/templates/NOTES.txt b/stable/kodi-headless/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/lancache-dns/8.6.0/templates/NOTES.txt
rename to stable/kodi-headless/9.7.3/templates/NOTES.txt
diff --git a/stable/lanraragi/9.6.0/templates/common.yaml b/stable/kodi-headless/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/lanraragi/9.6.0/templates/common.yaml
rename to stable/kodi-headless/9.7.3/templates/common.yaml
diff --git a/stable/lancache-dns/8.6.0/values.yaml b/stable/kodi-headless/9.7.3/values.yaml
similarity index 100%
rename from stable/lancache-dns/8.6.0/values.yaml
rename to stable/kodi-headless/9.7.3/values.yaml
diff --git a/stable/komga/13.6.1/CHANGELOG.md b/stable/komga/13.6.1/CHANGELOG.md
deleted file mode 100644
index 5d2098200f7..00000000000
--- a/stable/komga/13.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
-
-
-## [komga-13.6.0](https://github.com/truecharts/charts/compare/komga-13.5.2...komga-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/komga/13.6.1/Chart.yaml b/stable/komga/13.6.1/Chart.yaml
deleted file mode 100644
index 464bd1c81e6..00000000000
--- a/stable/komga/13.6.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.10.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A comics/mangas server to serve/stream pages via API
-home: https://truecharts.org/charts/stable/komga
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png
-keywords:
- - komga
- - comics
- - mangas
- - server
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: komga
-sources:
- - https://github.com/gotson/komga
- - https://komga.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/komga
- - https://hub.docker.com/r/gotson/komga
-type: application
-version: 13.6.1
diff --git a/stable/komga/13.6.1/app-changelog.md b/stable/komga/13.6.1/app-changelog.md
deleted file mode 100644
index f7ecf0723f0..00000000000
--- a/stable/komga/13.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [komga-13.6.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
\ No newline at end of file
diff --git a/stable/komga/13.6.1/charts/common-20.1.5.tgz b/stable/komga/13.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/komga/13.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lancache-monolithic/8.6.0/.helmignore b/stable/komga/13.7.3/.helmignore
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/.helmignore
rename to stable/komga/13.7.3/.helmignore
diff --git a/stable/komga/13.7.3/CHANGELOG.md b/stable/komga/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c1afed071e1
--- /dev/null
+++ b/stable/komga/13.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
+
+
+## [komga-13.7.2](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
+
+
+## [komga-13.7.2](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
+
+
+## [komga-13.7.2](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
+
+
+## [komga-13.7.2](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
+
+
+## [komga-13.7.2](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
\ No newline at end of file
diff --git a/stable/komga/13.7.3/Chart.yaml b/stable/komga/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..4439ba2aaf2
--- /dev/null
+++ b/stable/komga/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.10.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A comics/mangas server to serve/stream pages via API
+home: https://truecharts.org/charts/stable/komga
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png
+keywords:
+ - komga
+ - comics
+ - mangas
+ - server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: komga
+sources:
+ - https://github.com/gotson/komga
+ - https://komga.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/komga
+ - https://hub.docker.com/r/gotson/komga
+type: application
+version: 13.7.3
diff --git a/stable/komga/13.6.1/README.md b/stable/komga/13.7.3/README.md
similarity index 100%
rename from stable/komga/13.6.1/README.md
rename to stable/komga/13.7.3/README.md
diff --git a/stable/komga/13.7.3/app-changelog.md b/stable/komga/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..9f6e3cee9d5
--- /dev/null
+++ b/stable/komga/13.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [komga-13.7.3](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image gotson/komga to v1.10.4[@5b4f581](https://github.com/5b4f581) by renovate ([#19312](https://github.com/truecharts/charts/issues/19312))
\ No newline at end of file
diff --git a/stable/komga/13.6.1/app-readme.md b/stable/komga/13.7.3/app-readme.md
similarity index 100%
rename from stable/komga/13.6.1/app-readme.md
rename to stable/komga/13.7.3/app-readme.md
diff --git a/stable/komga/13.7.3/charts/common-20.2.4.tgz b/stable/komga/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/komga/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/komga/13.6.1/ix_values.yaml b/stable/komga/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/komga/13.6.1/ix_values.yaml
rename to stable/komga/13.7.3/ix_values.yaml
diff --git a/stable/komga/13.6.1/questions.yaml b/stable/komga/13.7.3/questions.yaml
similarity index 100%
rename from stable/komga/13.6.1/questions.yaml
rename to stable/komga/13.7.3/questions.yaml
diff --git a/stable/lancache-monolithic/8.6.0/templates/NOTES.txt b/stable/komga/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/templates/NOTES.txt
rename to stable/komga/13.7.3/templates/NOTES.txt
diff --git a/stable/lazylibrarian/18.7.2/templates/common.yaml b/stable/komga/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/lazylibrarian/18.7.2/templates/common.yaml
rename to stable/komga/13.7.3/templates/common.yaml
diff --git a/stable/lancache-monolithic/8.6.0/values.yaml b/stable/komga/13.7.3/values.yaml
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/values.yaml
rename to stable/komga/13.7.3/values.yaml
diff --git a/stable/kopia/11.7.0/CHANGELOG.md b/stable/kopia/11.7.0/CHANGELOG.md
deleted file mode 100644
index 5811d787b7c..00000000000
--- a/stable/kopia/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/kopia/11.7.0/Chart.yaml b/stable/kopia/11.7.0/Chart.yaml
deleted file mode 100644
index 38ded747cd5..00000000000
--- a/stable/kopia/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utility
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.15.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
-home: https://truecharts.org/charts/stable/kopia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png
-keywords:
- - backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kopia
-sources:
- - https://github.com/kopia/kopia
- - https://kopia.io/docs/installation/#docker-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/kopia
- - https://hub.docker.com/r/kopia/kopia
-type: application
-version: 11.7.0
diff --git a/stable/kopia/11.7.0/app-changelog.md b/stable/kopia/11.7.0/app-changelog.md
deleted file mode 100644
index ff5eda73ecc..00000000000
--- a/stable/kopia/11.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [kopia-11.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kopia/11.7.0/charts/common-20.2.0.tgz b/stable/kopia/11.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/kopia/11.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/kopia/11.7.0/ix_values.yaml b/stable/kopia/11.7.0/ix_values.yaml
deleted file mode 100644
index be6fb1145c1..00000000000
--- a/stable/kopia/11.7.0/ix_values.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-image:
- repository: kopia/kopia
- tag: 0.15.0@sha256:fea96cef392971a0dce271ac4edd289476e23f3d4e1b90958785ee579ff14c07
- pullPolicy: IfNotPresent
-
-service:
- main:
- ports:
- main:
- protocol: http
- port: 10238
-
-kopia:
- user: "user"
- password: "secret"
- server_username: "user"
- server_password: "password"
-
-workload:
- main:
- podSpec:
- containers:
- main:
- envFrom:
- - secretRef:
- name: "kopia-secrets"
- args:
- - server
- - start
- - --address=http://0.0.0.0:{{ .Values.service.main.ports.main.port }}
- - --insecure
- - --server-username={{ .Values.kopia.server_username }}
- - --server-password={{ .Values.kopia.server_password }}
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-persistence:
- config:
- enabled: true
- mountPath: "/app/config"
- cache:
- enabled: true
- mountPath: "/app/cache"
- logs:
- enabled: true
- mountPath: "/app/logs"
- rclone:
- enabled: true
- mountPath: "/app/rclone"
-
-portal:
- open:
- enabled: true
diff --git a/stable/lanraragi/9.6.0/.helmignore b/stable/kopia/11.8.1/.helmignore
similarity index 100%
rename from stable/lanraragi/9.6.0/.helmignore
rename to stable/kopia/11.8.1/.helmignore
diff --git a/stable/kopia/11.8.1/CHANGELOG.md b/stable/kopia/11.8.1/CHANGELOG.md
new file mode 100644
index 00000000000..1af2c2617f0
--- /dev/null
+++ b/stable/kopia/11.8.1/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kopia-11.8.1](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kopia-11.8.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kopia-11.8.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kopia-11.8.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kopia-11.8.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kopia-11.8.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.0) (2024-03-24)
+
+### Chore
+
+
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kopia/11.8.1/Chart.yaml b/stable/kopia/11.8.1/Chart.yaml
new file mode 100644
index 00000000000..17e2d93072d
--- /dev/null
+++ b/stable/kopia/11.8.1/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utility
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.16.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
+home: https://truecharts.org/charts/stable/kopia
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png
+keywords:
+ - backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kopia
+sources:
+ - https://github.com/kopia/kopia
+ - https://kopia.io/docs/installation/#docker-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/kopia
+ - https://hub.docker.com/r/kopia/kopia
+type: application
+version: 11.8.1
diff --git a/stable/kopia/11.7.0/README.md b/stable/kopia/11.8.1/README.md
similarity index 100%
rename from stable/kopia/11.7.0/README.md
rename to stable/kopia/11.8.1/README.md
diff --git a/stable/kopia/11.8.1/app-changelog.md b/stable/kopia/11.8.1/app-changelog.md
new file mode 100644
index 00000000000..42d4b6a9b56
--- /dev/null
+++ b/stable/kopia/11.8.1/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [kopia-11.8.1](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image kopia/kopia to v0.16.0[@748cc75](https://github.com/748cc75) by renovate ([#19698](https://github.com/truecharts/charts/issues/19698))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/kopia/11.7.0/app-readme.md b/stable/kopia/11.8.1/app-readme.md
similarity index 100%
rename from stable/kopia/11.7.0/app-readme.md
rename to stable/kopia/11.8.1/app-readme.md
diff --git a/stable/kopia/11.8.1/charts/common-20.2.4.tgz b/stable/kopia/11.8.1/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/kopia/11.8.1/charts/common-20.2.4.tgz differ
diff --git a/stable/kopia/11.8.1/ix_values.yaml b/stable/kopia/11.8.1/ix_values.yaml
new file mode 100644
index 00000000000..9a25c87de8f
--- /dev/null
+++ b/stable/kopia/11.8.1/ix_values.yaml
@@ -0,0 +1,58 @@
+image:
+ repository: kopia/kopia
+ tag: 0.16.0@sha256:748cc753b49c0a74b42aac7e45ccad4b86615b2692384db842b09c8b22910c9e
+ pullPolicy: IfNotPresent
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10238
+
+kopia:
+ user: "user"
+ password: "secret"
+ server_username: "user"
+ server_password: "password"
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ envFrom:
+ - secretRef:
+ name: "kopia-secrets"
+ args:
+ - server
+ - start
+ - --address=http://0.0.0.0:{{ .Values.service.main.ports.main.port }}
+ - --insecure
+ - --server-username={{ .Values.kopia.server_username }}
+ - --server-password={{ .Values.kopia.server_password }}
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+
+persistence:
+ config:
+ enabled: true
+ mountPath: "/app/config"
+ cache:
+ enabled: true
+ mountPath: "/app/cache"
+ logs:
+ enabled: true
+ mountPath: "/app/logs"
+ rclone:
+ enabled: true
+ mountPath: "/app/rclone"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/kopia/11.7.0/questions.yaml b/stable/kopia/11.8.1/questions.yaml
similarity index 100%
rename from stable/kopia/11.7.0/questions.yaml
rename to stable/kopia/11.8.1/questions.yaml
diff --git a/stable/lanraragi/9.6.0/templates/NOTES.txt b/stable/kopia/11.8.1/templates/NOTES.txt
similarity index 100%
rename from stable/lanraragi/9.6.0/templates/NOTES.txt
rename to stable/kopia/11.8.1/templates/NOTES.txt
diff --git a/stable/kopia/11.7.0/templates/_secrets.tpl b/stable/kopia/11.8.1/templates/_secrets.tpl
similarity index 100%
rename from stable/kopia/11.7.0/templates/_secrets.tpl
rename to stable/kopia/11.8.1/templates/_secrets.tpl
diff --git a/stable/kopia/11.7.0/templates/common.yaml b/stable/kopia/11.8.1/templates/common.yaml
similarity index 100%
rename from stable/kopia/11.7.0/templates/common.yaml
rename to stable/kopia/11.8.1/templates/common.yaml
diff --git a/stable/lanraragi/9.6.0/values.yaml b/stable/kopia/11.8.1/values.yaml
similarity index 100%
rename from stable/lanraragi/9.6.0/values.yaml
rename to stable/kopia/11.8.1/values.yaml
diff --git a/stable/krusader/5.6.0/CHANGELOG.md b/stable/krusader/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7c5348bcf6d..00000000000
--- a/stable/krusader/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [krusader-5.6.0](https://github.com/truecharts/charts/compare/krusader-5.5.2...krusader-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [krusader-5.5.2](https://github.com/truecharts/charts/compare/krusader-5.5.1...krusader-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [krusader-5.5.1](https://github.com/truecharts/charts/compare/krusader-5.5.0...krusader-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [krusader-5.5.0](https://github.com/truecharts/charts/compare/krusader-5.4.1...krusader-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [krusader-5.4.1](https://github.com/truecharts/charts/compare/krusader-5.4.0...krusader-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [krusader-5.4.0](https://github.com/truecharts/charts/compare/krusader-5.3.0...krusader-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [krusader-5.3.0](https://github.com/truecharts/charts/compare/krusader-5.2.3...krusader-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [krusader-5.2.3](https://github.com/truecharts/charts/compare/krusader-5.2.2...krusader-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [krusader-5.2.2](https://github.com/truecharts/charts/compare/krusader-5.2.0...krusader-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/krusader/5.6.0/Chart.yaml b/stable/krusader/5.6.0/Chart.yaml
deleted file mode 100644
index e19a0ef690d..00000000000
--- a/stable/krusader/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc.
-home: https://truecharts.org/charts/stable/krusader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png
-keywords:
- - krusader
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: krusader
-sources:
- - https://krusader.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/krusader
- - https://hub.docker.com/r/ich777/krusader
-type: application
-version: 5.6.0
diff --git a/stable/krusader/5.6.0/charts/common-20.1.5.tgz b/stable/krusader/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/krusader/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lastoasis/5.6.0/.helmignore b/stable/krusader/5.7.3/.helmignore
similarity index 100%
rename from stable/lastoasis/5.6.0/.helmignore
rename to stable/krusader/5.7.3/.helmignore
diff --git a/stable/krusader/5.7.3/CHANGELOG.md b/stable/krusader/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c34d72cbe54
--- /dev/null
+++ b/stable/krusader/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [krusader-5.7.2](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/krusader/5.7.3/Chart.yaml b/stable/krusader/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..16ee6247498
--- /dev/null
+++ b/stable/krusader/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc.
+home: https://truecharts.org/charts/stable/krusader
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png
+keywords:
+ - krusader
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: krusader
+sources:
+ - https://krusader.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/krusader
+ - https://hub.docker.com/r/ich777/krusader
+type: application
+version: 5.7.3
diff --git a/stable/krusader/5.6.0/README.md b/stable/krusader/5.7.3/README.md
similarity index 100%
rename from stable/krusader/5.6.0/README.md
rename to stable/krusader/5.7.3/README.md
diff --git a/stable/krusader/5.7.3/app-changelog.md b/stable/krusader/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b63d4eceeba
--- /dev/null
+++ b/stable/krusader/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [krusader-5.7.3](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/krusader/5.6.0/app-readme.md b/stable/krusader/5.7.3/app-readme.md
similarity index 100%
rename from stable/krusader/5.6.0/app-readme.md
rename to stable/krusader/5.7.3/app-readme.md
diff --git a/stable/krusader/5.7.3/charts/common-20.2.4.tgz b/stable/krusader/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/krusader/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/krusader/5.6.0/ix_values.yaml b/stable/krusader/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/krusader/5.6.0/ix_values.yaml
rename to stable/krusader/5.7.3/ix_values.yaml
diff --git a/stable/krusader/5.6.0/questions.yaml b/stable/krusader/5.7.3/questions.yaml
similarity index 100%
rename from stable/krusader/5.6.0/questions.yaml
rename to stable/krusader/5.7.3/questions.yaml
diff --git a/stable/lastoasis/5.6.0/templates/common.yaml b/stable/krusader/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/lastoasis/5.6.0/templates/common.yaml
rename to stable/krusader/5.7.3/templates/common.yaml
diff --git a/stable/lastoasis/5.6.0/values.yaml b/stable/krusader/5.7.3/values.yaml
similarity index 100%
rename from stable/lastoasis/5.6.0/values.yaml
rename to stable/krusader/5.7.3/values.yaml
diff --git a/stable/lama-cleaner/6.6.0/CHANGELOG.md b/stable/lama-cleaner/6.6.0/CHANGELOG.md
deleted file mode 100644
index 822b190ea89..00000000000
--- a/stable/lama-cleaner/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lama-cleaner-6.6.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.5.2...lama-cleaner-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lama-cleaner-6.5.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.5.1...lama-cleaner-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lama-cleaner-6.5.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.5.0...lama-cleaner-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lama-cleaner-6.5.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.4.1...lama-cleaner-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lama-cleaner-6.4.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.4.0...lama-cleaner-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lama-cleaner-6.4.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.3.0...lama-cleaner-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lama-cleaner-6.3.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.3...lama-cleaner-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lama-cleaner-6.2.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.2...lama-cleaner-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lama-cleaner-6.2.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.0...lama-cleaner-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lama-cleaner/6.6.0/Chart.yaml b/stable/lama-cleaner/6.6.0/Chart.yaml
deleted file mode 100644
index ad58a5accf0..00000000000
--- a/stable/lama-cleaner/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.33.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open-source inpainting tool powered by SOTA AI model.
-home: https://truecharts.org/charts/stable/lama-cleaner
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png
-keywords:
- - lama-cleaner
- - media
- - AI
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lama-cleaner
-sources:
- - https://github.com/Sanster/lama-cleaner
- - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
- - https://hub.docker.com/r/cwq1913/lama-cleaner
-type: application
-version: 6.6.0
diff --git a/stable/lama-cleaner/6.6.0/charts/common-20.1.5.tgz b/stable/lama-cleaner/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lama-cleaner/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lazylibrarian/18.7.2/.helmignore b/stable/lama-cleaner/6.7.3/.helmignore
similarity index 100%
rename from stable/lazylibrarian/18.7.2/.helmignore
rename to stable/lama-cleaner/6.7.3/.helmignore
diff --git a/stable/lama-cleaner/6.7.3/CHANGELOG.md b/stable/lama-cleaner/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1b6b5dac87d
--- /dev/null
+++ b/stable/lama-cleaner/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lama-cleaner-6.7.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lama-cleaner/6.7.3/Chart.yaml b/stable/lama-cleaner/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..7b7200a0607
--- /dev/null
+++ b/stable/lama-cleaner/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.33.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open-source inpainting tool powered by SOTA AI model.
+home: https://truecharts.org/charts/stable/lama-cleaner
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png
+keywords:
+ - lama-cleaner
+ - media
+ - AI
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lama-cleaner
+sources:
+ - https://github.com/Sanster/lama-cleaner
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner
+ - https://hub.docker.com/r/cwq1913/lama-cleaner
+type: application
+version: 6.7.3
diff --git a/stable/lama-cleaner/6.6.0/README.md b/stable/lama-cleaner/6.7.3/README.md
similarity index 100%
rename from stable/lama-cleaner/6.6.0/README.md
rename to stable/lama-cleaner/6.7.3/README.md
diff --git a/stable/lama-cleaner/6.7.3/app-changelog.md b/stable/lama-cleaner/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..e38acd91138
--- /dev/null
+++ b/stable/lama-cleaner/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lama-cleaner-6.7.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lama-cleaner/6.6.0/app-readme.md b/stable/lama-cleaner/6.7.3/app-readme.md
similarity index 100%
rename from stable/lama-cleaner/6.6.0/app-readme.md
rename to stable/lama-cleaner/6.7.3/app-readme.md
diff --git a/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz b/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lama-cleaner/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lama-cleaner/6.6.0/ix_values.yaml b/stable/lama-cleaner/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/lama-cleaner/6.6.0/ix_values.yaml
rename to stable/lama-cleaner/6.7.3/ix_values.yaml
diff --git a/stable/lama-cleaner/6.6.0/questions.yaml b/stable/lama-cleaner/6.7.3/questions.yaml
similarity index 100%
rename from stable/lama-cleaner/6.6.0/questions.yaml
rename to stable/lama-cleaner/6.7.3/questions.yaml
diff --git a/stable/lazylibrarian/18.7.2/templates/NOTES.txt b/stable/lama-cleaner/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/lazylibrarian/18.7.2/templates/NOTES.txt
rename to stable/lama-cleaner/6.7.3/templates/NOTES.txt
diff --git a/stable/lama-cleaner/6.6.0/templates/_args.tpl b/stable/lama-cleaner/6.7.3/templates/_args.tpl
similarity index 100%
rename from stable/lama-cleaner/6.6.0/templates/_args.tpl
rename to stable/lama-cleaner/6.7.3/templates/_args.tpl
diff --git a/stable/lama-cleaner/6.6.0/templates/common.yaml b/stable/lama-cleaner/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/lama-cleaner/6.6.0/templates/common.yaml
rename to stable/lama-cleaner/6.7.3/templates/common.yaml
diff --git a/stable/lazylibrarian/18.7.2/values.yaml b/stable/lama-cleaner/6.7.3/values.yaml
similarity index 100%
rename from stable/lazylibrarian/18.7.2/values.yaml
rename to stable/lama-cleaner/6.7.3/values.yaml
diff --git a/stable/lancache-dns/8.6.0/CHANGELOG.md b/stable/lancache-dns/8.6.0/CHANGELOG.md
deleted file mode 100644
index ffe4a5d32a3..00000000000
--- a/stable/lancache-dns/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lancache-dns-8.6.0](https://github.com/truecharts/charts/compare/lancache-dns-8.5.2...lancache-dns-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lancache-dns-8.5.2](https://github.com/truecharts/charts/compare/lancache-dns-8.5.1...lancache-dns-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lancache-dns-8.5.1](https://github.com/truecharts/charts/compare/lancache-dns-8.5.0...lancache-dns-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lancache-dns-8.5.0](https://github.com/truecharts/charts/compare/lancache-dns-8.4.1...lancache-dns-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lancache-dns-8.4.1](https://github.com/truecharts/charts/compare/lancache-dns-8.4.0...lancache-dns-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lancache-dns-8.4.0](https://github.com/truecharts/charts/compare/lancache-dns-8.3.0...lancache-dns-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lancache-dns-8.3.0](https://github.com/truecharts/charts/compare/lancache-dns-8.2.3...lancache-dns-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lancache-dns-8.2.3](https://github.com/truecharts/charts/compare/lancache-dns-8.2.2...lancache-dns-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lancache-dns-8.2.2](https://github.com/truecharts/charts/compare/lancache-dns-8.2.0...lancache-dns-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lancache-dns/8.6.0/Chart.yaml b/stable/lancache-dns/8.6.0/Chart.yaml
deleted file mode 100644
index 9294ac4f10e..00000000000
--- a/stable/lancache-dns/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: DNS Chart service for a steam cache.
-home: https://truecharts.org/charts/stable/lancache-dns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png
-keywords:
- - lancache-dns
- - dns
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lancache-dns
-sources:
- - https://github.com/lancachenet/lancache-dns
- - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns
- - https://hub.docker.com/r/lancachenet/lancache-dns
-type: application
-version: 8.6.0
diff --git a/stable/lancache-dns/8.6.0/charts/common-20.1.5.tgz b/stable/lancache-dns/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lancache-dns/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/leaf2mqtt/11.6.0/.helmignore b/stable/lancache-dns/8.7.3/.helmignore
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/.helmignore
rename to stable/lancache-dns/8.7.3/.helmignore
diff --git a/stable/lancache-dns/8.7.3/CHANGELOG.md b/stable/lancache-dns/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9d27c7057a2
--- /dev/null
+++ b/stable/lancache-dns/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-dns-8.7.2](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lancache-dns/8.7.3/Chart.yaml b/stable/lancache-dns/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..e7ab0e1f8c1
--- /dev/null
+++ b/stable/lancache-dns/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: DNS Chart service for a steam cache.
+home: https://truecharts.org/charts/stable/lancache-dns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png
+keywords:
+ - lancache-dns
+ - dns
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lancache-dns
+sources:
+ - https://github.com/lancachenet/lancache-dns
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns
+ - https://hub.docker.com/r/lancachenet/lancache-dns
+type: application
+version: 8.7.3
diff --git a/stable/lancache-dns/8.6.0/README.md b/stable/lancache-dns/8.7.3/README.md
similarity index 100%
rename from stable/lancache-dns/8.6.0/README.md
rename to stable/lancache-dns/8.7.3/README.md
diff --git a/stable/lancache-dns/8.7.3/app-changelog.md b/stable/lancache-dns/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..cea366dd53e
--- /dev/null
+++ b/stable/lancache-dns/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lancache-dns-8.7.3](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lancache-dns/8.6.0/app-readme.md b/stable/lancache-dns/8.7.3/app-readme.md
similarity index 100%
rename from stable/lancache-dns/8.6.0/app-readme.md
rename to stable/lancache-dns/8.7.3/app-readme.md
diff --git a/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz b/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lancache-dns/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lancache-dns/8.6.0/ix_values.yaml b/stable/lancache-dns/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/lancache-dns/8.6.0/ix_values.yaml
rename to stable/lancache-dns/8.7.3/ix_values.yaml
diff --git a/stable/lancache-dns/8.6.0/questions.yaml b/stable/lancache-dns/8.7.3/questions.yaml
similarity index 100%
rename from stable/lancache-dns/8.6.0/questions.yaml
rename to stable/lancache-dns/8.7.3/questions.yaml
diff --git a/stable/leaf2mqtt/11.6.0/templates/NOTES.txt b/stable/lancache-dns/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/templates/NOTES.txt
rename to stable/lancache-dns/8.7.3/templates/NOTES.txt
diff --git a/stable/libreddit/8.6.0/templates/common.yaml b/stable/lancache-dns/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/libreddit/8.6.0/templates/common.yaml
rename to stable/lancache-dns/8.7.3/templates/common.yaml
diff --git a/stable/leaf2mqtt/11.6.0/values.yaml b/stable/lancache-dns/8.7.3/values.yaml
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/values.yaml
rename to stable/lancache-dns/8.7.3/values.yaml
diff --git a/stable/lancache-monolithic/8.6.0/CHANGELOG.md b/stable/lancache-monolithic/8.6.0/CHANGELOG.md
deleted file mode 100644
index 0c18deb6725..00000000000
--- a/stable/lancache-monolithic/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lancache-monolithic-8.6.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.5.2...lancache-monolithic-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lancache-monolithic-8.5.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.5.1...lancache-monolithic-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lancache-monolithic-8.5.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.5.0...lancache-monolithic-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lancache-monolithic-8.5.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.4.1...lancache-monolithic-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lancache-monolithic-8.4.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.4.0...lancache-monolithic-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lancache-monolithic-8.4.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.3.0...lancache-monolithic-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lancache-monolithic-8.3.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.3...lancache-monolithic-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lancache-monolithic-8.2.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.2...lancache-monolithic-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lancache-monolithic-8.2.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.0...lancache-monolithic-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lancache-monolithic/8.6.0/Chart.yaml b/stable/lancache-monolithic/8.6.0/Chart.yaml
deleted file mode 100644
index 912c18eb301..00000000000
--- a/stable/lancache-monolithic/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: gaming
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A monolithic lancache service capable of caching all CDNs in a single instance.
-home: https://truecharts.org/charts/stable/lancache-monolithic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png
-keywords:
- - monolithic
- - lancache
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lancache-monolithic
-sources:
- - https://github.com/lancachenet/monolithic
- - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
- - https://hub.docker.com/r/ich777/lancache-prefill
- - https://hub.docker.com/r/lancachenet/monolithic
-type: application
-version: 8.6.0
diff --git a/stable/lancache-monolithic/8.6.0/charts/common-20.1.5.tgz b/stable/lancache-monolithic/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lancache-monolithic/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/left4dead/5.6.0/.helmignore b/stable/lancache-monolithic/8.7.3/.helmignore
similarity index 100%
rename from stable/left4dead/5.6.0/.helmignore
rename to stable/lancache-monolithic/8.7.3/.helmignore
diff --git a/stable/lancache-monolithic/8.7.3/CHANGELOG.md b/stable/lancache-monolithic/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5af7c5f0e03
--- /dev/null
+++ b/stable/lancache-monolithic/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lancache-monolithic-8.7.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lancache-monolithic/8.7.3/Chart.yaml b/stable/lancache-monolithic/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..b8df891bde6
--- /dev/null
+++ b/stable/lancache-monolithic/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: gaming
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A monolithic lancache service capable of caching all CDNs in a single instance.
+home: https://truecharts.org/charts/stable/lancache-monolithic
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png
+keywords:
+ - monolithic
+ - lancache
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lancache-monolithic
+sources:
+ - https://github.com/lancachenet/monolithic
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
+ - https://hub.docker.com/r/ich777/lancache-prefill
+ - https://hub.docker.com/r/lancachenet/monolithic
+type: application
+version: 8.7.3
diff --git a/stable/lancache-monolithic/8.6.0/README.md b/stable/lancache-monolithic/8.7.3/README.md
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/README.md
rename to stable/lancache-monolithic/8.7.3/README.md
diff --git a/stable/lancache-monolithic/8.7.3/app-changelog.md b/stable/lancache-monolithic/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..49de847d517
--- /dev/null
+++ b/stable/lancache-monolithic/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lancache-monolithic-8.7.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lancache-monolithic/8.6.0/app-readme.md b/stable/lancache-monolithic/8.7.3/app-readme.md
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/app-readme.md
rename to stable/lancache-monolithic/8.7.3/app-readme.md
diff --git a/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz b/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lancache-monolithic/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lancache-monolithic/8.6.0/ix_values.yaml b/stable/lancache-monolithic/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/ix_values.yaml
rename to stable/lancache-monolithic/8.7.3/ix_values.yaml
diff --git a/stable/lancache-monolithic/8.6.0/questions.yaml b/stable/lancache-monolithic/8.7.3/questions.yaml
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/questions.yaml
rename to stable/lancache-monolithic/8.7.3/questions.yaml
diff --git a/stable/libreddit/8.6.0/templates/NOTES.txt b/stable/lancache-monolithic/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/libreddit/8.6.0/templates/NOTES.txt
rename to stable/lancache-monolithic/8.7.3/templates/NOTES.txt
diff --git a/stable/lancache-monolithic/8.6.0/templates/common.yaml b/stable/lancache-monolithic/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/lancache-monolithic/8.6.0/templates/common.yaml
rename to stable/lancache-monolithic/8.7.3/templates/common.yaml
diff --git a/stable/left4dead/5.6.0/values.yaml b/stable/lancache-monolithic/8.7.3/values.yaml
similarity index 100%
rename from stable/left4dead/5.6.0/values.yaml
rename to stable/lancache-monolithic/8.7.3/values.yaml
diff --git a/stable/lanraragi/9.6.0/CHANGELOG.md b/stable/lanraragi/9.6.0/CHANGELOG.md
deleted file mode 100644
index 9aa3e293086..00000000000
--- a/stable/lanraragi/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lanraragi-9.6.0](https://github.com/truecharts/charts/compare/lanraragi-9.5.2...lanraragi-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lanraragi-9.5.2](https://github.com/truecharts/charts/compare/lanraragi-9.5.1...lanraragi-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lanraragi-9.5.1](https://github.com/truecharts/charts/compare/lanraragi-9.5.0...lanraragi-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lanraragi-9.5.0](https://github.com/truecharts/charts/compare/lanraragi-9.4.1...lanraragi-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lanraragi-9.4.1](https://github.com/truecharts/charts/compare/lanraragi-9.4.0...lanraragi-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lanraragi-9.4.0](https://github.com/truecharts/charts/compare/lanraragi-9.3.0...lanraragi-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lanraragi-9.3.0](https://github.com/truecharts/charts/compare/lanraragi-9.2.3...lanraragi-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lanraragi-9.2.3](https://github.com/truecharts/charts/compare/lanraragi-9.2.2...lanraragi-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lanraragi-9.2.2](https://github.com/truecharts/charts/compare/lanraragi-9.2.0...lanraragi-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lanraragi/9.6.0/Chart.yaml b/stable/lanraragi/9.6.0/Chart.yaml
deleted file mode 100644
index 26d4321bded..00000000000
--- a/stable/lanraragi/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.9.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open source server for archival of comics/manga.
-home: https://truecharts.org/charts/stable/lanraragi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png
-keywords:
- - lanraragi
- - comics
- - manga
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lanraragi
-sources:
- - https://github.com/Difegue/LANraragi
- - https://sugoi.gitbook.io/lanraragi/
- - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi
- - https://hub.docker.com/r/difegue/lanraragi
-type: application
-version: 9.6.0
diff --git a/stable/lanraragi/9.6.0/charts/common-20.1.5.tgz b/stable/lanraragi/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lanraragi/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lemur-cfssl/5.6.0/.helmignore b/stable/lanraragi/9.7.3/.helmignore
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/.helmignore
rename to stable/lanraragi/9.7.3/.helmignore
diff --git a/stable/lanraragi/9.7.3/CHANGELOG.md b/stable/lanraragi/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..562f7eae725
--- /dev/null
+++ b/stable/lanraragi/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lanraragi-9.7.2](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lanraragi/9.7.3/Chart.yaml b/stable/lanraragi/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..f0381a449dd
--- /dev/null
+++ b/stable/lanraragi/9.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open source server for archival of comics/manga.
+home: https://truecharts.org/charts/stable/lanraragi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png
+keywords:
+ - lanraragi
+ - comics
+ - manga
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lanraragi
+sources:
+ - https://github.com/Difegue/LANraragi
+ - https://sugoi.gitbook.io/lanraragi/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi
+ - https://hub.docker.com/r/difegue/lanraragi
+type: application
+version: 9.7.3
diff --git a/stable/lanraragi/9.6.0/README.md b/stable/lanraragi/9.7.3/README.md
similarity index 100%
rename from stable/lanraragi/9.6.0/README.md
rename to stable/lanraragi/9.7.3/README.md
diff --git a/stable/lanraragi/9.7.3/app-changelog.md b/stable/lanraragi/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..cbfea5a90fd
--- /dev/null
+++ b/stable/lanraragi/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lanraragi-9.7.3](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lanraragi/9.6.0/app-readme.md b/stable/lanraragi/9.7.3/app-readme.md
similarity index 100%
rename from stable/lanraragi/9.6.0/app-readme.md
rename to stable/lanraragi/9.7.3/app-readme.md
diff --git a/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz b/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lanraragi/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lanraragi/9.6.0/ix_values.yaml b/stable/lanraragi/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/lanraragi/9.6.0/ix_values.yaml
rename to stable/lanraragi/9.7.3/ix_values.yaml
diff --git a/stable/lanraragi/9.6.0/questions.yaml b/stable/lanraragi/9.7.3/questions.yaml
similarity index 100%
rename from stable/lanraragi/9.6.0/questions.yaml
rename to stable/lanraragi/9.7.3/questions.yaml
diff --git a/stable/librespeed/13.7.1/templates/NOTES.txt b/stable/lanraragi/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/librespeed/13.7.1/templates/NOTES.txt
rename to stable/lanraragi/9.7.3/templates/NOTES.txt
diff --git a/stable/librespeed/13.7.1/templates/common.yaml b/stable/lanraragi/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/librespeed/13.7.1/templates/common.yaml
rename to stable/lanraragi/9.7.3/templates/common.yaml
diff --git a/stable/lemur-cfssl/5.6.0/values.yaml b/stable/lanraragi/9.7.3/values.yaml
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/values.yaml
rename to stable/lanraragi/9.7.3/values.yaml
diff --git a/stable/lastoasis/5.6.0/CHANGELOG.md b/stable/lastoasis/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7624905f7ee..00000000000
--- a/stable/lastoasis/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lastoasis-5.6.0](https://github.com/truecharts/charts/compare/lastoasis-5.5.2...lastoasis-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lastoasis-5.5.2](https://github.com/truecharts/charts/compare/lastoasis-5.5.1...lastoasis-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lastoasis-5.5.1](https://github.com/truecharts/charts/compare/lastoasis-5.5.0...lastoasis-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lastoasis-5.5.0](https://github.com/truecharts/charts/compare/lastoasis-5.4.1...lastoasis-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lastoasis-5.4.1](https://github.com/truecharts/charts/compare/lastoasis-5.4.0...lastoasis-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lastoasis-5.4.0](https://github.com/truecharts/charts/compare/lastoasis-5.3.0...lastoasis-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lastoasis-5.3.0](https://github.com/truecharts/charts/compare/lastoasis-5.2.3...lastoasis-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lastoasis-5.2.3](https://github.com/truecharts/charts/compare/lastoasis-5.2.2...lastoasis-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lastoasis-5.2.2](https://github.com/truecharts/charts/compare/lastoasis-5.2.0...lastoasis-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lastoasis/5.6.0/Chart.yaml b/stable/lastoasis/5.6.0/Chart.yaml
deleted file mode 100644
index 26f7e8d1d6f..00000000000
--- a/stable/lastoasis/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: lastoasis
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it.
-home: https://truecharts.org/charts/stable/lastoasis
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png
-keywords:
- - lastoasis
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lastoasis
-sources:
- - https://store.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/lastoasis/5.6.0/charts/common-20.1.5.tgz b/stable/lastoasis/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lastoasis/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/libreddit/8.6.0/.helmignore b/stable/lastoasis/5.7.3/.helmignore
similarity index 100%
rename from stable/libreddit/8.6.0/.helmignore
rename to stable/lastoasis/5.7.3/.helmignore
diff --git a/stable/lastoasis/5.7.3/CHANGELOG.md b/stable/lastoasis/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f313ff4c7b3
--- /dev/null
+++ b/stable/lastoasis/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lastoasis-5.7.2](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lastoasis/5.7.3/Chart.yaml b/stable/lastoasis/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b2fea4fdc95
--- /dev/null
+++ b/stable/lastoasis/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: lastoasis
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it.
+home: https://truecharts.org/charts/stable/lastoasis
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png
+keywords:
+ - lastoasis
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lastoasis
+sources:
+ - https://store.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/lastoasis/5.6.0/README.md b/stable/lastoasis/5.7.3/README.md
similarity index 100%
rename from stable/lastoasis/5.6.0/README.md
rename to stable/lastoasis/5.7.3/README.md
diff --git a/stable/lastoasis/5.7.3/app-changelog.md b/stable/lastoasis/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d91653eb932
--- /dev/null
+++ b/stable/lastoasis/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lastoasis-5.7.3](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lastoasis/5.6.0/app-readme.md b/stable/lastoasis/5.7.3/app-readme.md
similarity index 100%
rename from stable/lastoasis/5.6.0/app-readme.md
rename to stable/lastoasis/5.7.3/app-readme.md
diff --git a/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz b/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lastoasis/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lastoasis/5.6.0/ix_values.yaml b/stable/lastoasis/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/lastoasis/5.6.0/ix_values.yaml
rename to stable/lastoasis/5.7.3/ix_values.yaml
diff --git a/stable/lastoasis/5.6.0/questions.yaml b/stable/lastoasis/5.7.3/questions.yaml
similarity index 100%
rename from stable/lastoasis/5.6.0/questions.yaml
rename to stable/lastoasis/5.7.3/questions.yaml
diff --git a/stable/leaf2mqtt/11.6.0/templates/common.yaml b/stable/lastoasis/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/templates/common.yaml
rename to stable/lastoasis/5.7.3/templates/common.yaml
diff --git a/stable/libreddit/8.6.0/values.yaml b/stable/lastoasis/5.7.3/values.yaml
similarity index 100%
rename from stable/libreddit/8.6.0/values.yaml
rename to stable/lastoasis/5.7.3/values.yaml
diff --git a/stable/lazylibrarian/18.7.2/CHANGELOG.md b/stable/lazylibrarian/18.7.2/CHANGELOG.md
deleted file mode 100644
index 7f0b4c1b2f0..00000000000
--- a/stable/lazylibrarian/18.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lazylibrarian-18.7.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [lazylibrarian-18.7.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
\ No newline at end of file
diff --git a/stable/lazylibrarian/18.7.2/Chart.yaml b/stable/lazylibrarian/18.7.2/Chart.yaml
deleted file mode 100644
index e21c43aa9d8..00000000000
--- a/stable/lazylibrarian/18.7.2/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Get all your books, like series with Sonarr...
-home: https://truecharts.org/charts/stable/lazylibrarian
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png
-keywords:
- - lazylibrarian
- - ebooks
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lazylibrarian
-sources:
- - https://lazylibrarian.gitlab.io
- - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian
- - https://ghcr.io/linuxserver/lazylibrarian
-type: application
-version: 18.7.2
diff --git a/stable/lazylibrarian/18.7.2/app-changelog.md b/stable/lazylibrarian/18.7.2/app-changelog.md
deleted file mode 100644
index 7f202a636f6..00000000000
--- a/stable/lazylibrarian/18.7.2/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [lazylibrarian-18.7.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
-
-- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lazylibrarian/18.7.2/charts/common-20.2.0.tgz b/stable/lazylibrarian/18.7.2/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/lazylibrarian/18.7.2/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/lazylibrarian/18.7.2/ix_values.yaml b/stable/lazylibrarian/18.7.2/ix_values.yaml
deleted file mode 100644
index 9040fc24f71..00000000000
--- a/stable/lazylibrarian/18.7.2/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/lazylibrarian
- pullPolicy: IfNotPresent
- tag: latest@sha256:025a4c3c9a997d64a2f9e00179675838c5cddda6b7de49cafafe365e995ba075
-service:
- main:
- ports:
- main:
- port: 5299
- targetPort: 5299
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/librespeed/13.7.1/.helmignore b/stable/lazylibrarian/18.7.6/.helmignore
similarity index 100%
rename from stable/librespeed/13.7.1/.helmignore
rename to stable/lazylibrarian/18.7.6/.helmignore
diff --git a/stable/lazylibrarian/18.7.6/CHANGELOG.md b/stable/lazylibrarian/18.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..4ad91f285b5
--- /dev/null
+++ b/stable/lazylibrarian/18.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lazylibrarian-18.7.5](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lazylibrarian-18.7.5](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lazylibrarian-18.7.5](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lazylibrarian-18.7.5](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lazylibrarian/18.7.6/Chart.yaml b/stable/lazylibrarian/18.7.6/Chart.yaml
new file mode 100644
index 00000000000..5ecb4c730fe
--- /dev/null
+++ b/stable/lazylibrarian/18.7.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Get all your books, like series with Sonarr...
+home: https://truecharts.org/charts/stable/lazylibrarian
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png
+keywords:
+ - lazylibrarian
+ - ebooks
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lazylibrarian
+sources:
+ - https://lazylibrarian.gitlab.io
+ - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian
+ - https://ghcr.io/linuxserver/lazylibrarian
+type: application
+version: 18.7.6
diff --git a/stable/lazylibrarian/18.7.2/README.md b/stable/lazylibrarian/18.7.6/README.md
similarity index 100%
rename from stable/lazylibrarian/18.7.2/README.md
rename to stable/lazylibrarian/18.7.6/README.md
diff --git a/stable/lazylibrarian/18.7.6/app-changelog.md b/stable/lazylibrarian/18.7.6/app-changelog.md
new file mode 100644
index 00000000000..ff328dd5937
--- /dev/null
+++ b/stable/lazylibrarian/18.7.6/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [lazylibrarian-18.7.6](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@ce850ac](https://github.com/ce850ac) by renovate ([#19704](https://github.com/truecharts/charts/issues/19704))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@025a4c3](https://github.com/025a4c3) by renovate ([#19421](https://github.com/truecharts/charts/issues/19421))
+
+- update container image ghcr.io/linuxserver/lazylibrarian to latest[@4d7743b](https://github.com/4d7743b) by renovate ([#19383](https://github.com/truecharts/charts/issues/19383))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lazylibrarian/18.7.2/app-readme.md b/stable/lazylibrarian/18.7.6/app-readme.md
similarity index 100%
rename from stable/lazylibrarian/18.7.2/app-readme.md
rename to stable/lazylibrarian/18.7.6/app-readme.md
diff --git a/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz b/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lazylibrarian/18.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/lazylibrarian/18.7.6/ix_values.yaml b/stable/lazylibrarian/18.7.6/ix_values.yaml
new file mode 100644
index 00000000000..1dec89428b9
--- /dev/null
+++ b/stable/lazylibrarian/18.7.6/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/lazylibrarian
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:ce850ac9bbf5385b2a06f3dfb450aa67abf876e4fe4ed09a5a5a6ab1bdf60628
+service:
+ main:
+ ports:
+ main:
+ port: 5299
+ targetPort: 5299
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/lazylibrarian/18.7.2/questions.yaml b/stable/lazylibrarian/18.7.6/questions.yaml
similarity index 100%
rename from stable/lazylibrarian/18.7.2/questions.yaml
rename to stable/lazylibrarian/18.7.6/questions.yaml
diff --git a/stable/lidarr/21.5.1/templates/NOTES.txt b/stable/lazylibrarian/18.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/lidarr/21.5.1/templates/NOTES.txt
rename to stable/lazylibrarian/18.7.6/templates/NOTES.txt
diff --git a/stable/linkding/9.7.0/templates/common.yaml b/stable/lazylibrarian/18.7.6/templates/common.yaml
similarity index 100%
rename from stable/linkding/9.7.0/templates/common.yaml
rename to stable/lazylibrarian/18.7.6/templates/common.yaml
diff --git a/stable/librespeed/13.7.1/values.yaml b/stable/lazylibrarian/18.7.6/values.yaml
similarity index 100%
rename from stable/librespeed/13.7.1/values.yaml
rename to stable/lazylibrarian/18.7.6/values.yaml
diff --git a/stable/leaf2mqtt/11.6.0/CHANGELOG.md b/stable/leaf2mqtt/11.6.0/CHANGELOG.md
deleted file mode 100644
index 88f0b0248f1..00000000000
--- a/stable/leaf2mqtt/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [leaf2mqtt-11.6.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.5.2...leaf2mqtt-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [leaf2mqtt-11.5.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.5.1...leaf2mqtt-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [leaf2mqtt-11.5.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.5.0...leaf2mqtt-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [leaf2mqtt-11.5.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.4.1...leaf2mqtt-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [leaf2mqtt-11.4.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.4.0...leaf2mqtt-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [leaf2mqtt-11.4.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.3.0...leaf2mqtt-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [leaf2mqtt-11.3.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.3...leaf2mqtt-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [leaf2mqtt-11.2.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.2...leaf2mqtt-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [leaf2mqtt-11.2.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.0...leaf2mqtt-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/leaf2mqtt/11.6.0/Chart.yaml b/stable/leaf2mqtt/11.6.0/Chart.yaml
deleted file mode 100644
index ce459746aff..00000000000
--- a/stable/leaf2mqtt/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.6.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Nissan Leaf connected services to MQTT adapter
-home: https://truecharts.org/charts/stable/leaf2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png
-keywords:
- - leaf2mqtt
- - leaf
- - nissan
- - kamereon
- - carwings
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: leaf2mqtt
-sources:
- - https://github.com/mitsumaui/leaf2mqtt
- - https://github.com/k8s-at-home/container-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt
- - https://ghcr.io/k8s-at-home/leaf2mqtt
-type: application
-version: 11.6.0
diff --git a/stable/leaf2mqtt/11.6.0/charts/common-20.1.5.tgz b/stable/leaf2mqtt/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/leaf2mqtt/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lidarr/21.5.1/.helmignore b/stable/leaf2mqtt/11.7.3/.helmignore
similarity index 100%
rename from stable/lidarr/21.5.1/.helmignore
rename to stable/leaf2mqtt/11.7.3/.helmignore
diff --git a/stable/leaf2mqtt/11.7.3/CHANGELOG.md b/stable/leaf2mqtt/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..07b5f071601
--- /dev/null
+++ b/stable/leaf2mqtt/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [leaf2mqtt-11.7.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/leaf2mqtt/11.7.3/Chart.yaml b/stable/leaf2mqtt/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..695b92abc61
--- /dev/null
+++ b/stable/leaf2mqtt/11.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Nissan Leaf connected services to MQTT adapter
+home: https://truecharts.org/charts/stable/leaf2mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png
+keywords:
+ - leaf2mqtt
+ - leaf
+ - nissan
+ - kamereon
+ - carwings
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: leaf2mqtt
+sources:
+ - https://github.com/mitsumaui/leaf2mqtt
+ - https://github.com/k8s-at-home/container-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt
+ - https://ghcr.io/k8s-at-home/leaf2mqtt
+type: application
+version: 11.7.3
diff --git a/stable/leaf2mqtt/11.6.0/README.md b/stable/leaf2mqtt/11.7.3/README.md
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/README.md
rename to stable/leaf2mqtt/11.7.3/README.md
diff --git a/stable/leaf2mqtt/11.7.3/app-changelog.md b/stable/leaf2mqtt/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..1b4807407d6
--- /dev/null
+++ b/stable/leaf2mqtt/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [leaf2mqtt-11.7.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/leaf2mqtt/11.6.0/app-readme.md b/stable/leaf2mqtt/11.7.3/app-readme.md
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/app-readme.md
rename to stable/leaf2mqtt/11.7.3/app-readme.md
diff --git a/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz b/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/leaf2mqtt/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/leaf2mqtt/11.6.0/ix_values.yaml b/stable/leaf2mqtt/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/ix_values.yaml
rename to stable/leaf2mqtt/11.7.3/ix_values.yaml
diff --git a/stable/leaf2mqtt/11.6.0/questions.yaml b/stable/leaf2mqtt/11.7.3/questions.yaml
similarity index 100%
rename from stable/leaf2mqtt/11.6.0/questions.yaml
rename to stable/leaf2mqtt/11.7.3/questions.yaml
diff --git a/stable/linkding/9.7.0/templates/NOTES.txt b/stable/leaf2mqtt/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/linkding/9.7.0/templates/NOTES.txt
rename to stable/leaf2mqtt/11.7.3/templates/NOTES.txt
diff --git a/stable/left4dead/5.6.0/templates/common.yaml b/stable/leaf2mqtt/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/left4dead/5.6.0/templates/common.yaml
rename to stable/leaf2mqtt/11.7.3/templates/common.yaml
diff --git a/stable/lidarr/21.5.1/values.yaml b/stable/leaf2mqtt/11.7.3/values.yaml
similarity index 100%
rename from stable/lidarr/21.5.1/values.yaml
rename to stable/leaf2mqtt/11.7.3/values.yaml
diff --git a/stable/left4dead/5.6.0/CHANGELOG.md b/stable/left4dead/5.6.0/CHANGELOG.md
deleted file mode 100644
index 43465b5a10c..00000000000
--- a/stable/left4dead/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [left4dead-5.6.0](https://github.com/truecharts/charts/compare/left4dead-5.5.2...left4dead-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [left4dead-5.5.2](https://github.com/truecharts/charts/compare/left4dead-5.5.1...left4dead-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [left4dead-5.5.1](https://github.com/truecharts/charts/compare/left4dead-5.5.0...left4dead-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [left4dead-5.5.0](https://github.com/truecharts/charts/compare/left4dead-5.4.1...left4dead-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [left4dead-5.4.1](https://github.com/truecharts/charts/compare/left4dead-5.4.0...left4dead-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [left4dead-5.4.0](https://github.com/truecharts/charts/compare/left4dead-5.3.0...left4dead-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [left4dead-5.3.0](https://github.com/truecharts/charts/compare/left4dead-5.2.3...left4dead-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [left4dead-5.2.3](https://github.com/truecharts/charts/compare/left4dead-5.2.2...left4dead-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [left4dead-5.2.2](https://github.com/truecharts/charts/compare/left4dead-5.2.0...left4dead-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/left4dead/5.6.0/Chart.yaml b/stable/left4dead/5.6.0/Chart.yaml
deleted file mode 100644
index e4a520ae65d..00000000000
--- a/stable/left4dead/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: l4d
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it.
-home: https://truecharts.org/charts/stable/left4dead
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png
-keywords:
- - left4dead
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: left4dead
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/left4dead/5.6.0/charts/common-20.1.5.tgz b/stable/left4dead/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/left4dead/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lingva/5.6.0/.helmignore b/stable/left4dead/5.7.3/.helmignore
similarity index 100%
rename from stable/lingva/5.6.0/.helmignore
rename to stable/left4dead/5.7.3/.helmignore
diff --git a/stable/left4dead/5.7.3/CHANGELOG.md b/stable/left4dead/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4fa78831f40
--- /dev/null
+++ b/stable/left4dead/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [left4dead-5.7.2](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/left4dead/5.7.3/Chart.yaml b/stable/left4dead/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..834a598e8fd
--- /dev/null
+++ b/stable/left4dead/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: l4d
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it.
+home: https://truecharts.org/charts/stable/left4dead
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png
+keywords:
+ - left4dead
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: left4dead
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/left4dead/5.6.0/README.md b/stable/left4dead/5.7.3/README.md
similarity index 100%
rename from stable/left4dead/5.6.0/README.md
rename to stable/left4dead/5.7.3/README.md
diff --git a/stable/left4dead/5.7.3/app-changelog.md b/stable/left4dead/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8cbc6a0a359
--- /dev/null
+++ b/stable/left4dead/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [left4dead-5.7.3](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/left4dead/5.6.0/app-readme.md b/stable/left4dead/5.7.3/app-readme.md
similarity index 100%
rename from stable/left4dead/5.6.0/app-readme.md
rename to stable/left4dead/5.7.3/app-readme.md
diff --git a/stable/left4dead/5.7.3/charts/common-20.2.4.tgz b/stable/left4dead/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/left4dead/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/left4dead/5.6.0/ix_values.yaml b/stable/left4dead/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/left4dead/5.6.0/ix_values.yaml
rename to stable/left4dead/5.7.3/ix_values.yaml
diff --git a/stable/left4dead/5.6.0/questions.yaml b/stable/left4dead/5.7.3/questions.yaml
similarity index 100%
rename from stable/left4dead/5.6.0/questions.yaml
rename to stable/left4dead/5.7.3/questions.yaml
diff --git a/stable/lemur-cfssl/5.6.0/templates/common.yaml b/stable/left4dead/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/templates/common.yaml
rename to stable/left4dead/5.7.3/templates/common.yaml
diff --git a/stable/lingva/5.6.0/values.yaml b/stable/left4dead/5.7.3/values.yaml
similarity index 100%
rename from stable/lingva/5.6.0/values.yaml
rename to stable/left4dead/5.7.3/values.yaml
diff --git a/stable/lemur-cfssl/5.6.0/CHANGELOG.md b/stable/lemur-cfssl/5.6.0/CHANGELOG.md
deleted file mode 100644
index b2afe0e9a88..00000000000
--- a/stable/lemur-cfssl/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lemur-cfssl-5.6.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.5.2...lemur-cfssl-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lemur-cfssl-5.5.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.5.1...lemur-cfssl-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lemur-cfssl-5.5.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.5.0...lemur-cfssl-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lemur-cfssl-5.5.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.4.1...lemur-cfssl-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lemur-cfssl-5.4.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.4.0...lemur-cfssl-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lemur-cfssl-5.4.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.3.0...lemur-cfssl-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lemur-cfssl-5.3.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.3...lemur-cfssl-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lemur-cfssl-5.2.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.2...lemur-cfssl-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lemur-cfssl-5.2.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.0...lemur-cfssl-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lemur-cfssl/5.6.0/Chart.yaml b/stable/lemur-cfssl/5.6.0/Chart.yaml
deleted file mode 100644
index 0c43a5bec20..00000000000
--- a/stable/lemur-cfssl/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.
-home: https://truecharts.org/charts/stable/lemur-cfssl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png
-keywords:
- - lemur-cfssl
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lemur-cfssl
-sources:
- - https://github.com/Netflix/lemur
- - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl
- - https://hub.docker.com/r/halianelf/lemur
-type: application
-version: 5.6.0
diff --git a/stable/lemur-cfssl/5.6.0/charts/common-20.1.5.tgz b/stable/lemur-cfssl/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lemur-cfssl/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/linkding/9.7.0/.helmignore b/stable/lemur-cfssl/5.7.3/.helmignore
similarity index 100%
rename from stable/linkding/9.7.0/.helmignore
rename to stable/lemur-cfssl/5.7.3/.helmignore
diff --git a/stable/lemur-cfssl/5.7.3/CHANGELOG.md b/stable/lemur-cfssl/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f103c2ef686
--- /dev/null
+++ b/stable/lemur-cfssl/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lemur-cfssl-5.7.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lemur-cfssl/5.7.3/Chart.yaml b/stable/lemur-cfssl/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..fb0c8596a1f
--- /dev/null
+++ b/stable/lemur-cfssl/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.
+home: https://truecharts.org/charts/stable/lemur-cfssl
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png
+keywords:
+ - lemur-cfssl
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lemur-cfssl
+sources:
+ - https://github.com/Netflix/lemur
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl
+ - https://hub.docker.com/r/halianelf/lemur
+type: application
+version: 5.7.3
diff --git a/stable/lemur-cfssl/5.6.0/README.md b/stable/lemur-cfssl/5.7.3/README.md
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/README.md
rename to stable/lemur-cfssl/5.7.3/README.md
diff --git a/stable/lemur-cfssl/5.7.3/app-changelog.md b/stable/lemur-cfssl/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9b99ef82dc2
--- /dev/null
+++ b/stable/lemur-cfssl/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lemur-cfssl-5.7.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lemur-cfssl/5.6.0/app-readme.md b/stable/lemur-cfssl/5.7.3/app-readme.md
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/app-readme.md
rename to stable/lemur-cfssl/5.7.3/app-readme.md
diff --git a/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz b/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lemur-cfssl/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lemur-cfssl/5.6.0/ix_values.yaml b/stable/lemur-cfssl/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/ix_values.yaml
rename to stable/lemur-cfssl/5.7.3/ix_values.yaml
diff --git a/stable/lemur-cfssl/5.6.0/questions.yaml b/stable/lemur-cfssl/5.7.3/questions.yaml
similarity index 100%
rename from stable/lemur-cfssl/5.6.0/questions.yaml
rename to stable/lemur-cfssl/5.7.3/questions.yaml
diff --git a/stable/lingva/5.6.0/templates/common.yaml b/stable/lemur-cfssl/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/lingva/5.6.0/templates/common.yaml
rename to stable/lemur-cfssl/5.7.3/templates/common.yaml
diff --git a/stable/linkding/9.7.0/values.yaml b/stable/lemur-cfssl/5.7.3/values.yaml
similarity index 100%
rename from stable/linkding/9.7.0/values.yaml
rename to stable/lemur-cfssl/5.7.3/values.yaml
diff --git a/stable/libreddit/8.6.0/CHANGELOG.md b/stable/libreddit/8.6.0/CHANGELOG.md
deleted file mode 100644
index cb93f52a7f5..00000000000
--- a/stable/libreddit/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [libreddit-8.6.0](https://github.com/truecharts/charts/compare/libreddit-8.5.2...libreddit-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [libreddit-8.5.2](https://github.com/truecharts/charts/compare/libreddit-8.5.1...libreddit-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [libreddit-8.5.1](https://github.com/truecharts/charts/compare/libreddit-8.5.0...libreddit-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [libreddit-8.5.0](https://github.com/truecharts/charts/compare/libreddit-8.4.2...libreddit-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [libreddit-8.4.2](https://github.com/truecharts/charts/compare/libreddit-8.4.1...libreddit-8.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image libreddit/libreddit to latest[@a62c62c](https://github.com/a62c62c) by renovate ([#19024](https://github.com/truecharts/charts/issues/19024))
-
-
-## [libreddit-8.4.1](https://github.com/truecharts/charts/compare/libreddit-8.4.0...libreddit-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [libreddit-8.4.0](https://github.com/truecharts/charts/compare/libreddit-8.3.0...libreddit-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [libreddit-8.3.0](https://github.com/truecharts/charts/compare/libreddit-8.2.3...libreddit-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [libreddit-8.2.3](https://github.com/truecharts/charts/compare/libreddit-8.2.2...libreddit-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [libreddit-8.2.2](https://github.com/truecharts/charts/compare/libreddit-8.2.0...libreddit-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/libreddit/8.6.0/Chart.yaml b/stable/libreddit/8.6.0/Chart.yaml
deleted file mode 100644
index 80cc2155fc5..00000000000
--- a/stable/libreddit/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An alternative private front-end to Reddit
-home: https://truecharts.org/charts/stable/libreddit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png
-keywords:
- - reddit
- - libreddit
- - social
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: libreddit
-sources:
- - https://github.com/spikecodes/libreddit
- - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit
- - https://hub.docker.com/r/libreddit/libreddit
-type: application
-version: 8.6.0
diff --git a/stable/libreddit/8.6.0/charts/common-20.1.5.tgz b/stable/libreddit/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/libreddit/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/linkwallet/5.6.0/.helmignore b/stable/libreddit/8.7.3/.helmignore
similarity index 100%
rename from stable/linkwallet/5.6.0/.helmignore
rename to stable/libreddit/8.7.3/.helmignore
diff --git a/stable/libreddit/8.7.3/CHANGELOG.md b/stable/libreddit/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..953b35dbf69
--- /dev/null
+++ b/stable/libreddit/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [libreddit-8.7.2](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/libreddit/8.7.3/Chart.yaml b/stable/libreddit/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..0f45c8e9ebd
--- /dev/null
+++ b/stable/libreddit/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An alternative private front-end to Reddit
+home: https://truecharts.org/charts/stable/libreddit
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png
+keywords:
+ - reddit
+ - libreddit
+ - social
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: libreddit
+sources:
+ - https://github.com/spikecodes/libreddit
+ - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit
+ - https://hub.docker.com/r/libreddit/libreddit
+type: application
+version: 8.7.3
diff --git a/stable/libreddit/8.6.0/README.md b/stable/libreddit/8.7.3/README.md
similarity index 100%
rename from stable/libreddit/8.6.0/README.md
rename to stable/libreddit/8.7.3/README.md
diff --git a/stable/libreddit/8.7.3/app-changelog.md b/stable/libreddit/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..1e18877d7cc
--- /dev/null
+++ b/stable/libreddit/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [libreddit-8.7.3](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/libreddit/8.6.0/app-readme.md b/stable/libreddit/8.7.3/app-readme.md
similarity index 100%
rename from stable/libreddit/8.6.0/app-readme.md
rename to stable/libreddit/8.7.3/app-readme.md
diff --git a/stable/libreddit/8.7.3/charts/common-20.2.4.tgz b/stable/libreddit/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/libreddit/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/libreddit/8.6.0/ix_values.yaml b/stable/libreddit/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/libreddit/8.6.0/ix_values.yaml
rename to stable/libreddit/8.7.3/ix_values.yaml
diff --git a/stable/libreddit/8.6.0/questions.yaml b/stable/libreddit/8.7.3/questions.yaml
similarity index 100%
rename from stable/libreddit/8.6.0/questions.yaml
rename to stable/libreddit/8.7.3/questions.yaml
diff --git a/stable/linkwarden/4.7.0/templates/NOTES.txt b/stable/libreddit/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/linkwarden/4.7.0/templates/NOTES.txt
rename to stable/libreddit/8.7.3/templates/NOTES.txt
diff --git a/stable/linkwallet/5.6.0/templates/common.yaml b/stable/libreddit/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/linkwallet/5.6.0/templates/common.yaml
rename to stable/libreddit/8.7.3/templates/common.yaml
diff --git a/stable/linkwallet/5.6.0/values.yaml b/stable/libreddit/8.7.3/values.yaml
similarity index 100%
rename from stable/linkwallet/5.6.0/values.yaml
rename to stable/libreddit/8.7.3/values.yaml
diff --git a/stable/libremdb/7.8.8/CHANGELOG.md b/stable/libremdb/7.8.8/CHANGELOG.md
index acaec4a1c4e..eb1add5bf54 100644
--- a/stable/libremdb/7.8.8/CHANGELOG.md
+++ b/stable/libremdb/7.8.8/CHANGELOG.md
@@ -14,6 +14,8 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750))
- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740))
@@ -93,7 +95,6 @@ title: Changelog
- update container image quay.io/pussthecatorg/libremdb to latest[@a40d5e0](https://github.com/a40d5e0) by renovate ([#19279](https://github.com/truecharts/charts/issues/19279))
-## [libremdb-7.8.7](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.7) (2024-03-25)
-
-### Chore
+## [libremdb-7.8.8](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.8.8) (2024-03-25)
+### Chore
\ No newline at end of file
diff --git a/stable/libremdb/7.8.8/Chart.yaml b/stable/libremdb/7.8.8/Chart.yaml
index a78af365c4a..4116b61c5cc 100644
--- a/stable/libremdb/7.8.8/Chart.yaml
+++ b/stable/libremdb/7.8.8/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/libremdb/7.8.8/app-changelog.md b/stable/libremdb/7.8.8/app-changelog.md
index 240fa51b8ee..15ee66d3789 100644
--- a/stable/libremdb/7.8.8/app-changelog.md
+++ b/stable/libremdb/7.8.8/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image quay.io/pussthecatorg/libremdb to latest[@afc0ed6](https://github.com/afc0ed6) by renovate ([#19750](https://github.com/truecharts/charts/issues/19750))
- update container image quay.io/pussthecatorg/libremdb to latest[@113a8ce](https://github.com/113a8ce) by renovate ([#19740](https://github.com/truecharts/charts/issues/19740))
diff --git a/stable/libremdb/7.8.8/charts/common-20.2.3.tgz b/stable/libremdb/7.8.8/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/libremdb/7.8.8/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/libremdb/7.8.8/charts/common-20.2.4.tgz b/stable/libremdb/7.8.8/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/libremdb/7.8.8/charts/common-20.2.4.tgz differ
diff --git a/stable/librespeed/13.7.1/CHANGELOG.md b/stable/librespeed/13.7.1/CHANGELOG.md
deleted file mode 100644
index 0dc6559551b..00000000000
--- a/stable/librespeed/13.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [librespeed-13.7.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/librespeed/13.7.1/Chart.yaml b/stable/librespeed/13.7.1/Chart.yaml
deleted file mode 100644
index ad4784e9a52..00000000000
--- a/stable/librespeed/13.7.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Librespeed is a HTML5 webpage to test upload and download speeds
-home: https://truecharts.org/charts/stable/librespeed
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png
-keywords:
- - librespeed
- - speedtest
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: librespeed
-sources:
- - https://github.com/librespeed/speedtest
- - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed
- - https://ghcr.io/linuxserver/librespeed
-type: application
-version: 13.7.1
diff --git a/stable/librespeed/13.7.1/app-changelog.md b/stable/librespeed/13.7.1/app-changelog.md
deleted file mode 100644
index e036541b75f..00000000000
--- a/stable/librespeed/13.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [librespeed-13.7.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/librespeed/13.7.1/charts/common-20.2.0.tgz b/stable/librespeed/13.7.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/librespeed/13.7.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/librespeed/13.7.1/ix_values.yaml b/stable/librespeed/13.7.1/ix_values.yaml
deleted file mode 100644
index 6430bbb803e..00000000000
--- a/stable/librespeed/13.7.1/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/librespeed
- tag: 5.3.0@sha256:e8430ca472f2091a9c79a47f3dd3661b8140776ee6001e4a30e7d3c843a14798
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10016
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/linkwarden/4.7.0/.helmignore b/stable/librespeed/13.7.5/.helmignore
similarity index 100%
rename from stable/linkwarden/4.7.0/.helmignore
rename to stable/librespeed/13.7.5/.helmignore
diff --git a/stable/librespeed/13.7.5/CHANGELOG.md b/stable/librespeed/13.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..234bd4c608c
--- /dev/null
+++ b/stable/librespeed/13.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [librespeed-13.7.5](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [librespeed-13.7.4](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [librespeed-13.7.4](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [librespeed-13.7.4](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [librespeed-13.7.4](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [librespeed-13.7.4](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.4) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/librespeed/13.7.5/Chart.yaml b/stable/librespeed/13.7.5/Chart.yaml
new file mode 100644
index 00000000000..5777c1000b9
--- /dev/null
+++ b/stable/librespeed/13.7.5/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Librespeed is a HTML5 webpage to test upload and download speeds
+home: https://truecharts.org/charts/stable/librespeed
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png
+keywords:
+ - librespeed
+ - speedtest
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: librespeed
+sources:
+ - https://github.com/librespeed/speedtest
+ - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed
+ - https://ghcr.io/linuxserver/librespeed
+type: application
+version: 13.7.5
diff --git a/stable/librespeed/13.7.1/README.md b/stable/librespeed/13.7.5/README.md
similarity index 100%
rename from stable/librespeed/13.7.1/README.md
rename to stable/librespeed/13.7.5/README.md
diff --git a/stable/librespeed/13.7.5/app-changelog.md b/stable/librespeed/13.7.5/app-changelog.md
new file mode 100644
index 00000000000..9c4c85d1cdf
--- /dev/null
+++ b/stable/librespeed/13.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [librespeed-13.7.5](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@f18f467](https://github.com/f18f467) by renovate ([#19728](https://github.com/truecharts/charts/issues/19728))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/librespeed to 5.3.0[@e8430ca](https://github.com/e8430ca) by renovate ([#19412](https://github.com/truecharts/charts/issues/19412))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/librespeed/13.7.1/app-readme.md b/stable/librespeed/13.7.5/app-readme.md
similarity index 100%
rename from stable/librespeed/13.7.1/app-readme.md
rename to stable/librespeed/13.7.5/app-readme.md
diff --git a/stable/librespeed/13.7.5/charts/common-20.2.4.tgz b/stable/librespeed/13.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/librespeed/13.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/librespeed/13.7.5/ix_values.yaml b/stable/librespeed/13.7.5/ix_values.yaml
new file mode 100644
index 00000000000..36cf3666783
--- /dev/null
+++ b/stable/librespeed/13.7.5/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: ghcr.io/linuxserver/librespeed
+ tag: 5.3.0@sha256:f18f467599991f14c69a6e25d5287b7ec06e5bc3e23939d4b18e26a19c59f9ef
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10016
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/librespeed/13.7.1/questions.yaml b/stable/librespeed/13.7.5/questions.yaml
similarity index 100%
rename from stable/librespeed/13.7.1/questions.yaml
rename to stable/librespeed/13.7.5/questions.yaml
diff --git a/stable/littlelink/13.7.2/templates/NOTES.txt b/stable/librespeed/13.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/littlelink/13.7.2/templates/NOTES.txt
rename to stable/librespeed/13.7.5/templates/NOTES.txt
diff --git a/stable/local-ai/9.19.2/templates/common.yaml b/stable/librespeed/13.7.5/templates/common.yaml
similarity index 100%
rename from stable/local-ai/9.19.2/templates/common.yaml
rename to stable/librespeed/13.7.5/templates/common.yaml
diff --git a/stable/linkwarden/4.7.0/values.yaml b/stable/librespeed/13.7.5/values.yaml
similarity index 100%
rename from stable/linkwarden/4.7.0/values.yaml
rename to stable/librespeed/13.7.5/values.yaml
diff --git a/stable/lidarr/21.5.1/CHANGELOG.md b/stable/lidarr/21.5.1/CHANGELOG.md
deleted file mode 100644
index 0b2ee0d51eb..00000000000
--- a/stable/lidarr/21.5.1/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lidarr-21.5.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.0](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.0](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.0](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.0](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
-
-
-## [lidarr-21.5.0](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lidarr/21.5.1/Chart.yaml b/stable/lidarr/21.5.1/Chart.yaml
deleted file mode 100644
index 98dd291a8d8..00000000000
--- a/stable/lidarr/21.5.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.2.2.4090
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Looks and smells like Sonarr but made for music
-home: https://truecharts.org/charts/stable/lidarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png
-keywords:
- - lidarr
- - torrent
- - usenet
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lidarr
-sources:
- - https://github.com/Lidarr/Lidarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
- - https://ghcr.io/onedr0p/exportarr
- - https://ghcr.io/onedr0p/lidarr-develop
-type: application
-version: 21.5.1
diff --git a/stable/lidarr/21.5.1/app-changelog.md b/stable/lidarr/21.5.1/app-changelog.md
deleted file mode 100644
index 0e1c936ead1..00000000000
--- a/stable/lidarr/21.5.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [lidarr-21.5.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
\ No newline at end of file
diff --git a/stable/lidarr/21.5.1/charts/common-20.2.0.tgz b/stable/lidarr/21.5.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/lidarr/21.5.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/lidarr/21.5.1/ix_values.yaml b/stable/lidarr/21.5.1/ix_values.yaml
deleted file mode 100644
index b80c2a2460b..00000000000
--- a/stable/lidarr/21.5.1/ix_values.yaml
+++ /dev/null
@@ -1,109 +0,0 @@
-image:
- repository: ghcr.io/onedr0p/lidarr-develop
- pullPolicy: IfNotPresent
- tag: 2.2.2.4090@sha256:4978f1e1dc949d6ac6b2d9250203977ea4a966b49864e6bd65cc52835bad28bb
-exportarrImage:
- repository: ghcr.io/onedr0p/exportarr
- pullPolicy: IfNotPresent
- tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
-securityContext:
- container:
- readOnlyRootFilesystem: false
-service:
- main:
- ports:
- main:
- port: 8686
- metrics:
- enabled: true
- type: ClusterIP
- targetSelector: exportarr
- ports:
- metrics:
- enabled: true
- port: 8687
- targetSelector: exportarr
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- type: http
- path: /ping
- readiness:
- enabled: true
- type: http
- path: /ping
- startup:
- enabled: true
- type: http
- path: /ping
- env:
- LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
- LIDARR__AUTHENTICATION_METHOD: ""
- exportarr:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- exportarr:
- primary: true
- enabled: true
- imageSelector: exportarrImage
- args:
- - lidarr
- probes:
- liveness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- readiness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- startup:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- env:
- INTERFACE: 0.0.0.0
- PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
- URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
- # additional metrics (slow)
- # ENABLE_ADDITIONAL_METRICS: false
- # enable gathering unknown queue items
- # ENABLE_UNKNOWN_QUEUE_ITEMS: false
- CONFIG: "/config/config.xml"
-persistence:
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /config
- exportarr:
- exportarr:
- mountPath: /config
- readOnly: true
-metrics:
- main:
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: metrics
- path: /metrics
- targetSelector: metrics
- prometheusRule:
- enabled: false
-portal:
- open:
- enabled: true
-updated: true
diff --git a/stable/littlelink/13.7.2/.helmignore b/stable/lidarr/21.5.5/.helmignore
similarity index 100%
rename from stable/littlelink/13.7.2/.helmignore
rename to stable/lidarr/21.5.5/.helmignore
diff --git a/stable/lidarr/21.5.5/CHANGELOG.md b/stable/lidarr/21.5.5/CHANGELOG.md
new file mode 100644
index 00000000000..d1d10ec6c50
--- /dev/null
+++ b/stable/lidarr/21.5.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
+
+
+## [lidarr-21.5.4](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
+
+
+## [lidarr-21.5.4](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
+
+
+## [lidarr-21.5.4](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
+
+
+## [lidarr-21.5.4](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
diff --git a/stable/lidarr/21.5.5/Chart.yaml b/stable/lidarr/21.5.5/Chart.yaml
new file mode 100644
index 00000000000..ba9f5ab3a6a
--- /dev/null
+++ b/stable/lidarr/21.5.5/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.2.3.4098
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Looks and smells like Sonarr but made for music
+home: https://truecharts.org/charts/stable/lidarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png
+keywords:
+ - lidarr
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lidarr
+sources:
+ - https://github.com/Lidarr/Lidarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
+ - https://ghcr.io/onedr0p/lidarr-develop
+ - https://ghcr.io/onedr0p/exportarr
+type: application
+version: 21.5.5
diff --git a/stable/lidarr/21.5.1/README.md b/stable/lidarr/21.5.5/README.md
similarity index 100%
rename from stable/lidarr/21.5.1/README.md
rename to stable/lidarr/21.5.5/README.md
diff --git a/stable/lidarr/21.5.5/app-changelog.md b/stable/lidarr/21.5.5/app-changelog.md
new file mode 100644
index 00000000000..a5f1197ca9f
--- /dev/null
+++ b/stable/lidarr/21.5.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [lidarr-21.5.5](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098[@ddb5035](https://github.com/ddb5035) by renovate ([#19416](https://github.com/truecharts/charts/issues/19416))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to v2.2.2.4090[@4978f1e](https://github.com/4978f1e) by renovate ([#19404](https://github.com/truecharts/charts/issues/19404))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/lidarr-develop to 2.2.1.4073[@ae2b24d](https://github.com/ae2b24d) by renovate ([#19254](https://github.com/truecharts/charts/issues/19254))
\ No newline at end of file
diff --git a/stable/lidarr/21.5.1/app-readme.md b/stable/lidarr/21.5.5/app-readme.md
similarity index 100%
rename from stable/lidarr/21.5.1/app-readme.md
rename to stable/lidarr/21.5.5/app-readme.md
diff --git a/stable/lidarr/21.5.5/charts/common-20.2.4.tgz b/stable/lidarr/21.5.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lidarr/21.5.5/charts/common-20.2.4.tgz differ
diff --git a/stable/lidarr/21.5.5/ix_values.yaml b/stable/lidarr/21.5.5/ix_values.yaml
new file mode 100644
index 00000000000..e0a46c0c170
--- /dev/null
+++ b/stable/lidarr/21.5.5/ix_values.yaml
@@ -0,0 +1,109 @@
+image:
+ repository: ghcr.io/onedr0p/lidarr-develop
+ pullPolicy: IfNotPresent
+ tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2
+exportarrImage:
+ repository: ghcr.io/onedr0p/exportarr
+ pullPolicy: IfNotPresent
+ tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+service:
+ main:
+ ports:
+ main:
+ port: 8686
+ metrics:
+ enabled: true
+ type: ClusterIP
+ targetSelector: exportarr
+ ports:
+ metrics:
+ enabled: true
+ port: 8687
+ targetSelector: exportarr
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /ping
+ readiness:
+ enabled: true
+ type: http
+ path: /ping
+ startup:
+ enabled: true
+ type: http
+ path: /ping
+ env:
+ LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
+ LIDARR__AUTHENTICATION_METHOD: ""
+ exportarr:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ exportarr:
+ primary: true
+ enabled: true
+ imageSelector: exportarrImage
+ args:
+ - lidarr
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ startup:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ env:
+ INTERFACE: 0.0.0.0
+ PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
+ URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
+ # additional metrics (slow)
+ # ENABLE_ADDITIONAL_METRICS: false
+ # enable gathering unknown queue items
+ # ENABLE_UNKNOWN_QUEUE_ITEMS: false
+ CONFIG: "/config/config.xml"
+persistence:
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /config
+ exportarr:
+ exportarr:
+ mountPath: /config
+ readOnly: true
+metrics:
+ main:
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: metrics
+ path: /metrics
+ targetSelector: metrics
+ prometheusRule:
+ enabled: false
+portal:
+ open:
+ enabled: true
+updated: true
diff --git a/stable/lidarr/21.5.1/questions.yaml b/stable/lidarr/21.5.5/questions.yaml
similarity index 100%
rename from stable/lidarr/21.5.1/questions.yaml
rename to stable/lidarr/21.5.5/questions.yaml
diff --git a/stable/lldap/5.6.0/NOTES.txt b/stable/lidarr/21.5.5/templates/NOTES.txt
similarity index 100%
rename from stable/lldap/5.6.0/NOTES.txt
rename to stable/lidarr/21.5.5/templates/NOTES.txt
diff --git a/stable/lidarr/21.5.1/templates/common.yaml b/stable/lidarr/21.5.5/templates/common.yaml
similarity index 100%
rename from stable/lidarr/21.5.1/templates/common.yaml
rename to stable/lidarr/21.5.5/templates/common.yaml
diff --git a/stable/littlelink/13.7.2/values.yaml b/stable/lidarr/21.5.5/values.yaml
similarity index 100%
rename from stable/littlelink/13.7.2/values.yaml
rename to stable/lidarr/21.5.5/values.yaml
diff --git a/stable/lingva/5.6.0/CHANGELOG.md b/stable/lingva/5.6.0/CHANGELOG.md
deleted file mode 100644
index 01be78aaca3..00000000000
--- a/stable/lingva/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lingva-5.6.0](https://github.com/truecharts/charts/compare/lingva-5.5.2...lingva-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lingva-5.5.2](https://github.com/truecharts/charts/compare/lingva-5.5.1...lingva-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lingva-5.5.1](https://github.com/truecharts/charts/compare/lingva-5.5.0...lingva-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lingva-5.5.0](https://github.com/truecharts/charts/compare/lingva-5.4.1...lingva-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lingva-5.4.1](https://github.com/truecharts/charts/compare/lingva-5.4.0...lingva-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lingva-5.4.0](https://github.com/truecharts/charts/compare/lingva-5.3.0...lingva-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lingva-5.3.0](https://github.com/truecharts/charts/compare/lingva-5.2.3...lingva-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lingva-5.2.3](https://github.com/truecharts/charts/compare/lingva-5.2.2...lingva-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lingva-5.2.2](https://github.com/truecharts/charts/compare/lingva-5.2.0...lingva-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lingva/5.6.0/Chart.yaml b/stable/lingva/5.6.0/Chart.yaml
deleted file mode 100644
index 2d5a4170d54..00000000000
--- a/stable/lingva/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available
-home: https://truecharts.org/charts/stable/lingva
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png
-keywords:
- - lingva
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lingva
-sources:
- - https://github.com/TheDavidDelta/lingva-translate
- - https://github.com/truecharts/charts/tree/master/charts/stable/lingva
- - https://hub.docker.com/r/thedaviddelta/lingva-translate
-type: application
-version: 5.6.0
diff --git a/stable/lingva/5.6.0/charts/common-20.1.5.tgz b/stable/lingva/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lingva/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/livestreamdvr/5.6.0/.helmignore b/stable/lingva/5.7.3/.helmignore
similarity index 100%
rename from stable/livestreamdvr/5.6.0/.helmignore
rename to stable/lingva/5.7.3/.helmignore
diff --git a/stable/lingva/5.7.3/CHANGELOG.md b/stable/lingva/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2c9cfacb2cf
--- /dev/null
+++ b/stable/lingva/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lingva-5.7.2](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lingva/5.7.3/Chart.yaml b/stable/lingva/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..8a8b3b40ec6
--- /dev/null
+++ b/stable/lingva/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available
+home: https://truecharts.org/charts/stable/lingva
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png
+keywords:
+ - lingva
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lingva
+sources:
+ - https://github.com/TheDavidDelta/lingva-translate
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lingva
+ - https://hub.docker.com/r/thedaviddelta/lingva-translate
+type: application
+version: 5.7.3
diff --git a/stable/lingva/5.6.0/README.md b/stable/lingva/5.7.3/README.md
similarity index 100%
rename from stable/lingva/5.6.0/README.md
rename to stable/lingva/5.7.3/README.md
diff --git a/stable/lingva/5.7.3/app-changelog.md b/stable/lingva/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..113ad29a898
--- /dev/null
+++ b/stable/lingva/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lingva-5.7.3](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lingva/5.6.0/app-readme.md b/stable/lingva/5.7.3/app-readme.md
similarity index 100%
rename from stable/lingva/5.6.0/app-readme.md
rename to stable/lingva/5.7.3/app-readme.md
diff --git a/stable/lingva/5.7.3/charts/common-20.2.4.tgz b/stable/lingva/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lingva/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lingva/5.6.0/ix_values.yaml b/stable/lingva/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/lingva/5.6.0/ix_values.yaml
rename to stable/lingva/5.7.3/ix_values.yaml
diff --git a/stable/lingva/5.6.0/questions.yaml b/stable/lingva/5.7.3/questions.yaml
similarity index 100%
rename from stable/lingva/5.6.0/questions.yaml
rename to stable/lingva/5.7.3/questions.yaml
diff --git a/stable/livestreamdvr/5.6.0/templates/common.yaml b/stable/lingva/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/livestreamdvr/5.6.0/templates/common.yaml
rename to stable/lingva/5.7.3/templates/common.yaml
diff --git a/stable/livestreamdvr/5.6.0/values.yaml b/stable/lingva/5.7.3/values.yaml
similarity index 100%
rename from stable/livestreamdvr/5.6.0/values.yaml
rename to stable/lingva/5.7.3/values.yaml
diff --git a/stable/linkding/9.7.0/CHANGELOG.md b/stable/linkding/9.7.0/CHANGELOG.md
deleted file mode 100644
index 2079a75414b..00000000000
--- a/stable/linkding/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
diff --git a/stable/linkding/9.7.0/Chart.yaml b/stable/linkding/9.7.0/Chart.yaml
deleted file mode 100644
index c6cd736c246..00000000000
--- a/stable/linkding/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: bookmarks
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.24.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
-home: https://truecharts.org/charts/stable/linkding
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png
-keywords:
- - bookmarks
- - links
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: linkding
-sources:
- - https://github.com/sissbruecker/linkding
- - https://github.com/truecharts/charts/tree/master/charts/stable/linkding
- - https://hub.docker.com/r/sissbruecker/linkding
-type: application
-version: 9.7.0
diff --git a/stable/linkding/9.7.0/app-changelog.md b/stable/linkding/9.7.0/app-changelog.md
deleted file mode 100644
index cfb45ae9f89..00000000000
--- a/stable/linkding/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [linkding-9.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
\ No newline at end of file
diff --git a/stable/linkding/9.7.0/charts/common-20.2.0.tgz b/stable/linkding/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/linkding/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/linkding/9.7.0/ix_values.yaml b/stable/linkding/9.7.0/ix_values.yaml
deleted file mode 100644
index 7b94acc1b94..00000000000
--- a/stable/linkding/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,56 +0,0 @@
-image:
- repository: sissbruecker/linkding
- tag: 1.24.2@sha256:b246499ac44b89be09075817a5eb8b78fd4358d265ad9ba4b2378acbe36ea432
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10210
-persistence:
- data:
- enabled: true
- mountPath: "/etc/linkding/data"
-lifecycle:
- postStart:
- exec:
- command:
- - "/bin/bash"
- - "-c"
- - |
- if [ -f /etc/linkding/data/.superuser_exists ]; then
- echo "Superuser has been created before. Skipping...";
- else
- echo "Creating superuser...";
- export status=99;
- until [ $status -eq 0 ];
- do
- python manage.py createsuperuser --username=${DJANGO_SUPERUSER_USERNAME} --email=${DJANGO_SUPERUSER_EMAIL} --noinput;
- status=$?;
- sleep 3;
- done;
- echo "This file is to ensure that init script won't try to create a superuser again and fail because it already exsits" > /etc/linkding/data/.superuser_exists;
- echo "Superuser Created!";
- fi;
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
- # User Defined
- LD_REQUEST_TIMEOUT: 60
- LD_DISABLE_BACKGROUND_TASKS: false
- LD_DISABLE_URL_VALIDATION: false
- LD_SUPERUSER_NAME: "superuser"
- LD_SUPERUSER_PASSWORD: "somesecret"
diff --git a/stable/llalon-github-backup/5.6.0/.helmignore b/stable/linkding/9.8.2/.helmignore
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/.helmignore
rename to stable/linkding/9.8.2/.helmignore
diff --git a/stable/linkding/9.8.2/CHANGELOG.md b/stable/linkding/9.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..905ee69a21f
--- /dev/null
+++ b/stable/linkding/9.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
+
+
+## [linkding-9.8.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
+
+
+## [linkding-9.8.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
+
+
+## [linkding-9.8.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
+
+
+## [linkding-9.8.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
+
+
+## [linkding-9.8.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/linkding/9.8.2/Chart.yaml b/stable/linkding/9.8.2/Chart.yaml
new file mode 100644
index 00000000000..988a6e725cc
--- /dev/null
+++ b/stable/linkding/9.8.2/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: bookmarks
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.25.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
+home: https://truecharts.org/charts/stable/linkding
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png
+keywords:
+ - bookmarks
+ - links
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: linkding
+sources:
+ - https://github.com/sissbruecker/linkding
+ - https://github.com/truecharts/charts/tree/master/charts/stable/linkding
+ - https://hub.docker.com/r/sissbruecker/linkding
+type: application
+version: 9.8.2
diff --git a/stable/linkding/9.7.0/README.md b/stable/linkding/9.8.2/README.md
similarity index 100%
rename from stable/linkding/9.7.0/README.md
rename to stable/linkding/9.8.2/README.md
diff --git a/stable/linkding/9.8.2/app-changelog.md b/stable/linkding/9.8.2/app-changelog.md
new file mode 100644
index 00000000000..bb568dd6d0e
--- /dev/null
+++ b/stable/linkding/9.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [linkding-9.8.2](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sissbruecker/linkding to v1.25.0[@32ec417](https://github.com/32ec417) by renovate ([#19490](https://github.com/truecharts/charts/issues/19490))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image sissbruecker/linkding to v1.24.2[@b246499](https://github.com/b246499) by renovate ([#19327](https://github.com/truecharts/charts/issues/19327))
\ No newline at end of file
diff --git a/stable/linkding/9.7.0/app-readme.md b/stable/linkding/9.8.2/app-readme.md
similarity index 100%
rename from stable/linkding/9.7.0/app-readme.md
rename to stable/linkding/9.8.2/app-readme.md
diff --git a/stable/linkding/9.8.2/charts/common-20.2.4.tgz b/stable/linkding/9.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/linkding/9.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/linkding/9.8.2/ix_values.yaml b/stable/linkding/9.8.2/ix_values.yaml
new file mode 100644
index 00000000000..00266291406
--- /dev/null
+++ b/stable/linkding/9.8.2/ix_values.yaml
@@ -0,0 +1,56 @@
+image:
+ repository: sissbruecker/linkding
+ tag: 1.25.0@sha256:32ec417b6ddb92ca20ff71a07c524b68ad2853e99258acfae1d3cef2de03f3cc
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10210
+persistence:
+ data:
+ enabled: true
+ mountPath: "/etc/linkding/data"
+lifecycle:
+ postStart:
+ exec:
+ command:
+ - "/bin/bash"
+ - "-c"
+ - |
+ if [ -f /etc/linkding/data/.superuser_exists ]; then
+ echo "Superuser has been created before. Skipping...";
+ else
+ echo "Creating superuser...";
+ export status=99;
+ until [ $status -eq 0 ];
+ do
+ python manage.py createsuperuser --username=${DJANGO_SUPERUSER_USERNAME} --email=${DJANGO_SUPERUSER_EMAIL} --noinput;
+ status=$?;
+ sleep 3;
+ done;
+ echo "This file is to ensure that init script won't try to create a superuser again and fail because it already exsits" > /etc/linkding/data/.superuser_exists;
+ echo "Superuser Created!";
+ fi;
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
+ # User Defined
+ LD_REQUEST_TIMEOUT: 60
+ LD_DISABLE_BACKGROUND_TASKS: false
+ LD_DISABLE_URL_VALIDATION: false
+ LD_SUPERUSER_NAME: "superuser"
+ LD_SUPERUSER_PASSWORD: "somesecret"
diff --git a/stable/linkding/9.7.0/questions.yaml b/stable/linkding/9.8.2/questions.yaml
similarity index 100%
rename from stable/linkding/9.7.0/questions.yaml
rename to stable/linkding/9.8.2/questions.yaml
diff --git a/stable/local-ai/9.19.2/templates/NOTES.txt b/stable/linkding/9.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/local-ai/9.19.2/templates/NOTES.txt
rename to stable/linkding/9.8.2/templates/NOTES.txt
diff --git a/stable/logitech-media-server/11.7.2/templates/common.yaml b/stable/linkding/9.8.2/templates/common.yaml
similarity index 100%
rename from stable/logitech-media-server/11.7.2/templates/common.yaml
rename to stable/linkding/9.8.2/templates/common.yaml
diff --git a/stable/llalon-github-backup/5.6.0/values.yaml b/stable/linkding/9.8.2/values.yaml
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/values.yaml
rename to stable/linkding/9.8.2/values.yaml
diff --git a/stable/linkwallet/5.6.0/CHANGELOG.md b/stable/linkwallet/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5bc85292a81..00000000000
--- a/stable/linkwallet/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [linkwallet-5.6.0](https://github.com/truecharts/charts/compare/linkwallet-5.5.2...linkwallet-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [linkwallet-5.5.2](https://github.com/truecharts/charts/compare/linkwallet-5.5.1...linkwallet-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [linkwallet-5.5.1](https://github.com/truecharts/charts/compare/linkwallet-5.5.0...linkwallet-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [linkwallet-5.5.0](https://github.com/truecharts/charts/compare/linkwallet-5.4.1...linkwallet-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [linkwallet-5.4.1](https://github.com/truecharts/charts/compare/linkwallet-5.4.0...linkwallet-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [linkwallet-5.4.0](https://github.com/truecharts/charts/compare/linkwallet-5.3.0...linkwallet-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [linkwallet-5.3.0](https://github.com/truecharts/charts/compare/linkwallet-5.2.3...linkwallet-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [linkwallet-5.2.3](https://github.com/truecharts/charts/compare/linkwallet-5.2.2...linkwallet-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [linkwallet-5.2.2](https://github.com/truecharts/charts/compare/linkwallet-5.2.0...linkwallet-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/linkwallet/5.6.0/Chart.yaml b/stable/linkwallet/5.6.0/Chart.yaml
deleted file mode 100644
index e221977153f..00000000000
--- a/stable/linkwallet/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: bookmarks
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.0.36
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted bookmark database with full-text page content search.
-home: https://truecharts.org/charts/stable/linkwallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png
-keywords:
- - bookmarks
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: linkwallet
-sources:
- - https://github.com/tardisx/linkwallet
- - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet
- - https://hub.docker.com/r/tardisx/linkwallet
-type: application
-version: 5.6.0
diff --git a/stable/linkwallet/5.6.0/charts/common-20.1.5.tgz b/stable/linkwallet/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/linkwallet/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lldap/5.6.0/.helmignore b/stable/linkwallet/5.7.3/.helmignore
similarity index 100%
rename from stable/lldap/5.6.0/.helmignore
rename to stable/linkwallet/5.7.3/.helmignore
diff --git a/stable/linkwallet/5.7.3/CHANGELOG.md b/stable/linkwallet/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dfc0e68fd19
--- /dev/null
+++ b/stable/linkwallet/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwallet-5.7.2](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/linkwallet/5.7.3/Chart.yaml b/stable/linkwallet/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6d846f43997
--- /dev/null
+++ b/stable/linkwallet/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: bookmarks
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.0.36
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted bookmark database with full-text page content search.
+home: https://truecharts.org/charts/stable/linkwallet
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png
+keywords:
+ - bookmarks
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: linkwallet
+sources:
+ - https://github.com/tardisx/linkwallet
+ - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet
+ - https://hub.docker.com/r/tardisx/linkwallet
+type: application
+version: 5.7.3
diff --git a/stable/linkwallet/5.6.0/README.md b/stable/linkwallet/5.7.3/README.md
similarity index 100%
rename from stable/linkwallet/5.6.0/README.md
rename to stable/linkwallet/5.7.3/README.md
diff --git a/stable/linkwallet/5.7.3/app-changelog.md b/stable/linkwallet/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b82fcdde43e
--- /dev/null
+++ b/stable/linkwallet/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [linkwallet-5.7.3](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/linkwallet/5.6.0/app-readme.md b/stable/linkwallet/5.7.3/app-readme.md
similarity index 100%
rename from stable/linkwallet/5.6.0/app-readme.md
rename to stable/linkwallet/5.7.3/app-readme.md
diff --git a/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz b/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/linkwallet/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/linkwallet/5.6.0/ix_values.yaml b/stable/linkwallet/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/linkwallet/5.6.0/ix_values.yaml
rename to stable/linkwallet/5.7.3/ix_values.yaml
diff --git a/stable/linkwallet/5.6.0/questions.yaml b/stable/linkwallet/5.7.3/questions.yaml
similarity index 100%
rename from stable/linkwallet/5.6.0/questions.yaml
rename to stable/linkwallet/5.7.3/questions.yaml
diff --git a/stable/maintainerr/2.6.0/templates/common.yaml b/stable/linkwallet/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/maintainerr/2.6.0/templates/common.yaml
rename to stable/linkwallet/5.7.3/templates/common.yaml
diff --git a/stable/lldap/5.6.0/values.yaml b/stable/linkwallet/5.7.3/values.yaml
similarity index 100%
rename from stable/lldap/5.6.0/values.yaml
rename to stable/linkwallet/5.7.3/values.yaml
diff --git a/stable/linkwarden/4.7.0/CHANGELOG.md b/stable/linkwarden/4.7.0/CHANGELOG.md
deleted file mode 100644
index c2fb6576321..00000000000
--- a/stable/linkwarden/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [linkwarden-4.7.0](https://github.com/truecharts/charts/compare/linkwarden-4.6.2...linkwarden-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [linkwarden-4.6.2](https://github.com/truecharts/charts/compare/linkwarden-4.6.1...linkwarden-4.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [linkwarden-4.6.1](https://github.com/truecharts/charts/compare/linkwarden-4.6.0...linkwarden-4.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [linkwarden-4.6.0](https://github.com/truecharts/charts/compare/linkwarden-4.5.0...linkwarden-4.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [linkwarden-4.5.0](https://github.com/truecharts/charts/compare/linkwarden-4.4.1...linkwarden-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/linkwarden/linkwarden to v2.5.1[@717150e](https://github.com/717150e) by renovate ([#19099](https://github.com/truecharts/charts/issues/19099))
-
-
-## [linkwarden-4.4.1](https://github.com/truecharts/charts/compare/linkwarden-4.4.0...linkwarden-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [linkwarden-4.4.0](https://github.com/truecharts/charts/compare/linkwarden-4.3.0...linkwarden-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [linkwarden-4.3.0](https://github.com/truecharts/charts/compare/linkwarden-4.2.3...linkwarden-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [linkwarden-4.2.3](https://github.com/truecharts/charts/compare/linkwarden-4.2.2...linkwarden-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [linkwarden-4.2.2](https://github.com/truecharts/charts/compare/linkwarden-4.2.0...linkwarden-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/linkwarden/4.7.0/Chart.yaml b/stable/linkwarden/4.7.0/Chart.yaml
deleted file mode 100644
index 662a2422eb2..00000000000
--- a/stable/linkwarden/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: bookmarks
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
-home: https://truecharts.org/charts/stable/linkwarden
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png
-keywords:
- - linkwarden
- - bookmark
- - manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: linkwarden
-sources:
- - https://github.com/linkwarden/linkwarden
- - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
- - https://ghcr.io/linkwarden/linkwarden
-type: application
-version: 4.7.0
diff --git a/stable/linkwarden/4.7.0/charts/common-20.1.5.tgz b/stable/linkwarden/4.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/linkwarden/4.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/linkwarden/4.7.0/questions.yaml b/stable/linkwarden/4.7.0/questions.yaml
deleted file mode 100755
index 23ec6d5eca8..00000000000
--- a/stable/linkwarden/4.7.0/questions.yaml
+++ /dev/null
@@ -1,3302 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: config
- label: ""
- group: "App Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: nextauth_url
- label: "Next Auth URL"
- description: "This is the public-facing URL that Linkwarden will be hosted on."
- schema:
- type: string
- default: "http://example.com"
- - variable: pagination_take_count
- label: "Pagination Take Count"
- description: "The numbers of Links to fetch every time you reach to the bottom of the webpage."
- schema:
- type: int
- default: 20
- - variable: autoscroll_timeout
- label: "Autoscroll Timeout"
- description: "The amount of time to wait for the website to be archived (in seconds)."
- schema:
- type: int
- default: 30
- - variable: disable_registration
- label: "Disable User Registration"
- description: "If set to true, registration will be disabled."
- schema:
- type: boolean
- default: false
- - variable: archive_limit
- label: "Archive Limit"
- description: "Adjusts how often a user can trigger a new archive for each link (in minutes)."
- schema:
- type: int
- default: 5
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 2985
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/local-ai/9.19.2/.helmignore b/stable/linkwarden/4.8.3/.helmignore
similarity index 100%
rename from stable/local-ai/9.19.2/.helmignore
rename to stable/linkwarden/4.8.3/.helmignore
diff --git a/stable/linkwarden/4.8.3/CHANGELOG.md b/stable/linkwarden/4.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..91ea432bc9c
--- /dev/null
+++ b/stable/linkwarden/4.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [linkwarden-4.8.2](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/linkwarden/4.8.3/Chart.yaml b/stable/linkwarden/4.8.3/Chart.yaml
new file mode 100644
index 00000000000..266dd725597
--- /dev/null
+++ b/stable/linkwarden/4.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: bookmarks
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
+home: https://truecharts.org/charts/stable/linkwarden
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png
+keywords:
+ - linkwarden
+ - bookmark
+ - manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: linkwarden
+sources:
+ - https://github.com/linkwarden/linkwarden
+ - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
+ - https://ghcr.io/linkwarden/linkwarden
+type: application
+version: 4.8.3
diff --git a/stable/linkwarden/4.7.0/README.md b/stable/linkwarden/4.8.3/README.md
similarity index 100%
rename from stable/linkwarden/4.7.0/README.md
rename to stable/linkwarden/4.8.3/README.md
diff --git a/stable/linkwarden/4.8.3/app-changelog.md b/stable/linkwarden/4.8.3/app-changelog.md
new file mode 100644
index 00000000000..7fd56d520aa
--- /dev/null
+++ b/stable/linkwarden/4.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [linkwarden-4.8.3](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/linkwarden/4.7.0/app-readme.md b/stable/linkwarden/4.8.3/app-readme.md
similarity index 100%
rename from stable/linkwarden/4.7.0/app-readme.md
rename to stable/linkwarden/4.8.3/app-readme.md
diff --git a/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz b/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/linkwarden/4.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/linkwarden/4.7.0/ix_values.yaml b/stable/linkwarden/4.8.3/ix_values.yaml
similarity index 100%
rename from stable/linkwarden/4.7.0/ix_values.yaml
rename to stable/linkwarden/4.8.3/ix_values.yaml
diff --git a/stable/linkwarden/4.8.3/questions.yaml b/stable/linkwarden/4.8.3/questions.yaml
new file mode 100755
index 00000000000..7297493680b
--- /dev/null
+++ b/stable/linkwarden/4.8.3/questions.yaml
@@ -0,0 +1,3304 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: config
+ label: ""
+ group: "App Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: nextauth_url
+ label: "Next Auth URL"
+ description: "This is the public-facing URL that Linkwarden will be hosted on."
+ schema:
+ type: string
+ default: "http://example.com"
+ - variable: pagination_take_count
+ label: "Pagination Take Count"
+ description: "The numbers of Links to fetch every time you reach to the bottom of the webpage."
+ schema:
+ type: int
+ default: 20
+ - variable: autoscroll_timeout
+ label: "Autoscroll Timeout"
+ description: "The amount of time to wait for the website to be archived (in seconds)."
+ schema:
+ type: int
+ default: 30
+ - variable: disable_registration
+ label: "Disable User Registration"
+ description: "If set to true, registration will be disabled."
+ schema:
+ type: boolean
+ default: false
+ - variable: archive_limit
+ label: "Archive Limit"
+ description: "Adjusts how often a user can trigger a new archive for each link (in minutes)."
+ schema:
+ type: int
+ default: 5
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 2985
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/logitech-media-server/11.7.2/templates/NOTES.txt b/stable/linkwarden/4.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/logitech-media-server/11.7.2/templates/NOTES.txt
rename to stable/linkwarden/4.8.3/templates/NOTES.txt
diff --git a/stable/linkwarden/4.7.0/templates/_secrets.tpl b/stable/linkwarden/4.8.3/templates/_secrets.tpl
similarity index 100%
rename from stable/linkwarden/4.7.0/templates/_secrets.tpl
rename to stable/linkwarden/4.8.3/templates/_secrets.tpl
diff --git a/stable/linkwarden/4.7.0/templates/common.yaml b/stable/linkwarden/4.8.3/templates/common.yaml
similarity index 100%
rename from stable/linkwarden/4.7.0/templates/common.yaml
rename to stable/linkwarden/4.8.3/templates/common.yaml
diff --git a/stable/local-ai/9.19.2/values.yaml b/stable/linkwarden/4.8.3/values.yaml
similarity index 100%
rename from stable/local-ai/9.19.2/values.yaml
rename to stable/linkwarden/4.8.3/values.yaml
diff --git a/stable/littlelink/13.7.2/CHANGELOG.md b/stable/littlelink/13.7.2/CHANGELOG.md
deleted file mode 100644
index 81aa3dc13b5..00000000000
--- a/stable/littlelink/13.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/littlelink/13.7.2/Chart.yaml b/stable/littlelink/13.7.2/Chart.yaml
deleted file mode 100644
index 5174b00c482..00000000000
--- a/stable/littlelink/13.7.2/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: social
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Easy platform to combine all your social links
-home: https://truecharts.org/charts/stable/littlelink
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png
-keywords:
- - littlelink
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: littlelink
-sources:
- - https://github.com/sethcottle/littlelink
- - https://github.com/techno-tim/littlelink-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink
- - https://ghcr.io/techno-tim/littlelink-server
-type: application
-version: 13.7.2
diff --git a/stable/littlelink/13.7.2/app-changelog.md b/stable/littlelink/13.7.2/app-changelog.md
deleted file mode 100644
index c729d8a68d0..00000000000
--- a/stable/littlelink/13.7.2/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [littlelink-13.7.2](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/littlelink/13.7.2/charts/common-20.2.2.tgz b/stable/littlelink/13.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/littlelink/13.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/littlelink/13.7.2/ix_values.yaml b/stable/littlelink/13.7.2/ix_values.yaml
deleted file mode 100644
index 8453fc7d974..00000000000
--- a/stable/littlelink/13.7.2/ix_values.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-image:
- repository: ghcr.io/techno-tim/littlelink-server
- pullPolicy: IfNotPresent
- tag: latest@sha256:e44b7d16b22c04169a8ac84c55cc1963c0e3811e9a0aa3d54d47d9db95e433ed
-service:
- main:
- ports:
- main:
- port: 10040
- targetPort: 3000
-littlelink:
- meta_title: "techno tim"
- meta_description: "techno tim link page"
- meta_author: "techno tim"
- theme: "dark"
- favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
- avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
- avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"
- avatar_alt: "techno tim profile pic"
- name: "technotim"
- bio: "hey! just a place where you can connect with me!"
- github: "https://github.com/timothystewart6"
- twitter: "https://twitter.com/technotimlive"
- instagram: "https://www.instagram.com/techno.tim"
- youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"
- twitch: "https://www.twitch.tv/technotim/"
- discord: "https://discord.gg/djkexrj"
- tiktok: "https://www.tiktok.com/@technotim"
- kit: "https://kit.co/technotim"
- footer: "thanks for stopping by!"
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- containers:
- main:
- envFrom:
- - configMapRef:
- name: config
diff --git a/stable/logitech-media-server/11.7.2/.helmignore b/stable/littlelink/13.7.6/.helmignore
similarity index 100%
rename from stable/logitech-media-server/11.7.2/.helmignore
rename to stable/littlelink/13.7.6/.helmignore
diff --git a/stable/littlelink/13.7.6/CHANGELOG.md b/stable/littlelink/13.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..2c652f9a290
--- /dev/null
+++ b/stable/littlelink/13.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [littlelink-13.7.6](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [littlelink-13.7.5](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [littlelink-13.7.5](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [littlelink-13.7.5](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [littlelink-13.7.5](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
diff --git a/stable/littlelink/13.7.6/Chart.yaml b/stable/littlelink/13.7.6/Chart.yaml
new file mode 100644
index 00000000000..d9e2aec2af8
--- /dev/null
+++ b/stable/littlelink/13.7.6/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: social
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Easy platform to combine all your social links
+home: https://truecharts.org/charts/stable/littlelink
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png
+keywords:
+ - littlelink
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: littlelink
+sources:
+ - https://github.com/sethcottle/littlelink
+ - https://github.com/techno-tim/littlelink-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink
+ - https://ghcr.io/techno-tim/littlelink-server
+type: application
+version: 13.7.6
diff --git a/stable/littlelink/13.7.2/README.md b/stable/littlelink/13.7.6/README.md
similarity index 100%
rename from stable/littlelink/13.7.2/README.md
rename to stable/littlelink/13.7.6/README.md
diff --git a/stable/littlelink/13.7.6/app-changelog.md b/stable/littlelink/13.7.6/app-changelog.md
new file mode 100644
index 00000000000..6a600ada9ff
--- /dev/null
+++ b/stable/littlelink/13.7.6/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [littlelink-13.7.6](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@4ff3182](https://github.com/4ff3182) by renovate ([#19663](https://github.com/truecharts/charts/issues/19663))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@6204eb2](https://github.com/6204eb2) by renovate ([#19620](https://github.com/truecharts/charts/issues/19620))
+
+- update container image ghcr.io/techno-tim/littlelink-server to latest[@e44b7d1](https://github.com/e44b7d1) by renovate ([#19467](https://github.com/truecharts/charts/issues/19467))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/littlelink/13.7.2/app-readme.md b/stable/littlelink/13.7.6/app-readme.md
similarity index 100%
rename from stable/littlelink/13.7.2/app-readme.md
rename to stable/littlelink/13.7.6/app-readme.md
diff --git a/stable/littlelink/13.7.6/charts/common-20.2.4.tgz b/stable/littlelink/13.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/littlelink/13.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/littlelink/13.7.6/ix_values.yaml b/stable/littlelink/13.7.6/ix_values.yaml
new file mode 100644
index 00000000000..94d13150fe0
--- /dev/null
+++ b/stable/littlelink/13.7.6/ix_values.yaml
@@ -0,0 +1,41 @@
+image:
+ repository: ghcr.io/techno-tim/littlelink-server
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:4ff3182857e8065e28974ae3084b5785b5de6c2a909e25ff26aa635d614e120b
+service:
+ main:
+ ports:
+ main:
+ port: 10040
+ targetPort: 3000
+littlelink:
+ meta_title: "techno tim"
+ meta_description: "techno tim link page"
+ meta_author: "techno tim"
+ theme: "dark"
+ favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
+ avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"
+ avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"
+ avatar_alt: "techno tim profile pic"
+ name: "technotim"
+ bio: "hey! just a place where you can connect with me!"
+ github: "https://github.com/timothystewart6"
+ twitter: "https://twitter.com/technotimlive"
+ instagram: "https://www.instagram.com/techno.tim"
+ youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"
+ twitch: "https://www.twitch.tv/technotim/"
+ discord: "https://discord.gg/djkexrj"
+ tiktok: "https://www.tiktok.com/@technotim"
+ kit: "https://kit.co/technotim"
+ footer: "thanks for stopping by!"
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ envFrom:
+ - configMapRef:
+ name: config
diff --git a/stable/littlelink/13.7.2/questions.yaml b/stable/littlelink/13.7.6/questions.yaml
similarity index 100%
rename from stable/littlelink/13.7.2/questions.yaml
rename to stable/littlelink/13.7.6/questions.yaml
diff --git a/stable/maintainerr/2.6.0/templates/NOTES.txt b/stable/littlelink/13.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/maintainerr/2.6.0/templates/NOTES.txt
rename to stable/littlelink/13.7.6/templates/NOTES.txt
diff --git a/stable/littlelink/13.7.2/templates/_configmap.tpl b/stable/littlelink/13.7.6/templates/_configmap.tpl
similarity index 100%
rename from stable/littlelink/13.7.2/templates/_configmap.tpl
rename to stable/littlelink/13.7.6/templates/_configmap.tpl
diff --git a/stable/littlelink/13.7.2/templates/common.yaml b/stable/littlelink/13.7.6/templates/common.yaml
similarity index 100%
rename from stable/littlelink/13.7.2/templates/common.yaml
rename to stable/littlelink/13.7.6/templates/common.yaml
diff --git a/stable/logitech-media-server/11.7.2/values.yaml b/stable/littlelink/13.7.6/values.yaml
similarity index 100%
rename from stable/logitech-media-server/11.7.2/values.yaml
rename to stable/littlelink/13.7.6/values.yaml
diff --git a/stable/livestreamdvr/5.6.0/CHANGELOG.md b/stable/livestreamdvr/5.6.0/CHANGELOG.md
deleted file mode 100644
index 60453ccb33e..00000000000
--- a/stable/livestreamdvr/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [livestreamdvr-5.6.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.5.2...livestreamdvr-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [livestreamdvr-5.5.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.5.1...livestreamdvr-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [livestreamdvr-5.5.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.5.0...livestreamdvr-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [livestreamdvr-5.5.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.4.1...livestreamdvr-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [livestreamdvr-5.4.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.4.0...livestreamdvr-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [livestreamdvr-5.4.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.3.0...livestreamdvr-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [livestreamdvr-5.3.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.3...livestreamdvr-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [livestreamdvr-5.2.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.2...livestreamdvr-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [livestreamdvr-5.2.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.0...livestreamdvr-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/livestreamdvr/5.6.0/Chart.yaml b/stable/livestreamdvr/5.6.0/Chart.yaml
deleted file mode 100644
index e0563855ca1..00000000000
--- a/stable/livestreamdvr/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: master
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An automatic twitch recorder.
-home: https://truecharts.org/charts/stable/livestreamdvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png
-keywords:
- - livestreamdvr
- - MediaApp-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: livestreamdvr
-sources:
- - https://github.com/MrBrax/LiveStreamDVR
- - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr
- - https://hub.docker.com/r/mrbrax/twitchautomator
-type: application
-version: 5.6.0
diff --git a/stable/livestreamdvr/5.6.0/charts/common-20.1.5.tgz b/stable/livestreamdvr/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/livestreamdvr/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/longvinter/5.6.0/.helmignore b/stable/livestreamdvr/5.7.3/.helmignore
similarity index 100%
rename from stable/longvinter/5.6.0/.helmignore
rename to stable/livestreamdvr/5.7.3/.helmignore
diff --git a/stable/livestreamdvr/5.7.3/CHANGELOG.md b/stable/livestreamdvr/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dc871e73fe7
--- /dev/null
+++ b/stable/livestreamdvr/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [livestreamdvr-5.7.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/livestreamdvr/5.7.3/Chart.yaml b/stable/livestreamdvr/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..26ef634d0cc
--- /dev/null
+++ b/stable/livestreamdvr/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: master
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An automatic twitch recorder.
+home: https://truecharts.org/charts/stable/livestreamdvr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png
+keywords:
+ - livestreamdvr
+ - MediaApp-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: livestreamdvr
+sources:
+ - https://github.com/MrBrax/LiveStreamDVR
+ - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr
+ - https://hub.docker.com/r/mrbrax/twitchautomator
+type: application
+version: 5.7.3
diff --git a/stable/livestreamdvr/5.6.0/README.md b/stable/livestreamdvr/5.7.3/README.md
similarity index 100%
rename from stable/livestreamdvr/5.6.0/README.md
rename to stable/livestreamdvr/5.7.3/README.md
diff --git a/stable/livestreamdvr/5.7.3/app-changelog.md b/stable/livestreamdvr/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e8b37a24b9e
--- /dev/null
+++ b/stable/livestreamdvr/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [livestreamdvr-5.7.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/livestreamdvr/5.6.0/app-readme.md b/stable/livestreamdvr/5.7.3/app-readme.md
similarity index 100%
rename from stable/livestreamdvr/5.6.0/app-readme.md
rename to stable/livestreamdvr/5.7.3/app-readme.md
diff --git a/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz b/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/livestreamdvr/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/livestreamdvr/5.6.0/ix_values.yaml b/stable/livestreamdvr/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/livestreamdvr/5.6.0/ix_values.yaml
rename to stable/livestreamdvr/5.7.3/ix_values.yaml
diff --git a/stable/livestreamdvr/5.6.0/questions.yaml b/stable/livestreamdvr/5.7.3/questions.yaml
similarity index 100%
rename from stable/livestreamdvr/5.6.0/questions.yaml
rename to stable/livestreamdvr/5.7.3/questions.yaml
diff --git a/stable/llalon-github-backup/5.6.0/templates/common.yaml b/stable/livestreamdvr/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/templates/common.yaml
rename to stable/livestreamdvr/5.7.3/templates/common.yaml
diff --git a/stable/longvinter/5.6.0/values.yaml b/stable/livestreamdvr/5.7.3/values.yaml
similarity index 100%
rename from stable/longvinter/5.6.0/values.yaml
rename to stable/livestreamdvr/5.7.3/values.yaml
diff --git a/stable/llalon-github-backup/5.6.0/CHANGELOG.md b/stable/llalon-github-backup/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0e8ff916e42..00000000000
--- a/stable/llalon-github-backup/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [llalon-github-backup-5.6.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.5.2...llalon-github-backup-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [llalon-github-backup-5.5.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.5.1...llalon-github-backup-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [llalon-github-backup-5.5.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.5.0...llalon-github-backup-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [llalon-github-backup-5.5.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.4.1...llalon-github-backup-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [llalon-github-backup-5.4.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.4.0...llalon-github-backup-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [llalon-github-backup-5.4.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.3.0...llalon-github-backup-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [llalon-github-backup-5.3.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.3...llalon-github-backup-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [llalon-github-backup-5.2.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.2...llalon-github-backup-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [llalon-github-backup-5.2.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.0...llalon-github-backup-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/llalon-github-backup/5.6.0/Chart.yaml b/stable/llalon-github-backup/5.6.0/Chart.yaml
deleted file mode 100644
index 05e2e5b3fe2..00000000000
--- a/stable/llalon-github-backup/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Automatically backup github repositories on schedule. Allows for custom configuration.
-home: https://truecharts.org/charts/stable/llalon-github-backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png
-keywords:
- - llalon-github-backup
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: llalon-github-backup
-sources:
- - https://github.com/abusesa/github-backup
- - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup
- - https://hub.docker.com/r/llalon/github-backup
-type: application
-version: 5.6.0
diff --git a/stable/llalon-github-backup/5.6.0/charts/common-20.1.5.tgz b/stable/llalon-github-backup/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/llalon-github-backup/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mailpile/5.6.0/.helmignore b/stable/llalon-github-backup/5.7.3/.helmignore
similarity index 100%
rename from stable/mailpile/5.6.0/.helmignore
rename to stable/llalon-github-backup/5.7.3/.helmignore
diff --git a/stable/llalon-github-backup/5.7.3/CHANGELOG.md b/stable/llalon-github-backup/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..62c8b4e9b50
--- /dev/null
+++ b/stable/llalon-github-backup/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [llalon-github-backup-5.7.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/llalon-github-backup/5.7.3/Chart.yaml b/stable/llalon-github-backup/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..5820c7d7df5
--- /dev/null
+++ b/stable/llalon-github-backup/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Automatically backup github repositories on schedule. Allows for custom configuration.
+home: https://truecharts.org/charts/stable/llalon-github-backup
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png
+keywords:
+ - llalon-github-backup
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: llalon-github-backup
+sources:
+ - https://github.com/abusesa/github-backup
+ - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup
+ - https://hub.docker.com/r/llalon/github-backup
+type: application
+version: 5.7.3
diff --git a/stable/llalon-github-backup/5.6.0/README.md b/stable/llalon-github-backup/5.7.3/README.md
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/README.md
rename to stable/llalon-github-backup/5.7.3/README.md
diff --git a/stable/llalon-github-backup/5.7.3/app-changelog.md b/stable/llalon-github-backup/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..52a0a4203b8
--- /dev/null
+++ b/stable/llalon-github-backup/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [llalon-github-backup-5.7.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/llalon-github-backup/5.6.0/app-readme.md b/stable/llalon-github-backup/5.7.3/app-readme.md
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/app-readme.md
rename to stable/llalon-github-backup/5.7.3/app-readme.md
diff --git a/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz b/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/llalon-github-backup/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/llalon-github-backup/5.6.0/ix_values.yaml b/stable/llalon-github-backup/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/ix_values.yaml
rename to stable/llalon-github-backup/5.7.3/ix_values.yaml
diff --git a/stable/llalon-github-backup/5.6.0/questions.yaml b/stable/llalon-github-backup/5.7.3/questions.yaml
similarity index 100%
rename from stable/llalon-github-backup/5.6.0/questions.yaml
rename to stable/llalon-github-backup/5.7.3/questions.yaml
diff --git a/stable/longvinter/5.6.0/templates/common.yaml b/stable/llalon-github-backup/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/longvinter/5.6.0/templates/common.yaml
rename to stable/llalon-github-backup/5.7.3/templates/common.yaml
diff --git a/stable/mailpile/5.6.0/values.yaml b/stable/llalon-github-backup/5.7.3/values.yaml
similarity index 100%
rename from stable/mailpile/5.6.0/values.yaml
rename to stable/llalon-github-backup/5.7.3/values.yaml
diff --git a/stable/lldap/5.6.0/CHANGELOG.md b/stable/lldap/5.6.0/CHANGELOG.md
deleted file mode 100644
index a2fdcf26393..00000000000
--- a/stable/lldap/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [lldap-5.6.0](https://github.com/truecharts/charts/compare/lldap-5.5.2...lldap-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [lldap-5.5.2](https://github.com/truecharts/charts/compare/lldap-5.5.1...lldap-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [lldap-5.5.1](https://github.com/truecharts/charts/compare/lldap-5.5.0...lldap-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [lldap-5.5.0](https://github.com/truecharts/charts/compare/lldap-5.4.1...lldap-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [lldap-5.4.1](https://github.com/truecharts/charts/compare/lldap-5.4.0...lldap-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [lldap-5.4.0](https://github.com/truecharts/charts/compare/lldap-5.3.0...lldap-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [lldap-5.3.0](https://github.com/truecharts/charts/compare/lldap-5.2.3...lldap-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [lldap-5.2.3](https://github.com/truecharts/charts/compare/lldap-5.2.2...lldap-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [lldap-5.2.2](https://github.com/truecharts/charts/compare/lldap-5.2.0...lldap-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/lldap/5.6.0/Chart.yaml b/stable/lldap/5.6.0/Chart.yaml
deleted file mode 100644
index c155c71642c..00000000000
--- a/stable/lldap/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: ldap
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Lightweight ldap server for authentication and user management
-home: https://truecharts.org/charts/stable/lldap
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png
-keywords:
- - lldap
- - ldap
- - authentication
- - auth
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: lldap
-sources:
- - https://github.com/nitnelave/lldap
- - https://github.com/truecharts/charts/tree/master/charts/stable/lldap
- - https://hub.docker.com/r/nitnelave/lldap
-type: application
-version: 5.6.0
diff --git a/stable/lldap/5.6.0/charts/common-20.1.5.tgz b/stable/lldap/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/lldap/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/lldap/5.6.0/questions.yaml b/stable/lldap/5.6.0/questions.yaml
deleted file mode 100755
index f2392d53185..00000000000
--- a/stable/lldap/5.6.0/questions.yaml
+++ /dev/null
@@ -1,3421 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- label: ""
- group: "App Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: LLDAP_LDAP_BASE_DN
- label: "LDAP Base DN"
- description: "A domain entry within an Lldap directory."
- schema:
- type: string
- required: true
- default: "dc=example,dc=com"
- - variable: LLDAP_LDAP_USER_DN
- label: "Ldap User DN"
- description: "The Ldap user for the default auth."
- schema:
- type: string
- required: true
- default: ""
- - variable: LLDAP_LDAP_USER_EMAIL
- label: "Ldap User Email"
- description: "The Ldap user email for the default auth."
- schema:
- type: string
- required: true
- default: ""
- - variable: LLDAP_LDAP_USER_PASS
- label: "Ldap User Password"
- description: "The Ldap user password for the default auth."
- schema:
- type: string
- required: true
- private: true
- default: ""
- min_length: 8
- - variable: LLDAP_HTTP_URL
- label: "Public URL"
- description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT"
- schema:
- type: string
- required: true
- default: ""
- - variable: LLDAP_VERBOSE
- label: "Enable Verbose"
- description: "Tune the logging to be more verbose"
- schema:
- type: boolean
- default: false
- - variable: smtp
- label: Show SMTP Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET
- label: Enable Password Reset
- schema:
- type: boolean
- default: false
- - variable: LLDAP_SMTP_OPTIONS__SERVER
- label: SMTP Server Url
- schema:
- type: string
- default: ""
- - variable: LLDAP_SMTP_OPTIONS__PORT
- label: SMTP Server Port
- schema:
- type: int
- default: 587
- - variable: LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION
- label: SMTP Encryption
- schema:
- type: string
- default: "STARTTLS"
- enum:
- - value: NONE
- description: None
- - value: STARTTLS
- description: StartTLS
- - value: TLS
- description: TLS
- - variable: LLDAP_SMTP_OPTIONS__USER
- label: SMTP User
- schema:
- type: string
- default: ""
- - variable: LLDAP_SMTP_OPTIONS__PASSWORD
- label: SMTP Password
- schema:
- type: string
- default: ""
- - variable: LLDAP_SMTP_OPTIONS__FROM
- label: SMTP From
- schema:
- type: string
- default: "LLDAP Admin "
- - variable: LLDAP_SMTP_OPTIONS__REPLY_TO
- label: SMTP Reply To
- schema:
- type: string
- default: "Do not reply "
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 17170
- required: true
- - variable: ldap
- label: "Additional service to accept LDAP connections"
- description: "The Service in which external sources will connect to the LDAP service"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: ldap
- label: "LDAP Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3890
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/maintainerr/2.6.0/.helmignore b/stable/lldap/5.7.3/.helmignore
similarity index 100%
rename from stable/maintainerr/2.6.0/.helmignore
rename to stable/lldap/5.7.3/.helmignore
diff --git a/stable/lldap/5.7.3/CHANGELOG.md b/stable/lldap/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a7add0df08a
--- /dev/null
+++ b/stable/lldap/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [lldap-5.7.2](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/lldap/5.7.3/Chart.yaml b/stable/lldap/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..15927e9d1b1
--- /dev/null
+++ b/stable/lldap/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: ldap
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Lightweight ldap server for authentication and user management
+home: https://truecharts.org/charts/stable/lldap
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.png
+keywords:
+ - lldap
+ - ldap
+ - authentication
+ - auth
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: lldap
+sources:
+ - https://github.com/nitnelave/lldap
+ - https://github.com/truecharts/charts/tree/master/charts/stable/lldap
+ - https://hub.docker.com/r/nitnelave/lldap
+type: application
+version: 5.7.3
diff --git a/stable/makemkv/10.6.0/templates/NOTES.txt b/stable/lldap/5.7.3/NOTES.txt
similarity index 100%
rename from stable/makemkv/10.6.0/templates/NOTES.txt
rename to stable/lldap/5.7.3/NOTES.txt
diff --git a/stable/lldap/5.6.0/README.md b/stable/lldap/5.7.3/README.md
similarity index 100%
rename from stable/lldap/5.6.0/README.md
rename to stable/lldap/5.7.3/README.md
diff --git a/stable/lldap/5.7.3/app-changelog.md b/stable/lldap/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6bb3a76c700
--- /dev/null
+++ b/stable/lldap/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [lldap-5.7.3](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/lldap/5.6.0/app-readme.md b/stable/lldap/5.7.3/app-readme.md
similarity index 100%
rename from stable/lldap/5.6.0/app-readme.md
rename to stable/lldap/5.7.3/app-readme.md
diff --git a/stable/lldap/5.7.3/charts/common-20.2.4.tgz b/stable/lldap/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/lldap/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/lldap/5.6.0/ix_values.yaml b/stable/lldap/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/lldap/5.6.0/ix_values.yaml
rename to stable/lldap/5.7.3/ix_values.yaml
diff --git a/stable/lldap/5.7.3/questions.yaml b/stable/lldap/5.7.3/questions.yaml
new file mode 100755
index 00000000000..26d33b6b9b5
--- /dev/null
+++ b/stable/lldap/5.7.3/questions.yaml
@@ -0,0 +1,3423 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ label: ""
+ group: "App Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: LLDAP_LDAP_BASE_DN
+ label: "LDAP Base DN"
+ description: "A domain entry within an Lldap directory."
+ schema:
+ type: string
+ required: true
+ default: "dc=example,dc=com"
+ - variable: LLDAP_LDAP_USER_DN
+ label: "Ldap User DN"
+ description: "The Ldap user for the default auth."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: LLDAP_LDAP_USER_EMAIL
+ label: "Ldap User Email"
+ description: "The Ldap user email for the default auth."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: LLDAP_LDAP_USER_PASS
+ label: "Ldap User Password"
+ description: "The Ldap user password for the default auth."
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ min_length: 8
+ - variable: LLDAP_HTTP_URL
+ label: "Public URL"
+ description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: LLDAP_VERBOSE
+ label: "Enable Verbose"
+ description: "Tune the logging to be more verbose"
+ schema:
+ type: boolean
+ default: false
+ - variable: smtp
+ label: Show SMTP Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET
+ label: Enable Password Reset
+ schema:
+ type: boolean
+ default: false
+ - variable: LLDAP_SMTP_OPTIONS__SERVER
+ label: SMTP Server Url
+ schema:
+ type: string
+ default: ""
+ - variable: LLDAP_SMTP_OPTIONS__PORT
+ label: SMTP Server Port
+ schema:
+ type: int
+ default: 587
+ - variable: LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION
+ label: SMTP Encryption
+ schema:
+ type: string
+ default: "STARTTLS"
+ enum:
+ - value: NONE
+ description: None
+ - value: STARTTLS
+ description: StartTLS
+ - value: TLS
+ description: TLS
+ - variable: LLDAP_SMTP_OPTIONS__USER
+ label: SMTP User
+ schema:
+ type: string
+ default: ""
+ - variable: LLDAP_SMTP_OPTIONS__PASSWORD
+ label: SMTP Password
+ schema:
+ type: string
+ default: ""
+ - variable: LLDAP_SMTP_OPTIONS__FROM
+ label: SMTP From
+ schema:
+ type: string
+ default: "LLDAP Admin "
+ - variable: LLDAP_SMTP_OPTIONS__REPLY_TO
+ label: SMTP Reply To
+ schema:
+ type: string
+ default: "Do not reply "
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 17170
+ required: true
+ - variable: ldap
+ label: "Additional service to accept LDAP connections"
+ description: "The Service in which external sources will connect to the LDAP service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: ldap
+ label: "LDAP Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3890
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/lldap/5.6.0/templates/_secrets.tpl b/stable/lldap/5.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/lldap/5.6.0/templates/_secrets.tpl
rename to stable/lldap/5.7.3/templates/_secrets.tpl
diff --git a/stable/lldap/5.6.0/templates/common.yaml b/stable/lldap/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/lldap/5.6.0/templates/common.yaml
rename to stable/lldap/5.7.3/templates/common.yaml
diff --git a/stable/maintainerr/2.6.0/values.yaml b/stable/lldap/5.7.3/values.yaml
similarity index 100%
rename from stable/maintainerr/2.6.0/values.yaml
rename to stable/lldap/5.7.3/values.yaml
diff --git a/stable/makemkv/10.6.0/.helmignore b/stable/local-ai/9.19.11/.helmignore
similarity index 100%
rename from stable/makemkv/10.6.0/.helmignore
rename to stable/local-ai/9.19.11/.helmignore
diff --git a/stable/local-ai/9.19.11/CHANGELOG.md b/stable/local-ai/9.19.11/CHANGELOG.md
new file mode 100644
index 00000000000..be37544b674
--- /dev/null
+++ b/stable/local-ai/9.19.11/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [local-ai-9.19.11](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.11) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529))
+
+- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487))
+
+- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
+
+- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [local-ai-9.19.10](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.10) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529))
+
+- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487))
+
+- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
+
+- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [local-ai-9.19.10](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.10) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529))
+
+- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487))
+
+- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
+
+- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [local-ai-9.19.10](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.10) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529))
+
+- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487))
+
+- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
+
+- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
\ No newline at end of file
diff --git a/stable/local-ai/9.19.11/Chart.yaml b/stable/local-ai/9.19.11/Chart.yaml
new file mode 100644
index 00000000000..0fedac3caa9
--- /dev/null
+++ b/stable/local-ai/9.19.11/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: ai
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.10.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self-hosted, community-driven, local OpenAI-compatible API.
+home: https://truecharts.org/charts/stable/local-ai
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png
+keywords:
+ - local-ai
+ - ai
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: local-ai
+sources:
+ - https://github.com/go-skynet/LocalAI
+ - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
+ - https://hub.docker.com/r/localai/localai
+type: application
+version: 9.19.11
diff --git a/stable/local-ai/9.19.2/README.md b/stable/local-ai/9.19.11/README.md
similarity index 100%
rename from stable/local-ai/9.19.2/README.md
rename to stable/local-ai/9.19.11/README.md
diff --git a/stable/local-ai/9.19.11/app-changelog.md b/stable/local-ai/9.19.11/app-changelog.md
new file mode 100644
index 00000000000..3117430136c
--- /dev/null
+++ b/stable/local-ai/9.19.11/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [local-ai-9.19.11](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.11) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529))
+
+- update container image docker.io/localai/localai to v2.10.1 by renovate ([#19487](https://github.com/truecharts/charts/issues/19487))
+
+- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
+
+- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/local-ai/9.19.2/app-readme.md b/stable/local-ai/9.19.11/app-readme.md
similarity index 100%
rename from stable/local-ai/9.19.2/app-readme.md
rename to stable/local-ai/9.19.11/app-readme.md
diff --git a/stable/local-ai/9.19.11/charts/common-20.2.4.tgz b/stable/local-ai/9.19.11/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/local-ai/9.19.11/charts/common-20.2.4.tgz differ
diff --git a/stable/local-ai/9.19.11/ix_values.yaml b/stable/local-ai/9.19.11/ix_values.yaml
new file mode 100644
index 00000000000..2c45936cf6a
--- /dev/null
+++ b/stable/local-ai/9.19.11/ix_values.yaml
@@ -0,0 +1,89 @@
+image:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1@sha256:6c7eabeb9b90b1398cf27af1cbb4901a1a859277ea50147507d73981287af804
+ffmpegImage:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1-ffmpeg-core@sha256:6a2819d1a947f15a588c695229606336cb9a0d2f4fb65763e8f6e7ade4cbe96b
+cublasCuda12Image:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1-cublas-cuda12-core@sha256:c2c0c4480f77503a5cd785020b365829d1a3ce7a221b02560637f6906d452cc6
+cublasCuda12FfmpegImage:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1-cublas-cuda12-ffmpeg-core@sha256:3e0a62084787d67ee4b28cadb8900c88aeea36085ea29f3bee322957c3563da9
+cublasCuda11Image:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1-cublas-cuda11-core@sha256:fbfdfdaada38b1e26b1097c16eb21e9e4ce19287adfef44834abf32b1226af5e
+cublasCuda11FfmpegImage:
+ repository: docker.io/localai/localai
+ pullPolicy: IfNotPresent
+ tag: v2.10.1-cublas-cuda11-ffmpeg-core@sha256:360e5412feb659bab061648a561814d4a68dec01f266ab6b1995fbc393d6ce5e
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 8080
+localai:
+ # Specify a build type. Available: cublas, openblas, clblas.
+ build_type: "openblas"
+ debug: false
+ cors: true
+ cors_allow_origins: "*"
+ galleries: []
+ # - name: model-gallery
+ # url: github:go-skynet/model-gallery/index.yaml
+ preload_models: []
+ # url: github:go-skynet/model-gallery/gpt4all-j.yaml
+ # UPLOAD_LIMIT
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /readyz
+ readiness:
+ enabled: true
+ type: http
+ path: /readyz
+ startup:
+ enabled: true
+ type: tcp
+ imageSelector: image
+ env:
+ ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
+ MODELS_PATH: "{{ .Values.persistence.models.mountPath }}"
+ IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}"
+ BUILD_TYPE: "{{ .Values.localai.build_type }}"
+ # breaks chart if true, keep it false.
+ REBUILD: false
+ DEBUG: "{{ .Values.localai.debug }}"
+ CORS: "{{ .Values.localai.cors }}"
+ GALLERIES: "{{ toJson .Values.localai.galleries }}"
+ PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}"
+ CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}"
+persistence:
+ models:
+ enabled: true
+ mountPath: "/models"
+ images:
+ enabled: true
+ mountPath: "/images"
+portal:
+ open:
+ enabled: false
+updated: true
diff --git a/stable/local-ai/9.19.2/questions.yaml b/stable/local-ai/9.19.11/questions.yaml
similarity index 100%
rename from stable/local-ai/9.19.2/questions.yaml
rename to stable/local-ai/9.19.11/questions.yaml
diff --git a/stable/mariadb/13.7.0/templates/NOTES.txt b/stable/local-ai/9.19.11/templates/NOTES.txt
similarity index 100%
rename from stable/mariadb/13.7.0/templates/NOTES.txt
rename to stable/local-ai/9.19.11/templates/NOTES.txt
diff --git a/stable/makemkv/10.6.0/templates/common.yaml b/stable/local-ai/9.19.11/templates/common.yaml
similarity index 100%
rename from stable/makemkv/10.6.0/templates/common.yaml
rename to stable/local-ai/9.19.11/templates/common.yaml
diff --git a/stable/makemkv/10.6.0/values.yaml b/stable/local-ai/9.19.11/values.yaml
similarity index 100%
rename from stable/makemkv/10.6.0/values.yaml
rename to stable/local-ai/9.19.11/values.yaml
diff --git a/stable/local-ai/9.19.2/CHANGELOG.md b/stable/local-ai/9.19.2/CHANGELOG.md
deleted file mode 100644
index 20825a04ac0..00000000000
--- a/stable/local-ai/9.19.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-18)
-
-### Chore
-
diff --git a/stable/local-ai/9.19.2/Chart.yaml b/stable/local-ai/9.19.2/Chart.yaml
deleted file mode 100644
index 3e9c4daa8cd..00000000000
--- a/stable/local-ai/9.19.2/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: ai
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.10.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self-hosted, community-driven, local OpenAI-compatible API.
-home: https://truecharts.org/charts/stable/local-ai
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png
-keywords:
- - local-ai
- - ai
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: local-ai
-sources:
- - https://github.com/go-skynet/LocalAI
- - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- - https://hub.docker.com/r/localai/localai
-type: application
-version: 9.19.2
diff --git a/stable/local-ai/9.19.2/app-changelog.md b/stable/local-ai/9.19.2/app-changelog.md
deleted file mode 100644
index 9a749a6cec3..00000000000
--- a/stable/local-ai/9.19.2/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [local-ai-9.19.2](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image docker.io/localai/localai to v2.10.0[@ee64c86](https://github.com/ee64c86) by renovate ([#19446](https://github.com/truecharts/charts/issues/19446))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/localai/localai to v2.10.0[@5cd0285](https://github.com/5cd0285) by renovate ([#19391](https://github.com/truecharts/charts/issues/19391))
-
-- update container image docker.io/localai/localai to v2.10.0 by renovate ([#19375](https://github.com/truecharts/charts/issues/19375))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/local-ai/9.19.2/charts/common-20.2.2.tgz b/stable/local-ai/9.19.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/local-ai/9.19.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/local-ai/9.19.2/ix_values.yaml b/stable/local-ai/9.19.2/ix_values.yaml
deleted file mode 100644
index 671b4abe36e..00000000000
--- a/stable/local-ai/9.19.2/ix_values.yaml
+++ /dev/null
@@ -1,89 +0,0 @@
-image:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0@sha256:ee64c86c3d3c3c32448afa7dfd59d131bbe3ec1fbecf9ed6055047de14eaa4a9
-ffmpegImage:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0-ffmpeg-core@sha256:74fb8e2c19733aa96abc5ddb851587e329cbd3286aead6e82f327f2363809860
-cublasCuda12Image:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0-cublas-cuda12-core@sha256:6b2a87df3112f24438d11b448573a4deca3d229539694d5416f20b13d0c57ddb
-cublasCuda12FfmpegImage:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0-cublas-cuda12-ffmpeg-core@sha256:b5398d86d4cbdee623d4c21f09a36a7a36714adfac4a9f3c2baed572443c28a2
-cublasCuda11Image:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0-cublas-cuda11-core@sha256:58083a229ae07aa13ed954e854f9026014597f244c5ac7889dd6aae5404b73cd
-cublasCuda11FfmpegImage:
- repository: docker.io/localai/localai
- pullPolicy: IfNotPresent
- tag: v2.10.0-cublas-cuda11-ffmpeg-core@sha256:428779deec77fd648f13c826bb4630b1f12d54b2542e6ee9d6b6f5ba865f9357
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- protocol: http
- port: 8080
-localai:
- # Specify a build type. Available: cublas, openblas, clblas.
- build_type: "openblas"
- debug: false
- cors: true
- cors_allow_origins: "*"
- galleries: []
- # - name: model-gallery
- # url: github:go-skynet/model-gallery/index.yaml
- preload_models: []
- # url: github:go-skynet/model-gallery/gpt4all-j.yaml
- # UPLOAD_LIMIT
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- type: http
- path: /readyz
- readiness:
- enabled: true
- type: http
- path: /readyz
- startup:
- enabled: true
- type: tcp
- imageSelector: image
- env:
- ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
- MODELS_PATH: "{{ .Values.persistence.models.mountPath }}"
- IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}"
- BUILD_TYPE: "{{ .Values.localai.build_type }}"
- # breaks chart if true, keep it false.
- REBUILD: false
- DEBUG: "{{ .Values.localai.debug }}"
- CORS: "{{ .Values.localai.cors }}"
- GALLERIES: "{{ toJson .Values.localai.galleries }}"
- PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}"
- CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}"
-persistence:
- models:
- enabled: true
- mountPath: "/models"
- images:
- enabled: true
- mountPath: "/images"
-portal:
- open:
- enabled: false
-updated: true
diff --git a/stable/logitech-media-server/11.7.2/CHANGELOG.md b/stable/logitech-media-server/11.7.2/CHANGELOG.md
deleted file mode 100644
index 222f2cef81c..00000000000
--- a/stable/logitech-media-server/11.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
-
diff --git a/stable/logitech-media-server/11.7.2/Chart.yaml b/stable/logitech-media-server/11.7.2/Chart.yaml
deleted file mode 100644
index 5d8021e8309..00000000000
--- a/stable/logitech-media-server/11.7.2/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Logitech Media Server is a platform for home/office audio streaming.
-home: https://truecharts.org/charts/stable/logitech-media-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png
-keywords:
- - logitech-media-server
- - squeezebox
- - audio
- - streaming
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: logitech-media-server
-sources:
- - https://github.com/Logitech/slimserver
- - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server
- - https://hub.docker.com/r/lmscommunity/logitechmediaserver
-type: application
-version: 11.7.2
diff --git a/stable/logitech-media-server/11.7.2/app-changelog.md b/stable/logitech-media-server/11.7.2/app-changelog.md
deleted file mode 100644
index a4e19f6b26e..00000000000
--- a/stable/logitech-media-server/11.7.2/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [logitech-media-server-11.7.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.2) (2024-03-22)
-
-### Chore
-
-
-
-- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
\ No newline at end of file
diff --git a/stable/logitech-media-server/11.7.2/charts/common-20.2.2.tgz b/stable/logitech-media-server/11.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/logitech-media-server/11.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/logitech-media-server/11.7.2/ix_values.yaml b/stable/logitech-media-server/11.7.2/ix_values.yaml
deleted file mode 100644
index 07155402754..00000000000
--- a/stable/logitech-media-server/11.7.2/ix_values.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-image:
- repository: lmscommunity/logitechmediaserver
- pullPolicy: IfNotPresent
- tag: stable@sha256:dfece5c578db195d2f2f4848236bda375dc1cec627fbce24d11c2cf796a2c93d
-service:
- main:
- ports:
- main:
- port: 9000
- cli:
- enabled: true
- ports:
- cli:
- enabled: true
- port: 9090
- targetPort: 9090
- playertcp:
- enabled: true
- ports:
- slimprototcp:
- enabled: true
- port: 3483
- targetPort: 3483
- playerudp:
- enabled: true
- ports:
- slimprotoudp:
- enabled: true
- port: 3483
- protocol: udp
- targetPort: 3483
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
diff --git a/stable/maloja/5.6.0/.helmignore b/stable/logitech-media-server/11.7.6/.helmignore
similarity index 100%
rename from stable/maloja/5.6.0/.helmignore
rename to stable/logitech-media-server/11.7.6/.helmignore
diff --git a/stable/logitech-media-server/11.7.6/CHANGELOG.md b/stable/logitech-media-server/11.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..aa5722f8189
--- /dev/null
+++ b/stable/logitech-media-server/11.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [logitech-media-server-11.7.6](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
+
+- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
+
+- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
+
+
+## [logitech-media-server-11.7.5](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
+
+- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
+
+- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
+
+
+## [logitech-media-server-11.7.5](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
+
+- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
+
+- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
+
+
+## [logitech-media-server-11.7.5](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
+
+- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
+
+- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
+
+
+## [logitech-media-server-11.7.5](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.5) (2024-03-24)
+
+### Chore
diff --git a/stable/logitech-media-server/11.7.6/Chart.yaml b/stable/logitech-media-server/11.7.6/Chart.yaml
new file mode 100644
index 00000000000..793c0f607fa
--- /dev/null
+++ b/stable/logitech-media-server/11.7.6/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Logitech Media Server is a platform for home/office audio streaming.
+home: https://truecharts.org/charts/stable/logitech-media-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png
+keywords:
+ - logitech-media-server
+ - squeezebox
+ - audio
+ - streaming
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: logitech-media-server
+sources:
+ - https://github.com/Logitech/slimserver
+ - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server
+ - https://hub.docker.com/r/lmscommunity/logitechmediaserver
+type: application
+version: 11.7.6
diff --git a/stable/logitech-media-server/11.7.2/README.md b/stable/logitech-media-server/11.7.6/README.md
similarity index 100%
rename from stable/logitech-media-server/11.7.2/README.md
rename to stable/logitech-media-server/11.7.6/README.md
diff --git a/stable/logitech-media-server/11.7.6/app-changelog.md b/stable/logitech-media-server/11.7.6/app-changelog.md
new file mode 100644
index 00000000000..0334e44b1f0
--- /dev/null
+++ b/stable/logitech-media-server/11.7.6/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [logitech-media-server-11.7.6](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
+
+- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
+
+- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
\ No newline at end of file
diff --git a/stable/logitech-media-server/11.7.2/app-readme.md b/stable/logitech-media-server/11.7.6/app-readme.md
similarity index 100%
rename from stable/logitech-media-server/11.7.2/app-readme.md
rename to stable/logitech-media-server/11.7.6/app-readme.md
diff --git a/stable/logitech-media-server/11.7.6/charts/common-20.2.4.tgz b/stable/logitech-media-server/11.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/logitech-media-server/11.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/logitech-media-server/11.7.6/ix_values.yaml b/stable/logitech-media-server/11.7.6/ix_values.yaml
new file mode 100644
index 00000000000..d25d26b2150
--- /dev/null
+++ b/stable/logitech-media-server/11.7.6/ix_values.yaml
@@ -0,0 +1,51 @@
+image:
+ repository: lmscommunity/logitechmediaserver
+ pullPolicy: IfNotPresent
+ tag: stable@sha256:d37200882e71702a5bea788924248349b0a1221cdcfdf0c6f9a35e61b125615e
+service:
+ main:
+ ports:
+ main:
+ port: 9000
+ cli:
+ enabled: true
+ ports:
+ cli:
+ enabled: true
+ port: 9090
+ targetPort: 9090
+ playertcp:
+ enabled: true
+ ports:
+ slimprototcp:
+ enabled: true
+ port: 3483
+ targetPort: 3483
+ playerudp:
+ enabled: true
+ ports:
+ slimprotoudp:
+ enabled: true
+ port: 3483
+ protocol: udp
+ targetPort: 3483
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
diff --git a/stable/logitech-media-server/11.7.2/questions.yaml b/stable/logitech-media-server/11.7.6/questions.yaml
similarity index 100%
rename from stable/logitech-media-server/11.7.2/questions.yaml
rename to stable/logitech-media-server/11.7.6/questions.yaml
diff --git a/stable/matomo/13.12.3/templates/NOTES.txt b/stable/logitech-media-server/11.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/matomo/13.12.3/templates/NOTES.txt
rename to stable/logitech-media-server/11.7.6/templates/NOTES.txt
diff --git a/stable/mariadb/13.7.0/templates/common.yaml b/stable/logitech-media-server/11.7.6/templates/common.yaml
similarity index 100%
rename from stable/mariadb/13.7.0/templates/common.yaml
rename to stable/logitech-media-server/11.7.6/templates/common.yaml
diff --git a/stable/maloja/5.6.0/values.yaml b/stable/logitech-media-server/11.7.6/values.yaml
similarity index 100%
rename from stable/maloja/5.6.0/values.yaml
rename to stable/logitech-media-server/11.7.6/values.yaml
diff --git a/stable/longvinter/5.6.0/CHANGELOG.md b/stable/longvinter/5.6.0/CHANGELOG.md
deleted file mode 100644
index 2e9742b6111..00000000000
--- a/stable/longvinter/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [longvinter-5.6.0](https://github.com/truecharts/charts/compare/longvinter-5.5.2...longvinter-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [longvinter-5.5.2](https://github.com/truecharts/charts/compare/longvinter-5.5.1...longvinter-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [longvinter-5.5.1](https://github.com/truecharts/charts/compare/longvinter-5.5.0...longvinter-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [longvinter-5.5.0](https://github.com/truecharts/charts/compare/longvinter-5.4.1...longvinter-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [longvinter-5.4.1](https://github.com/truecharts/charts/compare/longvinter-5.4.0...longvinter-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [longvinter-5.4.0](https://github.com/truecharts/charts/compare/longvinter-5.3.0...longvinter-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [longvinter-5.3.0](https://github.com/truecharts/charts/compare/longvinter-5.2.3...longvinter-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [longvinter-5.2.3](https://github.com/truecharts/charts/compare/longvinter-5.2.2...longvinter-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [longvinter-5.2.2](https://github.com/truecharts/charts/compare/longvinter-5.2.0...longvinter-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/longvinter/5.6.0/Chart.yaml b/stable/longvinter/5.6.0/Chart.yaml
deleted file mode 100644
index 4fa711e49ab..00000000000
--- a/stable/longvinter/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: longinter
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Longvinter and run it.
-home: https://truecharts.org/charts/stable/longvinter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png
-keywords:
- - longvinter
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: longvinter
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/longvinter/5.6.0/charts/common-20.1.5.tgz b/stable/longvinter/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/longvinter/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mango/5.6.0/.helmignore b/stable/longvinter/5.7.3/.helmignore
similarity index 100%
rename from stable/mango/5.6.0/.helmignore
rename to stable/longvinter/5.7.3/.helmignore
diff --git a/stable/longvinter/5.7.3/CHANGELOG.md b/stable/longvinter/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..704882bcd23
--- /dev/null
+++ b/stable/longvinter/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [longvinter-5.7.2](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/longvinter/5.7.3/Chart.yaml b/stable/longvinter/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..375a11cae3e
--- /dev/null
+++ b/stable/longvinter/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: longinter
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Longvinter and run it.
+home: https://truecharts.org/charts/stable/longvinter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png
+keywords:
+ - longvinter
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: longvinter
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/longvinter/5.6.0/README.md b/stable/longvinter/5.7.3/README.md
similarity index 100%
rename from stable/longvinter/5.6.0/README.md
rename to stable/longvinter/5.7.3/README.md
diff --git a/stable/longvinter/5.7.3/app-changelog.md b/stable/longvinter/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6fe795ada13
--- /dev/null
+++ b/stable/longvinter/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [longvinter-5.7.3](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/longvinter/5.6.0/app-readme.md b/stable/longvinter/5.7.3/app-readme.md
similarity index 100%
rename from stable/longvinter/5.6.0/app-readme.md
rename to stable/longvinter/5.7.3/app-readme.md
diff --git a/stable/longvinter/5.7.3/charts/common-20.2.4.tgz b/stable/longvinter/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/longvinter/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/longvinter/5.6.0/ix_values.yaml b/stable/longvinter/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/longvinter/5.6.0/ix_values.yaml
rename to stable/longvinter/5.7.3/ix_values.yaml
diff --git a/stable/longvinter/5.6.0/questions.yaml b/stable/longvinter/5.7.3/questions.yaml
similarity index 100%
rename from stable/longvinter/5.6.0/questions.yaml
rename to stable/longvinter/5.7.3/questions.yaml
diff --git a/stable/mailpile/5.6.0/templates/common.yaml b/stable/longvinter/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mailpile/5.6.0/templates/common.yaml
rename to stable/longvinter/5.7.3/templates/common.yaml
diff --git a/stable/mango/5.6.0/values.yaml b/stable/longvinter/5.7.3/values.yaml
similarity index 100%
rename from stable/mango/5.6.0/values.yaml
rename to stable/longvinter/5.7.3/values.yaml
diff --git a/stable/mailpile/5.6.0/CHANGELOG.md b/stable/mailpile/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5895a4c3dc0..00000000000
--- a/stable/mailpile/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mailpile-5.6.0](https://github.com/truecharts/charts/compare/mailpile-5.5.2...mailpile-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mailpile-5.5.2](https://github.com/truecharts/charts/compare/mailpile-5.5.1...mailpile-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mailpile-5.5.1](https://github.com/truecharts/charts/compare/mailpile-5.5.0...mailpile-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mailpile-5.5.0](https://github.com/truecharts/charts/compare/mailpile-5.4.1...mailpile-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mailpile-5.4.1](https://github.com/truecharts/charts/compare/mailpile-5.4.0...mailpile-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mailpile-5.4.0](https://github.com/truecharts/charts/compare/mailpile-5.3.0...mailpile-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mailpile-5.3.0](https://github.com/truecharts/charts/compare/mailpile-5.2.3...mailpile-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mailpile-5.2.3](https://github.com/truecharts/charts/compare/mailpile-5.2.2...mailpile-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mailpile-5.2.2](https://github.com/truecharts/charts/compare/mailpile-5.2.0...mailpile-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mailpile/5.6.0/Chart.yaml b/stable/mailpile/5.6.0/Chart.yaml
deleted file mode 100644
index 799bc4461b0..00000000000
--- a/stable/mailpile/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before.
-home: https://truecharts.org/charts/stable/mailpile
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png
-keywords:
- - mailpile
- - Productivity
- - Network-Web
- - Network-Messenger
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mailpile
-sources:
- - https://www.mailpile.is/
- - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile
- - https://hub.docker.com/r/rroemhild/mailpile
-type: application
-version: 5.6.0
diff --git a/stable/mailpile/5.6.0/charts/common-20.1.5.tgz b/stable/mailpile/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mailpile/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mariadb/13.7.0/.helmignore b/stable/mailpile/5.7.3/.helmignore
similarity index 100%
rename from stable/mariadb/13.7.0/.helmignore
rename to stable/mailpile/5.7.3/.helmignore
diff --git a/stable/mailpile/5.7.3/CHANGELOG.md b/stable/mailpile/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fc1d9aab9b2
--- /dev/null
+++ b/stable/mailpile/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mailpile-5.7.2](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mailpile/5.7.3/Chart.yaml b/stable/mailpile/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..2bd5eaf1a23
--- /dev/null
+++ b/stable/mailpile/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before.
+home: https://truecharts.org/charts/stable/mailpile
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png
+keywords:
+ - mailpile
+ - Productivity
+ - Network-Web
+ - Network-Messenger
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mailpile
+sources:
+ - https://www.mailpile.is/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile
+ - https://hub.docker.com/r/rroemhild/mailpile
+type: application
+version: 5.7.3
diff --git a/stable/mailpile/5.6.0/README.md b/stable/mailpile/5.7.3/README.md
similarity index 100%
rename from stable/mailpile/5.6.0/README.md
rename to stable/mailpile/5.7.3/README.md
diff --git a/stable/mailpile/5.7.3/app-changelog.md b/stable/mailpile/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..630b63d5829
--- /dev/null
+++ b/stable/mailpile/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mailpile-5.7.3](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mailpile/5.6.0/app-readme.md b/stable/mailpile/5.7.3/app-readme.md
similarity index 100%
rename from stable/mailpile/5.6.0/app-readme.md
rename to stable/mailpile/5.7.3/app-readme.md
diff --git a/stable/mailpile/5.7.3/charts/common-20.2.4.tgz b/stable/mailpile/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mailpile/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mailpile/5.6.0/ix_values.yaml b/stable/mailpile/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mailpile/5.6.0/ix_values.yaml
rename to stable/mailpile/5.7.3/ix_values.yaml
diff --git a/stable/mailpile/5.6.0/questions.yaml b/stable/mailpile/5.7.3/questions.yaml
similarity index 100%
rename from stable/mailpile/5.6.0/questions.yaml
rename to stable/mailpile/5.7.3/questions.yaml
diff --git a/stable/maloja/5.6.0/templates/common.yaml b/stable/mailpile/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/maloja/5.6.0/templates/common.yaml
rename to stable/mailpile/5.7.3/templates/common.yaml
diff --git a/stable/mariadb/13.7.0/values.yaml b/stable/mailpile/5.7.3/values.yaml
similarity index 100%
rename from stable/mariadb/13.7.0/values.yaml
rename to stable/mailpile/5.7.3/values.yaml
diff --git a/stable/maintainerr/2.6.0/CHANGELOG.md b/stable/maintainerr/2.6.0/CHANGELOG.md
deleted file mode 100644
index ed984f9d28e..00000000000
--- a/stable/maintainerr/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [maintainerr-2.6.0](https://github.com/truecharts/charts/compare/maintainerr-2.5.2...maintainerr-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [maintainerr-2.5.2](https://github.com/truecharts/charts/compare/maintainerr-2.5.1...maintainerr-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [maintainerr-2.5.1](https://github.com/truecharts/charts/compare/maintainerr-2.5.0...maintainerr-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [maintainerr-2.5.0](https://github.com/truecharts/charts/compare/maintainerr-2.4.1...maintainerr-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [maintainerr-2.4.1](https://github.com/truecharts/charts/compare/maintainerr-2.4.0...maintainerr-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [maintainerr-2.4.0](https://github.com/truecharts/charts/compare/maintainerr-2.3.0...maintainerr-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [maintainerr-2.3.0](https://github.com/truecharts/charts/compare/maintainerr-2.2.3...maintainerr-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [maintainerr-2.2.3](https://github.com/truecharts/charts/compare/maintainerr-2.2.2...maintainerr-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [maintainerr-2.2.2](https://github.com/truecharts/charts/compare/maintainerr-2.2.0...maintainerr-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/maintainerr/2.6.0/Chart.yaml b/stable/maintainerr/2.6.0/Chart.yaml
deleted file mode 100644
index 671c8e40647..00000000000
--- a/stable/maintainerr/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem.
-home: https://truecharts.org/charts/stable/maintainerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png
-keywords:
- - maintainerr
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: maintainerr
-sources:
- - https://github.com/jorenn92/Maintainerr
- - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
- - https://hub.docker.com/r/jorenn92/maintainerr
-type: application
-version: 2.6.0
diff --git a/stable/maintainerr/2.6.0/charts/common-20.1.5.tgz b/stable/maintainerr/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/maintainerr/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/matomo/13.12.3/.helmignore b/stable/maintainerr/2.7.3/.helmignore
similarity index 100%
rename from stable/matomo/13.12.3/.helmignore
rename to stable/maintainerr/2.7.3/.helmignore
diff --git a/stable/maintainerr/2.7.3/CHANGELOG.md b/stable/maintainerr/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..17043f91f17
--- /dev/null
+++ b/stable/maintainerr/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [maintainerr-2.7.3](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maintainerr-2.7.2](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/maintainerr/2.7.3/Chart.yaml b/stable/maintainerr/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..724a27828b9
--- /dev/null
+++ b/stable/maintainerr/2.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem.
+home: https://truecharts.org/charts/stable/maintainerr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png
+keywords:
+ - maintainerr
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: maintainerr
+sources:
+ - https://github.com/jorenn92/Maintainerr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
+ - https://hub.docker.com/r/jorenn92/maintainerr
+type: application
+version: 2.7.3
diff --git a/stable/maintainerr/2.6.0/README.md b/stable/maintainerr/2.7.3/README.md
similarity index 100%
rename from stable/maintainerr/2.6.0/README.md
rename to stable/maintainerr/2.7.3/README.md
diff --git a/stable/maintainerr/2.7.3/app-changelog.md b/stable/maintainerr/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..8c211be58d2
--- /dev/null
+++ b/stable/maintainerr/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [maintainerr-2.7.3](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/maintainerr/2.6.0/app-readme.md b/stable/maintainerr/2.7.3/app-readme.md
similarity index 100%
rename from stable/maintainerr/2.6.0/app-readme.md
rename to stable/maintainerr/2.7.3/app-readme.md
diff --git a/stable/maintainerr/2.7.3/charts/common-20.2.4.tgz b/stable/maintainerr/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/maintainerr/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/maintainerr/2.6.0/ix_values.yaml b/stable/maintainerr/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/maintainerr/2.6.0/ix_values.yaml
rename to stable/maintainerr/2.7.3/ix_values.yaml
diff --git a/stable/maintainerr/2.6.0/questions.yaml b/stable/maintainerr/2.7.3/questions.yaml
similarity index 100%
rename from stable/maintainerr/2.6.0/questions.yaml
rename to stable/maintainerr/2.7.3/questions.yaml
diff --git a/stable/mattermost/12.8.2/templates/NOTES.txt b/stable/maintainerr/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mattermost/12.8.2/templates/NOTES.txt
rename to stable/maintainerr/2.7.3/templates/NOTES.txt
diff --git a/stable/matomo/13.12.3/templates/common.yaml b/stable/maintainerr/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/matomo/13.12.3/templates/common.yaml
rename to stable/maintainerr/2.7.3/templates/common.yaml
diff --git a/stable/matomo/13.12.3/values.yaml b/stable/maintainerr/2.7.3/values.yaml
similarity index 100%
rename from stable/matomo/13.12.3/values.yaml
rename to stable/maintainerr/2.7.3/values.yaml
diff --git a/stable/makemkv/10.6.0/CHANGELOG.md b/stable/makemkv/10.6.0/CHANGELOG.md
deleted file mode 100644
index 0709f992fb9..00000000000
--- a/stable/makemkv/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [makemkv-10.6.0](https://github.com/truecharts/charts/compare/makemkv-10.5.2...makemkv-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [makemkv-10.5.2](https://github.com/truecharts/charts/compare/makemkv-10.5.1...makemkv-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [makemkv-10.5.1](https://github.com/truecharts/charts/compare/makemkv-10.5.0...makemkv-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [makemkv-10.5.0](https://github.com/truecharts/charts/compare/makemkv-10.4.1...makemkv-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [makemkv-10.4.1](https://github.com/truecharts/charts/compare/makemkv-10.4.0...makemkv-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [makemkv-10.4.0](https://github.com/truecharts/charts/compare/makemkv-10.3.0...makemkv-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [makemkv-10.3.0](https://github.com/truecharts/charts/compare/makemkv-10.2.3...makemkv-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [makemkv-10.2.3](https://github.com/truecharts/charts/compare/makemkv-10.2.2...makemkv-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [makemkv-10.2.2](https://github.com/truecharts/charts/compare/makemkv-10.2.0...makemkv-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/makemkv/10.6.0/Chart.yaml b/stable/makemkv/10.6.0/Chart.yaml
deleted file mode 100644
index fece3182ee4..00000000000
--- a/stable/makemkv/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere.
-home: https://truecharts.org/charts/stable/makemkv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png
-keywords:
- - mkv
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: makemkv
-sources:
- - https://github.com/jlesage/docker-makemkv
- - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv
- - https://hub.docker.com/r/jlesage/makemkv
-type: application
-version: 10.6.0
diff --git a/stable/makemkv/10.6.0/charts/common-20.1.5.tgz b/stable/makemkv/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/makemkv/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mattermost/12.8.2/.helmignore b/stable/makemkv/10.7.3/.helmignore
similarity index 100%
rename from stable/mattermost/12.8.2/.helmignore
rename to stable/makemkv/10.7.3/.helmignore
diff --git a/stable/makemkv/10.7.3/CHANGELOG.md b/stable/makemkv/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..51a0d5eda84
--- /dev/null
+++ b/stable/makemkv/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [makemkv-10.7.2](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/makemkv/10.7.3/Chart.yaml b/stable/makemkv/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..50270d9e71b
--- /dev/null
+++ b/stable/makemkv/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere.
+home: https://truecharts.org/charts/stable/makemkv
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png
+keywords:
+ - mkv
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: makemkv
+sources:
+ - https://github.com/jlesage/docker-makemkv
+ - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv
+ - https://hub.docker.com/r/jlesage/makemkv
+type: application
+version: 10.7.3
diff --git a/stable/makemkv/10.6.0/README.md b/stable/makemkv/10.7.3/README.md
similarity index 100%
rename from stable/makemkv/10.6.0/README.md
rename to stable/makemkv/10.7.3/README.md
diff --git a/stable/makemkv/10.7.3/app-changelog.md b/stable/makemkv/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..8cb49736fab
--- /dev/null
+++ b/stable/makemkv/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [makemkv-10.7.3](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/makemkv/10.6.0/app-readme.md b/stable/makemkv/10.7.3/app-readme.md
similarity index 100%
rename from stable/makemkv/10.6.0/app-readme.md
rename to stable/makemkv/10.7.3/app-readme.md
diff --git a/stable/makemkv/10.7.3/charts/common-20.2.4.tgz b/stable/makemkv/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/makemkv/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/makemkv/10.6.0/ix_values.yaml b/stable/makemkv/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/makemkv/10.6.0/ix_values.yaml
rename to stable/makemkv/10.7.3/ix_values.yaml
diff --git a/stable/makemkv/10.6.0/questions.yaml b/stable/makemkv/10.7.3/questions.yaml
similarity index 100%
rename from stable/makemkv/10.6.0/questions.yaml
rename to stable/makemkv/10.7.3/questions.yaml
diff --git a/stable/mc-router/4.6.0/templates/NOTES.txt b/stable/makemkv/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mc-router/4.6.0/templates/NOTES.txt
rename to stable/makemkv/10.7.3/templates/NOTES.txt
diff --git a/stable/mediainfo/9.6.0/templates/common.yaml b/stable/makemkv/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/mediainfo/9.6.0/templates/common.yaml
rename to stable/makemkv/10.7.3/templates/common.yaml
diff --git a/stable/mattermost/12.8.2/values.yaml b/stable/makemkv/10.7.3/values.yaml
similarity index 100%
rename from stable/mattermost/12.8.2/values.yaml
rename to stable/makemkv/10.7.3/values.yaml
diff --git a/stable/maloja/5.6.0/CHANGELOG.md b/stable/maloja/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7ed83d444c7..00000000000
--- a/stable/maloja/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [maloja-5.6.0](https://github.com/truecharts/charts/compare/maloja-5.5.2...maloja-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [maloja-5.5.2](https://github.com/truecharts/charts/compare/maloja-5.5.1...maloja-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [maloja-5.5.1](https://github.com/truecharts/charts/compare/maloja-5.5.0...maloja-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [maloja-5.5.0](https://github.com/truecharts/charts/compare/maloja-5.4.1...maloja-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [maloja-5.4.1](https://github.com/truecharts/charts/compare/maloja-5.4.0...maloja-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [maloja-5.4.0](https://github.com/truecharts/charts/compare/maloja-5.3.0...maloja-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [maloja-5.3.0](https://github.com/truecharts/charts/compare/maloja-5.2.3...maloja-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [maloja-5.2.3](https://github.com/truecharts/charts/compare/maloja-5.2.2...maloja-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [maloja-5.2.2](https://github.com/truecharts/charts/compare/maloja-5.2.0...maloja-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/maloja/5.6.0/Chart.yaml b/stable/maloja/5.6.0/Chart.yaml
deleted file mode 100644
index 3e97ed29221..00000000000
--- a/stable/maloja/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Music
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM.
-home: https://truecharts.org/charts/stable/maloja
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png
-keywords:
- - maloja
- - MediaServer-Music
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: maloja
-sources:
- - https://maloja.krateng.ch/
- - https://github.com/truecharts/charts/tree/master/charts/stable/maloja
- - https://hub.docker.com/r/krateng/maloja
-type: application
-version: 5.6.0
diff --git a/stable/maloja/5.6.0/charts/common-20.1.5.tgz b/stable/maloja/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/maloja/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mc-router/4.6.0/.helmignore b/stable/maloja/5.7.3/.helmignore
similarity index 100%
rename from stable/mc-router/4.6.0/.helmignore
rename to stable/maloja/5.7.3/.helmignore
diff --git a/stable/maloja/5.7.3/CHANGELOG.md b/stable/maloja/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..07065512d00
--- /dev/null
+++ b/stable/maloja/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [maloja-5.7.2](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/maloja/5.7.3/Chart.yaml b/stable/maloja/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..21fbdce01d1
--- /dev/null
+++ b/stable/maloja/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Music
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM.
+home: https://truecharts.org/charts/stable/maloja
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png
+keywords:
+ - maloja
+ - MediaServer-Music
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: maloja
+sources:
+ - https://maloja.krateng.ch/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/maloja
+ - https://hub.docker.com/r/krateng/maloja
+type: application
+version: 5.7.3
diff --git a/stable/maloja/5.6.0/README.md b/stable/maloja/5.7.3/README.md
similarity index 100%
rename from stable/maloja/5.6.0/README.md
rename to stable/maloja/5.7.3/README.md
diff --git a/stable/maloja/5.7.3/app-changelog.md b/stable/maloja/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6ce393d8a99
--- /dev/null
+++ b/stable/maloja/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [maloja-5.7.3](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/maloja/5.6.0/app-readme.md b/stable/maloja/5.7.3/app-readme.md
similarity index 100%
rename from stable/maloja/5.6.0/app-readme.md
rename to stable/maloja/5.7.3/app-readme.md
diff --git a/stable/maloja/5.7.3/charts/common-20.2.4.tgz b/stable/maloja/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/maloja/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/maloja/5.6.0/ix_values.yaml b/stable/maloja/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/maloja/5.6.0/ix_values.yaml
rename to stable/maloja/5.7.3/ix_values.yaml
diff --git a/stable/maloja/5.6.0/questions.yaml b/stable/maloja/5.7.3/questions.yaml
similarity index 100%
rename from stable/maloja/5.6.0/questions.yaml
rename to stable/maloja/5.7.3/questions.yaml
diff --git a/stable/mango/5.6.0/templates/common.yaml b/stable/maloja/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mango/5.6.0/templates/common.yaml
rename to stable/maloja/5.7.3/templates/common.yaml
diff --git a/stable/mc-router/4.6.0/values.yaml b/stable/maloja/5.7.3/values.yaml
similarity index 100%
rename from stable/mc-router/4.6.0/values.yaml
rename to stable/maloja/5.7.3/values.yaml
diff --git a/stable/mango/5.6.0/CHANGELOG.md b/stable/mango/5.6.0/CHANGELOG.md
deleted file mode 100644
index c501e4a97f5..00000000000
--- a/stable/mango/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mango-5.6.0](https://github.com/truecharts/charts/compare/mango-5.5.2...mango-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mango-5.5.2](https://github.com/truecharts/charts/compare/mango-5.5.1...mango-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mango-5.5.1](https://github.com/truecharts/charts/compare/mango-5.5.0...mango-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mango-5.5.0](https://github.com/truecharts/charts/compare/mango-5.4.1...mango-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mango-5.4.1](https://github.com/truecharts/charts/compare/mango-5.4.0...mango-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mango-5.4.0](https://github.com/truecharts/charts/compare/mango-5.3.0...mango-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mango-5.3.0](https://github.com/truecharts/charts/compare/mango-5.2.3...mango-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mango-5.2.3](https://github.com/truecharts/charts/compare/mango-5.2.2...mango-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mango-5.2.2](https://github.com/truecharts/charts/compare/mango-5.2.0...mango-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mango/5.6.0/Chart.yaml b/stable/mango/5.6.0/Chart.yaml
deleted file mode 100644
index 4c772c74dcb..00000000000
--- a/stable/mango/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Books
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Mango is a self-hosted manga server and reader. Its features include[br]
-home: https://truecharts.org/charts/stable/mango
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png
-keywords:
- - mango
- - MediaApp-Books
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mango
-sources:
- - https://github.com/hkalexling/mango
- - https://github.com/truecharts/charts/tree/master/charts/stable/mango
- - https://hub.docker.com/r/hkalexling/mango
-type: application
-version: 5.6.0
diff --git a/stable/mango/5.6.0/charts/common-20.1.5.tgz b/stable/mango/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mango/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mealie/21.7.0/.helmignore b/stable/mango/5.7.3/.helmignore
similarity index 100%
rename from stable/mealie/21.7.0/.helmignore
rename to stable/mango/5.7.3/.helmignore
diff --git a/stable/mango/5.7.3/CHANGELOG.md b/stable/mango/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5828b6f0556
--- /dev/null
+++ b/stable/mango/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mango-5.7.2](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mango/5.7.3/Chart.yaml b/stable/mango/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e151df53685
--- /dev/null
+++ b/stable/mango/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Books
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Mango is a self-hosted manga server and reader. Its features include[br]
+home: https://truecharts.org/charts/stable/mango
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png
+keywords:
+ - mango
+ - MediaApp-Books
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mango
+sources:
+ - https://github.com/hkalexling/mango
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mango
+ - https://hub.docker.com/r/hkalexling/mango
+type: application
+version: 5.7.3
diff --git a/stable/mango/5.6.0/README.md b/stable/mango/5.7.3/README.md
similarity index 100%
rename from stable/mango/5.6.0/README.md
rename to stable/mango/5.7.3/README.md
diff --git a/stable/mango/5.7.3/app-changelog.md b/stable/mango/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7c92822d75d
--- /dev/null
+++ b/stable/mango/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mango-5.7.3](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mango/5.6.0/app-readme.md b/stable/mango/5.7.3/app-readme.md
similarity index 100%
rename from stable/mango/5.6.0/app-readme.md
rename to stable/mango/5.7.3/app-readme.md
diff --git a/stable/mango/5.7.3/charts/common-20.2.4.tgz b/stable/mango/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mango/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mango/5.6.0/ix_values.yaml b/stable/mango/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mango/5.6.0/ix_values.yaml
rename to stable/mango/5.7.3/ix_values.yaml
diff --git a/stable/mango/5.6.0/questions.yaml b/stable/mango/5.7.3/questions.yaml
similarity index 100%
rename from stable/mango/5.6.0/questions.yaml
rename to stable/mango/5.7.3/questions.yaml
diff --git a/stable/mattermost/12.8.2/templates/common.yaml b/stable/mango/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mattermost/12.8.2/templates/common.yaml
rename to stable/mango/5.7.3/templates/common.yaml
diff --git a/stable/mealie/21.7.0/values.yaml b/stable/mango/5.7.3/values.yaml
similarity index 100%
rename from stable/mealie/21.7.0/values.yaml
rename to stable/mango/5.7.3/values.yaml
diff --git a/stable/mariadb/13.7.0/CHANGELOG.md b/stable/mariadb/13.7.0/CHANGELOG.md
deleted file mode 100644
index d56dde3e971..00000000000
--- a/stable/mariadb/13.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/mariadb/13.7.0/Chart.yaml b/stable/mariadb/13.7.0/Chart.yaml
deleted file mode 100644
index 2cc8c53a2cf..00000000000
--- a/stable/mariadb/13.7.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 11.2.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fast, reliable, scalable, and easy to use open-source relational database system.
-home: https://truecharts.org/charts/stable/mariadb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
-keywords:
- - mariadb
- - mysql
- - database
- - sql
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mariadb
-sources:
- - https://github.com/prometheus/mysqld_exporter
- - https://mariadb.org
- - https://github.com/bitnami/bitnami-docker-mariadb
- - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb
- - https://hub.docker.com/r/bitnami/mariadb
-type: application
-version: 13.7.0
diff --git a/stable/mariadb/13.7.0/app-changelog.md b/stable/mariadb/13.7.0/app-changelog.md
deleted file mode 100644
index 8fc2d284ad0..00000000000
--- a/stable/mariadb/13.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [mariadb-13.7.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mariadb/13.7.0/charts/common-20.2.0.tgz b/stable/mariadb/13.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/mariadb/13.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/mariadb/13.7.0/ix_values.yaml b/stable/mariadb/13.7.0/ix_values.yaml
deleted file mode 100644
index 7948bd7c95f..00000000000
--- a/stable/mariadb/13.7.0/ix_values.yaml
+++ /dev/null
@@ -1,78 +0,0 @@
-image:
- repository: bitnami/mariadb
- pullPolicy: IfNotPresent
- tag: 11.2.3@sha256:0792f88e171df9d330333724c7511763b305110a8efe7ac2749bd0731a4a98c9
-
-includeCommon: true
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- MARIADB_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
- key: "mariadb-password"
- MARIADB_ROOT_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
- key: "mariadb-root-password"
- MARIADB_USER: "{{ .Values.mariadbUsername }}"
- MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
- probes:
- liveness:
- enabled: true
- type: exec
- command:
- - /bin/bash
- - -ec
- - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
- readiness:
- enabled: true
- type: exec
- command:
- - /bin/bash
- - -ec
- - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
- startup:
- enabled: true
- type: exec
- command:
- - /bin/bash
- - -ec
- - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
-service:
- main:
- ports:
- main:
- port: 3306
- targetPort: 3306
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
-secret:
- credentials:
- enabled: true
- data:
- mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
- mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
-persistence:
- data:
- enabled: true
- mountPath: "/bitnami/mariadb"
-mariadbUsername: "test"
-mariadbDatabase: "test"
-mariadbRootPassword: "testroot"
-# -- Secret or password
-# One of these options is required, unless used as a dependency for another TrueCharts chart.
-mariadbPassword: ""
-existingSecret: ""
-portal:
- open:
- enabled: false
-manifestManager:
- enabled: false
diff --git a/stable/media-roller/5.6.0/.helmignore b/stable/mariadb/13.7.4/.helmignore
similarity index 100%
rename from stable/media-roller/5.6.0/.helmignore
rename to stable/mariadb/13.7.4/.helmignore
diff --git a/stable/mariadb/13.7.4/CHANGELOG.md b/stable/mariadb/13.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..0ad8af77f63
--- /dev/null
+++ b/stable/mariadb/13.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mariadb-13.7.3](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mariadb-13.7.3](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mariadb-13.7.3](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mariadb-13.7.3](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mariadb-13.7.3](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mariadb/13.7.4/Chart.yaml b/stable/mariadb/13.7.4/Chart.yaml
new file mode 100644
index 00000000000..b5a95fcfe68
--- /dev/null
+++ b/stable/mariadb/13.7.4/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 11.2.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fast, reliable, scalable, and easy to use open-source relational database system.
+home: https://truecharts.org/charts/stable/mariadb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
+keywords:
+ - mariadb
+ - mysql
+ - database
+ - sql
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mariadb
+sources:
+ - https://github.com/prometheus/mysqld_exporter
+ - https://mariadb.org
+ - https://github.com/bitnami/bitnami-docker-mariadb
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb
+ - https://hub.docker.com/r/bitnami/mariadb
+type: application
+version: 13.7.4
diff --git a/stable/mariadb/13.7.0/README.md b/stable/mariadb/13.7.4/README.md
similarity index 100%
rename from stable/mariadb/13.7.0/README.md
rename to stable/mariadb/13.7.4/README.md
diff --git a/stable/mariadb/13.7.4/app-changelog.md b/stable/mariadb/13.7.4/app-changelog.md
new file mode 100644
index 00000000000..e37754bb7c9
--- /dev/null
+++ b/stable/mariadb/13.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [mariadb-13.7.4](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mariadb to 11.2.3[@302e664](https://github.com/302e664) by renovate ([#19540](https://github.com/truecharts/charts/issues/19540))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mariadb/13.7.0/app-readme.md b/stable/mariadb/13.7.4/app-readme.md
similarity index 100%
rename from stable/mariadb/13.7.0/app-readme.md
rename to stable/mariadb/13.7.4/app-readme.md
diff --git a/stable/mariadb/13.7.4/charts/common-20.2.4.tgz b/stable/mariadb/13.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mariadb/13.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/mariadb/13.7.4/ix_values.yaml b/stable/mariadb/13.7.4/ix_values.yaml
new file mode 100644
index 00000000000..412e4eeb2fb
--- /dev/null
+++ b/stable/mariadb/13.7.4/ix_values.yaml
@@ -0,0 +1,78 @@
+image:
+ repository: bitnami/mariadb
+ pullPolicy: IfNotPresent
+ tag: 11.2.3@sha256:302e66407867012ec8fd292d6326ffe300fd016411dad1e3344ed536b90b8c02
+
+includeCommon: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ MARIADB_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
+ key: "mariadb-password"
+ MARIADB_ROOT_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
+ key: "mariadb-root-password"
+ MARIADB_USER: "{{ .Values.mariadbUsername }}"
+ MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - /bin/bash
+ - -ec
+ - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - /bin/bash
+ - -ec
+ - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
+ startup:
+ enabled: true
+ type: exec
+ command:
+ - /bin/bash
+ - -ec
+ - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
+service:
+ main:
+ ports:
+ main:
+ port: 3306
+ targetPort: 3306
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+secret:
+ credentials:
+ enabled: true
+ data:
+ mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
+ mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
+persistence:
+ data:
+ enabled: true
+ mountPath: "/bitnami/mariadb"
+mariadbUsername: "test"
+mariadbDatabase: "test"
+mariadbRootPassword: "testroot"
+# -- Secret or password
+# One of these options is required, unless used as a dependency for another TrueCharts chart.
+mariadbPassword: ""
+existingSecret: ""
+portal:
+ open:
+ enabled: false
+manifestManager:
+ enabled: false
diff --git a/stable/mariadb/13.7.0/questions.yaml b/stable/mariadb/13.7.4/questions.yaml
similarity index 100%
rename from stable/mariadb/13.7.0/questions.yaml
rename to stable/mariadb/13.7.4/questions.yaml
diff --git a/stable/mealie/21.7.0/templates/NOTES.txt b/stable/mariadb/13.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/mealie/21.7.0/templates/NOTES.txt
rename to stable/mariadb/13.7.4/templates/NOTES.txt
diff --git a/stable/megasync/6.6.0/templates/common.yaml b/stable/mariadb/13.7.4/templates/common.yaml
similarity index 100%
rename from stable/megasync/6.6.0/templates/common.yaml
rename to stable/mariadb/13.7.4/templates/common.yaml
diff --git a/stable/media-roller/5.6.0/values.yaml b/stable/mariadb/13.7.4/values.yaml
similarity index 100%
rename from stable/media-roller/5.6.0/values.yaml
rename to stable/mariadb/13.7.4/values.yaml
diff --git a/stable/matomo/13.12.3/CHANGELOG.md b/stable/matomo/13.12.3/CHANGELOG.md
deleted file mode 100644
index 57bd710a25c..00000000000
--- a/stable/matomo/13.12.3/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [matomo-13.12.3](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [matomo-13.12.3](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [matomo-13.12.3](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [matomo-13.12.2](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
diff --git a/stable/matomo/13.12.3/Chart.yaml b/stable/matomo/13.12.3/Chart.yaml
deleted file mode 100644
index 79de1a50c42..00000000000
--- a/stable/matomo/13.12.3/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.0.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Matomo is the leading Free/Libre open analytics platform
-home: https://truecharts.org/charts/stable/matomo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png
-keywords:
- - analytics
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: matomo
-sources:
- - https://github.com/bitnami/bitnami-docker-matomo
- - https://github.com/matomo-org/matomo
- - https://github.com/truecharts/charts/tree/master/charts/stable/matomo
- - https://hub.docker.com/r/bitnami/matomo
-type: application
-version: 13.12.3
diff --git a/stable/matomo/13.12.3/app-changelog.md b/stable/matomo/13.12.3/app-changelog.md
deleted file mode 100644
index 3c5ee27c573..00000000000
--- a/stable/matomo/13.12.3/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [matomo-13.12.3](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/matomo/13.12.3/charts/common-20.2.2.tgz b/stable/matomo/13.12.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/matomo/13.12.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/matomo/13.12.3/charts/mariadb-13.7.1.tgz b/stable/matomo/13.12.3/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/matomo/13.12.3/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/mediaelch/5.6.0/.helmignore b/stable/matomo/13.12.7/.helmignore
similarity index 100%
rename from stable/mediaelch/5.6.0/.helmignore
rename to stable/matomo/13.12.7/.helmignore
diff --git a/stable/matomo/13.12.7/CHANGELOG.md b/stable/matomo/13.12.7/CHANGELOG.md
new file mode 100644
index 00000000000..77a1ec69b65
--- /dev/null
+++ b/stable/matomo/13.12.7/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [matomo-13.12.7](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [matomo-13.12.6](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [matomo-13.12.6](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [matomo-13.12.6](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.6) (2024-03-23)
\ No newline at end of file
diff --git a/stable/matomo/13.12.7/Chart.yaml b/stable/matomo/13.12.7/Chart.yaml
new file mode 100644
index 00000000000..3f92a0e6a33
--- /dev/null
+++ b/stable/matomo/13.12.7/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Matomo is the leading Free/Libre open analytics platform
+home: https://truecharts.org/charts/stable/matomo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png
+keywords:
+ - analytics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: matomo
+sources:
+ - https://github.com/bitnami/bitnami-docker-matomo
+ - https://github.com/matomo-org/matomo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/matomo
+ - https://hub.docker.com/r/bitnami/matomo
+type: application
+version: 13.12.7
diff --git a/stable/matomo/13.12.3/README.md b/stable/matomo/13.12.7/README.md
similarity index 100%
rename from stable/matomo/13.12.3/README.md
rename to stable/matomo/13.12.7/README.md
diff --git a/stable/matomo/13.12.7/app-changelog.md b/stable/matomo/13.12.7/app-changelog.md
new file mode 100644
index 00000000000..6c2ac9ee904
--- /dev/null
+++ b/stable/matomo/13.12.7/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [matomo-13.12.7](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/matomo to 5.0.3[@ec52baf](https://github.com/ec52baf) by renovate ([#19541](https://github.com/truecharts/charts/issues/19541))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/matomo/13.12.3/app-readme.md b/stable/matomo/13.12.7/app-readme.md
similarity index 100%
rename from stable/matomo/13.12.3/app-readme.md
rename to stable/matomo/13.12.7/app-readme.md
diff --git a/stable/matomo/13.12.7/charts/common-20.2.4.tgz b/stable/matomo/13.12.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/matomo/13.12.7/charts/common-20.2.4.tgz differ
diff --git a/stable/matomo/13.12.7/charts/mariadb-13.7.3.tgz b/stable/matomo/13.12.7/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/matomo/13.12.7/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/matomo/13.12.3/ix_values.yaml b/stable/matomo/13.12.7/ix_values.yaml
similarity index 100%
rename from stable/matomo/13.12.3/ix_values.yaml
rename to stable/matomo/13.12.7/ix_values.yaml
diff --git a/stable/matomo/13.12.3/questions.yaml b/stable/matomo/13.12.7/questions.yaml
similarity index 100%
rename from stable/matomo/13.12.3/questions.yaml
rename to stable/matomo/13.12.7/questions.yaml
diff --git a/stable/mediainfo/9.6.0/templates/NOTES.txt b/stable/matomo/13.12.7/templates/NOTES.txt
similarity index 100%
rename from stable/mediainfo/9.6.0/templates/NOTES.txt
rename to stable/matomo/13.12.7/templates/NOTES.txt
diff --git a/stable/meshroom/9.6.0/templates/common.yaml b/stable/matomo/13.12.7/templates/common.yaml
similarity index 100%
rename from stable/meshroom/9.6.0/templates/common.yaml
rename to stable/matomo/13.12.7/templates/common.yaml
diff --git a/stable/mediaelch/5.6.0/values.yaml b/stable/matomo/13.12.7/values.yaml
similarity index 100%
rename from stable/mediaelch/5.6.0/values.yaml
rename to stable/matomo/13.12.7/values.yaml
diff --git a/stable/mattermost/12.8.2/CHANGELOG.md b/stable/mattermost/12.8.2/CHANGELOG.md
deleted file mode 100644
index 59206bab804..00000000000
--- a/stable/mattermost/12.8.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/mattermost/12.8.2/Chart.yaml b/stable/mattermost/12.8.2/Chart.yaml
deleted file mode 100644
index 3bc51f4431d..00000000000
--- a/stable/mattermost/12.8.2/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: hosting
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 9.6.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
-home: https://truecharts.org/charts/stable/mattermost
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
-keywords:
- - team
- - mattermost
- - development
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mattermost
-sources:
- - https://github.com/mattermost/mattermost-server
- - https://github.com/mattermost/docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
- - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition
-type: application
-version: 12.8.2
diff --git a/stable/mattermost/12.8.2/app-changelog.md b/stable/mattermost/12.8.2/app-changelog.md
deleted file mode 100644
index a318f3f1c44..00000000000
--- a/stable/mattermost/12.8.2/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [mattermost-12.8.2](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mattermost/12.8.2/charts/common-20.2.2.tgz b/stable/mattermost/12.8.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/mattermost/12.8.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/mattermost/12.8.2/ix_values.yaml b/stable/mattermost/12.8.2/ix_values.yaml
deleted file mode 100644
index 4bd5ce56460..00000000000
--- a/stable/mattermost/12.8.2/ix_values.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-image:
- repository: mattermost/mattermost-enterprise-edition
- tag: release-9.6@sha256:0ec48711aa1b655a4cd6a0239a59c304b0c171e65576387f2a7c4e7782fa20bd
- pullPolicy: IfNotPresent
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- TIMEZONE: "{{ .Values.TZ }}"
- MM_SQLSETTINGS_DRIVERNAME: "postgres"
- MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
- MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
- MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}'
-service:
- main:
- ports:
- main:
- port: 10239
- targetPort: 8065
-persistence:
- config:
- enabled: true
- mountPath: "/mattermost/config"
- data:
- enabled: true
- mountPath: "/mattermost/data"
- logs:
- enabled: true
- mountPath: "/mattermost/logs"
- plugins:
- enabled: true
- mountPath: "/mattermost/plugins"
- clientplugins:
- enabled: true
- mountPath: "/mattermost/client/plugins"
- bleveindexes:
- enabled: true
- mountPath: "/mattermost/bleve-indexes"
-cnpg:
- main:
- enabled: true
- user: mattermost
- database: mattermost
-portal:
- open:
- enabled: true
diff --git a/stable/mattermost/12.8.2/questions.yaml b/stable/mattermost/12.8.2/questions.yaml
deleted file mode 100755
index 265d45fac55..00000000000
--- a/stable/mattermost/12.8.2/questions.yaml
+++ /dev/null
@@ -1,4648 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: MM_SERVICESETTINGS_SITEURL
- label: "MM_SERVICESETTINGS_SITEURL"
- description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/"
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10239
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Config."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: logs
- label: "App Logs Storage"
- description: "Stores the Application Logs."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: plugins
- label: "App Plugins Storage"
- description: "Stores the Application Plugins."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: clientplugins
- label: "App Client's Plugins Storage"
- description: "Stores the Application Client's Plugins."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: bleveindexes
- label: "App bleveIndexes Storage"
- description: "Stores the Application bleveIndexes."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/mediagoblin/5.6.0/.helmignore b/stable/mattermost/12.8.6/.helmignore
similarity index 100%
rename from stable/mediagoblin/5.6.0/.helmignore
rename to stable/mattermost/12.8.6/.helmignore
diff --git a/stable/mattermost/12.8.6/CHANGELOG.md b/stable/mattermost/12.8.6/CHANGELOG.md
new file mode 100644
index 00000000000..a98624fafba
--- /dev/null
+++ b/stable/mattermost/12.8.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mattermost-12.8.6](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mattermost-12.8.5](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mattermost-12.8.5](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mattermost-12.8.5](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mattermost-12.8.5](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
diff --git a/stable/mattermost/12.8.6/Chart.yaml b/stable/mattermost/12.8.6/Chart.yaml
new file mode 100644
index 00000000000..89d3482a710
--- /dev/null
+++ b/stable/mattermost/12.8.6/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: hosting
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 9.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
+home: https://truecharts.org/charts/stable/mattermost
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
+keywords:
+ - team
+ - mattermost
+ - development
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mattermost
+sources:
+ - https://github.com/mattermost/mattermost-server
+ - https://github.com/mattermost/docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
+ - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition
+type: application
+version: 12.8.6
diff --git a/stable/mattermost/12.8.2/README.md b/stable/mattermost/12.8.6/README.md
similarity index 100%
rename from stable/mattermost/12.8.2/README.md
rename to stable/mattermost/12.8.6/README.md
diff --git a/stable/mattermost/12.8.6/app-changelog.md b/stable/mattermost/12.8.6/app-changelog.md
new file mode 100644
index 00000000000..e782be85354
--- /dev/null
+++ b/stable/mattermost/12.8.6/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [mattermost-12.8.6](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@461e045](https://github.com/461e045) by renovate ([#19638](https://github.com/truecharts/charts/issues/19638))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@162b67d](https://github.com/162b67d) by renovate ([#19615](https://github.com/truecharts/charts/issues/19615))
+
+- update container image mattermost/mattermost-enterprise-edition to release-9.6[@0ec4871](https://github.com/0ec4871) by renovate ([#19469](https://github.com/truecharts/charts/issues/19469))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mattermost/12.8.2/app-readme.md b/stable/mattermost/12.8.6/app-readme.md
similarity index 100%
rename from stable/mattermost/12.8.2/app-readme.md
rename to stable/mattermost/12.8.6/app-readme.md
diff --git a/stable/mattermost/12.8.6/charts/common-20.2.4.tgz b/stable/mattermost/12.8.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mattermost/12.8.6/charts/common-20.2.4.tgz differ
diff --git a/stable/mattermost/12.8.6/ix_values.yaml b/stable/mattermost/12.8.6/ix_values.yaml
new file mode 100644
index 00000000000..8d5410e7714
--- /dev/null
+++ b/stable/mattermost/12.8.6/ix_values.yaml
@@ -0,0 +1,48 @@
+image:
+ repository: mattermost/mattermost-enterprise-edition
+ tag: release-9.6@sha256:461e045b2603b7e6b25f96621519800c4ccc2d2b8649861100eaa6934991c3e4
+ pullPolicy: IfNotPresent
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ TIMEZONE: "{{ .Values.TZ }}"
+ MM_SQLSETTINGS_DRIVERNAME: "postgres"
+ MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
+ MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
+ MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}'
+service:
+ main:
+ ports:
+ main:
+ port: 10239
+ targetPort: 8065
+persistence:
+ config:
+ enabled: true
+ mountPath: "/mattermost/config"
+ data:
+ enabled: true
+ mountPath: "/mattermost/data"
+ logs:
+ enabled: true
+ mountPath: "/mattermost/logs"
+ plugins:
+ enabled: true
+ mountPath: "/mattermost/plugins"
+ clientplugins:
+ enabled: true
+ mountPath: "/mattermost/client/plugins"
+ bleveindexes:
+ enabled: true
+ mountPath: "/mattermost/bleve-indexes"
+cnpg:
+ main:
+ enabled: true
+ user: mattermost
+ database: mattermost
+portal:
+ open:
+ enabled: true
diff --git a/stable/mattermost/12.8.6/questions.yaml b/stable/mattermost/12.8.6/questions.yaml
new file mode 100755
index 00000000000..abfbde379a7
--- /dev/null
+++ b/stable/mattermost/12.8.6/questions.yaml
@@ -0,0 +1,4650 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: MM_SERVICESETTINGS_SITEURL
+ label: "MM_SERVICESETTINGS_SITEURL"
+ description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/"
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10239
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Config."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: logs
+ label: "App Logs Storage"
+ description: "Stores the Application Logs."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: plugins
+ label: "App Plugins Storage"
+ description: "Stores the Application Plugins."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: clientplugins
+ label: "App Client's Plugins Storage"
+ description: "Stores the Application Client's Plugins."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: bleveindexes
+ label: "App bleveIndexes Storage"
+ description: "Stores the Application bleveIndexes."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/medusa/10.7.0/templates/NOTES.txt b/stable/mattermost/12.8.6/templates/NOTES.txt
similarity index 100%
rename from stable/medusa/10.7.0/templates/NOTES.txt
rename to stable/mattermost/12.8.6/templates/NOTES.txt
diff --git a/stable/media-roller/5.6.0/templates/common.yaml b/stable/mattermost/12.8.6/templates/common.yaml
similarity index 100%
rename from stable/media-roller/5.6.0/templates/common.yaml
rename to stable/mattermost/12.8.6/templates/common.yaml
diff --git a/stable/mediagoblin/5.6.0/values.yaml b/stable/mattermost/12.8.6/values.yaml
similarity index 100%
rename from stable/mediagoblin/5.6.0/values.yaml
rename to stable/mattermost/12.8.6/values.yaml
diff --git a/stable/mc-router/4.6.0/CHANGELOG.md b/stable/mc-router/4.6.0/CHANGELOG.md
deleted file mode 100644
index 03b329e70bb..00000000000
--- a/stable/mc-router/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mc-router-4.6.0](https://github.com/truecharts/charts/compare/mc-router-4.5.2...mc-router-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mc-router-4.5.2](https://github.com/truecharts/charts/compare/mc-router-4.5.1...mc-router-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mc-router-4.5.1](https://github.com/truecharts/charts/compare/mc-router-4.5.0...mc-router-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mc-router-4.5.0](https://github.com/truecharts/charts/compare/mc-router-4.4.1...mc-router-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mc-router-4.4.1](https://github.com/truecharts/charts/compare/mc-router-4.4.0...mc-router-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mc-router-4.4.0](https://github.com/truecharts/charts/compare/mc-router-4.3.0...mc-router-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mc-router-4.3.0](https://github.com/truecharts/charts/compare/mc-router-4.2.3...mc-router-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mc-router-4.2.3](https://github.com/truecharts/charts/compare/mc-router-4.2.2...mc-router-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mc-router-4.2.2](https://github.com/truecharts/charts/compare/mc-router-4.2.0...mc-router-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mc-router/4.6.0/Chart.yaml b/stable/mc-router/4.6.0/Chart.yaml
deleted file mode 100644
index 0bf033ba318..00000000000
--- a/stable/mc-router/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: minecraft
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.20.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Lightweight multiplexer/proxy for Minecraft-Java servers.
-home: https://truecharts.org/charts/stable/mc-router
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png
-keywords:
- - mc-router
- - minecraft
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mc-router
-sources:
- - https://github.com/itzg/mc-router
- - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router
- - https://hub.docker.com/r/itzg/mc-router
-type: application
-version: 4.6.0
diff --git a/stable/mc-router/4.6.0/charts/common-20.1.5.tgz b/stable/mc-router/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mc-router/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mediainfo/9.6.0/.helmignore b/stable/mc-router/4.7.3/.helmignore
similarity index 100%
rename from stable/mediainfo/9.6.0/.helmignore
rename to stable/mc-router/4.7.3/.helmignore
diff --git a/stable/mc-router/4.7.3/CHANGELOG.md b/stable/mc-router/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ff0439611c6
--- /dev/null
+++ b/stable/mc-router/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mc-router-4.7.2](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mc-router/4.7.3/Chart.yaml b/stable/mc-router/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..bdc5c70c746
--- /dev/null
+++ b/stable/mc-router/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: minecraft
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.20.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Lightweight multiplexer/proxy for Minecraft-Java servers.
+home: https://truecharts.org/charts/stable/mc-router
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.png
+keywords:
+ - mc-router
+ - minecraft
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mc-router
+sources:
+ - https://github.com/itzg/mc-router
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router
+ - https://hub.docker.com/r/itzg/mc-router
+type: application
+version: 4.7.3
diff --git a/stable/mc-router/4.6.0/README.md b/stable/mc-router/4.7.3/README.md
similarity index 100%
rename from stable/mc-router/4.6.0/README.md
rename to stable/mc-router/4.7.3/README.md
diff --git a/stable/mc-router/4.7.3/app-changelog.md b/stable/mc-router/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..c217733fa6b
--- /dev/null
+++ b/stable/mc-router/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mc-router-4.7.3](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mc-router/4.6.0/app-readme.md b/stable/mc-router/4.7.3/app-readme.md
similarity index 100%
rename from stable/mc-router/4.6.0/app-readme.md
rename to stable/mc-router/4.7.3/app-readme.md
diff --git a/stable/mc-router/4.7.3/charts/common-20.2.4.tgz b/stable/mc-router/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mc-router/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mc-router/4.6.0/ix_values.yaml b/stable/mc-router/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/mc-router/4.6.0/ix_values.yaml
rename to stable/mc-router/4.7.3/ix_values.yaml
diff --git a/stable/mc-router/4.6.0/questions.yaml b/stable/mc-router/4.7.3/questions.yaml
similarity index 100%
rename from stable/mc-router/4.6.0/questions.yaml
rename to stable/mc-router/4.7.3/questions.yaml
diff --git a/stable/megasync/6.6.0/templates/NOTES.txt b/stable/mc-router/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/megasync/6.6.0/templates/NOTES.txt
rename to stable/mc-router/4.7.3/templates/NOTES.txt
diff --git a/stable/mc-router/4.6.0/templates/_secrets.tpl b/stable/mc-router/4.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/mc-router/4.6.0/templates/_secrets.tpl
rename to stable/mc-router/4.7.3/templates/_secrets.tpl
diff --git a/stable/mc-router/4.6.0/templates/common.yaml b/stable/mc-router/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/mc-router/4.6.0/templates/common.yaml
rename to stable/mc-router/4.7.3/templates/common.yaml
diff --git a/stable/mediainfo/9.6.0/values.yaml b/stable/mc-router/4.7.3/values.yaml
similarity index 100%
rename from stable/mediainfo/9.6.0/values.yaml
rename to stable/mc-router/4.7.3/values.yaml
diff --git a/stable/mealie/21.7.0/CHANGELOG.md b/stable/mealie/21.7.0/CHANGELOG.md
deleted file mode 100644
index 1fc9ba9f237..00000000000
--- a/stable/mealie/21.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mealie-21.7.0](https://github.com/truecharts/charts/compare/mealie-21.6.2...mealie-21.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mealie-21.6.2](https://github.com/truecharts/charts/compare/mealie-21.6.1...mealie-21.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mealie-21.6.1](https://github.com/truecharts/charts/compare/mealie-21.6.0...mealie-21.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mealie-21.6.0](https://github.com/truecharts/charts/compare/mealie-21.5.0...mealie-21.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mealie-21.5.0](https://github.com/truecharts/charts/compare/mealie-21.4.1...mealie-21.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/mealie-recipes/mealie to v1.3.2[@3b503b0](https://github.com/3b503b0) by renovate ([#19101](https://github.com/truecharts/charts/issues/19101))
-
-
-## [mealie-21.4.1](https://github.com/truecharts/charts/compare/mealie-21.4.0...mealie-21.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mealie-21.4.0](https://github.com/truecharts/charts/compare/mealie-21.3.0...mealie-21.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mealie-21.3.0](https://github.com/truecharts/charts/compare/mealie-21.2.3...mealie-21.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mealie-21.2.3](https://github.com/truecharts/charts/compare/mealie-21.2.2...mealie-21.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mealie-21.2.2](https://github.com/truecharts/charts/compare/mealie-21.2.0...mealie-21.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/mealie/21.7.0/Chart.yaml b/stable/mealie/21.7.0/Chart.yaml
deleted file mode 100644
index 98ea0f40ff5..00000000000
--- a/stable/mealie/21.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
-home: https://truecharts.org/charts/stable/mealie
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
-keywords:
- - grocy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mealie
-sources:
- - https://github.com/mealie-recipes/mealie
- - https://github.com/truecharts/charts/tree/master/charts/stable/mealie
- - https://ghcr.io/mealie-recipes/mealie
-type: application
-version: 21.7.0
diff --git a/stable/mealie/21.7.0/charts/common-20.1.5.tgz b/stable/mealie/21.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mealie/21.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mealie/21.7.0/questions.yaml b/stable/mealie/21.7.0/questions.yaml
deleted file mode 100755
index b2b1ee159c6..00000000000
--- a/stable/mealie/21.7.0/questions.yaml
+++ /dev/null
@@ -1,3619 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: mealie
- group: App Configuration
- label: Mealie Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: frontend
- label: Mealie Frontend Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: theme
- label: Theme
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: light_primary
- label: Light Primary
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#E58325"
- required: true
- - variable: light_accent
- label: Light Accent
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#007A99"
- required: true
- - variable: light_secondary
- label: Light Secondary
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#973542"
- required: true
- - variable: light_success
- label: Light Success
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#43A047"
- required: true
- - variable: light_info
- label: Light Info
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#1976D2"
- required: true
- - variable: light_warning
- label: Light Warning
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#FF6D00"
- required: true
- - variable: light_error
- label: Light Error
- description: Light Theme Config Variable
- schema:
- type: string
- default: "#EF5350"
- required: true
- - variable: dark_primary
- label: Dark Primary
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#E58325"
- required: true
- - variable: dark_accent
- label: Dark Accent
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#007A99"
- required: true
- - variable: dark_secondary
- label: Dark Secondary
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#973542"
- required: true
- - variable: dark_success
- label: Dark Success
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#43A047"
- required: true
- - variable: dark_info
- label: Dark Info
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#1976D2"
- required: true
- - variable: dark_warning
- label: Dark Warning
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#FF6D00"
- required: true
- - variable: dark_error
- label: Dark Error
- description: Dark Theme Config Variable
- schema:
- type: string
- default: "#EF5350"
- required: true
- - variable: api
- label: Mealie API Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: general
- label: General
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: base_url
- label: Base URL
- description: Used for Notifications
- schema:
- type: string
- default: ""
- - variable: allow_signup
- label: Allow Sign up
- description: Allow user sign-up without token
- schema:
- type: boolean
- default: true
- - variable: default_group
- label: Default Group
- description: The default group for users
- schema:
- type: string
- default: Home
- required: true
- - variable: token_time
- label: Token Time
- description: The time in hours that a login/auth token is valid
- schema:
- type: int
- default: 48
- required: true
- - variable: security
- label: Security
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: max_login_attempts
- label: Max Login Attempts
- description: Maximum times a user can provide an invalid password before their account is locked
- schema:
- type: int
- default: 5
- required: true
- - variable: user_lockout_time
- label: User Lockout Time
- description: Time in hours for how long a users account is locked
- schema:
- type: int
- default: 24
- required: true
- - variable: webworkers
- label: Web Workers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: workers_per_core
- label: Workers Per Core
- description: Set the number of workers to the number of CPU cores multiplied by this value.
- schema:
- type: int
- default: 1
- required: true
- - variable: max_workers
- label: Max Workers
- description: Set the maximum number of workers to use. Default is not set meaning unlimited.
- schema:
- type: int
- default: 1
- required: true
- - variable: web_concurrency
- label: Web Concurrency
- description: Override the automatic definition of number of workers.
- schema:
- type: int
- default: 1
- required: true
- - variable: smtp
- label: SMTP
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: Host
- description: Mail Host
- schema:
- type: string
- default: ""
- - variable: port
- label: Port
- description: Mail Port
- schema:
- type: int
- show_if: [["host", "!=", ""]]
- default: 587
- required: true
- - variable: user
- label: User
- description: Mail User
- schema:
- type: string
- show_if: [["host", "!=", ""]]
- required: true
- default: ""
- - variable: password
- label: Password
- description: Mail Password
- schema:
- type: string
- show_if: [["host", "!=", ""]]
- private: true
- required: true
- default: ""
- - variable: from_name
- label: From Name
- description: Mail From Name
- schema:
- type: string
- show_if: [["host", "!=", ""]]
- required: true
- default: Mealie
- - variable: from_email
- label: From Email
- description: Mail From Email
- schema:
- type: string
- show_if: [["host", "!=", ""]]
- required: true
- default: ""
- - variable: auth_strategy
- label: Auth Strategy
- description: Mail Auth Strategy
- schema:
- type: string
- show_if: [["host", "!=", ""]]
- required: true
- default: "TLS"
- enum:
- - value: TLS
- description: TLS
- - value: SSL
- description: SSL
- - value: NONE
- description: NONE
- - variable: ldap
- label: LDAP
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: auth_enabled
- label: Auth Enabled
- description: Authenticate via an external LDAP server in addition to built-in Mealie auth
- schema:
- type: boolean
- default: false
- - variable: server_url
- label: Server URL
- description: LDAP server URL
- schema:
- type: string
- default: ""
- - variable: tls_insecure
- label: TLS Insecure
- description: Do not verify server certificate when using secure LDAP
- schema:
- type: boolean
- default: false
- - variable: enable_starttls
- label: Enable StartTLS
- description: Use STARTTLS to connect to the server
- schema:
- type: boolean
- default: false
- - variable: tls_cacertfile
- label: TLS CA Cert File
- description: File path to Certificate Authority used to verify server certificate
- schema:
- type: string
- default: ""
- - variable: base_dn
- label: Base DN
- description: Starting point when searching for users authentication.
- schema:
- type: string
- default: ""
- - variable: query_bind
- label: Query Bind
- description: Optional bind user for LDAP search queries
- schema:
- type: string
- default: ""
- - variable: query_password
- label: Query Password
- description: Optional password for the bind user used
- schema:
- type: string
- default: ""
- - variable: user_filter
- label: User Filter
- description: Optional LDAP filter to narrow down eligible users
- schema:
- type: string
- default: ""
- - variable: admin_filter
- label: Admin Filter
- description: Optional LDAP filter, which tells Mealie the LDAP user is an admin
- schema:
- type: string
- default: ""
- - variable: id_attribute
- label: ID Attribute
- description: The LDAP attribute that maps to the user's id
- schema:
- type: string
- default: uid
- - variable: name_attribute
- label: Name Attribute
- description: The LDAP attribute that maps to the user's name
- schema:
- type: string
- default: name
- - variable: mail_attribute
- label: Mail Attribute
- description: The LDAP attribute that maps to the user's email
- schema:
- type: string
- default: mail
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10018
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: App Data Storage
- description: Stores the Application Data.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/medusa/10.7.0/.helmignore b/stable/mealie/21.8.3/.helmignore
similarity index 100%
rename from stable/medusa/10.7.0/.helmignore
rename to stable/mealie/21.8.3/.helmignore
diff --git a/stable/mealie/21.8.3/CHANGELOG.md b/stable/mealie/21.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..7b1404ddce5
--- /dev/null
+++ b/stable/mealie/21.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mealie-21.8.2](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mealie/21.8.3/Chart.yaml b/stable/mealie/21.8.3/Chart.yaml
new file mode 100644
index 00000000000..958f257cc2a
--- /dev/null
+++ b/stable/mealie/21.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
+home: https://truecharts.org/charts/stable/mealie
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
+keywords:
+ - grocy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mealie
+sources:
+ - https://github.com/mealie-recipes/mealie
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mealie
+ - https://ghcr.io/mealie-recipes/mealie
+type: application
+version: 21.8.3
diff --git a/stable/mealie/21.7.0/README.md b/stable/mealie/21.8.3/README.md
similarity index 100%
rename from stable/mealie/21.7.0/README.md
rename to stable/mealie/21.8.3/README.md
diff --git a/stable/mealie/21.8.3/app-changelog.md b/stable/mealie/21.8.3/app-changelog.md
new file mode 100644
index 00000000000..57944a8f4f6
--- /dev/null
+++ b/stable/mealie/21.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mealie-21.8.3](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mealie/21.7.0/app-readme.md b/stable/mealie/21.8.3/app-readme.md
similarity index 100%
rename from stable/mealie/21.7.0/app-readme.md
rename to stable/mealie/21.8.3/app-readme.md
diff --git a/stable/mealie/21.8.3/charts/common-20.2.4.tgz b/stable/mealie/21.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mealie/21.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mealie/21.7.0/ix_values.yaml b/stable/mealie/21.8.3/ix_values.yaml
similarity index 100%
rename from stable/mealie/21.7.0/ix_values.yaml
rename to stable/mealie/21.8.3/ix_values.yaml
diff --git a/stable/mealie/21.8.3/questions.yaml b/stable/mealie/21.8.3/questions.yaml
new file mode 100755
index 00000000000..b3c0ca4acb8
--- /dev/null
+++ b/stable/mealie/21.8.3/questions.yaml
@@ -0,0 +1,3621 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: mealie
+ group: App Configuration
+ label: Mealie Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: frontend
+ label: Mealie Frontend Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: theme
+ label: Theme
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: light_primary
+ label: Light Primary
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#E58325"
+ required: true
+ - variable: light_accent
+ label: Light Accent
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#007A99"
+ required: true
+ - variable: light_secondary
+ label: Light Secondary
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#973542"
+ required: true
+ - variable: light_success
+ label: Light Success
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#43A047"
+ required: true
+ - variable: light_info
+ label: Light Info
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#1976D2"
+ required: true
+ - variable: light_warning
+ label: Light Warning
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#FF6D00"
+ required: true
+ - variable: light_error
+ label: Light Error
+ description: Light Theme Config Variable
+ schema:
+ type: string
+ default: "#EF5350"
+ required: true
+ - variable: dark_primary
+ label: Dark Primary
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#E58325"
+ required: true
+ - variable: dark_accent
+ label: Dark Accent
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#007A99"
+ required: true
+ - variable: dark_secondary
+ label: Dark Secondary
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#973542"
+ required: true
+ - variable: dark_success
+ label: Dark Success
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#43A047"
+ required: true
+ - variable: dark_info
+ label: Dark Info
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#1976D2"
+ required: true
+ - variable: dark_warning
+ label: Dark Warning
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#FF6D00"
+ required: true
+ - variable: dark_error
+ label: Dark Error
+ description: Dark Theme Config Variable
+ schema:
+ type: string
+ default: "#EF5350"
+ required: true
+ - variable: api
+ label: Mealie API Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: general
+ label: General
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: base_url
+ label: Base URL
+ description: Used for Notifications
+ schema:
+ type: string
+ default: ""
+ - variable: allow_signup
+ label: Allow Sign up
+ description: Allow user sign-up without token
+ schema:
+ type: boolean
+ default: true
+ - variable: default_group
+ label: Default Group
+ description: The default group for users
+ schema:
+ type: string
+ default: Home
+ required: true
+ - variable: token_time
+ label: Token Time
+ description: The time in hours that a login/auth token is valid
+ schema:
+ type: int
+ default: 48
+ required: true
+ - variable: security
+ label: Security
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: max_login_attempts
+ label: Max Login Attempts
+ description: Maximum times a user can provide an invalid password before their account is locked
+ schema:
+ type: int
+ default: 5
+ required: true
+ - variable: user_lockout_time
+ label: User Lockout Time
+ description: Time in hours for how long a users account is locked
+ schema:
+ type: int
+ default: 24
+ required: true
+ - variable: webworkers
+ label: Web Workers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: workers_per_core
+ label: Workers Per Core
+ description: Set the number of workers to the number of CPU cores multiplied by this value.
+ schema:
+ type: int
+ default: 1
+ required: true
+ - variable: max_workers
+ label: Max Workers
+ description: Set the maximum number of workers to use. Default is not set meaning unlimited.
+ schema:
+ type: int
+ default: 1
+ required: true
+ - variable: web_concurrency
+ label: Web Concurrency
+ description: Override the automatic definition of number of workers.
+ schema:
+ type: int
+ default: 1
+ required: true
+ - variable: smtp
+ label: SMTP
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: Host
+ description: Mail Host
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Port
+ description: Mail Port
+ schema:
+ type: int
+ show_if: [["host", "!=", ""]]
+ default: 587
+ required: true
+ - variable: user
+ label: User
+ description: Mail User
+ schema:
+ type: string
+ show_if: [["host", "!=", ""]]
+ required: true
+ default: ""
+ - variable: password
+ label: Password
+ description: Mail Password
+ schema:
+ type: string
+ show_if: [["host", "!=", ""]]
+ private: true
+ required: true
+ default: ""
+ - variable: from_name
+ label: From Name
+ description: Mail From Name
+ schema:
+ type: string
+ show_if: [["host", "!=", ""]]
+ required: true
+ default: Mealie
+ - variable: from_email
+ label: From Email
+ description: Mail From Email
+ schema:
+ type: string
+ show_if: [["host", "!=", ""]]
+ required: true
+ default: ""
+ - variable: auth_strategy
+ label: Auth Strategy
+ description: Mail Auth Strategy
+ schema:
+ type: string
+ show_if: [["host", "!=", ""]]
+ required: true
+ default: "TLS"
+ enum:
+ - value: TLS
+ description: TLS
+ - value: SSL
+ description: SSL
+ - value: NONE
+ description: NONE
+ - variable: ldap
+ label: LDAP
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: auth_enabled
+ label: Auth Enabled
+ description: Authenticate via an external LDAP server in addition to built-in Mealie auth
+ schema:
+ type: boolean
+ default: false
+ - variable: server_url
+ label: Server URL
+ description: LDAP server URL
+ schema:
+ type: string
+ default: ""
+ - variable: tls_insecure
+ label: TLS Insecure
+ description: Do not verify server certificate when using secure LDAP
+ schema:
+ type: boolean
+ default: false
+ - variable: enable_starttls
+ label: Enable StartTLS
+ description: Use STARTTLS to connect to the server
+ schema:
+ type: boolean
+ default: false
+ - variable: tls_cacertfile
+ label: TLS CA Cert File
+ description: File path to Certificate Authority used to verify server certificate
+ schema:
+ type: string
+ default: ""
+ - variable: base_dn
+ label: Base DN
+ description: Starting point when searching for users authentication.
+ schema:
+ type: string
+ default: ""
+ - variable: query_bind
+ label: Query Bind
+ description: Optional bind user for LDAP search queries
+ schema:
+ type: string
+ default: ""
+ - variable: query_password
+ label: Query Password
+ description: Optional password for the bind user used
+ schema:
+ type: string
+ default: ""
+ - variable: user_filter
+ label: User Filter
+ description: Optional LDAP filter to narrow down eligible users
+ schema:
+ type: string
+ default: ""
+ - variable: admin_filter
+ label: Admin Filter
+ description: Optional LDAP filter, which tells Mealie the LDAP user is an admin
+ schema:
+ type: string
+ default: ""
+ - variable: id_attribute
+ label: ID Attribute
+ description: The LDAP attribute that maps to the user's id
+ schema:
+ type: string
+ default: uid
+ - variable: name_attribute
+ label: Name Attribute
+ description: The LDAP attribute that maps to the user's name
+ schema:
+ type: string
+ default: name
+ - variable: mail_attribute
+ label: Mail Attribute
+ description: The LDAP attribute that maps to the user's email
+ schema:
+ type: string
+ default: mail
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10018
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: App Data Storage
+ description: Stores the Application Data.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/memcached/12.8.0/templates/NOTES.txt b/stable/mealie/21.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/memcached/12.8.0/templates/NOTES.txt
rename to stable/mealie/21.8.3/templates/NOTES.txt
diff --git a/stable/mealie/21.7.0/templates/_secrets.tpl b/stable/mealie/21.8.3/templates/_secrets.tpl
similarity index 100%
rename from stable/mealie/21.7.0/templates/_secrets.tpl
rename to stable/mealie/21.8.3/templates/_secrets.tpl
diff --git a/stable/mealie/21.7.0/templates/common.yaml b/stable/mealie/21.8.3/templates/common.yaml
similarity index 100%
rename from stable/mealie/21.7.0/templates/common.yaml
rename to stable/mealie/21.8.3/templates/common.yaml
diff --git a/stable/medusa/10.7.0/values.yaml b/stable/mealie/21.8.3/values.yaml
similarity index 100%
rename from stable/medusa/10.7.0/values.yaml
rename to stable/mealie/21.8.3/values.yaml
diff --git a/stable/media-roller/5.6.0/CHANGELOG.md b/stable/media-roller/5.6.0/CHANGELOG.md
deleted file mode 100644
index ecb3dfb1cbb..00000000000
--- a/stable/media-roller/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [media-roller-5.6.0](https://github.com/truecharts/charts/compare/media-roller-5.5.2...media-roller-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [media-roller-5.5.2](https://github.com/truecharts/charts/compare/media-roller-5.5.1...media-roller-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [media-roller-5.5.1](https://github.com/truecharts/charts/compare/media-roller-5.5.0...media-roller-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [media-roller-5.5.0](https://github.com/truecharts/charts/compare/media-roller-5.4.1...media-roller-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [media-roller-5.4.1](https://github.com/truecharts/charts/compare/media-roller-5.4.0...media-roller-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [media-roller-5.4.0](https://github.com/truecharts/charts/compare/media-roller-5.3.0...media-roller-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [media-roller-5.3.0](https://github.com/truecharts/charts/compare/media-roller-5.2.3...media-roller-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [media-roller-5.2.3](https://github.com/truecharts/charts/compare/media-roller-5.2.2...media-roller-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [media-roller-5.2.2](https://github.com/truecharts/charts/compare/media-roller-5.2.0...media-roller-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/media-roller/5.6.0/Chart.yaml b/stable/media-roller/5.6.0/Chart.yaml
deleted file mode 100644
index fcb2a150988..00000000000
--- a/stable/media-roller/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mobile friendly tool for downloading videos from social media.
-home: https://truecharts.org/charts/stable/media-roller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png
-keywords:
- - media-roller
- - Tools-Utilities
- - MediaApp-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: media-roller
-sources:
- - https://github.com/rroller/media-roller
- - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller
- - https://hub.docker.com/r/ronnieroller/media-roller
-type: application
-version: 5.6.0
diff --git a/stable/media-roller/5.6.0/charts/common-20.1.5.tgz b/stable/media-roller/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/media-roller/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/megasync/6.6.0/.helmignore b/stable/media-roller/5.7.3/.helmignore
similarity index 100%
rename from stable/megasync/6.6.0/.helmignore
rename to stable/media-roller/5.7.3/.helmignore
diff --git a/stable/media-roller/5.7.3/CHANGELOG.md b/stable/media-roller/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e8e49c8f6b9
--- /dev/null
+++ b/stable/media-roller/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [media-roller-5.7.2](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/media-roller/5.7.3/Chart.yaml b/stable/media-roller/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3a6119d80ec
--- /dev/null
+++ b/stable/media-roller/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mobile friendly tool for downloading videos from social media.
+home: https://truecharts.org/charts/stable/media-roller
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png
+keywords:
+ - media-roller
+ - Tools-Utilities
+ - MediaApp-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: media-roller
+sources:
+ - https://github.com/rroller/media-roller
+ - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller
+ - https://hub.docker.com/r/ronnieroller/media-roller
+type: application
+version: 5.7.3
diff --git a/stable/media-roller/5.6.0/README.md b/stable/media-roller/5.7.3/README.md
similarity index 100%
rename from stable/media-roller/5.6.0/README.md
rename to stable/media-roller/5.7.3/README.md
diff --git a/stable/media-roller/5.7.3/app-changelog.md b/stable/media-roller/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..eb8041fcf14
--- /dev/null
+++ b/stable/media-roller/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [media-roller-5.7.3](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/media-roller/5.6.0/app-readme.md b/stable/media-roller/5.7.3/app-readme.md
similarity index 100%
rename from stable/media-roller/5.6.0/app-readme.md
rename to stable/media-roller/5.7.3/app-readme.md
diff --git a/stable/media-roller/5.7.3/charts/common-20.2.4.tgz b/stable/media-roller/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/media-roller/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/media-roller/5.6.0/ix_values.yaml b/stable/media-roller/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/media-roller/5.6.0/ix_values.yaml
rename to stable/media-roller/5.7.3/ix_values.yaml
diff --git a/stable/media-roller/5.6.0/questions.yaml b/stable/media-roller/5.7.3/questions.yaml
similarity index 100%
rename from stable/media-roller/5.6.0/questions.yaml
rename to stable/media-roller/5.7.3/questions.yaml
diff --git a/stable/mediaelch/5.6.0/templates/common.yaml b/stable/media-roller/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mediaelch/5.6.0/templates/common.yaml
rename to stable/media-roller/5.7.3/templates/common.yaml
diff --git a/stable/megasync/6.6.0/values.yaml b/stable/media-roller/5.7.3/values.yaml
similarity index 100%
rename from stable/megasync/6.6.0/values.yaml
rename to stable/media-roller/5.7.3/values.yaml
diff --git a/stable/mediaelch/5.6.0/CHANGELOG.md b/stable/mediaelch/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4ad2d1cbc12..00000000000
--- a/stable/mediaelch/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mediaelch-5.6.0](https://github.com/truecharts/charts/compare/mediaelch-5.5.2...mediaelch-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mediaelch-5.5.2](https://github.com/truecharts/charts/compare/mediaelch-5.5.1...mediaelch-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mediaelch-5.5.1](https://github.com/truecharts/charts/compare/mediaelch-5.5.0...mediaelch-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mediaelch-5.5.0](https://github.com/truecharts/charts/compare/mediaelch-5.4.1...mediaelch-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mediaelch-5.4.1](https://github.com/truecharts/charts/compare/mediaelch-5.4.0...mediaelch-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mediaelch-5.4.0](https://github.com/truecharts/charts/compare/mediaelch-5.3.0...mediaelch-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mediaelch-5.3.0](https://github.com/truecharts/charts/compare/mediaelch-5.2.3...mediaelch-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mediaelch-5.2.3](https://github.com/truecharts/charts/compare/mediaelch-5.2.2...mediaelch-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mediaelch-5.2.2](https://github.com/truecharts/charts/compare/mediaelch-5.2.0...mediaelch-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mediaelch/5.6.0/Chart.yaml b/stable/mediaelch/5.6.0/Chart.yaml
deleted file mode 100644
index 659f02114e8..00000000000
--- a/stable/mediaelch/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
-home: https://truecharts.org/charts/stable/mediaelch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png
-keywords:
- - mediaelch
- - Tools
- - MediaApp-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mediaelch
-sources:
- - https://github.com/Komet/MediaElch
- - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch
- - https://hub.docker.com/r/masonxx/mediaelch
-type: application
-version: 5.6.0
diff --git a/stable/mediaelch/5.6.0/charts/common-20.1.5.tgz b/stable/mediaelch/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mediaelch/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/memcached/12.8.0/.helmignore b/stable/mediaelch/5.7.3/.helmignore
similarity index 100%
rename from stable/memcached/12.8.0/.helmignore
rename to stable/mediaelch/5.7.3/.helmignore
diff --git a/stable/mediaelch/5.7.3/CHANGELOG.md b/stable/mediaelch/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9882d80ec40
--- /dev/null
+++ b/stable/mediaelch/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediaelch-5.7.2](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mediaelch/5.7.3/Chart.yaml b/stable/mediaelch/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..675c81856ef
--- /dev/null
+++ b/stable/mediaelch/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
+home: https://truecharts.org/charts/stable/mediaelch
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png
+keywords:
+ - mediaelch
+ - Tools
+ - MediaApp-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mediaelch
+sources:
+ - https://github.com/Komet/MediaElch
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch
+ - https://hub.docker.com/r/masonxx/mediaelch
+type: application
+version: 5.7.3
diff --git a/stable/mediaelch/5.6.0/README.md b/stable/mediaelch/5.7.3/README.md
similarity index 100%
rename from stable/mediaelch/5.6.0/README.md
rename to stable/mediaelch/5.7.3/README.md
diff --git a/stable/mediaelch/5.7.3/app-changelog.md b/stable/mediaelch/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5e35b7f7caf
--- /dev/null
+++ b/stable/mediaelch/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mediaelch-5.7.3](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mediaelch/5.6.0/app-readme.md b/stable/mediaelch/5.7.3/app-readme.md
similarity index 100%
rename from stable/mediaelch/5.6.0/app-readme.md
rename to stable/mediaelch/5.7.3/app-readme.md
diff --git a/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz b/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mediaelch/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mediaelch/5.6.0/ix_values.yaml b/stable/mediaelch/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mediaelch/5.6.0/ix_values.yaml
rename to stable/mediaelch/5.7.3/ix_values.yaml
diff --git a/stable/mediaelch/5.6.0/questions.yaml b/stable/mediaelch/5.7.3/questions.yaml
similarity index 100%
rename from stable/mediaelch/5.6.0/questions.yaml
rename to stable/mediaelch/5.7.3/questions.yaml
diff --git a/stable/mediagoblin/5.6.0/templates/common.yaml b/stable/mediaelch/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mediagoblin/5.6.0/templates/common.yaml
rename to stable/mediaelch/5.7.3/templates/common.yaml
diff --git a/stable/memcached/12.8.0/values.yaml b/stable/mediaelch/5.7.3/values.yaml
similarity index 100%
rename from stable/memcached/12.8.0/values.yaml
rename to stable/mediaelch/5.7.3/values.yaml
diff --git a/stable/mediagoblin/5.6.0/CHANGELOG.md b/stable/mediagoblin/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5b3c96d7292..00000000000
--- a/stable/mediagoblin/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mediagoblin-5.6.0](https://github.com/truecharts/charts/compare/mediagoblin-5.5.2...mediagoblin-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mediagoblin-5.5.2](https://github.com/truecharts/charts/compare/mediagoblin-5.5.1...mediagoblin-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mediagoblin-5.5.1](https://github.com/truecharts/charts/compare/mediagoblin-5.5.0...mediagoblin-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mediagoblin-5.5.0](https://github.com/truecharts/charts/compare/mediagoblin-5.4.1...mediagoblin-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mediagoblin-5.4.1](https://github.com/truecharts/charts/compare/mediagoblin-5.4.0...mediagoblin-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mediagoblin-5.4.0](https://github.com/truecharts/charts/compare/mediagoblin-5.3.0...mediagoblin-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mediagoblin-5.3.0](https://github.com/truecharts/charts/compare/mediagoblin-5.2.3...mediagoblin-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mediagoblin-5.2.3](https://github.com/truecharts/charts/compare/mediagoblin-5.2.2...mediagoblin-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mediagoblin-5.2.2](https://github.com/truecharts/charts/compare/mediagoblin-5.2.0...mediagoblin-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mediagoblin/5.6.0/Chart.yaml b/stable/mediagoblin/5.6.0/Chart.yaml
deleted file mode 100644
index 913fec04387..00000000000
--- a/stable/mediagoblin/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Photos
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]"
-home: https://truecharts.org/charts/stable/mediagoblin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png
-keywords:
- - mediagoblin
- - MediaApp-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mediagoblin
-sources:
- - https://mediagoblin.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin
- - https://hub.docker.com/r/mtlynch/mediagoblin
-type: application
-version: 5.6.0
diff --git a/stable/mediagoblin/5.6.0/charts/common-20.1.5.tgz b/stable/mediagoblin/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mediagoblin/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/memories-of-mars/5.6.0/.helmignore b/stable/mediagoblin/5.7.3/.helmignore
similarity index 100%
rename from stable/memories-of-mars/5.6.0/.helmignore
rename to stable/mediagoblin/5.7.3/.helmignore
diff --git a/stable/mediagoblin/5.7.3/CHANGELOG.md b/stable/mediagoblin/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..60562ea0751
--- /dev/null
+++ b/stable/mediagoblin/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediagoblin-5.7.2](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mediagoblin/5.7.3/Chart.yaml b/stable/mediagoblin/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a70ca74bf9a
--- /dev/null
+++ b/stable/mediagoblin/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Photos
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]"
+home: https://truecharts.org/charts/stable/mediagoblin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png
+keywords:
+ - mediagoblin
+ - MediaApp-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mediagoblin
+sources:
+ - https://mediagoblin.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin
+ - https://hub.docker.com/r/mtlynch/mediagoblin
+type: application
+version: 5.7.3
diff --git a/stable/mediagoblin/5.6.0/README.md b/stable/mediagoblin/5.7.3/README.md
similarity index 100%
rename from stable/mediagoblin/5.6.0/README.md
rename to stable/mediagoblin/5.7.3/README.md
diff --git a/stable/mediagoblin/5.7.3/app-changelog.md b/stable/mediagoblin/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3ca4bc99f52
--- /dev/null
+++ b/stable/mediagoblin/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mediagoblin-5.7.3](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mediagoblin/5.6.0/app-readme.md b/stable/mediagoblin/5.7.3/app-readme.md
similarity index 100%
rename from stable/mediagoblin/5.6.0/app-readme.md
rename to stable/mediagoblin/5.7.3/app-readme.md
diff --git a/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz b/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mediagoblin/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mediagoblin/5.6.0/ix_values.yaml b/stable/mediagoblin/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mediagoblin/5.6.0/ix_values.yaml
rename to stable/mediagoblin/5.7.3/ix_values.yaml
diff --git a/stable/mediagoblin/5.6.0/questions.yaml b/stable/mediagoblin/5.7.3/questions.yaml
similarity index 100%
rename from stable/mediagoblin/5.6.0/questions.yaml
rename to stable/mediagoblin/5.7.3/questions.yaml
diff --git a/stable/memories-of-mars/5.6.0/templates/common.yaml b/stable/mediagoblin/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/memories-of-mars/5.6.0/templates/common.yaml
rename to stable/mediagoblin/5.7.3/templates/common.yaml
diff --git a/stable/memories-of-mars/5.6.0/values.yaml b/stable/mediagoblin/5.7.3/values.yaml
similarity index 100%
rename from stable/memories-of-mars/5.6.0/values.yaml
rename to stable/mediagoblin/5.7.3/values.yaml
diff --git a/stable/mediainfo/9.6.0/CHANGELOG.md b/stable/mediainfo/9.6.0/CHANGELOG.md
deleted file mode 100644
index 259031d8ea4..00000000000
--- a/stable/mediainfo/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mediainfo-9.6.0](https://github.com/truecharts/charts/compare/mediainfo-9.5.2...mediainfo-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mediainfo-9.5.2](https://github.com/truecharts/charts/compare/mediainfo-9.5.1...mediainfo-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mediainfo-9.5.1](https://github.com/truecharts/charts/compare/mediainfo-9.5.0...mediainfo-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mediainfo-9.5.0](https://github.com/truecharts/charts/compare/mediainfo-9.4.1...mediainfo-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mediainfo-9.4.1](https://github.com/truecharts/charts/compare/mediainfo-9.4.0...mediainfo-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mediainfo-9.4.0](https://github.com/truecharts/charts/compare/mediainfo-9.3.0...mediainfo-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mediainfo-9.3.0](https://github.com/truecharts/charts/compare/mediainfo-9.2.3...mediainfo-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mediainfo-9.2.3](https://github.com/truecharts/charts/compare/mediainfo-9.2.2...mediainfo-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mediainfo-9.2.2](https://github.com/truecharts/charts/compare/mediainfo-9.2.0...mediainfo-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mediainfo/9.6.0/Chart.yaml b/stable/mediainfo/9.6.0/Chart.yaml
deleted file mode 100644
index f916235cb19..00000000000
--- a/stable/mediainfo/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
-home: https://truecharts.org/charts/stable/mediainfo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png
-keywords:
- - info
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mediainfo
-sources:
- - https://github.com/jlesage/docker-mediainfo
- - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo
- - https://hub.docker.com/r/jlesage/mediainfo
-type: application
-version: 9.6.0
diff --git a/stable/mediainfo/9.6.0/charts/common-20.1.5.tgz b/stable/mediainfo/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mediainfo/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/meshcentral/15.6.0/.helmignore b/stable/mediainfo/9.7.3/.helmignore
similarity index 100%
rename from stable/meshcentral/15.6.0/.helmignore
rename to stable/mediainfo/9.7.3/.helmignore
diff --git a/stable/mediainfo/9.7.3/CHANGELOG.md b/stable/mediainfo/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..954e5cd501d
--- /dev/null
+++ b/stable/mediainfo/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mediainfo-9.7.2](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mediainfo/9.7.3/Chart.yaml b/stable/mediainfo/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..fcab6ae89ed
--- /dev/null
+++ b/stable/mediainfo/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
+home: https://truecharts.org/charts/stable/mediainfo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png
+keywords:
+ - info
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mediainfo
+sources:
+ - https://github.com/jlesage/docker-mediainfo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo
+ - https://hub.docker.com/r/jlesage/mediainfo
+type: application
+version: 9.7.3
diff --git a/stable/mediainfo/9.6.0/README.md b/stable/mediainfo/9.7.3/README.md
similarity index 100%
rename from stable/mediainfo/9.6.0/README.md
rename to stable/mediainfo/9.7.3/README.md
diff --git a/stable/mediainfo/9.7.3/app-changelog.md b/stable/mediainfo/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..2c9a8fe97e0
--- /dev/null
+++ b/stable/mediainfo/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mediainfo-9.7.3](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mediainfo/9.6.0/app-readme.md b/stable/mediainfo/9.7.3/app-readme.md
similarity index 100%
rename from stable/mediainfo/9.6.0/app-readme.md
rename to stable/mediainfo/9.7.3/app-readme.md
diff --git a/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz b/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mediainfo/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mediainfo/9.6.0/ix_values.yaml b/stable/mediainfo/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/mediainfo/9.6.0/ix_values.yaml
rename to stable/mediainfo/9.7.3/ix_values.yaml
diff --git a/stable/mediainfo/9.6.0/questions.yaml b/stable/mediainfo/9.7.3/questions.yaml
similarity index 100%
rename from stable/mediainfo/9.6.0/questions.yaml
rename to stable/mediainfo/9.7.3/questions.yaml
diff --git a/stable/meshroom/9.6.0/templates/NOTES.txt b/stable/mediainfo/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/meshroom/9.6.0/templates/NOTES.txt
rename to stable/mediainfo/9.7.3/templates/NOTES.txt
diff --git a/stable/metabase/3.8.0/templates/common.yaml b/stable/mediainfo/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/metabase/3.8.0/templates/common.yaml
rename to stable/mediainfo/9.7.3/templates/common.yaml
diff --git a/stable/meshcentral/15.6.0/values.yaml b/stable/mediainfo/9.7.3/values.yaml
similarity index 100%
rename from stable/meshcentral/15.6.0/values.yaml
rename to stable/mediainfo/9.7.3/values.yaml
diff --git a/stable/medusa/10.7.0/CHANGELOG.md b/stable/medusa/10.7.0/CHANGELOG.md
deleted file mode 100644
index de5abc79bb2..00000000000
--- a/stable/medusa/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
diff --git a/stable/medusa/10.7.0/Chart.yaml b/stable/medusa/10.7.0/Chart.yaml
deleted file mode 100644
index 970cbd4190e..00000000000
--- a/stable/medusa/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.19
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An automatic Video Library Manager for TV Shows
-home: https://truecharts.org/charts/stable/medusa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png
-keywords:
- - medusa
- - video
- - library
- - manager
- - tv
- - shows
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: medusa
-sources:
- - https://github.com/linuxserver/docker-medusa
- - https://pymedusa.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/medusa
- - https://ghcr.io/linuxserver/medusa
-type: application
-version: 10.7.0
diff --git a/stable/medusa/10.7.0/app-changelog.md b/stable/medusa/10.7.0/app-changelog.md
deleted file mode 100644
index 589bd400a9f..00000000000
--- a/stable/medusa/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [medusa-10.7.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
\ No newline at end of file
diff --git a/stable/medusa/10.7.0/charts/common-20.2.0.tgz b/stable/medusa/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/medusa/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/medusa/10.7.0/ix_values.yaml b/stable/medusa/10.7.0/ix_values.yaml
deleted file mode 100644
index 27a98abbeb7..00000000000
--- a/stable/medusa/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/medusa
- pullPolicy: IfNotPresent
- tag: 1.0.19@sha256:dbaa681cf4cc2d468c5d412246a60e0f66831a28100cb5598ecf3b4cb8668f74
-service:
- main:
- ports:
- main:
- port: 10068
- targetPort: 8081
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/meshroom/9.6.0/.helmignore b/stable/medusa/10.7.4/.helmignore
similarity index 100%
rename from stable/meshroom/9.6.0/.helmignore
rename to stable/medusa/10.7.4/.helmignore
diff --git a/stable/medusa/10.7.4/CHANGELOG.md b/stable/medusa/10.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..884a2e43767
--- /dev/null
+++ b/stable/medusa/10.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [medusa-10.7.4](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
+
+
+## [medusa-10.7.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
+
+
+## [medusa-10.7.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
+
+
+## [medusa-10.7.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
+
+
+## [medusa-10.7.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
+
+
+## [medusa-10.7.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/medusa/10.7.4/Chart.yaml b/stable/medusa/10.7.4/Chart.yaml
new file mode 100644
index 00000000000..c8e0e29915f
--- /dev/null
+++ b/stable/medusa/10.7.4/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.19
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An automatic Video Library Manager for TV Shows
+home: https://truecharts.org/charts/stable/medusa
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png
+keywords:
+ - medusa
+ - video
+ - library
+ - manager
+ - tv
+ - shows
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: medusa
+sources:
+ - https://github.com/linuxserver/docker-medusa
+ - https://pymedusa.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/medusa
+ - https://ghcr.io/linuxserver/medusa
+type: application
+version: 10.7.4
diff --git a/stable/medusa/10.7.0/README.md b/stable/medusa/10.7.4/README.md
similarity index 100%
rename from stable/medusa/10.7.0/README.md
rename to stable/medusa/10.7.4/README.md
diff --git a/stable/medusa/10.7.4/app-changelog.md b/stable/medusa/10.7.4/app-changelog.md
new file mode 100644
index 00000000000..b053ccd7143
--- /dev/null
+++ b/stable/medusa/10.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [medusa-10.7.4](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@1647e12](https://github.com/1647e12) by renovate ([#19598](https://github.com/truecharts/charts/issues/19598))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238))
\ No newline at end of file
diff --git a/stable/medusa/10.7.0/app-readme.md b/stable/medusa/10.7.4/app-readme.md
similarity index 100%
rename from stable/medusa/10.7.0/app-readme.md
rename to stable/medusa/10.7.4/app-readme.md
diff --git a/stable/medusa/10.7.4/charts/common-20.2.4.tgz b/stable/medusa/10.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/medusa/10.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/medusa/10.7.4/ix_values.yaml b/stable/medusa/10.7.4/ix_values.yaml
new file mode 100644
index 00000000000..d0e2834f605
--- /dev/null
+++ b/stable/medusa/10.7.4/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/medusa
+ pullPolicy: IfNotPresent
+ tag: 1.0.19@sha256:1647e1288902acc8ab53508b63426fab0103ca21f936a73b3cdb3acd54b76677
+service:
+ main:
+ ports:
+ main:
+ port: 10068
+ targetPort: 8081
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/medusa/10.7.0/questions.yaml b/stable/medusa/10.7.4/questions.yaml
similarity index 100%
rename from stable/medusa/10.7.0/questions.yaml
rename to stable/medusa/10.7.4/questions.yaml
diff --git a/stable/metabase/3.8.0/templates/NOTES.txt b/stable/medusa/10.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/metabase/3.8.0/templates/NOTES.txt
rename to stable/medusa/10.7.4/templates/NOTES.txt
diff --git a/stable/memcached/12.8.0/templates/common.yaml b/stable/medusa/10.7.4/templates/common.yaml
similarity index 100%
rename from stable/memcached/12.8.0/templates/common.yaml
rename to stable/medusa/10.7.4/templates/common.yaml
diff --git a/stable/meshroom/9.6.0/values.yaml b/stable/medusa/10.7.4/values.yaml
similarity index 100%
rename from stable/meshroom/9.6.0/values.yaml
rename to stable/medusa/10.7.4/values.yaml
diff --git a/stable/megasync/6.6.0/CHANGELOG.md b/stable/megasync/6.6.0/CHANGELOG.md
deleted file mode 100644
index b4dd280578e..00000000000
--- a/stable/megasync/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [megasync-6.6.0](https://github.com/truecharts/charts/compare/megasync-6.5.2...megasync-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [megasync-6.5.2](https://github.com/truecharts/charts/compare/megasync-6.5.1...megasync-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [megasync-6.5.1](https://github.com/truecharts/charts/compare/megasync-6.5.0...megasync-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [megasync-6.5.0](https://github.com/truecharts/charts/compare/megasync-6.4.1...megasync-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [megasync-6.4.1](https://github.com/truecharts/charts/compare/megasync-6.4.0...megasync-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [megasync-6.4.0](https://github.com/truecharts/charts/compare/megasync-6.3.0...megasync-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [megasync-6.3.0](https://github.com/truecharts/charts/compare/megasync-6.2.3...megasync-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [megasync-6.2.3](https://github.com/truecharts/charts/compare/megasync-6.2.2...megasync-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [megasync-6.2.2](https://github.com/truecharts/charts/compare/megasync-6.2.0...megasync-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/megasync/6.6.0/Chart.yaml b/stable/megasync/6.6.0/Chart.yaml
deleted file mode 100644
index c9a3f5a1691..00000000000
--- a/stable/megasync/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MEGAsync can synchronize all of your devices with your MEGA account.
-home: https://truecharts.org/charts/stable/megasync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png
-keywords:
- - megasync
- - Network-Other
- - Productivity
- - Tools-Utilities
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: megasync
-sources:
- - https://github.com/ich777/docker-megasync
- - https://github.com/truecharts/charts/tree/master/charts/stable/megasync
- - https://hub.docker.com/r/ich777/megasync
-type: application
-version: 6.6.0
diff --git a/stable/megasync/6.6.0/charts/common-20.1.5.tgz b/stable/megasync/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/megasync/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/metabase/3.8.0/.helmignore b/stable/megasync/6.7.3/.helmignore
similarity index 100%
rename from stable/metabase/3.8.0/.helmignore
rename to stable/megasync/6.7.3/.helmignore
diff --git a/stable/megasync/6.7.3/CHANGELOG.md b/stable/megasync/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f00eb844917
--- /dev/null
+++ b/stable/megasync/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [megasync-6.7.2](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/megasync/6.7.3/Chart.yaml b/stable/megasync/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..ee3e078891a
--- /dev/null
+++ b/stable/megasync/6.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MEGAsync can synchronize all of your devices with your MEGA account.
+home: https://truecharts.org/charts/stable/megasync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png
+keywords:
+ - megasync
+ - Network-Other
+ - Productivity
+ - Tools-Utilities
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: megasync
+sources:
+ - https://github.com/ich777/docker-megasync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/megasync
+ - https://hub.docker.com/r/ich777/megasync
+type: application
+version: 6.7.3
diff --git a/stable/megasync/6.6.0/README.md b/stable/megasync/6.7.3/README.md
similarity index 100%
rename from stable/megasync/6.6.0/README.md
rename to stable/megasync/6.7.3/README.md
diff --git a/stable/megasync/6.7.3/app-changelog.md b/stable/megasync/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..0ef67017d07
--- /dev/null
+++ b/stable/megasync/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [megasync-6.7.3](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/megasync/6.6.0/app-readme.md b/stable/megasync/6.7.3/app-readme.md
similarity index 100%
rename from stable/megasync/6.6.0/app-readme.md
rename to stable/megasync/6.7.3/app-readme.md
diff --git a/stable/megasync/6.7.3/charts/common-20.2.4.tgz b/stable/megasync/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/megasync/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/megasync/6.6.0/ix_values.yaml b/stable/megasync/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/megasync/6.6.0/ix_values.yaml
rename to stable/megasync/6.7.3/ix_values.yaml
diff --git a/stable/megasync/6.6.0/questions.yaml b/stable/megasync/6.7.3/questions.yaml
similarity index 100%
rename from stable/megasync/6.6.0/questions.yaml
rename to stable/megasync/6.7.3/questions.yaml
diff --git a/stable/metube/12.7.0/templates/NOTES.txt b/stable/megasync/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/metube/12.7.0/templates/NOTES.txt
rename to stable/megasync/6.7.3/templates/NOTES.txt
diff --git a/stable/metube/12.7.0/templates/common.yaml b/stable/megasync/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/metube/12.7.0/templates/common.yaml
rename to stable/megasync/6.7.3/templates/common.yaml
diff --git a/stable/metabase/3.8.0/values.yaml b/stable/megasync/6.7.3/values.yaml
similarity index 100%
rename from stable/metabase/3.8.0/values.yaml
rename to stable/megasync/6.7.3/values.yaml
diff --git a/stable/memcached/12.8.0/CHANGELOG.md b/stable/memcached/12.8.0/CHANGELOG.md
deleted file mode 100644
index d1e2aad211d..00000000000
--- a/stable/memcached/12.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/memcached/12.8.0/Chart.yaml b/stable/memcached/12.8.0/Chart.yaml
deleted file mode 100644
index dc7c950a543..00000000000
--- a/stable/memcached/12.8.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.24
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Memcached is a memory-backed database caching solution
-home: https://truecharts.org/charts/stable/memcached
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
-keywords:
- - memcached
- - database
- - cache
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: memcached
-sources:
- - https://github.com/bitnami/bitnami-docker-memcached
- - https://github.com/truecharts/charts/tree/master/charts/stable/memcached
- - https://hub.docker.com/r/bitnami/memcached
-type: application
-version: 12.8.0
diff --git a/stable/memcached/12.8.0/app-changelog.md b/stable/memcached/12.8.0/app-changelog.md
deleted file mode 100644
index 8a3e3061481..00000000000
--- a/stable/memcached/12.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [memcached-12.8.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/memcached/12.8.0/charts/common-20.2.0.tgz b/stable/memcached/12.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/memcached/12.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/memcached/12.8.0/ix_values.yaml b/stable/memcached/12.8.0/ix_values.yaml
deleted file mode 100644
index fce168d3b1d..00000000000
--- a/stable/memcached/12.8.0/ix_values.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-image:
- repository: bitnami/memcached
- pullPolicy: IfNotPresent
- tag: 1.6.24@sha256:2b43c4b3060ef93a364aee7f9632aeb3fb81e64e4e06d71d6dd2fc813abe81a1
-
-includeCommon: true
-service:
- main:
- ports:
- main:
- port: 11211
- protocol: tcp
- targetPort: 11211
-portal:
- open:
- enabled: false
-
-configmap:
- dashboard:
- enabled: true
- labels:
- grafana_dashboard: "1"
- data:
- memcached.json: >-
- {{ .Files.Get "dashboard.json" | indent 8 }}
-
-manifestManager:
- enabled: false
diff --git a/stable/metatube/5.6.0/.helmignore b/stable/memcached/12.8.4/.helmignore
similarity index 100%
rename from stable/metatube/5.6.0/.helmignore
rename to stable/memcached/12.8.4/.helmignore
diff --git a/stable/memcached/12.8.4/CHANGELOG.md b/stable/memcached/12.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..279ac438739
--- /dev/null
+++ b/stable/memcached/12.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [memcached-12.8.4](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memcached-12.8.3](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memcached-12.8.3](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memcached-12.8.3](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memcached-12.8.3](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memcached-12.8.3](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/memcached/12.8.4/Chart.yaml b/stable/memcached/12.8.4/Chart.yaml
new file mode 100644
index 00000000000..2a53623c094
--- /dev/null
+++ b/stable/memcached/12.8.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.25
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Memcached is a memory-backed database caching solution
+home: https://truecharts.org/charts/stable/memcached
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
+keywords:
+ - memcached
+ - database
+ - cache
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: memcached
+sources:
+ - https://github.com/bitnami/bitnami-docker-memcached
+ - https://github.com/truecharts/charts/tree/master/charts/stable/memcached
+ - https://hub.docker.com/r/bitnami/memcached
+type: application
+version: 12.8.4
diff --git a/stable/memcached/12.8.0/README.md b/stable/memcached/12.8.4/README.md
similarity index 100%
rename from stable/memcached/12.8.0/README.md
rename to stable/memcached/12.8.4/README.md
diff --git a/stable/memcached/12.8.4/app-changelog.md b/stable/memcached/12.8.4/app-changelog.md
new file mode 100644
index 00000000000..b5556c28e95
--- /dev/null
+++ b/stable/memcached/12.8.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [memcached-12.8.4](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/memcached to v1.6.25[@fa475c0](https://github.com/fa475c0) by renovate ([#19524](https://github.com/truecharts/charts/issues/19524))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/memcached/12.8.0/app-readme.md b/stable/memcached/12.8.4/app-readme.md
similarity index 100%
rename from stable/memcached/12.8.0/app-readme.md
rename to stable/memcached/12.8.4/app-readme.md
diff --git a/stable/memcached/12.8.4/charts/common-20.2.4.tgz b/stable/memcached/12.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/memcached/12.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/memcached/12.8.0/dashboard.json b/stable/memcached/12.8.4/dashboard.json
similarity index 100%
rename from stable/memcached/12.8.0/dashboard.json
rename to stable/memcached/12.8.4/dashboard.json
diff --git a/stable/memcached/12.8.4/ix_values.yaml b/stable/memcached/12.8.4/ix_values.yaml
new file mode 100644
index 00000000000..37171c3b764
--- /dev/null
+++ b/stable/memcached/12.8.4/ix_values.yaml
@@ -0,0 +1,28 @@
+image:
+ repository: bitnami/memcached
+ pullPolicy: IfNotPresent
+ tag: 1.6.25@sha256:fa475c086bb8cc620233cd98c1ac9c8c6282b64937da9ca586915ff44ed1a560
+
+includeCommon: true
+service:
+ main:
+ ports:
+ main:
+ port: 11211
+ protocol: tcp
+ targetPort: 11211
+portal:
+ open:
+ enabled: false
+
+configmap:
+ dashboard:
+ enabled: true
+ labels:
+ grafana_dashboard: "1"
+ data:
+ memcached.json: >-
+ {{ .Files.Get "dashboard.json" | indent 8 }}
+
+manifestManager:
+ enabled: false
diff --git a/stable/memcached/12.8.0/questions.yaml b/stable/memcached/12.8.4/questions.yaml
similarity index 100%
rename from stable/memcached/12.8.0/questions.yaml
rename to stable/memcached/12.8.4/questions.yaml
diff --git a/stable/minecraft-bedrock/8.6.0/templates/NOTES.txt b/stable/memcached/12.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/templates/NOTES.txt
rename to stable/memcached/12.8.4/templates/NOTES.txt
diff --git a/stable/mstream/10.7.0/templates/common.yaml b/stable/memcached/12.8.4/templates/common.yaml
similarity index 100%
rename from stable/mstream/10.7.0/templates/common.yaml
rename to stable/memcached/12.8.4/templates/common.yaml
diff --git a/stable/metatube/5.6.0/values.yaml b/stable/memcached/12.8.4/values.yaml
similarity index 100%
rename from stable/metatube/5.6.0/values.yaml
rename to stable/memcached/12.8.4/values.yaml
diff --git a/stable/memories-of-mars/5.6.0/CHANGELOG.md b/stable/memories-of-mars/5.6.0/CHANGELOG.md
deleted file mode 100644
index 8b63416eb33..00000000000
--- a/stable/memories-of-mars/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [memories-of-mars-5.6.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.5.2...memories-of-mars-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [memories-of-mars-5.5.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.5.1...memories-of-mars-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [memories-of-mars-5.5.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.5.0...memories-of-mars-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [memories-of-mars-5.5.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.4.1...memories-of-mars-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [memories-of-mars-5.4.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.4.0...memories-of-mars-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [memories-of-mars-5.4.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.3.0...memories-of-mars-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [memories-of-mars-5.3.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.3...memories-of-mars-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [memories-of-mars-5.2.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.2...memories-of-mars-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [memories-of-mars-5.2.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.0...memories-of-mars-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/memories-of-mars/5.6.0/Chart.yaml b/stable/memories-of-mars/5.6.0/Chart.yaml
deleted file mode 100644
index 2f866340661..00000000000
--- a/stable/memories-of-mars/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: memoriesofmars
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it.
-home: https://truecharts.org/charts/stable/memories-of-mars
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png
-keywords:
- - memories-of-mars
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: memories-of-mars
-sources:
- - https://memoriesofmars.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/memories-of-mars/5.6.0/charts/common-20.1.5.tgz b/stable/memories-of-mars/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/memories-of-mars/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/metube/12.7.0/.helmignore b/stable/memories-of-mars/5.7.3/.helmignore
similarity index 100%
rename from stable/metube/12.7.0/.helmignore
rename to stable/memories-of-mars/5.7.3/.helmignore
diff --git a/stable/memories-of-mars/5.7.3/CHANGELOG.md b/stable/memories-of-mars/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7525c3f2ccc
--- /dev/null
+++ b/stable/memories-of-mars/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [memories-of-mars-5.7.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/memories-of-mars/5.7.3/Chart.yaml b/stable/memories-of-mars/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ecd21594cef
--- /dev/null
+++ b/stable/memories-of-mars/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: memoriesofmars
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it.
+home: https://truecharts.org/charts/stable/memories-of-mars
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png
+keywords:
+ - memories-of-mars
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: memories-of-mars
+sources:
+ - https://memoriesofmars.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/memories-of-mars/5.6.0/README.md b/stable/memories-of-mars/5.7.3/README.md
similarity index 100%
rename from stable/memories-of-mars/5.6.0/README.md
rename to stable/memories-of-mars/5.7.3/README.md
diff --git a/stable/memories-of-mars/5.7.3/app-changelog.md b/stable/memories-of-mars/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..edc1ac382fe
--- /dev/null
+++ b/stable/memories-of-mars/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [memories-of-mars-5.7.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/memories-of-mars/5.6.0/app-readme.md b/stable/memories-of-mars/5.7.3/app-readme.md
similarity index 100%
rename from stable/memories-of-mars/5.6.0/app-readme.md
rename to stable/memories-of-mars/5.7.3/app-readme.md
diff --git a/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz b/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/memories-of-mars/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/memories-of-mars/5.6.0/ix_values.yaml b/stable/memories-of-mars/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/memories-of-mars/5.6.0/ix_values.yaml
rename to stable/memories-of-mars/5.7.3/ix_values.yaml
diff --git a/stable/memories-of-mars/5.6.0/questions.yaml b/stable/memories-of-mars/5.7.3/questions.yaml
similarity index 100%
rename from stable/memories-of-mars/5.6.0/questions.yaml
rename to stable/memories-of-mars/5.7.3/questions.yaml
diff --git a/stable/metatube/5.6.0/templates/common.yaml b/stable/memories-of-mars/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/metatube/5.6.0/templates/common.yaml
rename to stable/memories-of-mars/5.7.3/templates/common.yaml
diff --git a/stable/metube/12.7.0/values.yaml b/stable/memories-of-mars/5.7.3/values.yaml
similarity index 100%
rename from stable/metube/12.7.0/values.yaml
rename to stable/memories-of-mars/5.7.3/values.yaml
diff --git a/stable/meshcentral/15.6.0/CHANGELOG.md b/stable/meshcentral/15.6.0/CHANGELOG.md
deleted file mode 100644
index f47dc671acd..00000000000
--- a/stable/meshcentral/15.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [meshcentral-15.6.0](https://github.com/truecharts/charts/compare/meshcentral-15.5.2...meshcentral-15.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [meshcentral-15.5.2](https://github.com/truecharts/charts/compare/meshcentral-15.5.1...meshcentral-15.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [meshcentral-15.5.1](https://github.com/truecharts/charts/compare/meshcentral-15.5.0...meshcentral-15.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [meshcentral-15.5.0](https://github.com/truecharts/charts/compare/meshcentral-15.4.1...meshcentral-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [meshcentral-15.4.1](https://github.com/truecharts/charts/compare/meshcentral-15.4.0...meshcentral-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [meshcentral-15.4.0](https://github.com/truecharts/charts/compare/meshcentral-15.3.0...meshcentral-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [meshcentral-15.3.0](https://github.com/truecharts/charts/compare/meshcentral-15.2.3...meshcentral-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [meshcentral-15.2.3](https://github.com/truecharts/charts/compare/meshcentral-15.2.2...meshcentral-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [meshcentral-15.2.2](https://github.com/truecharts/charts/compare/meshcentral-15.2.0...meshcentral-15.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/meshcentral/15.6.0/Chart.yaml b/stable/meshcentral/15.6.0/Chart.yaml
deleted file mode 100644
index d168d1256f1..00000000000
--- a/stable/meshcentral/15.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.1.21
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MeshCentral is a full computer management web site
-home: https://truecharts.org/charts/stable/meshcentral
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png
-keywords:
- - meshcentral
- - teamviewer
- - rdp
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: meshcentral
-sources:
- - https://github.com/Ylianst/MeshCentral
- - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
- - https://ghcr.io/ylianst/meshcentral
-type: application
-version: 15.6.0
diff --git a/stable/meshcentral/15.6.0/charts/common-20.1.5.tgz b/stable/meshcentral/15.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/meshcentral/15.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/meshcentral/15.6.0/ix_values.yaml b/stable/meshcentral/15.6.0/ix_values.yaml
deleted file mode 100644
index 41592f0a970..00000000000
--- a/stable/meshcentral/15.6.0/ix_values.yaml
+++ /dev/null
@@ -1,1001 +0,0 @@
-image:
- repository: ghcr.io/ylianst/meshcentral
- pullPolicy: IfNotPresent
- tag: 1.1.21@sha256:5a328e842d804ba6c28491fc371f0c270a30b053f8f10351c84a0ddede0699d9
-workload:
- main:
- podSpec:
- containers:
- main:
- command:
- - node
- - meshcentral/meshcentral
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-# - Values with the character _ in-front of them are pruned. Add or remove _ to disable or enable options
-# - More in-depth info for each options can be found here: https://github.com/Ylianst/MeshCentral/blob/master/meshcentral-config-schema.json
-# - Check for this chart's specific info in our webpage https://truecharts.org
-# - Last sync with upstream config schema: Oct 29, 2022
-# - Any service that uses port other than 443, need to be manually configured.
-meshcentral:
- settings:
- # - The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used.
- aliasPort: 443
- # - When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port.
- relayDNS: []
- # - Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt.
- agentLogDump: false
- # - Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps.
- agentCoreDump: false
- # - List of non-administrator users that have access to mesh agent crash dumps.
- _agentCoreDumpUsers: []
- # - When code signing an agent using authenticode, lock the agent to only allow connection to this server. (This is in testing, the default value will change to true in the future).
- _agentSignLock: false
- # - The time stamping server to use when code signing Windows executables. When set to false, the executables are not time stamped.
- _agentTimeStampServer: http://timestamp.comodoca.com/authenticode
- # - The HTTP proxy to use when contacting the time stamping server, if false, no proxy is used. By default, the npmproxy value is used.
- _agentTimeStampProxy:
- # - When set to true, MeshCentral will only grab the required TCP listening ports or fail. It will not try to use the next available port of it's busy.
- _exactPorts: false
- # - Set this to the primary DNS name of this MeshCentral server.
- cert: mc.domain.com
- # - Force MeshCentral to use the HTTPS and MPS certificates even if the name does not match the expected DNS value.
- keepCerts: false
- # - When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
- WANonly: false
- # - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
- LANonly: false
- allowLoginToken: false
- # - Controls the Strict-Transport-Security header, default is 1 year. Set to false to remove, true to force enable, or string to set a custom value. If set to null, MeshCentral will enable if a trusted certificate is set.
- _StrictTransportSecurity: null
- # - When enabled, the MeshCentral web site can be embedded within another website's iframe.
- allowFraming: false
- # - Options: strict | lax | none | true
- _cookieIpCheck: lax
- # - When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser.
- webRTC: false
- # - By default, a nice looking 404 error page is displayed when needed. Set this to false to disable it.
- nice404: true
- # - When specified, sends data to the browser at x seconds interval and expects a response from the browser.
- _browserPing: 300
- # - When specified, sends data to the browser at x seconds interval.
- _browserPong: 300
- # - Loads all agent binaries in RAM for faster agent updates.
- _agentsInRam: false
- # - When specified, sends data to the agent at x seconds interval and expects a response from the agent.
- _agentPing: 300
- # - When specified, sends data to the agent at x seconds interval.
- _agentPong: 300
- # - When enabled, MeshCentral will automatically monitor and manage Intel AMT devices.
- _amtManager: true
- # - If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin
- _orphanAgentUser: null
- # - How much time in seconds with no traffic from an agent before dropping the agent connection.
- _agentIdleTimeout: 150
- # - Adds a random length string to generated web pages to mitigate a BREACH attack.
- _webPageLengthRandomization: true
- # - Enables GZIP compression for web requests.
- compression: true
- # - Enables server-side, websocket per-message deflate compression.
- wsCompression: true
- # - Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work.
- agentWsCompression: true
- # - Set to 1 to present the server from updating any agent.
- _noAgentUpdate: 0
- # - When set to 2, all agents that need to be updated will use the meshcore.js update system. With the default value of 1, the native update system is used.
- _agentUpdateSystem: 1
- # - Set to false to not allow temporary agents to be updated.
- _temporaryAgentUpdate: true
- # - Set to false to disable Intel AMT scanning on the local network, this is already disabled in WAN mode.
- _amtScanner: true
- # - Set to false to disable agent multicast scanning on the local network, this is already disabled in WAN mode.
- _meshScanner: true
- # - When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage.
- _allowHighQualityDesktop: true
- # - When set with a valid email address, enables the MeshCentral web push notification feature. Allows administrators to send browser notifications to users even if they are not looking at the MeshCentral web site.
- _webPush:
- # - Server administrator email given to the FireFox and Chrome push notification services.
- email: null
- # - Duration of a session cookie in minutes. Changing this affects how often the session needs to be automatically refreshed.
- sessionTime: 60
- # - Options: strict | lax | none
- sessionSameSite: lax
- # - Amount of time to keep various events in the database, in seconds.
- dbExpire:
- # - Amount of time in seconds that events are kept in the database.
- events: 1728000
- # - Amount of time in seconds that device power events are kept in the database.
- powerevents: 864000
- # - Amount of time in seconds that server statistics are kept in the database.
- statsevents: 2592000
- # - Execute this when the server startup is completed. The first parameter will be the server version.
- _RunOnServerStarted: null
- # - Execute this when the server has been updated. The first parameter will be the server version.
- _RunOnServerUpdated: null
- # - Execute this when the server has to restart due to an error. The first parameter will be the server version.
- _RunOnServerError: null
- # - When true, this server uses MeshCentral.com a push notification relay for Android notifications. Push notifications work even if the Android app is not open.
- _publicPushNotifications: false
- # - When true, enabled a server modules that efficiently splits a remote desktop stream to multiple browsers. Also allows slow browsers to not slow down the session for fast ones, this comes at the cost of extra server memory and processing for all remote desktop sessions.
- _desktopMultiplex: false
- # - If set, a user from a banned IP address will be redirected to this URL.
- _ipBlockedUserRedirect: null
- # - When set, only users from allowed IP address ranges can connect to the server. Example: 192.168.2.100,192.168.1.0/24
- _userAllowedIP: null
- # - When set, users from these denied IP address ranges will not be able to connect to the server. Example: 192.168.2.100,192.168.1.0/24
- _userBlockedIP: null
- # - When set, only agents from allowed IP address ranges can connect to the server. Example: 192.168.2.100,192.168.1.0/24
- _agentAllowedIP: null
- # - When set, agents from these denied IP address ranges will not be able to connect to the server. Example: 192.168.2.100,192.168.1.0/24
- _agentBlockedIP: null
- # - File path and name of the authentication log to be created. This log can be parsed by Fail2ban.
- _authLog: null
- # - Users in this list are allowed to send and receive inter-user messages. This can be used to implement bots or other software where MeshCentral is used as data transport. See interuser websocket command in the code.
- _InterUserMessaging: []
- # - Users in this list are allowed to see and manage all device groups within their domain.
- _manageAllDeviceGroups: []
- # - Users in this list are allowed to manage all users in all domains.
- _manageCrossDomain: []
- # - When this server is in LAN mode, you may discover this server using a multicast discovery tool. When discovery happens, the name and info fields are sent back to the discovery tool.
- _localDiscovery:
- name: null
- info: null
- # - When set, encrypts all LAN discovery traffic to agents and tools using this key. This is only useful in LAN/Hybrid mode when agents and tools user multicast to find the server.
- key: null
- # - When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example: 127.0.0.1,192.168.1.100
- _tlsOffload: false
- # - Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example: 127.0.0.1,proxy.example.com,CloudFlare
- _trustedProxy: null
- # - The Management Presence Server (MPS), this is the server that received Intel AMT Client Initiated Remote Access (CIRA) connections.
- _mpsPort: 4433
- _mpsAliasPort: null
- _mpsAliasHost: null
- # - When set to true, indicate that TLS is being performed by a device in front of MeshCentral.
- _mpsTlsOffload: false
- # - When set to true, the MPS server will only accept TLS 1.2 and 1.3 connections. Older Intel AMT devices will not be able to connect.
- _mpsHighSecurity: false
- # - Send syslog events over the network (RFC3164) to a target hostname:port. For example: localhost:514
- _syslogtcp: null
- # - The STUN servers used for WebRTC, if not specified the Google and Mozilla servers and used when the server is not in LAN mode.
- _webrtcConfig:
- iceServers:
- - urls: ""
- # - Enabled the MeshCentral built-in Crowdsec bouncer. This section is passed directly to the bouncer, all of the settings are documented at https://www.npmjs.com/package/@crowdsec/express-bouncer
- _crowdsec:
- # - The URL of your LAPI instance. Ex: http://localhost:8080
- url: null
- # - The bouncer key (generated via cscli).
- apiKey: null
- # - Action to perform if the CrowdSec agent can't be contacted. Options: bypass | captcha | ban
- failbackRemediation: ban
- autobackup:
- mongoDumpPath: /usr/bin/mongodump
- backupIntervalHours: 24
- keepLastDaysBackup: 10
- zipPassword: ""
- backupPath: /opt/meshcentral/meshcentral-backup
- # - Enabled automated upload of the server backups to a Google Drive account, once enabled you need to go in "My Server" tab as administrator to associate the account.
- _googleDrive:
- # - The name of the folder to create in the Google Drive account.
- folderName: MeshCentral-Backups
- # - The maximum number of files to keep in the Google Drive folder, older files will be removed if needed.
- maxFiles: 10
- # - Enabled automated upload of the server backups to a WebDAV account.
- _webdav:
- # - WebDAV account URL.
- url: ""
- # - WebDAV account username.
- username: ""
- # - WebDAV account password.
- password: ""
- # - The name of the folder to create in the WebDAV account.
- folderName: MeshCentral-Backups
- # - The maximum number of files to keep in the WebDAV folder, older files will be removed if needed.
- maxFiles: 10
- _redirects:
- meshcommander: https://www.meshcommander.com/
- # - This section described a policy for how many times an IP address is allowed to attempt to login incorrectly. By default it's 10 times in 10 minutes, but this can be changed here.
- maxInvalidLogin:
- # - Ranges of IP addresses that are not subject to invalid login limitations. For example: 192.168.1.0/24,172.16.0.1
- _exclude: ""
- # - Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address.
- time: 10
- # - Maximum number of invalid login attempts from an IP address in the time period.
- count: 10
- # - Additional time in minute that login attempts will be denied once the invalid login limit is reached.
- coolofftime: 30
- # - This section described a policy for how many times an IP address is allowed to attempt to perform two-factor authentication (2FA) incorrectly. By default it's 10 times in 10 minutes, but this can be changed here.
- maxInvalid2fa:
- # - Ranges of IP addresses that are not subject to invalid 2FA limitations. For example: 192.168.1.0/24,172.16.0.1
- _exclude: ""
- # - Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address.
- time: 10
- # - Maximum number of invalid 2FA attempts from an IP address in the time period.
- count: 10
- # - Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached.
- coolofftime: 30
- # - When present, this section will enable the Intel AMT provisioning server on the local network. This is used for Intel AMT bare-metal ACM activation.
- _amtProvisioningServer:
- # - Port number that provisioning server will listen to.
- port: 9971
- # - The agent-less device group to add Intel AMT devices to once they are activated. Must be of format: mesh/domain/id
- deviceGroup: null
- # - The MEBX password to set during activation. This password must be at least 8 characters long and have 1 lower, 1 upper, 1 alpha-numeric and 1 non-alpha numeric character.
- newMebxPassword: null
- # - The trusted FQDN or provisioning server value the remote device will have. This can be set in MEBx or using the DHCP server option 15 on the local network.
- trustedFqdn: null
- # - The IP address of this server. This address will be used when creating the USB setup.bin file to indicate what IP address to send the hello data to.
- ip: null
- plugins:
- enabled: false
- # - Connects MeshCentral to the SendGrid email server, allows MeshCentral to send email messages for 2FA or user notification.
- _sendgrid:
- # - Email address used in the messages from field.
- from: null
- # - The SendGrid API key.
- apiKey: null
- # - When set to false, the email format and DNS MX record are not checked.
- verifyemail: true
- _smtp:
- # - Optional hostname of the client, this defaults to the hostname of the machine. This is useful for SMTP relays.
- name: null
- # - Hostname of the SMTP server.
- host: null
- # - SMTP server port number.
- port: null
- # - Email address used in the messages from field.
- from: null
- tls: true
- _auth:
- clientId: null
- clientSecret: null
- refreshToken: null
- tlscertcheck: true
- tlsstrict: true
- # - When set to false, the email format and DNS MX record are not checked
- verifyemail: true
- # - Connects MeshCentral to a SMS text messaging provider, allows MeshCentral to send SMS messages for 2FA or user notification. Options: One of the following blocks
- _sms:
- # - twillio
- provider: twillio
- sid: null
- auth: null
- from: null
- # # - plivo
- # provider: plivo
- # id: null
- # token: null
- # from: nyll
- # # - telnyx
- # provider: telnyx
- # apikey: null
- # from: null
- # # - url
- # provider: url
- # url: "tc.common.names.fullname"
- # - This section allow MeshCentral to send messages over user messaging networks like Telegram
- _messaging:
- # - Configure Telegram messaging system
- _telegram:
- apiid: ""
- apihash: ""
- session: ""
- # - Configure Discord messaging system
- _discord:
- # - An optional HTTP link to the discord server the user must join to get notifications.
- serverurl: ""
- # - A Discord bot token that MeshCentral will use to login to Discord.
- token: ""
- # - Configure XMPP messaging system
- _xmpp:
- service: ""
- credentials:
- username: ""
- password: ""
- # - Any settings in this section is used as default setting for all domains
- _domaindefaults:
- title: Default Title
- domains:
- "":
- # - HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral.
- certUrl: https://mc.domain.com
- # - The title of this web site. All web pages will have this title.
- title: MeshCentral
- # - Secondary title text that is placed on the upper right on the title on many web pages.
- title2: TrueCharts
- # - When enabled, the server will send reduced sized web pages.
- minify: true
- # - 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode
- nightMode: 0
- # - Valid numbers are 1 and 2, changes the style of the login page and some secondary pages.
- siteStyle: 2
- # - When set to false, this setting will disable the mobile site.
- mobileSite: true
- # - Set to true to enable IP KVM device support in this domain.
- ipkvm: false
- # - When set to true, allow new user accounts to be created from the login page.
- newAccounts: false
- # - When set this password will be required in order to create a new account from the login screen.
- _newAccountsPass: ""
- # - When set to true, users will get a CAPTCHA when creating a new account from the login screen.
- _newAccountsCaptcha: false
- _newAccountsUserGroups: []
- # - When enabled, the username of each account is also the email address of the account.
- userNameIsEmail: false
- _newAccountsRights: []
- _newAccountEmailDomains: []
- # - The maximum number of devices a user can see on the devices page at the same time. By default all devices will show, but this may need to be limited on servers with large number of devices.
- _maxDeviceView: 1000
- _userQuota: 1048576
- _meshQuota: 248576
- # - Requires that users add the value ?key=xxx in the URL in order to see the web site.
- _loginKey: []
- # - Requires that agents add the value ?key=xxx in the URL in order to connect. This is not automatic and needs to be manually added in the meshagent.msh file.
- _agentKey: []
- # - Web site .png logo file that is 450x66 in size placed in meshcentral-data that is used on the top of many pages.
- _titlePicture: ""
- # - Web site .png logo file placed in meshcentral-data that used on the login page when sitestyle is 2.
- _loginPicture: ""
- # - Redirects HTTP root requests to this URL. When in use, direct users to /login to see the normal login page.
- _rootRedirect: ""
- # - Redirects HTTP root requests to this URL only where user is not already logged in. When in use, direct users to /login to see the normal login page.
- _unknownUserRootRedirect: ""
- # - Text that will be shown on the login screen.
- welcomeText: Welcome to TrueCharts MeshCentral
- # - Name of the PNG or JPEG file that will be shown on the login screen. Put this file in the meshcentral-data folder and place the file name here.
- _welcomePicture: null
- # - When enabled, the welcomePicture will show as a fullscreen background on the login screen.
- _welcomePictureFullScreen: false
- # - Text that will be displayed on the top of the messenger window when no username or device name is displayed.
- _meshMessengerTitle: TrueCharts MeshCentral
- # - Name of a .png image file that is placed in meshcentral-data that is displayed on the top of the messenger web page. When null, the default image is displayed.
- _meshMessengerPicture: null
- # - Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar, 32 = Hide back buttons
- _hide: 0
- # - This is a HTML string displayed at the bottom of the web page when a user is logged in.
- _footer: null
- # - This is a HTML string displayed at the bottom of the web page when a user is not logged in.
- _loginfooter: null
- # - Allow users to save SSH, RDP, VNC device credentials on the server that can be used by any other user.
- _allowSavingDeviceCredentials: true
- # - This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will insure download tools perform certificate checking.
- _trustedCert: null
- # - When set to false, the desktop/terminal sharing link feature is not available.
- _guestDeviceSharing:
- # - When set, limits the maximum length of a guest session, in minutes.
- maxSessionTime: null
- # - Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value.
- _autoRemoveInactiveDevices: 0
- # - When set to true, the devices search box will match on both the server name and client name of a device.
- _deviceSearchBarServerAndClientName: false
- # - When set to true, MeshCentral Assistant can create it's own guest sharing links.
- _agentSelfGuestSharing:
- # - When set, limits the self-created guest sharing link to this number of minutes.
- expire: null
- # - When set, your can try click the run button to run on of these scripts on the remote device.
- _PreconfiguredScripts:
- # - Name of the script.
- - name: null
- # - The type of script. Options: bat | ps1 | sh | agent
- type: null
- # - How to run this script, does not apply to agent scripts. Options: agent | userfirst | user
- runas: null
- # - The command or \\r\\n separated commands to run, if set do not use the file key.
- _cmd: null
- # - The script file path and name, if set do not use the cmd key. This file path starts in meshcentral-data.
- file: null
- # - When set, you can right click on the input button in the desktop tab and instantly remotely type one of these pre-configured strings.
- _preConfiguredRemoteInput:
- # - Name of the text string.
- - name: null
- # - Text string that will be remotely typed when selected.
- value: null
- _altMessenging:
- # - Name of the alternative messaging service, for example: "Jitsi".
- - name: null
- # - URL to the alternative messaging services, for example: "https://meet.jit.si/myserver-{0}", for a device {0}, {1}, {2}, {3} is the device id. For a user, {0} is the userid, {1} is full userid with dashes, {2} is real name with no spaces, {3} is real name with dash instead of spaces.
- url: null
- # - If specified, this is the URL that is used on the administrator side, for example: "https://meet.jit.si/myserver-{0}", for a device {0}, {1}, {2}, {3} is the device id. For a user, {0} is the userid, {1} is full userid with dashes, {2} is real name with no spaces, {3} is real name with dash instead of spaces.
- localurl: null
- # - Indicate if this button should be shown in the user or device type. If omitted, it will be displayed in both. Options: null | user | device
- type: null
- deviceMeshRouterLinks:
- # - Display a RDP link in the device tab when supported
- rdp: true
- # - Display a SSH link in the device tab when supported
- ssh: true
- # - Display a SCP link in the device tab when supported
- scp: true
- _extralinks:
- # - Name of the link to be displayed on the web site.
- - name: null
- # - Protocol. Valid values are: Options: custom | http | https | rdp | ssh | scp | mcrdesktop | mcrfiles.
- protocol: null
- # - The port on the remote device.
- port: null
- # - Target IP address. If not specified, the target of the connection is the remote device running the MeshAgent.
- ip: null
- # - The local port MeshCentral Router would bind to. By default, a random available port is used.
- localport: null
- # - Array of node// or mesh// or tag: strings. When set, the link will only show up for the specified devices, device groups or device tag.
- filter: []
- myServer:
- # - Allows administrators to backup the server from the My Server tab. This option can only enabled when the NeDB database is in use. For other databases, this option disabled and the setting is ignored.
- Backup: true
- # - Allows administrators to restore the server from the My Server tab. This option can only enabled when the NeDB database is in use. For other databases, this option disabled and the setting is ignored.
- Restore: true
- # - Allows administrators to see the server crash log the server from the My Server tab.
- ErrorLog: true
- # - Allows administrators to access the server console from the My Server tab.
- Console: true
- # - Allows administrators to access the server trace tab from from the My Server tab.
- Trace: true
- _passwordRequirements:
- # - Minimum number of characters allowed for the account password.
- min: null
- # - Maximum number of characters allowed for the account password.
- max: null
- # - Minimum number of upper case characters required in the password.
- upper: null
- # - Minimum number of lower case characters required in the password.
- lower: null
- # - Minimum number of numeric characters required in the password.
- numeric: null
- # - Minimum number of non-alpha-numeric characters required in the password.
- nonalpha: null
- # - Number of days after which the user is required to change the account password.
- reset: null
- # - Set to false to disable email 2FA.
- email2factor: true
- # - Set to false to disable SMS 2FA.
- sms2factor: true
- # - Set to false to disable push notification 2FA.
- push2factor: true
- # - Set to false to disable one-time-password 2FA.
- otp2factor: true
- # - Set to false to disable user messaging 2FA.
- msg2factor: true
- # - Set to false to disable 2FA backup codes.
- backupcode2factor: true
- # - Set to false to disable single 2FA warning.
- single2factorWarning: true
- # - When set to true, prevents any changes to 2FA.
- lock2factor: false
- # - Requires that all accounts setup 2FA.
- force2factor: false
- # - IP addresses where 2FA login is skipped, for example: 127.0.0.1,192.168.2.0/24
- skip2factor: null
- # - Number of old passwords the server should remember and not allow the user to switch back to.
- oldPasswordBan: null
- # - Uses WildLeek to block use of the 10000 most commonly used passwords.
- banCommonPasswords: true
- # - Allows users to create alternative username/passwords for their account. Set to false to disallow all users, or set to a userid array to only all some users.
- loginTokens: true
- # - Maximum about of time the to wait for a 2FA token on the login page in seconds.
- twoFactorTimeout:
- # - If true and user account has FIDO key setup, 2FA login screen will automatically request FIDO 2FA.
- autofido2fa: false
- # - Maximum number of FIDO/YubikeyOTP hardware 2FA keys that can be setup in a user account.
- maxfidokeys: null
- # - If set to false, the account reset option on the login screen will not be available to users.
- allowaccountreset: true
- # - Number of days that a user is allowed to remember this device for when completing 2FA. Set this to 0 to remove this option.
- _twoFactorCookieDurationDays: 30
- # - Type of user authentication to use, this can be SSPI on Windows or LDAP. If not set, username/password is used. Options: null | sspi | ldap
- _auth: null
- # - The LDAP value to use as a user's unique account identifier. Use "ldapUserKey" or "ldapUserBinaryKey".
- _ldapUserKey: null
- # - The LDAP value to use as a user's unique account identifier, when specified in this field, the values will be HEX converted.
- _ldapUserBinaryKey: objectSid
- # - The LDAP value to use for the user name, you can also compose the name by setting this value to, for example: "{{{givenName}}} {{{sn}}}"
- _ldapUserName: displayName
- # - The LDAP value to use for the user's email address.
- _ldapUserEmail: mail
- # - The LDAP value to use for the user's real name, you can also compose the name by setting this value to, for example: "{{{givenName}}} {{{sn}}}"
- _ldapUserRealName: name
- # - The LDAP value to use for the user's phone number.
- _ldapUserPhoneNumber: telephoneNumber
- # - The LDAP value to use for the user's image.
- _ldapUserImage: thumbnailPhoto
- # - When set to a filename, for example /opt/meshcentral/meshcentral-data/ldapusers.txt, MeshCentral will save the LDAP user object to this file each time a user logs in. This is used for debugging LDAP issues.
- _ldapSaveUserToFile: null
- # - The LDAP value to use for the user's group memberships.
- _ldapUserGroups: memberOf
- # - When set to true or set to an object, MeshCentral will synchronize LDAP user memberships to MeshCentral user groups.
- _ldapSyncWithUserGroups:
- # - When set to a string or array of strings, only LDAP membership groups that includes one of the strings will be synchronized with MeshCentral user groups.
- filter: []
- # - A list of LDAP groups. Users must be part of at least one of these groups to allow login. If null, all users are allowed to login.
- _ldapUserRequiredGroupMembership: []
- # - LDAP options passed to ldapauth-fork
- _ldapOptions:
- URL: "ldap://1.2.3.4:389"
- BindDN: "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local"
- BindCredentials: "Password.1"
- SearchBase: "DC=meshcentral,DC=local"
- SearchFilter: "(sAMAccountName={{username}})"
- # - Enabled a feature where you can set one or more invitation codes in a device group. You can then give a invitation link to users who can use it to download the agent.
- _agentInviteCodes: false
- # - When enabled, all newly installed MeshAgents will be instructed to no use a HTTP/HTTPS proxy even if one is configured on the remote system
- _agentNoProxy: false
- # - This section is used to indicate if parts of the meshagent.tag file should be used to set server-side device properties.
- _agentTag:
- # - Action taken if one of the lines in meshagent.tag contains ~ServerName:name. 0=Ignore, 1=Set.
- ServerName: 0
- # - Action taken if one of the lines in meshagent.tag contains ~ServerDesc:desc. 0=Ignore, 1=Set, 2=SetIfEmpty.
- ServerDesc: 0
- # - Action taken if one of the lines in meshagent.tag contains ~ServerTags:tag1,tag2,tag3. 0=Ignore, 1=Set, 2=SetIfEmpty, 3=Append.
- ServerTags: 0
- # - Enables the geo-location feature and device location map in the user interface, this feature is not being worked on.
- geoLocation: true
- # - When enabled, activates the built-in web-based VNC client.
- novnc: true
- # - When enabled, activates the built-in web-based RDP client.
- mstsc: true
- # - When enabled, activates the built-in web-based SSH client.
- ssh: true
- # - Path where to find custom email templates for this domain.
- _webEmailsPath: null
- _customUI: null
- # - This section is used to customize user consent prompts, these show up when asking if a remote session is allowed or not.
- _consentMessages:
- Title: null
- Desktop: null
- Terminal: null
- Files: null
- # - How long in seconds to show the user consent dialog box.
- consentTimeout: 30
- # - If true, user consent is accepted after the timeout.
- autoAcceptOnTimeout: false
- # - This section is user to customize user notifications when a remote desktop, terminal or file session is connected to a remote system.
- _notificationMessages:
- Title: null
- Desktop: null
- Terminal: null
- Files: null
- # - Use this section to customize the agent branding.
- _agentCustomization:
- # - The name of the agent as displayed to the user.
- displayName: MeshCentral Agent
- # - The description of the agent as displayed to the user.
- description: Mesh Agent Background Service
- # - This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's.
- companyName: Mesh Agent
- # - The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string.
- serviceName: Mesh Agent
- # - Text string to show in the agent installation dialog box.
- installText: null
- # - The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200.
- image: null
- # - The agent filename.
- fileName: meshagent
- # - Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format #000000 to #FFFFFF.
- foregroundColor: null
- # - Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format #000000 to #FFFFFF.
- backgroundColor: null
- # - Use this section to set resource metadata of the Windows agents prior to signing. In Windows, you can right-click and select properties to view these values.
- _agentFileInfo:
- # - Sets the agent icon, this is the name of a .ico file with the file placed in the meshcentral-data folder.
- icon: null
- # - Executable file description.
- fileDescription: null
- # - Executable file version, in the form of 'n.n.n.n', for example: '1.2.3.4'.
- fileVersion: null
- # - Executable internal name.
- internalName: null
- # - Executable legal copyright.
- legalCopyright: null
- # - Executable original file name.
- originalFilename: null
- # - Executable product name.
- productName: null
- # - Executable product version. Any string format will work, but a alphabetic character is required for this value to show correctly in the Windows property box. For example: 'v1.2.3.4' will work, but '1.2.3.4' will not.
- productVersion: null
- # - Use this section to customize the MeshCentral Assistant.
- _assistantCustomization:
- # - Name to show as MeshCentral Assistant dialog title.
- title: MeshCentral Assistant
- # - The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Assistant, image should be square and from 64x64 to 128x128.
- image: null
- # - The MeshCentral Assistant filename.
- fileName: meshagent
- # - Use this section to customize the MeshCentral Agent for Android.
- _androidCustomization:
- # - Displayed on top of the MeshCentral Agent for Android.
- title: MeshCentral Agent
- # - Subtitle displayed until the title on the toolbar.
- subtitle: null
- # - The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Agent for Android, image should be square and from 64x64 to 128x128.
- image: null
- # - If set, a user from a banned IP address will be redirected to this URL."
- _ipBlockedUserRedirect: null
- # - When set, requires that a browser request have set HTTP header to allow user login. Example: '{ "Sec-Fetch-Dest": "iframe" }'
- _userRequiredHttpHeader: null
- # - When set, only users from allowed IP address ranges can connect to the server. Example: "192.168.2.100,192.168.1.0/24"
- _userAllowedIP: null
- # - When set, users from these denied IP address ranges will not be able to connect to the server. Example: "192.168.2.100,192.168.1.0/24"
- _userBlockedIP: null
- # - When set, only agents from allowed IP address ranges can connect to the server. Example: "192.168.2.100,192.168.1.0/24"
- _agentAllowedIP: null
- # - When set, agents from these denied IP address ranges will not be able to connect to the server. Example: "192.168.2.100,192.168.1.0/24"
- _agentBlockedIP: null
- # - When set, idle users will be disconnected after a set amounts of minutes.
- _userSessionIdleTimeout: null
- # - Use this section to require user consent for this domain.
- _userConsentFlags:
- # - Enable desktop notification for this domain.
- desktopnotify: false
- # - Enable terminal notification for this domain.
- terminalnotify: false
- # - Enable files notification for this domain.
- filenotify: false
- # - Enable desktop prompt for this domain.
- desktopprompt: false
- # - Enable terminal user prompt for this domain.
- terminalprompt: false
- # - Enable files prompt for this domain.
- fileprompt: false
- # - Enable remote desktop privacy bar for this domain.
- desktopprivacybar: false
- # - When users navigate thru the web interface, the URL on top will change to point to the current screen. This allows a user to refresh or bookmark the URL and come back to the correct screen. Setting false here will disable this feature.
- _urlSwitching: true
- # - This is the text that will be shown in the remote desktop privacy bar. You can use {0} to display the account realname or {1} to display the account identifier in the string.
- _desktopPrivacyBarText: null
- _limits:
- # - Maximum number of devices in this domain.
- MaxDevices: null
- # - Maximum number of devices in this domain.
- MaxUserAccounts: null
- # - Maximum number of user sessions that can connect to this server for this domain.
- MaxUserSessions: null
- # - Maximum number of agents that can connect to this server for this domain.
- MaxAgentSessions: null
- # - Maximum number of sessions a single user can have. Each time a user opens a new browser tab or opens a new browser on a different computer, a new user session is created.
- MaxSingleUserSessions: null
- # - Values that affect the files feature
- _files:
- # - When false, removes the 'SFTP Connect' button from the files tab unless this is the only possible option.
- sftpConnect: true
- # - Values that affect the terminal feature
- _terminal:
- # - When false, removes the 'SSH Connect' button from the terminal tab unless this is the only possible option.
- sshConnect: true
- # - Indicate what terminal options are available when the user clicks the right mouse button on the terminal connect button. Options: any | root | user | login
- linuxShell: any
- # - Indicate what string the agent must write to the shell after starting a terminal session
- launchCommand:
- # - String to write after opening a Linux terminal.
- linux: alias ls=\\'ls --color=auto\\';clear\\n
- # - String to write after opening a macOS terminal.
- darwin: null
- # - String to write after opening a FreeBSD terminal.
- freebsd: null
- # - Values that affect the desktop feature"
- _desktop:
- # - When set to true, the remote desktop feature is view only.
- viewonly: false
- # - List of local network Intel AMT scanning options offered in the user interface. For example ["LabNetwork 192.168.15.0/23", "SalesNetwork 192.168.8.0/24"].
- _amtScanOptions:
- - Network 192.168.1.0/24
- # - Information passed to the AMT manager module that impacts all Intel AMT device managed within this domain.
- _amtManager:
- # - When set to false, MeshCentral will use TLS to connect to Intel AMT, this is not recommended.
- TlsConnections: true
- # - When set to false, MeshCentral will not attempt a TLS ACM activation on Intel AMT v14+
- TlsAcmActivation: false
- # - List of username and passwords to try when connecting to Intel AMT.
- AdminAccounts:
- # - Intel AMT administrator username.
- - user: admin
- # - Intel AMT administrator password.
- pass: null
- # - List of up to 4 domain suffixes to configure in Intel AMT when activating CIRA.
- EnvironmentDetection: []
- # - Specifies a certificate and private key to use to issue Intel AMT TLS certificates. By default the MeshCentral self-signed root certificate is used.
- TlsRootCert:
- # - Name of the certificate file that is in .p12 or .pfx format in meshcentral-data, use this with certpfxpass.
- certpfx: null
- # - Password for the file specified in certpfx.
- certpfxpass: null
- # - Name of the certificate file in PEM format located in meshcentral-data. Using this with keyfile.
- certfile: null
- # - Name of the private key file in PEM format located in meshcentral-data. Using this with certfile.
- keyfile: null
- # - List of WIFI profiles to setup in any managed Intel AMT device with a WIFI network interface.
- WifiProfiles:
- # - WIFI profile name, if not specified the SSID is used.
- name: null
- # - SSID of the WIFI station.
- ssid: null
- # - WIFI authentication. Options: wpa-psk | wpa2-psk | wpa-8021x | wpa2-802.1x | wpa3-sae-802.1x | wpa3-owe-802.1x
- authentication: wpa2-psk
- # - WIFI encryption. Options: ccmp-aes | tkip-rc4
- encryption: ccmp-aes
- # - Password on the WIFI station
- password: null
- # - 802.1x settings for this WIFI profile. Only required if the WIFI authentication type has 802.1x
- _802.1x:
- # - Identifies the authentication protocol used to authenticate the access requestor to the AAA server. Options: EAP-TLS | EAP-TTLS/MSCHAPv2 | PEAPv0/EAP-MSCHAPv2 | PEAPv1/EAP-GTC | EAP-FAST/MSCHAPv2 | EAP-FAST/GTC | EAP-MD5 | EAP-PSK | EAP-SIM | EAP-AKA | EAP-FAST/TLS | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
- authenticationProtocol: null
- # - Determines the comparison algorithm used between the ServerCertificateName value and the subject name field of the certificate presented by the AAA server. Options: Fullname | DomainSuffix | 2 | 3
- serverCertificateNameComparison: FullName
- # - The name compared against the subject name field in the certificate provided by the AAA server.
- serverCertificateName: null
- # - Indicates the activity setting of the 802.1X module in H0 state
- availableInS0: true
- # - A credential used by the supplicant and AAA server to establish a mutually authenticated encrypted tunnel for confidential user authentication.
- protectedAccessCredentialHex: null
- # - Optional password to extract the PAC (Protected Access Credential) information from the PAC data.
- pacPassword: null
- # - The domain within which Username is unique.
- domain: null
- # - Within the domain specified by Domain, Identifies the user that is requesting access to the network.
- username: null
- # - The password associated with the user identified by Username and Domain.
- password: null
- # - A string presented to the authentication server in 802.1x protocol exchange
- roamingIdentity: null
- # - Timeout in seconds, in which the Intel(R) AMT will hold an authenticated 802.1X session.
- pxeTimeoutInSeconds: 120
- # - 802.1x settings for the Intel AMT Wired interface. If set to false, any existing 802.1x wired profile will be removed from Intel AMT.
- _802.1x:
- # - Identifies the authentication protocol used to authenticate the access requestor to the AAA server. Options: EAP-TLS | EAP-TTLS/MSCHAPv2 | PEAPv0/EAP-MSCHAPv2 | PEAPv1/EAP-GTC | EAP-FAST/MSCHAPv2 | EAP-FAST/GTC | EAP-MD5 | EAP-PSK | EAP-SIM | EAP-AKA | EAP-FAST/TLS | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
- authenticationProtocol: null
- # - Determines the comparison algorithm used between the ServerCertificateName value and the subject name field of the certificate presented by the AAA server. Options: Fullname | DomainSuffix | 2 | 3
- serverCertificateNameComparison: FullName
- # - The name compared against the subject name field in the certificate provided by the AAA server.
- serverCertificateName: null
- # - Indicates the activity setting of the 802.1X module in H0 state
- availableInS0: true
- # - A credential used by the supplicant and AAA server to establish a mutually authenticated encrypted tunnel for confidential user authentication.
- protectedAccessCredentialHex: null
- # - Optional password to extract the PAC (Protected Access Credential) information from the PAC data.
- pacPassword: null
- # - The domain within which Username is unique.
- domain: null
- # - Within the domain specified by Domain, Identifies the user that is requesting access to the network.
- username: null
- # - The password associated with the user identified by Username and Domain.
- password: null
- # - A string presented to the authentication server in 802.1x protocol exchange
- roamingIdentity: null
- # - Timeout in seconds, in which the Intel(R) AMT will hold an authenticated 802.1X session.
- pxeTimeoutInSeconds: 120
- _amtAcmActivation:
- log: null
- # - When set to true, the certificate common name needs to match exactly the Intel AMT trusted FQDN or DHCP Option 15. If false, some flexibility may be given to the matching.
- strictCommonName: false
- certs:
- certfiles: null
- keyfile: null
- # - This is used to create HTTP redirections. For example setting "redirects": { "example": "https://example.com" } will make it so that anyone accessing /example on the server will get redirected to the specified URL.
- _redirects:
- example: https://example.com
- example1: https://example1.com
- _yubikey:
- id: null
- secret: null
- proxy: null
- _httpHeaders: null
- # - Key and values to add to the MeshAgent .msh file
- agentConfig:
- # - Needed if you use traefik https://github.com/traefik/traefik/issues/4487
- - webSocketMaskOverride=1
- # - Key and values to add to the MeshCentral Assistant .msh file
- _assistantConfig: []
- # - When false, users can't set the clipboard of a remove device.
- clipboardGet: true
- # - When false, users can't get the clipboard of a remove device.
- clipboardSet: true
- # - When false, removes the local recording feature on remote desktop.
- localSessionRecording: true
- _sessionRecording:
- # - When enabled, only device users with the session recording feature turned on will be recorded. When false, all users are recorded.
- onlySelectedUsers: false
- # - When enabled, only device user groups with the session recording feature turned on will be recorded. When false, all users are recorded.
- onlySelectedUserGroups: false
- # - When enabled, only device groups with the session recording feature turned on will be recorded. When false, all devices are recorded.
- onlySelectedDeviceGroups: false
- # - The file path where recording files are kept.
- filepath: null
- # - If true, automatically index remote desktop recordings so that the plays can skip to any place in the file.
- index: false
- # - Maximum number of recording files to keep.
- maxRecordings: null
- # - Maximum number of days to keep a recording.
- maxRecordingDays: null
- # - Maximum number of recordings in megabytes. Once exceed, remove the oldest recordings.
- maxRecordingSizeMegabytes: null
- # - This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger
- _protocols:
- - 1
- - 5
- # - When set to false, hides the username and password prompt on login screen.
- _showPasswordLogin: true
- # - Connects MeshCentral to the SendGrid email server, allows MeshCentral to send email messages for 2FA or user notification.
- _sendgrid:
- # - Email address used in the messages from field.
- from: null
- # - The SendGrid API key.
- apiKey: null
- # - When set to false, the email format and DNS MX record are not checked.
- verifyemail: true
- # - Connects MeshCentral to a SMTP email server, allows MeshCentral to send email messages for 2FA or user notification.
- _smtp:
- # - Optional hostname of the client, this defaults to the hostname of the machine. This is useful for SMTP relays.
- name: null
- # - Hostname of the SMTP server.
- host: null
- # - SMTP server port number.
- port: null
- # - Email address used in the messages from field.
- from: null
- tls: true
- _auth:
- clientId: null
- clientSecret: null
- refreshToken: null
- tlscertcheck: true
- tlsstrict: true
- # - When set to false, the email format and DNS MX record are not checked
- verifyemail: true
- # - Makes MeshCentral send emails using the Unix sendmail command. Allows MeshCentral to send email messages for 2FA or user notification.
- _sendmail:
- # - Possible values are unix or windows
- newline: unix
- # - Path to the sendmail command
- path: sendmail
- # - Array or arguments to pass to sendmail
- _args: []
- _authStrategies:
- _twitter:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- clientid: null
- clientsecret: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _google:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- clientid: null
- clientsecret: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _github:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- clientid: null
- clientsecret: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _reddit:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- clientid: null
- clientsecret: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _azure:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- clientid: null
- clientsecret: null
- tenantid: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _jumpcloud:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- newAccounts: false
- newAccountsUserGroups: []
- entityid: null
- idpurl: null
- cert: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _saml:
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- disableRequestedAuthnContext: false
- newAccounts: false
- newAccountsUserGroups: []
- newAccountsRights: []
- entityid: null
- idpurl: null
- cert: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- _oidc:
- # - If set, this will be used as the authorization URL. (If set tokenURL and userInfoURL need set also)
- authorizationURL: null
- # - Required, this is the URL that your SSO provider sends auth approval to.
- callbackurl: null
- clientid: null
- clientsecret: null
- # - Full URL of SSO portal
- issuer: null
- # - If set, this will be used as the token URL. (If set authorizationURL and userInfoURL need set also)
- tokenURL: null
- # - If set, this will be used as the user info URL. (If set authorizationURL and tokenURL need set also)
- userInfoURL: null
- # - Then set, the user will be redirected to this URL when hitting the logout link
- logouturl: null
- newAccounts: true
- groups:
- # - When set, the user must be part of one of the OIDC user groups to login to MeshCentral.
- required: []
- # - When set, users part of these groups will be promoted with site administrator in MeshCentral, users that are not part of these groups will be demoted.
- siteadmin: []
- sync:
- enabled: false
- # - When set, limits what OIDC groups are mirrored into MeshCentral user groups.
- filter: []
-service:
- main:
- ports:
- main:
- # Only use HTTPS if meshcental handles the certs
- protocol: http
- port: 10205
- # mps:
- # enabled: true
- # ports:
- # mps:
- # enabled: true
- # port: 4433
- # targetPort: 4433
- # amtprovisioner:
- # enabled: true
- # ports:
- # amtprovisioner:
- # enabled: true
- # port: 9971
- # targetPort: 9971
-cnpg:
- main:
- enabled: true
- username: meshcentral
- database: meshcentral
-persistence:
- data:
- enabled: true
- mountPath: /opt/meshcentral/meshcentral-data
- size: 256Gi
- files:
- enabled: true
- mountPath: /opt/meshcentral/meshcentral-files
- size: 256Gi
- web:
- enabled: true
- mountPath: /opt/meshcentral/meshcentral-web
- size: 256Gi
- backups:
- enabled: true
- mountPath: /opt/meshcentral/meshcentral-backup
- size: 256Gi
- configfile:
- enabled: true
- type: secret
- readOnly: true
- defaultMode: "0600"
- objectName: mesh-secret
- mountPath: /opt/meshcentral/meshcentral-data/config.json
- subPath: config.json
-portal:
- open:
- enabled: true
diff --git a/stable/meshcentral/15.6.0/questions.yaml b/stable/meshcentral/15.6.0/questions.yaml
deleted file mode 100755
index 8b2d13bedbd..00000000000
--- a/stable/meshcentral/15.6.0/questions.yaml
+++ /dev/null
@@ -1,4702 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: meshcentral
- group: App Configuration
- label: MeshCentral Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: settings
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: aliasPort
- label: aliasPort
- description: The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used.
- schema:
- type: int
- required: true
- default: 443
- - variable: cert
- label: cert
- description: Set this to the primary DNS name of this MeshCentral server.
- schema:
- type: string
- required: true
- default: ""
- - variable: tlsOffload
- label: tlsOffload
- description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 172.16.0.0/16
- schema:
- type: string
- default: "172.16.0.0/16"
- - variable: trustedProxy
- label: trustedProxy
- description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 172.16.0.0/16. This should be left empty if traefik is used.
- schema:
- type: string
- default: ""
- - variable: WANonly
- label: WANonly
- description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
- schema:
- type: boolean
- default: false
- - variable: LANonly
- label: LANonly
- description: When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
- schema:
- type: boolean
- default: false
- - variable: webRTC
- label: webRTC
- description: When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser.
- schema:
- type: boolean
- default: false
- - variable: compression
- label: compression
- description: Enables GZIP compression for web requests.
- schema:
- type: boolean
- default: true
- - variable: wsCompression
- label: wsCompression
- description: Enables server-side, websocket per-message deflate compression.
- schema:
- type: boolean
- default: true
- - variable: agentWsCompression
- label: agentWsCompression
- description: Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work.
- schema:
- type: boolean
- default: true
- - variable: allowFraming
- label: allowFraming
- description: When enabled, the MeshCentral web site can be embedded within another website's iframe.
- schema:
- type: boolean
- default: false
- - variable: newAccounts
- label: newAccounts
- description: When set to true, allow new user accounts to be created from the login page.
- schema:
- type: boolean
- default: false
- - variable: allowHighQualityDesktop
- label: allowHighQualityDesktop
- description: When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage.
- schema:
- type: boolean
- default: true
- - variable: agentLogDump
- label: agentLogDump
- description: Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt.
- schema:
- type: boolean
- default: false
- - variable: agentCoreDump
- label: agentCoreDump
- description: Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps.
- schema:
- type: boolean
- default: false
- - variable: browserPing
- label: browserPing
- description: When specified, sends data to the browser at x seconds interval and expects a response from the browser.
- schema:
- type: int
- required: true
- default: -99
- - variable: browserPong
- label: browserPong
- description: When specified, sends data to the browser at x seconds interval.
- schema:
- type: int
- required: true
- default: -99
- - variable: agentPing
- label: agentPing
- description: When specified, sends data to the agent at x seconds interval and expects a response from the agent.
- schema:
- type: int
- required: true
- default: -99
- - variable: agentPong
- label: agentPong
- description: When specified, sends data to the agent at x seconds interval.
- schema:
- type: int
- required: true
- default: -99
- - variable: agentIdleTimeout
- label: agentIdleTimeout
- description: How much time in seconds with no traffic from an agent before dropping the agent connection.
- schema:
- type: int
- required: true
- default: -99
- - variable: maxInvalidLogin
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: time
- label: time
- description: Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address.
- schema:
- type: int
- required: true
- default: 10
- - variable: count
- label: count
- description: Maximum number of invalid login attempts from an IP address in the time period.
- schema:
- type: int
- required: true
- default: 10
- - variable: coolofftime
- label: coolofftime
- description: Additional time in minute that login attempts will be denied once the invalid login limit is reached.
- schema:
- type: int
- required: true
- default: 30
- - variable: exclude
- label: exclude
- description: Ranges of IP addresses that are not subject to invalid login limitations. For example 192.168.1.0/24,172.16.0.1
- schema:
- type: string
- default: ""
- - variable: maxInvalid2fa
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: time
- label: time
- description: Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address.
- schema:
- type: int
- required: true
- default: 10
- - variable: count
- label: count
- description: Maximum number of invalid 2FA attempts from an IP address in the time period.
- schema:
- type: int
- required: true
- default: 10
- - variable: coolofftime
- label: coolofftime
- description: Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached.
- schema:
- type: int
- required: true
- default: 30
- - variable: exclude
- label: exclude
- description: Ranges of IP addresses that are not subject to invalid 2FA limitations. For example 192.168.1.0/24,172.16.0.1
- schema:
- type: string
- default: ""
- - variable: autobackup
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: backupIntervalHours
- label: backupIntervalHours
- schema:
- type: int
- required: true
- default: 24
- - variable: keepLastDaysBackup
- label: keepLastDaysBackup
- schema:
- type: int
- required: true
- default: 10
- - variable: zipPassword
- label: zipPassword
- description: Leave empty for no password
- schema:
- type: string
- private: true
- default: ""
- - variable: _setupWebDav
- label: Backup to Web DAV
- description: Enabled automated upload of the server backups to a WebDAV account.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: webdav
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: url
- label: url
- description: WebDAV account URL.
- schema:
- type: string
- default: ""
- - variable: username
- label: username
- description: WebDAV account username.
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- description: WebDAV account password.
- schema:
- type: string
- private: true
- default: ""
- - variable: folderName
- label: folderName
- description: The name of the folder to create in the WebDAV account.
- schema:
- type: string
- default: MeshCentral-Backups
- - variable: maxFiles
- label: maxFiles
- description: The maximum number of files to keep in the WebDAV folder, older files will be removed if needed.
- schema:
- type: int
- default: 10
- - variable: relayDNS
- label: relayDNS
- description: When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port.
- schema:
- type: list
- default: []
- items:
- - variable: relayDNSEntry
- label: relayDNS Entry
- schema:
- type: string
- required: true
- default: ""
- - variable: plugins
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: _setupMessaging
- label: Setup Messaging
- description: This section allow MeshCentral to send messages over user messaging networks like Discord
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: messaging
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: _setupTelegram
- label: Setup Telegram
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: telegram
- label: telegram
- description: Configure Telegram messaging system
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: apiid
- label: apiid
- schema:
- type: string
- default: ""
- - variable: apihash
- label: apihash
- schema:
- type: string
- default: ""
- - variable: session
- label: session
- schema:
- type: string
- default: ""
- - variable: _setupDiscord
- label: Setup Discord
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: discord
- label: discord
- description: Configure Discord messaging system
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: serverurl
- label: serverurl
- schema:
- type: string
- default: ""
- - variable: token
- label: token
- schema:
- type: string
- default: ""
- - variable: _setupXMPP
- label: Setup XMPP
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: xmpp
- label: xmpp
- description: Configure XMPP messaging system
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: service
- label: service
- schema:
- type: string
- default: ""
- - variable: credentials
- label: credentials
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- private: true
- default: ""
- - variable: domains
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: tcdefaultdomain
- label: 'Section <"">'
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: certUrl
- label: certUrl
- description: HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral.
- schema:
- type: string
- required: true
- default: ""
- - variable: title
- label: title
- description: The title of this web site. All web pages will have this title.
- schema:
- type: string
- required: true
- default: MeshCentral
- - variable: title2
- label: title2
- description: Secondary title text that is placed on the upper right on the title on many web pages.
- schema:
- type: string
- required: true
- default: TrueCharts
- - variable: welcomeText
- label: welcomeText
- description: Text that will be shown on the login screen.
- schema:
- type: string
- required: true
- default: Welcome to TrueCharts MeshCentral
- - variable: minify
- label: minify
- description: When enabled, the server will send reduced sized web pages.
- schema:
- type: boolean
- default: true
- - variable: localSessionRecording
- label: localSessionRecording
- description: When false, removes the local recording feature on remote desktop.
- schema:
- type: boolean
- default: true
- - variable: mstsc
- label: mstsc
- description: When enabled, activates the built-in web-based RDP client.
- schema:
- type: boolean
- default: true
- - variable: ssh
- label: ssh
- description: When enabled, activates the built-in web-based SSH client.
- schema:
- type: boolean
- default: true
- - variable: novnc
- label: novnc
- description: When enabled, activates the built-in web-based VNC client.
- schema:
- type: boolean
- default: true
- - variable: geoLocation
- label: geoLocation
- description: Enables the geo-location feature and device location map in the user interface, this feature is not being worked on.
- schema:
- type: boolean
- default: true
- - variable: nightMode
- label: nightMode
- description: 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode
- schema:
- type: int
- min: 0
- max: 2
- requited: true
- default: 0
- - variable: siteStyle
- label: siteStyle
- description: Valid numbers are 1 and 2, changes the style of the login page and some secondary pages.
- schema:
- type: int
- min: 1
- max: 2
- requited: true
- default: 2
- - variable: deviceMeshRouterLinks
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: rdp
- label: rdp
- description: Display a RDP link in the device tab when supported
- schema:
- type: boolean
- default: true
- - variable: ssh
- label: ssh
- description: Display a SSH link in the device tab when supported
- schema:
- type: boolean
- default: true
- - variable: scp
- label: scp
- description: Display a SCP link in the device tab when supported
- schema:
- type: boolean
- default: true
- - variable: _setupAgentCustomization
- label: Setup Agent Customization
- description: Use this section to customize the agent branding.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: agentCustomization
- label: Section
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: displayName
- label: displayName
- description: The name of the agent as displayed to the user.
- schema:
- type: string
- default: MeshCentral Agent
- - variable: description
- label: description
- description: The description of the agent as displayed to the user.
- schema:
- type: string
- default: Mesh Agent Background Service
- - variable: companyName
- label: companyName
- description: This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's.
- schema:
- type: string
- default: Mesh Agent
- - variable: serviceName
- label: serviceName
- description: The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string.
- schema:
- type: string
- default: Mesh Agent
- - variable: installText
- label: installText
- description: Text string to show in the agent installation dialog box.
- schema:
- type: string
- default: ""
- - variable: image
- label: image
- description: The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200.
- schema:
- type: string
- default: ""
- - variable: fileName
- label: fileName
- description: The agent filename.
- schema:
- type: string
- default: meshagent
- - variable: foregroundColor
- label: foregroundColor
- description: 'Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".'
- schema:
- type: string
- default: ""
- - variable: backgroundColor
- label: backgroundColor
- description: 'Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".'
- schema:
- type: string
- default: ""
- - variable: additional_meshcentral
- group: App Configuration
- label: Additional MeshCentral Configuration
- schema:
- type: list
- default: []
- items:
- - variable: entry
- label: Key - Value Pair
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- required: true
- default: ""
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10205
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: App Data Storage
- description: Stores the Application Data.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: files
- label: Files Storage
- description: Stores the Files
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: web
- label: Web Storage
- description: Stores the Web Files. Used for web customization
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: backups
- label: Backups Storage
- description: Stores the Backups
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/mindustry/5.6.0/.helmignore b/stable/meshcentral/15.7.3/.helmignore
similarity index 100%
rename from stable/mindustry/5.6.0/.helmignore
rename to stable/meshcentral/15.7.3/.helmignore
diff --git a/stable/meshcentral/15.7.3/CHANGELOG.md b/stable/meshcentral/15.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..89500c636e2
--- /dev/null
+++ b/stable/meshcentral/15.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754))
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshcentral-15.7.2](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/meshcentral/15.7.3/Chart.yaml b/stable/meshcentral/15.7.3/Chart.yaml
new file mode 100644
index 00000000000..e5afda015c4
--- /dev/null
+++ b/stable/meshcentral/15.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.1.22
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MeshCentral is a full computer management web site
+home: https://truecharts.org/charts/stable/meshcentral
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png
+keywords:
+ - meshcentral
+ - teamviewer
+ - rdp
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: meshcentral
+sources:
+ - https://github.com/Ylianst/MeshCentral
+ - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
+ - https://ghcr.io/ylianst/meshcentral
+type: application
+version: 15.7.3
diff --git a/stable/meshcentral/15.6.0/README.md b/stable/meshcentral/15.7.3/README.md
similarity index 100%
rename from stable/meshcentral/15.6.0/README.md
rename to stable/meshcentral/15.7.3/README.md
diff --git a/stable/meshcentral/15.7.3/app-changelog.md b/stable/meshcentral/15.7.3/app-changelog.md
new file mode 100644
index 00000000000..5fbca8fdbf7
--- /dev/null
+++ b/stable/meshcentral/15.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [meshcentral-15.7.3](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/ylianst/meshcentral to v1.1.22[@b543a2a](https://github.com/b543a2a) by renovate ([#19754](https://github.com/truecharts/charts/issues/19754))
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/meshcentral/15.6.0/app-readme.md b/stable/meshcentral/15.7.3/app-readme.md
similarity index 100%
rename from stable/meshcentral/15.6.0/app-readme.md
rename to stable/meshcentral/15.7.3/app-readme.md
diff --git a/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz b/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/meshcentral/15.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/meshcentral/15.7.3/ix_values.yaml b/stable/meshcentral/15.7.3/ix_values.yaml
new file mode 100644
index 00000000000..080236bc45f
--- /dev/null
+++ b/stable/meshcentral/15.7.3/ix_values.yaml
@@ -0,0 +1,1001 @@
+image:
+ repository: ghcr.io/ylianst/meshcentral
+ pullPolicy: IfNotPresent
+ tag: 1.1.22@sha256:b543a2a1d459e3604df6f7cc4043458c1c62dc06ede7c1a84238bbfaeefab7aa
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ command:
+ - node
+ - meshcentral/meshcentral
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+# - Values with the character _ in-front of them are pruned. Add or remove _ to disable or enable options
+# - More in-depth info for each options can be found here: https://github.com/Ylianst/MeshCentral/blob/master/meshcentral-config-schema.json
+# - Check for this chart's specific info in our webpage https://truecharts.org
+# - Last sync with upstream config schema: Oct 29, 2022
+# - Any service that uses port other than 443, need to be manually configured.
+meshcentral:
+ settings:
+ # - The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used.
+ aliasPort: 443
+ # - When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port.
+ relayDNS: []
+ # - Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt.
+ agentLogDump: false
+ # - Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps.
+ agentCoreDump: false
+ # - List of non-administrator users that have access to mesh agent crash dumps.
+ _agentCoreDumpUsers: []
+ # - When code signing an agent using authenticode, lock the agent to only allow connection to this server. (This is in testing, the default value will change to true in the future).
+ _agentSignLock: false
+ # - The time stamping server to use when code signing Windows executables. When set to false, the executables are not time stamped.
+ _agentTimeStampServer: http://timestamp.comodoca.com/authenticode
+ # - The HTTP proxy to use when contacting the time stamping server, if false, no proxy is used. By default, the npmproxy value is used.
+ _agentTimeStampProxy:
+ # - When set to true, MeshCentral will only grab the required TCP listening ports or fail. It will not try to use the next available port of it's busy.
+ _exactPorts: false
+ # - Set this to the primary DNS name of this MeshCentral server.
+ cert: mc.domain.com
+ # - Force MeshCentral to use the HTTPS and MPS certificates even if the name does not match the expected DNS value.
+ keepCerts: false
+ # - When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
+ WANonly: false
+ # - When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
+ LANonly: false
+ allowLoginToken: false
+ # - Controls the Strict-Transport-Security header, default is 1 year. Set to false to remove, true to force enable, or string to set a custom value. If set to null, MeshCentral will enable if a trusted certificate is set.
+ _StrictTransportSecurity: null
+ # - When enabled, the MeshCentral web site can be embedded within another website's iframe.
+ allowFraming: false
+ # - Options: strict | lax | none | true
+ _cookieIpCheck: lax
+ # - When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser.
+ webRTC: false
+ # - By default, a nice looking 404 error page is displayed when needed. Set this to false to disable it.
+ nice404: true
+ # - When specified, sends data to the browser at x seconds interval and expects a response from the browser.
+ _browserPing: 300
+ # - When specified, sends data to the browser at x seconds interval.
+ _browserPong: 300
+ # - Loads all agent binaries in RAM for faster agent updates.
+ _agentsInRam: false
+ # - When specified, sends data to the agent at x seconds interval and expects a response from the agent.
+ _agentPing: 300
+ # - When specified, sends data to the agent at x seconds interval.
+ _agentPong: 300
+ # - When enabled, MeshCentral will automatically monitor and manage Intel AMT devices.
+ _amtManager: true
+ # - If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin
+ _orphanAgentUser: null
+ # - How much time in seconds with no traffic from an agent before dropping the agent connection.
+ _agentIdleTimeout: 150
+ # - Adds a random length string to generated web pages to mitigate a BREACH attack.
+ _webPageLengthRandomization: true
+ # - Enables GZIP compression for web requests.
+ compression: true
+ # - Enables server-side, websocket per-message deflate compression.
+ wsCompression: true
+ # - Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work.
+ agentWsCompression: true
+ # - Set to 1 to present the server from updating any agent.
+ _noAgentUpdate: 0
+ # - When set to 2, all agents that need to be updated will use the meshcore.js update system. With the default value of 1, the native update system is used.
+ _agentUpdateSystem: 1
+ # - Set to false to not allow temporary agents to be updated.
+ _temporaryAgentUpdate: true
+ # - Set to false to disable Intel AMT scanning on the local network, this is already disabled in WAN mode.
+ _amtScanner: true
+ # - Set to false to disable agent multicast scanning on the local network, this is already disabled in WAN mode.
+ _meshScanner: true
+ # - When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage.
+ _allowHighQualityDesktop: true
+ # - When set with a valid email address, enables the MeshCentral web push notification feature. Allows administrators to send browser notifications to users even if they are not looking at the MeshCentral web site.
+ _webPush:
+ # - Server administrator email given to the FireFox and Chrome push notification services.
+ email: null
+ # - Duration of a session cookie in minutes. Changing this affects how often the session needs to be automatically refreshed.
+ sessionTime: 60
+ # - Options: strict | lax | none
+ sessionSameSite: lax
+ # - Amount of time to keep various events in the database, in seconds.
+ dbExpire:
+ # - Amount of time in seconds that events are kept in the database.
+ events: 1728000
+ # - Amount of time in seconds that device power events are kept in the database.
+ powerevents: 864000
+ # - Amount of time in seconds that server statistics are kept in the database.
+ statsevents: 2592000
+ # - Execute this when the server startup is completed. The first parameter will be the server version.
+ _RunOnServerStarted: null
+ # - Execute this when the server has been updated. The first parameter will be the server version.
+ _RunOnServerUpdated: null
+ # - Execute this when the server has to restart due to an error. The first parameter will be the server version.
+ _RunOnServerError: null
+ # - When true, this server uses MeshCentral.com a push notification relay for Android notifications. Push notifications work even if the Android app is not open.
+ _publicPushNotifications: false
+ # - When true, enabled a server modules that efficiently splits a remote desktop stream to multiple browsers. Also allows slow browsers to not slow down the session for fast ones, this comes at the cost of extra server memory and processing for all remote desktop sessions.
+ _desktopMultiplex: false
+ # - If set, a user from a banned IP address will be redirected to this URL.
+ _ipBlockedUserRedirect: null
+ # - When set, only users from allowed IP address ranges can connect to the server. Example: 192.168.2.100,192.168.1.0/24
+ _userAllowedIP: null
+ # - When set, users from these denied IP address ranges will not be able to connect to the server. Example: 192.168.2.100,192.168.1.0/24
+ _userBlockedIP: null
+ # - When set, only agents from allowed IP address ranges can connect to the server. Example: 192.168.2.100,192.168.1.0/24
+ _agentAllowedIP: null
+ # - When set, agents from these denied IP address ranges will not be able to connect to the server. Example: 192.168.2.100,192.168.1.0/24
+ _agentBlockedIP: null
+ # - File path and name of the authentication log to be created. This log can be parsed by Fail2ban.
+ _authLog: null
+ # - Users in this list are allowed to send and receive inter-user messages. This can be used to implement bots or other software where MeshCentral is used as data transport. See interuser websocket command in the code.
+ _InterUserMessaging: []
+ # - Users in this list are allowed to see and manage all device groups within their domain.
+ _manageAllDeviceGroups: []
+ # - Users in this list are allowed to manage all users in all domains.
+ _manageCrossDomain: []
+ # - When this server is in LAN mode, you may discover this server using a multicast discovery tool. When discovery happens, the name and info fields are sent back to the discovery tool.
+ _localDiscovery:
+ name: null
+ info: null
+ # - When set, encrypts all LAN discovery traffic to agents and tools using this key. This is only useful in LAN/Hybrid mode when agents and tools user multicast to find the server.
+ key: null
+ # - When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example: 127.0.0.1,192.168.1.100
+ _tlsOffload: false
+ # - Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example: 127.0.0.1,proxy.example.com,CloudFlare
+ _trustedProxy: null
+ # - The Management Presence Server (MPS), this is the server that received Intel AMT Client Initiated Remote Access (CIRA) connections.
+ _mpsPort: 4433
+ _mpsAliasPort: null
+ _mpsAliasHost: null
+ # - When set to true, indicate that TLS is being performed by a device in front of MeshCentral.
+ _mpsTlsOffload: false
+ # - When set to true, the MPS server will only accept TLS 1.2 and 1.3 connections. Older Intel AMT devices will not be able to connect.
+ _mpsHighSecurity: false
+ # - Send syslog events over the network (RFC3164) to a target hostname:port. For example: localhost:514
+ _syslogtcp: null
+ # - The STUN servers used for WebRTC, if not specified the Google and Mozilla servers and used when the server is not in LAN mode.
+ _webrtcConfig:
+ iceServers:
+ - urls: ""
+ # - Enabled the MeshCentral built-in Crowdsec bouncer. This section is passed directly to the bouncer, all of the settings are documented at https://www.npmjs.com/package/@crowdsec/express-bouncer
+ _crowdsec:
+ # - The URL of your LAPI instance. Ex: http://localhost:8080
+ url: null
+ # - The bouncer key (generated via cscli).
+ apiKey: null
+ # - Action to perform if the CrowdSec agent can't be contacted. Options: bypass | captcha | ban
+ failbackRemediation: ban
+ autobackup:
+ mongoDumpPath: /usr/bin/mongodump
+ backupIntervalHours: 24
+ keepLastDaysBackup: 10
+ zipPassword: ""
+ backupPath: /opt/meshcentral/meshcentral-backup
+ # - Enabled automated upload of the server backups to a Google Drive account, once enabled you need to go in "My Server" tab as administrator to associate the account.
+ _googleDrive:
+ # - The name of the folder to create in the Google Drive account.
+ folderName: MeshCentral-Backups
+ # - The maximum number of files to keep in the Google Drive folder, older files will be removed if needed.
+ maxFiles: 10
+ # - Enabled automated upload of the server backups to a WebDAV account.
+ _webdav:
+ # - WebDAV account URL.
+ url: ""
+ # - WebDAV account username.
+ username: ""
+ # - WebDAV account password.
+ password: ""
+ # - The name of the folder to create in the WebDAV account.
+ folderName: MeshCentral-Backups
+ # - The maximum number of files to keep in the WebDAV folder, older files will be removed if needed.
+ maxFiles: 10
+ _redirects:
+ meshcommander: https://www.meshcommander.com/
+ # - This section described a policy for how many times an IP address is allowed to attempt to login incorrectly. By default it's 10 times in 10 minutes, but this can be changed here.
+ maxInvalidLogin:
+ # - Ranges of IP addresses that are not subject to invalid login limitations. For example: 192.168.1.0/24,172.16.0.1
+ _exclude: ""
+ # - Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address.
+ time: 10
+ # - Maximum number of invalid login attempts from an IP address in the time period.
+ count: 10
+ # - Additional time in minute that login attempts will be denied once the invalid login limit is reached.
+ coolofftime: 30
+ # - This section described a policy for how many times an IP address is allowed to attempt to perform two-factor authentication (2FA) incorrectly. By default it's 10 times in 10 minutes, but this can be changed here.
+ maxInvalid2fa:
+ # - Ranges of IP addresses that are not subject to invalid 2FA limitations. For example: 192.168.1.0/24,172.16.0.1
+ _exclude: ""
+ # - Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address.
+ time: 10
+ # - Maximum number of invalid 2FA attempts from an IP address in the time period.
+ count: 10
+ # - Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached.
+ coolofftime: 30
+ # - When present, this section will enable the Intel AMT provisioning server on the local network. This is used for Intel AMT bare-metal ACM activation.
+ _amtProvisioningServer:
+ # - Port number that provisioning server will listen to.
+ port: 9971
+ # - The agent-less device group to add Intel AMT devices to once they are activated. Must be of format: mesh/domain/id
+ deviceGroup: null
+ # - The MEBX password to set during activation. This password must be at least 8 characters long and have 1 lower, 1 upper, 1 alpha-numeric and 1 non-alpha numeric character.
+ newMebxPassword: null
+ # - The trusted FQDN or provisioning server value the remote device will have. This can be set in MEBx or using the DHCP server option 15 on the local network.
+ trustedFqdn: null
+ # - The IP address of this server. This address will be used when creating the USB setup.bin file to indicate what IP address to send the hello data to.
+ ip: null
+ plugins:
+ enabled: false
+ # - Connects MeshCentral to the SendGrid email server, allows MeshCentral to send email messages for 2FA or user notification.
+ _sendgrid:
+ # - Email address used in the messages from field.
+ from: null
+ # - The SendGrid API key.
+ apiKey: null
+ # - When set to false, the email format and DNS MX record are not checked.
+ verifyemail: true
+ _smtp:
+ # - Optional hostname of the client, this defaults to the hostname of the machine. This is useful for SMTP relays.
+ name: null
+ # - Hostname of the SMTP server.
+ host: null
+ # - SMTP server port number.
+ port: null
+ # - Email address used in the messages from field.
+ from: null
+ tls: true
+ _auth:
+ clientId: null
+ clientSecret: null
+ refreshToken: null
+ tlscertcheck: true
+ tlsstrict: true
+ # - When set to false, the email format and DNS MX record are not checked
+ verifyemail: true
+ # - Connects MeshCentral to a SMS text messaging provider, allows MeshCentral to send SMS messages for 2FA or user notification. Options: One of the following blocks
+ _sms:
+ # - twillio
+ provider: twillio
+ sid: null
+ auth: null
+ from: null
+ # # - plivo
+ # provider: plivo
+ # id: null
+ # token: null
+ # from: nyll
+ # # - telnyx
+ # provider: telnyx
+ # apikey: null
+ # from: null
+ # # - url
+ # provider: url
+ # url: "tc.common.names.fullname"
+ # - This section allow MeshCentral to send messages over user messaging networks like Telegram
+ _messaging:
+ # - Configure Telegram messaging system
+ _telegram:
+ apiid: ""
+ apihash: ""
+ session: ""
+ # - Configure Discord messaging system
+ _discord:
+ # - An optional HTTP link to the discord server the user must join to get notifications.
+ serverurl: ""
+ # - A Discord bot token that MeshCentral will use to login to Discord.
+ token: ""
+ # - Configure XMPP messaging system
+ _xmpp:
+ service: ""
+ credentials:
+ username: ""
+ password: ""
+ # - Any settings in this section is used as default setting for all domains
+ _domaindefaults:
+ title: Default Title
+ domains:
+ "":
+ # - HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral.
+ certUrl: https://mc.domain.com
+ # - The title of this web site. All web pages will have this title.
+ title: MeshCentral
+ # - Secondary title text that is placed on the upper right on the title on many web pages.
+ title2: TrueCharts
+ # - When enabled, the server will send reduced sized web pages.
+ minify: true
+ # - 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode
+ nightMode: 0
+ # - Valid numbers are 1 and 2, changes the style of the login page and some secondary pages.
+ siteStyle: 2
+ # - When set to false, this setting will disable the mobile site.
+ mobileSite: true
+ # - Set to true to enable IP KVM device support in this domain.
+ ipkvm: false
+ # - When set to true, allow new user accounts to be created from the login page.
+ newAccounts: false
+ # - When set this password will be required in order to create a new account from the login screen.
+ _newAccountsPass: ""
+ # - When set to true, users will get a CAPTCHA when creating a new account from the login screen.
+ _newAccountsCaptcha: false
+ _newAccountsUserGroups: []
+ # - When enabled, the username of each account is also the email address of the account.
+ userNameIsEmail: false
+ _newAccountsRights: []
+ _newAccountEmailDomains: []
+ # - The maximum number of devices a user can see on the devices page at the same time. By default all devices will show, but this may need to be limited on servers with large number of devices.
+ _maxDeviceView: 1000
+ _userQuota: 1048576
+ _meshQuota: 248576
+ # - Requires that users add the value ?key=xxx in the URL in order to see the web site.
+ _loginKey: []
+ # - Requires that agents add the value ?key=xxx in the URL in order to connect. This is not automatic and needs to be manually added in the meshagent.msh file.
+ _agentKey: []
+ # - Web site .png logo file that is 450x66 in size placed in meshcentral-data that is used on the top of many pages.
+ _titlePicture: ""
+ # - Web site .png logo file placed in meshcentral-data that used on the login page when sitestyle is 2.
+ _loginPicture: ""
+ # - Redirects HTTP root requests to this URL. When in use, direct users to /login to see the normal login page.
+ _rootRedirect: ""
+ # - Redirects HTTP root requests to this URL only where user is not already logged in. When in use, direct users to /login to see the normal login page.
+ _unknownUserRootRedirect: ""
+ # - Text that will be shown on the login screen.
+ welcomeText: Welcome to TrueCharts MeshCentral
+ # - Name of the PNG or JPEG file that will be shown on the login screen. Put this file in the meshcentral-data folder and place the file name here.
+ _welcomePicture: null
+ # - When enabled, the welcomePicture will show as a fullscreen background on the login screen.
+ _welcomePictureFullScreen: false
+ # - Text that will be displayed on the top of the messenger window when no username or device name is displayed.
+ _meshMessengerTitle: TrueCharts MeshCentral
+ # - Name of a .png image file that is placed in meshcentral-data that is displayed on the top of the messenger web page. When null, the default image is displayed.
+ _meshMessengerPicture: null
+ # - Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar, 32 = Hide back buttons
+ _hide: 0
+ # - This is a HTML string displayed at the bottom of the web page when a user is logged in.
+ _footer: null
+ # - This is a HTML string displayed at the bottom of the web page when a user is not logged in.
+ _loginfooter: null
+ # - Allow users to save SSH, RDP, VNC device credentials on the server that can be used by any other user.
+ _allowSavingDeviceCredentials: true
+ # - This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will insure download tools perform certificate checking.
+ _trustedCert: null
+ # - When set to false, the desktop/terminal sharing link feature is not available.
+ _guestDeviceSharing:
+ # - When set, limits the maximum length of a guest session, in minutes.
+ maxSessionTime: null
+ # - Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value.
+ _autoRemoveInactiveDevices: 0
+ # - When set to true, the devices search box will match on both the server name and client name of a device.
+ _deviceSearchBarServerAndClientName: false
+ # - When set to true, MeshCentral Assistant can create it's own guest sharing links.
+ _agentSelfGuestSharing:
+ # - When set, limits the self-created guest sharing link to this number of minutes.
+ expire: null
+ # - When set, your can try click the run button to run on of these scripts on the remote device.
+ _PreconfiguredScripts:
+ # - Name of the script.
+ - name: null
+ # - The type of script. Options: bat | ps1 | sh | agent
+ type: null
+ # - How to run this script, does not apply to agent scripts. Options: agent | userfirst | user
+ runas: null
+ # - The command or \\r\\n separated commands to run, if set do not use the file key.
+ _cmd: null
+ # - The script file path and name, if set do not use the cmd key. This file path starts in meshcentral-data.
+ file: null
+ # - When set, you can right click on the input button in the desktop tab and instantly remotely type one of these pre-configured strings.
+ _preConfiguredRemoteInput:
+ # - Name of the text string.
+ - name: null
+ # - Text string that will be remotely typed when selected.
+ value: null
+ _altMessenging:
+ # - Name of the alternative messaging service, for example: "Jitsi".
+ - name: null
+ # - URL to the alternative messaging services, for example: "https://meet.jit.si/myserver-{0}", for a device {0}, {1}, {2}, {3} is the device id. For a user, {0} is the userid, {1} is full userid with dashes, {2} is real name with no spaces, {3} is real name with dash instead of spaces.
+ url: null
+ # - If specified, this is the URL that is used on the administrator side, for example: "https://meet.jit.si/myserver-{0}", for a device {0}, {1}, {2}, {3} is the device id. For a user, {0} is the userid, {1} is full userid with dashes, {2} is real name with no spaces, {3} is real name with dash instead of spaces.
+ localurl: null
+ # - Indicate if this button should be shown in the user or device type. If omitted, it will be displayed in both. Options: null | user | device
+ type: null
+ deviceMeshRouterLinks:
+ # - Display a RDP link in the device tab when supported
+ rdp: true
+ # - Display a SSH link in the device tab when supported
+ ssh: true
+ # - Display a SCP link in the device tab when supported
+ scp: true
+ _extralinks:
+ # - Name of the link to be displayed on the web site.
+ - name: null
+ # - Protocol. Valid values are: Options: custom | http | https | rdp | ssh | scp | mcrdesktop | mcrfiles.
+ protocol: null
+ # - The port on the remote device.
+ port: null
+ # - Target IP address. If not specified, the target of the connection is the remote device running the MeshAgent.
+ ip: null
+ # - The local port MeshCentral Router would bind to. By default, a random available port is used.
+ localport: null
+ # - Array of node// or mesh// or tag: strings. When set, the link will only show up for the specified devices, device groups or device tag.
+ filter: []
+ myServer:
+ # - Allows administrators to backup the server from the My Server tab. This option can only enabled when the NeDB database is in use. For other databases, this option disabled and the setting is ignored.
+ Backup: true
+ # - Allows administrators to restore the server from the My Server tab. This option can only enabled when the NeDB database is in use. For other databases, this option disabled and the setting is ignored.
+ Restore: true
+ # - Allows administrators to see the server crash log the server from the My Server tab.
+ ErrorLog: true
+ # - Allows administrators to access the server console from the My Server tab.
+ Console: true
+ # - Allows administrators to access the server trace tab from from the My Server tab.
+ Trace: true
+ _passwordRequirements:
+ # - Minimum number of characters allowed for the account password.
+ min: null
+ # - Maximum number of characters allowed for the account password.
+ max: null
+ # - Minimum number of upper case characters required in the password.
+ upper: null
+ # - Minimum number of lower case characters required in the password.
+ lower: null
+ # - Minimum number of numeric characters required in the password.
+ numeric: null
+ # - Minimum number of non-alpha-numeric characters required in the password.
+ nonalpha: null
+ # - Number of days after which the user is required to change the account password.
+ reset: null
+ # - Set to false to disable email 2FA.
+ email2factor: true
+ # - Set to false to disable SMS 2FA.
+ sms2factor: true
+ # - Set to false to disable push notification 2FA.
+ push2factor: true
+ # - Set to false to disable one-time-password 2FA.
+ otp2factor: true
+ # - Set to false to disable user messaging 2FA.
+ msg2factor: true
+ # - Set to false to disable 2FA backup codes.
+ backupcode2factor: true
+ # - Set to false to disable single 2FA warning.
+ single2factorWarning: true
+ # - When set to true, prevents any changes to 2FA.
+ lock2factor: false
+ # - Requires that all accounts setup 2FA.
+ force2factor: false
+ # - IP addresses where 2FA login is skipped, for example: 127.0.0.1,192.168.2.0/24
+ skip2factor: null
+ # - Number of old passwords the server should remember and not allow the user to switch back to.
+ oldPasswordBan: null
+ # - Uses WildLeek to block use of the 10000 most commonly used passwords.
+ banCommonPasswords: true
+ # - Allows users to create alternative username/passwords for their account. Set to false to disallow all users, or set to a userid array to only all some users.
+ loginTokens: true
+ # - Maximum about of time the to wait for a 2FA token on the login page in seconds.
+ twoFactorTimeout:
+ # - If true and user account has FIDO key setup, 2FA login screen will automatically request FIDO 2FA.
+ autofido2fa: false
+ # - Maximum number of FIDO/YubikeyOTP hardware 2FA keys that can be setup in a user account.
+ maxfidokeys: null
+ # - If set to false, the account reset option on the login screen will not be available to users.
+ allowaccountreset: true
+ # - Number of days that a user is allowed to remember this device for when completing 2FA. Set this to 0 to remove this option.
+ _twoFactorCookieDurationDays: 30
+ # - Type of user authentication to use, this can be SSPI on Windows or LDAP. If not set, username/password is used. Options: null | sspi | ldap
+ _auth: null
+ # - The LDAP value to use as a user's unique account identifier. Use "ldapUserKey" or "ldapUserBinaryKey".
+ _ldapUserKey: null
+ # - The LDAP value to use as a user's unique account identifier, when specified in this field, the values will be HEX converted.
+ _ldapUserBinaryKey: objectSid
+ # - The LDAP value to use for the user name, you can also compose the name by setting this value to, for example: "{{{givenName}}} {{{sn}}}"
+ _ldapUserName: displayName
+ # - The LDAP value to use for the user's email address.
+ _ldapUserEmail: mail
+ # - The LDAP value to use for the user's real name, you can also compose the name by setting this value to, for example: "{{{givenName}}} {{{sn}}}"
+ _ldapUserRealName: name
+ # - The LDAP value to use for the user's phone number.
+ _ldapUserPhoneNumber: telephoneNumber
+ # - The LDAP value to use for the user's image.
+ _ldapUserImage: thumbnailPhoto
+ # - When set to a filename, for example /opt/meshcentral/meshcentral-data/ldapusers.txt, MeshCentral will save the LDAP user object to this file each time a user logs in. This is used for debugging LDAP issues.
+ _ldapSaveUserToFile: null
+ # - The LDAP value to use for the user's group memberships.
+ _ldapUserGroups: memberOf
+ # - When set to true or set to an object, MeshCentral will synchronize LDAP user memberships to MeshCentral user groups.
+ _ldapSyncWithUserGroups:
+ # - When set to a string or array of strings, only LDAP membership groups that includes one of the strings will be synchronized with MeshCentral user groups.
+ filter: []
+ # - A list of LDAP groups. Users must be part of at least one of these groups to allow login. If null, all users are allowed to login.
+ _ldapUserRequiredGroupMembership: []
+ # - LDAP options passed to ldapauth-fork
+ _ldapOptions:
+ URL: "ldap://1.2.3.4:389"
+ BindDN: "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local"
+ BindCredentials: "Password.1"
+ SearchBase: "DC=meshcentral,DC=local"
+ SearchFilter: "(sAMAccountName={{username}})"
+ # - Enabled a feature where you can set one or more invitation codes in a device group. You can then give a invitation link to users who can use it to download the agent.
+ _agentInviteCodes: false
+ # - When enabled, all newly installed MeshAgents will be instructed to no use a HTTP/HTTPS proxy even if one is configured on the remote system
+ _agentNoProxy: false
+ # - This section is used to indicate if parts of the meshagent.tag file should be used to set server-side device properties.
+ _agentTag:
+ # - Action taken if one of the lines in meshagent.tag contains ~ServerName:name. 0=Ignore, 1=Set.
+ ServerName: 0
+ # - Action taken if one of the lines in meshagent.tag contains ~ServerDesc:desc. 0=Ignore, 1=Set, 2=SetIfEmpty.
+ ServerDesc: 0
+ # - Action taken if one of the lines in meshagent.tag contains ~ServerTags:tag1,tag2,tag3. 0=Ignore, 1=Set, 2=SetIfEmpty, 3=Append.
+ ServerTags: 0
+ # - Enables the geo-location feature and device location map in the user interface, this feature is not being worked on.
+ geoLocation: true
+ # - When enabled, activates the built-in web-based VNC client.
+ novnc: true
+ # - When enabled, activates the built-in web-based RDP client.
+ mstsc: true
+ # - When enabled, activates the built-in web-based SSH client.
+ ssh: true
+ # - Path where to find custom email templates for this domain.
+ _webEmailsPath: null
+ _customUI: null
+ # - This section is used to customize user consent prompts, these show up when asking if a remote session is allowed or not.
+ _consentMessages:
+ Title: null
+ Desktop: null
+ Terminal: null
+ Files: null
+ # - How long in seconds to show the user consent dialog box.
+ consentTimeout: 30
+ # - If true, user consent is accepted after the timeout.
+ autoAcceptOnTimeout: false
+ # - This section is user to customize user notifications when a remote desktop, terminal or file session is connected to a remote system.
+ _notificationMessages:
+ Title: null
+ Desktop: null
+ Terminal: null
+ Files: null
+ # - Use this section to customize the agent branding.
+ _agentCustomization:
+ # - The name of the agent as displayed to the user.
+ displayName: MeshCentral Agent
+ # - The description of the agent as displayed to the user.
+ description: Mesh Agent Background Service
+ # - This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's.
+ companyName: Mesh Agent
+ # - The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string.
+ serviceName: Mesh Agent
+ # - Text string to show in the agent installation dialog box.
+ installText: null
+ # - The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200.
+ image: null
+ # - The agent filename.
+ fileName: meshagent
+ # - Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format #000000 to #FFFFFF.
+ foregroundColor: null
+ # - Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format #000000 to #FFFFFF.
+ backgroundColor: null
+ # - Use this section to set resource metadata of the Windows agents prior to signing. In Windows, you can right-click and select properties to view these values.
+ _agentFileInfo:
+ # - Sets the agent icon, this is the name of a .ico file with the file placed in the meshcentral-data folder.
+ icon: null
+ # - Executable file description.
+ fileDescription: null
+ # - Executable file version, in the form of 'n.n.n.n', for example: '1.2.3.4'.
+ fileVersion: null
+ # - Executable internal name.
+ internalName: null
+ # - Executable legal copyright.
+ legalCopyright: null
+ # - Executable original file name.
+ originalFilename: null
+ # - Executable product name.
+ productName: null
+ # - Executable product version. Any string format will work, but a alphabetic character is required for this value to show correctly in the Windows property box. For example: 'v1.2.3.4' will work, but '1.2.3.4' will not.
+ productVersion: null
+ # - Use this section to customize the MeshCentral Assistant.
+ _assistantCustomization:
+ # - Name to show as MeshCentral Assistant dialog title.
+ title: MeshCentral Assistant
+ # - The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Assistant, image should be square and from 64x64 to 128x128.
+ image: null
+ # - The MeshCentral Assistant filename.
+ fileName: meshagent
+ # - Use this section to customize the MeshCentral Agent for Android.
+ _androidCustomization:
+ # - Displayed on top of the MeshCentral Agent for Android.
+ title: MeshCentral Agent
+ # - Subtitle displayed until the title on the toolbar.
+ subtitle: null
+ # - The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Agent for Android, image should be square and from 64x64 to 128x128.
+ image: null
+ # - If set, a user from a banned IP address will be redirected to this URL."
+ _ipBlockedUserRedirect: null
+ # - When set, requires that a browser request have set HTTP header to allow user login. Example: '{ "Sec-Fetch-Dest": "iframe" }'
+ _userRequiredHttpHeader: null
+ # - When set, only users from allowed IP address ranges can connect to the server. Example: "192.168.2.100,192.168.1.0/24"
+ _userAllowedIP: null
+ # - When set, users from these denied IP address ranges will not be able to connect to the server. Example: "192.168.2.100,192.168.1.0/24"
+ _userBlockedIP: null
+ # - When set, only agents from allowed IP address ranges can connect to the server. Example: "192.168.2.100,192.168.1.0/24"
+ _agentAllowedIP: null
+ # - When set, agents from these denied IP address ranges will not be able to connect to the server. Example: "192.168.2.100,192.168.1.0/24"
+ _agentBlockedIP: null
+ # - When set, idle users will be disconnected after a set amounts of minutes.
+ _userSessionIdleTimeout: null
+ # - Use this section to require user consent for this domain.
+ _userConsentFlags:
+ # - Enable desktop notification for this domain.
+ desktopnotify: false
+ # - Enable terminal notification for this domain.
+ terminalnotify: false
+ # - Enable files notification for this domain.
+ filenotify: false
+ # - Enable desktop prompt for this domain.
+ desktopprompt: false
+ # - Enable terminal user prompt for this domain.
+ terminalprompt: false
+ # - Enable files prompt for this domain.
+ fileprompt: false
+ # - Enable remote desktop privacy bar for this domain.
+ desktopprivacybar: false
+ # - When users navigate thru the web interface, the URL on top will change to point to the current screen. This allows a user to refresh or bookmark the URL and come back to the correct screen. Setting false here will disable this feature.
+ _urlSwitching: true
+ # - This is the text that will be shown in the remote desktop privacy bar. You can use {0} to display the account realname or {1} to display the account identifier in the string.
+ _desktopPrivacyBarText: null
+ _limits:
+ # - Maximum number of devices in this domain.
+ MaxDevices: null
+ # - Maximum number of devices in this domain.
+ MaxUserAccounts: null
+ # - Maximum number of user sessions that can connect to this server for this domain.
+ MaxUserSessions: null
+ # - Maximum number of agents that can connect to this server for this domain.
+ MaxAgentSessions: null
+ # - Maximum number of sessions a single user can have. Each time a user opens a new browser tab or opens a new browser on a different computer, a new user session is created.
+ MaxSingleUserSessions: null
+ # - Values that affect the files feature
+ _files:
+ # - When false, removes the 'SFTP Connect' button from the files tab unless this is the only possible option.
+ sftpConnect: true
+ # - Values that affect the terminal feature
+ _terminal:
+ # - When false, removes the 'SSH Connect' button from the terminal tab unless this is the only possible option.
+ sshConnect: true
+ # - Indicate what terminal options are available when the user clicks the right mouse button on the terminal connect button. Options: any | root | user | login
+ linuxShell: any
+ # - Indicate what string the agent must write to the shell after starting a terminal session
+ launchCommand:
+ # - String to write after opening a Linux terminal.
+ linux: alias ls=\\'ls --color=auto\\';clear\\n
+ # - String to write after opening a macOS terminal.
+ darwin: null
+ # - String to write after opening a FreeBSD terminal.
+ freebsd: null
+ # - Values that affect the desktop feature"
+ _desktop:
+ # - When set to true, the remote desktop feature is view only.
+ viewonly: false
+ # - List of local network Intel AMT scanning options offered in the user interface. For example ["LabNetwork 192.168.15.0/23", "SalesNetwork 192.168.8.0/24"].
+ _amtScanOptions:
+ - Network 192.168.1.0/24
+ # - Information passed to the AMT manager module that impacts all Intel AMT device managed within this domain.
+ _amtManager:
+ # - When set to false, MeshCentral will use TLS to connect to Intel AMT, this is not recommended.
+ TlsConnections: true
+ # - When set to false, MeshCentral will not attempt a TLS ACM activation on Intel AMT v14+
+ TlsAcmActivation: false
+ # - List of username and passwords to try when connecting to Intel AMT.
+ AdminAccounts:
+ # - Intel AMT administrator username.
+ - user: admin
+ # - Intel AMT administrator password.
+ pass: null
+ # - List of up to 4 domain suffixes to configure in Intel AMT when activating CIRA.
+ EnvironmentDetection: []
+ # - Specifies a certificate and private key to use to issue Intel AMT TLS certificates. By default the MeshCentral self-signed root certificate is used.
+ TlsRootCert:
+ # - Name of the certificate file that is in .p12 or .pfx format in meshcentral-data, use this with certpfxpass.
+ certpfx: null
+ # - Password for the file specified in certpfx.
+ certpfxpass: null
+ # - Name of the certificate file in PEM format located in meshcentral-data. Using this with keyfile.
+ certfile: null
+ # - Name of the private key file in PEM format located in meshcentral-data. Using this with certfile.
+ keyfile: null
+ # - List of WIFI profiles to setup in any managed Intel AMT device with a WIFI network interface.
+ WifiProfiles:
+ # - WIFI profile name, if not specified the SSID is used.
+ name: null
+ # - SSID of the WIFI station.
+ ssid: null
+ # - WIFI authentication. Options: wpa-psk | wpa2-psk | wpa-8021x | wpa2-802.1x | wpa3-sae-802.1x | wpa3-owe-802.1x
+ authentication: wpa2-psk
+ # - WIFI encryption. Options: ccmp-aes | tkip-rc4
+ encryption: ccmp-aes
+ # - Password on the WIFI station
+ password: null
+ # - 802.1x settings for this WIFI profile. Only required if the WIFI authentication type has 802.1x
+ _802.1x:
+ # - Identifies the authentication protocol used to authenticate the access requestor to the AAA server. Options: EAP-TLS | EAP-TTLS/MSCHAPv2 | PEAPv0/EAP-MSCHAPv2 | PEAPv1/EAP-GTC | EAP-FAST/MSCHAPv2 | EAP-FAST/GTC | EAP-MD5 | EAP-PSK | EAP-SIM | EAP-AKA | EAP-FAST/TLS | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
+ authenticationProtocol: null
+ # - Determines the comparison algorithm used between the ServerCertificateName value and the subject name field of the certificate presented by the AAA server. Options: Fullname | DomainSuffix | 2 | 3
+ serverCertificateNameComparison: FullName
+ # - The name compared against the subject name field in the certificate provided by the AAA server.
+ serverCertificateName: null
+ # - Indicates the activity setting of the 802.1X module in H0 state
+ availableInS0: true
+ # - A credential used by the supplicant and AAA server to establish a mutually authenticated encrypted tunnel for confidential user authentication.
+ protectedAccessCredentialHex: null
+ # - Optional password to extract the PAC (Protected Access Credential) information from the PAC data.
+ pacPassword: null
+ # - The domain within which Username is unique.
+ domain: null
+ # - Within the domain specified by Domain, Identifies the user that is requesting access to the network.
+ username: null
+ # - The password associated with the user identified by Username and Domain.
+ password: null
+ # - A string presented to the authentication server in 802.1x protocol exchange
+ roamingIdentity: null
+ # - Timeout in seconds, in which the Intel(R) AMT will hold an authenticated 802.1X session.
+ pxeTimeoutInSeconds: 120
+ # - 802.1x settings for the Intel AMT Wired interface. If set to false, any existing 802.1x wired profile will be removed from Intel AMT.
+ _802.1x:
+ # - Identifies the authentication protocol used to authenticate the access requestor to the AAA server. Options: EAP-TLS | EAP-TTLS/MSCHAPv2 | PEAPv0/EAP-MSCHAPv2 | PEAPv1/EAP-GTC | EAP-FAST/MSCHAPv2 | EAP-FAST/GTC | EAP-MD5 | EAP-PSK | EAP-SIM | EAP-AKA | EAP-FAST/TLS | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
+ authenticationProtocol: null
+ # - Determines the comparison algorithm used between the ServerCertificateName value and the subject name field of the certificate presented by the AAA server. Options: Fullname | DomainSuffix | 2 | 3
+ serverCertificateNameComparison: FullName
+ # - The name compared against the subject name field in the certificate provided by the AAA server.
+ serverCertificateName: null
+ # - Indicates the activity setting of the 802.1X module in H0 state
+ availableInS0: true
+ # - A credential used by the supplicant and AAA server to establish a mutually authenticated encrypted tunnel for confidential user authentication.
+ protectedAccessCredentialHex: null
+ # - Optional password to extract the PAC (Protected Access Credential) information from the PAC data.
+ pacPassword: null
+ # - The domain within which Username is unique.
+ domain: null
+ # - Within the domain specified by Domain, Identifies the user that is requesting access to the network.
+ username: null
+ # - The password associated with the user identified by Username and Domain.
+ password: null
+ # - A string presented to the authentication server in 802.1x protocol exchange
+ roamingIdentity: null
+ # - Timeout in seconds, in which the Intel(R) AMT will hold an authenticated 802.1X session.
+ pxeTimeoutInSeconds: 120
+ _amtAcmActivation:
+ log: null
+ # - When set to true, the certificate common name needs to match exactly the Intel AMT trusted FQDN or DHCP Option 15. If false, some flexibility may be given to the matching.
+ strictCommonName: false
+ certs:
+ certfiles: null
+ keyfile: null
+ # - This is used to create HTTP redirections. For example setting "redirects": { "example": "https://example.com" } will make it so that anyone accessing /example on the server will get redirected to the specified URL.
+ _redirects:
+ example: https://example.com
+ example1: https://example1.com
+ _yubikey:
+ id: null
+ secret: null
+ proxy: null
+ _httpHeaders: null
+ # - Key and values to add to the MeshAgent .msh file
+ agentConfig:
+ # - Needed if you use traefik https://github.com/traefik/traefik/issues/4487
+ - webSocketMaskOverride=1
+ # - Key and values to add to the MeshCentral Assistant .msh file
+ _assistantConfig: []
+ # - When false, users can't set the clipboard of a remove device.
+ clipboardGet: true
+ # - When false, users can't get the clipboard of a remove device.
+ clipboardSet: true
+ # - When false, removes the local recording feature on remote desktop.
+ localSessionRecording: true
+ _sessionRecording:
+ # - When enabled, only device users with the session recording feature turned on will be recorded. When false, all users are recorded.
+ onlySelectedUsers: false
+ # - When enabled, only device user groups with the session recording feature turned on will be recorded. When false, all users are recorded.
+ onlySelectedUserGroups: false
+ # - When enabled, only device groups with the session recording feature turned on will be recorded. When false, all devices are recorded.
+ onlySelectedDeviceGroups: false
+ # - The file path where recording files are kept.
+ filepath: null
+ # - If true, automatically index remote desktop recordings so that the plays can skip to any place in the file.
+ index: false
+ # - Maximum number of recording files to keep.
+ maxRecordings: null
+ # - Maximum number of days to keep a recording.
+ maxRecordingDays: null
+ # - Maximum number of recordings in megabytes. Once exceed, remove the oldest recordings.
+ maxRecordingSizeMegabytes: null
+ # - This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger
+ _protocols:
+ - 1
+ - 5
+ # - When set to false, hides the username and password prompt on login screen.
+ _showPasswordLogin: true
+ # - Connects MeshCentral to the SendGrid email server, allows MeshCentral to send email messages for 2FA or user notification.
+ _sendgrid:
+ # - Email address used in the messages from field.
+ from: null
+ # - The SendGrid API key.
+ apiKey: null
+ # - When set to false, the email format and DNS MX record are not checked.
+ verifyemail: true
+ # - Connects MeshCentral to a SMTP email server, allows MeshCentral to send email messages for 2FA or user notification.
+ _smtp:
+ # - Optional hostname of the client, this defaults to the hostname of the machine. This is useful for SMTP relays.
+ name: null
+ # - Hostname of the SMTP server.
+ host: null
+ # - SMTP server port number.
+ port: null
+ # - Email address used in the messages from field.
+ from: null
+ tls: true
+ _auth:
+ clientId: null
+ clientSecret: null
+ refreshToken: null
+ tlscertcheck: true
+ tlsstrict: true
+ # - When set to false, the email format and DNS MX record are not checked
+ verifyemail: true
+ # - Makes MeshCentral send emails using the Unix sendmail command. Allows MeshCentral to send email messages for 2FA or user notification.
+ _sendmail:
+ # - Possible values are unix or windows
+ newline: unix
+ # - Path to the sendmail command
+ path: sendmail
+ # - Array or arguments to pass to sendmail
+ _args: []
+ _authStrategies:
+ _twitter:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ clientid: null
+ clientsecret: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _google:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ clientid: null
+ clientsecret: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _github:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ clientid: null
+ clientsecret: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _reddit:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ clientid: null
+ clientsecret: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _azure:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ clientid: null
+ clientsecret: null
+ tenantid: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _jumpcloud:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ newAccounts: false
+ newAccountsUserGroups: []
+ entityid: null
+ idpurl: null
+ cert: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _saml:
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ disableRequestedAuthnContext: false
+ newAccounts: false
+ newAccountsUserGroups: []
+ newAccountsRights: []
+ entityid: null
+ idpurl: null
+ cert: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ _oidc:
+ # - If set, this will be used as the authorization URL. (If set tokenURL and userInfoURL need set also)
+ authorizationURL: null
+ # - Required, this is the URL that your SSO provider sends auth approval to.
+ callbackurl: null
+ clientid: null
+ clientsecret: null
+ # - Full URL of SSO portal
+ issuer: null
+ # - If set, this will be used as the token URL. (If set authorizationURL and userInfoURL need set also)
+ tokenURL: null
+ # - If set, this will be used as the user info URL. (If set authorizationURL and tokenURL need set also)
+ userInfoURL: null
+ # - Then set, the user will be redirected to this URL when hitting the logout link
+ logouturl: null
+ newAccounts: true
+ groups:
+ # - When set, the user must be part of one of the OIDC user groups to login to MeshCentral.
+ required: []
+ # - When set, users part of these groups will be promoted with site administrator in MeshCentral, users that are not part of these groups will be demoted.
+ siteadmin: []
+ sync:
+ enabled: false
+ # - When set, limits what OIDC groups are mirrored into MeshCentral user groups.
+ filter: []
+service:
+ main:
+ ports:
+ main:
+ # Only use HTTPS if meshcental handles the certs
+ protocol: http
+ port: 10205
+ # mps:
+ # enabled: true
+ # ports:
+ # mps:
+ # enabled: true
+ # port: 4433
+ # targetPort: 4433
+ # amtprovisioner:
+ # enabled: true
+ # ports:
+ # amtprovisioner:
+ # enabled: true
+ # port: 9971
+ # targetPort: 9971
+cnpg:
+ main:
+ enabled: true
+ username: meshcentral
+ database: meshcentral
+persistence:
+ data:
+ enabled: true
+ mountPath: /opt/meshcentral/meshcentral-data
+ size: 256Gi
+ files:
+ enabled: true
+ mountPath: /opt/meshcentral/meshcentral-files
+ size: 256Gi
+ web:
+ enabled: true
+ mountPath: /opt/meshcentral/meshcentral-web
+ size: 256Gi
+ backups:
+ enabled: true
+ mountPath: /opt/meshcentral/meshcentral-backup
+ size: 256Gi
+ configfile:
+ enabled: true
+ type: secret
+ readOnly: true
+ defaultMode: "0600"
+ objectName: mesh-secret
+ mountPath: /opt/meshcentral/meshcentral-data/config.json
+ subPath: config.json
+portal:
+ open:
+ enabled: true
diff --git a/stable/meshcentral/15.7.3/questions.yaml b/stable/meshcentral/15.7.3/questions.yaml
new file mode 100755
index 00000000000..ce8885eb932
--- /dev/null
+++ b/stable/meshcentral/15.7.3/questions.yaml
@@ -0,0 +1,4704 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: meshcentral
+ group: App Configuration
+ label: MeshCentral Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: settings
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: aliasPort
+ label: aliasPort
+ description: The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used.
+ schema:
+ type: int
+ required: true
+ default: 443
+ - variable: cert
+ label: cert
+ description: Set this to the primary DNS name of this MeshCentral server.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: tlsOffload
+ label: tlsOffload
+ description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 172.16.0.0/16
+ schema:
+ type: string
+ default: "172.16.0.0/16"
+ - variable: trustedProxy
+ label: trustedProxy
+ description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 172.16.0.0/16. This should be left empty if traefik is used.
+ schema:
+ type: string
+ default: ""
+ - variable: WANonly
+ label: WANonly
+ description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name.
+ schema:
+ type: boolean
+ default: false
+ - variable: LANonly
+ label: LANonly
+ description: When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets.
+ schema:
+ type: boolean
+ default: false
+ - variable: webRTC
+ label: webRTC
+ description: When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser.
+ schema:
+ type: boolean
+ default: false
+ - variable: compression
+ label: compression
+ description: Enables GZIP compression for web requests.
+ schema:
+ type: boolean
+ default: true
+ - variable: wsCompression
+ label: wsCompression
+ description: Enables server-side, websocket per-message deflate compression.
+ schema:
+ type: boolean
+ default: true
+ - variable: agentWsCompression
+ label: agentWsCompression
+ description: Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work.
+ schema:
+ type: boolean
+ default: true
+ - variable: allowFraming
+ label: allowFraming
+ description: When enabled, the MeshCentral web site can be embedded within another website's iframe.
+ schema:
+ type: boolean
+ default: false
+ - variable: newAccounts
+ label: newAccounts
+ description: When set to true, allow new user accounts to be created from the login page.
+ schema:
+ type: boolean
+ default: false
+ - variable: allowHighQualityDesktop
+ label: allowHighQualityDesktop
+ description: When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage.
+ schema:
+ type: boolean
+ default: true
+ - variable: agentLogDump
+ label: agentLogDump
+ description: Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt.
+ schema:
+ type: boolean
+ default: false
+ - variable: agentCoreDump
+ label: agentCoreDump
+ description: Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps.
+ schema:
+ type: boolean
+ default: false
+ - variable: browserPing
+ label: browserPing
+ description: When specified, sends data to the browser at x seconds interval and expects a response from the browser.
+ schema:
+ type: int
+ required: true
+ default: -99
+ - variable: browserPong
+ label: browserPong
+ description: When specified, sends data to the browser at x seconds interval.
+ schema:
+ type: int
+ required: true
+ default: -99
+ - variable: agentPing
+ label: agentPing
+ description: When specified, sends data to the agent at x seconds interval and expects a response from the agent.
+ schema:
+ type: int
+ required: true
+ default: -99
+ - variable: agentPong
+ label: agentPong
+ description: When specified, sends data to the agent at x seconds interval.
+ schema:
+ type: int
+ required: true
+ default: -99
+ - variable: agentIdleTimeout
+ label: agentIdleTimeout
+ description: How much time in seconds with no traffic from an agent before dropping the agent connection.
+ schema:
+ type: int
+ required: true
+ default: -99
+ - variable: maxInvalidLogin
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: time
+ label: time
+ description: Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address.
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: count
+ label: count
+ description: Maximum number of invalid login attempts from an IP address in the time period.
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: coolofftime
+ label: coolofftime
+ description: Additional time in minute that login attempts will be denied once the invalid login limit is reached.
+ schema:
+ type: int
+ required: true
+ default: 30
+ - variable: exclude
+ label: exclude
+ description: Ranges of IP addresses that are not subject to invalid login limitations. For example 192.168.1.0/24,172.16.0.1
+ schema:
+ type: string
+ default: ""
+ - variable: maxInvalid2fa
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: time
+ label: time
+ description: Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address.
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: count
+ label: count
+ description: Maximum number of invalid 2FA attempts from an IP address in the time period.
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: coolofftime
+ label: coolofftime
+ description: Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached.
+ schema:
+ type: int
+ required: true
+ default: 30
+ - variable: exclude
+ label: exclude
+ description: Ranges of IP addresses that are not subject to invalid 2FA limitations. For example 192.168.1.0/24,172.16.0.1
+ schema:
+ type: string
+ default: ""
+ - variable: autobackup
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: backupIntervalHours
+ label: backupIntervalHours
+ schema:
+ type: int
+ required: true
+ default: 24
+ - variable: keepLastDaysBackup
+ label: keepLastDaysBackup
+ schema:
+ type: int
+ required: true
+ default: 10
+ - variable: zipPassword
+ label: zipPassword
+ description: Leave empty for no password
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: _setupWebDav
+ label: Backup to Web DAV
+ description: Enabled automated upload of the server backups to a WebDAV account.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: webdav
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: url
+ label: url
+ description: WebDAV account URL.
+ schema:
+ type: string
+ default: ""
+ - variable: username
+ label: username
+ description: WebDAV account username.
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ description: WebDAV account password.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: folderName
+ label: folderName
+ description: The name of the folder to create in the WebDAV account.
+ schema:
+ type: string
+ default: MeshCentral-Backups
+ - variable: maxFiles
+ label: maxFiles
+ description: The maximum number of files to keep in the WebDAV folder, older files will be removed if needed.
+ schema:
+ type: int
+ default: 10
+ - variable: relayDNS
+ label: relayDNS
+ description: When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: relayDNSEntry
+ label: relayDNS Entry
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: plugins
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: _setupMessaging
+ label: Setup Messaging
+ description: This section allow MeshCentral to send messages over user messaging networks like Discord
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: messaging
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: _setupTelegram
+ label: Setup Telegram
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: telegram
+ label: telegram
+ description: Configure Telegram messaging system
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: apiid
+ label: apiid
+ schema:
+ type: string
+ default: ""
+ - variable: apihash
+ label: apihash
+ schema:
+ type: string
+ default: ""
+ - variable: session
+ label: session
+ schema:
+ type: string
+ default: ""
+ - variable: _setupDiscord
+ label: Setup Discord
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: discord
+ label: discord
+ description: Configure Discord messaging system
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: serverurl
+ label: serverurl
+ schema:
+ type: string
+ default: ""
+ - variable: token
+ label: token
+ schema:
+ type: string
+ default: ""
+ - variable: _setupXMPP
+ label: Setup XMPP
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: xmpp
+ label: xmpp
+ description: Configure XMPP messaging system
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: service
+ label: service
+ schema:
+ type: string
+ default: ""
+ - variable: credentials
+ label: credentials
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: domains
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: tcdefaultdomain
+ label: 'Section <"">'
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: certUrl
+ label: certUrl
+ description: HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: title
+ label: title
+ description: The title of this web site. All web pages will have this title.
+ schema:
+ type: string
+ required: true
+ default: MeshCentral
+ - variable: title2
+ label: title2
+ description: Secondary title text that is placed on the upper right on the title on many web pages.
+ schema:
+ type: string
+ required: true
+ default: TrueCharts
+ - variable: welcomeText
+ label: welcomeText
+ description: Text that will be shown on the login screen.
+ schema:
+ type: string
+ required: true
+ default: Welcome to TrueCharts MeshCentral
+ - variable: minify
+ label: minify
+ description: When enabled, the server will send reduced sized web pages.
+ schema:
+ type: boolean
+ default: true
+ - variable: localSessionRecording
+ label: localSessionRecording
+ description: When false, removes the local recording feature on remote desktop.
+ schema:
+ type: boolean
+ default: true
+ - variable: mstsc
+ label: mstsc
+ description: When enabled, activates the built-in web-based RDP client.
+ schema:
+ type: boolean
+ default: true
+ - variable: ssh
+ label: ssh
+ description: When enabled, activates the built-in web-based SSH client.
+ schema:
+ type: boolean
+ default: true
+ - variable: novnc
+ label: novnc
+ description: When enabled, activates the built-in web-based VNC client.
+ schema:
+ type: boolean
+ default: true
+ - variable: geoLocation
+ label: geoLocation
+ description: Enables the geo-location feature and device location map in the user interface, this feature is not being worked on.
+ schema:
+ type: boolean
+ default: true
+ - variable: nightMode
+ label: nightMode
+ description: 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode
+ schema:
+ type: int
+ min: 0
+ max: 2
+ requited: true
+ default: 0
+ - variable: siteStyle
+ label: siteStyle
+ description: Valid numbers are 1 and 2, changes the style of the login page and some secondary pages.
+ schema:
+ type: int
+ min: 1
+ max: 2
+ requited: true
+ default: 2
+ - variable: deviceMeshRouterLinks
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: rdp
+ label: rdp
+ description: Display a RDP link in the device tab when supported
+ schema:
+ type: boolean
+ default: true
+ - variable: ssh
+ label: ssh
+ description: Display a SSH link in the device tab when supported
+ schema:
+ type: boolean
+ default: true
+ - variable: scp
+ label: scp
+ description: Display a SCP link in the device tab when supported
+ schema:
+ type: boolean
+ default: true
+ - variable: _setupAgentCustomization
+ label: Setup Agent Customization
+ description: Use this section to customize the agent branding.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: agentCustomization
+ label: Section
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: displayName
+ label: displayName
+ description: The name of the agent as displayed to the user.
+ schema:
+ type: string
+ default: MeshCentral Agent
+ - variable: description
+ label: description
+ description: The description of the agent as displayed to the user.
+ schema:
+ type: string
+ default: Mesh Agent Background Service
+ - variable: companyName
+ label: companyName
+ description: This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's.
+ schema:
+ type: string
+ default: Mesh Agent
+ - variable: serviceName
+ label: serviceName
+ description: The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string.
+ schema:
+ type: string
+ default: Mesh Agent
+ - variable: installText
+ label: installText
+ description: Text string to show in the agent installation dialog box.
+ schema:
+ type: string
+ default: ""
+ - variable: image
+ label: image
+ description: The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200.
+ schema:
+ type: string
+ default: ""
+ - variable: fileName
+ label: fileName
+ description: The agent filename.
+ schema:
+ type: string
+ default: meshagent
+ - variable: foregroundColor
+ label: foregroundColor
+ description: 'Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".'
+ schema:
+ type: string
+ default: ""
+ - variable: backgroundColor
+ label: backgroundColor
+ description: 'Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".'
+ schema:
+ type: string
+ default: ""
+ - variable: additional_meshcentral
+ group: App Configuration
+ label: Additional MeshCentral Configuration
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: entry
+ label: Key - Value Pair
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10205
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: App Data Storage
+ description: Stores the Application Data.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: files
+ label: Files Storage
+ description: Stores the Files
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: web
+ label: Web Storage
+ description: Stores the Web Files. Used for web customization
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: backups
+ label: Backups Storage
+ description: Stores the Backups
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/meshcentral/15.6.0/templates/_secret.tpl b/stable/meshcentral/15.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/meshcentral/15.6.0/templates/_secret.tpl
rename to stable/meshcentral/15.7.3/templates/_secret.tpl
diff --git a/stable/meshcentral/15.6.0/templates/common.yaml b/stable/meshcentral/15.7.3/templates/common.yaml
similarity index 100%
rename from stable/meshcentral/15.6.0/templates/common.yaml
rename to stable/meshcentral/15.7.3/templates/common.yaml
diff --git a/stable/mindustry/5.6.0/values.yaml b/stable/meshcentral/15.7.3/values.yaml
similarity index 100%
rename from stable/mindustry/5.6.0/values.yaml
rename to stable/meshcentral/15.7.3/values.yaml
diff --git a/stable/meshroom/9.6.0/CHANGELOG.md b/stable/meshroom/9.6.0/CHANGELOG.md
deleted file mode 100644
index d8f23b9a823..00000000000
--- a/stable/meshroom/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [meshroom-9.6.0](https://github.com/truecharts/charts/compare/meshroom-9.5.2...meshroom-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [meshroom-9.5.2](https://github.com/truecharts/charts/compare/meshroom-9.5.1...meshroom-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [meshroom-9.5.1](https://github.com/truecharts/charts/compare/meshroom-9.5.0...meshroom-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [meshroom-9.5.0](https://github.com/truecharts/charts/compare/meshroom-9.4.1...meshroom-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [meshroom-9.4.1](https://github.com/truecharts/charts/compare/meshroom-9.4.0...meshroom-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [meshroom-9.4.0](https://github.com/truecharts/charts/compare/meshroom-9.3.0...meshroom-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [meshroom-9.3.0](https://github.com/truecharts/charts/compare/meshroom-9.2.3...meshroom-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [meshroom-9.2.3](https://github.com/truecharts/charts/compare/meshroom-9.2.2...meshroom-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [meshroom-9.2.2](https://github.com/truecharts/charts/compare/meshroom-9.2.0...meshroom-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/meshroom/9.6.0/Chart.yaml b/stable/meshroom/9.6.0/Chart.yaml
deleted file mode 100644
index e7e64e8a0fa..00000000000
--- a/stable/meshroom/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.1.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.
-home: https://truecharts.org/charts/stable/meshroom
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png
-keywords:
- - meshroom
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: meshroom
-sources:
- - https://github.com/alicevision/meshroom
- - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom
- - https://hub.docker.com/r/alicevision/meshroom
-type: application
-version: 9.6.0
diff --git a/stable/meshroom/9.6.0/charts/common-20.1.5.tgz b/stable/meshroom/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/meshroom/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/minecraft-bedrock/8.6.0/.helmignore b/stable/meshroom/9.7.3/.helmignore
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/.helmignore
rename to stable/meshroom/9.7.3/.helmignore
diff --git a/stable/meshroom/9.7.3/CHANGELOG.md b/stable/meshroom/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0d47bb89573
--- /dev/null
+++ b/stable/meshroom/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [meshroom-9.7.2](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/meshroom/9.7.3/Chart.yaml b/stable/meshroom/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..a876398a610
--- /dev/null
+++ b/stable/meshroom/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.
+home: https://truecharts.org/charts/stable/meshroom
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png
+keywords:
+ - meshroom
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: meshroom
+sources:
+ - https://github.com/alicevision/meshroom
+ - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom
+ - https://hub.docker.com/r/alicevision/meshroom
+type: application
+version: 9.7.3
diff --git a/stable/meshroom/9.6.0/README.md b/stable/meshroom/9.7.3/README.md
similarity index 100%
rename from stable/meshroom/9.6.0/README.md
rename to stable/meshroom/9.7.3/README.md
diff --git a/stable/meshroom/9.7.3/app-changelog.md b/stable/meshroom/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..6ec475205f7
--- /dev/null
+++ b/stable/meshroom/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [meshroom-9.7.3](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/meshroom/9.6.0/app-readme.md b/stable/meshroom/9.7.3/app-readme.md
similarity index 100%
rename from stable/meshroom/9.6.0/app-readme.md
rename to stable/meshroom/9.7.3/app-readme.md
diff --git a/stable/meshroom/9.7.3/charts/common-20.2.4.tgz b/stable/meshroom/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/meshroom/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/meshroom/9.6.0/ix_values.yaml b/stable/meshroom/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/meshroom/9.6.0/ix_values.yaml
rename to stable/meshroom/9.7.3/ix_values.yaml
diff --git a/stable/meshroom/9.6.0/questions.yaml b/stable/meshroom/9.7.3/questions.yaml
similarity index 100%
rename from stable/meshroom/9.6.0/questions.yaml
rename to stable/meshroom/9.7.3/questions.yaml
diff --git a/stable/minecraft-bungeecord/8.6.0/templates/NOTES.txt b/stable/meshroom/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/templates/NOTES.txt
rename to stable/meshroom/9.7.3/templates/NOTES.txt
diff --git a/stable/minecraft-bedrock/8.6.0/templates/common.yaml b/stable/meshroom/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/templates/common.yaml
rename to stable/meshroom/9.7.3/templates/common.yaml
diff --git a/stable/minecraft-bedrock/8.6.0/values.yaml b/stable/meshroom/9.7.3/values.yaml
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/values.yaml
rename to stable/meshroom/9.7.3/values.yaml
diff --git a/stable/metabase/3.8.0/CHANGELOG.md b/stable/metabase/3.8.0/CHANGELOG.md
deleted file mode 100644
index 5977f5064fa..00000000000
--- a/stable/metabase/3.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
diff --git a/stable/metabase/3.8.0/Chart.yaml b/stable/metabase/3.8.0/Chart.yaml
deleted file mode 100644
index da42ed03d76..00000000000
--- a/stable/metabase/3.8.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: reporting
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.49.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Business intelligence, dashboards, and data visualization tools
-home: https://truecharts.org/charts/stable/metabase
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
-keywords:
- - metabase
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: metabase
-sources:
- - https://github.com/metabase/metabase
- - https://github.com/truecharts/charts/tree/master/charts/stable/metabase
- - https://hub.docker.com/r/metabase/metabase
-type: application
-version: 3.8.0
diff --git a/stable/metabase/3.8.0/app-changelog.md b/stable/metabase/3.8.0/app-changelog.md
deleted file mode 100644
index d5596e35d53..00000000000
--- a/stable/metabase/3.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [metabase-3.8.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
\ No newline at end of file
diff --git a/stable/metabase/3.8.0/charts/common-20.2.0.tgz b/stable/metabase/3.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/metabase/3.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/metabase/3.8.0/ix_values.yaml b/stable/metabase/3.8.0/ix_values.yaml
deleted file mode 100644
index e4e8c9dcd6c..00000000000
--- a/stable/metabase/3.8.0/ix_values.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-image:
- repository: metabase/metabase
- pullPolicy: IfNotPresent
- tag: v0.49.0@sha256:102b6a4f40b2e122136ff77b4a98719a6263f1cf134999bf5866a86304788b79
-service:
- main:
- ports:
- main:
- protocol: http
- port: 13030
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}"
- JAVA_TIMEZONE: "{{ .Values.TZ }}"
- MB_DB_TYPE: "postgres"
- MB_DB_USER: "{{ .Values.cnpg.main.user }}"
- MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}"
- MB_DB_PORT: 5432
- MB_DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- MB_DB_PASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
-persistence:
- plugins:
- enabled: true
- mountPath: "/plugins"
-# Enabled postgres
-cnpg:
- main:
- enabled: true
- user: metabase
- database: metabase
-portal:
- open:
- enabled: true
diff --git a/stable/metabase/3.8.0/questions.yaml b/stable/metabase/3.8.0/questions.yaml
deleted file mode 100755
index 25fa214c500..00000000000
--- a/stable/metabase/3.8.0/questions.yaml
+++ /dev/null
@@ -1,3266 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 13030
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: plugins
- label: "App Plugin Storage"
- description: "Stores the Metabase Plugins."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/minecraft-bungeecord/8.6.0/.helmignore b/stable/metabase/3.8.4/.helmignore
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/.helmignore
rename to stable/metabase/3.8.4/.helmignore
diff --git a/stable/metabase/3.8.4/CHANGELOG.md b/stable/metabase/3.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..dc2f187b7ce
--- /dev/null
+++ b/stable/metabase/3.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [metabase-3.8.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
+
+
+## [metabase-3.8.3](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
+
+
+## [metabase-3.8.3](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
+
+
+## [metabase-3.8.3](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
+
+
+## [metabase-3.8.3](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
+
+
+## [metabase-3.8.3](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/metabase/3.8.4/Chart.yaml b/stable/metabase/3.8.4/Chart.yaml
new file mode 100644
index 00000000000..085fe415bc6
--- /dev/null
+++ b/stable/metabase/3.8.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: reporting
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.49.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Business intelligence, dashboards, and data visualization tools
+home: https://truecharts.org/charts/stable/metabase
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
+keywords:
+ - metabase
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: metabase
+sources:
+ - https://github.com/metabase/metabase
+ - https://github.com/truecharts/charts/tree/master/charts/stable/metabase
+ - https://hub.docker.com/r/metabase/metabase
+type: application
+version: 3.8.4
diff --git a/stable/metabase/3.8.0/README.md b/stable/metabase/3.8.4/README.md
similarity index 100%
rename from stable/metabase/3.8.0/README.md
rename to stable/metabase/3.8.4/README.md
diff --git a/stable/metabase/3.8.4/app-changelog.md b/stable/metabase/3.8.4/app-changelog.md
new file mode 100644
index 00000000000..d5bfaffd843
--- /dev/null
+++ b/stable/metabase/3.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [metabase-3.8.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image metabase/metabase to v0.49.1[@8da49fd](https://github.com/8da49fd) by renovate ([#19594](https://github.com/truecharts/charts/issues/19594))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346))
\ No newline at end of file
diff --git a/stable/metabase/3.8.0/app-readme.md b/stable/metabase/3.8.4/app-readme.md
similarity index 100%
rename from stable/metabase/3.8.0/app-readme.md
rename to stable/metabase/3.8.4/app-readme.md
diff --git a/stable/metabase/3.8.4/charts/common-20.2.4.tgz b/stable/metabase/3.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/metabase/3.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/metabase/3.8.4/ix_values.yaml b/stable/metabase/3.8.4/ix_values.yaml
new file mode 100644
index 00000000000..44877d9a0f0
--- /dev/null
+++ b/stable/metabase/3.8.4/ix_values.yaml
@@ -0,0 +1,43 @@
+image:
+ repository: metabase/metabase
+ pullPolicy: IfNotPresent
+ tag: v0.49.1@sha256:8da49fd4660be3afa3b08b5775bb172408a4e7f928e07c86781d73a849e144a9
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 13030
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}"
+ JAVA_TIMEZONE: "{{ .Values.TZ }}"
+ MB_DB_TYPE: "postgres"
+ MB_DB_USER: "{{ .Values.cnpg.main.user }}"
+ MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}"
+ MB_DB_PORT: 5432
+ MB_DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ MB_DB_PASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+persistence:
+ plugins:
+ enabled: true
+ mountPath: "/plugins"
+# Enabled postgres
+cnpg:
+ main:
+ enabled: true
+ user: metabase
+ database: metabase
+portal:
+ open:
+ enabled: true
diff --git a/stable/metabase/3.8.4/questions.yaml b/stable/metabase/3.8.4/questions.yaml
new file mode 100755
index 00000000000..134627ebdf7
--- /dev/null
+++ b/stable/metabase/3.8.4/questions.yaml
@@ -0,0 +1,3268 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 13030
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: plugins
+ label: "App Plugin Storage"
+ description: "Stores the Metabase Plugins."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/minecraft-java/8.7.0/templates/NOTES.txt b/stable/metabase/3.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/minecraft-java/8.7.0/templates/NOTES.txt
rename to stable/metabase/3.8.4/templates/NOTES.txt
diff --git a/stable/minecraft-bungeecord/8.6.0/templates/common.yaml b/stable/metabase/3.8.4/templates/common.yaml
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/templates/common.yaml
rename to stable/metabase/3.8.4/templates/common.yaml
diff --git a/stable/minecraft-bungeecord/8.6.0/values.yaml b/stable/metabase/3.8.4/values.yaml
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/values.yaml
rename to stable/metabase/3.8.4/values.yaml
diff --git a/stable/metatube/5.6.0/CHANGELOG.md b/stable/metatube/5.6.0/CHANGELOG.md
deleted file mode 100644
index 589aaf4229d..00000000000
--- a/stable/metatube/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [metatube-5.6.0](https://github.com/truecharts/charts/compare/metatube-5.5.2...metatube-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [metatube-5.5.2](https://github.com/truecharts/charts/compare/metatube-5.5.1...metatube-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [metatube-5.5.1](https://github.com/truecharts/charts/compare/metatube-5.5.0...metatube-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [metatube-5.5.0](https://github.com/truecharts/charts/compare/metatube-5.4.1...metatube-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [metatube-5.4.1](https://github.com/truecharts/charts/compare/metatube-5.4.0...metatube-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [metatube-5.4.0](https://github.com/truecharts/charts/compare/metatube-5.3.0...metatube-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [metatube-5.3.0](https://github.com/truecharts/charts/compare/metatube-5.2.3...metatube-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [metatube-5.2.3](https://github.com/truecharts/charts/compare/metatube-5.2.2...metatube-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [metatube-5.2.2](https://github.com/truecharts/charts/compare/metatube-5.2.0...metatube-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/metatube/5.6.0/Chart.yaml b/stable/metatube/5.6.0/Chart.yaml
deleted file mode 100644
index b4dc6d8337d..00000000000
--- a/stable/metatube/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file.
-home: https://truecharts.org/charts/stable/metatube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png
-keywords:
- - metatube
- - Downloaders
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: metatube
-sources:
- - https://github.com/JVT038/MetaTube
- - https://github.com/truecharts/charts/tree/master/charts/stable/metatube
- - https://hub.docker.com/r/jvt038/metatube
-type: application
-version: 5.6.0
diff --git a/stable/metatube/5.6.0/charts/common-20.1.5.tgz b/stable/metatube/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/metatube/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/minecraft-java/8.7.0/.helmignore b/stable/metatube/5.7.3/.helmignore
similarity index 100%
rename from stable/minecraft-java/8.7.0/.helmignore
rename to stable/metatube/5.7.3/.helmignore
diff --git a/stable/metatube/5.7.3/CHANGELOG.md b/stable/metatube/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b5b1fa496c9
--- /dev/null
+++ b/stable/metatube/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metatube-5.7.2](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/metatube/5.7.3/Chart.yaml b/stable/metatube/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b227488ac3e
--- /dev/null
+++ b/stable/metatube/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file.
+home: https://truecharts.org/charts/stable/metatube
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png
+keywords:
+ - metatube
+ - Downloaders
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: metatube
+sources:
+ - https://github.com/JVT038/MetaTube
+ - https://github.com/truecharts/charts/tree/master/charts/stable/metatube
+ - https://hub.docker.com/r/jvt038/metatube
+type: application
+version: 5.7.3
diff --git a/stable/metatube/5.6.0/README.md b/stable/metatube/5.7.3/README.md
similarity index 100%
rename from stable/metatube/5.6.0/README.md
rename to stable/metatube/5.7.3/README.md
diff --git a/stable/metatube/5.7.3/app-changelog.md b/stable/metatube/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e3d71c097a1
--- /dev/null
+++ b/stable/metatube/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [metatube-5.7.3](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/metatube/5.6.0/app-readme.md b/stable/metatube/5.7.3/app-readme.md
similarity index 100%
rename from stable/metatube/5.6.0/app-readme.md
rename to stable/metatube/5.7.3/app-readme.md
diff --git a/stable/metatube/5.7.3/charts/common-20.2.4.tgz b/stable/metatube/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/metatube/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/metatube/5.6.0/ix_values.yaml b/stable/metatube/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/metatube/5.6.0/ix_values.yaml
rename to stable/metatube/5.7.3/ix_values.yaml
diff --git a/stable/metatube/5.6.0/questions.yaml b/stable/metatube/5.7.3/questions.yaml
similarity index 100%
rename from stable/metatube/5.6.0/questions.yaml
rename to stable/metatube/5.7.3/questions.yaml
diff --git a/stable/mindustry/5.6.0/templates/common.yaml b/stable/metatube/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mindustry/5.6.0/templates/common.yaml
rename to stable/metatube/5.7.3/templates/common.yaml
diff --git a/stable/minecraft-java/8.7.0/values.yaml b/stable/metatube/5.7.3/values.yaml
similarity index 100%
rename from stable/minecraft-java/8.7.0/values.yaml
rename to stable/metatube/5.7.3/values.yaml
diff --git a/stable/metube/12.7.0/CHANGELOG.md b/stable/metube/12.7.0/CHANGELOG.md
deleted file mode 100644
index 4f18bb2c9fa..00000000000
--- a/stable/metube/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [metube-12.7.0](https://github.com/truecharts/charts/compare/metube-12.6.2...metube-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [metube-12.6.2](https://github.com/truecharts/charts/compare/metube-12.6.1...metube-12.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [metube-12.6.1](https://github.com/truecharts/charts/compare/metube-12.6.0...metube-12.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [metube-12.6.0](https://github.com/truecharts/charts/compare/metube-12.5.0...metube-12.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [metube-12.5.0](https://github.com/truecharts/charts/compare/metube-12.4.1...metube-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image alexta69/metube to v2024-03-11[@7482342](https://github.com/7482342) by renovate ([#19113](https://github.com/truecharts/charts/issues/19113))
-
-
-## [metube-12.4.1](https://github.com/truecharts/charts/compare/metube-12.4.0...metube-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [metube-12.4.0](https://github.com/truecharts/charts/compare/metube-12.3.0...metube-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [metube-12.3.0](https://github.com/truecharts/charts/compare/metube-12.2.3...metube-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [metube-12.2.3](https://github.com/truecharts/charts/compare/metube-12.2.2...metube-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [metube-12.2.2](https://github.com/truecharts/charts/compare/metube-12.2.0...metube-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/metube/12.7.0/Chart.yaml b/stable/metube/12.7.0/Chart.yaml
deleted file mode 100644
index 6d5174d0196..00000000000
--- a/stable/metube/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.3.11
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Web GUI for youtube-dl.
-home: https://truecharts.org/charts/stable/metube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png
-keywords:
- - metube
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: metube
-sources:
- - https://github.com/alexta69/metube
- - https://github.com/truecharts/charts/tree/master/charts/stable/metube
- - https://hub.docker.com/r/alexta69/metube
-type: application
-version: 12.7.0
diff --git a/stable/metube/12.7.0/charts/common-20.1.5.tgz b/stable/metube/12.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/metube/12.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/minetest/8.6.1/.helmignore b/stable/metube/12.8.3/.helmignore
similarity index 100%
rename from stable/minetest/8.6.1/.helmignore
rename to stable/metube/12.8.3/.helmignore
diff --git a/stable/metube/12.8.3/CHANGELOG.md b/stable/metube/12.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..1033cebf41c
--- /dev/null
+++ b/stable/metube/12.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metube-12.8.2](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/metube/12.8.3/Chart.yaml b/stable/metube/12.8.3/Chart.yaml
new file mode 100644
index 00000000000..c65c670199e
--- /dev/null
+++ b/stable/metube/12.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Web GUI for youtube-dl.
+home: https://truecharts.org/charts/stable/metube
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png
+keywords:
+ - metube
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: metube
+sources:
+ - https://github.com/alexta69/metube
+ - https://github.com/truecharts/charts/tree/master/charts/stable/metube
+ - https://hub.docker.com/r/alexta69/metube
+type: application
+version: 12.8.3
diff --git a/stable/metube/12.7.0/README.md b/stable/metube/12.8.3/README.md
similarity index 100%
rename from stable/metube/12.7.0/README.md
rename to stable/metube/12.8.3/README.md
diff --git a/stable/metube/12.8.3/app-changelog.md b/stable/metube/12.8.3/app-changelog.md
new file mode 100644
index 00000000000..9bc8299d4ff
--- /dev/null
+++ b/stable/metube/12.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [metube-12.8.3](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/metube/12.7.0/app-readme.md b/stable/metube/12.8.3/app-readme.md
similarity index 100%
rename from stable/metube/12.7.0/app-readme.md
rename to stable/metube/12.8.3/app-readme.md
diff --git a/stable/metube/12.8.3/charts/common-20.2.4.tgz b/stable/metube/12.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/metube/12.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/metube/12.7.0/ix_values.yaml b/stable/metube/12.8.3/ix_values.yaml
similarity index 100%
rename from stable/metube/12.7.0/ix_values.yaml
rename to stable/metube/12.8.3/ix_values.yaml
diff --git a/stable/metube/12.7.0/questions.yaml b/stable/metube/12.8.3/questions.yaml
similarity index 100%
rename from stable/metube/12.7.0/questions.yaml
rename to stable/metube/12.8.3/questions.yaml
diff --git a/stable/minetest/8.6.1/templates/NOTES.txt b/stable/metube/12.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/minetest/8.6.1/templates/NOTES.txt
rename to stable/metube/12.8.3/templates/NOTES.txt
diff --git a/stable/minetest/8.6.1/templates/common.yaml b/stable/metube/12.8.3/templates/common.yaml
similarity index 100%
rename from stable/minetest/8.6.1/templates/common.yaml
rename to stable/metube/12.8.3/templates/common.yaml
diff --git a/stable/minetest/8.6.1/values.yaml b/stable/metube/12.8.3/values.yaml
similarity index 100%
rename from stable/minetest/8.6.1/values.yaml
rename to stable/metube/12.8.3/values.yaml
diff --git a/stable/mindustry/5.6.0/CHANGELOG.md b/stable/mindustry/5.6.0/CHANGELOG.md
deleted file mode 100644
index d526de63b6c..00000000000
--- a/stable/mindustry/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mindustry-5.6.0](https://github.com/truecharts/charts/compare/mindustry-5.5.2...mindustry-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mindustry-5.5.2](https://github.com/truecharts/charts/compare/mindustry-5.5.1...mindustry-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mindustry-5.5.1](https://github.com/truecharts/charts/compare/mindustry-5.5.0...mindustry-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mindustry-5.5.0](https://github.com/truecharts/charts/compare/mindustry-5.4.1...mindustry-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mindustry-5.4.1](https://github.com/truecharts/charts/compare/mindustry-5.4.0...mindustry-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mindustry-5.4.0](https://github.com/truecharts/charts/compare/mindustry-5.3.0...mindustry-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mindustry-5.3.0](https://github.com/truecharts/charts/compare/mindustry-5.2.3...mindustry-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mindustry-5.2.3](https://github.com/truecharts/charts/compare/mindustry-5.2.2...mindustry-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mindustry-5.2.2](https://github.com/truecharts/charts/compare/mindustry-5.2.0...mindustry-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mindustry/5.6.0/Chart.yaml b/stable/mindustry/5.6.0/Chart.yaml
deleted file mode 100644
index 55d8a9b0537..00000000000
--- a/stable/mindustry/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.
-home: https://truecharts.org/charts/stable/mindustry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png
-keywords:
- - mindustry
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mindustry
-sources:
- - https://anuke.itch.io/mindustry
- - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry
- - https://hub.docker.com/r/ich777/mindustry-server
-type: application
-version: 5.6.0
diff --git a/stable/mindustry/5.6.0/charts/common-20.1.5.tgz b/stable/mindustry/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mindustry/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/miniflux/14.6.0/.helmignore b/stable/mindustry/5.7.3/.helmignore
similarity index 100%
rename from stable/miniflux/14.6.0/.helmignore
rename to stable/mindustry/5.7.3/.helmignore
diff --git a/stable/mindustry/5.7.3/CHANGELOG.md b/stable/mindustry/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b91ef7f8ffa
--- /dev/null
+++ b/stable/mindustry/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mindustry-5.7.2](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mindustry/5.7.3/Chart.yaml b/stable/mindustry/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a41fc92dbee
--- /dev/null
+++ b/stable/mindustry/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.
+home: https://truecharts.org/charts/stable/mindustry
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png
+keywords:
+ - mindustry
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mindustry
+sources:
+ - https://anuke.itch.io/mindustry
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry
+ - https://hub.docker.com/r/ich777/mindustry-server
+type: application
+version: 5.7.3
diff --git a/stable/mindustry/5.6.0/README.md b/stable/mindustry/5.7.3/README.md
similarity index 100%
rename from stable/mindustry/5.6.0/README.md
rename to stable/mindustry/5.7.3/README.md
diff --git a/stable/mindustry/5.7.3/app-changelog.md b/stable/mindustry/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9f4b10f574b
--- /dev/null
+++ b/stable/mindustry/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mindustry-5.7.3](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mindustry/5.6.0/app-readme.md b/stable/mindustry/5.7.3/app-readme.md
similarity index 100%
rename from stable/mindustry/5.6.0/app-readme.md
rename to stable/mindustry/5.7.3/app-readme.md
diff --git a/stable/mindustry/5.7.3/charts/common-20.2.4.tgz b/stable/mindustry/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mindustry/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mindustry/5.6.0/ix_values.yaml b/stable/mindustry/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mindustry/5.6.0/ix_values.yaml
rename to stable/mindustry/5.7.3/ix_values.yaml
diff --git a/stable/mindustry/5.6.0/questions.yaml b/stable/mindustry/5.7.3/questions.yaml
similarity index 100%
rename from stable/mindustry/5.6.0/questions.yaml
rename to stable/mindustry/5.7.3/questions.yaml
diff --git a/stable/mininote/5.6.0/templates/common.yaml b/stable/mindustry/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mininote/5.6.0/templates/common.yaml
rename to stable/mindustry/5.7.3/templates/common.yaml
diff --git a/stable/miniflux/14.6.0/values.yaml b/stable/mindustry/5.7.3/values.yaml
similarity index 100%
rename from stable/miniflux/14.6.0/values.yaml
rename to stable/mindustry/5.7.3/values.yaml
diff --git a/stable/minecraft-bedrock/8.6.0/CHANGELOG.md b/stable/minecraft-bedrock/8.6.0/CHANGELOG.md
deleted file mode 100644
index 57f34b0a5e2..00000000000
--- a/stable/minecraft-bedrock/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minecraft-bedrock-8.6.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.5.2...minecraft-bedrock-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [minecraft-bedrock-8.5.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.5.1...minecraft-bedrock-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [minecraft-bedrock-8.5.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.5.0...minecraft-bedrock-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [minecraft-bedrock-8.5.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.4.1...minecraft-bedrock-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [minecraft-bedrock-8.4.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.4.0...minecraft-bedrock-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [minecraft-bedrock-8.4.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.3.0...minecraft-bedrock-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [minecraft-bedrock-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.4...minecraft-bedrock-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [minecraft-bedrock-8.2.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.3...minecraft-bedrock-8.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [minecraft-bedrock-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.1...minecraft-bedrock-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/minecraft-bedrock/8.6.0/Chart.yaml b/stable/minecraft-bedrock/8.6.0/Chart.yaml
deleted file mode 100644
index e54bc7ab60a..00000000000
--- a/stable/minecraft-bedrock/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.8.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minecraft Bedrock Dedicated Server
-home: https://truecharts.org/charts/stable/minecraft-bedrock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png
-keywords:
- - minecraft
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minecraft-bedrock
-sources:
- - https://github.com/itzg/docker-minecraft-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
- - https://hub.docker.com/r/itzg/minecraft-bedrock-server
-type: application
-version: 8.6.0
diff --git a/stable/minecraft-bedrock/8.6.0/charts/common-20.1.5.tgz b/stable/minecraft-bedrock/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minecraft-bedrock/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mininote/5.6.0/.helmignore b/stable/minecraft-bedrock/8.7.3/.helmignore
similarity index 100%
rename from stable/mininote/5.6.0/.helmignore
rename to stable/minecraft-bedrock/8.7.3/.helmignore
diff --git a/stable/minecraft-bedrock/8.7.3/CHANGELOG.md b/stable/minecraft-bedrock/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6b98d91958e
--- /dev/null
+++ b/stable/minecraft-bedrock/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bedrock-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/minecraft-bedrock/8.7.3/Chart.yaml b/stable/minecraft-bedrock/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..7f440ca8c3a
--- /dev/null
+++ b/stable/minecraft-bedrock/8.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.8.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minecraft Bedrock Dedicated Server
+home: https://truecharts.org/charts/stable/minecraft-bedrock
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png
+keywords:
+ - minecraft
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minecraft-bedrock
+sources:
+ - https://github.com/itzg/docker-minecraft-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
+ - https://hub.docker.com/r/itzg/minecraft-bedrock-server
+type: application
+version: 8.7.3
diff --git a/stable/minecraft-bedrock/8.6.0/README.md b/stable/minecraft-bedrock/8.7.3/README.md
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/README.md
rename to stable/minecraft-bedrock/8.7.3/README.md
diff --git a/stable/minecraft-bedrock/8.7.3/app-changelog.md b/stable/minecraft-bedrock/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..69cfeb82d3f
--- /dev/null
+++ b/stable/minecraft-bedrock/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [minecraft-bedrock-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minecraft-bedrock/8.6.0/app-readme.md b/stable/minecraft-bedrock/8.7.3/app-readme.md
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/app-readme.md
rename to stable/minecraft-bedrock/8.7.3/app-readme.md
diff --git a/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz b/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minecraft-bedrock/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minecraft-bedrock/8.6.0/ix_values.yaml b/stable/minecraft-bedrock/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/ix_values.yaml
rename to stable/minecraft-bedrock/8.7.3/ix_values.yaml
diff --git a/stable/minecraft-bedrock/8.6.0/questions.yaml b/stable/minecraft-bedrock/8.7.3/questions.yaml
similarity index 100%
rename from stable/minecraft-bedrock/8.6.0/questions.yaml
rename to stable/minecraft-bedrock/8.7.3/questions.yaml
diff --git a/stable/minio-console/10.6.0/templates/NOTES.txt b/stable/minecraft-bedrock/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/minio-console/10.6.0/templates/NOTES.txt
rename to stable/minecraft-bedrock/8.7.3/templates/NOTES.txt
diff --git a/stable/miniflux/14.6.0/templates/common.yaml b/stable/minecraft-bedrock/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/miniflux/14.6.0/templates/common.yaml
rename to stable/minecraft-bedrock/8.7.3/templates/common.yaml
diff --git a/stable/mininote/5.6.0/values.yaml b/stable/minecraft-bedrock/8.7.3/values.yaml
similarity index 100%
rename from stable/mininote/5.6.0/values.yaml
rename to stable/minecraft-bedrock/8.7.3/values.yaml
diff --git a/stable/minecraft-bungeecord/8.6.0/CHANGELOG.md b/stable/minecraft-bungeecord/8.6.0/CHANGELOG.md
deleted file mode 100644
index 0fb1e7c434f..00000000000
--- a/stable/minecraft-bungeecord/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minecraft-bungeecord-8.6.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.5.2...minecraft-bungeecord-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [minecraft-bungeecord-8.5.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.5.1...minecraft-bungeecord-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [minecraft-bungeecord-8.5.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.5.0...minecraft-bungeecord-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [minecraft-bungeecord-8.5.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.4.1...minecraft-bungeecord-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [minecraft-bungeecord-8.4.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.4.0...minecraft-bungeecord-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [minecraft-bungeecord-8.4.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.3.0...minecraft-bungeecord-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [minecraft-bungeecord-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.3...minecraft-bungeecord-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [minecraft-bungeecord-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.2...minecraft-bungeecord-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [minecraft-bungeecord-8.2.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.0...minecraft-bungeecord-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/minecraft-bungeecord/8.6.0/Chart.yaml b/stable/minecraft-bungeecord/8.6.0/Chart.yaml
deleted file mode 100644
index 130aeeb8a1c..00000000000
--- a/stable/minecraft-bungeecord/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: proxy
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2022.4.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: the front-end of a cluster of minecraft-java containers.
-home: https://truecharts.org/charts/stable/minecraft-bungeecord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png
-keywords:
- - minecraft-bungeecord
- - gameserver
- - minecraft
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minecraft-bungeecord
-sources:
- - https://github.com/itzg/docker-bungeecord
- - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
- - https://hub.docker.com/r/itzg/bungeecord
-type: application
-version: 8.6.0
diff --git a/stable/minecraft-bungeecord/8.6.0/charts/common-20.1.5.tgz b/stable/minecraft-bungeecord/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minecraft-bungeecord/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/minio-console/10.6.0/.helmignore b/stable/minecraft-bungeecord/8.7.3/.helmignore
similarity index 100%
rename from stable/minio-console/10.6.0/.helmignore
rename to stable/minecraft-bungeecord/8.7.3/.helmignore
diff --git a/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md b/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7fbc349fb53
--- /dev/null
+++ b/stable/minecraft-bungeecord/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-bungeecord-8.7.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/minecraft-bungeecord/8.7.3/Chart.yaml b/stable/minecraft-bungeecord/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..2a37d85c4b0
--- /dev/null
+++ b/stable/minecraft-bungeecord/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: proxy
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2022.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: the front-end of a cluster of minecraft-java containers.
+home: https://truecharts.org/charts/stable/minecraft-bungeecord
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png
+keywords:
+ - minecraft-bungeecord
+ - gameserver
+ - minecraft
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minecraft-bungeecord
+sources:
+ - https://github.com/itzg/docker-bungeecord
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord
+ - https://hub.docker.com/r/itzg/bungeecord
+type: application
+version: 8.7.3
diff --git a/stable/minecraft-bungeecord/8.6.0/README.md b/stable/minecraft-bungeecord/8.7.3/README.md
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/README.md
rename to stable/minecraft-bungeecord/8.7.3/README.md
diff --git a/stable/minecraft-bungeecord/8.7.3/app-changelog.md b/stable/minecraft-bungeecord/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..88e109c0004
--- /dev/null
+++ b/stable/minecraft-bungeecord/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [minecraft-bungeecord-8.7.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minecraft-bungeecord/8.6.0/app-readme.md b/stable/minecraft-bungeecord/8.7.3/app-readme.md
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/app-readme.md
rename to stable/minecraft-bungeecord/8.7.3/app-readme.md
diff --git a/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz b/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minecraft-bungeecord/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minecraft-bungeecord/8.6.0/ix_values.yaml b/stable/minecraft-bungeecord/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/ix_values.yaml
rename to stable/minecraft-bungeecord/8.7.3/ix_values.yaml
diff --git a/stable/minecraft-bungeecord/8.6.0/questions.yaml b/stable/minecraft-bungeecord/8.7.3/questions.yaml
similarity index 100%
rename from stable/minecraft-bungeecord/8.6.0/questions.yaml
rename to stable/minecraft-bungeecord/8.7.3/questions.yaml
diff --git a/stable/minio/11.7.0/templates/NOTES.txt b/stable/minecraft-bungeecord/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/minio/11.7.0/templates/NOTES.txt
rename to stable/minecraft-bungeecord/8.7.3/templates/NOTES.txt
diff --git a/stable/minio-console/10.6.0/templates/common.yaml b/stable/minecraft-bungeecord/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/minio-console/10.6.0/templates/common.yaml
rename to stable/minecraft-bungeecord/8.7.3/templates/common.yaml
diff --git a/stable/minio-console/10.6.0/values.yaml b/stable/minecraft-bungeecord/8.7.3/values.yaml
similarity index 100%
rename from stable/minio-console/10.6.0/values.yaml
rename to stable/minecraft-bungeecord/8.7.3/values.yaml
diff --git a/stable/minecraft-java/8.7.0/CHANGELOG.md b/stable/minecraft-java/8.7.0/CHANGELOG.md
deleted file mode 100644
index dfe7a32d983..00000000000
--- a/stable/minecraft-java/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/minecraft-java/8.7.0/Chart.yaml b/stable/minecraft-java/8.7.0/Chart.yaml
deleted file mode 100644
index 87b5e0990c4..00000000000
--- a/stable/minecraft-java/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.11.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minecraft Java Dedicated Server
-home: https://truecharts.org/charts/stable/minecraft-java
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png
-keywords:
- - minecraft-java
- - minecraft
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minecraft-java
-sources:
- - https://github.com/itzg/docker-minecraft-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
- - https://hub.docker.com/r/itzg/minecraft-server
- - https://hub.docker.com/r/itzg/mc-backup
-type: application
-version: 8.7.0
diff --git a/stable/minecraft-java/8.7.0/app-changelog.md b/stable/minecraft-java/8.7.0/app-changelog.md
deleted file mode 100644
index 6d11758d2d8..00000000000
--- a/stable/minecraft-java/8.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [minecraft-java-8.7.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minecraft-java/8.7.0/charts/common-20.2.0.tgz b/stable/minecraft-java/8.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/minecraft-java/8.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/minecraft-java/8.7.0/ix_values.yaml b/stable/minecraft-java/8.7.0/ix_values.yaml
deleted file mode 100644
index cee02c71093..00000000000
--- a/stable/minecraft-java/8.7.0/ix_values.yaml
+++ /dev/null
@@ -1,269 +0,0 @@
-image:
- repository: itzg/minecraft-server
- tag: 2023.11.1@sha256:cb98ad8c143ab0cf83351ec6a9fd76256152f7b310988f9aa1acfaaf4aacbc77
- pullPolicy: Always
-j21Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java21@sha256:312de713187f40206d2433f6c76c4f1f5efe993dcf7c0f842b8a7e0274bd5edd
- pullPolicy: Always
-j21graalvmImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java21-graalvm@sha256:49d25c5aa26dd67326f4626ae015dcf5033ed6e9178587dce915a04b16de6ac0
- pullPolicy: Always
-j21alpineImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java21-alpine@sha256:18c2c81eff7ce4a630b676f99223fcb8aa20c525f3b8ae1cd6fbf612d5d39cf0
- pullPolicy: Always
-j17j9Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java17-openj9@sha256:6e3078b58bb3728c0ccdf18402712faab39624cfcc24a72ef237d31579fd2bdc
- pullPolicy: Always
-j17jdkImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java17-jdk@sha256:e8ddd3a22c01937554332dae55bce53a0149740ccf22a6105138126382dfee38
- pullPolicy: Always
-j17graalvmImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java17-graalvm@sha256:1ede29fa5a96bd278d64400f548dde321c7c0762922c1097f17ba5c6a6f047f6
- pullPolicy: Always
-j17alpineImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java17-alpine@sha256:c330401db62f07fbf447eef1c269394e8690d6b659f679821315f5c4c6463849
- pullPolicy: Always
-j11Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java11@sha256:749a17891fb0a2b211062fc2d7a3dd97e0fc76e71e9a908906ec8310cc8aaf95
- pullPolicy: Always
-j11jdkImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java11-jdk@sha256:d8167b33d2da2d8f5ca1e41b9a170c07561b59497b4206140796ba2e98569a2a
- pullPolicy: Always
-j11j9Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java11-openj9@sha256:f327ea42b512896544fc7b44f1029d311ebf79312863a2ceb909ea6570ccf410
- pullPolicy: Always
-j8Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java8@sha256:cf744e3945c3a3c3dd4c4f98e639f9b959c73d6766217dda42fdf91fc9f80b27
- pullPolicy: Always
-j8graalvmImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java8-graalvm-ce@sha256:8a878a24266f5d6c8d448b28f8c8bcc6d167cc5f5c10e629913c9a58db0d7cad
- pullPolicy: Always
-j8jdkImage:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java8-jdk@sha256:3810bf10ff4f637851a950c47b2c4eb6de377b3afdde25ebcb16d263f536c6dd
- pullPolicy: Always
-j8j9Image:
- repository: itzg/minecraft-server
- tag: 2023.11.1-java8-openj9@sha256:076c6a872b241df47580064171e67ff6d9b1826134169fe4201c5cedd3456f58
- pullPolicy: Always
-mcBackupImage:
- repository: itzg/mc-backup
- tag: latest@sha256:a4747aa504bc96d144e27c21b33de4ae84ab9f872a858b83d24fc5e22d59885c
- pullPolicy: Always
-
-service:
- main:
- enabled: true
- ports:
- main:
- enabled: true
- protocol: tcp
- port: 25565
- query:
- enabled: true
- protocol: udp
- port: 25565
- rcon:
- enabled: true
- ports:
- rcon:
- enabled: true
- port: 25575
-
-mcbackup:
- enabled: true
- initial_delay: 2m
- backup_interval: 24h
- player_online_check_interval: 5m
- prune_backups_days: 7
- pause_if_no_players: false
- link_latest: false
- # values gzip,bzip2,zstd
- tar_compress_method: gzip
- # White spaced separated list
- zstd_params:
- - --long=25
- - --single-thread
- # comma separated list
- excludes:
- - "*.jar"
- - "cache"
- - "logs"
- - "*.tmp"
-
-workload:
- main:
- podSpec:
- containers:
- main:
- imageSelector: image
- probes:
- liveness:
- enabled: true
- type: exec
- command:
- - mc-health
- readiness:
- enabled: true
- type: exec
- command:
- - mc-health
- startup:
- enabled: true
- type: exec
- command:
- - mc-health
- env:
- SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
- QUERY_PORT: "{{ .Values.service.main.ports.query.port }}"
- RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
- ENABLE_QUERY: "true"
- EULA: "TRUE"
- GUI: "FALSE"
- OVERRIDE_SERVER_PROPERTIES: true
- VERSION: "LATEST"
- TYPE: "VANILLA"
- DIFFICULTY: easy
- MAX_PLAYERS: 20
- MAX_WORLD_SIZE: 10000
- ALLOW_NETHER: true
- ANNOUNCE_PLAYER_ACHIEVEMENTS: true
- ENABLE_COMMAND_BLOCK: false
- FORCE_GAMEMODE: false
- GENERATE_STRUCTURES: true
- HARDCORE: false
- MAX_BUILD_HEIGHT: 256
- MAX_TICK_TIME: 60000
- SPAWN_ANIMALS: true
- SPAWN_MONSTERS: true
- SPAWN_NPCS: true
- VIEW_DISTANCE: 16
- MODE: survival
- MOTD: "Welcome to Minecraft on TrueNAS Scale!"
- PVP: false
- LEVEL_TYPE: DEFAULT
- LEVEL: world
- ONLINE_MODE: true
- MEMORY: 2048M
- RCON_PASSWORD: "secretrconpass"
- # PACKWIZ_URL: ""
- # CUSTOM_SERVER: ""
- # QUILT_LOADER_VERSION: ""
- # QUILT_LAUNCHER: ""
- # QUILT_LAUNCHER_URL: ""
- # PUFFERFISH_BUILD: "lastSuccessfulBuild"
- # FORGEVERSION: ""
- # FORGE_INSTALLER: ""
- # FORGE_INSTALLER_URL: ""
- # FABRIC_LOADER_VERSION: ""
- # FABRIC_INSTALLER: ""
- # FABRIC_INSTALLER_URL: ""
- # SPIGOT_DOWNLOAD_URL: ""
- # BUILD_FROM_SOURCE: false
- # BUKKIT_DOWNLOAD_URL: ""
- # PAPERBUILD: ""
- # PAPER_DOWNLOAD_URL: ""
- # AIRPLANE_BUILD: "lastSuccessfulBuild"
- # MAGMA_CHANNEL: "stable"
- # MOHIST_BUILD: ""
- # CANYON_BUILD: ""
- # SPONGEBRANCH: "STABLE"
- # SPONGEVERSION: ""
- # LIMBO_BUILD: "LATEST"
- # LIMBO_SCHEMA_FILENAME: "default.schem"
- # CRUCIBLE_RELEASE: "latest"
- # FTB_MODPACK_ID: ""
- # FTB_MODPACK_VERSION_ID: ""
- # CF_SERVER_MOD: ""
- # CF_BASE_DIR: ""
- # USE_MODPACK_START_SCRIPT: true
- # FTB_LEGACYJAVAFIXER: false
- # WHITELIST: ""
- # OPS: ""
- # ICON: ""
- # SEED: ""
- # GENERATOR_SETTINGS: ""
- # WORLD: ""
- # FORCE_REDOWNLOAD: false
- # USE_FLARE_FLAGS: false
- # USE_AIKAR_FLAGS: true
- # USE_SIMD_FLAGS: false
- # JVM_OPTS: ""
- # JVM_XX_OPTS: ""
- # CF_API_KEY
- # CF_PAGE_URL
- # CF_SLUG
- # CF_EXCLUDE_INCLUDE_FILE
- # CF_EXCLUDE_MODS
- # CF_FORCE_INCLUDE_MODS
- # CF_FORCE_SYNCHRONIZE
- # CF_OVERRIDES_SKIP_EXISTING
- # CF_PARALLEL_DOWNLOADS
- # CF_SET_LEVEL_FROM
- mcbackup:
- enabled: true
- type: Deployment
- podSpec:
- containers:
- mcbackup:
- primary: true
- enabled: true
- imageSelector: mcBackupImage
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- BACKUP_METHOD: "tar"
- DEST_DIR: "{{.Values.persistence.backups.mountPath }}"
- SRC_DIR: "{{.Values.persistence.data.mountPath }}"
- SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
- RCON_HOST: '{{ printf "%s-rcon" (include "tc.v1.common.lib.chart.names.fullname" $) }}'
- RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
- RCON_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.RCON_PASSWORD }}"
- INITIAL_DELAY: "{{ .Values.mcbackup.initial_delay }}"
- BACKUP_INTERVAL: "{{ .Values.mcbackup.backup_interval }}"
- PRUNE_BACKUPS_DAYS: "{{ .Values.mcbackup.prune_backups_days }}"
- PAUSE_IF_NO_PLAYERS: "{{ .Values.mcbackup.pause_if_no_players }}"
- PLAYERS_ONLINE_CHECK_INTERVAL: "{{ .Values.mcbackup.player_online_check_interval }}"
- LINK_LATEST: "{{ .Values.mcbackup.link_latest }}"
- TAR_COMPRESS_METHOD: "{{ .Values.mcbackup.tar_compress_method }}"
- ZSTD_PARAMETERS: '{{ join " " .Values.mcbackup.zstd_params }}'
- EXCLUDES: '{{ join "," .Values.mcbackup.excludes }}'
-
-persistence:
- data:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /data
- mcbackup:
- mcbackup:
- mountPath: /data
- readOnly: true
- backups:
- enabled: true
- targetSelector:
- mcbackup:
- mcbackup:
- mountPath: /backups
-
-portal:
- open:
- enabled: false
diff --git a/stable/minio/11.7.0/.helmignore b/stable/minecraft-java/8.7.4/.helmignore
similarity index 100%
rename from stable/minio/11.7.0/.helmignore
rename to stable/minecraft-java/8.7.4/.helmignore
diff --git a/stable/minecraft-java/8.7.4/CHANGELOG.md b/stable/minecraft-java/8.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..7a625003943
--- /dev/null
+++ b/stable/minecraft-java/8.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-java-8.7.3](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-java-8.7.3](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-java-8.7.3](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-java-8.7.3](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minecraft-java-8.7.3](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minecraft-java/8.7.4/Chart.yaml b/stable/minecraft-java/8.7.4/Chart.yaml
new file mode 100644
index 00000000000..4a598b9f6f7
--- /dev/null
+++ b/stable/minecraft-java/8.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.11.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minecraft Java Dedicated Server
+home: https://truecharts.org/charts/stable/minecraft-java
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png
+keywords:
+ - minecraft-java
+ - minecraft
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minecraft-java
+sources:
+ - https://github.com/itzg/docker-minecraft-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
+ - https://hub.docker.com/r/itzg/minecraft-server
+ - https://hub.docker.com/r/itzg/mc-backup
+type: application
+version: 8.7.4
diff --git a/stable/minecraft-java/8.7.0/README.md b/stable/minecraft-java/8.7.4/README.md
similarity index 100%
rename from stable/minecraft-java/8.7.0/README.md
rename to stable/minecraft-java/8.7.4/README.md
diff --git a/stable/minecraft-java/8.7.4/app-changelog.md b/stable/minecraft-java/8.7.4/app-changelog.md
new file mode 100644
index 00000000000..bb7a6f31c96
--- /dev/null
+++ b/stable/minecraft-java/8.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [minecraft-java-8.7.4](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image itzg/mc-backup to latest[@4b6b949](https://github.com/4b6b949) by renovate ([#19483](https://github.com/truecharts/charts/issues/19483))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minecraft-java/8.7.0/app-readme.md b/stable/minecraft-java/8.7.4/app-readme.md
similarity index 100%
rename from stable/minecraft-java/8.7.0/app-readme.md
rename to stable/minecraft-java/8.7.4/app-readme.md
diff --git a/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz b/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minecraft-java/8.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/minecraft-java/8.7.4/ix_values.yaml b/stable/minecraft-java/8.7.4/ix_values.yaml
new file mode 100644
index 00000000000..63aa9c30aab
--- /dev/null
+++ b/stable/minecraft-java/8.7.4/ix_values.yaml
@@ -0,0 +1,269 @@
+image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1@sha256:cb98ad8c143ab0cf83351ec6a9fd76256152f7b310988f9aa1acfaaf4aacbc77
+ pullPolicy: Always
+j21Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java21@sha256:312de713187f40206d2433f6c76c4f1f5efe993dcf7c0f842b8a7e0274bd5edd
+ pullPolicy: Always
+j21graalvmImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java21-graalvm@sha256:49d25c5aa26dd67326f4626ae015dcf5033ed6e9178587dce915a04b16de6ac0
+ pullPolicy: Always
+j21alpineImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java21-alpine@sha256:18c2c81eff7ce4a630b676f99223fcb8aa20c525f3b8ae1cd6fbf612d5d39cf0
+ pullPolicy: Always
+j17j9Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java17-openj9@sha256:6e3078b58bb3728c0ccdf18402712faab39624cfcc24a72ef237d31579fd2bdc
+ pullPolicy: Always
+j17jdkImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java17-jdk@sha256:e8ddd3a22c01937554332dae55bce53a0149740ccf22a6105138126382dfee38
+ pullPolicy: Always
+j17graalvmImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java17-graalvm@sha256:1ede29fa5a96bd278d64400f548dde321c7c0762922c1097f17ba5c6a6f047f6
+ pullPolicy: Always
+j17alpineImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java17-alpine@sha256:c330401db62f07fbf447eef1c269394e8690d6b659f679821315f5c4c6463849
+ pullPolicy: Always
+j11Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java11@sha256:749a17891fb0a2b211062fc2d7a3dd97e0fc76e71e9a908906ec8310cc8aaf95
+ pullPolicy: Always
+j11jdkImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java11-jdk@sha256:d8167b33d2da2d8f5ca1e41b9a170c07561b59497b4206140796ba2e98569a2a
+ pullPolicy: Always
+j11j9Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java11-openj9@sha256:f327ea42b512896544fc7b44f1029d311ebf79312863a2ceb909ea6570ccf410
+ pullPolicy: Always
+j8Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java8@sha256:cf744e3945c3a3c3dd4c4f98e639f9b959c73d6766217dda42fdf91fc9f80b27
+ pullPolicy: Always
+j8graalvmImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java8-graalvm-ce@sha256:8a878a24266f5d6c8d448b28f8c8bcc6d167cc5f5c10e629913c9a58db0d7cad
+ pullPolicy: Always
+j8jdkImage:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java8-jdk@sha256:3810bf10ff4f637851a950c47b2c4eb6de377b3afdde25ebcb16d263f536c6dd
+ pullPolicy: Always
+j8j9Image:
+ repository: itzg/minecraft-server
+ tag: 2023.11.1-java8-openj9@sha256:076c6a872b241df47580064171e67ff6d9b1826134169fe4201c5cedd3456f58
+ pullPolicy: Always
+mcBackupImage:
+ repository: itzg/mc-backup
+ tag: latest@sha256:4b6b949e53e2a85ba93cbf84e39e139ad44d07a20a30fe30782b9d5fd2d8346c
+ pullPolicy: Always
+
+service:
+ main:
+ enabled: true
+ ports:
+ main:
+ enabled: true
+ protocol: tcp
+ port: 25565
+ query:
+ enabled: true
+ protocol: udp
+ port: 25565
+ rcon:
+ enabled: true
+ ports:
+ rcon:
+ enabled: true
+ port: 25575
+
+mcbackup:
+ enabled: true
+ initial_delay: 2m
+ backup_interval: 24h
+ player_online_check_interval: 5m
+ prune_backups_days: 7
+ pause_if_no_players: false
+ link_latest: false
+ # values gzip,bzip2,zstd
+ tar_compress_method: gzip
+ # White spaced separated list
+ zstd_params:
+ - --long=25
+ - --single-thread
+ # comma separated list
+ excludes:
+ - "*.jar"
+ - "cache"
+ - "logs"
+ - "*.tmp"
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ imageSelector: image
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - mc-health
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - mc-health
+ startup:
+ enabled: true
+ type: exec
+ command:
+ - mc-health
+ env:
+ SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
+ QUERY_PORT: "{{ .Values.service.main.ports.query.port }}"
+ RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
+ ENABLE_QUERY: "true"
+ EULA: "TRUE"
+ GUI: "FALSE"
+ OVERRIDE_SERVER_PROPERTIES: true
+ VERSION: "LATEST"
+ TYPE: "VANILLA"
+ DIFFICULTY: easy
+ MAX_PLAYERS: 20
+ MAX_WORLD_SIZE: 10000
+ ALLOW_NETHER: true
+ ANNOUNCE_PLAYER_ACHIEVEMENTS: true
+ ENABLE_COMMAND_BLOCK: false
+ FORCE_GAMEMODE: false
+ GENERATE_STRUCTURES: true
+ HARDCORE: false
+ MAX_BUILD_HEIGHT: 256
+ MAX_TICK_TIME: 60000
+ SPAWN_ANIMALS: true
+ SPAWN_MONSTERS: true
+ SPAWN_NPCS: true
+ VIEW_DISTANCE: 16
+ MODE: survival
+ MOTD: "Welcome to Minecraft on TrueNAS Scale!"
+ PVP: false
+ LEVEL_TYPE: DEFAULT
+ LEVEL: world
+ ONLINE_MODE: true
+ MEMORY: 2048M
+ RCON_PASSWORD: "secretrconpass"
+ # PACKWIZ_URL: ""
+ # CUSTOM_SERVER: ""
+ # QUILT_LOADER_VERSION: ""
+ # QUILT_LAUNCHER: ""
+ # QUILT_LAUNCHER_URL: ""
+ # PUFFERFISH_BUILD: "lastSuccessfulBuild"
+ # FORGEVERSION: ""
+ # FORGE_INSTALLER: ""
+ # FORGE_INSTALLER_URL: ""
+ # FABRIC_LOADER_VERSION: ""
+ # FABRIC_INSTALLER: ""
+ # FABRIC_INSTALLER_URL: ""
+ # SPIGOT_DOWNLOAD_URL: ""
+ # BUILD_FROM_SOURCE: false
+ # BUKKIT_DOWNLOAD_URL: ""
+ # PAPERBUILD: ""
+ # PAPER_DOWNLOAD_URL: ""
+ # AIRPLANE_BUILD: "lastSuccessfulBuild"
+ # MAGMA_CHANNEL: "stable"
+ # MOHIST_BUILD: ""
+ # CANYON_BUILD: ""
+ # SPONGEBRANCH: "STABLE"
+ # SPONGEVERSION: ""
+ # LIMBO_BUILD: "LATEST"
+ # LIMBO_SCHEMA_FILENAME: "default.schem"
+ # CRUCIBLE_RELEASE: "latest"
+ # FTB_MODPACK_ID: ""
+ # FTB_MODPACK_VERSION_ID: ""
+ # CF_SERVER_MOD: ""
+ # CF_BASE_DIR: ""
+ # USE_MODPACK_START_SCRIPT: true
+ # FTB_LEGACYJAVAFIXER: false
+ # WHITELIST: ""
+ # OPS: ""
+ # ICON: ""
+ # SEED: ""
+ # GENERATOR_SETTINGS: ""
+ # WORLD: ""
+ # FORCE_REDOWNLOAD: false
+ # USE_FLARE_FLAGS: false
+ # USE_AIKAR_FLAGS: true
+ # USE_SIMD_FLAGS: false
+ # JVM_OPTS: ""
+ # JVM_XX_OPTS: ""
+ # CF_API_KEY
+ # CF_PAGE_URL
+ # CF_SLUG
+ # CF_EXCLUDE_INCLUDE_FILE
+ # CF_EXCLUDE_MODS
+ # CF_FORCE_INCLUDE_MODS
+ # CF_FORCE_SYNCHRONIZE
+ # CF_OVERRIDES_SKIP_EXISTING
+ # CF_PARALLEL_DOWNLOADS
+ # CF_SET_LEVEL_FROM
+ mcbackup:
+ enabled: true
+ type: Deployment
+ podSpec:
+ containers:
+ mcbackup:
+ primary: true
+ enabled: true
+ imageSelector: mcBackupImage
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ BACKUP_METHOD: "tar"
+ DEST_DIR: "{{.Values.persistence.backups.mountPath }}"
+ SRC_DIR: "{{.Values.persistence.data.mountPath }}"
+ SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
+ RCON_HOST: '{{ printf "%s-rcon" (include "tc.v1.common.lib.chart.names.fullname" $) }}'
+ RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
+ RCON_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.RCON_PASSWORD }}"
+ INITIAL_DELAY: "{{ .Values.mcbackup.initial_delay }}"
+ BACKUP_INTERVAL: "{{ .Values.mcbackup.backup_interval }}"
+ PRUNE_BACKUPS_DAYS: "{{ .Values.mcbackup.prune_backups_days }}"
+ PAUSE_IF_NO_PLAYERS: "{{ .Values.mcbackup.pause_if_no_players }}"
+ PLAYERS_ONLINE_CHECK_INTERVAL: "{{ .Values.mcbackup.player_online_check_interval }}"
+ LINK_LATEST: "{{ .Values.mcbackup.link_latest }}"
+ TAR_COMPRESS_METHOD: "{{ .Values.mcbackup.tar_compress_method }}"
+ ZSTD_PARAMETERS: '{{ join " " .Values.mcbackup.zstd_params }}'
+ EXCLUDES: '{{ join "," .Values.mcbackup.excludes }}'
+
+persistence:
+ data:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /data
+ mcbackup:
+ mcbackup:
+ mountPath: /data
+ readOnly: true
+ backups:
+ enabled: true
+ targetSelector:
+ mcbackup:
+ mcbackup:
+ mountPath: /backups
+
+portal:
+ open:
+ enabled: false
diff --git a/stable/minecraft-java/8.7.0/questions.yaml b/stable/minecraft-java/8.7.4/questions.yaml
similarity index 100%
rename from stable/minecraft-java/8.7.0/questions.yaml
rename to stable/minecraft-java/8.7.4/questions.yaml
diff --git a/stable/minisatip/9.6.0/templates/NOTES.txt b/stable/minecraft-java/8.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/minisatip/9.6.0/templates/NOTES.txt
rename to stable/minecraft-java/8.7.4/templates/NOTES.txt
diff --git a/stable/minecraft-java/8.7.0/templates/common.yaml b/stable/minecraft-java/8.7.4/templates/common.yaml
similarity index 100%
rename from stable/minecraft-java/8.7.0/templates/common.yaml
rename to stable/minecraft-java/8.7.4/templates/common.yaml
diff --git a/stable/minio/11.7.0/values.yaml b/stable/minecraft-java/8.7.4/values.yaml
similarity index 100%
rename from stable/minio/11.7.0/values.yaml
rename to stable/minecraft-java/8.7.4/values.yaml
diff --git a/stable/minetest/8.6.1/CHANGELOG.md b/stable/minetest/8.6.1/CHANGELOG.md
deleted file mode 100644
index 9cb5ed8eaf6..00000000000
--- a/stable/minetest/8.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
-
-
-## [minetest-8.6.0](https://github.com/truecharts/charts/compare/minetest-8.5.2...minetest-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/minetest/8.6.1/Chart.yaml b/stable/minetest/8.6.1/Chart.yaml
deleted file mode 100644
index f0f7d6f396a..00000000000
--- a/stable/minetest/8.6.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minetest (server) is a near-infinite-world block sandbox game and a game engine.
-home: https://truecharts.org/charts/stable/minetest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png
-keywords:
- - minetest
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minetest
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/minetest
- - https://ghcr.io/linuxserver/minetest
-type: application
-version: 8.6.1
diff --git a/stable/minetest/8.6.1/app-changelog.md b/stable/minetest/8.6.1/app-changelog.md
deleted file mode 100644
index bc982995da0..00000000000
--- a/stable/minetest/8.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [minetest-8.6.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
\ No newline at end of file
diff --git a/stable/minetest/8.6.1/charts/common-20.1.5.tgz b/stable/minetest/8.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minetest/8.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/minisatip/9.6.0/.helmignore b/stable/minetest/8.7.3/.helmignore
similarity index 100%
rename from stable/minisatip/9.6.0/.helmignore
rename to stable/minetest/8.7.3/.helmignore
diff --git a/stable/minetest/8.7.3/CHANGELOG.md b/stable/minetest/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8d2065339aa
--- /dev/null
+++ b/stable/minetest/8.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minetest-8.7.3](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
+
+
+## [minetest-8.7.2](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
+
+
+## [minetest-8.7.2](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
+
+
+## [minetest-8.7.2](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
+
+
+## [minetest-8.7.2](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
+
+
+## [minetest-8.7.2](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
\ No newline at end of file
diff --git a/stable/minetest/8.7.3/Chart.yaml b/stable/minetest/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..113b25704cb
--- /dev/null
+++ b/stable/minetest/8.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minetest (server) is a near-infinite-world block sandbox game and a game engine.
+home: https://truecharts.org/charts/stable/minetest
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png
+keywords:
+ - minetest
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minetest
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minetest
+ - https://ghcr.io/linuxserver/minetest
+type: application
+version: 8.7.3
diff --git a/stable/minetest/8.6.1/README.md b/stable/minetest/8.7.3/README.md
similarity index 100%
rename from stable/minetest/8.6.1/README.md
rename to stable/minetest/8.7.3/README.md
diff --git a/stable/minetest/8.7.3/app-changelog.md b/stable/minetest/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..754e00282fc
--- /dev/null
+++ b/stable/minetest/8.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [minetest-8.7.3](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/minetest to 5.8.0[@3ee96cb](https://github.com/3ee96cb) by renovate ([#19239](https://github.com/truecharts/charts/issues/19239))
\ No newline at end of file
diff --git a/stable/minetest/8.6.1/app-readme.md b/stable/minetest/8.7.3/app-readme.md
similarity index 100%
rename from stable/minetest/8.6.1/app-readme.md
rename to stable/minetest/8.7.3/app-readme.md
diff --git a/stable/minetest/8.7.3/charts/common-20.2.4.tgz b/stable/minetest/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minetest/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minetest/8.6.1/ix_values.yaml b/stable/minetest/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/minetest/8.6.1/ix_values.yaml
rename to stable/minetest/8.7.3/ix_values.yaml
diff --git a/stable/minetest/8.6.1/questions.yaml b/stable/minetest/8.7.3/questions.yaml
similarity index 100%
rename from stable/minetest/8.6.1/questions.yaml
rename to stable/minetest/8.7.3/questions.yaml
diff --git a/stable/misskey/8.8.0/templates/NOTES.txt b/stable/minetest/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/misskey/8.8.0/templates/NOTES.txt
rename to stable/minetest/8.7.3/templates/NOTES.txt
diff --git a/stable/minio/11.7.0/templates/common.yaml b/stable/minetest/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/minio/11.7.0/templates/common.yaml
rename to stable/minetest/8.7.3/templates/common.yaml
diff --git a/stable/minisatip/9.6.0/values.yaml b/stable/minetest/8.7.3/values.yaml
similarity index 100%
rename from stable/minisatip/9.6.0/values.yaml
rename to stable/minetest/8.7.3/values.yaml
diff --git a/stable/miniflux/14.6.0/CHANGELOG.md b/stable/miniflux/14.6.0/CHANGELOG.md
deleted file mode 100644
index 24e0a909447..00000000000
--- a/stable/miniflux/14.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [miniflux-14.6.0](https://github.com/truecharts/charts/compare/miniflux-14.5.2...miniflux-14.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [miniflux-14.5.2](https://github.com/truecharts/charts/compare/miniflux-14.5.1...miniflux-14.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [miniflux-14.5.1](https://github.com/truecharts/charts/compare/miniflux-14.5.0...miniflux-14.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [miniflux-14.5.0](https://github.com/truecharts/charts/compare/miniflux-14.4.2...miniflux-14.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [miniflux-14.4.2](https://github.com/truecharts/charts/compare/miniflux-14.4.1...miniflux-14.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image miniflux/miniflux to v2.1.1[@762b201](https://github.com/762b201) by renovate ([#19079](https://github.com/truecharts/charts/issues/19079))
-
-
-## [miniflux-14.4.1](https://github.com/truecharts/charts/compare/miniflux-14.4.0...miniflux-14.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [miniflux-14.4.0](https://github.com/truecharts/charts/compare/miniflux-14.3.0...miniflux-14.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [miniflux-14.3.0](https://github.com/truecharts/charts/compare/miniflux-14.2.3...miniflux-14.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [miniflux-14.2.3](https://github.com/truecharts/charts/compare/miniflux-14.2.2...miniflux-14.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [miniflux-14.2.2](https://github.com/truecharts/charts/compare/miniflux-14.2.0...miniflux-14.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/miniflux/14.6.0/Chart.yaml b/stable/miniflux/14.6.0/Chart.yaml
deleted file mode 100644
index 7c7b93531f5..00000000000
--- a/stable/miniflux/14.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: rss
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Miniflux is a minimalist and opinionated feed reader.
-home: https://truecharts.org/charts/stable/miniflux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png
-keywords:
- - miniflux
- - rss
- - news
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: miniflux
-sources:
- - https://github.com/miniflux/v2
- - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
- - https://hub.docker.com/r/miniflux/miniflux
-type: application
-version: 14.6.0
diff --git a/stable/miniflux/14.6.0/charts/common-20.1.5.tgz b/stable/miniflux/14.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/miniflux/14.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/miniflux/14.6.0/questions.yaml b/stable/miniflux/14.6.0/questions.yaml
deleted file mode 100755
index ffe5db82a2d..00000000000
--- a/stable/miniflux/14.6.0/questions.yaml
+++ /dev/null
@@ -1,3291 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: BASE_URL
- label: "BASE_URL"
- description: "Base URL to generate HTML links and base path for cookies."
- schema:
- type: string
- default: ""
- - variable: ADMIN_USERNAME
- label: "ADMIN_USERNAME"
- description: "Sets the ADMIN_USERNAME env var"
- schema:
- type: string
- default: "admin"
- - variable: ADMIN_PASSWORD
- label: "ADMIN_PASSWORD"
- description: "Sets the ADMIN_PASSWORD env var"
- schema:
- type: string
- default: "changeme"
- private: true
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10091
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/misskey/8.8.0/.helmignore b/stable/miniflux/14.7.3/.helmignore
similarity index 100%
rename from stable/misskey/8.8.0/.helmignore
rename to stable/miniflux/14.7.3/.helmignore
diff --git a/stable/miniflux/14.7.3/CHANGELOG.md b/stable/miniflux/14.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9b42b373528
--- /dev/null
+++ b/stable/miniflux/14.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [miniflux-14.7.2](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/miniflux/14.7.3/Chart.yaml b/stable/miniflux/14.7.3/Chart.yaml
new file mode 100644
index 00000000000..be45f8294c3
--- /dev/null
+++ b/stable/miniflux/14.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: rss
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Miniflux is a minimalist and opinionated feed reader.
+home: https://truecharts.org/charts/stable/miniflux
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png
+keywords:
+ - miniflux
+ - rss
+ - news
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: miniflux
+sources:
+ - https://github.com/miniflux/v2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux
+ - https://hub.docker.com/r/miniflux/miniflux
+type: application
+version: 14.7.3
diff --git a/stable/miniflux/14.6.0/README.md b/stable/miniflux/14.7.3/README.md
similarity index 100%
rename from stable/miniflux/14.6.0/README.md
rename to stable/miniflux/14.7.3/README.md
diff --git a/stable/miniflux/14.7.3/app-changelog.md b/stable/miniflux/14.7.3/app-changelog.md
new file mode 100644
index 00000000000..94bc924ffd2
--- /dev/null
+++ b/stable/miniflux/14.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [miniflux-14.7.3](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/miniflux/14.6.0/app-readme.md b/stable/miniflux/14.7.3/app-readme.md
similarity index 100%
rename from stable/miniflux/14.6.0/app-readme.md
rename to stable/miniflux/14.7.3/app-readme.md
diff --git a/stable/miniflux/14.7.3/charts/common-20.2.4.tgz b/stable/miniflux/14.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/miniflux/14.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/miniflux/14.6.0/ix_values.yaml b/stable/miniflux/14.7.3/ix_values.yaml
similarity index 100%
rename from stable/miniflux/14.6.0/ix_values.yaml
rename to stable/miniflux/14.7.3/ix_values.yaml
diff --git a/stable/miniflux/14.7.3/questions.yaml b/stable/miniflux/14.7.3/questions.yaml
new file mode 100755
index 00000000000..c5bd25cb2ff
--- /dev/null
+++ b/stable/miniflux/14.7.3/questions.yaml
@@ -0,0 +1,3293 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: BASE_URL
+ label: "BASE_URL"
+ description: "Base URL to generate HTML links and base path for cookies."
+ schema:
+ type: string
+ default: ""
+ - variable: ADMIN_USERNAME
+ label: "ADMIN_USERNAME"
+ description: "Sets the ADMIN_USERNAME env var"
+ schema:
+ type: string
+ default: "admin"
+ - variable: ADMIN_PASSWORD
+ label: "ADMIN_PASSWORD"
+ description: "Sets the ADMIN_PASSWORD env var"
+ schema:
+ type: string
+ default: "changeme"
+ private: true
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10091
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/minisatip/9.6.0/templates/common.yaml b/stable/miniflux/14.7.3/templates/common.yaml
similarity index 100%
rename from stable/minisatip/9.6.0/templates/common.yaml
rename to stable/miniflux/14.7.3/templates/common.yaml
diff --git a/stable/misskey/8.8.0/values.yaml b/stable/miniflux/14.7.3/values.yaml
similarity index 100%
rename from stable/misskey/8.8.0/values.yaml
rename to stable/miniflux/14.7.3/values.yaml
diff --git a/stable/mininote/5.6.0/CHANGELOG.md b/stable/mininote/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7ca020cf9ee..00000000000
--- a/stable/mininote/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mininote-5.6.0](https://github.com/truecharts/charts/compare/mininote-5.5.2...mininote-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mininote-5.5.2](https://github.com/truecharts/charts/compare/mininote-5.5.1...mininote-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mininote-5.5.1](https://github.com/truecharts/charts/compare/mininote-5.5.0...mininote-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mininote-5.5.0](https://github.com/truecharts/charts/compare/mininote-5.4.1...mininote-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mininote-5.4.1](https://github.com/truecharts/charts/compare/mininote-5.4.0...mininote-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mininote-5.4.0](https://github.com/truecharts/charts/compare/mininote-5.3.0...mininote-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mininote-5.3.0](https://github.com/truecharts/charts/compare/mininote-5.2.3...mininote-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mininote-5.2.3](https://github.com/truecharts/charts/compare/mininote-5.2.2...mininote-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mininote-5.2.2](https://github.com/truecharts/charts/compare/mininote-5.2.0...mininote-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mininote/5.6.0/Chart.yaml b/stable/mininote/5.6.0/Chart.yaml
deleted file mode 100644
index 3829a01d705..00000000000
--- a/stable/mininote/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express.
-home: https://truecharts.org/charts/stable/mininote
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png
-keywords:
- - mininote
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mininote
-sources:
- - https://github.com/muety/mininote
- - https://github.com/truecharts/charts/tree/master/charts/stable/mininote
- - https://hub.docker.com/r/n1try/mininote
-type: application
-version: 5.6.0
diff --git a/stable/mininote/5.6.0/charts/common-20.1.5.tgz b/stable/mininote/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mininote/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mkvcleaver/9.6.0/.helmignore b/stable/mininote/5.7.3/.helmignore
similarity index 100%
rename from stable/mkvcleaver/9.6.0/.helmignore
rename to stable/mininote/5.7.3/.helmignore
diff --git a/stable/mininote/5.7.3/CHANGELOG.md b/stable/mininote/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..677e32485d3
--- /dev/null
+++ b/stable/mininote/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mininote-5.7.2](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mininote/5.7.3/Chart.yaml b/stable/mininote/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..4019457fe5e
--- /dev/null
+++ b/stable/mininote/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express.
+home: https://truecharts.org/charts/stable/mininote
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png
+keywords:
+ - mininote
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mininote
+sources:
+ - https://github.com/muety/mininote
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mininote
+ - https://hub.docker.com/r/n1try/mininote
+type: application
+version: 5.7.3
diff --git a/stable/mininote/5.6.0/README.md b/stable/mininote/5.7.3/README.md
similarity index 100%
rename from stable/mininote/5.6.0/README.md
rename to stable/mininote/5.7.3/README.md
diff --git a/stable/mininote/5.7.3/app-changelog.md b/stable/mininote/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..bb36a631e68
--- /dev/null
+++ b/stable/mininote/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mininote-5.7.3](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mininote/5.6.0/app-readme.md b/stable/mininote/5.7.3/app-readme.md
similarity index 100%
rename from stable/mininote/5.6.0/app-readme.md
rename to stable/mininote/5.7.3/app-readme.md
diff --git a/stable/mininote/5.7.3/charts/common-20.2.4.tgz b/stable/mininote/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mininote/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mininote/5.6.0/ix_values.yaml b/stable/mininote/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mininote/5.6.0/ix_values.yaml
rename to stable/mininote/5.7.3/ix_values.yaml
diff --git a/stable/mininote/5.6.0/questions.yaml b/stable/mininote/5.7.3/questions.yaml
similarity index 100%
rename from stable/mininote/5.6.0/questions.yaml
rename to stable/mininote/5.7.3/questions.yaml
diff --git a/stable/mojopaste/5.6.0/templates/common.yaml b/stable/mininote/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mojopaste/5.6.0/templates/common.yaml
rename to stable/mininote/5.7.3/templates/common.yaml
diff --git a/stable/mkvcleaver/9.6.0/values.yaml b/stable/mininote/5.7.3/values.yaml
similarity index 100%
rename from stable/mkvcleaver/9.6.0/values.yaml
rename to stable/mininote/5.7.3/values.yaml
diff --git a/stable/minio-console/10.6.0/CHANGELOG.md b/stable/minio-console/10.6.0/CHANGELOG.md
deleted file mode 100644
index e2723a48db3..00000000000
--- a/stable/minio-console/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minio-console-10.6.0](https://github.com/truecharts/charts/compare/minio-console-10.5.2...minio-console-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [minio-console-10.5.2](https://github.com/truecharts/charts/compare/minio-console-10.5.1...minio-console-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [minio-console-10.5.1](https://github.com/truecharts/charts/compare/minio-console-10.5.0...minio-console-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [minio-console-10.5.0](https://github.com/truecharts/charts/compare/minio-console-10.4.1...minio-console-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [minio-console-10.4.1](https://github.com/truecharts/charts/compare/minio-console-10.4.0...minio-console-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [minio-console-10.4.0](https://github.com/truecharts/charts/compare/minio-console-10.3.0...minio-console-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [minio-console-10.3.0](https://github.com/truecharts/charts/compare/minio-console-10.2.3...minio-console-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [minio-console-10.2.3](https://github.com/truecharts/charts/compare/minio-console-10.2.2...minio-console-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [minio-console-10.2.2](https://github.com/truecharts/charts/compare/minio-console-10.2.0...minio-console-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/minio-console/10.6.0/Chart.yaml b/stable/minio-console/10.6.0/Chart.yaml
deleted file mode 100644
index 6d8048b4b47..00000000000
--- a/stable/minio-console/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.30.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A management console for minio server and operator
-home: https://truecharts.org/charts/stable/minio-console
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png
-keywords:
- - minio-console
- - minio
- - s3
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minio-console
-sources:
- - https://github.com/minio/console
- - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
- - https://hub.docker.com/r/minio/console
-type: application
-version: 10.6.0
diff --git a/stable/minio-console/10.6.0/charts/common-20.1.5.tgz b/stable/minio-console/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minio-console/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mkvtoolnix/10.6.0/.helmignore b/stable/minio-console/10.7.3/.helmignore
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/.helmignore
rename to stable/minio-console/10.7.3/.helmignore
diff --git a/stable/minio-console/10.7.3/CHANGELOG.md b/stable/minio-console/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1183e7affae
--- /dev/null
+++ b/stable/minio-console/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-console-10.7.2](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/minio-console/10.7.3/Chart.yaml b/stable/minio-console/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..4b450f45975
--- /dev/null
+++ b/stable/minio-console/10.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.30.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A management console for minio server and operator
+home: https://truecharts.org/charts/stable/minio-console
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png
+keywords:
+ - minio-console
+ - minio
+ - s3
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minio-console
+sources:
+ - https://github.com/minio/console
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
+ - https://hub.docker.com/r/minio/console
+type: application
+version: 10.7.3
diff --git a/stable/minio-console/10.6.0/README.md b/stable/minio-console/10.7.3/README.md
similarity index 100%
rename from stable/minio-console/10.6.0/README.md
rename to stable/minio-console/10.7.3/README.md
diff --git a/stable/minio-console/10.7.3/app-changelog.md b/stable/minio-console/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..1a731b5bc4b
--- /dev/null
+++ b/stable/minio-console/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [minio-console-10.7.3](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minio-console/10.6.0/app-readme.md b/stable/minio-console/10.7.3/app-readme.md
similarity index 100%
rename from stable/minio-console/10.6.0/app-readme.md
rename to stable/minio-console/10.7.3/app-readme.md
diff --git a/stable/minio-console/10.7.3/charts/common-20.2.4.tgz b/stable/minio-console/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minio-console/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minio-console/10.6.0/ix_values.yaml b/stable/minio-console/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/minio-console/10.6.0/ix_values.yaml
rename to stable/minio-console/10.7.3/ix_values.yaml
diff --git a/stable/minio-console/10.6.0/questions.yaml b/stable/minio-console/10.7.3/questions.yaml
similarity index 100%
rename from stable/minio-console/10.6.0/questions.yaml
rename to stable/minio-console/10.7.3/questions.yaml
diff --git a/stable/mkvcleaver/9.6.0/templates/NOTES.txt b/stable/minio-console/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mkvcleaver/9.6.0/templates/NOTES.txt
rename to stable/minio-console/10.7.3/templates/NOTES.txt
diff --git a/stable/mkvcleaver/9.6.0/templates/common.yaml b/stable/minio-console/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/mkvcleaver/9.6.0/templates/common.yaml
rename to stable/minio-console/10.7.3/templates/common.yaml
diff --git a/stable/mkvtoolnix/10.6.0/values.yaml b/stable/minio-console/10.7.3/values.yaml
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/values.yaml
rename to stable/minio-console/10.7.3/values.yaml
diff --git a/stable/minio/11.7.0/CHANGELOG.md b/stable/minio/11.7.0/CHANGELOG.md
deleted file mode 100644
index af9358fb166..00000000000
--- a/stable/minio/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minio-11.7.0](https://github.com/truecharts/charts/compare/minio-11.6.2...minio-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [minio-11.6.2](https://github.com/truecharts/charts/compare/minio-11.6.1...minio-11.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [minio-11.6.1](https://github.com/truecharts/charts/compare/minio-11.6.0...minio-11.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [minio-11.6.0](https://github.com/truecharts/charts/compare/minio-11.5.2...minio-11.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [minio-11.5.2](https://github.com/truecharts/charts/compare/minio-11.5.1...minio-11.5.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image minio/minio to vrelease.2024-03-10t02-53-48z[@b9e644d](https://github.com/b9e644d) by renovate ([#19080](https://github.com/truecharts/charts/issues/19080))
-
-
-## [minio-11.5.1](https://github.com/truecharts/charts/compare/minio-11.5.0...minio-11.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [minio-11.5.0](https://github.com/truecharts/charts/compare/minio-11.4.0...minio-11.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [minio-11.4.0](https://github.com/truecharts/charts/compare/minio-11.3.3...minio-11.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [minio-11.3.3](https://github.com/truecharts/charts/compare/minio-11.3.2...minio-11.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [minio-11.3.2](https://github.com/truecharts/charts/compare/minio-11.3.0...minio-11.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/minio/11.7.0/Chart.yaml b/stable/minio/11.7.0/Chart.yaml
deleted file mode 100644
index 1189ca62c9b..00000000000
--- a/stable/minio/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.03.10
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minio is a self-hosted S3 storage server
-home: https://truecharts.org/charts/stable/minio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png
-keywords:
- - minio
- - s3
- - storage
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minio
-sources:
- - https://github.com/minio/minio
- - https://github.com/truecharts/charts/tree/master/charts/stable/minio
- - https://hub.docker.com/r/minio/minio
-type: application
-version: 11.7.0
diff --git a/stable/minio/11.7.0/charts/common-20.1.5.tgz b/stable/minio/11.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minio/11.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/modsecurity-crs/3.6.0/.helmignore b/stable/minio/11.8.3/.helmignore
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/.helmignore
rename to stable/minio/11.8.3/.helmignore
diff --git a/stable/minio/11.8.3/CHANGELOG.md b/stable/minio/11.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..eb84c377f8d
--- /dev/null
+++ b/stable/minio/11.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minio-11.8.2](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/minio/11.8.3/Chart.yaml b/stable/minio/11.8.3/Chart.yaml
new file mode 100644
index 00000000000..fbfb520c38a
--- /dev/null
+++ b/stable/minio/11.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.03.10
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minio is a self-hosted S3 storage server
+home: https://truecharts.org/charts/stable/minio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png
+keywords:
+ - minio
+ - s3
+ - storage
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minio
+sources:
+ - https://github.com/minio/minio
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minio
+ - https://hub.docker.com/r/minio/minio
+type: application
+version: 11.8.3
diff --git a/stable/minio/11.7.0/README.md b/stable/minio/11.8.3/README.md
similarity index 100%
rename from stable/minio/11.7.0/README.md
rename to stable/minio/11.8.3/README.md
diff --git a/stable/minio/11.8.3/app-changelog.md b/stable/minio/11.8.3/app-changelog.md
new file mode 100644
index 00000000000..c98ea7e7e9c
--- /dev/null
+++ b/stable/minio/11.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [minio-11.8.3](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minio/11.7.0/app-readme.md b/stable/minio/11.8.3/app-readme.md
similarity index 100%
rename from stable/minio/11.7.0/app-readme.md
rename to stable/minio/11.8.3/app-readme.md
diff --git a/stable/minio/11.8.3/charts/common-20.2.4.tgz b/stable/minio/11.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minio/11.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minio/11.7.0/ix_values.yaml b/stable/minio/11.8.3/ix_values.yaml
similarity index 100%
rename from stable/minio/11.7.0/ix_values.yaml
rename to stable/minio/11.8.3/ix_values.yaml
diff --git a/stable/minio/11.7.0/questions.yaml b/stable/minio/11.8.3/questions.yaml
similarity index 100%
rename from stable/minio/11.7.0/questions.yaml
rename to stable/minio/11.8.3/questions.yaml
diff --git a/stable/mkvtoolnix/10.6.0/templates/NOTES.txt b/stable/minio/11.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/templates/NOTES.txt
rename to stable/minio/11.8.3/templates/NOTES.txt
diff --git a/stable/mkvtoolnix/10.6.0/templates/common.yaml b/stable/minio/11.8.3/templates/common.yaml
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/templates/common.yaml
rename to stable/minio/11.8.3/templates/common.yaml
diff --git a/stable/modsecurity-crs/3.6.0/values.yaml b/stable/minio/11.8.3/values.yaml
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/values.yaml
rename to stable/minio/11.8.3/values.yaml
diff --git a/stable/minisatip/9.6.0/CHANGELOG.md b/stable/minisatip/9.6.0/CHANGELOG.md
deleted file mode 100644
index fea47aefd56..00000000000
--- a/stable/minisatip/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [minisatip-9.6.0](https://github.com/truecharts/charts/compare/minisatip-9.5.2...minisatip-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [minisatip-9.5.2](https://github.com/truecharts/charts/compare/minisatip-9.5.1...minisatip-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [minisatip-9.5.1](https://github.com/truecharts/charts/compare/minisatip-9.5.0...minisatip-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [minisatip-9.5.0](https://github.com/truecharts/charts/compare/minisatip-9.4.1...minisatip-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [minisatip-9.4.1](https://github.com/truecharts/charts/compare/minisatip-9.4.0...minisatip-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [minisatip-9.4.0](https://github.com/truecharts/charts/compare/minisatip-9.3.0...minisatip-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [minisatip-9.3.0](https://github.com/truecharts/charts/compare/minisatip-9.2.3...minisatip-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [minisatip-9.2.3](https://github.com/truecharts/charts/compare/minisatip-9.2.2...minisatip-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [minisatip-9.2.2](https://github.com/truecharts/charts/compare/minisatip-9.2.0...minisatip-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/minisatip/9.6.0/Chart.yaml b/stable/minisatip/9.6.0/Chart.yaml
deleted file mode 100644
index f6e0d1d0885..00000000000
--- a/stable/minisatip/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utility
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.12.01
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
-home: https://truecharts.org/charts/stable/minisatip
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png
-keywords:
- - minisatip
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: minisatip
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip
- - https://ghcr.io/linuxserver/minisatip
-type: application
-version: 9.6.0
diff --git a/stable/minisatip/9.6.0/charts/common-20.1.5.tgz b/stable/minisatip/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/minisatip/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mojopaste/5.6.0/.helmignore b/stable/minisatip/9.7.3/.helmignore
similarity index 100%
rename from stable/mojopaste/5.6.0/.helmignore
rename to stable/minisatip/9.7.3/.helmignore
diff --git a/stable/minisatip/9.7.3/CHANGELOG.md b/stable/minisatip/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bfdfcccb131
--- /dev/null
+++ b/stable/minisatip/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [minisatip-9.7.2](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/minisatip/9.7.3/Chart.yaml b/stable/minisatip/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..c93a967d024
--- /dev/null
+++ b/stable/minisatip/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utility
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.12.01
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
+home: https://truecharts.org/charts/stable/minisatip
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png
+keywords:
+ - minisatip
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: minisatip
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip
+ - https://ghcr.io/linuxserver/minisatip
+type: application
+version: 9.7.3
diff --git a/stable/minisatip/9.6.0/README.md b/stable/minisatip/9.7.3/README.md
similarity index 100%
rename from stable/minisatip/9.6.0/README.md
rename to stable/minisatip/9.7.3/README.md
diff --git a/stable/minisatip/9.7.3/app-changelog.md b/stable/minisatip/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..ecfaf403985
--- /dev/null
+++ b/stable/minisatip/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [minisatip-9.7.3](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/minisatip/9.6.0/app-readme.md b/stable/minisatip/9.7.3/app-readme.md
similarity index 100%
rename from stable/minisatip/9.6.0/app-readme.md
rename to stable/minisatip/9.7.3/app-readme.md
diff --git a/stable/minisatip/9.7.3/charts/common-20.2.4.tgz b/stable/minisatip/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/minisatip/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/minisatip/9.6.0/ix_values.yaml b/stable/minisatip/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/minisatip/9.6.0/ix_values.yaml
rename to stable/minisatip/9.7.3/ix_values.yaml
diff --git a/stable/minisatip/9.6.0/questions.yaml b/stable/minisatip/9.7.3/questions.yaml
similarity index 100%
rename from stable/minisatip/9.6.0/questions.yaml
rename to stable/minisatip/9.7.3/questions.yaml
diff --git a/stable/modsecurity-crs/3.6.0/templates/NOTES.txt b/stable/minisatip/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/templates/NOTES.txt
rename to stable/minisatip/9.7.3/templates/NOTES.txt
diff --git a/stable/modsecurity-crs/3.6.0/templates/common.yaml b/stable/minisatip/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/templates/common.yaml
rename to stable/minisatip/9.7.3/templates/common.yaml
diff --git a/stable/mojopaste/5.6.0/values.yaml b/stable/minisatip/9.7.3/values.yaml
similarity index 100%
rename from stable/mojopaste/5.6.0/values.yaml
rename to stable/minisatip/9.7.3/values.yaml
diff --git a/stable/misskey/8.8.0/CHANGELOG.md b/stable/misskey/8.8.0/CHANGELOG.md
deleted file mode 100644
index fa1d5034319..00000000000
--- a/stable/misskey/8.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
diff --git a/stable/misskey/8.8.0/Chart.yaml b/stable/misskey/8.8.0/Chart.yaml
deleted file mode 100644
index c6cbc7f9bf2..00000000000
--- a/stable/misskey/8.8.0/Chart.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Social
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.3.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open source decentralized social media platform that's free forever!
-home: https://truecharts.org/charts/stable/misskey
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png
-keywords:
- - Misskey
- - Social
- - Friend
- - Social Media
- - Fediverse
- - ActivityPub
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: misskey
-sources:
- - https://github.com/misskey-dev/misskey/
- - https://github.com/truecharts/charts/tree/master/charts/stable/misskey
- - https://hub.docker.com/r/misskey/misskey
-type: application
-version: 8.8.0
diff --git a/stable/misskey/8.8.0/app-changelog.md b/stable/misskey/8.8.0/app-changelog.md
deleted file mode 100644
index 609f01f4b6e..00000000000
--- a/stable/misskey/8.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [misskey-8.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/misskey/8.8.0/charts/common-20.2.0.tgz b/stable/misskey/8.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/misskey/8.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/misskey/8.8.0/charts/redis-13.0.5.tgz b/stable/misskey/8.8.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/misskey/8.8.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/misskey/8.8.0/questions.yaml b/stable/misskey/8.8.0/questions.yaml
deleted file mode 100755
index c3c67f664c9..00000000000
--- a/stable/misskey/8.8.0/questions.yaml
+++ /dev/null
@@ -1,3391 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: misskey
- group: "App Configuration"
- label: "Misskey Configuration"
- schema:
- type: dict
- attrs:
- - variable: url
- label: "Final Accessible URL (Initial Install Only)"
- description: "Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!"
- schema:
- type: string
- required: true
- - variable: id
- label: "ID Generation Method (Initial Install Only)"
- description: "Select the ID generation method. DO NOT CHANGE AFTER INSTANCE IS STARTED!"
- schema:
- type: string
- enum:
- - value: aid
- description: "(aid) Short, Millisecond accuracy"
- - value: meid
- description: "(meid) Similar to ObjectID, Millisecond accuracy"
- - value: ulid
- description: "(ulid) Millisecond accuracy"
- - value: objectid
- description: "(objectid) This is left for backward compatibility"
- default: aid
- required: true
- - variable: other
- label: "Other Configuration"
- schema:
- type: dict
- attrs:
- - variable: disableHSTS
- label: "Disable HSTS"
- schema:
- type: boolean
- default: false
- - variable: signToActivityPubGet
- label: "Sign to ActivityPub GET Request"
- schema:
- type: boolean
- default: false
- - variable: maxFileSize
- label: "Max file upload/download size (bytes)"
- schema:
- type: int
- required: true
- default: 262144000
- - variable: clusterLimit
- label: "Cluster Limit"
- description: "Number of worker processes for server"
- schema:
- type: int
- required: true
- default: 1
- - variable: deliverJobConcurrency
- label: "Deliver Job Concurrency"
- description: "Job concurrency per worker"
- schema:
- type: int
- required: true
- default: 128
- - variable: inboxJobConcurrency
- label: "Inbox Job Concurrency"
- description: "Inbox job concurrency per worker"
- schema:
- type: int
- required: true
- default: 16
- - variable: relashionshipJobConcurrency
- label: "Relashionship Job Concurrency"
- description: "Relashionship job concurrency per worker"
- schema:
- type: int
- required: true
- default: 16
- - variable: deliverJobPerSec
- label: "Deliver Jobs Per Second"
- description: "Job rate limiter"
- schema:
- type: int
- required: true
- default: 128
- - variable: inboxJobPerSec
- label: "Inbox Jobs Per Second"
- description: "Inbox job rate limiter"
- schema:
- type: int
- required: true
- default: 16
- - variable: relashionshipJobPerSec
- label: "Relashionship Jobs Per Second"
- description: "Relashionship job rate limiter"
- schema:
- type: int
- required: true
- default: 64
- - variable: deliverJobMaxAttempts
- label: "Max Deliver Job Attempts"
- schema:
- type: int
- required: true
- default: 12
- - variable: inboxJobMaxAttempts
- label: "Max Inbox Job Attempts"
- schema:
- type: int
- required: true
- default: 8
- - variable: allowedPrivateNetworks
- label: "Allowed Private Networks"
- description: "Automatically 127.0.0.1/32 is added"
- schema:
- type: list
- default: []
- items:
- - variable: privateNet
- label: "Private Network Entry"
- schema:
- type: string
- required: true
- default: ""
- - variable: proxyBypassHosts
- label: "Proxy Bypass Hosts"
- schema:
- type: list
- default:
- - api.deepl.com
- - api-free.deepl.com
- - www.recaptcha.net
- - hcaptcha.com
- - challenges.cloudflare.com
- items:
- - variable: proxyBypassHostEntry
- label: "Proxy Bypass Host Entry"
- schema:
- type: string
- required: true
- default: ""
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3003
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: files
- label: "Misskey file Storage"
- description: "Stores the Application file data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 33
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/monero-node/6.6.1/.helmignore b/stable/misskey/8.9.2/.helmignore
similarity index 100%
rename from stable/monero-node/6.6.1/.helmignore
rename to stable/misskey/8.9.2/.helmignore
diff --git a/stable/misskey/8.9.2/CHANGELOG.md b/stable/misskey/8.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..daeaa196903
--- /dev/null
+++ b/stable/misskey/8.9.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [misskey-8.9.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [misskey-8.9.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [misskey-8.9.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [misskey-8.9.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [misskey-8.9.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/misskey/8.9.2/Chart.yaml b/stable/misskey/8.9.2/Chart.yaml
new file mode 100644
index 00000000000..88070c7a8d1
--- /dev/null
+++ b/stable/misskey/8.9.2/Chart.yaml
@@ -0,0 +1,48 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Social
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open source decentralized social media platform that's free forever!
+home: https://truecharts.org/charts/stable/misskey
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png
+keywords:
+ - Misskey
+ - Social
+ - Friend
+ - Social Media
+ - Fediverse
+ - ActivityPub
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: misskey
+sources:
+ - https://github.com/misskey-dev/misskey/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/misskey
+ - https://hub.docker.com/r/misskey/misskey
+type: application
+version: 8.9.2
diff --git a/stable/misskey/8.8.0/README.md b/stable/misskey/8.9.2/README.md
similarity index 100%
rename from stable/misskey/8.8.0/README.md
rename to stable/misskey/8.9.2/README.md
diff --git a/stable/misskey/8.9.2/app-changelog.md b/stable/misskey/8.9.2/app-changelog.md
new file mode 100644
index 00000000000..4692ef64150
--- /dev/null
+++ b/stable/misskey/8.9.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [misskey-8.9.2](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/misskey/8.8.0/app-readme.md b/stable/misskey/8.9.2/app-readme.md
similarity index 100%
rename from stable/misskey/8.8.0/app-readme.md
rename to stable/misskey/8.9.2/app-readme.md
diff --git a/stable/misskey/8.9.2/charts/common-20.2.4.tgz b/stable/misskey/8.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/misskey/8.9.2/charts/common-20.2.4.tgz differ
diff --git a/stable/misskey/8.9.2/charts/redis-13.2.2.tgz b/stable/misskey/8.9.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/misskey/8.9.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/misskey/8.8.0/ix_values.yaml b/stable/misskey/8.9.2/ix_values.yaml
similarity index 100%
rename from stable/misskey/8.8.0/ix_values.yaml
rename to stable/misskey/8.9.2/ix_values.yaml
diff --git a/stable/misskey/8.9.2/questions.yaml b/stable/misskey/8.9.2/questions.yaml
new file mode 100755
index 00000000000..9ed5fc102db
--- /dev/null
+++ b/stable/misskey/8.9.2/questions.yaml
@@ -0,0 +1,3393 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: misskey
+ group: "App Configuration"
+ label: "Misskey Configuration"
+ schema:
+ type: dict
+ attrs:
+ - variable: url
+ label: "Final Accessible URL (Initial Install Only)"
+ description: "Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!"
+ schema:
+ type: string
+ required: true
+ - variable: id
+ label: "ID Generation Method (Initial Install Only)"
+ description: "Select the ID generation method. DO NOT CHANGE AFTER INSTANCE IS STARTED!"
+ schema:
+ type: string
+ enum:
+ - value: aid
+ description: "(aid) Short, Millisecond accuracy"
+ - value: meid
+ description: "(meid) Similar to ObjectID, Millisecond accuracy"
+ - value: ulid
+ description: "(ulid) Millisecond accuracy"
+ - value: objectid
+ description: "(objectid) This is left for backward compatibility"
+ default: aid
+ required: true
+ - variable: other
+ label: "Other Configuration"
+ schema:
+ type: dict
+ attrs:
+ - variable: disableHSTS
+ label: "Disable HSTS"
+ schema:
+ type: boolean
+ default: false
+ - variable: signToActivityPubGet
+ label: "Sign to ActivityPub GET Request"
+ schema:
+ type: boolean
+ default: false
+ - variable: maxFileSize
+ label: "Max file upload/download size (bytes)"
+ schema:
+ type: int
+ required: true
+ default: 262144000
+ - variable: clusterLimit
+ label: "Cluster Limit"
+ description: "Number of worker processes for server"
+ schema:
+ type: int
+ required: true
+ default: 1
+ - variable: deliverJobConcurrency
+ label: "Deliver Job Concurrency"
+ description: "Job concurrency per worker"
+ schema:
+ type: int
+ required: true
+ default: 128
+ - variable: inboxJobConcurrency
+ label: "Inbox Job Concurrency"
+ description: "Inbox job concurrency per worker"
+ schema:
+ type: int
+ required: true
+ default: 16
+ - variable: relashionshipJobConcurrency
+ label: "Relashionship Job Concurrency"
+ description: "Relashionship job concurrency per worker"
+ schema:
+ type: int
+ required: true
+ default: 16
+ - variable: deliverJobPerSec
+ label: "Deliver Jobs Per Second"
+ description: "Job rate limiter"
+ schema:
+ type: int
+ required: true
+ default: 128
+ - variable: inboxJobPerSec
+ label: "Inbox Jobs Per Second"
+ description: "Inbox job rate limiter"
+ schema:
+ type: int
+ required: true
+ default: 16
+ - variable: relashionshipJobPerSec
+ label: "Relashionship Jobs Per Second"
+ description: "Relashionship job rate limiter"
+ schema:
+ type: int
+ required: true
+ default: 64
+ - variable: deliverJobMaxAttempts
+ label: "Max Deliver Job Attempts"
+ schema:
+ type: int
+ required: true
+ default: 12
+ - variable: inboxJobMaxAttempts
+ label: "Max Inbox Job Attempts"
+ schema:
+ type: int
+ required: true
+ default: 8
+ - variable: allowedPrivateNetworks
+ label: "Allowed Private Networks"
+ description: "Automatically 127.0.0.1/32 is added"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: privateNet
+ label: "Private Network Entry"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: proxyBypassHosts
+ label: "Proxy Bypass Hosts"
+ schema:
+ type: list
+ default:
+ - api.deepl.com
+ - api-free.deepl.com
+ - www.recaptcha.net
+ - hcaptcha.com
+ - challenges.cloudflare.com
+ items:
+ - variable: proxyBypassHostEntry
+ label: "Proxy Bypass Host Entry"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3003
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: files
+ label: "Misskey file Storage"
+ description: "Stores the Application file data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 33
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/mongo-express/6.7.1/templates/NOTES.txt b/stable/misskey/8.9.2/templates/NOTES.txt
similarity index 100%
rename from stable/mongo-express/6.7.1/templates/NOTES.txt
rename to stable/misskey/8.9.2/templates/NOTES.txt
diff --git a/stable/misskey/8.8.0/templates/_configmap.tpl b/stable/misskey/8.9.2/templates/_configmap.tpl
similarity index 100%
rename from stable/misskey/8.8.0/templates/_configmap.tpl
rename to stable/misskey/8.9.2/templates/_configmap.tpl
diff --git a/stable/misskey/8.8.0/templates/common.yaml b/stable/misskey/8.9.2/templates/common.yaml
similarity index 100%
rename from stable/misskey/8.8.0/templates/common.yaml
rename to stable/misskey/8.9.2/templates/common.yaml
diff --git a/stable/monero-node/6.6.1/values.yaml b/stable/misskey/8.9.2/values.yaml
similarity index 100%
rename from stable/monero-node/6.6.1/values.yaml
rename to stable/misskey/8.9.2/values.yaml
diff --git a/stable/mkvcleaver/9.6.0/CHANGELOG.md b/stable/mkvcleaver/9.6.0/CHANGELOG.md
deleted file mode 100644
index 9180f9e0b05..00000000000
--- a/stable/mkvcleaver/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mkvcleaver-9.6.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.5.2...mkvcleaver-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mkvcleaver-9.5.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.5.1...mkvcleaver-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mkvcleaver-9.5.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.5.0...mkvcleaver-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mkvcleaver-9.5.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.4.1...mkvcleaver-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mkvcleaver-9.4.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.4.0...mkvcleaver-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mkvcleaver-9.4.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.3.0...mkvcleaver-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mkvcleaver-9.3.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.3...mkvcleaver-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mkvcleaver-9.2.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.2...mkvcleaver-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mkvcleaver-9.2.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.0...mkvcleaver-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mkvcleaver/9.6.0/Chart.yaml b/stable/mkvcleaver/9.6.0/Chart.yaml
deleted file mode 100644
index 66d0337d88c..00000000000
--- a/stable/mkvcleaver/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MKVCleaver is a tool for batch extraction of data from MKV files
-home: https://truecharts.org/charts/stable/mkvcleaver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png
-keywords:
- - media
- - mkvcleaver
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mkvcleaver
-sources:
- - https://github.com/jlesage/docker-mkvcleaver
- - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver
- - https://hub.docker.com/r/jlesage/mkvcleaver
-type: application
-version: 9.6.0
diff --git a/stable/mkvcleaver/9.6.0/charts/common-20.1.5.tgz b/stable/mkvcleaver/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mkvcleaver/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mongo-express/6.7.1/.helmignore b/stable/mkvcleaver/9.7.3/.helmignore
similarity index 100%
rename from stable/mongo-express/6.7.1/.helmignore
rename to stable/mkvcleaver/9.7.3/.helmignore
diff --git a/stable/mkvcleaver/9.7.3/CHANGELOG.md b/stable/mkvcleaver/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8ccfe6d5344
--- /dev/null
+++ b/stable/mkvcleaver/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvcleaver-9.7.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mkvcleaver/9.7.3/Chart.yaml b/stable/mkvcleaver/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..04fc4ec7f98
--- /dev/null
+++ b/stable/mkvcleaver/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MKVCleaver is a tool for batch extraction of data from MKV files
+home: https://truecharts.org/charts/stable/mkvcleaver
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png
+keywords:
+ - media
+ - mkvcleaver
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mkvcleaver
+sources:
+ - https://github.com/jlesage/docker-mkvcleaver
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver
+ - https://hub.docker.com/r/jlesage/mkvcleaver
+type: application
+version: 9.7.3
diff --git a/stable/mkvcleaver/9.6.0/README.md b/stable/mkvcleaver/9.7.3/README.md
similarity index 100%
rename from stable/mkvcleaver/9.6.0/README.md
rename to stable/mkvcleaver/9.7.3/README.md
diff --git a/stable/mkvcleaver/9.7.3/app-changelog.md b/stable/mkvcleaver/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..8a72799cc50
--- /dev/null
+++ b/stable/mkvcleaver/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mkvcleaver-9.7.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mkvcleaver/9.6.0/app-readme.md b/stable/mkvcleaver/9.7.3/app-readme.md
similarity index 100%
rename from stable/mkvcleaver/9.6.0/app-readme.md
rename to stable/mkvcleaver/9.7.3/app-readme.md
diff --git a/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz b/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mkvcleaver/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mkvcleaver/9.6.0/ix_values.yaml b/stable/mkvcleaver/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/mkvcleaver/9.6.0/ix_values.yaml
rename to stable/mkvcleaver/9.7.3/ix_values.yaml
diff --git a/stable/mkvcleaver/9.6.0/questions.yaml b/stable/mkvcleaver/9.7.3/questions.yaml
similarity index 100%
rename from stable/mkvcleaver/9.6.0/questions.yaml
rename to stable/mkvcleaver/9.7.3/questions.yaml
diff --git a/stable/mongodb/12.7.0/templates/NOTES.txt b/stable/mkvcleaver/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mongodb/12.7.0/templates/NOTES.txt
rename to stable/mkvcleaver/9.7.3/templates/NOTES.txt
diff --git a/stable/mongo-express/6.7.1/templates/common.yaml b/stable/mkvcleaver/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/mongo-express/6.7.1/templates/common.yaml
rename to stable/mkvcleaver/9.7.3/templates/common.yaml
diff --git a/stable/mongo-express/6.7.1/values.yaml b/stable/mkvcleaver/9.7.3/values.yaml
similarity index 100%
rename from stable/mongo-express/6.7.1/values.yaml
rename to stable/mkvcleaver/9.7.3/values.yaml
diff --git a/stable/mkvtoolnix/10.6.0/CHANGELOG.md b/stable/mkvtoolnix/10.6.0/CHANGELOG.md
deleted file mode 100644
index bf1b4b9e7cb..00000000000
--- a/stable/mkvtoolnix/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mkvtoolnix-10.6.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.5.2...mkvtoolnix-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mkvtoolnix-10.5.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.5.1...mkvtoolnix-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mkvtoolnix-10.5.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.5.0...mkvtoolnix-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mkvtoolnix-10.5.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.4.1...mkvtoolnix-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mkvtoolnix-10.4.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.4.0...mkvtoolnix-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mkvtoolnix-10.4.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.3.0...mkvtoolnix-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mkvtoolnix-10.3.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.3...mkvtoolnix-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mkvtoolnix-10.2.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.2...mkvtoolnix-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mkvtoolnix-10.2.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.0...mkvtoolnix-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mkvtoolnix/10.6.0/Chart.yaml b/stable/mkvtoolnix/10.6.0/Chart.yaml
deleted file mode 100644
index 16f464e48c6..00000000000
--- a/stable/mkvtoolnix/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.02.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MKVToolNix is a set of tools to create, alter and inspect Matroska files.
-home: https://truecharts.org/charts/stable/mkvtoolnix
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png
-keywords:
- - media
- - mkvtoolnix
- - mkv
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mkvtoolnix
-sources:
- - https://mkvtoolnix.download/
- - https://github.com/jlesage/docker-mkvtoolnix
- - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix
- - https://hub.docker.com/r/jlesage/mkvtoolnix
-type: application
-version: 10.6.0
diff --git a/stable/mkvtoolnix/10.6.0/charts/common-20.1.5.tgz b/stable/mkvtoolnix/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mkvtoolnix/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mongodb/12.7.0/.helmignore b/stable/mkvtoolnix/10.7.3/.helmignore
similarity index 100%
rename from stable/mongodb/12.7.0/.helmignore
rename to stable/mkvtoolnix/10.7.3/.helmignore
diff --git a/stable/mkvtoolnix/10.7.3/CHANGELOG.md b/stable/mkvtoolnix/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..260d4c5fead
--- /dev/null
+++ b/stable/mkvtoolnix/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mkvtoolnix-10.7.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mkvtoolnix/10.7.3/Chart.yaml b/stable/mkvtoolnix/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..6b23b35cd65
--- /dev/null
+++ b/stable/mkvtoolnix/10.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.02.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MKVToolNix is a set of tools to create, alter and inspect Matroska files.
+home: https://truecharts.org/charts/stable/mkvtoolnix
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png
+keywords:
+ - media
+ - mkvtoolnix
+ - mkv
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mkvtoolnix
+sources:
+ - https://mkvtoolnix.download/
+ - https://github.com/jlesage/docker-mkvtoolnix
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix
+ - https://hub.docker.com/r/jlesage/mkvtoolnix
+type: application
+version: 10.7.3
diff --git a/stable/mkvtoolnix/10.6.0/README.md b/stable/mkvtoolnix/10.7.3/README.md
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/README.md
rename to stable/mkvtoolnix/10.7.3/README.md
diff --git a/stable/mkvtoolnix/10.7.3/app-changelog.md b/stable/mkvtoolnix/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..dff35418c3d
--- /dev/null
+++ b/stable/mkvtoolnix/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mkvtoolnix-10.7.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mkvtoolnix/10.6.0/app-readme.md b/stable/mkvtoolnix/10.7.3/app-readme.md
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/app-readme.md
rename to stable/mkvtoolnix/10.7.3/app-readme.md
diff --git a/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz b/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mkvtoolnix/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mkvtoolnix/10.6.0/ix_values.yaml b/stable/mkvtoolnix/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/ix_values.yaml
rename to stable/mkvtoolnix/10.7.3/ix_values.yaml
diff --git a/stable/mkvtoolnix/10.6.0/questions.yaml b/stable/mkvtoolnix/10.7.3/questions.yaml
similarity index 100%
rename from stable/mkvtoolnix/10.6.0/questions.yaml
rename to stable/mkvtoolnix/10.7.3/questions.yaml
diff --git a/stable/monica/12.12.2/templates/NOTES.txt b/stable/mkvtoolnix/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/monica/12.12.2/templates/NOTES.txt
rename to stable/mkvtoolnix/10.7.3/templates/NOTES.txt
diff --git a/stable/mosdns/9.6.0/templates/common.yaml b/stable/mkvtoolnix/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/mosdns/9.6.0/templates/common.yaml
rename to stable/mkvtoolnix/10.7.3/templates/common.yaml
diff --git a/stable/mongodb/12.7.0/values.yaml b/stable/mkvtoolnix/10.7.3/values.yaml
similarity index 100%
rename from stable/mongodb/12.7.0/values.yaml
rename to stable/mkvtoolnix/10.7.3/values.yaml
diff --git a/stable/modsecurity-crs/3.6.0/CHANGELOG.md b/stable/modsecurity-crs/3.6.0/CHANGELOG.md
deleted file mode 100644
index b427aadb116..00000000000
--- a/stable/modsecurity-crs/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [modsecurity-crs-3.6.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.5.2...modsecurity-crs-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [modsecurity-crs-3.5.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.5.1...modsecurity-crs-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [modsecurity-crs-3.5.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.5.0...modsecurity-crs-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [modsecurity-crs-3.5.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.4.1...modsecurity-crs-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [modsecurity-crs-3.4.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.4.0...modsecurity-crs-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [modsecurity-crs-3.4.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.3.0...modsecurity-crs-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [modsecurity-crs-3.3.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.3...modsecurity-crs-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [modsecurity-crs-3.2.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.2...modsecurity-crs-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [modsecurity-crs-3.2.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.0...modsecurity-crs-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/modsecurity-crs/3.6.0/Chart.yaml b/stable/modsecurity-crs/3.6.0/Chart.yaml
deleted file mode 100644
index aaa876d2dc0..00000000000
--- a/stable/modsecurity-crs/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.3.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine.
-home: https://truecharts.org/charts/stable/modsecurity-crs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png
-keywords:
- - modsecurity-crs
- - waf
- - networking
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: modsecurity-crs
-sources:
- - https://github.com/coreruleset/modsecurity-crs-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs
- - https://hub.docker.com/r/owasp/modsecurity-crs
-type: application
-version: 3.6.0
diff --git a/stable/modsecurity-crs/3.6.0/charts/common-20.1.5.tgz b/stable/modsecurity-crs/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/modsecurity-crs/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/monica/12.12.2/.helmignore b/stable/modsecurity-crs/3.7.3/.helmignore
similarity index 100%
rename from stable/monica/12.12.2/.helmignore
rename to stable/modsecurity-crs/3.7.3/.helmignore
diff --git a/stable/modsecurity-crs/3.7.3/CHANGELOG.md b/stable/modsecurity-crs/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b8645c59c15
--- /dev/null
+++ b/stable/modsecurity-crs/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [modsecurity-crs-3.7.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/modsecurity-crs/3.7.3/Chart.yaml b/stable/modsecurity-crs/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..f5089e24454
--- /dev/null
+++ b/stable/modsecurity-crs/3.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.3.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine.
+home: https://truecharts.org/charts/stable/modsecurity-crs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png
+keywords:
+ - modsecurity-crs
+ - waf
+ - networking
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: modsecurity-crs
+sources:
+ - https://github.com/coreruleset/modsecurity-crs-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs
+ - https://hub.docker.com/r/owasp/modsecurity-crs
+type: application
+version: 3.7.3
diff --git a/stable/modsecurity-crs/3.6.0/README.md b/stable/modsecurity-crs/3.7.3/README.md
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/README.md
rename to stable/modsecurity-crs/3.7.3/README.md
diff --git a/stable/modsecurity-crs/3.7.3/app-changelog.md b/stable/modsecurity-crs/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..150e2229724
--- /dev/null
+++ b/stable/modsecurity-crs/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [modsecurity-crs-3.7.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/modsecurity-crs/3.6.0/app-readme.md b/stable/modsecurity-crs/3.7.3/app-readme.md
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/app-readme.md
rename to stable/modsecurity-crs/3.7.3/app-readme.md
diff --git a/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz b/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/modsecurity-crs/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/modsecurity-crs/3.6.0/ix_values.yaml b/stable/modsecurity-crs/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/ix_values.yaml
rename to stable/modsecurity-crs/3.7.3/ix_values.yaml
diff --git a/stable/modsecurity-crs/3.6.0/questions.yaml b/stable/modsecurity-crs/3.7.3/questions.yaml
similarity index 100%
rename from stable/modsecurity-crs/3.6.0/questions.yaml
rename to stable/modsecurity-crs/3.7.3/questions.yaml
diff --git a/stable/mosdns/9.6.0/templates/NOTES.txt b/stable/modsecurity-crs/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mosdns/9.6.0/templates/NOTES.txt
rename to stable/modsecurity-crs/3.7.3/templates/NOTES.txt
diff --git a/stable/muse/5.9.0/templates/common.yaml b/stable/modsecurity-crs/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/muse/5.9.0/templates/common.yaml
rename to stable/modsecurity-crs/3.7.3/templates/common.yaml
diff --git a/stable/monica/12.12.2/values.yaml b/stable/modsecurity-crs/3.7.3/values.yaml
similarity index 100%
rename from stable/monica/12.12.2/values.yaml
rename to stable/modsecurity-crs/3.7.3/values.yaml
diff --git a/stable/mojopaste/5.6.0/CHANGELOG.md b/stable/mojopaste/5.6.0/CHANGELOG.md
deleted file mode 100644
index b56e98d0a01..00000000000
--- a/stable/mojopaste/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mojopaste-5.6.0](https://github.com/truecharts/charts/compare/mojopaste-5.5.2...mojopaste-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mojopaste-5.5.2](https://github.com/truecharts/charts/compare/mojopaste-5.5.1...mojopaste-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mojopaste-5.5.1](https://github.com/truecharts/charts/compare/mojopaste-5.5.0...mojopaste-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mojopaste-5.5.0](https://github.com/truecharts/charts/compare/mojopaste-5.4.1...mojopaste-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mojopaste-5.4.1](https://github.com/truecharts/charts/compare/mojopaste-5.4.0...mojopaste-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mojopaste-5.4.0](https://github.com/truecharts/charts/compare/mojopaste-5.3.0...mojopaste-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mojopaste-5.3.0](https://github.com/truecharts/charts/compare/mojopaste-5.2.3...mojopaste-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mojopaste-5.2.3](https://github.com/truecharts/charts/compare/mojopaste-5.2.2...mojopaste-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mojopaste-5.2.2](https://github.com/truecharts/charts/compare/mojopaste-5.2.0...mojopaste-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mojopaste/5.6.0/Chart.yaml b/stable/mojopaste/5.6.0/Chart.yaml
deleted file mode 100644
index 83e487c86bc..00000000000
--- a/stable/mojopaste/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application.
-home: https://truecharts.org/charts/stable/mojopaste
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png
-keywords:
- - mojopaste
- - Cloud
- - Productivity
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mojopaste
-sources:
- - https://github.com/jhthorsen/app-mojopaste
- - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste
- - https://hub.docker.com/r/jhthorsen/mojopaste
-type: application
-version: 5.6.0
diff --git a/stable/mojopaste/5.6.0/charts/common-20.1.5.tgz b/stable/mojopaste/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mojopaste/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mordhau/5.6.0/.helmignore b/stable/mojopaste/5.7.3/.helmignore
similarity index 100%
rename from stable/mordhau/5.6.0/.helmignore
rename to stable/mojopaste/5.7.3/.helmignore
diff --git a/stable/mojopaste/5.7.3/CHANGELOG.md b/stable/mojopaste/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7f46cb315f9
--- /dev/null
+++ b/stable/mojopaste/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mojopaste-5.7.2](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mojopaste/5.7.3/Chart.yaml b/stable/mojopaste/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d2acb7d897b
--- /dev/null
+++ b/stable/mojopaste/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application.
+home: https://truecharts.org/charts/stable/mojopaste
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png
+keywords:
+ - mojopaste
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mojopaste
+sources:
+ - https://github.com/jhthorsen/app-mojopaste
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste
+ - https://hub.docker.com/r/jhthorsen/mojopaste
+type: application
+version: 5.7.3
diff --git a/stable/mojopaste/5.6.0/README.md b/stable/mojopaste/5.7.3/README.md
similarity index 100%
rename from stable/mojopaste/5.6.0/README.md
rename to stable/mojopaste/5.7.3/README.md
diff --git a/stable/mojopaste/5.7.3/app-changelog.md b/stable/mojopaste/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b7e2b8bb61a
--- /dev/null
+++ b/stable/mojopaste/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mojopaste-5.7.3](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mojopaste/5.6.0/app-readme.md b/stable/mojopaste/5.7.3/app-readme.md
similarity index 100%
rename from stable/mojopaste/5.6.0/app-readme.md
rename to stable/mojopaste/5.7.3/app-readme.md
diff --git a/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz b/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mojopaste/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mojopaste/5.6.0/ix_values.yaml b/stable/mojopaste/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mojopaste/5.6.0/ix_values.yaml
rename to stable/mojopaste/5.7.3/ix_values.yaml
diff --git a/stable/mojopaste/5.6.0/questions.yaml b/stable/mojopaste/5.7.3/questions.yaml
similarity index 100%
rename from stable/mojopaste/5.6.0/questions.yaml
rename to stable/mojopaste/5.7.3/questions.yaml
diff --git a/stable/mordhau/5.6.0/templates/common.yaml b/stable/mojopaste/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/mordhau/5.6.0/templates/common.yaml
rename to stable/mojopaste/5.7.3/templates/common.yaml
diff --git a/stable/mordhau/5.6.0/values.yaml b/stable/mojopaste/5.7.3/values.yaml
similarity index 100%
rename from stable/mordhau/5.6.0/values.yaml
rename to stable/mojopaste/5.7.3/values.yaml
diff --git a/stable/monero-node/6.6.1/CHANGELOG.md b/stable/monero-node/6.6.1/CHANGELOG.md
deleted file mode 100644
index 9a70e5e4fae..00000000000
--- a/stable/monero-node/6.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
diff --git a/stable/monero-node/6.6.1/Chart.yaml b/stable/monero-node/6.6.1/Chart.yaml
deleted file mode 100644
index 51cce0194dd..00000000000
--- a/stable/monero-node/6.6.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Crypto
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.18.3.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart to run a monero full network node
-home: https://truecharts.org/charts/stable/monero-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png
-keywords:
- - monero-node
- - Crypto
- - Tools-Utilities
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: monero-node
-sources:
- - https://github.com/kannix/monero-full-node
- - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node
- - https://ghcr.io/sethforprivacy/simple-monerod
-type: application
-version: 6.6.1
diff --git a/stable/monero-node/6.6.1/app-changelog.md b/stable/monero-node/6.6.1/app-changelog.md
deleted file mode 100644
index 47ae2edc106..00000000000
--- a/stable/monero-node/6.6.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
\ No newline at end of file
diff --git a/stable/monero-node/6.6.1/charts/common-20.2.2.tgz b/stable/monero-node/6.6.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/monero-node/6.6.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/monero-node/6.6.1/ix_values.yaml b/stable/monero-node/6.6.1/ix_values.yaml
deleted file mode 100644
index fa6cdb666d6..00000000000
--- a/stable/monero-node/6.6.1/ix_values.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ghcr.io/sethforprivacy/simple-monerod
- tag: v0.18.3.3@sha256:1d6fa540fde4ec86b438ef2234f95dc60049737689f6ed45796f9dcec1493fa4
-
-monero:
- rpcbindip: "0.0.0.0"
- rpcbindport: "18089"
- publicnode: true
- noigd: true
- enablednsblocklist: true
- pruneblockchain: true
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-
-service:
- main:
- ports:
- main:
- port: 18080
- protocol: tcp
- targetPort: 18080
- rpc:
- enabled: true
- ports:
- rpc:
- enabled: true
- port: 18089
- protocol: tcp
- targetPort: 18089
-
-persistence:
- blockchainstorage:
- enabled: true
- mountPath: /home/monero/.bitmonero
-
-portal:
- open:
- enabled: true
diff --git a/stable/mosdns/9.6.0/.helmignore b/stable/monero-node/6.6.5/.helmignore
similarity index 100%
rename from stable/mosdns/9.6.0/.helmignore
rename to stable/monero-node/6.6.5/.helmignore
diff --git a/stable/monero-node/6.6.5/CHANGELOG.md b/stable/monero-node/6.6.5/CHANGELOG.md
new file mode 100644
index 00000000000..26b0bc8875b
--- /dev/null
+++ b/stable/monero-node/6.6.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [monero-node-6.6.5](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
+
+
+## [monero-node-6.6.4](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
+
+
+## [monero-node-6.6.4](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
+
+
+## [monero-node-6.6.4](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
+
+
+## [monero-node-6.6.4](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
diff --git a/stable/monero-node/6.6.5/Chart.yaml b/stable/monero-node/6.6.5/Chart.yaml
new file mode 100644
index 00000000000..a2c6fd773fa
--- /dev/null
+++ b/stable/monero-node/6.6.5/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Crypto
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.18.3.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart to run a monero full network node
+home: https://truecharts.org/charts/stable/monero-node
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png
+keywords:
+ - monero-node
+ - Crypto
+ - Tools-Utilities
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: monero-node
+sources:
+ - https://github.com/kannix/monero-full-node
+ - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node
+ - https://ghcr.io/sethforprivacy/simple-monerod
+type: application
+version: 6.6.5
diff --git a/stable/monero-node/6.6.1/README.md b/stable/monero-node/6.6.5/README.md
similarity index 100%
rename from stable/monero-node/6.6.1/README.md
rename to stable/monero-node/6.6.5/README.md
diff --git a/stable/monero-node/6.6.5/app-changelog.md b/stable/monero-node/6.6.5/app-changelog.md
new file mode 100644
index 00000000000..3218a491529
--- /dev/null
+++ b/stable/monero-node/6.6.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [monero-node-6.6.5](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@fa2dbd9](https://github.com/fa2dbd9) by renovate ([#19571](https://github.com/truecharts/charts/issues/19571))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@ef1fdd8](https://github.com/ef1fdd8) by renovate ([#19466](https://github.com/truecharts/charts/issues/19466))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.3[@1d6fa54](https://github.com/1d6fa54) by renovate ([#19309](https://github.com/truecharts/charts/issues/19309))
\ No newline at end of file
diff --git a/stable/monero-node/6.6.1/app-readme.md b/stable/monero-node/6.6.5/app-readme.md
similarity index 100%
rename from stable/monero-node/6.6.1/app-readme.md
rename to stable/monero-node/6.6.5/app-readme.md
diff --git a/stable/monero-node/6.6.5/charts/common-20.2.4.tgz b/stable/monero-node/6.6.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/monero-node/6.6.5/charts/common-20.2.4.tgz differ
diff --git a/stable/monero-node/6.6.5/ix_values.yaml b/stable/monero-node/6.6.5/ix_values.yaml
new file mode 100644
index 00000000000..40b39936e13
--- /dev/null
+++ b/stable/monero-node/6.6.5/ix_values.yaml
@@ -0,0 +1,43 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/sethforprivacy/simple-monerod
+ tag: v0.18.3.3@sha256:fa2dbd9b8c30560cae1d59641c9ecddb31f9b234ff3c83f7f8ab1bceabfb7763
+
+monero:
+ rpcbindip: "0.0.0.0"
+ rpcbindport: "18089"
+ publicnode: true
+ noigd: true
+ enablednsblocklist: true
+ pruneblockchain: true
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 18080
+ protocol: tcp
+ targetPort: 18080
+ rpc:
+ enabled: true
+ ports:
+ rpc:
+ enabled: true
+ port: 18089
+ protocol: tcp
+ targetPort: 18089
+
+persistence:
+ blockchainstorage:
+ enabled: true
+ mountPath: /home/monero/.bitmonero
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/monero-node/6.6.1/questions.yaml b/stable/monero-node/6.6.5/questions.yaml
similarity index 100%
rename from stable/monero-node/6.6.1/questions.yaml
rename to stable/monero-node/6.6.5/questions.yaml
diff --git a/stable/monero-node/6.6.1/templates/_args.tpl b/stable/monero-node/6.6.5/templates/_args.tpl
similarity index 100%
rename from stable/monero-node/6.6.1/templates/_args.tpl
rename to stable/monero-node/6.6.5/templates/_args.tpl
diff --git a/stable/monero-node/6.6.1/templates/common.yaml b/stable/monero-node/6.6.5/templates/common.yaml
similarity index 100%
rename from stable/monero-node/6.6.1/templates/common.yaml
rename to stable/monero-node/6.6.5/templates/common.yaml
diff --git a/stable/mosdns/9.6.0/values.yaml b/stable/monero-node/6.6.5/values.yaml
similarity index 100%
rename from stable/mosdns/9.6.0/values.yaml
rename to stable/monero-node/6.6.5/values.yaml
diff --git a/stable/mongo-express/6.7.1/CHANGELOG.md b/stable/mongo-express/6.7.1/CHANGELOG.md
deleted file mode 100644
index 009c48fd3ca..00000000000
--- a/stable/mongo-express/6.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [mongo-express-6.7.0](https://github.com/truecharts/charts/compare/mongo-express-6.6.3...mongo-express-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mongo-express-6.6.3](https://github.com/truecharts/charts/compare/mongo-express-6.6.2...mongo-express-6.6.3) (2024-03-13)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.2[@ce0371b](https://github.com/ce0371b) by renovate ([#19184](https://github.com/truecharts/charts/issues/19184))
-
diff --git a/stable/mongo-express/6.7.1/Chart.yaml b/stable/mongo-express/6.7.1/Chart.yaml
deleted file mode 100644
index f58069715a7..00000000000
--- a/stable/mongo-express/6.7.1/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mongodb
- version: 12.5.4
- repository: oci://tccr.io/truecharts
- condition: mongodb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3.
-home: https://truecharts.org/charts/stable/mongo-express
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png
-keywords:
- - mongo
- - mongodb
- - database
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mongo-express
-sources:
- - https://github.com/mongo-express/mongo-express
- - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express
- - https://hub.docker.com/_/mongo-express
-type: application
-version: 6.7.1
diff --git a/stable/mongo-express/6.7.1/app-changelog.md b/stable/mongo-express/6.7.1/app-changelog.md
deleted file mode 100644
index 34bf57219e7..00000000000
--- a/stable/mongo-express/6.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [mongo-express-6.7.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/mongo-express/6.7.1/charts/common-20.1.5.tgz b/stable/mongo-express/6.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mongo-express/6.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mosquitto/14.6.0/.helmignore b/stable/mongo-express/6.8.3/.helmignore
similarity index 100%
rename from stable/mosquitto/14.6.0/.helmignore
rename to stable/mongo-express/6.8.3/.helmignore
diff --git a/stable/mongo-express/6.8.3/CHANGELOG.md b/stable/mongo-express/6.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..c9f62547026
--- /dev/null
+++ b/stable/mongo-express/6.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [mongo-express-6.8.2](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [mongo-express-6.8.2](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [mongo-express-6.8.2](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [mongo-express-6.8.2](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [mongo-express-6.8.2](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/mongo-express/6.8.3/Chart.yaml b/stable/mongo-express/6.8.3/Chart.yaml
new file mode 100644
index 00000000000..8cb5ce3d300
--- /dev/null
+++ b/stable/mongo-express/6.8.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mongodb
+ version: 12.5.4
+ repository: oci://tccr.io/truecharts
+ condition: mongodb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3.
+home: https://truecharts.org/charts/stable/mongo-express
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.png
+keywords:
+ - mongo
+ - mongodb
+ - database
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mongo-express
+sources:
+ - https://github.com/mongo-express/mongo-express
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express
+ - https://hub.docker.com/_/mongo-express
+type: application
+version: 6.8.3
diff --git a/stable/mongo-express/6.7.1/README.md b/stable/mongo-express/6.8.3/README.md
similarity index 100%
rename from stable/mongo-express/6.7.1/README.md
rename to stable/mongo-express/6.8.3/README.md
diff --git a/stable/mongo-express/6.8.3/app-changelog.md b/stable/mongo-express/6.8.3/app-changelog.md
new file mode 100644
index 00000000000..97b5551d97c
--- /dev/null
+++ b/stable/mongo-express/6.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [mongo-express-6.8.3](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/mongo-express/6.7.1/app-readme.md b/stable/mongo-express/6.8.3/app-readme.md
similarity index 100%
rename from stable/mongo-express/6.7.1/app-readme.md
rename to stable/mongo-express/6.8.3/app-readme.md
diff --git a/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz b/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mongo-express/6.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mongo-express/6.7.1/charts/mongodb-12.5.4.tgz b/stable/mongo-express/6.8.3/charts/mongodb-12.5.4.tgz
similarity index 100%
rename from stable/mongo-express/6.7.1/charts/mongodb-12.5.4.tgz
rename to stable/mongo-express/6.8.3/charts/mongodb-12.5.4.tgz
diff --git a/stable/mongo-express/6.7.1/ix_values.yaml b/stable/mongo-express/6.8.3/ix_values.yaml
similarity index 100%
rename from stable/mongo-express/6.7.1/ix_values.yaml
rename to stable/mongo-express/6.8.3/ix_values.yaml
diff --git a/stable/mongo-express/6.7.1/questions.yaml b/stable/mongo-express/6.8.3/questions.yaml
similarity index 100%
rename from stable/mongo-express/6.7.1/questions.yaml
rename to stable/mongo-express/6.8.3/questions.yaml
diff --git a/stable/mosquitto/14.6.0/templates/NOTES.txt b/stable/mongo-express/6.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/mosquitto/14.6.0/templates/NOTES.txt
rename to stable/mongo-express/6.8.3/templates/NOTES.txt
diff --git a/stable/mylar/13.8.0/templates/common.yaml b/stable/mongo-express/6.8.3/templates/common.yaml
similarity index 100%
rename from stable/mylar/13.8.0/templates/common.yaml
rename to stable/mongo-express/6.8.3/templates/common.yaml
diff --git a/stable/mosquitto/14.6.0/values.yaml b/stable/mongo-express/6.8.3/values.yaml
similarity index 100%
rename from stable/mosquitto/14.6.0/values.yaml
rename to stable/mongo-express/6.8.3/values.yaml
diff --git a/stable/mongodb/12.7.0/CHANGELOG.md b/stable/mongodb/12.7.0/CHANGELOG.md
deleted file mode 100644
index 4a28518047e..00000000000
--- a/stable/mongodb/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/mongodb/12.7.0/Chart.yaml b/stable/mongodb/12.7.0/Chart.yaml
deleted file mode 100644
index ca7c4805608..00000000000
--- a/stable/mongodb/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.0.6
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
-home: https://truecharts.org/charts/stable/mongodb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
-keywords:
- - mongodb
- - database
- - nosql
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mongodb
-sources:
- - https://www.mongodb.com
- - https://github.com/bitnami/bitnami-docker-mongodb
- - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb
- - https://hub.docker.com/r/bitnami/mongodb
-type: application
-version: 12.7.0
diff --git a/stable/mongodb/12.7.0/app-changelog.md b/stable/mongodb/12.7.0/app-changelog.md
deleted file mode 100644
index 29949aac5ee..00000000000
--- a/stable/mongodb/12.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [mongodb-12.7.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mongodb/12.7.0/charts/common-20.2.0.tgz b/stable/mongodb/12.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/mongodb/12.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/mongodb/12.7.0/ix_values.yaml b/stable/mongodb/12.7.0/ix_values.yaml
deleted file mode 100644
index f18bfca6df1..00000000000
--- a/stable/mongodb/12.7.0/ix_values.yaml
+++ /dev/null
@@ -1,108 +0,0 @@
-image:
- repository: bitnami/mongodb
- pullPolicy: IfNotPresent
- tag: 7.0.6@sha256:046f45d6fe3889b05907571be5c68af76f2bea8bdee63879ebe0f4bf478e6bee
-
-includeCommon: true
-workload:
- main:
- replicas: 1
- podSpec:
- containers:
- main:
- env:
- MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
- MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
- MONGODB_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
- key: "mongodb-password"
- MONGODB_ROOT_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
- key: "mongodb-root-password"
- # -- Probe configuration
- # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
- # @default -- See below
- probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- # -- Enable the liveness probe
- enabled: true
- # -- Set this to `true` if you wish to specify your own livenessProbe
- custom: true
- # -- The spec field contains the values for the default livenessProbe.
- # If you selected `custom: true`, this field holds the definition of the livenessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- # -- Enable the readiness probe
- enabled: true
- # -- Set this to `true` if you wish to specify your own readinessProbe
- custom: true
- # -- The spec field contains the values for the default readinessProbe.
- # If you selected `custom: true`, this field holds the definition of the readinessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
- # -- Startup probe configuration
- # @default -- See below
- startup:
- # -- Enable the startup probe
- enabled: true
- custom: true
- # -- The spec field contains the values for the default livenessProbe.
- # If you selected `custom: true`, this field holds the definition of the livenessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
-service:
- main:
- ports:
- main:
- port: 27017
- targetPort: 27017
-securityContext:
- container:
- runAsGroup: 0
- readOnlyRootFilesystem: false
-persistence:
- data:
- enabled: true
- mountPath: "/bitnami/mongodb"
-mongodbUsername: "test"
-mongodbDatabase: "test"
-mongodbRootPassword: "testroot"
-# -- Secret or password
-# One of these options is required, unless used as a dependency for another TrueCharts chart.
-mongodbPassword: ""
-existingSecret: ""
-secret:
- credentials:
- enabled: true
- data:
- mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
- mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
-portal:
- open:
- enabled: false
-manifestManager:
- enabled: false
diff --git a/stable/mstream/10.7.0/.helmignore b/stable/mongodb/12.7.4/.helmignore
similarity index 100%
rename from stable/mstream/10.7.0/.helmignore
rename to stable/mongodb/12.7.4/.helmignore
diff --git a/stable/mongodb/12.7.4/CHANGELOG.md b/stable/mongodb/12.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..0c5e8c2d071
--- /dev/null
+++ b/stable/mongodb/12.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mongodb-12.7.3](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mongodb-12.7.3](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mongodb-12.7.3](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mongodb-12.7.3](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mongodb-12.7.3](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mongodb/12.7.4/Chart.yaml b/stable/mongodb/12.7.4/Chart.yaml
new file mode 100644
index 00000000000..24f1744c7b8
--- /dev/null
+++ b/stable/mongodb/12.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.0.7
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
+home: https://truecharts.org/charts/stable/mongodb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
+keywords:
+ - mongodb
+ - database
+ - nosql
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mongodb
+sources:
+ - https://www.mongodb.com
+ - https://github.com/bitnami/bitnami-docker-mongodb
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb
+ - https://hub.docker.com/r/bitnami/mongodb
+type: application
+version: 12.7.4
diff --git a/stable/mongodb/12.7.0/README.md b/stable/mongodb/12.7.4/README.md
similarity index 100%
rename from stable/mongodb/12.7.0/README.md
rename to stable/mongodb/12.7.4/README.md
diff --git a/stable/mongodb/12.7.4/app-changelog.md b/stable/mongodb/12.7.4/app-changelog.md
new file mode 100644
index 00000000000..ccca96255da
--- /dev/null
+++ b/stable/mongodb/12.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [mongodb-12.7.4](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/mongodb to v7.0.7[@b731d29](https://github.com/b731d29) by renovate ([#19486](https://github.com/truecharts/charts/issues/19486))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mongodb/12.7.0/app-readme.md b/stable/mongodb/12.7.4/app-readme.md
similarity index 100%
rename from stable/mongodb/12.7.0/app-readme.md
rename to stable/mongodb/12.7.4/app-readme.md
diff --git a/stable/mongodb/12.7.4/charts/common-20.2.4.tgz b/stable/mongodb/12.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mongodb/12.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/mongodb/12.7.4/ix_values.yaml b/stable/mongodb/12.7.4/ix_values.yaml
new file mode 100644
index 00000000000..04ef1d99d62
--- /dev/null
+++ b/stable/mongodb/12.7.4/ix_values.yaml
@@ -0,0 +1,108 @@
+image:
+ repository: bitnami/mongodb
+ pullPolicy: IfNotPresent
+ tag: 7.0.7@sha256:b731d29fb853a3e92e21e011113e8ebd773de79437a42c7b7011335422a7523e
+
+includeCommon: true
+workload:
+ main:
+ replicas: 1
+ podSpec:
+ containers:
+ main:
+ env:
+ MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
+ MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
+ MONGODB_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
+ key: "mongodb-password"
+ MONGODB_ROOT_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
+ key: "mongodb-root-password"
+ # -- Probe configuration
+ # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
+ # @default -- See below
+ probes:
+ # -- Liveness probe configuration
+ # @default -- See below
+ liveness:
+ # -- Enable the liveness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own livenessProbe
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
+ # -- Redainess probe configuration
+ # @default -- See below
+ readiness:
+ # -- Enable the readiness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own readinessProbe
+ custom: true
+ # -- The spec field contains the values for the default readinessProbe.
+ # If you selected `custom: true`, this field holds the definition of the readinessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ # -- Enable the startup probe
+ enabled: true
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
+service:
+ main:
+ ports:
+ main:
+ port: 27017
+ targetPort: 27017
+securityContext:
+ container:
+ runAsGroup: 0
+ readOnlyRootFilesystem: false
+persistence:
+ data:
+ enabled: true
+ mountPath: "/bitnami/mongodb"
+mongodbUsername: "test"
+mongodbDatabase: "test"
+mongodbRootPassword: "testroot"
+# -- Secret or password
+# One of these options is required, unless used as a dependency for another TrueCharts chart.
+mongodbPassword: ""
+existingSecret: ""
+secret:
+ credentials:
+ enabled: true
+ data:
+ mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
+ mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
+portal:
+ open:
+ enabled: false
+manifestManager:
+ enabled: false
diff --git a/stable/mongodb/12.7.0/questions.yaml b/stable/mongodb/12.7.4/questions.yaml
similarity index 100%
rename from stable/mongodb/12.7.0/questions.yaml
rename to stable/mongodb/12.7.4/questions.yaml
diff --git a/stable/mstream/10.7.0/templates/NOTES.txt b/stable/mongodb/12.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/mstream/10.7.0/templates/NOTES.txt
rename to stable/mongodb/12.7.4/templates/NOTES.txt
diff --git a/stable/mongodb/12.7.0/templates/common.yaml b/stable/mongodb/12.7.4/templates/common.yaml
similarity index 100%
rename from stable/mongodb/12.7.0/templates/common.yaml
rename to stable/mongodb/12.7.4/templates/common.yaml
diff --git a/stable/mstream/10.7.0/values.yaml b/stable/mongodb/12.7.4/values.yaml
similarity index 100%
rename from stable/mstream/10.7.0/values.yaml
rename to stable/mongodb/12.7.4/values.yaml
diff --git a/stable/monica/12.12.2/CHANGELOG.md b/stable/monica/12.12.2/CHANGELOG.md
deleted file mode 100644
index a00cdcf5a78..00000000000
--- a/stable/monica/12.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [monica-12.12.2](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
-
-
-## [monica-12.12.2](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
-
-
-## [monica-12.12.2](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
-
-
-## [monica-12.12.2](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
\ No newline at end of file
diff --git a/stable/monica/12.12.2/Chart.yaml b/stable/monica/12.12.2/Chart.yaml
deleted file mode 100644
index a27f99accaa..00000000000
--- a/stable/monica/12.12.2/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: crm
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Monica is a great open source personal relationship management system.
-home: https://truecharts.org/charts/stable/monica
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png
-keywords:
- - crm
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: monica
-sources:
- - https://github.com/monicahq/monica
- - https://github.com/truecharts/charts/tree/master/charts/stable/monica
- - https://hub.docker.com/_/monica
-type: application
-version: 12.12.2
diff --git a/stable/monica/12.12.2/app-changelog.md b/stable/monica/12.12.2/app-changelog.md
deleted file mode 100644
index 868e686482c..00000000000
--- a/stable/monica/12.12.2/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [monica-12.12.2](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
\ No newline at end of file
diff --git a/stable/monica/12.12.2/charts/common-20.2.2.tgz b/stable/monica/12.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/monica/12.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/monica/12.12.2/charts/mariadb-13.7.1.tgz b/stable/monica/12.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/monica/12.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/multi-scrobbler/6.6.0/.helmignore b/stable/monica/12.12.6/.helmignore
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/.helmignore
rename to stable/monica/12.12.6/.helmignore
diff --git a/stable/monica/12.12.6/CHANGELOG.md b/stable/monica/12.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..d130f1dfa1e
--- /dev/null
+++ b/stable/monica/12.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [monica-12.12.6](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
+
+
+## [monica-12.12.5](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
+
+
+## [monica-12.12.5](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
+
+
+## [monica-12.12.5](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.5) (2024-03-23)
\ No newline at end of file
diff --git a/stable/monica/12.12.6/Chart.yaml b/stable/monica/12.12.6/Chart.yaml
new file mode 100644
index 00000000000..e29a7b2a5de
--- /dev/null
+++ b/stable/monica/12.12.6/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: crm
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Monica is a great open source personal relationship management system.
+home: https://truecharts.org/charts/stable/monica
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png
+keywords:
+ - crm
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: monica
+sources:
+ - https://github.com/monicahq/monica
+ - https://github.com/truecharts/charts/tree/master/charts/stable/monica
+ - https://hub.docker.com/_/monica
+type: application
+version: 12.12.6
diff --git a/stable/monica/12.12.2/README.md b/stable/monica/12.12.6/README.md
similarity index 100%
rename from stable/monica/12.12.2/README.md
rename to stable/monica/12.12.6/README.md
diff --git a/stable/monica/12.12.6/app-changelog.md b/stable/monica/12.12.6/app-changelog.md
new file mode 100644
index 00000000000..0ff6a1faaac
--- /dev/null
+++ b/stable/monica/12.12.6/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [monica-12.12.6](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276))
\ No newline at end of file
diff --git a/stable/monica/12.12.2/app-readme.md b/stable/monica/12.12.6/app-readme.md
similarity index 100%
rename from stable/monica/12.12.2/app-readme.md
rename to stable/monica/12.12.6/app-readme.md
diff --git a/stable/monica/12.12.6/charts/common-20.2.4.tgz b/stable/monica/12.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/monica/12.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/monica/12.12.6/charts/mariadb-13.7.3.tgz b/stable/monica/12.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/monica/12.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/monica/12.12.2/ix_values.yaml b/stable/monica/12.12.6/ix_values.yaml
similarity index 100%
rename from stable/monica/12.12.2/ix_values.yaml
rename to stable/monica/12.12.6/ix_values.yaml
diff --git a/stable/monica/12.12.2/questions.yaml b/stable/monica/12.12.6/questions.yaml
similarity index 100%
rename from stable/monica/12.12.2/questions.yaml
rename to stable/monica/12.12.6/questions.yaml
diff --git a/stable/multi-scrobbler/6.6.0/templates/NOTES.txt b/stable/monica/12.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/templates/NOTES.txt
rename to stable/monica/12.12.6/templates/NOTES.txt
diff --git a/stable/monica/12.12.2/templates/_appkey.tpl b/stable/monica/12.12.6/templates/_appkey.tpl
similarity index 100%
rename from stable/monica/12.12.2/templates/_appkey.tpl
rename to stable/monica/12.12.6/templates/_appkey.tpl
diff --git a/stable/monica/12.12.2/templates/common.yaml b/stable/monica/12.12.6/templates/common.yaml
similarity index 100%
rename from stable/monica/12.12.2/templates/common.yaml
rename to stable/monica/12.12.6/templates/common.yaml
diff --git a/stable/multi-scrobbler/6.6.0/values.yaml b/stable/monica/12.12.6/values.yaml
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/values.yaml
rename to stable/monica/12.12.6/values.yaml
diff --git a/stable/mordhau/5.6.0/CHANGELOG.md b/stable/mordhau/5.6.0/CHANGELOG.md
deleted file mode 100644
index 563b73302a3..00000000000
--- a/stable/mordhau/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mordhau-5.6.0](https://github.com/truecharts/charts/compare/mordhau-5.5.2...mordhau-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mordhau-5.5.2](https://github.com/truecharts/charts/compare/mordhau-5.5.1...mordhau-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mordhau-5.5.1](https://github.com/truecharts/charts/compare/mordhau-5.5.0...mordhau-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mordhau-5.5.0](https://github.com/truecharts/charts/compare/mordhau-5.4.1...mordhau-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mordhau-5.4.1](https://github.com/truecharts/charts/compare/mordhau-5.4.0...mordhau-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mordhau-5.4.0](https://github.com/truecharts/charts/compare/mordhau-5.3.0...mordhau-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mordhau-5.3.0](https://github.com/truecharts/charts/compare/mordhau-5.2.3...mordhau-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mordhau-5.2.3](https://github.com/truecharts/charts/compare/mordhau-5.2.2...mordhau-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mordhau-5.2.2](https://github.com/truecharts/charts/compare/mordhau-5.2.0...mordhau-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mordhau/5.6.0/Chart.yaml b/stable/mordhau/5.6.0/Chart.yaml
deleted file mode 100644
index ba15ef725f3..00000000000
--- a/stable/mordhau/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: mordhau
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart"
-home: https://truecharts.org/charts/stable/mordhau
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png
-keywords:
- - mordhau
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mordhau
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/mordhau/5.6.0/charts/common-20.1.5.tgz b/stable/mordhau/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mordhau/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/muse/5.9.0/.helmignore b/stable/mordhau/5.7.3/.helmignore
similarity index 100%
rename from stable/muse/5.9.0/.helmignore
rename to stable/mordhau/5.7.3/.helmignore
diff --git a/stable/mordhau/5.7.3/CHANGELOG.md b/stable/mordhau/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3df7e8bc99e
--- /dev/null
+++ b/stable/mordhau/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mordhau-5.7.2](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mordhau/5.7.3/Chart.yaml b/stable/mordhau/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..cde6dd4e94d
--- /dev/null
+++ b/stable/mordhau/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: mordhau
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart"
+home: https://truecharts.org/charts/stable/mordhau
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png
+keywords:
+ - mordhau
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mordhau
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/mordhau/5.6.0/README.md b/stable/mordhau/5.7.3/README.md
similarity index 100%
rename from stable/mordhau/5.6.0/README.md
rename to stable/mordhau/5.7.3/README.md
diff --git a/stable/mordhau/5.7.3/app-changelog.md b/stable/mordhau/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8708164aaf2
--- /dev/null
+++ b/stable/mordhau/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mordhau-5.7.3](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mordhau/5.6.0/app-readme.md b/stable/mordhau/5.7.3/app-readme.md
similarity index 100%
rename from stable/mordhau/5.6.0/app-readme.md
rename to stable/mordhau/5.7.3/app-readme.md
diff --git a/stable/mordhau/5.7.3/charts/common-20.2.4.tgz b/stable/mordhau/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mordhau/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mordhau/5.6.0/ix_values.yaml b/stable/mordhau/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/mordhau/5.6.0/ix_values.yaml
rename to stable/mordhau/5.7.3/ix_values.yaml
diff --git a/stable/mordhau/5.6.0/questions.yaml b/stable/mordhau/5.7.3/questions.yaml
similarity index 100%
rename from stable/mordhau/5.6.0/questions.yaml
rename to stable/mordhau/5.7.3/questions.yaml
diff --git a/stable/multi-scrobbler/6.6.0/templates/common.yaml b/stable/mordhau/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/templates/common.yaml
rename to stable/mordhau/5.7.3/templates/common.yaml
diff --git a/stable/muse/5.9.0/values.yaml b/stable/mordhau/5.7.3/values.yaml
similarity index 100%
rename from stable/muse/5.9.0/values.yaml
rename to stable/mordhau/5.7.3/values.yaml
diff --git a/stable/mosdns/9.6.0/CHANGELOG.md b/stable/mosdns/9.6.0/CHANGELOG.md
deleted file mode 100644
index f6fa080178d..00000000000
--- a/stable/mosdns/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mosdns-9.6.0](https://github.com/truecharts/charts/compare/mosdns-9.5.2...mosdns-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mosdns-9.5.2](https://github.com/truecharts/charts/compare/mosdns-9.5.1...mosdns-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mosdns-9.5.1](https://github.com/truecharts/charts/compare/mosdns-9.5.0...mosdns-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mosdns-9.5.0](https://github.com/truecharts/charts/compare/mosdns-9.4.1...mosdns-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mosdns-9.4.1](https://github.com/truecharts/charts/compare/mosdns-9.4.0...mosdns-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mosdns-9.4.0](https://github.com/truecharts/charts/compare/mosdns-9.3.0...mosdns-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mosdns-9.3.0](https://github.com/truecharts/charts/compare/mosdns-9.2.3...mosdns-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mosdns-9.2.3](https://github.com/truecharts/charts/compare/mosdns-9.2.2...mosdns-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mosdns-9.2.2](https://github.com/truecharts/charts/compare/mosdns-9.2.0...mosdns-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mosdns/9.6.0/Chart.yaml b/stable/mosdns/9.6.0/Chart.yaml
deleted file mode 100644
index 5824a20cc2c..00000000000
--- a/stable/mosdns/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A location-based pluggable DNS forwarder/splitter.
-home: https://truecharts.org/charts/stable/mosdns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png
-keywords:
- - mosdns
- - dns
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mosdns
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns
- - https://hub.docker.com/r/601096721/mosdns
-type: application
-version: 9.6.0
diff --git a/stable/mosdns/9.6.0/charts/common-20.1.5.tgz b/stable/mosdns/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mosdns/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/muximux/10.6.0/.helmignore b/stable/mosdns/9.7.3/.helmignore
similarity index 100%
rename from stable/muximux/10.6.0/.helmignore
rename to stable/mosdns/9.7.3/.helmignore
diff --git a/stable/mosdns/9.7.3/CHANGELOG.md b/stable/mosdns/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4bcf317dc88
--- /dev/null
+++ b/stable/mosdns/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosdns-9.7.2](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mosdns/9.7.3/Chart.yaml b/stable/mosdns/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..ca202fc6c95
--- /dev/null
+++ b/stable/mosdns/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A location-based pluggable DNS forwarder/splitter.
+home: https://truecharts.org/charts/stable/mosdns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png
+keywords:
+ - mosdns
+ - dns
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mosdns
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns
+ - https://hub.docker.com/r/601096721/mosdns
+type: application
+version: 9.7.3
diff --git a/stable/mosdns/9.6.0/README.md b/stable/mosdns/9.7.3/README.md
similarity index 100%
rename from stable/mosdns/9.6.0/README.md
rename to stable/mosdns/9.7.3/README.md
diff --git a/stable/mosdns/9.7.3/app-changelog.md b/stable/mosdns/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..bb1166438e5
--- /dev/null
+++ b/stable/mosdns/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mosdns-9.7.3](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mosdns/9.6.0/app-readme.md b/stable/mosdns/9.7.3/app-readme.md
similarity index 100%
rename from stable/mosdns/9.6.0/app-readme.md
rename to stable/mosdns/9.7.3/app-readme.md
diff --git a/stable/mosdns/9.7.3/charts/common-20.2.4.tgz b/stable/mosdns/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mosdns/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mosdns/9.6.0/ix_values.yaml b/stable/mosdns/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/mosdns/9.6.0/ix_values.yaml
rename to stable/mosdns/9.7.3/ix_values.yaml
diff --git a/stable/mosdns/9.6.0/questions.yaml b/stable/mosdns/9.7.3/questions.yaml
similarity index 100%
rename from stable/mosdns/9.6.0/questions.yaml
rename to stable/mosdns/9.7.3/questions.yaml
diff --git a/stable/muximux/10.6.0/templates/NOTES.txt b/stable/mosdns/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/muximux/10.6.0/templates/NOTES.txt
rename to stable/mosdns/9.7.3/templates/NOTES.txt
diff --git a/stable/mymediaforalexa/8.6.0/templates/common.yaml b/stable/mosdns/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/templates/common.yaml
rename to stable/mosdns/9.7.3/templates/common.yaml
diff --git a/stable/muximux/10.6.0/values.yaml b/stable/mosdns/9.7.3/values.yaml
similarity index 100%
rename from stable/muximux/10.6.0/values.yaml
rename to stable/mosdns/9.7.3/values.yaml
diff --git a/stable/mosquitto/14.6.0/CHANGELOG.md b/stable/mosquitto/14.6.0/CHANGELOG.md
deleted file mode 100644
index 9fe2534522c..00000000000
--- a/stable/mosquitto/14.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mosquitto-14.6.0](https://github.com/truecharts/charts/compare/mosquitto-14.5.2...mosquitto-14.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mosquitto-14.5.2](https://github.com/truecharts/charts/compare/mosquitto-14.5.1...mosquitto-14.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mosquitto-14.5.1](https://github.com/truecharts/charts/compare/mosquitto-14.5.0...mosquitto-14.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mosquitto-14.5.0](https://github.com/truecharts/charts/compare/mosquitto-14.4.1...mosquitto-14.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mosquitto-14.4.1](https://github.com/truecharts/charts/compare/mosquitto-14.4.0...mosquitto-14.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mosquitto-14.4.0](https://github.com/truecharts/charts/compare/mosquitto-14.3.0...mosquitto-14.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mosquitto-14.3.0](https://github.com/truecharts/charts/compare/mosquitto-14.2.3...mosquitto-14.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mosquitto-14.2.3](https://github.com/truecharts/charts/compare/mosquitto-14.2.2...mosquitto-14.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mosquitto-14.2.2](https://github.com/truecharts/charts/compare/mosquitto-14.2.0...mosquitto-14.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mosquitto/14.6.0/Chart.yaml b/stable/mosquitto/14.6.0/Chart.yaml
deleted file mode 100644
index f7e961235af..00000000000
--- a/stable/mosquitto/14.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.18
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Eclipse Mosquitto - An open source MQTT broker
-home: https://truecharts.org/charts/stable/mosquitto
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png
-keywords:
- - mosquitto
- - home-automation
- - MQTT
- - eclipse-iot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mosquitto
-sources:
- - https://github.com/eclipse/mosquitto
- - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
- - https://hub.docker.com/_/eclipse-mosquitto
-type: application
-version: 14.6.0
diff --git a/stable/mosquitto/14.6.0/charts/common-20.1.5.tgz b/stable/mosquitto/14.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mosquitto/14.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mylar/13.8.0/.helmignore b/stable/mosquitto/14.7.3/.helmignore
similarity index 100%
rename from stable/mylar/13.8.0/.helmignore
rename to stable/mosquitto/14.7.3/.helmignore
diff --git a/stable/mosquitto/14.7.3/CHANGELOG.md b/stable/mosquitto/14.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..15cacd03f60
--- /dev/null
+++ b/stable/mosquitto/14.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mosquitto-14.7.2](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mosquitto/14.7.3/Chart.yaml b/stable/mosquitto/14.7.3/Chart.yaml
new file mode 100644
index 00000000000..a6689435c9b
--- /dev/null
+++ b/stable/mosquitto/14.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.18
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Eclipse Mosquitto - An open source MQTT broker
+home: https://truecharts.org/charts/stable/mosquitto
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png
+keywords:
+ - mosquitto
+ - home-automation
+ - MQTT
+ - eclipse-iot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mosquitto
+sources:
+ - https://github.com/eclipse/mosquitto
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
+ - https://hub.docker.com/_/eclipse-mosquitto
+type: application
+version: 14.7.3
diff --git a/stable/mosquitto/14.6.0/README.md b/stable/mosquitto/14.7.3/README.md
similarity index 100%
rename from stable/mosquitto/14.6.0/README.md
rename to stable/mosquitto/14.7.3/README.md
diff --git a/stable/mosquitto/14.7.3/app-changelog.md b/stable/mosquitto/14.7.3/app-changelog.md
new file mode 100644
index 00000000000..0475dd2014b
--- /dev/null
+++ b/stable/mosquitto/14.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mosquitto-14.7.3](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mosquitto/14.6.0/app-readme.md b/stable/mosquitto/14.7.3/app-readme.md
similarity index 100%
rename from stable/mosquitto/14.6.0/app-readme.md
rename to stable/mosquitto/14.7.3/app-readme.md
diff --git a/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz b/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mosquitto/14.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mosquitto/14.6.0/ix_values.yaml b/stable/mosquitto/14.7.3/ix_values.yaml
similarity index 100%
rename from stable/mosquitto/14.6.0/ix_values.yaml
rename to stable/mosquitto/14.7.3/ix_values.yaml
diff --git a/stable/mosquitto/14.6.0/questions.yaml b/stable/mosquitto/14.7.3/questions.yaml
similarity index 100%
rename from stable/mosquitto/14.6.0/questions.yaml
rename to stable/mosquitto/14.7.3/questions.yaml
diff --git a/stable/mylar/13.8.0/templates/NOTES.txt b/stable/mosquitto/14.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mylar/13.8.0/templates/NOTES.txt
rename to stable/mosquitto/14.7.3/templates/NOTES.txt
diff --git a/stable/mosquitto/14.6.0/templates/common.yaml b/stable/mosquitto/14.7.3/templates/common.yaml
similarity index 100%
rename from stable/mosquitto/14.6.0/templates/common.yaml
rename to stable/mosquitto/14.7.3/templates/common.yaml
diff --git a/stable/mylar/13.8.0/values.yaml b/stable/mosquitto/14.7.3/values.yaml
similarity index 100%
rename from stable/mylar/13.8.0/values.yaml
rename to stable/mosquitto/14.7.3/values.yaml
diff --git a/stable/mstream/10.7.0/CHANGELOG.md b/stable/mstream/10.7.0/CHANGELOG.md
deleted file mode 100644
index 11e761945d3..00000000000
--- a/stable/mstream/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
diff --git a/stable/mstream/10.7.0/Chart.yaml b/stable/mstream/10.7.0/Chart.yaml
deleted file mode 100644
index 32f9de0d773..00000000000
--- a/stable/mstream/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.11.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A personal music streaming server
-home: https://truecharts.org/charts/stable/mstream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png
-keywords:
- - mstream
- - server
- - music
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mstream
-sources:
- - https://mstream.io/
- - https://github.com/linuxserver/docker-mstream
- - https://github.com/truecharts/charts/tree/master/charts/stable/mstream
- - https://ghcr.io/linuxserver/mstream
-type: application
-version: 10.7.0
diff --git a/stable/mstream/10.7.0/app-changelog.md b/stable/mstream/10.7.0/app-changelog.md
deleted file mode 100644
index 56c67261c22..00000000000
--- a/stable/mstream/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [mstream-10.7.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
\ No newline at end of file
diff --git a/stable/mstream/10.7.0/charts/common-20.2.0.tgz b/stable/mstream/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/mstream/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/mstream/10.7.0/ix_values.yaml b/stable/mstream/10.7.0/ix_values.yaml
deleted file mode 100644
index de90b2cb9b2..00000000000
--- a/stable/mstream/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/mstream
- pullPolicy: IfNotPresent
- tag: 5.11.4@sha256:4bb425c97ef5bc76cfaf685d68e887960f91a61cd9ae5b1eaa559b0787084e09
-service:
- main:
- ports:
- main:
- port: 10041
- targetPort: 3000
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/mymediaforalexa/8.6.0/.helmignore b/stable/mstream/10.7.4/.helmignore
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/.helmignore
rename to stable/mstream/10.7.4/.helmignore
diff --git a/stable/mstream/10.7.4/CHANGELOG.md b/stable/mstream/10.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..90204835e42
--- /dev/null
+++ b/stable/mstream/10.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
+
+
+## [mstream-10.7.3](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
+
+
+## [mstream-10.7.3](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
+
+
+## [mstream-10.7.3](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
+
+
+## [mstream-10.7.3](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
+
+
+## [mstream-10.7.3](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/mstream/10.7.4/Chart.yaml b/stable/mstream/10.7.4/Chart.yaml
new file mode 100644
index 00000000000..dd48b314102
--- /dev/null
+++ b/stable/mstream/10.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.11.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A personal music streaming server
+home: https://truecharts.org/charts/stable/mstream
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png
+keywords:
+ - mstream
+ - server
+ - music
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mstream
+sources:
+ - https://mstream.io/
+ - https://github.com/linuxserver/docker-mstream
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mstream
+ - https://ghcr.io/linuxserver/mstream
+type: application
+version: 10.7.4
diff --git a/stable/mstream/10.7.0/README.md b/stable/mstream/10.7.4/README.md
similarity index 100%
rename from stable/mstream/10.7.0/README.md
rename to stable/mstream/10.7.4/README.md
diff --git a/stable/mstream/10.7.4/app-changelog.md b/stable/mstream/10.7.4/app-changelog.md
new file mode 100644
index 00000000000..1a8f0c85fe1
--- /dev/null
+++ b/stable/mstream/10.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [mstream-10.7.4](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@602259b](https://github.com/602259b) by renovate ([#19544](https://github.com/truecharts/charts/issues/19544))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mstream to 5.11.4[@4bb425c](https://github.com/4bb425c) by renovate ([#19240](https://github.com/truecharts/charts/issues/19240))
\ No newline at end of file
diff --git a/stable/mstream/10.7.0/app-readme.md b/stable/mstream/10.7.4/app-readme.md
similarity index 100%
rename from stable/mstream/10.7.0/app-readme.md
rename to stable/mstream/10.7.4/app-readme.md
diff --git a/stable/mstream/10.7.4/charts/common-20.2.4.tgz b/stable/mstream/10.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mstream/10.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/mstream/10.7.4/ix_values.yaml b/stable/mstream/10.7.4/ix_values.yaml
new file mode 100644
index 00000000000..5d6ea33fb67
--- /dev/null
+++ b/stable/mstream/10.7.4/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/mstream
+ pullPolicy: IfNotPresent
+ tag: 5.11.4@sha256:602259ba4558759ab91cbaa565044380551cfe14d997cbee1a0b240aca78efe4
+service:
+ main:
+ ports:
+ main:
+ port: 10041
+ targetPort: 3000
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/mstream/10.7.0/questions.yaml b/stable/mstream/10.7.4/questions.yaml
similarity index 100%
rename from stable/mstream/10.7.0/questions.yaml
rename to stable/mstream/10.7.4/questions.yaml
diff --git a/stable/mymediaforalexa/8.6.0/templates/NOTES.txt b/stable/mstream/10.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/templates/NOTES.txt
rename to stable/mstream/10.7.4/templates/NOTES.txt
diff --git a/stable/muximux/10.6.0/templates/common.yaml b/stable/mstream/10.7.4/templates/common.yaml
similarity index 100%
rename from stable/muximux/10.6.0/templates/common.yaml
rename to stable/mstream/10.7.4/templates/common.yaml
diff --git a/stable/mymediaforalexa/8.6.0/values.yaml b/stable/mstream/10.7.4/values.yaml
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/values.yaml
rename to stable/mstream/10.7.4/values.yaml
diff --git a/stable/multi-scrobbler/6.6.0/CHANGELOG.md b/stable/multi-scrobbler/6.6.0/CHANGELOG.md
deleted file mode 100644
index 2d414b9b2f6..00000000000
--- a/stable/multi-scrobbler/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [multi-scrobbler-6.6.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.5.2...multi-scrobbler-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [multi-scrobbler-6.5.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.5.1...multi-scrobbler-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [multi-scrobbler-6.5.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.5.0...multi-scrobbler-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [multi-scrobbler-6.5.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.4.1...multi-scrobbler-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [multi-scrobbler-6.4.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.4.0...multi-scrobbler-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [multi-scrobbler-6.4.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.3.0...multi-scrobbler-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [multi-scrobbler-6.3.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.3...multi-scrobbler-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [multi-scrobbler-6.2.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.2...multi-scrobbler-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [multi-scrobbler-6.2.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.0...multi-scrobbler-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/multi-scrobbler/6.6.0/Chart.yaml b/stable/multi-scrobbler/6.6.0/Chart.yaml
deleted file mode 100644
index 9b923fb42fd..00000000000
--- a/stable/multi-scrobbler/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Web
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Track your music listening history from many sources and record to many scrobble clients.
-home: https://truecharts.org/charts/stable/multi-scrobbler
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png
-keywords:
- - multi-scrobbler
- - Network-Web
- - MediaServer-Music
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: multi-scrobbler
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler
- - https://hub.docker.com/r/foxxmd/multi-scrobbler
-type: application
-version: 6.6.0
diff --git a/stable/multi-scrobbler/6.6.0/charts/common-20.1.5.tgz b/stable/multi-scrobbler/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/multi-scrobbler/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mysql-workbench/9.6.1/.helmignore b/stable/multi-scrobbler/6.7.3/.helmignore
similarity index 100%
rename from stable/mysql-workbench/9.6.1/.helmignore
rename to stable/multi-scrobbler/6.7.3/.helmignore
diff --git a/stable/multi-scrobbler/6.7.3/CHANGELOG.md b/stable/multi-scrobbler/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..20afedd68ec
--- /dev/null
+++ b/stable/multi-scrobbler/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [multi-scrobbler-6.7.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [multi-scrobbler-6.7.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/multi-scrobbler/6.7.3/Chart.yaml b/stable/multi-scrobbler/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..ab39dc1cc68
--- /dev/null
+++ b/stable/multi-scrobbler/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Web
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Track your music listening history from many sources and record to many scrobble clients.
+home: https://truecharts.org/charts/stable/multi-scrobbler
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png
+keywords:
+ - multi-scrobbler
+ - Network-Web
+ - MediaServer-Music
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: multi-scrobbler
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler
+ - https://hub.docker.com/r/foxxmd/multi-scrobbler
+type: application
+version: 6.7.3
diff --git a/stable/multi-scrobbler/6.6.0/README.md b/stable/multi-scrobbler/6.7.3/README.md
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/README.md
rename to stable/multi-scrobbler/6.7.3/README.md
diff --git a/stable/multi-scrobbler/6.7.3/app-changelog.md b/stable/multi-scrobbler/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..a6df7556ec6
--- /dev/null
+++ b/stable/multi-scrobbler/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [multi-scrobbler-6.7.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/multi-scrobbler/6.6.0/app-readme.md b/stable/multi-scrobbler/6.7.3/app-readme.md
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/app-readme.md
rename to stable/multi-scrobbler/6.7.3/app-readme.md
diff --git a/stable/multi-scrobbler/6.7.3/charts/common-20.2.4.tgz b/stable/multi-scrobbler/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/multi-scrobbler/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/multi-scrobbler/6.6.0/ix_values.yaml b/stable/multi-scrobbler/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/ix_values.yaml
rename to stable/multi-scrobbler/6.7.3/ix_values.yaml
diff --git a/stable/multi-scrobbler/6.6.0/questions.yaml b/stable/multi-scrobbler/6.7.3/questions.yaml
similarity index 100%
rename from stable/multi-scrobbler/6.6.0/questions.yaml
rename to stable/multi-scrobbler/6.7.3/questions.yaml
diff --git a/stable/mysql-workbench/9.6.1/templates/NOTES.txt b/stable/multi-scrobbler/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/mysql-workbench/9.6.1/templates/NOTES.txt
rename to stable/multi-scrobbler/6.7.3/templates/NOTES.txt
diff --git a/stable/namecheap-ddns/5.6.0/templates/common.yaml b/stable/multi-scrobbler/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/templates/common.yaml
rename to stable/multi-scrobbler/6.7.3/templates/common.yaml
diff --git a/stable/mysql-workbench/9.6.1/values.yaml b/stable/multi-scrobbler/6.7.3/values.yaml
similarity index 100%
rename from stable/mysql-workbench/9.6.1/values.yaml
rename to stable/multi-scrobbler/6.7.3/values.yaml
diff --git a/stable/muse/5.9.0/CHANGELOG.md b/stable/muse/5.9.0/CHANGELOG.md
deleted file mode 100644
index c6e9760305a..00000000000
--- a/stable/muse/5.9.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
diff --git a/stable/muse/5.9.0/Chart.yaml b/stable/muse/5.9.0/Chart.yaml
deleted file mode 100644
index faf8560900a..00000000000
--- a/stable/muse/5.9.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.7.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted midwestern Discord music bot that doesn't suck.
-home: https://truecharts.org/charts/stable/muse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png
-keywords:
- - muse
- - media
- - discord-bot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: muse
-sources:
- - https://github.com/codetheweb/muse
- - https://github.com/truecharts/charts/tree/master/charts/stable/muse
- - https://hub.docker.com/r/codetheweb/muse
-type: application
-version: 5.9.0
diff --git a/stable/muse/5.9.0/app-changelog.md b/stable/muse/5.9.0/app-changelog.md
deleted file mode 100644
index b689f1f5634..00000000000
--- a/stable/muse/5.9.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [muse-5.9.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
\ No newline at end of file
diff --git a/stable/muse/5.9.0/charts/common-20.2.0.tgz b/stable/muse/5.9.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/muse/5.9.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/muse/5.9.0/ix_values.yaml b/stable/muse/5.9.0/ix_values.yaml
deleted file mode 100644
index d2280613246..00000000000
--- a/stable/muse/5.9.0/ix_values.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-image:
- repository: codetheweb/muse
- pullPolicy: IfNotPresent
- tag: 2.7.0@sha256:961fce61dbb35032396af9bf949a5a968b214d67dc1a6a8e3bc62c26e47b1833
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- DATA_DIR: /config
- DISCORD_TOKEN: ""
- SPOTIFY_CLIENT_ID: ""
- SPOTIFY_CLIENT_SECRET: ""
- YOUTUBE_API_KEY: ""
- # CACHE_LIMIT: 2GB
- # BOT_STATUS: online
- # BOT_ACTIVITY_TYPE: PLAYING
- # BOT_ACTIVITY: A incubator app
- # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: false
diff --git a/stable/n8n/13.10.1/.helmignore b/stable/muse/5.9.4/.helmignore
similarity index 100%
rename from stable/n8n/13.10.1/.helmignore
rename to stable/muse/5.9.4/.helmignore
diff --git a/stable/muse/5.9.4/CHANGELOG.md b/stable/muse/5.9.4/CHANGELOG.md
new file mode 100644
index 00000000000..387d1ec2896
--- /dev/null
+++ b/stable/muse/5.9.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
+
+
+## [muse-5.9.3](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
+
+
+## [muse-5.9.3](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
+
+
+## [muse-5.9.3](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
+
+
+## [muse-5.9.3](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
+
+
+## [muse-5.9.3](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/muse/5.9.4/Chart.yaml b/stable/muse/5.9.4/Chart.yaml
new file mode 100644
index 00000000000..7866b6ebdfb
--- /dev/null
+++ b/stable/muse/5.9.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.7.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted midwestern Discord music bot that doesn't suck.
+home: https://truecharts.org/charts/stable/muse
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.png
+keywords:
+ - muse
+ - media
+ - discord-bot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: muse
+sources:
+ - https://github.com/codetheweb/muse
+ - https://github.com/truecharts/charts/tree/master/charts/stable/muse
+ - https://hub.docker.com/r/codetheweb/muse
+type: application
+version: 5.9.4
diff --git a/stable/muse/5.9.0/README.md b/stable/muse/5.9.4/README.md
similarity index 100%
rename from stable/muse/5.9.0/README.md
rename to stable/muse/5.9.4/README.md
diff --git a/stable/muse/5.9.4/app-changelog.md b/stable/muse/5.9.4/app-changelog.md
new file mode 100644
index 00000000000..b37e94650a4
--- /dev/null
+++ b/stable/muse/5.9.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [muse-5.9.4](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image codetheweb/muse to v2.7.1[@81b6481](https://github.com/81b6481) by renovate ([#19497](https://github.com/truecharts/charts/issues/19497))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image codetheweb/muse to v2.7.0[@961fce6](https://github.com/961fce6) by renovate ([#19335](https://github.com/truecharts/charts/issues/19335))
\ No newline at end of file
diff --git a/stable/muse/5.9.0/app-readme.md b/stable/muse/5.9.4/app-readme.md
similarity index 100%
rename from stable/muse/5.9.0/app-readme.md
rename to stable/muse/5.9.4/app-readme.md
diff --git a/stable/muse/5.9.4/charts/common-20.2.4.tgz b/stable/muse/5.9.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/muse/5.9.4/charts/common-20.2.4.tgz differ
diff --git a/stable/muse/5.9.4/ix_values.yaml b/stable/muse/5.9.4/ix_values.yaml
new file mode 100644
index 00000000000..50540a64b2f
--- /dev/null
+++ b/stable/muse/5.9.4/ix_values.yaml
@@ -0,0 +1,46 @@
+image:
+ repository: codetheweb/muse
+ pullPolicy: IfNotPresent
+ tag: 2.7.1@sha256:81b648163903eb681f005df22b326f54745ae7ba09b626b094d59be3b861a4ec
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ DATA_DIR: /config
+ DISCORD_TOKEN: ""
+ SPOTIFY_CLIENT_ID: ""
+ SPOTIFY_CLIENT_SECRET: ""
+ YOUTUBE_API_KEY: ""
+ # CACHE_LIMIT: 2GB
+ # BOT_STATUS: online
+ # BOT_ACTIVITY_TYPE: PLAYING
+ # BOT_ACTIVITY: A incubator app
+ # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: false
diff --git a/stable/muse/5.9.0/questions.yaml b/stable/muse/5.9.4/questions.yaml
similarity index 100%
rename from stable/muse/5.9.0/questions.yaml
rename to stable/muse/5.9.4/questions.yaml
diff --git a/stable/mysql-workbench/9.6.1/templates/common.yaml b/stable/muse/5.9.4/templates/common.yaml
similarity index 100%
rename from stable/mysql-workbench/9.6.1/templates/common.yaml
rename to stable/muse/5.9.4/templates/common.yaml
diff --git a/stable/n8n/13.10.1/values.yaml b/stable/muse/5.9.4/values.yaml
similarity index 100%
rename from stable/n8n/13.10.1/values.yaml
rename to stable/muse/5.9.4/values.yaml
diff --git a/stable/muximux/10.6.0/CHANGELOG.md b/stable/muximux/10.6.0/CHANGELOG.md
deleted file mode 100644
index e74ca968900..00000000000
--- a/stable/muximux/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [muximux-10.6.0](https://github.com/truecharts/charts/compare/muximux-10.5.2...muximux-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [muximux-10.5.2](https://github.com/truecharts/charts/compare/muximux-10.5.1...muximux-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [muximux-10.5.1](https://github.com/truecharts/charts/compare/muximux-10.5.0...muximux-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [muximux-10.5.0](https://github.com/truecharts/charts/compare/muximux-10.4.1...muximux-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [muximux-10.4.1](https://github.com/truecharts/charts/compare/muximux-10.4.0...muximux-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [muximux-10.4.0](https://github.com/truecharts/charts/compare/muximux-10.3.0...muximux-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [muximux-10.3.0](https://github.com/truecharts/charts/compare/muximux-10.2.3...muximux-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [muximux-10.2.3](https://github.com/truecharts/charts/compare/muximux-10.2.2...muximux-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [muximux-10.2.2](https://github.com/truecharts/charts/compare/muximux-10.2.0...muximux-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/muximux/10.6.0/Chart.yaml b/stable/muximux/10.6.0/Chart.yaml
deleted file mode 100644
index df10df2798a..00000000000
--- a/stable/muximux/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: "057352e8"
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
-home: https://truecharts.org/charts/stable/muximux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png
-keywords:
- - muximux
- - htpc
- - manage
- - portal
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: muximux
-sources:
- - https://github.com/mescon/Muximux
- - https://github.com/linuxserver/docker-muximux
- - https://github.com/truecharts/charts/tree/master/charts/stable/muximux
- - https://ghcr.io/linuxserver/muximux
-type: application
-version: 10.6.0
diff --git a/stable/muximux/10.6.0/charts/common-20.1.5.tgz b/stable/muximux/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/muximux/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/namecheap-ddns/5.6.0/.helmignore b/stable/muximux/10.7.3/.helmignore
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/.helmignore
rename to stable/muximux/10.7.3/.helmignore
diff --git a/stable/muximux/10.7.3/CHANGELOG.md b/stable/muximux/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a3d33876c2
--- /dev/null
+++ b/stable/muximux/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [muximux-10.7.2](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/muximux/10.7.3/Chart.yaml b/stable/muximux/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..2d7ae13481a
--- /dev/null
+++ b/stable/muximux/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: "057352e8"
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
+home: https://truecharts.org/charts/stable/muximux
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png
+keywords:
+ - muximux
+ - htpc
+ - manage
+ - portal
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: muximux
+sources:
+ - https://github.com/mescon/Muximux
+ - https://github.com/linuxserver/docker-muximux
+ - https://github.com/truecharts/charts/tree/master/charts/stable/muximux
+ - https://ghcr.io/linuxserver/muximux
+type: application
+version: 10.7.3
diff --git a/stable/muximux/10.6.0/README.md b/stable/muximux/10.7.3/README.md
similarity index 100%
rename from stable/muximux/10.6.0/README.md
rename to stable/muximux/10.7.3/README.md
diff --git a/stable/muximux/10.7.3/app-changelog.md b/stable/muximux/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..8106b667009
--- /dev/null
+++ b/stable/muximux/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [muximux-10.7.3](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/muximux/10.6.0/app-readme.md b/stable/muximux/10.7.3/app-readme.md
similarity index 100%
rename from stable/muximux/10.6.0/app-readme.md
rename to stable/muximux/10.7.3/app-readme.md
diff --git a/stable/muximux/10.7.3/charts/common-20.2.4.tgz b/stable/muximux/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/muximux/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/muximux/10.6.0/ix_values.yaml b/stable/muximux/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/muximux/10.6.0/ix_values.yaml
rename to stable/muximux/10.7.3/ix_values.yaml
diff --git a/stable/muximux/10.6.0/questions.yaml b/stable/muximux/10.7.3/questions.yaml
similarity index 100%
rename from stable/muximux/10.6.0/questions.yaml
rename to stable/muximux/10.7.3/questions.yaml
diff --git a/stable/n8n/13.10.1/templates/NOTES.txt b/stable/muximux/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/n8n/13.10.1/templates/NOTES.txt
rename to stable/muximux/10.7.3/templates/NOTES.txt
diff --git a/stable/novnc/10.6.0/templates/common.yaml b/stable/muximux/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/novnc/10.6.0/templates/common.yaml
rename to stable/muximux/10.7.3/templates/common.yaml
diff --git a/stable/namecheap-ddns/5.6.0/values.yaml b/stable/muximux/10.7.3/values.yaml
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/values.yaml
rename to stable/muximux/10.7.3/values.yaml
diff --git a/stable/mylar/13.8.0/CHANGELOG.md b/stable/mylar/13.8.0/CHANGELOG.md
deleted file mode 100644
index e256cb2d76d..00000000000
--- a/stable/mylar/13.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
diff --git a/stable/mylar/13.8.0/Chart.yaml b/stable/mylar/13.8.0/Chart.yaml
deleted file mode 100644
index 7f4bb5d1447..00000000000
--- a/stable/mylar/13.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mylar is a automated Comic Book downloader
-home: https://truecharts.org/charts/stable/mylar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png
-keywords:
- - mylar
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mylar
-sources:
- - https://github.com/linuxserver/docker-mylar3
- - https://github.com/mylar3/mylar3
- - https://github.com/truecharts/charts/tree/master/charts/stable/mylar
- - https://hub.docker.com/r/linuxserver/mylar3
-type: application
-version: 13.8.0
diff --git a/stable/mylar/13.8.0/app-changelog.md b/stable/mylar/13.8.0/app-changelog.md
deleted file mode 100644
index 988a34f74aa..00000000000
--- a/stable/mylar/13.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [mylar-13.8.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
\ No newline at end of file
diff --git a/stable/mylar/13.8.0/charts/common-20.2.0.tgz b/stable/mylar/13.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/mylar/13.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/mylar/13.8.0/ix_values.yaml b/stable/mylar/13.8.0/ix_values.yaml
deleted file mode 100644
index c5a92b3d58a..00000000000
--- a/stable/mylar/13.8.0/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: linuxserver/mylar3
- tag: version-v0.8.0@sha256:1913dcb233b6b1fbd0a1c641f5640c36545b8c37e4cad6aff3e147659ade5b00
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 8090
- targetPort: 8090
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/nano-wallet/9.6.0/.helmignore b/stable/mylar/13.8.4/.helmignore
similarity index 100%
rename from stable/nano-wallet/9.6.0/.helmignore
rename to stable/mylar/13.8.4/.helmignore
diff --git a/stable/mylar/13.8.4/CHANGELOG.md b/stable/mylar/13.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..d3607b1afb5
--- /dev/null
+++ b/stable/mylar/13.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mylar-13.8.4](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
+
+
+## [mylar-13.8.3](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
+
+
+## [mylar-13.8.3](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
+
+
+## [mylar-13.8.3](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
+
+
+## [mylar-13.8.3](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
+
+
+## [mylar-13.8.3](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/mylar/13.8.4/Chart.yaml b/stable/mylar/13.8.4/Chart.yaml
new file mode 100644
index 00000000000..10e5bb09f6f
--- /dev/null
+++ b/stable/mylar/13.8.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mylar is a automated Comic Book downloader
+home: https://truecharts.org/charts/stable/mylar
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png
+keywords:
+ - mylar
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mylar
+sources:
+ - https://github.com/linuxserver/docker-mylar3
+ - https://github.com/mylar3/mylar3
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mylar
+ - https://hub.docker.com/r/linuxserver/mylar3
+type: application
+version: 13.8.4
diff --git a/stable/mylar/13.8.0/README.md b/stable/mylar/13.8.4/README.md
similarity index 100%
rename from stable/mylar/13.8.0/README.md
rename to stable/mylar/13.8.4/README.md
diff --git a/stable/mylar/13.8.4/app-changelog.md b/stable/mylar/13.8.4/app-changelog.md
new file mode 100644
index 00000000000..228ab916928
--- /dev/null
+++ b/stable/mylar/13.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [mylar-13.8.4](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/mylar3 to version-v0.8.0[@04a2a43](https://github.com/04a2a43) by renovate ([#19621](https://github.com/truecharts/charts/issues/19621))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/mylar3 to vversion-v0.8.0[@1913dcb](https://github.com/1913dcb) by renovate ([#19345](https://github.com/truecharts/charts/issues/19345))
\ No newline at end of file
diff --git a/stable/mylar/13.8.0/app-readme.md b/stable/mylar/13.8.4/app-readme.md
similarity index 100%
rename from stable/mylar/13.8.0/app-readme.md
rename to stable/mylar/13.8.4/app-readme.md
diff --git a/stable/mylar/13.8.4/charts/common-20.2.4.tgz b/stable/mylar/13.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mylar/13.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/mylar/13.8.4/ix_values.yaml b/stable/mylar/13.8.4/ix_values.yaml
new file mode 100644
index 00000000000..8177aa60e2c
--- /dev/null
+++ b/stable/mylar/13.8.4/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: linuxserver/mylar3
+ tag: version-v0.8.0@sha256:04a2a43f829e615bd15e5eecf2418b7a6606da061cb7149f66e7b571a1870dd2
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 8090
+ targetPort: 8090
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/mylar/13.8.0/questions.yaml b/stable/mylar/13.8.4/questions.yaml
similarity index 100%
rename from stable/mylar/13.8.0/questions.yaml
rename to stable/mylar/13.8.4/questions.yaml
diff --git a/stable/nano-wallet/9.6.0/templates/NOTES.txt b/stable/mylar/13.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/nano-wallet/9.6.0/templates/NOTES.txt
rename to stable/mylar/13.8.4/templates/NOTES.txt
diff --git a/stable/nano-wallet/9.6.0/templates/common.yaml b/stable/mylar/13.8.4/templates/common.yaml
similarity index 100%
rename from stable/nano-wallet/9.6.0/templates/common.yaml
rename to stable/mylar/13.8.4/templates/common.yaml
diff --git a/stable/nano-wallet/9.6.0/values.yaml b/stable/mylar/13.8.4/values.yaml
similarity index 100%
rename from stable/nano-wallet/9.6.0/values.yaml
rename to stable/mylar/13.8.4/values.yaml
diff --git a/stable/mymediaforalexa/8.6.0/CHANGELOG.md b/stable/mymediaforalexa/8.6.0/CHANGELOG.md
deleted file mode 100644
index a9832fddfd0..00000000000
--- a/stable/mymediaforalexa/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mymediaforalexa-8.6.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.5.2...mymediaforalexa-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [mymediaforalexa-8.5.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.5.1...mymediaforalexa-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [mymediaforalexa-8.5.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.5.0...mymediaforalexa-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [mymediaforalexa-8.5.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.4.1...mymediaforalexa-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [mymediaforalexa-8.4.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.4.0...mymediaforalexa-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [mymediaforalexa-8.4.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.3.0...mymediaforalexa-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [mymediaforalexa-8.3.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.3...mymediaforalexa-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [mymediaforalexa-8.2.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.2...mymediaforalexa-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [mymediaforalexa-8.2.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.0...mymediaforalexa-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/mymediaforalexa/8.6.0/Chart.yaml b/stable/mymediaforalexa/8.6.0/Chart.yaml
deleted file mode 100644
index c32a52c941e..00000000000
--- a/stable/mymediaforalexa/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.151.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
-home: https://truecharts.org/charts/stable/mymediaforalexa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png
-keywords:
- - media
- - alexa
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mymediaforalexa
-sources:
- - https://www.mymediaalexa.com/home/docker#dockerhub
- - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa
- - https://hub.docker.com/r/bizmodeller/mymediaforalexa
-type: application
-version: 8.6.0
diff --git a/stable/mymediaforalexa/8.6.0/charts/common-20.1.5.tgz b/stable/mymediaforalexa/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mymediaforalexa/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/navidrome/19.6.0/.helmignore b/stable/mymediaforalexa/8.7.3/.helmignore
similarity index 100%
rename from stable/navidrome/19.6.0/.helmignore
rename to stable/mymediaforalexa/8.7.3/.helmignore
diff --git a/stable/mymediaforalexa/8.7.3/CHANGELOG.md b/stable/mymediaforalexa/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2531e56d620
--- /dev/null
+++ b/stable/mymediaforalexa/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [mymediaforalexa-8.7.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/mymediaforalexa/8.7.3/Chart.yaml b/stable/mymediaforalexa/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..0ba80cdc520
--- /dev/null
+++ b/stable/mymediaforalexa/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.151.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
+home: https://truecharts.org/charts/stable/mymediaforalexa
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png
+keywords:
+ - media
+ - alexa
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mymediaforalexa
+sources:
+ - https://www.mymediaalexa.com/home/docker#dockerhub
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa
+ - https://hub.docker.com/r/bizmodeller/mymediaforalexa
+type: application
+version: 8.7.3
diff --git a/stable/mymediaforalexa/8.6.0/README.md b/stable/mymediaforalexa/8.7.3/README.md
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/README.md
rename to stable/mymediaforalexa/8.7.3/README.md
diff --git a/stable/mymediaforalexa/8.7.3/app-changelog.md b/stable/mymediaforalexa/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..42cf9ea72ff
--- /dev/null
+++ b/stable/mymediaforalexa/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [mymediaforalexa-8.7.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/mymediaforalexa/8.6.0/app-readme.md b/stable/mymediaforalexa/8.7.3/app-readme.md
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/app-readme.md
rename to stable/mymediaforalexa/8.7.3/app-readme.md
diff --git a/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz b/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mymediaforalexa/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mymediaforalexa/8.6.0/ix_values.yaml b/stable/mymediaforalexa/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/ix_values.yaml
rename to stable/mymediaforalexa/8.7.3/ix_values.yaml
diff --git a/stable/mymediaforalexa/8.6.0/questions.yaml b/stable/mymediaforalexa/8.7.3/questions.yaml
similarity index 100%
rename from stable/mymediaforalexa/8.6.0/questions.yaml
rename to stable/mymediaforalexa/8.7.3/questions.yaml
diff --git a/stable/navidrome/19.6.0/templates/NOTES.txt b/stable/mymediaforalexa/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/navidrome/19.6.0/templates/NOTES.txt
rename to stable/mymediaforalexa/8.7.3/templates/NOTES.txt
diff --git a/stable/navidrome/19.6.0/templates/common.yaml b/stable/mymediaforalexa/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/navidrome/19.6.0/templates/common.yaml
rename to stable/mymediaforalexa/8.7.3/templates/common.yaml
diff --git a/stable/navidrome/19.6.0/values.yaml b/stable/mymediaforalexa/8.7.3/values.yaml
similarity index 100%
rename from stable/navidrome/19.6.0/values.yaml
rename to stable/mymediaforalexa/8.7.3/values.yaml
diff --git a/stable/mysql-workbench/9.6.1/CHANGELOG.md b/stable/mysql-workbench/9.6.1/CHANGELOG.md
deleted file mode 100644
index 75db8019af5..00000000000
--- a/stable/mysql-workbench/9.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
-
-
-## [mysql-workbench-9.6.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.5.2...mysql-workbench-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/mysql-workbench/9.6.1/Chart.yaml b/stable/mysql-workbench/9.6.1/Chart.yaml
deleted file mode 100644
index 12948245ac6..00000000000
--- a/stable/mysql-workbench/9.6.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 8.0.36
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
-home: https://truecharts.org/charts/stable/mysql-workbench
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png
-keywords:
- - mysql-workbench
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: mysql-workbench
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench
- - https://ghcr.io/linuxserver/mysql-workbench
-type: application
-version: 9.6.1
diff --git a/stable/mysql-workbench/9.6.1/app-changelog.md b/stable/mysql-workbench/9.6.1/app-changelog.md
deleted file mode 100644
index f9d7721f984..00000000000
--- a/stable/mysql-workbench/9.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [mysql-workbench-9.6.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
\ No newline at end of file
diff --git a/stable/mysql-workbench/9.6.1/charts/common-20.1.5.tgz b/stable/mysql-workbench/9.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/mysql-workbench/9.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/mysql-workbench/9.6.1/ix_values.yaml b/stable/mysql-workbench/9.6.1/ix_values.yaml
deleted file mode 100644
index c3c8ab03378..00000000000
--- a/stable/mysql-workbench/9.6.1/ix_values.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/mysql-workbench
- pullPolicy: IfNotPresent
- tag: 8.0.36@sha256:70f624e6fe9506495f50aece08412656bc98e5cfa4a070d0837533a072b251d6
-service:
- main:
- ports:
- main:
- targetPort: 3000
- protocol: http
- port: 10134
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- capabilities:
- add:
- - IPC_LOCK
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/necesse/5.6.0/.helmignore b/stable/mysql-workbench/9.7.3/.helmignore
similarity index 100%
rename from stable/necesse/5.6.0/.helmignore
rename to stable/mysql-workbench/9.7.3/.helmignore
diff --git a/stable/mysql-workbench/9.7.3/CHANGELOG.md b/stable/mysql-workbench/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bad7364abea
--- /dev/null
+++ b/stable/mysql-workbench/9.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
+
+
+## [mysql-workbench-9.7.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
+
+
+## [mysql-workbench-9.7.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
+
+
+## [mysql-workbench-9.7.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
+
+
+## [mysql-workbench-9.7.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
+
+
+## [mysql-workbench-9.7.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.2) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/mysql-workbench/9.7.3/Chart.yaml b/stable/mysql-workbench/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..72abab5bd1f
--- /dev/null
+++ b/stable/mysql-workbench/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 8.0.36
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
+home: https://truecharts.org/charts/stable/mysql-workbench
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png
+keywords:
+ - mysql-workbench
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: mysql-workbench
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench
+ - https://ghcr.io/linuxserver/mysql-workbench
+type: application
+version: 9.7.3
diff --git a/stable/mysql-workbench/9.6.1/README.md b/stable/mysql-workbench/9.7.3/README.md
similarity index 100%
rename from stable/mysql-workbench/9.6.1/README.md
rename to stable/mysql-workbench/9.7.3/README.md
diff --git a/stable/mysql-workbench/9.7.3/app-changelog.md b/stable/mysql-workbench/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..cf5b93541b4
--- /dev/null
+++ b/stable/mysql-workbench/9.7.3/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [mysql-workbench-9.7.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@218b046](https://github.com/218b046) by renovate ([#19670](https://github.com/truecharts/charts/issues/19670))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@70f624e](https://github.com/70f624e) by renovate ([#19241](https://github.com/truecharts/charts/issues/19241))
\ No newline at end of file
diff --git a/stable/mysql-workbench/9.6.1/app-readme.md b/stable/mysql-workbench/9.7.3/app-readme.md
similarity index 100%
rename from stable/mysql-workbench/9.6.1/app-readme.md
rename to stable/mysql-workbench/9.7.3/app-readme.md
diff --git a/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz b/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/mysql-workbench/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/mysql-workbench/9.7.3/ix_values.yaml b/stable/mysql-workbench/9.7.3/ix_values.yaml
new file mode 100644
index 00000000000..de36958887b
--- /dev/null
+++ b/stable/mysql-workbench/9.7.3/ix_values.yaml
@@ -0,0 +1,29 @@
+image:
+ repository: ghcr.io/linuxserver/mysql-workbench
+ pullPolicy: IfNotPresent
+ tag: 8.0.36@sha256:218b046c9834d0aea0da9b250a96b355e256582a1867707e30efbcb474feaa78
+service:
+ main:
+ ports:
+ main:
+ targetPort: 3000
+ protocol: http
+ port: 10134
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ capabilities:
+ add:
+ - IPC_LOCK
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/mysql-workbench/9.6.1/questions.yaml b/stable/mysql-workbench/9.7.3/questions.yaml
similarity index 100%
rename from stable/mysql-workbench/9.6.1/questions.yaml
rename to stable/mysql-workbench/9.7.3/questions.yaml
diff --git a/stable/netdata/9.7.0/templates/NOTES.txt b/stable/mysql-workbench/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/netdata/9.7.0/templates/NOTES.txt
rename to stable/mysql-workbench/9.7.3/templates/NOTES.txt
diff --git a/stable/netbootxyz/4.6.0/templates/common.yaml b/stable/mysql-workbench/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/netbootxyz/4.6.0/templates/common.yaml
rename to stable/mysql-workbench/9.7.3/templates/common.yaml
diff --git a/stable/necesse/5.6.0/values.yaml b/stable/mysql-workbench/9.7.3/values.yaml
similarity index 100%
rename from stable/necesse/5.6.0/values.yaml
rename to stable/mysql-workbench/9.7.3/values.yaml
diff --git a/stable/n8n/13.10.1/CHANGELOG.md b/stable/n8n/13.10.1/CHANGELOG.md
deleted file mode 100644
index 466f1331ea1..00000000000
--- a/stable/n8n/13.10.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
diff --git a/stable/n8n/13.10.1/Chart.yaml b/stable/n8n/13.10.1/Chart.yaml
deleted file mode 100644
index a955f24da21..00000000000
--- a/stable/n8n/13.10.1/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.33.1
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: n8n is an extendable workflow automation tool.
-home: https://truecharts.org/charts/stable/n8n
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
-keywords:
- - workflows
- - automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: n8n
-sources:
- - https://github.com/n8n-io/n8n
- - https://docs.n8n.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/n8n
- - https://hub.docker.com/r/n8nio/n8n
-type: application
-version: 13.10.1
diff --git a/stable/n8n/13.10.1/app-changelog.md b/stable/n8n/13.10.1/app-changelog.md
deleted file mode 100644
index 1b98f1fa3c1..00000000000
--- a/stable/n8n/13.10.1/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
\ No newline at end of file
diff --git a/stable/n8n/13.10.1/charts/common-20.2.2.tgz b/stable/n8n/13.10.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/n8n/13.10.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/n8n/13.10.1/charts/redis-13.0.5.tgz b/stable/n8n/13.10.1/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/n8n/13.10.1/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/n8n/13.10.1/ix_values.yaml b/stable/n8n/13.10.1/ix_values.yaml
deleted file mode 100644
index 365dda8a705..00000000000
--- a/stable/n8n/13.10.1/ix_values.yaml
+++ /dev/null
@@ -1,154 +0,0 @@
-image:
- repository: n8nio/n8n
- tag: 1.33.1@sha256:dd171d45102ab496472738fe08643106821c6a7bef55c4cc5a35dc5ac051da00
- pullPolicy: IfNotPresent
-timezoneandlocale: {}
-# N8N_DEFAULT_LOCALE: "en"
-credentials: {}
-# CREDENTIALS_OVERWRITE_DATA: ""
-# CREDENTIALS_OVERWRITE_ENDPOINT: ""
-# CREDENTIALS_DEFAULT_NAME: "My credentials"
-deployment:
- N8N_HOST: "localhost"
- # N8N_EDITOR_BASE_URL: ""
- # N8N_CONFIG_FILES: ""
- # N8N_ENCRYPTION_KEY: ""
- # N8N_DIAGNOSTICS_ENABLED: true
- # N8N_DISABLE_UI: false
- # N8N_TEMPLATES_ENABLED: false
- # N8N_TEMPLATES_HOST: ""
- # N8N_PERSONALIZATION_ENABLED: true
- # N8N_VERSION_NOTIFICATIONS_ENABLED: true
- # N8N_DIAGNOSTICS_ENABLED: false
- # N8N_HIRING_BANNER_ENABLED: false
-endpoints: {}
-# WEBHOOK_URL: ""
-# N8N_PAYLOAD_SIZE_MAX: 16
-# N8N_METRICS: false
-# N8N_METRICS_PREFIX: "n8n_"
-# N8N_ENDPOINT_REST: "rest"
-# N8N_ENDPOINT_WEBHOOK: "webhook"
-# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test"
-# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting"
-# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false
-# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false
-executions: {}
-# EXECUTIONS_PROCESS: "own"
-# EXECUTIONS_MODE: "regular"
-# EXECUTIONS_TIMEOUT: "-1"
-# EXECUTIONS_TIMEOUT_MAX: 3600
-# EXECUTIONS_DATA_SAVE_ON_ERROR: "all"
-# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all"
-# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false
-# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false
-# EXECUTIONS_DATA_PRUNE: false
-# EXECUTIONS_DATA_MAX_AGE: 336
-# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600
-logs:
- # N8N_LOG_LEVEL: "info"
- # N8N_LOG_OUTPUT: "console"
- # N8N_LOG_FILE_COUNT_MAX: 100
- # N8N_LOG_FILE_SIZE_MAX: 16
- N8N_LOG_FILE_LOCATION: "/data/logs"
-n8n_security: {}
-# N8N_BLOCK_ENV_ACCESS_IN_NODE: false
-# N8N_BASIC_AUTH_ACTIVE: false
-# N8N_BASIC_AUTH_USER: ""
-# N8N_BASIC_AUTH_PASSWORD: ""
-# N8N_BASIC_AUTH_HASH: false
-# N8N_JWT_AUTH_ACTIVE: false
-# N8N_JWT_AUTH_HEADER: ""
-# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: ""
-# N8N_JWKS_URI: ""
-# N8N_JWT_ISSUER: ""
-# N8N_JWT_NAMESPACE: ""
-# N8N_JWT_ALLOWED_TENANT: ""
-# N8N_JWT_ALLOWED_TENANT_KEY: ""
-# N8N_AUTH_EXCLUDE_ENDPOINTS: ""
-workflows: {}
-# WORKFLOWS_DEFAULT_NAME: "My workflow"
-# N8N_ONBOARDING_FLOW_DISABLED: false
-# N8N_WORKFLOW_TAGS_DISABLED: false
-externalhooks: {}
-# EXTERNAL_HOOK_FILES: ""
-usermanagement: {}
-# N8N_USER_MANAGEMENT_DISABLED: false
-# N8N_EMAIL_MODE: "smtp"
-# N8N_SMTP_HOST: ""
-# N8N_SMTP_PORT: 0
-# N8N_SMTP_USER: ""
-# N8N_SMTP_PASS: ""
-# N8N_SMTP_SENDER: ""
-# N8N_SMTP_SSL: true
-# N8N_UM_EMAIL_TEMPLATES_INVITE: ""
-# N8N_UM_EMAIL_TEMPLATES_PWRESET: ""
-
-service:
- main:
- ports:
- main:
- port: 5678
- targetPort: 5678
-persistence:
- data:
- enabled: true
- mountPath: "/data"
-# Enabled redis
-redis:
- enabled: true
-# Enabled postgres
-cnpg:
- main:
- enabled: true
- user: n8n
- database: n8n
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- fsGroup: 1000
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/healthz"
- readiness:
- path: "/healthz"
- startup:
- path: "/healthz"
- envFrom:
- - configMapRef:
- name: n8n-config
- env:
- GENERIC_TIMEZONE: "{{ .Values.TZ }}"
- DB_TYPE: "postgresdb"
- DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}"
- DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}"
- DB_POSTGRESDB_PORT: 5432
- QUEUE_BULL_REDIS_PORT: 6379
- N8N_USER_FOLDER: "/data"
- DB_POSTGRESDB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- DB_POSTGRESDB_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- QUEUE_BULL_REDIS_HOST:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: plainhost
- QUEUE_BULL_REDIS_PASSWORD:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: redis-password
diff --git a/stable/n8n/13.10.1/questions.yaml b/stable/n8n/13.10.1/questions.yaml
deleted file mode 100755
index 6d39be25aaa..00000000000
--- a/stable/n8n/13.10.1/questions.yaml
+++ /dev/null
@@ -1,3798 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: timezoneandlocale
- group: "App Configuration"
- label: "Timezone and Localization"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: N8N_DEFAULT_LOCALE
- label: "Default Locale (Leave empty for default)"
- description: "A locale identifier, compatible with the Accept-Language header."
- schema:
- type: string
- default: ""
- - variable: deployment
- group: "App Configuration"
- label: "Deployment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: N8N_HOST
- label: "Host"
- description: "Host name n8n runs on."
- schema:
- type: string
- required: true
- default: ""
- - variable: N8N_EDITOR_BASE_URL
- label: "Base URL"
- description: "Public URL where users can access the editor. Also used for emails sent from n8n."
- schema:
- type: string
- default: ""
- - variable: N8N_CONFIG_FILES
- label: "Config Files (Leave empty for default)"
- description: "Use to provide the path to any JSON configuration file(s)"
- schema:
- type: string
- default: ""
- - variable: N8N_DISABLE_UI
- label: "Disable UI"
- description: "Whether the UI should be disabled"
- schema:
- type: boolean
- default: false
- - variable: N8N_TEMPLATES_ENABLED
- label: "Enable Templates"
- description: "Enable workflow templates."
- schema:
- type: boolean
- default: false
- show_subquestions_if:
- subquestions:
- - variable: N8N_TEMPLATES_HOST
- label: "Templates Host (Leave empty for default)"
- description: "Change this if creating your own workflow template library."
- schema:
- type: string
- default: ""
- - variable: N8N_ENCRYPTION_KEY
- label: "Encryption Key (Leave empty for default)"
- description: "Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch"
- schema:
- type: string
- default: ""
- - variable: N8N_PERSONALIZATION_ENABLED
- label: "Enable Personalization"
- description: "Whether to ask users personalization questions and then customize n8n accordingly"
- schema:
- type: boolean
- default: true
- - variable: N8N_VERSION_NOTIFICATIONS_ENABLED
- label: "Enable Version Notifications"
- description: "When enabled, notifications of new versions and security updates are provided"
- schema:
- type: boolean
- default: true
- - variable: N8N_DIAGNOSTICS_ENABLED
- label: "Enable Diagnostics"
- description: "Whether to share selected, anonymous telemetry with n8n"
- schema:
- type: boolean
- default: false
- - variable: N8N_HIRING_BANNER_ENABLED
- label: "Enable Hiring Banner"
- description: "Whether to show the n8n hiring banner in the console."
- schema:
- type: boolean
- default: false
- - variable: workflows
- group: "App Configuration"
- label: "Workflows"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: WORKFLOWS_DEFAULT_NAME
- label: "Workflows Default Name (Leave empty for default)"
- description: "The default name used for new workflows"
- schema:
- type: string
- default: ""
- - variable: N8N_ONBOARDING_FLOW_DISABLED
- label: "Enable Onboarding Flow"
- description: "Whether to show onboarding tips when creating a new workflow."
- schema:
- type: boolean
- default: false
- - variable: N8N_WORKFLOW_TAGS_DISABLED
- label: "Disable Workflow Tags"
- description: "Whether to disable workflow tags."
- schema:
- type: boolean
- default: false
- - variable: executions
- group: "App Configuration"
- label: "Executions"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: EXECUTIONS_PROCESS
- label: "Execution Process"
- description: "Whether processes are executed in their own process or the main process"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "main"
- description: "Main"
- - value: "own"
- description: "Own"
- - variable: EXECUTIONS_MODE
- label: "Execution Mode"
- description: "Whether processes should run directly or via queue"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "regular"
- description: "Regular"
- - value: "queue"
- description: "Queue"
- - variable: EXECUTIONS_TIMEOUT
- label: "Execution Timeout (Leave empty for default)"
- description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable."
- schema:
- type: int
- - variable: EXECUTIONS_TIMEOUT_MAX
- label: "Max Execution Timeout (Leave empty for default)"
- description: "The max execution time (in seconds) that can be set for a workflow individually"
- schema:
- type: int
- - variable: EXECUTIONS_DATA_SAVE_ON_ERROR
- label: "Execution Data Save on Error"
- description: "Whether n8n saves execution data on error."
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "all"
- description: "All"
- - value: "none"
- description: "None"
- - variable: EXECUTIONS_DATA_SAVE_ON_SUCCESS
- label: "Execution Data Save on Success"
- description: "Whether execution data is saved on success"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "all"
- description: "All"
- - value: "none"
- description: "None"
- - variable: EXECUTIONS_DATA_SAVE_ON_PROGRESS
- label: "Execution Data Save on Progress"
- description: "Whether to save progress for each node executed"
- schema:
- type: boolean
- default: false
- - variable: EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS
- label: "Execution Data Save on Manual Executions"
- description: "Whether to save data of executions when started manually"
- schema:
- type: boolean
- default: false
- - variable: EXECUTIONS_DATA_MAX_AGE
- label: "Execution Data Max Age (Leave empty for default)"
- description: "The execution age (in hours) before it is deleted"
- schema:
- type: int
- - variable: EXECUTIONS_DATA_PRUNE
- label: "Execution Data Prune"
- description: "Whether to delete data of past executions on a rolling basis"
- schema:
- type: boolean
- default: false
- show_subquestions_if:
- subquestions:
- - variable: EXECUTIONS_DATA_PRUNE_TIMEOUT
- label: "Data Prune Timeout (Leave empty for default)"
- description: "The timeout (in seconds) after execution data has been pruned"
- schema:
- type: int
- - variable: n8n_security
- group: "App Configuration"
- label: "Security"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: N8N_BLOCK_ENV_ACCESS_IN_NODE
- label: "Block Environment Access in Node"
- description: "Whether to allow users to access environment variables in expressions and the function node"
- schema:
- type: boolean
- default: false
- - variable: N8N_BASIC_AUTH_ACTIVE
- label: "Enable Basic Auth"
- description: "Whether basic auth should be activated for editor and REST-API access"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: N8N_BASIC_AUTH_USER
- label: "Basic Auth User (Leave empty for default)"
- description: "The name of the n8n user for basic authentication"
- schema:
- type: string
- default: ""
- - variable: N8N_BASIC_AUTH_PASSWORD
- label: "Basic Auth Password (Leave empty for default)"
- description: "The password of the n8n user for basic authentication"
- schema:
- type: string
- default: ""
- - variable: N8N_BASIC_AUTH_HASH
- label: "Enable Basic Auth Hash"
- description: "Whether the basic authentication password is hashed"
- schema:
- type: boolean
- default: false
- - variable: N8N_JWT_AUTH_ACTIVE
- label: "Enable JWT Auth"
- description: "Whether JWT authentication should be activated for editor and REST-API access"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: N8N_JWT_AUTH_HEADER
- label: "JWT Auth Header (Leave empty for default)"
- description: "The request header containing a signed JWT"
- schema:
- type: string
- default: ""
- - variable: N8N_JWT_AUTH_HEADER_VALUE_PREFIX
- label: "JWT Auth Header Prefix to strip (Leave empty for default)"
- description: "Optional. The request header value prefix to strip"
- schema:
- type: string
- default: ""
- - variable: N8N_JWKS_URI
- label: "JWT Set URI (Leave empty for default)"
- description: "The URI to fetch JWK Set for JWT authentication"
- schema:
- type: string
- default: ""
- - variable: N8N_JWT_ISSUER
- label: "JWT Issuer (Leave empty for default)"
- description: "Optional. The expected JWT issuer"
- schema:
- type: string
- default: ""
- - variable: N8N_JWT_NAMESPACE
- label: "JWT Namespace (Leave empty for default)"
- description: "Optional. The expected JWT namespace"
- schema:
- type: string
- default: ""
- - variable: N8N_JWT_ALLOWED_TENANT
- label: "JWT Allowed Tenant (Leave empty for default)"
- description: "Optional. The allowed JWT tenant"
- schema:
- type: string
- default: ""
- - variable: N8N_JWT_ALLOWED_TENANT_KEY
- label: "JWT Allowed Tenant Key (Leave empty for default)"
- description: "Optional. The JWT tenant key name to inspect within the JWT namespace"
- schema:
- type: string
- default: ""
- - variable: N8N_AUTH_EXCLUDE_ENDPOINTS
- label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)"
- description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")"
- schema:
- type: string
- default: ""
- - variable: endpoints
- group: "App Configuration"
- label: "Endpoints"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: WEBHOOK_URL
- label: "Webhook URL"
- description: "Used to manually provide the Webhook URL when running n8n behind a reverse proxy"
- schema:
- type: string
- default: ""
- - variable: N8N_PAYLOAD_SIZE_MAX
- label: "Max Payload Size (Leave empty for default)"
- description: "The maximum payload size in MB"
- schema:
- type: int
- - variable: N8N_METRICS
- label: "Enable Metrics endpoint"
- description: "Whether to enable the metrics endpoint"
- schema:
- type: boolean
- default: false
- show_subquestions_if:
- subquestions:
- - variable: N8N_METRICS_PREFIX
- label: "Metrics Prefix (Leave empty for default)"
- description: "Optional prefix to be used for metrics names"
- schema:
- type: string
- default: ""
- - variable: N8N_ENDPOINT_REST
- label: "Rest Endpoint Path (Leave empty for default)"
- description: "The path used for REST endpoint"
- schema:
- type: string
- default: ""
- - variable: N8N_ENDPOINT_WEBHOOK
- label: "Webhook Endpoint Path (Leave empty for default)"
- description: "The path used for webhook endpoint"
- schema:
- type: string
- default: ""
- - variable: N8N_ENDPOINT_WEBHOOK_TEST
- label: "Test-Webhook Endpoint Path (Leave empty for default)"
- description: "The path used for test-webhook endpoin"
- schema:
- type: string
- default: ""
- - variable: N8N_ENDPOINT_WEBHOOK_WAIT
- label: "Waiting-Webhook Endpoint Path (Leave empty for default)"
- description: "The path used for waiting-webhook endpoint"
- schema:
- type: string
- default: ""
- - variable: N8N_DISABLE_PRODUCTION_MAIN_PROCESS
- label: "Disable Production Webhooks"
- description: "Disable production webhooks from main process. This helps ensures no HTTP traffic load to main process when using webhook-specific processes"
- schema:
- type: boolean
- default: false
- - variable: N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN
- label: "Deregister External Webhooks"
- description: "Deregister webhooks on external services only when workflows are deactivated"
- schema:
- type: boolean
- default: false
- - variable: credentials
- group: "App Configuration"
- label: "Credentials"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: CREDENTIALS_OVERWRITE_DATA
- label: "Credentials Overwrites (Leave empty for default)"
- description: "Overwrites for credentials"
- schema:
- type: string
- default: ""
- - variable: CREDENTIALS_OVERWRITE_ENDPOINT
- label: "Credentials Overwrite Endpoint (Leave empty for default)"
- description: "The API endpoint to fetch credentials"
- schema:
- type: string
- default: ""
- - variable: CREDENTIALS_DEFAULT_NAME
- label: "Credentials Default Name (Leave empty for default)"
- description: "The default name for credentials"
- schema:
- type: string
- default: ""
- - variable: logs
- group: "App Configuration"
- label: "Logs"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: N8N_LOG_LEVEL
- label: "Log Level"
- description: "Log output level"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "info"
- description: "Info"
- - value: "warn"
- description: "Warn"
- - value: "error"
- description: "Error"
- - value: "verbose"
- description: "Verbose"
- - value: "debug"
- description: "Debug"
- - variable: N8N_LOG_OUTPUT
- label: "Log Output"
- description: "Where to output logs"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "console"
- description: "Console"
- - value: "file"
- description: "File"
- - value: "console,file"
- description: "Console and File"
- - variable: N8N_LOG_FILE_COUNT_MAX
- label: "Max Log File Count (Leave empty for default)"
- description: "Max number of log files to keep"
- schema:
- type: int
- - variable: N8N_LOG_FILE_SIZE_MAX
- label: "Max Log File Size (Leave empty for default)"
- description: "Max size of each log file in MB"
- schema:
- type: int
- - variable: externalhooks
- group: "App Configuration"
- label: "External Hooks"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: EXTERNAL_HOOK_FILES
- label: "External Hook Files (Leave empty for default)"
- description: "Files containing external hooks. Provide multiple files as a colon-separated list ':'."
- schema:
- type: string
- default: ""
- - variable: usermanagement
- group: "App Configuration"
- label: "User Management and SMTP"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: N8N_USER_MANAGEMENT_DISABLED
- label: "Disable User Management"
- description: "Set to true to disable the user management feature. Note that n8n ignores this environment variable if you have already set up an owner account."
- schema:
- type: boolean
- default: false
- - variable: N8N_EMAIL_MODE
- label: "Email Mode"
- description: "Enable emails."
- schema:
- type: string
- default: "smtp"
- - variable: N8N_SMTP_HOST
- label: "SMTP Host"
- description: "Your SMTP server name"
- schema:
- type: string
- default: ""
- - variable: N8N_SMTP_PORT
- label: "SMTP Port"
- description: "Your SMTP server port"
- schema:
- type: int
- - variable: N8N_SMTP_USER
- label: "SMTP User"
- description: "Your SMTP username"
- schema:
- type: string
- default: ""
- - variable: N8N_SMTP_PASS
- label: "SMTP Pass"
- description: "Your SMTP password"
- schema:
- type: string
- private: true
- default: ""
- - variable: N8N_SMTP_SENDER
- label: "SMTP Sender"
- description: "You can select the sender name from the sender addresses."
- schema:
- type: string
- default: ""
- - variable: N8N_SMTP_SSL
- label: "SMTP SSL"
- description: "Whether to use SSL for SMTP."
- schema:
- type: boolean
- default: true
- - variable: N8N_UM_EMAIL_TEMPLATES_INVITE
- label: "Invite Email Templates (Leave empty for default)"
- description: "Full path to your HTML email template. This overrides the default template for invite emails."
- schema:
- type: string
- default: ""
- - variable: N8N_UM_EMAIL_TEMPLATES_PWRESET
- label: "Password Reset Email Templates (Leave empty for default)"
- description: "Full path to your HTML email template. This overrides the default template for password reset emails."
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 5678
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 1000
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/netbootxyz/4.6.0/.helmignore b/stable/n8n/13.12.2/.helmignore
similarity index 100%
rename from stable/netbootxyz/4.6.0/.helmignore
rename to stable/n8n/13.12.2/.helmignore
diff --git a/stable/n8n/13.12.2/CHANGELOG.md b/stable/n8n/13.12.2/CHANGELOG.md
new file mode 100644
index 00000000000..cbf0924a399
--- /dev/null
+++ b/stable/n8n/13.12.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [n8n-13.12.2](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
+
+
+## [n8n-13.12.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
+
+
+## [n8n-13.12.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
+
+
+## [n8n-13.12.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/n8n/13.12.2/Chart.yaml b/stable/n8n/13.12.2/Chart.yaml
new file mode 100644
index 00000000000..bec48c3851d
--- /dev/null
+++ b/stable/n8n/13.12.2/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.34.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: n8n is an extendable workflow automation tool.
+home: https://truecharts.org/charts/stable/n8n
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
+keywords:
+ - workflows
+ - automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: n8n
+sources:
+ - https://github.com/n8n-io/n8n
+ - https://docs.n8n.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/n8n
+ - https://hub.docker.com/r/n8nio/n8n
+type: application
+version: 13.12.2
diff --git a/stable/n8n/13.10.1/LICENSE b/stable/n8n/13.12.2/LICENSE
similarity index 100%
rename from stable/n8n/13.10.1/LICENSE
rename to stable/n8n/13.12.2/LICENSE
diff --git a/stable/n8n/13.10.1/README.md b/stable/n8n/13.12.2/README.md
similarity index 100%
rename from stable/n8n/13.10.1/README.md
rename to stable/n8n/13.12.2/README.md
diff --git a/stable/n8n/13.12.2/app-changelog.md b/stable/n8n/13.12.2/app-changelog.md
new file mode 100644
index 00000000000..d4bc40ed853
--- /dev/null
+++ b/stable/n8n/13.12.2/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [n8n-13.12.2](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.12.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image n8nio/n8n to v1.34.0[@e8373a6](https://github.com/e8373a6) by renovate ([#19561](https://github.com/truecharts/charts/issues/19561))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image n8nio/n8n to v1.33.1[@dd171d4](https://github.com/dd171d4) by renovate ([#19347](https://github.com/truecharts/charts/issues/19347))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322))
\ No newline at end of file
diff --git a/stable/n8n/13.10.1/app-readme.md b/stable/n8n/13.12.2/app-readme.md
similarity index 100%
rename from stable/n8n/13.10.1/app-readme.md
rename to stable/n8n/13.12.2/app-readme.md
diff --git a/stable/n8n/13.12.2/charts/common-20.2.4.tgz b/stable/n8n/13.12.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/n8n/13.12.2/charts/common-20.2.4.tgz differ
diff --git a/stable/n8n/13.12.2/charts/redis-13.2.2.tgz b/stable/n8n/13.12.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/n8n/13.12.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/n8n/13.12.2/ix_values.yaml b/stable/n8n/13.12.2/ix_values.yaml
new file mode 100644
index 00000000000..42b8c7bf047
--- /dev/null
+++ b/stable/n8n/13.12.2/ix_values.yaml
@@ -0,0 +1,154 @@
+image:
+ repository: n8nio/n8n
+ tag: 1.34.0@sha256:e8373a61386bc514cb56f90f8ea46b031d05a467bda03f9c51748f865acfe8fb
+ pullPolicy: IfNotPresent
+timezoneandlocale: {}
+# N8N_DEFAULT_LOCALE: "en"
+credentials: {}
+# CREDENTIALS_OVERWRITE_DATA: ""
+# CREDENTIALS_OVERWRITE_ENDPOINT: ""
+# CREDENTIALS_DEFAULT_NAME: "My credentials"
+deployment:
+ N8N_HOST: "localhost"
+ # N8N_EDITOR_BASE_URL: ""
+ # N8N_CONFIG_FILES: ""
+ # N8N_ENCRYPTION_KEY: ""
+ # N8N_DIAGNOSTICS_ENABLED: true
+ # N8N_DISABLE_UI: false
+ # N8N_TEMPLATES_ENABLED: false
+ # N8N_TEMPLATES_HOST: ""
+ # N8N_PERSONALIZATION_ENABLED: true
+ # N8N_VERSION_NOTIFICATIONS_ENABLED: true
+ # N8N_DIAGNOSTICS_ENABLED: false
+ # N8N_HIRING_BANNER_ENABLED: false
+endpoints: {}
+# WEBHOOK_URL: ""
+# N8N_PAYLOAD_SIZE_MAX: 16
+# N8N_METRICS: false
+# N8N_METRICS_PREFIX: "n8n_"
+# N8N_ENDPOINT_REST: "rest"
+# N8N_ENDPOINT_WEBHOOK: "webhook"
+# N8N_ENDPOINT_WEBHOOK_TEST: "webhook-test"
+# N8N_ENDPOINT_WEBHOOK_WAIT: "webhook-waiting"
+# N8N_DISABLE_PRODUCTION_MAIN_PROCESS: false
+# N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: false
+executions: {}
+# EXECUTIONS_PROCESS: "own"
+# EXECUTIONS_MODE: "regular"
+# EXECUTIONS_TIMEOUT: "-1"
+# EXECUTIONS_TIMEOUT_MAX: 3600
+# EXECUTIONS_DATA_SAVE_ON_ERROR: "all"
+# EXECUTIONS_DATA_SAVE_ON_SUCCESS: "all"
+# EXECUTIONS_DATA_SAVE_ON_PROGRESS: false
+# EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: false
+# EXECUTIONS_DATA_PRUNE: false
+# EXECUTIONS_DATA_MAX_AGE: 336
+# EXECUTIONS_DATA_PRUNE_TIMEOUT: 3600
+logs:
+ # N8N_LOG_LEVEL: "info"
+ # N8N_LOG_OUTPUT: "console"
+ # N8N_LOG_FILE_COUNT_MAX: 100
+ # N8N_LOG_FILE_SIZE_MAX: 16
+ N8N_LOG_FILE_LOCATION: "/data/logs"
+n8n_security: {}
+# N8N_BLOCK_ENV_ACCESS_IN_NODE: false
+# N8N_BASIC_AUTH_ACTIVE: false
+# N8N_BASIC_AUTH_USER: ""
+# N8N_BASIC_AUTH_PASSWORD: ""
+# N8N_BASIC_AUTH_HASH: false
+# N8N_JWT_AUTH_ACTIVE: false
+# N8N_JWT_AUTH_HEADER: ""
+# N8N_JWT_AUTH_HEADER_VALUE_PREFIX: ""
+# N8N_JWKS_URI: ""
+# N8N_JWT_ISSUER: ""
+# N8N_JWT_NAMESPACE: ""
+# N8N_JWT_ALLOWED_TENANT: ""
+# N8N_JWT_ALLOWED_TENANT_KEY: ""
+# N8N_AUTH_EXCLUDE_ENDPOINTS: ""
+workflows: {}
+# WORKFLOWS_DEFAULT_NAME: "My workflow"
+# N8N_ONBOARDING_FLOW_DISABLED: false
+# N8N_WORKFLOW_TAGS_DISABLED: false
+externalhooks: {}
+# EXTERNAL_HOOK_FILES: ""
+usermanagement: {}
+# N8N_USER_MANAGEMENT_DISABLED: false
+# N8N_EMAIL_MODE: "smtp"
+# N8N_SMTP_HOST: ""
+# N8N_SMTP_PORT: 0
+# N8N_SMTP_USER: ""
+# N8N_SMTP_PASS: ""
+# N8N_SMTP_SENDER: ""
+# N8N_SMTP_SSL: true
+# N8N_UM_EMAIL_TEMPLATES_INVITE: ""
+# N8N_UM_EMAIL_TEMPLATES_PWRESET: ""
+
+service:
+ main:
+ ports:
+ main:
+ port: 5678
+ targetPort: 5678
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+# Enabled redis
+redis:
+ enabled: true
+# Enabled postgres
+cnpg:
+ main:
+ enabled: true
+ user: n8n
+ database: n8n
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ fsGroup: 1000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/healthz"
+ readiness:
+ path: "/healthz"
+ startup:
+ path: "/healthz"
+ envFrom:
+ - configMapRef:
+ name: n8n-config
+ env:
+ GENERIC_TIMEZONE: "{{ .Values.TZ }}"
+ DB_TYPE: "postgresdb"
+ DB_POSTGRESDB_USER: "{{ .Values.cnpg.main.user }}"
+ DB_POSTGRESDB_DATABASE: "{{ .Values.cnpg.main.database }}"
+ DB_POSTGRESDB_PORT: 5432
+ QUEUE_BULL_REDIS_PORT: 6379
+ N8N_USER_FOLDER: "/data"
+ DB_POSTGRESDB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ DB_POSTGRESDB_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ QUEUE_BULL_REDIS_HOST:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: plainhost
+ QUEUE_BULL_REDIS_PASSWORD:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: redis-password
diff --git a/stable/n8n/13.12.2/questions.yaml b/stable/n8n/13.12.2/questions.yaml
new file mode 100755
index 00000000000..ae70fb2ca74
--- /dev/null
+++ b/stable/n8n/13.12.2/questions.yaml
@@ -0,0 +1,3800 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: timezoneandlocale
+ group: "App Configuration"
+ label: "Timezone and Localization"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: N8N_DEFAULT_LOCALE
+ label: "Default Locale (Leave empty for default)"
+ description: "A locale identifier, compatible with the Accept-Language header."
+ schema:
+ type: string
+ default: ""
+ - variable: deployment
+ group: "App Configuration"
+ label: "Deployment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: N8N_HOST
+ label: "Host"
+ description: "Host name n8n runs on."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: N8N_EDITOR_BASE_URL
+ label: "Base URL"
+ description: "Public URL where users can access the editor. Also used for emails sent from n8n."
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_CONFIG_FILES
+ label: "Config Files (Leave empty for default)"
+ description: "Use to provide the path to any JSON configuration file(s)"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_DISABLE_UI
+ label: "Disable UI"
+ description: "Whether the UI should be disabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_TEMPLATES_ENABLED
+ label: "Enable Templates"
+ description: "Enable workflow templates."
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if:
+ subquestions:
+ - variable: N8N_TEMPLATES_HOST
+ label: "Templates Host (Leave empty for default)"
+ description: "Change this if creating your own workflow template library."
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ENCRYPTION_KEY
+ label: "Encryption Key (Leave empty for default)"
+ description: "Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_PERSONALIZATION_ENABLED
+ label: "Enable Personalization"
+ description: "Whether to ask users personalization questions and then customize n8n accordingly"
+ schema:
+ type: boolean
+ default: true
+ - variable: N8N_VERSION_NOTIFICATIONS_ENABLED
+ label: "Enable Version Notifications"
+ description: "When enabled, notifications of new versions and security updates are provided"
+ schema:
+ type: boolean
+ default: true
+ - variable: N8N_DIAGNOSTICS_ENABLED
+ label: "Enable Diagnostics"
+ description: "Whether to share selected, anonymous telemetry with n8n"
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_HIRING_BANNER_ENABLED
+ label: "Enable Hiring Banner"
+ description: "Whether to show the n8n hiring banner in the console."
+ schema:
+ type: boolean
+ default: false
+ - variable: workflows
+ group: "App Configuration"
+ label: "Workflows"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: WORKFLOWS_DEFAULT_NAME
+ label: "Workflows Default Name (Leave empty for default)"
+ description: "The default name used for new workflows"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ONBOARDING_FLOW_DISABLED
+ label: "Enable Onboarding Flow"
+ description: "Whether to show onboarding tips when creating a new workflow."
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_WORKFLOW_TAGS_DISABLED
+ label: "Disable Workflow Tags"
+ description: "Whether to disable workflow tags."
+ schema:
+ type: boolean
+ default: false
+ - variable: executions
+ group: "App Configuration"
+ label: "Executions"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: EXECUTIONS_PROCESS
+ label: "Execution Process"
+ description: "Whether processes are executed in their own process or the main process"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "main"
+ description: "Main"
+ - value: "own"
+ description: "Own"
+ - variable: EXECUTIONS_MODE
+ label: "Execution Mode"
+ description: "Whether processes should run directly or via queue"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "regular"
+ description: "Regular"
+ - value: "queue"
+ description: "Queue"
+ - variable: EXECUTIONS_TIMEOUT
+ label: "Execution Timeout (Leave empty for default)"
+ description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable."
+ schema:
+ type: int
+ - variable: EXECUTIONS_TIMEOUT_MAX
+ label: "Max Execution Timeout (Leave empty for default)"
+ description: "The max execution time (in seconds) that can be set for a workflow individually"
+ schema:
+ type: int
+ - variable: EXECUTIONS_DATA_SAVE_ON_ERROR
+ label: "Execution Data Save on Error"
+ description: "Whether n8n saves execution data on error."
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "all"
+ description: "All"
+ - value: "none"
+ description: "None"
+ - variable: EXECUTIONS_DATA_SAVE_ON_SUCCESS
+ label: "Execution Data Save on Success"
+ description: "Whether execution data is saved on success"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "all"
+ description: "All"
+ - value: "none"
+ description: "None"
+ - variable: EXECUTIONS_DATA_SAVE_ON_PROGRESS
+ label: "Execution Data Save on Progress"
+ description: "Whether to save progress for each node executed"
+ schema:
+ type: boolean
+ default: false
+ - variable: EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS
+ label: "Execution Data Save on Manual Executions"
+ description: "Whether to save data of executions when started manually"
+ schema:
+ type: boolean
+ default: false
+ - variable: EXECUTIONS_DATA_MAX_AGE
+ label: "Execution Data Max Age (Leave empty for default)"
+ description: "The execution age (in hours) before it is deleted"
+ schema:
+ type: int
+ - variable: EXECUTIONS_DATA_PRUNE
+ label: "Execution Data Prune"
+ description: "Whether to delete data of past executions on a rolling basis"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if:
+ subquestions:
+ - variable: EXECUTIONS_DATA_PRUNE_TIMEOUT
+ label: "Data Prune Timeout (Leave empty for default)"
+ description: "The timeout (in seconds) after execution data has been pruned"
+ schema:
+ type: int
+ - variable: n8n_security
+ group: "App Configuration"
+ label: "Security"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: N8N_BLOCK_ENV_ACCESS_IN_NODE
+ label: "Block Environment Access in Node"
+ description: "Whether to allow users to access environment variables in expressions and the function node"
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_BASIC_AUTH_ACTIVE
+ label: "Enable Basic Auth"
+ description: "Whether basic auth should be activated for editor and REST-API access"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: N8N_BASIC_AUTH_USER
+ label: "Basic Auth User (Leave empty for default)"
+ description: "The name of the n8n user for basic authentication"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_BASIC_AUTH_PASSWORD
+ label: "Basic Auth Password (Leave empty for default)"
+ description: "The password of the n8n user for basic authentication"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_BASIC_AUTH_HASH
+ label: "Enable Basic Auth Hash"
+ description: "Whether the basic authentication password is hashed"
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_JWT_AUTH_ACTIVE
+ label: "Enable JWT Auth"
+ description: "Whether JWT authentication should be activated for editor and REST-API access"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: N8N_JWT_AUTH_HEADER
+ label: "JWT Auth Header (Leave empty for default)"
+ description: "The request header containing a signed JWT"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWT_AUTH_HEADER_VALUE_PREFIX
+ label: "JWT Auth Header Prefix to strip (Leave empty for default)"
+ description: "Optional. The request header value prefix to strip"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWKS_URI
+ label: "JWT Set URI (Leave empty for default)"
+ description: "The URI to fetch JWK Set for JWT authentication"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWT_ISSUER
+ label: "JWT Issuer (Leave empty for default)"
+ description: "Optional. The expected JWT issuer"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWT_NAMESPACE
+ label: "JWT Namespace (Leave empty for default)"
+ description: "Optional. The expected JWT namespace"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWT_ALLOWED_TENANT
+ label: "JWT Allowed Tenant (Leave empty for default)"
+ description: "Optional. The allowed JWT tenant"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_JWT_ALLOWED_TENANT_KEY
+ label: "JWT Allowed Tenant Key (Leave empty for default)"
+ description: "Optional. The JWT tenant key name to inspect within the JWT namespace"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_AUTH_EXCLUDE_ENDPOINTS
+ label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)"
+ description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")"
+ schema:
+ type: string
+ default: ""
+ - variable: endpoints
+ group: "App Configuration"
+ label: "Endpoints"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: WEBHOOK_URL
+ label: "Webhook URL"
+ description: "Used to manually provide the Webhook URL when running n8n behind a reverse proxy"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_PAYLOAD_SIZE_MAX
+ label: "Max Payload Size (Leave empty for default)"
+ description: "The maximum payload size in MB"
+ schema:
+ type: int
+ - variable: N8N_METRICS
+ label: "Enable Metrics endpoint"
+ description: "Whether to enable the metrics endpoint"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if:
+ subquestions:
+ - variable: N8N_METRICS_PREFIX
+ label: "Metrics Prefix (Leave empty for default)"
+ description: "Optional prefix to be used for metrics names"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ENDPOINT_REST
+ label: "Rest Endpoint Path (Leave empty for default)"
+ description: "The path used for REST endpoint"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ENDPOINT_WEBHOOK
+ label: "Webhook Endpoint Path (Leave empty for default)"
+ description: "The path used for webhook endpoint"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ENDPOINT_WEBHOOK_TEST
+ label: "Test-Webhook Endpoint Path (Leave empty for default)"
+ description: "The path used for test-webhook endpoin"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_ENDPOINT_WEBHOOK_WAIT
+ label: "Waiting-Webhook Endpoint Path (Leave empty for default)"
+ description: "The path used for waiting-webhook endpoint"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_DISABLE_PRODUCTION_MAIN_PROCESS
+ label: "Disable Production Webhooks"
+ description: "Disable production webhooks from main process. This helps ensures no HTTP traffic load to main process when using webhook-specific processes"
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN
+ label: "Deregister External Webhooks"
+ description: "Deregister webhooks on external services only when workflows are deactivated"
+ schema:
+ type: boolean
+ default: false
+ - variable: credentials
+ group: "App Configuration"
+ label: "Credentials"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: CREDENTIALS_OVERWRITE_DATA
+ label: "Credentials Overwrites (Leave empty for default)"
+ description: "Overwrites for credentials"
+ schema:
+ type: string
+ default: ""
+ - variable: CREDENTIALS_OVERWRITE_ENDPOINT
+ label: "Credentials Overwrite Endpoint (Leave empty for default)"
+ description: "The API endpoint to fetch credentials"
+ schema:
+ type: string
+ default: ""
+ - variable: CREDENTIALS_DEFAULT_NAME
+ label: "Credentials Default Name (Leave empty for default)"
+ description: "The default name for credentials"
+ schema:
+ type: string
+ default: ""
+ - variable: logs
+ group: "App Configuration"
+ label: "Logs"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: N8N_LOG_LEVEL
+ label: "Log Level"
+ description: "Log output level"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "info"
+ description: "Info"
+ - value: "warn"
+ description: "Warn"
+ - value: "error"
+ description: "Error"
+ - value: "verbose"
+ description: "Verbose"
+ - value: "debug"
+ description: "Debug"
+ - variable: N8N_LOG_OUTPUT
+ label: "Log Output"
+ description: "Where to output logs"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "console"
+ description: "Console"
+ - value: "file"
+ description: "File"
+ - value: "console,file"
+ description: "Console and File"
+ - variable: N8N_LOG_FILE_COUNT_MAX
+ label: "Max Log File Count (Leave empty for default)"
+ description: "Max number of log files to keep"
+ schema:
+ type: int
+ - variable: N8N_LOG_FILE_SIZE_MAX
+ label: "Max Log File Size (Leave empty for default)"
+ description: "Max size of each log file in MB"
+ schema:
+ type: int
+ - variable: externalhooks
+ group: "App Configuration"
+ label: "External Hooks"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: EXTERNAL_HOOK_FILES
+ label: "External Hook Files (Leave empty for default)"
+ description: "Files containing external hooks. Provide multiple files as a colon-separated list ':'."
+ schema:
+ type: string
+ default: ""
+ - variable: usermanagement
+ group: "App Configuration"
+ label: "User Management and SMTP"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: N8N_USER_MANAGEMENT_DISABLED
+ label: "Disable User Management"
+ description: "Set to true to disable the user management feature. Note that n8n ignores this environment variable if you have already set up an owner account."
+ schema:
+ type: boolean
+ default: false
+ - variable: N8N_EMAIL_MODE
+ label: "Email Mode"
+ description: "Enable emails."
+ schema:
+ type: string
+ default: "smtp"
+ - variable: N8N_SMTP_HOST
+ label: "SMTP Host"
+ description: "Your SMTP server name"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_SMTP_PORT
+ label: "SMTP Port"
+ description: "Your SMTP server port"
+ schema:
+ type: int
+ - variable: N8N_SMTP_USER
+ label: "SMTP User"
+ description: "Your SMTP username"
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_SMTP_PASS
+ label: "SMTP Pass"
+ description: "Your SMTP password"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: N8N_SMTP_SENDER
+ label: "SMTP Sender"
+ description: "You can select the sender name from the sender addresses."
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_SMTP_SSL
+ label: "SMTP SSL"
+ description: "Whether to use SSL for SMTP."
+ schema:
+ type: boolean
+ default: true
+ - variable: N8N_UM_EMAIL_TEMPLATES_INVITE
+ label: "Invite Email Templates (Leave empty for default)"
+ description: "Full path to your HTML email template. This overrides the default template for invite emails."
+ schema:
+ type: string
+ default: ""
+ - variable: N8N_UM_EMAIL_TEMPLATES_PWRESET
+ label: "Password Reset Email Templates (Leave empty for default)"
+ description: "Full path to your HTML email template. This overrides the default template for password reset emails."
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 5678
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 1000
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/nextpvr/9.6.0/templates/NOTES.txt b/stable/n8n/13.12.2/templates/NOTES.txt
similarity index 100%
rename from stable/nextpvr/9.6.0/templates/NOTES.txt
rename to stable/n8n/13.12.2/templates/NOTES.txt
diff --git a/stable/n8n/13.10.1/templates/_configmap.tpl b/stable/n8n/13.12.2/templates/_configmap.tpl
similarity index 100%
rename from stable/n8n/13.10.1/templates/_configmap.tpl
rename to stable/n8n/13.12.2/templates/_configmap.tpl
diff --git a/stable/n8n/13.10.1/templates/common.yaml b/stable/n8n/13.12.2/templates/common.yaml
similarity index 100%
rename from stable/n8n/13.10.1/templates/common.yaml
rename to stable/n8n/13.12.2/templates/common.yaml
diff --git a/stable/netbootxyz/4.6.0/values.yaml b/stable/n8n/13.12.2/values.yaml
similarity index 100%
rename from stable/netbootxyz/4.6.0/values.yaml
rename to stable/n8n/13.12.2/values.yaml
diff --git a/stable/namecheap-ddns/5.6.0/CHANGELOG.md b/stable/namecheap-ddns/5.6.0/CHANGELOG.md
deleted file mode 100644
index 1ce66c6a5d4..00000000000
--- a/stable/namecheap-ddns/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [namecheap-ddns-5.6.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.5.2...namecheap-ddns-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [namecheap-ddns-5.5.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.5.1...namecheap-ddns-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [namecheap-ddns-5.5.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.5.0...namecheap-ddns-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [namecheap-ddns-5.5.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.4.1...namecheap-ddns-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [namecheap-ddns-5.4.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.4.0...namecheap-ddns-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [namecheap-ddns-5.4.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.3.0...namecheap-ddns-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [namecheap-ddns-5.3.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.3...namecheap-ddns-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [namecheap-ddns-5.2.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.2...namecheap-ddns-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [namecheap-ddns-5.2.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.0...namecheap-ddns-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/namecheap-ddns/5.6.0/Chart.yaml b/stable/namecheap-ddns/5.6.0/Chart.yaml
deleted file mode 100644
index 9811569fd65..00000000000
--- a/stable/namecheap-ddns/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. "
-home: https://truecharts.org/charts/stable/namecheap-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png
-keywords:
- - namecheap-ddns
- - Tools-Utilities
- - Network-DNS
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: namecheap-ddns
-sources:
- - https://github.com/EdwardChamberlain/namecheap_ddns
- - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns
- - https://hub.docker.com/r/edchamberlain/namecheap_ddns
-type: application
-version: 5.6.0
diff --git a/stable/namecheap-ddns/5.6.0/charts/common-20.1.5.tgz b/stable/namecheap-ddns/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/namecheap-ddns/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/netdata/9.7.0/.helmignore b/stable/namecheap-ddns/5.7.3/.helmignore
similarity index 100%
rename from stable/netdata/9.7.0/.helmignore
rename to stable/namecheap-ddns/5.7.3/.helmignore
diff --git a/stable/namecheap-ddns/5.7.3/CHANGELOG.md b/stable/namecheap-ddns/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b0aba4908c2
--- /dev/null
+++ b/stable/namecheap-ddns/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [namecheap-ddns-5.7.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/namecheap-ddns/5.7.3/Chart.yaml b/stable/namecheap-ddns/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..fc68ba1b25d
--- /dev/null
+++ b/stable/namecheap-ddns/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. "
+home: https://truecharts.org/charts/stable/namecheap-ddns
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png
+keywords:
+ - namecheap-ddns
+ - Tools-Utilities
+ - Network-DNS
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: namecheap-ddns
+sources:
+ - https://github.com/EdwardChamberlain/namecheap_ddns
+ - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns
+ - https://hub.docker.com/r/edchamberlain/namecheap_ddns
+type: application
+version: 5.7.3
diff --git a/stable/namecheap-ddns/5.6.0/README.md b/stable/namecheap-ddns/5.7.3/README.md
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/README.md
rename to stable/namecheap-ddns/5.7.3/README.md
diff --git a/stable/namecheap-ddns/5.7.3/app-changelog.md b/stable/namecheap-ddns/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..62efb79634b
--- /dev/null
+++ b/stable/namecheap-ddns/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [namecheap-ddns-5.7.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/namecheap-ddns/5.6.0/app-readme.md b/stable/namecheap-ddns/5.7.3/app-readme.md
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/app-readme.md
rename to stable/namecheap-ddns/5.7.3/app-readme.md
diff --git a/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz b/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/namecheap-ddns/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/namecheap-ddns/5.6.0/ix_values.yaml b/stable/namecheap-ddns/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/ix_values.yaml
rename to stable/namecheap-ddns/5.7.3/ix_values.yaml
diff --git a/stable/namecheap-ddns/5.6.0/questions.yaml b/stable/namecheap-ddns/5.7.3/questions.yaml
similarity index 100%
rename from stable/namecheap-ddns/5.6.0/questions.yaml
rename to stable/namecheap-ddns/5.7.3/questions.yaml
diff --git a/stable/necesse/5.6.0/templates/common.yaml b/stable/namecheap-ddns/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/necesse/5.6.0/templates/common.yaml
rename to stable/namecheap-ddns/5.7.3/templates/common.yaml
diff --git a/stable/netdata/9.7.0/values.yaml b/stable/namecheap-ddns/5.7.3/values.yaml
similarity index 100%
rename from stable/netdata/9.7.0/values.yaml
rename to stable/namecheap-ddns/5.7.3/values.yaml
diff --git a/stable/nano-wallet/9.6.0/CHANGELOG.md b/stable/nano-wallet/9.6.0/CHANGELOG.md
deleted file mode 100644
index 52a9216d017..00000000000
--- a/stable/nano-wallet/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nano-wallet-9.6.0](https://github.com/truecharts/charts/compare/nano-wallet-9.5.2...nano-wallet-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nano-wallet-9.5.2](https://github.com/truecharts/charts/compare/nano-wallet-9.5.1...nano-wallet-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nano-wallet-9.5.1](https://github.com/truecharts/charts/compare/nano-wallet-9.5.0...nano-wallet-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nano-wallet-9.5.0](https://github.com/truecharts/charts/compare/nano-wallet-9.4.1...nano-wallet-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nano-wallet-9.4.1](https://github.com/truecharts/charts/compare/nano-wallet-9.4.0...nano-wallet-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nano-wallet-9.4.0](https://github.com/truecharts/charts/compare/nano-wallet-9.3.0...nano-wallet-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nano-wallet-9.3.0](https://github.com/truecharts/charts/compare/nano-wallet-9.2.3...nano-wallet-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nano-wallet-9.2.3](https://github.com/truecharts/charts/compare/nano-wallet-9.2.2...nano-wallet-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nano-wallet-9.2.2](https://github.com/truecharts/charts/compare/nano-wallet-9.2.0...nano-wallet-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nano-wallet/9.6.0/Chart.yaml b/stable/nano-wallet/9.6.0/Chart.yaml
deleted file mode 100644
index 7dcc275cc76..00000000000
--- a/stable/nano-wallet/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.12.16
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight.
-home: https://truecharts.org/charts/stable/nano-wallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png
-keywords:
- - nano-wallet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nano-wallet
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet
- - https://ghcr.io/linuxserver/nano-wallet
-type: application
-version: 9.6.0
diff --git a/stable/nano-wallet/9.6.0/charts/common-20.1.5.tgz b/stable/nano-wallet/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nano-wallet/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/neverwinternights-ee/5.6.0/.helmignore b/stable/nano-wallet/9.7.3/.helmignore
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/.helmignore
rename to stable/nano-wallet/9.7.3/.helmignore
diff --git a/stable/nano-wallet/9.7.3/CHANGELOG.md b/stable/nano-wallet/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7d524e1ce18
--- /dev/null
+++ b/stable/nano-wallet/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nano-wallet-9.7.2](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nano-wallet/9.7.3/Chart.yaml b/stable/nano-wallet/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..69c55a3ca92
--- /dev/null
+++ b/stable/nano-wallet/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.12.16
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight.
+home: https://truecharts.org/charts/stable/nano-wallet
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png
+keywords:
+ - nano-wallet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nano-wallet
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet
+ - https://ghcr.io/linuxserver/nano-wallet
+type: application
+version: 9.7.3
diff --git a/stable/nano-wallet/9.6.0/README.md b/stable/nano-wallet/9.7.3/README.md
similarity index 100%
rename from stable/nano-wallet/9.6.0/README.md
rename to stable/nano-wallet/9.7.3/README.md
diff --git a/stable/nano-wallet/9.7.3/app-changelog.md b/stable/nano-wallet/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..afffe331d94
--- /dev/null
+++ b/stable/nano-wallet/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nano-wallet-9.7.3](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nano-wallet/9.6.0/app-readme.md b/stable/nano-wallet/9.7.3/app-readme.md
similarity index 100%
rename from stable/nano-wallet/9.6.0/app-readme.md
rename to stable/nano-wallet/9.7.3/app-readme.md
diff --git a/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz b/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nano-wallet/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nano-wallet/9.6.0/ix_values.yaml b/stable/nano-wallet/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/nano-wallet/9.6.0/ix_values.yaml
rename to stable/nano-wallet/9.7.3/ix_values.yaml
diff --git a/stable/nano-wallet/9.6.0/questions.yaml b/stable/nano-wallet/9.7.3/questions.yaml
similarity index 100%
rename from stable/nano-wallet/9.6.0/questions.yaml
rename to stable/nano-wallet/9.7.3/questions.yaml
diff --git a/stable/nginx-proxy-manager/9.12.2/templates/NOTES.txt b/stable/nano-wallet/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/templates/NOTES.txt
rename to stable/nano-wallet/9.7.3/templates/NOTES.txt
diff --git a/stable/nextpvr/9.6.0/templates/common.yaml b/stable/nano-wallet/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/nextpvr/9.6.0/templates/common.yaml
rename to stable/nano-wallet/9.7.3/templates/common.yaml
diff --git a/stable/neverwinternights-ee/5.6.0/values.yaml b/stable/nano-wallet/9.7.3/values.yaml
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/values.yaml
rename to stable/nano-wallet/9.7.3/values.yaml
diff --git a/stable/navidrome/19.6.0/CHANGELOG.md b/stable/navidrome/19.6.0/CHANGELOG.md
deleted file mode 100644
index 30054f0983d..00000000000
--- a/stable/navidrome/19.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [navidrome-19.6.0](https://github.com/truecharts/charts/compare/navidrome-19.5.2...navidrome-19.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [navidrome-19.5.2](https://github.com/truecharts/charts/compare/navidrome-19.5.1...navidrome-19.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [navidrome-19.5.1](https://github.com/truecharts/charts/compare/navidrome-19.5.0...navidrome-19.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [navidrome-19.5.0](https://github.com/truecharts/charts/compare/navidrome-19.4.1...navidrome-19.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [navidrome-19.4.1](https://github.com/truecharts/charts/compare/navidrome-19.4.0...navidrome-19.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [navidrome-19.4.0](https://github.com/truecharts/charts/compare/navidrome-19.3.0...navidrome-19.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [navidrome-19.3.0](https://github.com/truecharts/charts/compare/navidrome-19.2.3...navidrome-19.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [navidrome-19.2.3](https://github.com/truecharts/charts/compare/navidrome-19.2.2...navidrome-19.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [navidrome-19.2.2](https://github.com/truecharts/charts/compare/navidrome-19.2.0...navidrome-19.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/navidrome/19.6.0/Chart.yaml b/stable/navidrome/19.6.0/Chart.yaml
deleted file mode 100644
index 496fda40433..00000000000
--- a/stable/navidrome/19.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.51.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Navidrome is an open source web-based music collection server and streamer
-home: https://truecharts.org/charts/stable/navidrome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png
-keywords:
- - navidrome
- - music
- - streaming
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: navidrome
-sources:
- - https://github.com/deluan/navidrome
- - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome
- - https://hub.docker.com/r/deluan/navidrome
-type: application
-version: 19.6.0
diff --git a/stable/navidrome/19.6.0/charts/common-20.1.5.tgz b/stable/navidrome/19.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/navidrome/19.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/newyearcountdownclock/5.6.0/.helmignore b/stable/navidrome/19.7.3/.helmignore
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/.helmignore
rename to stable/navidrome/19.7.3/.helmignore
diff --git a/stable/navidrome/19.7.3/CHANGELOG.md b/stable/navidrome/19.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..978968a3452
--- /dev/null
+++ b/stable/navidrome/19.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [navidrome-19.7.2](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/navidrome/19.7.3/Chart.yaml b/stable/navidrome/19.7.3/Chart.yaml
new file mode 100644
index 00000000000..f3c7548f7fe
--- /dev/null
+++ b/stable/navidrome/19.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.51.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Navidrome is an open source web-based music collection server and streamer
+home: https://truecharts.org/charts/stable/navidrome
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png
+keywords:
+ - navidrome
+ - music
+ - streaming
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: navidrome
+sources:
+ - https://github.com/deluan/navidrome
+ - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome
+ - https://hub.docker.com/r/deluan/navidrome
+type: application
+version: 19.7.3
diff --git a/stable/navidrome/19.6.0/README.md b/stable/navidrome/19.7.3/README.md
similarity index 100%
rename from stable/navidrome/19.6.0/README.md
rename to stable/navidrome/19.7.3/README.md
diff --git a/stable/navidrome/19.7.3/app-changelog.md b/stable/navidrome/19.7.3/app-changelog.md
new file mode 100644
index 00000000000..6feb03448c9
--- /dev/null
+++ b/stable/navidrome/19.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [navidrome-19.7.3](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/navidrome/19.6.0/app-readme.md b/stable/navidrome/19.7.3/app-readme.md
similarity index 100%
rename from stable/navidrome/19.6.0/app-readme.md
rename to stable/navidrome/19.7.3/app-readme.md
diff --git a/stable/navidrome/19.7.3/charts/common-20.2.4.tgz b/stable/navidrome/19.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/navidrome/19.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/navidrome/19.6.0/ix_values.yaml b/stable/navidrome/19.7.3/ix_values.yaml
similarity index 100%
rename from stable/navidrome/19.6.0/ix_values.yaml
rename to stable/navidrome/19.7.3/ix_values.yaml
diff --git a/stable/navidrome/19.6.0/questions.yaml b/stable/navidrome/19.7.3/questions.yaml
similarity index 100%
rename from stable/navidrome/19.6.0/questions.yaml
rename to stable/navidrome/19.7.3/questions.yaml
diff --git a/stable/ngircd/9.6.0/templates/NOTES.txt b/stable/navidrome/19.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ngircd/9.6.0/templates/NOTES.txt
rename to stable/navidrome/19.7.3/templates/NOTES.txt
diff --git a/stable/ngircd/9.6.0/templates/common.yaml b/stable/navidrome/19.7.3/templates/common.yaml
similarity index 100%
rename from stable/ngircd/9.6.0/templates/common.yaml
rename to stable/navidrome/19.7.3/templates/common.yaml
diff --git a/stable/newyearcountdownclock/5.6.0/values.yaml b/stable/navidrome/19.7.3/values.yaml
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/values.yaml
rename to stable/navidrome/19.7.3/values.yaml
diff --git a/stable/necesse/5.6.0/CHANGELOG.md b/stable/necesse/5.6.0/CHANGELOG.md
deleted file mode 100644
index 047b4318548..00000000000
--- a/stable/necesse/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [necesse-5.6.0](https://github.com/truecharts/charts/compare/necesse-5.5.2...necesse-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [necesse-5.5.2](https://github.com/truecharts/charts/compare/necesse-5.5.1...necesse-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [necesse-5.5.1](https://github.com/truecharts/charts/compare/necesse-5.5.0...necesse-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [necesse-5.5.0](https://github.com/truecharts/charts/compare/necesse-5.4.1...necesse-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [necesse-5.4.1](https://github.com/truecharts/charts/compare/necesse-5.4.0...necesse-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [necesse-5.4.0](https://github.com/truecharts/charts/compare/necesse-5.3.0...necesse-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [necesse-5.3.0](https://github.com/truecharts/charts/compare/necesse-5.2.3...necesse-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [necesse-5.2.3](https://github.com/truecharts/charts/compare/necesse-5.2.2...necesse-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [necesse-5.2.2](https://github.com/truecharts/charts/compare/necesse-5.2.0...necesse-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/necesse/5.6.0/Chart.yaml b/stable/necesse/5.6.0/Chart.yaml
deleted file mode 100644
index fd67f99dbc5..00000000000
--- a/stable/necesse/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: necesse
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Necesse and run it.
-home: https://truecharts.org/charts/stable/necesse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png
-keywords:
- - necesse
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: necesse
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/necesse
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/necesse/5.6.0/charts/common-20.1.5.tgz b/stable/necesse/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/necesse/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nextpvr/9.6.0/.helmignore b/stable/necesse/5.7.3/.helmignore
similarity index 100%
rename from stable/nextpvr/9.6.0/.helmignore
rename to stable/necesse/5.7.3/.helmignore
diff --git a/stable/necesse/5.7.3/CHANGELOG.md b/stable/necesse/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0eeb6482763
--- /dev/null
+++ b/stable/necesse/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [necesse-5.7.2](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/necesse/5.7.3/Chart.yaml b/stable/necesse/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..8c0d17de814
--- /dev/null
+++ b/stable/necesse/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: necesse
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Necesse and run it.
+home: https://truecharts.org/charts/stable/necesse
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png
+keywords:
+ - necesse
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: necesse
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/necesse
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/necesse/5.6.0/README.md b/stable/necesse/5.7.3/README.md
similarity index 100%
rename from stable/necesse/5.6.0/README.md
rename to stable/necesse/5.7.3/README.md
diff --git a/stable/necesse/5.7.3/app-changelog.md b/stable/necesse/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..27580509c9d
--- /dev/null
+++ b/stable/necesse/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [necesse-5.7.3](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/necesse/5.6.0/app-readme.md b/stable/necesse/5.7.3/app-readme.md
similarity index 100%
rename from stable/necesse/5.6.0/app-readme.md
rename to stable/necesse/5.7.3/app-readme.md
diff --git a/stable/necesse/5.7.3/charts/common-20.2.4.tgz b/stable/necesse/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/necesse/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/necesse/5.6.0/ix_values.yaml b/stable/necesse/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/necesse/5.6.0/ix_values.yaml
rename to stable/necesse/5.7.3/ix_values.yaml
diff --git a/stable/necesse/5.6.0/questions.yaml b/stable/necesse/5.7.3/questions.yaml
similarity index 100%
rename from stable/necesse/5.6.0/questions.yaml
rename to stable/necesse/5.7.3/questions.yaml
diff --git a/stable/neverwinternights-ee/5.6.0/templates/common.yaml b/stable/necesse/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/templates/common.yaml
rename to stable/necesse/5.7.3/templates/common.yaml
diff --git a/stable/nextpvr/9.6.0/values.yaml b/stable/necesse/5.7.3/values.yaml
similarity index 100%
rename from stable/nextpvr/9.6.0/values.yaml
rename to stable/necesse/5.7.3/values.yaml
diff --git a/stable/nexus-oss/5.7.0/.helmignore b/stable/neko/6.0.0/.helmignore
similarity index 100%
rename from stable/nexus-oss/5.7.0/.helmignore
rename to stable/neko/6.0.0/.helmignore
diff --git a/stable/neko/6.0.0/CHANGELOG.md b/stable/neko/6.0.0/CHANGELOG.md
new file mode 100644
index 00000000000..fe77c33dc66
--- /dev/null
+++ b/stable/neko/6.0.0/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neko-5.7.12](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.12) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neko-5.7.12](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.12) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neko-5.7.12](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.12) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neko-5.7.12](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.12) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neko-5.7.12](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.12) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/neko/6.0.0/Chart.yaml b/stable/neko/6.0.0/Chart.yaml
new file mode 100644
index 00000000000..bd4a9022393
--- /dev/null
+++ b/stable/neko/6.0.0/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.8.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self hosted virtual browser that runs in Chart
+home: https://truecharts.org/charts/stable/neko
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png
+keywords:
+ - neko
+ - video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: neko
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/neko
+ - https://hub.docker.com/r/m1k1o/neko
+ - https://github.com/m1k1o/neko
+type: application
+version: 6.0.0
diff --git a/stable/neko/6.0.0/README.md b/stable/neko/6.0.0/README.md
new file mode 100644
index 00000000000..870d8681b71
--- /dev/null
+++ b/stable/neko/6.0.0/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neko)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/neko/6.0.0/app-changelog.md b/stable/neko/6.0.0/app-changelog.md
new file mode 100644
index 00000000000..aae9bb48a72
--- /dev/null
+++ b/stable/neko/6.0.0/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [neko-6.0.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-6.0.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update neko by renovate ([#19451](https://github.com/truecharts/charts/issues/19451))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/neko/6.0.0/app-readme.md b/stable/neko/6.0.0/app-readme.md
new file mode 100644
index 00000000000..e2592a24c51
--- /dev/null
+++ b/stable/neko/6.0.0/app-readme.md
@@ -0,0 +1,8 @@
+A self hosted virtual browser that runs in Chart
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/neko](https://truecharts.org/charts/stable/neko)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/neko/6.0.0/charts/common-20.2.4.tgz b/stable/neko/6.0.0/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/neko/6.0.0/charts/common-20.2.4.tgz differ
diff --git a/stable/neko/6.0.0/ix_values.yaml b/stable/neko/6.0.0/ix_values.yaml
new file mode 100644
index 00000000000..56fc5452f35
--- /dev/null
+++ b/stable/neko/6.0.0/ix_values.yaml
@@ -0,0 +1,116 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/firefox
+ tag: 2.8.11@sha256:30b9a285607ad81aaf1ab2af8e06c03f66325247d0b9cc33e389dc73d0a116c2
+braveImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/brave
+ tag: 2.8.11@sha256:0ccc80e91e532305376b6da916a0c19e9469c4f7a687e14cfa84ceb1969a7009
+chromeImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/google-chrome
+ tag: 2.8.11@sha256:bf8fadb6b1c9f25477249f41fd6d4ce54fb64de457189cc0e99ae76ccb34467a
+chromiumImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/chromium
+ tag: 2.8.11@sha256:559dad2a9b1cf27ff7cb032ca2d0750df3a5c7dde023109bc128df224da396e6
+edgeImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/microsoft-edge
+ tag: 2.8.11@sha256:03c8fef67d791480e9ae374fbe34dcec0b3b5d896bfc845ff5d52e90f0c79615
+remminaImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/remmina
+ tag: 2.8.11@sha256:78f15945b2141bd151e55c4865965e5ea360bf819774d6057762f56dbd04a770
+torImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/tor-browser
+ tag: 2.8.11@sha256:b89cc196a2dcdc1a375bde74710e3572ee80356be5c5847bf6d815c668f8b782
+vivaldiImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/vivaldi
+ tag: 2.8.11@sha256:f9d7e6edf7d292e3130a6a7f03824091bff3d6b47a6a925e63757cb2b42f4a6a
+vlcImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/vlc
+ tag: 2.8.11@sha256:be0a2b86fbfe4c6ae6c8b0361a3aa0a6851fc4b9255c213faf9776588183605a
+xfceImage:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/m1k1o/neko/xfce
+ tag: 2.8.11@sha256:838d11ce275e61511a66050ac7be87b6893d36d97a8f224a2bbebcf830864257
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 10294
+ protocol: http
+ mux:
+ enabled: true
+ ports:
+ tcp:
+ enabled: true
+ port: 52100
+ protocol: tcp
+ udp:
+ enabled: true
+ port: "{{ .Values.service.mux.ports.tcp.port }}"
+ protocol: udp
+
+neko:
+ auth:
+ user_pass: ""
+ admin_pass: ""
+ proxy: false
+ screen: "1920x1080@30"
+ control_protection: false
+ implicit_control: false
+ locks: []
+ # - control
+ # - login
+ # - file_transfer
+ cors:
+ - "*"
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ imageSelector: image
+ env:
+ NEKO_BIND: '{{ printf ":%v" .Values.service.main.ports.main.port }}'
+ NEKO_PATH_PREFIX: "/"
+ # NEKO_EPR
+ NEKO_TCPMUX: "{{ .Values.service.mux.ports.tcp.port }}"
+ NEKO_UDPMUX: "{{ .Values.service.mux.ports.tcp.port }}"
+ NEKO_FILE_TRANSFER_ENABLED: true
+ NEKO_FILE_TRANSFER_PATH: "{{.Values.persistence.downloads.mountPath }}"
+ NEKO_CONTROL_PROTECTION: "{{ .Values.neko.control_protection }}"
+ NEKO_IMPLICIT_CONTROL: "{{ .Values.neko.implicit_control }}"
+ NEKO_LOCKS: '{{ join " " .Values.neko.locks }}'
+ NEKO_PASSWORD: "{{ .Values.neko.auth.user_pass }}"
+ NEKO_PASSWORD_ADMIN: "{{ .Values.neko.auth.admin_pass }}"
+ NEKO_PROXY: "{{ .Values.neko.proxy }}"
+ NEKO_SCREEN: "{{ .Values.neko.screen }}"
+ NEKO_CORS: '{{ join " " .Values.neko.cors }}'
+ # NEKO_NAT1TO1: ""
+ # NEKO_IPFETCH: ""
+ # NEKO_ICELITE: false
+ # NEKO_ICESERVER: ""
+ # NEKO_ICESERVERS
+
+persistence:
+ downloads:
+ enabled: true
+ mountPath: /home/neko/Downloads
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/neko/6.0.0/questions.yaml b/stable/neko/6.0.0/questions.yaml
new file mode 100755
index 00000000000..b2b3cb82775
--- /dev/null
+++ b/stable/neko/6.0.0/questions.yaml
@@ -0,0 +1,2884 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+
+ - variable: imageSelector
+ label: Select Image
+ schema:
+ type: string
+ default: image
+ enum:
+ - value: "image"
+ description: "Firefox"
+ - value: "braveImage"
+ description: "Brave"
+ - value: "chromeImage"
+ description: "Chrome"
+ - value: "chromiumImage"
+ description: "Chromium"
+ - value: "edgeImage"
+ description: "Edge"
+ - value: "remminaImage"
+ description: "Remmina"
+ - value: "torImage"
+ description: "Tor"
+ - value: "vivaldiImage"
+ description: "Vivaldi"
+ - value: "vlcImage"
+ description: "Vlc"
+ - value: "xfceImage"
+ description: "Xfce"
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: neko
+ group: App Configuration
+ label: Neko
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: auth
+ label: Auth Credentials
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: user_pass
+ label: User Password
+ description: Password for the user login.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: admin_pass
+ label: Admin Password
+ description: Password for the admin login.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: proxy
+ label: Enable Proxy Mode
+ description: Enable reverse proxy mode, so that neko trusts X-Forwarded-For headers.
+ schema:
+ type: boolean
+ default: false
+ - variable: screen
+ label: Screen
+ description: Resolution after startup. Only Admins can change this later.
+ schema:
+ type: string
+ default: "1920x1080@30"
+ - variable: control_protection
+ label: Control Protection
+ description: Control protection means, users can gain control only if at least one admin is in the room.
+ schema:
+ type: boolean
+ default: false
+ - variable: implicit_control
+ label: Implicit Protection
+ description: If enabled members can gain control implicitly, they don't need to request control.
+ schema:
+ type: boolean
+ default: false
+ - variable: locks
+ label: Locks
+ description: Resources, that will be locked when starting.
+ schema:
+ type: list
+ empty: true
+ default: []
+ required: true
+ items:
+ - variable: lock
+ label: Lock Resource
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: cors
+ label: Cors
+ description: Cross origin request sharing list of allowed hosts.
+ schema:
+ type: list
+ empty: true
+ default:
+ - "*"
+ required: true
+ items:
+ - variable: cors
+ label: Cors Resource
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10294
+ required: true
+ - variable: mux
+ label: "Mux service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: tcp
+ label: "TCP Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 52100
+ required: true
+
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: downloads
+ label: App Downloads Storage
+ description: Stores the Application Downloads.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/newyearcountdownclock/5.6.0/templates/common.yaml b/stable/neko/6.0.0/templates/common.yaml
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/templates/common.yaml
rename to stable/neko/6.0.0/templates/common.yaml
diff --git a/stable/nexus-oss/5.7.0/values.yaml b/stable/neko/6.0.0/values.yaml
similarity index 100%
rename from stable/nexus-oss/5.7.0/values.yaml
rename to stable/neko/6.0.0/values.yaml
diff --git a/stable/netbootxyz/4.6.0/CHANGELOG.md b/stable/netbootxyz/4.6.0/CHANGELOG.md
deleted file mode 100644
index c2842f038fc..00000000000
--- a/stable/netbootxyz/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [netbootxyz-4.6.0](https://github.com/truecharts/charts/compare/netbootxyz-4.5.2...netbootxyz-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [netbootxyz-4.5.2](https://github.com/truecharts/charts/compare/netbootxyz-4.5.1...netbootxyz-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [netbootxyz-4.5.1](https://github.com/truecharts/charts/compare/netbootxyz-4.5.0...netbootxyz-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [netbootxyz-4.5.0](https://github.com/truecharts/charts/compare/netbootxyz-4.4.1...netbootxyz-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [netbootxyz-4.4.1](https://github.com/truecharts/charts/compare/netbootxyz-4.4.0...netbootxyz-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [netbootxyz-4.4.0](https://github.com/truecharts/charts/compare/netbootxyz-4.3.0...netbootxyz-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [netbootxyz-4.3.0](https://github.com/truecharts/charts/compare/netbootxyz-4.2.3...netbootxyz-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [netbootxyz-4.2.3](https://github.com/truecharts/charts/compare/netbootxyz-4.2.2...netbootxyz-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [netbootxyz-4.2.2](https://github.com/truecharts/charts/compare/netbootxyz-4.2.0...netbootxyz-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/netbootxyz/4.6.0/Chart.yaml b/stable/netbootxyz/4.6.0/Chart.yaml
deleted file mode 100644
index 9e59d0bd49d..00000000000
--- a/stable/netbootxyz/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Your favorite operating systems in one place!
-home: https://truecharts.org/charts/stable/netbootxyz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png
-keywords:
- - netbootxyz
- - pxe
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: netbootxyz
-sources:
- - https://github.com/netbootxyz/netboot.xyz
- - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz
- - https://ghcr.io/netbootxyz/netbootxyz
-type: application
-version: 4.6.0
diff --git a/stable/netbootxyz/4.6.0/charts/common-20.1.5.tgz b/stable/netbootxyz/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/netbootxyz/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nginx-proxy-manager/9.12.2/.helmignore b/stable/netbootxyz/4.7.3/.helmignore
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/.helmignore
rename to stable/netbootxyz/4.7.3/.helmignore
diff --git a/stable/netbootxyz/4.7.3/CHANGELOG.md b/stable/netbootxyz/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a9d5fc92a58
--- /dev/null
+++ b/stable/netbootxyz/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netbootxyz-4.7.2](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/netbootxyz/4.7.3/Chart.yaml b/stable/netbootxyz/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..942660807d4
--- /dev/null
+++ b/stable/netbootxyz/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Your favorite operating systems in one place!
+home: https://truecharts.org/charts/stable/netbootxyz
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png
+keywords:
+ - netbootxyz
+ - pxe
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: netbootxyz
+sources:
+ - https://github.com/netbootxyz/netboot.xyz
+ - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz
+ - https://ghcr.io/netbootxyz/netbootxyz
+type: application
+version: 4.7.3
diff --git a/stable/netbootxyz/4.6.0/README.md b/stable/netbootxyz/4.7.3/README.md
similarity index 100%
rename from stable/netbootxyz/4.6.0/README.md
rename to stable/netbootxyz/4.7.3/README.md
diff --git a/stable/netbootxyz/4.7.3/app-changelog.md b/stable/netbootxyz/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..057df50881c
--- /dev/null
+++ b/stable/netbootxyz/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [netbootxyz-4.7.3](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/netbootxyz/4.6.0/app-readme.md b/stable/netbootxyz/4.7.3/app-readme.md
similarity index 100%
rename from stable/netbootxyz/4.6.0/app-readme.md
rename to stable/netbootxyz/4.7.3/app-readme.md
diff --git a/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz b/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/netbootxyz/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/netbootxyz/4.6.0/ix_values.yaml b/stable/netbootxyz/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/netbootxyz/4.6.0/ix_values.yaml
rename to stable/netbootxyz/4.7.3/ix_values.yaml
diff --git a/stable/netbootxyz/4.6.0/questions.yaml b/stable/netbootxyz/4.7.3/questions.yaml
similarity index 100%
rename from stable/netbootxyz/4.6.0/questions.yaml
rename to stable/netbootxyz/4.7.3/questions.yaml
diff --git a/stable/nntp2nntp/9.6.0/templates/common.yaml b/stable/netbootxyz/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/nntp2nntp/9.6.0/templates/common.yaml
rename to stable/netbootxyz/4.7.3/templates/common.yaml
diff --git a/stable/nginx-proxy-manager/9.12.2/values.yaml b/stable/netbootxyz/4.7.3/values.yaml
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/values.yaml
rename to stable/netbootxyz/4.7.3/values.yaml
diff --git a/stable/netdata/9.7.0/CHANGELOG.md b/stable/netdata/9.7.0/CHANGELOG.md
deleted file mode 100644
index 7e821ba5ea9..00000000000
--- a/stable/netdata/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/netdata/9.7.0/Chart.yaml b/stable/netdata/9.7.0/Chart.yaml
deleted file mode 100644
index 41ca84794dd..00000000000
--- a/stable/netdata/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.44.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Netdata is high-fidelity infrastructure monitoring and troubleshooting.
-home: https://truecharts.org/charts/stable/netdata
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png
-keywords:
- - netdata
- - monitoring
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: netdata
-sources:
- - https://github.com/netdata
- - https://github.com/truecharts/charts/tree/master/charts/stable/netdata
- - https://hub.docker.com/r/netdata/netdata
-type: application
-version: 9.7.0
diff --git a/stable/netdata/9.7.0/app-changelog.md b/stable/netdata/9.7.0/app-changelog.md
deleted file mode 100644
index ee7167546c5..00000000000
--- a/stable/netdata/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [netdata-9.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/netdata/9.7.0/charts/common-20.2.0.tgz b/stable/netdata/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/netdata/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/netdata/9.7.0/ix_values.yaml b/stable/netdata/9.7.0/ix_values.yaml
deleted file mode 100644
index 0dc49383385..00000000000
--- a/stable/netdata/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,194 +0,0 @@
-image:
- repository: netdata/netdata
- tag: v1.44.3@sha256:9e89531a5ee14383cd400e6feafbff37cacbf5c3c4f5792e100d8d10b1f0aa2d
- pullPolicy: IfNotPresent
-# -- The service account the pods will use to interact with the Kubernetes API
-serviceAccount:
- main:
- enabled: true
- primary: true
-configmap:
- configs:
- enabled: true
- data:
- netdata-conf: |-
- [global]
- memory mode = dbengine
- dbengine multihost disk space = 4096
- page cache size = 64
- go-d-conf: |-
- modules:
- k8s_state: yes
- go-d-k8s-state-conf: |-
- jobs:
- - name: k8s_state
- update_every: 1
-rbac:
- main:
- enabled: true
- primary: true
- rules:
- - apiGroups:
- - ""
- resources:
- - "pods"
- - "nodes"
- - "nodes/metrics"
- # - "services" # used by agent service discovery
- # - "configmaps" # used by agent service discovery
- # - "secrets" # used by agent service discovery
- verbs:
- - "get"
- - "list"
- - "watch"
- - apiGroups:
- - ""
- resources:
- - "namespaces"
- verbs:
- - "get"
-service:
- main:
- ports:
- main:
- port: 19999
- targetPort: 19999
-persistence:
- config:
- enabled: true
- mountPath: "/etc/netdata"
- targetSelectAll: true
- lib:
- enabled: true
- mountPath: "/var/lib/netdata"
- cache:
- enabled: true
- mountPath: "/var/cache/netdata"
- passwd:
- enabled: true
- type: hostPath
- hostPath: "/etc/passwd"
- mountPath: "/host/etc/passwd"
- readOnly: true
- group:
- enabled: true
- type: hostPath
- hostPath: "/etc/group"
- mountPath: "/host/etc/group"
- readOnly: true
- proc:
- enabled: true
- type: hostPath
- hostPath: "/proc"
- mountPath: "/host/proc"
- readOnly: true
- dev:
- enabled: true
- type: hostPath
- hostPath: "/dev"
- mountPath: "/host/dev"
- readOnly: true
- sys:
- enabled: true
- type: hostPath
- hostPath: "/sys"
- mountPath: "/host/sys"
- readOnly: true
- os:
- enabled: true
- type: hostPath
- hostPath: "/etc/os-release"
- mountPath: "/host/etc/os-release"
- readOnly: true
- netdata-configs:
- enabled: true
- mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf"
- subPath: "netdata-conf"
- type: configmap
- objectName: configs
- targetSelectAll: true
- go-d-configs:
- enabled: true
- mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf"
- subPath: "go-d-conf"
- type: configmap
- objectName: configs
- targetSelectAll: true
- go-d-k8s-state-configs:
- enabled: true
- mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf"
- subPath: "go-d-k8s-state-conf"
- type: configmap
- objectName: configs
- targetSelectAll: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- capabilities:
- add:
- - SYS_PTRACE
- runAsUser: 0
- runAsGroup: 0
- fsGroup: 201
-workload:
- main:
- podSpec:
- automountServiceAccountToken: true
- initContainers:
- create-config:
- enabled: true
- imageSelector: image
- type: init
- command:
- - /bin/bash
- - -c
- args:
- - |-
- copy_config () {
- local confSource="$1"
- local confTarget="$2"
- local dirTarget
- dirTarget="$(dirname "${confTarget}")"
-
- if [ ! -f "$confTarget" ]; then
- if [ ! -d "${dirTarget}" ]; then
- mkdir -p "$dirTarget"
- fi;
- cp "$confSource" "$confTarget"
- echo "Content of $(basename "${confTarget}")"
- cat "$confTarget"
- else
- echo "Config $confTarget exists, skipping..."
- fi;
- }
- export -f copy_config
-
- copy_config "/etc/netdata/truecharts-defaults/.netdata.conf" "/etc/netdata/netdata.conf"
- copy_config "/etc/netdata/truecharts-defaults/.go.d.conf" "/etc/netdata/go.d.conf"
- copy_config "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" "/etc/netdata/go.d/k8s_state.conf"
- containers:
- main:
- probes:
- liveness:
- path: "/api/v1/info"
- readiness:
- path: "/api/v1/info"
- startup:
- path: "/api/v1/info"
- env:
- MY_NODE_NAME:
- fieldRef:
- fieldPath: spec.nodeName
- MY_POD_NAMESPACE:
- fieldRef:
- fieldPath: metadata.namespace
- MY_POD_NAME:
- fieldRef:
- fieldPath: metadata.name
- NETDATA_CLAIM_URL: ""
- NETDATA_CLAIM_TOKEN: ""
- NETDATA_CLAIM_ROOMS: ""
diff --git a/stable/ngircd/9.6.0/.helmignore b/stable/netdata/9.8.2/.helmignore
similarity index 100%
rename from stable/ngircd/9.6.0/.helmignore
rename to stable/netdata/9.8.2/.helmignore
diff --git a/stable/netdata/9.8.2/CHANGELOG.md b/stable/netdata/9.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..bdada55e28e
--- /dev/null
+++ b/stable/netdata/9.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [netdata-9.8.2](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netdata-9.8.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netdata-9.8.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netdata-9.8.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netdata-9.8.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [netdata-9.8.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/netdata/9.8.2/Chart.yaml b/stable/netdata/9.8.2/Chart.yaml
new file mode 100644
index 00000000000..eb755ad3b20
--- /dev/null
+++ b/stable/netdata/9.8.2/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.45.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Netdata is high-fidelity infrastructure monitoring and troubleshooting.
+home: https://truecharts.org/charts/stable/netdata
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png
+keywords:
+ - netdata
+ - monitoring
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: netdata
+sources:
+ - https://github.com/netdata
+ - https://github.com/truecharts/charts/tree/master/charts/stable/netdata
+ - https://hub.docker.com/r/netdata/netdata
+type: application
+version: 9.8.2
diff --git a/stable/netdata/9.7.0/README.md b/stable/netdata/9.8.2/README.md
similarity index 100%
rename from stable/netdata/9.7.0/README.md
rename to stable/netdata/9.8.2/README.md
diff --git a/stable/netdata/9.8.2/app-changelog.md b/stable/netdata/9.8.2/app-changelog.md
new file mode 100644
index 00000000000..1f6565759f2
--- /dev/null
+++ b/stable/netdata/9.8.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [netdata-9.8.2](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image netdata/netdata to v1.45.0[@bdf5d30](https://github.com/bdf5d30) by renovate ([#19609](https://github.com/truecharts/charts/issues/19609))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/netdata/9.7.0/app-readme.md b/stable/netdata/9.8.2/app-readme.md
similarity index 100%
rename from stable/netdata/9.7.0/app-readme.md
rename to stable/netdata/9.8.2/app-readme.md
diff --git a/stable/netdata/9.8.2/charts/common-20.2.4.tgz b/stable/netdata/9.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/netdata/9.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/netdata/9.8.2/ix_values.yaml b/stable/netdata/9.8.2/ix_values.yaml
new file mode 100644
index 00000000000..2be1128f862
--- /dev/null
+++ b/stable/netdata/9.8.2/ix_values.yaml
@@ -0,0 +1,194 @@
+image:
+ repository: netdata/netdata
+ tag: v1.45.0@sha256:bdf5d3025cf6c2d75f91a567d70b0ac35d0cc6d9bd51bf32b42a2fb8f42dc306
+ pullPolicy: IfNotPresent
+# -- The service account the pods will use to interact with the Kubernetes API
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+configmap:
+ configs:
+ enabled: true
+ data:
+ netdata-conf: |-
+ [global]
+ memory mode = dbengine
+ dbengine multihost disk space = 4096
+ page cache size = 64
+ go-d-conf: |-
+ modules:
+ k8s_state: yes
+ go-d-k8s-state-conf: |-
+ jobs:
+ - name: k8s_state
+ update_every: 1
+rbac:
+ main:
+ enabled: true
+ primary: true
+ rules:
+ - apiGroups:
+ - ""
+ resources:
+ - "pods"
+ - "nodes"
+ - "nodes/metrics"
+ # - "services" # used by agent service discovery
+ # - "configmaps" # used by agent service discovery
+ # - "secrets" # used by agent service discovery
+ verbs:
+ - "get"
+ - "list"
+ - "watch"
+ - apiGroups:
+ - ""
+ resources:
+ - "namespaces"
+ verbs:
+ - "get"
+service:
+ main:
+ ports:
+ main:
+ port: 19999
+ targetPort: 19999
+persistence:
+ config:
+ enabled: true
+ mountPath: "/etc/netdata"
+ targetSelectAll: true
+ lib:
+ enabled: true
+ mountPath: "/var/lib/netdata"
+ cache:
+ enabled: true
+ mountPath: "/var/cache/netdata"
+ passwd:
+ enabled: true
+ type: hostPath
+ hostPath: "/etc/passwd"
+ mountPath: "/host/etc/passwd"
+ readOnly: true
+ group:
+ enabled: true
+ type: hostPath
+ hostPath: "/etc/group"
+ mountPath: "/host/etc/group"
+ readOnly: true
+ proc:
+ enabled: true
+ type: hostPath
+ hostPath: "/proc"
+ mountPath: "/host/proc"
+ readOnly: true
+ dev:
+ enabled: true
+ type: hostPath
+ hostPath: "/dev"
+ mountPath: "/host/dev"
+ readOnly: true
+ sys:
+ enabled: true
+ type: hostPath
+ hostPath: "/sys"
+ mountPath: "/host/sys"
+ readOnly: true
+ os:
+ enabled: true
+ type: hostPath
+ hostPath: "/etc/os-release"
+ mountPath: "/host/etc/os-release"
+ readOnly: true
+ netdata-configs:
+ enabled: true
+ mountPath: "/etc/netdata/truecharts-defaults/.netdata.conf"
+ subPath: "netdata-conf"
+ type: configmap
+ objectName: configs
+ targetSelectAll: true
+ go-d-configs:
+ enabled: true
+ mountPath: "/etc/netdata/truecharts-defaults/.go.d.conf"
+ subPath: "go-d-conf"
+ type: configmap
+ objectName: configs
+ targetSelectAll: true
+ go-d-k8s-state-configs:
+ enabled: true
+ mountPath: "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf"
+ subPath: "go-d-k8s-state-conf"
+ type: configmap
+ objectName: configs
+ targetSelectAll: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ capabilities:
+ add:
+ - SYS_PTRACE
+ runAsUser: 0
+ runAsGroup: 0
+ fsGroup: 201
+workload:
+ main:
+ podSpec:
+ automountServiceAccountToken: true
+ initContainers:
+ create-config:
+ enabled: true
+ imageSelector: image
+ type: init
+ command:
+ - /bin/bash
+ - -c
+ args:
+ - |-
+ copy_config () {
+ local confSource="$1"
+ local confTarget="$2"
+ local dirTarget
+ dirTarget="$(dirname "${confTarget}")"
+
+ if [ ! -f "$confTarget" ]; then
+ if [ ! -d "${dirTarget}" ]; then
+ mkdir -p "$dirTarget"
+ fi;
+ cp "$confSource" "$confTarget"
+ echo "Content of $(basename "${confTarget}")"
+ cat "$confTarget"
+ else
+ echo "Config $confTarget exists, skipping..."
+ fi;
+ }
+ export -f copy_config
+
+ copy_config "/etc/netdata/truecharts-defaults/.netdata.conf" "/etc/netdata/netdata.conf"
+ copy_config "/etc/netdata/truecharts-defaults/.go.d.conf" "/etc/netdata/go.d.conf"
+ copy_config "/etc/netdata/truecharts-defaults/go.d/.k8s_state.conf" "/etc/netdata/go.d/k8s_state.conf"
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/api/v1/info"
+ readiness:
+ path: "/api/v1/info"
+ startup:
+ path: "/api/v1/info"
+ env:
+ MY_NODE_NAME:
+ fieldRef:
+ fieldPath: spec.nodeName
+ MY_POD_NAMESPACE:
+ fieldRef:
+ fieldPath: metadata.namespace
+ MY_POD_NAME:
+ fieldRef:
+ fieldPath: metadata.name
+ NETDATA_CLAIM_URL: ""
+ NETDATA_CLAIM_TOKEN: ""
+ NETDATA_CLAIM_ROOMS: ""
diff --git a/stable/netdata/9.7.0/questions.yaml b/stable/netdata/9.8.2/questions.yaml
similarity index 100%
rename from stable/netdata/9.7.0/questions.yaml
rename to stable/netdata/9.8.2/questions.yaml
diff --git a/stable/nitter/6.7.0/templates/NOTES.txt b/stable/netdata/9.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/nitter/6.7.0/templates/NOTES.txt
rename to stable/netdata/9.8.2/templates/NOTES.txt
diff --git a/stable/netdata/9.7.0/templates/common.yaml b/stable/netdata/9.8.2/templates/common.yaml
similarity index 100%
rename from stable/netdata/9.7.0/templates/common.yaml
rename to stable/netdata/9.8.2/templates/common.yaml
diff --git a/stable/ngircd/9.6.0/values.yaml b/stable/netdata/9.8.2/values.yaml
similarity index 100%
rename from stable/ngircd/9.6.0/values.yaml
rename to stable/netdata/9.8.2/values.yaml
diff --git a/stable/neverwinternights-ee/5.6.0/CHANGELOG.md b/stable/neverwinternights-ee/5.6.0/CHANGELOG.md
deleted file mode 100644
index d3781315eaf..00000000000
--- a/stable/neverwinternights-ee/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [neverwinternights-ee-5.6.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.5.2...neverwinternights-ee-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [neverwinternights-ee-5.5.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.5.1...neverwinternights-ee-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [neverwinternights-ee-5.5.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.5.0...neverwinternights-ee-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [neverwinternights-ee-5.5.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.4.1...neverwinternights-ee-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [neverwinternights-ee-5.4.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.4.0...neverwinternights-ee-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [neverwinternights-ee-5.4.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.3.0...neverwinternights-ee-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [neverwinternights-ee-5.3.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.3...neverwinternights-ee-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [neverwinternights-ee-5.2.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.2...neverwinternights-ee-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [neverwinternights-ee-5.2.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.0...neverwinternights-ee-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/neverwinternights-ee/5.6.0/Chart.yaml b/stable/neverwinternights-ee/5.6.0/Chart.yaml
deleted file mode 100644
index 7b4e5e9749c..00000000000
--- a/stable/neverwinternights-ee/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)."
-home: https://truecharts.org/charts/stable/neverwinternights-ee
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png
-keywords:
- - neverwinternights-ee
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: neverwinternights-ee
-sources:
- - https://www.beamdog.com/games/neverwinter-nights-enhanced/
- - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee
- - https://hub.docker.com/r/ich777/nwnee-server
-type: application
-version: 5.6.0
diff --git a/stable/neverwinternights-ee/5.6.0/charts/common-20.1.5.tgz b/stable/neverwinternights-ee/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/neverwinternights-ee/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nightscout/5.6.0/.helmignore b/stable/neverwinternights-ee/5.7.3/.helmignore
similarity index 100%
rename from stable/nightscout/5.6.0/.helmignore
rename to stable/neverwinternights-ee/5.7.3/.helmignore
diff --git a/stable/neverwinternights-ee/5.7.3/CHANGELOG.md b/stable/neverwinternights-ee/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9a339d3179c
--- /dev/null
+++ b/stable/neverwinternights-ee/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [neverwinternights-ee-5.7.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/neverwinternights-ee/5.7.3/Chart.yaml b/stable/neverwinternights-ee/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..70aee1442f2
--- /dev/null
+++ b/stable/neverwinternights-ee/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)."
+home: https://truecharts.org/charts/stable/neverwinternights-ee
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png
+keywords:
+ - neverwinternights-ee
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: neverwinternights-ee
+sources:
+ - https://www.beamdog.com/games/neverwinter-nights-enhanced/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee
+ - https://hub.docker.com/r/ich777/nwnee-server
+type: application
+version: 5.7.3
diff --git a/stable/neverwinternights-ee/5.6.0/README.md b/stable/neverwinternights-ee/5.7.3/README.md
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/README.md
rename to stable/neverwinternights-ee/5.7.3/README.md
diff --git a/stable/neverwinternights-ee/5.7.3/app-changelog.md b/stable/neverwinternights-ee/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f5882773df1
--- /dev/null
+++ b/stable/neverwinternights-ee/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [neverwinternights-ee-5.7.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/neverwinternights-ee/5.6.0/app-readme.md b/stable/neverwinternights-ee/5.7.3/app-readme.md
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/app-readme.md
rename to stable/neverwinternights-ee/5.7.3/app-readme.md
diff --git a/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz b/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/neverwinternights-ee/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/neverwinternights-ee/5.6.0/ix_values.yaml b/stable/neverwinternights-ee/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/ix_values.yaml
rename to stable/neverwinternights-ee/5.7.3/ix_values.yaml
diff --git a/stable/neverwinternights-ee/5.6.0/questions.yaml b/stable/neverwinternights-ee/5.7.3/questions.yaml
similarity index 100%
rename from stable/neverwinternights-ee/5.6.0/questions.yaml
rename to stable/neverwinternights-ee/5.7.3/questions.yaml
diff --git a/stable/nexus-oss/5.7.0/templates/common.yaml b/stable/neverwinternights-ee/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/nexus-oss/5.7.0/templates/common.yaml
rename to stable/neverwinternights-ee/5.7.3/templates/common.yaml
diff --git a/stable/nightscout/5.6.0/values.yaml b/stable/neverwinternights-ee/5.7.3/values.yaml
similarity index 100%
rename from stable/nightscout/5.6.0/values.yaml
rename to stable/neverwinternights-ee/5.7.3/values.yaml
diff --git a/stable/newyearcountdownclock/5.6.0/CHANGELOG.md b/stable/newyearcountdownclock/5.6.0/CHANGELOG.md
deleted file mode 100644
index 482e883e53c..00000000000
--- a/stable/newyearcountdownclock/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [newyearcountdownclock-5.6.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.5.2...newyearcountdownclock-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [newyearcountdownclock-5.5.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.5.1...newyearcountdownclock-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [newyearcountdownclock-5.5.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.5.0...newyearcountdownclock-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [newyearcountdownclock-5.5.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.4.1...newyearcountdownclock-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [newyearcountdownclock-5.4.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.4.0...newyearcountdownclock-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [newyearcountdownclock-5.4.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.3.0...newyearcountdownclock-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [newyearcountdownclock-5.3.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.4...newyearcountdownclock-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [newyearcountdownclock-5.2.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.3...newyearcountdownclock-5.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [newyearcountdownclock-5.2.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.1...newyearcountdownclock-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/newyearcountdownclock/5.6.0/Chart.yaml b/stable/newyearcountdownclock/5.6.0/Chart.yaml
deleted file mode 100644
index 8460de5dd57..00000000000
--- a/stable/newyearcountdownclock/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self Hosted, self contained New Year Countdown clock
-home: https://truecharts.org/charts/stable/newyearcountdownclock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png
-keywords:
- - newyearcountdownclock
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: newyearcountdownclock
-sources:
- - https://github.com/modem7/Docker-NewYearCountdown
- - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock
- - https://hub.docker.com/r/modem7/newyearcountdown
-type: application
-version: 5.6.0
diff --git a/stable/newyearcountdownclock/5.6.0/charts/common-20.1.5.tgz b/stable/newyearcountdownclock/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/newyearcountdownclock/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nitter/6.7.0/.helmignore b/stable/newyearcountdownclock/5.7.3/.helmignore
similarity index 100%
rename from stable/nitter/6.7.0/.helmignore
rename to stable/newyearcountdownclock/5.7.3/.helmignore
diff --git a/stable/newyearcountdownclock/5.7.3/CHANGELOG.md b/stable/newyearcountdownclock/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..503ae3c9c80
--- /dev/null
+++ b/stable/newyearcountdownclock/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [newyearcountdownclock-5.7.2](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/newyearcountdownclock/5.7.3/Chart.yaml b/stable/newyearcountdownclock/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..466a8f42bf9
--- /dev/null
+++ b/stable/newyearcountdownclock/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self Hosted, self contained New Year Countdown clock
+home: https://truecharts.org/charts/stable/newyearcountdownclock
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png
+keywords:
+ - newyearcountdownclock
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: newyearcountdownclock
+sources:
+ - https://github.com/modem7/Docker-NewYearCountdown
+ - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock
+ - https://hub.docker.com/r/modem7/newyearcountdown
+type: application
+version: 5.7.3
diff --git a/stable/newyearcountdownclock/5.6.0/README.md b/stable/newyearcountdownclock/5.7.3/README.md
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/README.md
rename to stable/newyearcountdownclock/5.7.3/README.md
diff --git a/stable/newyearcountdownclock/5.7.3/app-changelog.md b/stable/newyearcountdownclock/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8fbe494627a
--- /dev/null
+++ b/stable/newyearcountdownclock/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [newyearcountdownclock-5.7.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/newyearcountdownclock/5.6.0/app-readme.md b/stable/newyearcountdownclock/5.7.3/app-readme.md
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/app-readme.md
rename to stable/newyearcountdownclock/5.7.3/app-readme.md
diff --git a/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz b/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/newyearcountdownclock/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/newyearcountdownclock/5.6.0/ix_values.yaml b/stable/newyearcountdownclock/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/ix_values.yaml
rename to stable/newyearcountdownclock/5.7.3/ix_values.yaml
diff --git a/stable/newyearcountdownclock/5.6.0/questions.yaml b/stable/newyearcountdownclock/5.7.3/questions.yaml
similarity index 100%
rename from stable/newyearcountdownclock/5.6.0/questions.yaml
rename to stable/newyearcountdownclock/5.7.3/questions.yaml
diff --git a/stable/nginx-proxy-manager/9.12.2/templates/common.yaml b/stable/newyearcountdownclock/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/templates/common.yaml
rename to stable/newyearcountdownclock/5.7.3/templates/common.yaml
diff --git a/stable/nitter/6.7.0/values.yaml b/stable/newyearcountdownclock/5.7.3/values.yaml
similarity index 100%
rename from stable/nitter/6.7.0/values.yaml
rename to stable/newyearcountdownclock/5.7.3/values.yaml
diff --git a/stable/nextpvr/9.6.0/CHANGELOG.md b/stable/nextpvr/9.6.0/CHANGELOG.md
deleted file mode 100644
index b981586f76c..00000000000
--- a/stable/nextpvr/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nextpvr-9.6.0](https://github.com/truecharts/charts/compare/nextpvr-9.5.2...nextpvr-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nextpvr-9.5.2](https://github.com/truecharts/charts/compare/nextpvr-9.5.1...nextpvr-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nextpvr-9.5.1](https://github.com/truecharts/charts/compare/nextpvr-9.5.0...nextpvr-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nextpvr-9.5.0](https://github.com/truecharts/charts/compare/nextpvr-9.4.1...nextpvr-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nextpvr-9.4.1](https://github.com/truecharts/charts/compare/nextpvr-9.4.0...nextpvr-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nextpvr-9.4.0](https://github.com/truecharts/charts/compare/nextpvr-9.3.0...nextpvr-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nextpvr-9.3.0](https://github.com/truecharts/charts/compare/nextpvr-9.2.3...nextpvr-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nextpvr-9.2.3](https://github.com/truecharts/charts/compare/nextpvr-9.2.2...nextpvr-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nextpvr-9.2.2](https://github.com/truecharts/charts/compare/nextpvr-9.2.0...nextpvr-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nextpvr/9.6.0/Chart.yaml b/stable/nextpvr/9.6.0/Chart.yaml
deleted file mode 100644
index da1cb400cf2..00000000000
--- a/stable/nextpvr/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV.
-home: https://truecharts.org/charts/stable/nextpvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png
-keywords:
- - pvr
- - recorder
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nextpvr
-sources:
- - https://github.com/sub3/NextPVR/wiki/Install-Docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr
- - https://hub.docker.com/r/nextpvr/nextpvr_amd64
-type: application
-version: 9.6.0
diff --git a/stable/nextpvr/9.6.0/charts/common-20.1.5.tgz b/stable/nextpvr/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nextpvr/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nntp2nntp/9.6.0/.helmignore b/stable/nextpvr/9.7.3/.helmignore
similarity index 100%
rename from stable/nntp2nntp/9.6.0/.helmignore
rename to stable/nextpvr/9.7.3/.helmignore
diff --git a/stable/nextpvr/9.7.3/CHANGELOG.md b/stable/nextpvr/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..05b5602a491
--- /dev/null
+++ b/stable/nextpvr/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nextpvr-9.7.2](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nextpvr/9.7.3/Chart.yaml b/stable/nextpvr/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..740848989bf
--- /dev/null
+++ b/stable/nextpvr/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV.
+home: https://truecharts.org/charts/stable/nextpvr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png
+keywords:
+ - pvr
+ - recorder
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nextpvr
+sources:
+ - https://github.com/sub3/NextPVR/wiki/Install-Docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr
+ - https://hub.docker.com/r/nextpvr/nextpvr_amd64
+type: application
+version: 9.7.3
diff --git a/stable/nextpvr/9.6.0/README.md b/stable/nextpvr/9.7.3/README.md
similarity index 100%
rename from stable/nextpvr/9.6.0/README.md
rename to stable/nextpvr/9.7.3/README.md
diff --git a/stable/nextpvr/9.7.3/app-changelog.md b/stable/nextpvr/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..a7560363b37
--- /dev/null
+++ b/stable/nextpvr/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nextpvr-9.7.3](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nextpvr/9.6.0/app-readme.md b/stable/nextpvr/9.7.3/app-readme.md
similarity index 100%
rename from stable/nextpvr/9.6.0/app-readme.md
rename to stable/nextpvr/9.7.3/app-readme.md
diff --git a/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz b/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nextpvr/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nextpvr/9.6.0/ix_values.yaml b/stable/nextpvr/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/nextpvr/9.6.0/ix_values.yaml
rename to stable/nextpvr/9.7.3/ix_values.yaml
diff --git a/stable/nextpvr/9.6.0/questions.yaml b/stable/nextpvr/9.7.3/questions.yaml
similarity index 100%
rename from stable/nextpvr/9.6.0/questions.yaml
rename to stable/nextpvr/9.7.3/questions.yaml
diff --git a/stable/nntp2nntp/9.6.0/templates/NOTES.txt b/stable/nextpvr/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/nntp2nntp/9.6.0/templates/NOTES.txt
rename to stable/nextpvr/9.7.3/templates/NOTES.txt
diff --git a/stable/node-red/18.6.1/templates/common.yaml b/stable/nextpvr/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/node-red/18.6.1/templates/common.yaml
rename to stable/nextpvr/9.7.3/templates/common.yaml
diff --git a/stable/nntp2nntp/9.6.0/values.yaml b/stable/nextpvr/9.7.3/values.yaml
similarity index 100%
rename from stable/nntp2nntp/9.6.0/values.yaml
rename to stable/nextpvr/9.7.3/values.yaml
diff --git a/stable/nexus-oss/5.7.0/CHANGELOG.md b/stable/nexus-oss/5.7.0/CHANGELOG.md
deleted file mode 100644
index 3f6d91ff42e..00000000000
--- a/stable/nexus-oss/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nexus-oss-5.7.0](https://github.com/truecharts/charts/compare/nexus-oss-5.6.2...nexus-oss-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nexus-oss-5.6.2](https://github.com/truecharts/charts/compare/nexus-oss-5.6.1...nexus-oss-5.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nexus-oss-5.6.1](https://github.com/truecharts/charts/compare/nexus-oss-5.6.0...nexus-oss-5.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nexus-oss-5.6.0](https://github.com/truecharts/charts/compare/nexus-oss-5.5.0...nexus-oss-5.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nexus-oss-5.5.0](https://github.com/truecharts/charts/compare/nexus-oss-5.4.1...nexus-oss-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image sonatype/nexus3 to v3.66.0[@c63b3fb](https://github.com/c63b3fb) by renovate ([#19126](https://github.com/truecharts/charts/issues/19126))
-
-
-## [nexus-oss-5.4.1](https://github.com/truecharts/charts/compare/nexus-oss-5.4.0...nexus-oss-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nexus-oss-5.4.0](https://github.com/truecharts/charts/compare/nexus-oss-5.3.0...nexus-oss-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nexus-oss-5.3.0](https://github.com/truecharts/charts/compare/nexus-oss-5.2.3...nexus-oss-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nexus-oss-5.2.3](https://github.com/truecharts/charts/compare/nexus-oss-5.2.2...nexus-oss-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nexus-oss-5.2.2](https://github.com/truecharts/charts/compare/nexus-oss-5.2.0...nexus-oss-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/nexus-oss/5.7.0/Chart.yaml b/stable/nexus-oss/5.7.0/Chart.yaml
deleted file mode 100644
index f31d9593d76..00000000000
--- a/stable/nexus-oss/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.66.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Sonatype Nexus open source is a artifact repository manager
-home: https://truecharts.org/charts/stable/nexus-oss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png
-keywords:
- - nexus-oss
- - productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nexus-oss
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss
- - https://hub.docker.com/r/sonatype/nexus3
-type: application
-version: 5.7.0
diff --git a/stable/nexus-oss/5.7.0/charts/common-20.1.5.tgz b/stable/nexus-oss/5.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nexus-oss/5.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nocodb/13.7.3/.helmignore b/stable/nexus-oss/5.8.3/.helmignore
similarity index 100%
rename from stable/nocodb/13.7.3/.helmignore
rename to stable/nexus-oss/5.8.3/.helmignore
diff --git a/stable/nexus-oss/5.8.3/CHANGELOG.md b/stable/nexus-oss/5.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..6043d42251c
--- /dev/null
+++ b/stable/nexus-oss/5.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nexus-oss-5.8.2](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nexus-oss/5.8.3/Chart.yaml b/stable/nexus-oss/5.8.3/Chart.yaml
new file mode 100644
index 00000000000..ee215938888
--- /dev/null
+++ b/stable/nexus-oss/5.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.66.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Sonatype Nexus open source is a artifact repository manager
+home: https://truecharts.org/charts/stable/nexus-oss
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png
+keywords:
+ - nexus-oss
+ - productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nexus-oss
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss
+ - https://hub.docker.com/r/sonatype/nexus3
+type: application
+version: 5.8.3
diff --git a/stable/nexus-oss/5.7.0/README.md b/stable/nexus-oss/5.8.3/README.md
similarity index 100%
rename from stable/nexus-oss/5.7.0/README.md
rename to stable/nexus-oss/5.8.3/README.md
diff --git a/stable/nexus-oss/5.8.3/app-changelog.md b/stable/nexus-oss/5.8.3/app-changelog.md
new file mode 100644
index 00000000000..6adc426861c
--- /dev/null
+++ b/stable/nexus-oss/5.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nexus-oss-5.8.3](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nexus-oss/5.7.0/app-readme.md b/stable/nexus-oss/5.8.3/app-readme.md
similarity index 100%
rename from stable/nexus-oss/5.7.0/app-readme.md
rename to stable/nexus-oss/5.8.3/app-readme.md
diff --git a/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz b/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nexus-oss/5.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nexus-oss/5.7.0/ix_values.yaml b/stable/nexus-oss/5.8.3/ix_values.yaml
similarity index 100%
rename from stable/nexus-oss/5.7.0/ix_values.yaml
rename to stable/nexus-oss/5.8.3/ix_values.yaml
diff --git a/stable/nexus-oss/5.7.0/questions.yaml b/stable/nexus-oss/5.8.3/questions.yaml
similarity index 100%
rename from stable/nexus-oss/5.7.0/questions.yaml
rename to stable/nexus-oss/5.8.3/questions.yaml
diff --git a/stable/nightscout/5.6.0/templates/common.yaml b/stable/nexus-oss/5.8.3/templates/common.yaml
similarity index 100%
rename from stable/nightscout/5.6.0/templates/common.yaml
rename to stable/nexus-oss/5.8.3/templates/common.yaml
diff --git a/stable/nocodb/13.7.3/values.yaml b/stable/nexus-oss/5.8.3/values.yaml
similarity index 100%
rename from stable/nocodb/13.7.3/values.yaml
rename to stable/nexus-oss/5.8.3/values.yaml
diff --git a/stable/nginx-proxy-manager/9.12.2/CHANGELOG.md b/stable/nginx-proxy-manager/9.12.2/CHANGELOG.md
deleted file mode 100644
index 7d68d2507b6..00000000000
--- a/stable/nginx-proxy-manager/9.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/nginx-proxy-manager/9.12.2/Chart.yaml b/stable/nginx-proxy-manager/9.12.2/Chart.yaml
deleted file mode 100644
index c692c07396e..00000000000
--- a/stable/nginx-proxy-manager/9.12.2/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.11.1
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Managing Nginx proxy hosts with a simple, powerful interface.
-home: https://truecharts.org/charts/stable/nginx-proxy-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png
-keywords:
- - nginx-proxy-manager
- - nginx
- - reverse-proxy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nginx-proxy-manager
-sources:
- - https://nginxproxymanager.com/
- - https://github.com/NginxProxyManager/nginx-proxy-manager
- - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager
- - https://hub.docker.com/r/jc21/nginx-proxy-manager
-type: application
-version: 9.12.2
diff --git a/stable/nginx-proxy-manager/9.12.2/app-changelog.md b/stable/nginx-proxy-manager/9.12.2/app-changelog.md
deleted file mode 100644
index aa9e4a6823a..00000000000
--- a/stable/nginx-proxy-manager/9.12.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [nginx-proxy-manager-9.12.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/nginx-proxy-manager/9.12.2/charts/common-20.2.2.tgz b/stable/nginx-proxy-manager/9.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/nginx-proxy-manager/9.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/nginx-proxy-manager/9.12.2/charts/mariadb-13.7.1.tgz b/stable/nginx-proxy-manager/9.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/nginx-proxy-manager/9.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/node-red/18.6.1/.helmignore b/stable/nginx-proxy-manager/9.12.6/.helmignore
similarity index 100%
rename from stable/node-red/18.6.1/.helmignore
rename to stable/nginx-proxy-manager/9.12.6/.helmignore
diff --git a/stable/nginx-proxy-manager/9.12.6/CHANGELOG.md b/stable/nginx-proxy-manager/9.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..bce57fee5ca
--- /dev/null
+++ b/stable/nginx-proxy-manager/9.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nginx-proxy-manager-9.12.6](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [nginx-proxy-manager-9.12.5](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [nginx-proxy-manager-9.12.5](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [nginx-proxy-manager-9.12.5](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/nginx-proxy-manager/9.12.6/Chart.yaml b/stable/nginx-proxy-manager/9.12.6/Chart.yaml
new file mode 100644
index 00000000000..6c6c7f2fff2
--- /dev/null
+++ b/stable/nginx-proxy-manager/9.12.6/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.11.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Managing Nginx proxy hosts with a simple, powerful interface.
+home: https://truecharts.org/charts/stable/nginx-proxy-manager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png
+keywords:
+ - nginx-proxy-manager
+ - nginx
+ - reverse-proxy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nginx-proxy-manager
+sources:
+ - https://nginxproxymanager.com/
+ - https://github.com/NginxProxyManager/nginx-proxy-manager
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager
+ - https://hub.docker.com/r/jc21/nginx-proxy-manager
+type: application
+version: 9.12.6
diff --git a/stable/nginx-proxy-manager/9.12.2/README.md b/stable/nginx-proxy-manager/9.12.6/README.md
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/README.md
rename to stable/nginx-proxy-manager/9.12.6/README.md
diff --git a/stable/nginx-proxy-manager/9.12.6/app-changelog.md b/stable/nginx-proxy-manager/9.12.6/app-changelog.md
new file mode 100644
index 00000000000..5a97d740cd3
--- /dev/null
+++ b/stable/nginx-proxy-manager/9.12.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [nginx-proxy-manager-9.12.6](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/nginx-proxy-manager/9.12.2/app-readme.md b/stable/nginx-proxy-manager/9.12.6/app-readme.md
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/app-readme.md
rename to stable/nginx-proxy-manager/9.12.6/app-readme.md
diff --git a/stable/nginx-proxy-manager/9.12.6/charts/common-20.2.4.tgz b/stable/nginx-proxy-manager/9.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/nginx-proxy-manager/9.12.6/charts/mariadb-13.7.3.tgz b/stable/nginx-proxy-manager/9.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/nginx-proxy-manager/9.12.2/ix_values.yaml b/stable/nginx-proxy-manager/9.12.6/ix_values.yaml
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/ix_values.yaml
rename to stable/nginx-proxy-manager/9.12.6/ix_values.yaml
diff --git a/stable/nginx-proxy-manager/9.12.2/questions.yaml b/stable/nginx-proxy-manager/9.12.6/questions.yaml
similarity index 100%
rename from stable/nginx-proxy-manager/9.12.2/questions.yaml
rename to stable/nginx-proxy-manager/9.12.6/questions.yaml
diff --git a/stable/nocodb/13.7.3/templates/NOTES.txt b/stable/nginx-proxy-manager/9.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/nocodb/13.7.3/templates/NOTES.txt
rename to stable/nginx-proxy-manager/9.12.6/templates/NOTES.txt
diff --git a/stable/nosqlclient/5.6.0/templates/common.yaml b/stable/nginx-proxy-manager/9.12.6/templates/common.yaml
similarity index 100%
rename from stable/nosqlclient/5.6.0/templates/common.yaml
rename to stable/nginx-proxy-manager/9.12.6/templates/common.yaml
diff --git a/stable/node-red/18.6.1/values.yaml b/stable/nginx-proxy-manager/9.12.6/values.yaml
similarity index 100%
rename from stable/node-red/18.6.1/values.yaml
rename to stable/nginx-proxy-manager/9.12.6/values.yaml
diff --git a/stable/ngircd/9.6.0/CHANGELOG.md b/stable/ngircd/9.6.0/CHANGELOG.md
deleted file mode 100644
index 41e936adcb9..00000000000
--- a/stable/ngircd/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ngircd-9.6.0](https://github.com/truecharts/charts/compare/ngircd-9.5.2...ngircd-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ngircd-9.5.2](https://github.com/truecharts/charts/compare/ngircd-9.5.1...ngircd-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ngircd-9.5.1](https://github.com/truecharts/charts/compare/ngircd-9.5.0...ngircd-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ngircd-9.5.0](https://github.com/truecharts/charts/compare/ngircd-9.4.1...ngircd-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ngircd-9.4.1](https://github.com/truecharts/charts/compare/ngircd-9.4.0...ngircd-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ngircd-9.4.0](https://github.com/truecharts/charts/compare/ngircd-9.3.0...ngircd-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ngircd-9.3.0](https://github.com/truecharts/charts/compare/ngircd-9.2.3...ngircd-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ngircd-9.2.3](https://github.com/truecharts/charts/compare/ngircd-9.2.2...ngircd-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ngircd-9.2.2](https://github.com/truecharts/charts/compare/ngircd-9.2.0...ngircd-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ngircd/9.6.0/Chart.yaml b/stable/ngircd/9.6.0/Chart.yaml
deleted file mode 100644
index 4e4d598c486..00000000000
--- a/stable/ngircd/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.11.21
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks.
-home: https://truecharts.org/charts/stable/ngircd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png
-keywords:
- - ngircd
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ngircd
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd
- - https://ghcr.io/linuxserver/ngircd
-type: application
-version: 9.6.0
diff --git a/stable/ngircd/9.6.0/charts/common-20.1.5.tgz b/stable/ngircd/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ngircd/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nosqlclient/5.6.0/.helmignore b/stable/ngircd/9.7.3/.helmignore
similarity index 100%
rename from stable/nosqlclient/5.6.0/.helmignore
rename to stable/ngircd/9.7.3/.helmignore
diff --git a/stable/ngircd/9.7.3/CHANGELOG.md b/stable/ngircd/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..053160b5835
--- /dev/null
+++ b/stable/ngircd/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ngircd-9.7.2](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ngircd/9.7.3/Chart.yaml b/stable/ngircd/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..7bb83be8706
--- /dev/null
+++ b/stable/ngircd/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.11.21
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks.
+home: https://truecharts.org/charts/stable/ngircd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png
+keywords:
+ - ngircd
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ngircd
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd
+ - https://ghcr.io/linuxserver/ngircd
+type: application
+version: 9.7.3
diff --git a/stable/ngircd/9.6.0/README.md b/stable/ngircd/9.7.3/README.md
similarity index 100%
rename from stable/ngircd/9.6.0/README.md
rename to stable/ngircd/9.7.3/README.md
diff --git a/stable/ngircd/9.7.3/app-changelog.md b/stable/ngircd/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..de46c6df947
--- /dev/null
+++ b/stable/ngircd/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ngircd-9.7.3](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ngircd/9.6.0/app-readme.md b/stable/ngircd/9.7.3/app-readme.md
similarity index 100%
rename from stable/ngircd/9.6.0/app-readme.md
rename to stable/ngircd/9.7.3/app-readme.md
diff --git a/stable/ngircd/9.7.3/charts/common-20.2.4.tgz b/stable/ngircd/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ngircd/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ngircd/9.6.0/ix_values.yaml b/stable/ngircd/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/ngircd/9.6.0/ix_values.yaml
rename to stable/ngircd/9.7.3/ix_values.yaml
diff --git a/stable/ngircd/9.6.0/questions.yaml b/stable/ngircd/9.7.3/questions.yaml
similarity index 100%
rename from stable/ngircd/9.6.0/questions.yaml
rename to stable/ngircd/9.7.3/questions.yaml
diff --git a/stable/node-red/18.6.1/templates/NOTES.txt b/stable/ngircd/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/node-red/18.6.1/templates/NOTES.txt
rename to stable/ngircd/9.7.3/templates/NOTES.txt
diff --git a/stable/notifiarr/4.6.0/templates/common.yaml b/stable/ngircd/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/notifiarr/4.6.0/templates/common.yaml
rename to stable/ngircd/9.7.3/templates/common.yaml
diff --git a/stable/nosqlclient/5.6.0/values.yaml b/stable/ngircd/9.7.3/values.yaml
similarity index 100%
rename from stable/nosqlclient/5.6.0/values.yaml
rename to stable/ngircd/9.7.3/values.yaml
diff --git a/stable/nightscout/5.6.0/CHANGELOG.md b/stable/nightscout/5.6.0/CHANGELOG.md
deleted file mode 100644
index d803e661781..00000000000
--- a/stable/nightscout/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nightscout-5.6.0](https://github.com/truecharts/charts/compare/nightscout-5.5.2...nightscout-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nightscout-5.5.2](https://github.com/truecharts/charts/compare/nightscout-5.5.1...nightscout-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nightscout-5.5.1](https://github.com/truecharts/charts/compare/nightscout-5.5.0...nightscout-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nightscout-5.5.0](https://github.com/truecharts/charts/compare/nightscout-5.4.1...nightscout-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nightscout-5.4.1](https://github.com/truecharts/charts/compare/nightscout-5.4.0...nightscout-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nightscout-5.4.0](https://github.com/truecharts/charts/compare/nightscout-5.3.0...nightscout-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nightscout-5.3.0](https://github.com/truecharts/charts/compare/nightscout-5.2.3...nightscout-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nightscout-5.2.3](https://github.com/truecharts/charts/compare/nightscout-5.2.2...nightscout-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nightscout-5.2.2](https://github.com/truecharts/charts/compare/nightscout-5.2.0...nightscout-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nightscout/5.6.0/Chart.yaml b/stable/nightscout/5.6.0/Chart.yaml
deleted file mode 100644
index 7f2a83509b2..00000000000
--- a/stable/nightscout/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics.
-home: https://truecharts.org/charts/stable/nightscout
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png
-keywords:
- - nightscout
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nightscout
-sources:
- - https://github.com/nightscout/cgm-remote-monitor
- - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis
- - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout
- - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis
-type: application
-version: 5.6.0
diff --git a/stable/nightscout/5.6.0/charts/common-20.1.5.tgz b/stable/nightscout/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nightscout/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/notarius/5.6.0/.helmignore b/stable/nightscout/5.7.3/.helmignore
similarity index 100%
rename from stable/notarius/5.6.0/.helmignore
rename to stable/nightscout/5.7.3/.helmignore
diff --git a/stable/nightscout/5.7.3/CHANGELOG.md b/stable/nightscout/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bf76e63c8dc
--- /dev/null
+++ b/stable/nightscout/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nightscout-5.7.2](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nightscout/5.7.3/Chart.yaml b/stable/nightscout/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..eeb572d1bef
--- /dev/null
+++ b/stable/nightscout/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics.
+home: https://truecharts.org/charts/stable/nightscout
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png
+keywords:
+ - nightscout
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nightscout
+sources:
+ - https://github.com/nightscout/cgm-remote-monitor
+ - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout
+ - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis
+type: application
+version: 5.7.3
diff --git a/stable/nightscout/5.6.0/README.md b/stable/nightscout/5.7.3/README.md
similarity index 100%
rename from stable/nightscout/5.6.0/README.md
rename to stable/nightscout/5.7.3/README.md
diff --git a/stable/nightscout/5.7.3/app-changelog.md b/stable/nightscout/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..29cb4131811
--- /dev/null
+++ b/stable/nightscout/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nightscout-5.7.3](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nightscout/5.6.0/app-readme.md b/stable/nightscout/5.7.3/app-readme.md
similarity index 100%
rename from stable/nightscout/5.6.0/app-readme.md
rename to stable/nightscout/5.7.3/app-readme.md
diff --git a/stable/nightscout/5.7.3/charts/common-20.2.4.tgz b/stable/nightscout/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nightscout/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nightscout/5.6.0/ix_values.yaml b/stable/nightscout/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/nightscout/5.6.0/ix_values.yaml
rename to stable/nightscout/5.7.3/ix_values.yaml
diff --git a/stable/nightscout/5.6.0/questions.yaml b/stable/nightscout/5.7.3/questions.yaml
similarity index 100%
rename from stable/nightscout/5.6.0/questions.yaml
rename to stable/nightscout/5.7.3/questions.yaml
diff --git a/stable/notarius/5.6.0/templates/common.yaml b/stable/nightscout/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/notarius/5.6.0/templates/common.yaml
rename to stable/nightscout/5.7.3/templates/common.yaml
diff --git a/stable/notarius/5.6.0/values.yaml b/stable/nightscout/5.7.3/values.yaml
similarity index 100%
rename from stable/notarius/5.6.0/values.yaml
rename to stable/nightscout/5.7.3/values.yaml
diff --git a/stable/nitter/6.7.0/CHANGELOG.md b/stable/nitter/6.7.0/CHANGELOG.md
deleted file mode 100644
index 7993ab0c375..00000000000
--- a/stable/nitter/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
diff --git a/stable/nitter/6.7.0/Chart.yaml b/stable/nitter/6.7.0/Chart.yaml
deleted file mode 100644
index fccdf205ff2..00000000000
--- a/stable/nitter/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A free and open source alternative Twitter front-end focused on privacy and performance.
-home: https://truecharts.org/charts/stable/nitter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png
-keywords:
- - nitter
- - libre
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nitter
-sources:
- - https://github.com/zedeus/nitter
- - https://github.com/truecharts/charts/tree/master/charts/stable/nitter
- - https://hub.docker.com/r/zedeus/nitter
-type: application
-version: 6.7.0
diff --git a/stable/nitter/6.7.0/app-changelog.md b/stable/nitter/6.7.0/app-changelog.md
deleted file mode 100644
index f4546395ba3..00000000000
--- a/stable/nitter/6.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [nitter-6.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/nitter/6.7.0/charts/common-20.2.0.tgz b/stable/nitter/6.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/nitter/6.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/nitter/6.7.0/charts/redis-13.0.5.tgz b/stable/nitter/6.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/nitter/6.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/notea/5.6.0/.helmignore b/stable/nitter/6.8.2/.helmignore
similarity index 100%
rename from stable/notea/5.6.0/.helmignore
rename to stable/nitter/6.8.2/.helmignore
diff --git a/stable/nitter/6.8.2/CHANGELOG.md b/stable/nitter/6.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..230c3451e0a
--- /dev/null
+++ b/stable/nitter/6.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [nitter-6.8.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [nitter-6.8.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [nitter-6.8.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [nitter-6.8.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [nitter-6.8.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/nitter/6.8.2/Chart.yaml b/stable/nitter/6.8.2/Chart.yaml
new file mode 100644
index 00000000000..1791350cfb7
--- /dev/null
+++ b/stable/nitter/6.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A free and open source alternative Twitter front-end focused on privacy and performance.
+home: https://truecharts.org/charts/stable/nitter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png
+keywords:
+ - nitter
+ - libre
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nitter
+sources:
+ - https://github.com/zedeus/nitter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nitter
+ - https://hub.docker.com/r/zedeus/nitter
+type: application
+version: 6.8.2
diff --git a/stable/nitter/6.7.0/README.md b/stable/nitter/6.8.2/README.md
similarity index 100%
rename from stable/nitter/6.7.0/README.md
rename to stable/nitter/6.8.2/README.md
diff --git a/stable/nitter/6.8.2/app-changelog.md b/stable/nitter/6.8.2/app-changelog.md
new file mode 100644
index 00000000000..0647233bdf8
--- /dev/null
+++ b/stable/nitter/6.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [nitter-6.8.2](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/nitter/6.7.0/app-readme.md b/stable/nitter/6.8.2/app-readme.md
similarity index 100%
rename from stable/nitter/6.7.0/app-readme.md
rename to stable/nitter/6.8.2/app-readme.md
diff --git a/stable/nitter/6.8.2/charts/common-20.2.4.tgz b/stable/nitter/6.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nitter/6.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/nitter/6.8.2/charts/redis-13.2.2.tgz b/stable/nitter/6.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/nitter/6.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/nitter/6.7.0/ix_values.yaml b/stable/nitter/6.8.2/ix_values.yaml
similarity index 100%
rename from stable/nitter/6.7.0/ix_values.yaml
rename to stable/nitter/6.8.2/ix_values.yaml
diff --git a/stable/nitter/6.7.0/questions.yaml b/stable/nitter/6.8.2/questions.yaml
similarity index 100%
rename from stable/nitter/6.7.0/questions.yaml
rename to stable/nitter/6.8.2/questions.yaml
diff --git a/stable/novnc/10.6.0/templates/NOTES.txt b/stable/nitter/6.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/novnc/10.6.0/templates/NOTES.txt
rename to stable/nitter/6.8.2/templates/NOTES.txt
diff --git a/stable/nitter/6.7.0/templates/_configmap.tpl b/stable/nitter/6.8.2/templates/_configmap.tpl
similarity index 100%
rename from stable/nitter/6.7.0/templates/_configmap.tpl
rename to stable/nitter/6.8.2/templates/_configmap.tpl
diff --git a/stable/nitter/6.7.0/templates/common.yaml b/stable/nitter/6.8.2/templates/common.yaml
similarity index 100%
rename from stable/nitter/6.7.0/templates/common.yaml
rename to stable/nitter/6.8.2/templates/common.yaml
diff --git a/stable/notea/5.6.0/values.yaml b/stable/nitter/6.8.2/values.yaml
similarity index 100%
rename from stable/notea/5.6.0/values.yaml
rename to stable/nitter/6.8.2/values.yaml
diff --git a/stable/nntp2nntp/9.6.0/CHANGELOG.md b/stable/nntp2nntp/9.6.0/CHANGELOG.md
deleted file mode 100644
index 494d5ae90a6..00000000000
--- a/stable/nntp2nntp/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nntp2nntp-9.6.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.5.2...nntp2nntp-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nntp2nntp-9.5.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.5.1...nntp2nntp-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nntp2nntp-9.5.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.5.0...nntp2nntp-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nntp2nntp-9.5.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.4.1...nntp2nntp-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nntp2nntp-9.4.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.4.0...nntp2nntp-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nntp2nntp-9.4.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.3.0...nntp2nntp-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nntp2nntp-9.3.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.3...nntp2nntp-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nntp2nntp-9.2.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.2...nntp2nntp-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nntp2nntp-9.2.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.0...nntp2nntp-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nntp2nntp/9.6.0/Chart.yaml b/stable/nntp2nntp/9.6.0/Chart.yaml
deleted file mode 100644
index 49c19890534..00000000000
--- a/stable/nntp2nntp/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.3.20230704
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password.
-home: https://truecharts.org/charts/stable/nntp2nntp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png
-keywords:
- - nntp2nntp
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nntp2nntp
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp
- - https://ghcr.io/linuxserver/nntp2nntp
-type: application
-version: 9.6.0
diff --git a/stable/nntp2nntp/9.6.0/charts/common-20.1.5.tgz b/stable/nntp2nntp/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nntp2nntp/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/notifiarr/4.6.0/.helmignore b/stable/nntp2nntp/9.7.3/.helmignore
similarity index 100%
rename from stable/notifiarr/4.6.0/.helmignore
rename to stable/nntp2nntp/9.7.3/.helmignore
diff --git a/stable/nntp2nntp/9.7.3/CHANGELOG.md b/stable/nntp2nntp/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b15c2db9e11
--- /dev/null
+++ b/stable/nntp2nntp/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nntp2nntp-9.7.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nntp2nntp/9.7.3/Chart.yaml b/stable/nntp2nntp/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..41abde5a998
--- /dev/null
+++ b/stable/nntp2nntp/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.3.20230704
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password.
+home: https://truecharts.org/charts/stable/nntp2nntp
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png
+keywords:
+ - nntp2nntp
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nntp2nntp
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp
+ - https://ghcr.io/linuxserver/nntp2nntp
+type: application
+version: 9.7.3
diff --git a/stable/nntp2nntp/9.6.0/README.md b/stable/nntp2nntp/9.7.3/README.md
similarity index 100%
rename from stable/nntp2nntp/9.6.0/README.md
rename to stable/nntp2nntp/9.7.3/README.md
diff --git a/stable/nntp2nntp/9.7.3/app-changelog.md b/stable/nntp2nntp/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..64c9dde498a
--- /dev/null
+++ b/stable/nntp2nntp/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nntp2nntp-9.7.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nntp2nntp/9.6.0/app-readme.md b/stable/nntp2nntp/9.7.3/app-readme.md
similarity index 100%
rename from stable/nntp2nntp/9.6.0/app-readme.md
rename to stable/nntp2nntp/9.7.3/app-readme.md
diff --git a/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz b/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nntp2nntp/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nntp2nntp/9.6.0/ix_values.yaml b/stable/nntp2nntp/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/nntp2nntp/9.6.0/ix_values.yaml
rename to stable/nntp2nntp/9.7.3/ix_values.yaml
diff --git a/stable/nntp2nntp/9.6.0/questions.yaml b/stable/nntp2nntp/9.7.3/questions.yaml
similarity index 100%
rename from stable/nntp2nntp/9.6.0/questions.yaml
rename to stable/nntp2nntp/9.7.3/questions.yaml
diff --git a/stable/ntfy/9.7.0/templates/NOTES.txt b/stable/nntp2nntp/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ntfy/9.7.0/templates/NOTES.txt
rename to stable/nntp2nntp/9.7.3/templates/NOTES.txt
diff --git a/stable/ntfy/9.7.0/templates/common.yaml b/stable/nntp2nntp/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/ntfy/9.7.0/templates/common.yaml
rename to stable/nntp2nntp/9.7.3/templates/common.yaml
diff --git a/stable/notifiarr/4.6.0/values.yaml b/stable/nntp2nntp/9.7.3/values.yaml
similarity index 100%
rename from stable/notifiarr/4.6.0/values.yaml
rename to stable/nntp2nntp/9.7.3/values.yaml
diff --git a/stable/nocodb/13.7.3/CHANGELOG.md b/stable/nocodb/13.7.3/CHANGELOG.md
deleted file mode 100644
index b1dbb218039..00000000000
--- a/stable/nocodb/13.7.3/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-23)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-23)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-23)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-22)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-22)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/nocodb/13.7.3/Chart.yaml b/stable/nocodb/13.7.3/Chart.yaml
deleted file mode 100644
index 3472f36b6d1..00000000000
--- a/stable/nocodb/13.7.3/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.204.8
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
-home: https://truecharts.org/charts/stable/nocodb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png
-keywords:
- - nocodb
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nocodb
-sources:
- - https://github.com/nocodb/nocodb
- - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
- - https://hub.docker.com/r/nocodb/nocodb
-type: application
-version: 13.7.3
diff --git a/stable/nocodb/13.7.3/app-changelog.md b/stable/nocodb/13.7.3/app-changelog.md
deleted file mode 100644
index a887b627f3a..00000000000
--- a/stable/nocodb/13.7.3/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [nocodb-13.7.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.3) (2024-03-23)
-
-### Chore
-
-
-
-- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
-
-- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
\ No newline at end of file
diff --git a/stable/nocodb/13.7.3/charts/common-20.2.2.tgz b/stable/nocodb/13.7.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/nocodb/13.7.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/nocodb/13.7.3/charts/redis-13.0.5.tgz b/stable/nocodb/13.7.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/nocodb/13.7.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/nocodb/13.7.3/ix_values.yaml b/stable/nocodb/13.7.3/ix_values.yaml
deleted file mode 100644
index ed790b7b908..00000000000
--- a/stable/nocodb/13.7.3/ix_values.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
-image:
- repository: nocodb/nocodb
- tag: 0.204.8@sha256:3c07a5c6ebbf2761cd90e4303053b7bc467cf482bff6d7e2772b8e7789c40ebe
- pullPolicy: IfNotPresent
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: "/dashboard"
- readiness:
- path: "/dashboard"
- startup:
- path: "/dashboard"
- envFrom:
- - configMapRef:
- name: configmap
- env:
- PORT: "{{ .Values.service.main.ports.main.port }}"
- # User Defined
- NC_PUBLIC_URL: "http://localhost:10226"
- NC_DISABLE_TELE: true
- DISABLE_SPLASH_SCREEN: false
- NC_JWT_EXPIRES_IN: "10h"
- NC_INVITE_ONLY_SIGNUP: false
- NC_DISABLE_CACHE: false
- NC_DISABLE_ERR_REPORT: true
- NC_REQUEST_BODY_SIZE: "1MB"
- NC_EXPORT_MAX_TIMEOUT: 5000
- NC_SENTRY_DSN: ""
- NC_REDIS_URL:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: url
- NC_AUTH_JWT_SECRET:
- secretKeyRef:
- name: secrets
- key: NC_AUTH_JWT_SECRET
- AWS_ACCESS_KEY_ID: ""
- AWS_SECRET_ACCESS_KEY: ""
- AWS_BUCKET: ""
- AWS_BUCKET_PATH: ""
-service:
- main:
- ports:
- main:
- port: 10226
-persistence:
- data:
- enabled: true
- mountPath: "/usr/app/data"
-cnpg:
- main:
- enabled: true
- user: nocodb
- database: nocodb
-redis:
- enabled: true
- redisUsername: default
-portal:
- open:
- enabled: true
diff --git a/stable/nocodb/13.7.3/questions.yaml b/stable/nocodb/13.7.3/questions.yaml
deleted file mode 100755
index 3f1afbe2c32..00000000000
--- a/stable/nocodb/13.7.3/questions.yaml
+++ /dev/null
@@ -1,3360 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/dashboard"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: AWS_ACCESS_KEY_ID
- label: "AWS Access Key ID"
- description: "For Litestream - S3 access key id."
- schema:
- type: string
- private: true
- default: ""
- - variable: AWS_SECRET_ACCESS_KEY
- label: "AWS Secret Access Key"
- description: For Litestream - S3 secret access key."
- schema:
- type: string
- private: true
- default: ""
- - variable: AWS_BUCKET
- label: "AWS Bucket"
- description: "For Litestream - S3 bucket."
- schema:
- type: string
- default: ""
- - variable: AWS_BUCKET_PATH
- label: "AWS Bucket Path"
- description: "For Litestream - S3 bucket path (like folder within S3 bucket)."
- schema:
- type: string
- default: ""
- - variable: NC_PUBLIC_URL
- label: "Public URL"
- description: "Used for sending Email invitations."
- schema:
- type: string
- default: ""
- - variable: NC_JWT_EXPIRES_IN
- label: "JWT Expires in"
- description: "JWT token expiry time."
- schema:
- type: string
- default: "10h"
- - variable: DISABLE_SPLASH_SCREEN
- label: "Disable Splash Screen"
- description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable."
- schema:
- type: boolean
- default: false
- - variable: NC_INVITE_ONLY_SIGNUP
- label: "Invite Only Signup"
- description: "Allow users to signup only via invite url, value should be any non-empty string."
- schema:
- type: boolean
- default: false
- - variable: NC_DISABLE_CACHE
- label: "Disable Cache"
- description: "If it is set to true, then meta data will not be cached."
- schema:
- type: boolean
- default: false
- - variable: NC_DISABLE_TELE
- label: "Disable Telemetry"
- description: "Disable telemetry."
- schema:
- type: boolean
- default: true
- - variable: NC_DISABLE_ERR_REPORT
- label: "Disable Error Report"
- description: "Disable Error Reporting."
- schema:
- type: boolean
- default: true
- - variable: NC_REQUEST_BODY_SIZE
- label: "Request Body Size"
- description: "Request body size limit."
- schema:
- type: string
- default: "1MB"
- - variable: NC_EXPORT_MAX_TIMEOUT
- label: "Export Max Timeout"
- description: "After timeout, csv gets downloaded in batches."
- schema:
- type: int
- default: 5000
- - variable: NC_SENTRY_DSN
- label: "Sentry DSN"
- description: "For Sentry monitoring."
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10226
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/novnc/10.6.0/.helmignore b/stable/nocodb/13.8.3/.helmignore
similarity index 100%
rename from stable/novnc/10.6.0/.helmignore
rename to stable/nocodb/13.8.3/.helmignore
diff --git a/stable/nocodb/13.8.3/CHANGELOG.md b/stable/nocodb/13.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..be23d5e6459
--- /dev/null
+++ b/stable/nocodb/13.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
+
+- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
+
+
+## [nocodb-13.8.2](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
+
+- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
+
+
+## [nocodb-13.8.2](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
+
+- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
+
+
+## [nocodb-13.8.2](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
\ No newline at end of file
diff --git a/stable/nocodb/13.8.3/Chart.yaml b/stable/nocodb/13.8.3/Chart.yaml
new file mode 100644
index 00000000000..b4ed6bf185b
--- /dev/null
+++ b/stable/nocodb/13.8.3/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.204.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
+home: https://truecharts.org/charts/stable/nocodb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png
+keywords:
+ - nocodb
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nocodb
+sources:
+ - https://github.com/nocodb/nocodb
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
+ - https://hub.docker.com/r/nocodb/nocodb
+type: application
+version: 13.8.3
diff --git a/stable/nocodb/13.7.3/README.md b/stable/nocodb/13.8.3/README.md
similarity index 100%
rename from stable/nocodb/13.7.3/README.md
rename to stable/nocodb/13.8.3/README.md
diff --git a/stable/nocodb/13.8.3/app-changelog.md b/stable/nocodb/13.8.3/app-changelog.md
new file mode 100644
index 00000000000..c674c597c8a
--- /dev/null
+++ b/stable/nocodb/13.8.3/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [nocodb-13.8.3](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image nocodb/nocodb to v0.204.9[@9a125f4](https://github.com/9a125f4) by renovate ([#19696](https://github.com/truecharts/charts/issues/19696))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image nocodb/nocodb to v0.204.8[@3c07a5c](https://github.com/3c07a5c) by renovate ([#19634](https://github.com/truecharts/charts/issues/19634))
+
+- update container image nocodb/nocodb to v0.204.7[@e026c47](https://github.com/e026c47) by renovate ([#19513](https://github.com/truecharts/charts/issues/19513))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nocodb/nocodb to v0.204.5[@7b87bba](https://github.com/7b87bba) by renovate ([#19323](https://github.com/truecharts/charts/issues/19323))
\ No newline at end of file
diff --git a/stable/nocodb/13.7.3/app-readme.md b/stable/nocodb/13.8.3/app-readme.md
similarity index 100%
rename from stable/nocodb/13.7.3/app-readme.md
rename to stable/nocodb/13.8.3/app-readme.md
diff --git a/stable/nocodb/13.8.3/charts/common-20.2.4.tgz b/stable/nocodb/13.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nocodb/13.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nocodb/13.8.3/charts/redis-13.2.2.tgz b/stable/nocodb/13.8.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/nocodb/13.8.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/nocodb/13.8.3/ix_values.yaml b/stable/nocodb/13.8.3/ix_values.yaml
new file mode 100644
index 00000000000..34555f85b17
--- /dev/null
+++ b/stable/nocodb/13.8.3/ix_values.yaml
@@ -0,0 +1,71 @@
+image:
+ repository: nocodb/nocodb
+ tag: 0.204.9@sha256:9a125f402d7e9d785fae1a1a05af5b755808b81fcc282788118a39a4a98f690f
+ pullPolicy: IfNotPresent
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: "/dashboard"
+ readiness:
+ path: "/dashboard"
+ startup:
+ path: "/dashboard"
+ envFrom:
+ - configMapRef:
+ name: configmap
+ env:
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ # User Defined
+ NC_PUBLIC_URL: "http://localhost:10226"
+ NC_DISABLE_TELE: true
+ DISABLE_SPLASH_SCREEN: false
+ NC_JWT_EXPIRES_IN: "10h"
+ NC_INVITE_ONLY_SIGNUP: false
+ NC_DISABLE_CACHE: false
+ NC_DISABLE_ERR_REPORT: true
+ NC_REQUEST_BODY_SIZE: "1MB"
+ NC_EXPORT_MAX_TIMEOUT: 5000
+ NC_SENTRY_DSN: ""
+ NC_REDIS_URL:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: url
+ NC_AUTH_JWT_SECRET:
+ secretKeyRef:
+ name: secrets
+ key: NC_AUTH_JWT_SECRET
+ AWS_ACCESS_KEY_ID: ""
+ AWS_SECRET_ACCESS_KEY: ""
+ AWS_BUCKET: ""
+ AWS_BUCKET_PATH: ""
+service:
+ main:
+ ports:
+ main:
+ port: 10226
+persistence:
+ data:
+ enabled: true
+ mountPath: "/usr/app/data"
+cnpg:
+ main:
+ enabled: true
+ user: nocodb
+ database: nocodb
+redis:
+ enabled: true
+ redisUsername: default
+portal:
+ open:
+ enabled: true
diff --git a/stable/nocodb/13.8.3/questions.yaml b/stable/nocodb/13.8.3/questions.yaml
new file mode 100755
index 00000000000..097f0d13c80
--- /dev/null
+++ b/stable/nocodb/13.8.3/questions.yaml
@@ -0,0 +1,3361 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/dashboard"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: AWS_ACCESS_KEY_ID
+ label: "AWS Access Key ID"
+ description: "For Litestream - S3 access key id."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: AWS_SECRET_ACCESS_KEY
+ label: "AWS Secret Access Key"
+ description: For Litestream - S3 secret access key."
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: AWS_BUCKET
+ label: "AWS Bucket"
+ description: "For Litestream - S3 bucket."
+ schema:
+ type: string
+ default: ""
+ - variable: AWS_BUCKET_PATH
+ label: "AWS Bucket Path"
+ description: "For Litestream - S3 bucket path (like folder within S3 bucket)."
+ schema:
+ type: string
+ default: ""
+ - variable: NC_PUBLIC_URL
+ label: "Public URL"
+ description: "Used for sending Email invitations."
+ schema:
+ type: string
+ default: ""
+ - variable: NC_JWT_EXPIRES_IN
+ label: "JWT Expires in"
+ description: "JWT token expiry time."
+ schema:
+ type: string
+ default: "10h"
+ - variable: DISABLE_SPLASH_SCREEN
+ label: "Disable Splash Screen"
+ description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable."
+ schema:
+ type: boolean
+ default: false
+ - variable: NC_INVITE_ONLY_SIGNUP
+ label: "Invite Only Signup"
+ description: "Allow users to signup only via invite url, value should be any non-empty string."
+ schema:
+ type: boolean
+ default: false
+ - variable: NC_DISABLE_CACHE
+ label: "Disable Cache"
+ description: "If it is set to true, then meta data will not be cached."
+ schema:
+ type: boolean
+ default: false
+ - variable: NC_DISABLE_TELE
+ label: "Disable Telemetry"
+ description: "Disable telemetry."
+ schema:
+ type: boolean
+ default: true
+ - variable: NC_DISABLE_ERR_REPORT
+ label: "Disable Error Report"
+ description: "Disable Error Reporting."
+ schema:
+ type: boolean
+ default: true
+ - variable: NC_REQUEST_BODY_SIZE
+ label: "Request Body Size"
+ description: "Request body size limit."
+ schema:
+ type: string
+ default: "1MB"
+ - variable: NC_EXPORT_MAX_TIMEOUT
+ label: "Export Max Timeout"
+ description: "After timeout, csv gets downloaded in batches."
+ schema:
+ type: int
+ default: 5000
+ - variable: NC_SENTRY_DSN
+ label: "Sentry DSN"
+ description: "For Sentry monitoring."
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10226
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/nullserv/13.6.0/templates/NOTES.txt b/stable/nocodb/13.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/nullserv/13.6.0/templates/NOTES.txt
rename to stable/nocodb/13.8.3/templates/NOTES.txt
diff --git a/stable/nocodb/13.7.3/templates/_configmap.tpl b/stable/nocodb/13.8.3/templates/_configmap.tpl
similarity index 100%
rename from stable/nocodb/13.7.3/templates/_configmap.tpl
rename to stable/nocodb/13.8.3/templates/_configmap.tpl
diff --git a/stable/nocodb/13.7.3/templates/_secrets.tpl b/stable/nocodb/13.8.3/templates/_secrets.tpl
similarity index 100%
rename from stable/nocodb/13.7.3/templates/_secrets.tpl
rename to stable/nocodb/13.8.3/templates/_secrets.tpl
diff --git a/stable/nocodb/13.7.3/templates/common.yaml b/stable/nocodb/13.8.3/templates/common.yaml
similarity index 100%
rename from stable/nocodb/13.7.3/templates/common.yaml
rename to stable/nocodb/13.8.3/templates/common.yaml
diff --git a/stable/novnc/10.6.0/values.yaml b/stable/nocodb/13.8.3/values.yaml
similarity index 100%
rename from stable/novnc/10.6.0/values.yaml
rename to stable/nocodb/13.8.3/values.yaml
diff --git a/stable/node-red/18.6.1/CHANGELOG.md b/stable/node-red/18.6.1/CHANGELOG.md
deleted file mode 100644
index 3362273df9c..00000000000
--- a/stable/node-red/18.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
-
-
-## [node-red-18.6.0](https://github.com/truecharts/charts/compare/node-red-18.5.2...node-red-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/node-red/18.6.1/Chart.yaml b/stable/node-red/18.6.1/Chart.yaml
deleted file mode 100644
index ca12dcda84e..00000000000
--- a/stable/node-red/18.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.1.7
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Node-RED is low-code programming for event-driven applications
-home: https://truecharts.org/charts/stable/node-red
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png
-keywords:
- - node-red
- - nodered
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: node-red
-sources:
- - https://github.com/node-red/node-red-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/node-red
- - https://hub.docker.com/r/nodered/node-red
-type: application
-version: 18.6.1
diff --git a/stable/node-red/18.6.1/app-changelog.md b/stable/node-red/18.6.1/app-changelog.md
deleted file mode 100644
index f0f15fd741d..00000000000
--- a/stable/node-red/18.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [node-red-18.6.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
\ No newline at end of file
diff --git a/stable/node-red/18.6.1/charts/common-20.1.5.tgz b/stable/node-red/18.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/node-red/18.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ntfy/9.7.0/.helmignore b/stable/node-red/18.7.3/.helmignore
similarity index 100%
rename from stable/ntfy/9.7.0/.helmignore
rename to stable/node-red/18.7.3/.helmignore
diff --git a/stable/node-red/18.7.3/CHANGELOG.md b/stable/node-red/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..442824e3f4a
--- /dev/null
+++ b/stable/node-red/18.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [node-red-18.7.3](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
+
+
+## [node-red-18.7.2](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
+
+
+## [node-red-18.7.2](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
+
+
+## [node-red-18.7.2](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
+
+
+## [node-red-18.7.2](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
+
+
+## [node-red-18.7.2](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
\ No newline at end of file
diff --git a/stable/node-red/18.7.3/Chart.yaml b/stable/node-red/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..a7532bf4896
--- /dev/null
+++ b/stable/node-red/18.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.1.7
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Node-RED is low-code programming for event-driven applications
+home: https://truecharts.org/charts/stable/node-red
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png
+keywords:
+ - node-red
+ - nodered
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: node-red
+sources:
+ - https://github.com/node-red/node-red-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/node-red
+ - https://hub.docker.com/r/nodered/node-red
+type: application
+version: 18.7.3
diff --git a/stable/node-red/18.6.1/README.md b/stable/node-red/18.7.3/README.md
similarity index 100%
rename from stable/node-red/18.6.1/README.md
rename to stable/node-red/18.7.3/README.md
diff --git a/stable/node-red/18.7.3/app-changelog.md b/stable/node-red/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..0babebf756d
--- /dev/null
+++ b/stable/node-red/18.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [node-red-18.7.3](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/nodered/node-red to v3.1.7[@b3bee63](https://github.com/b3bee63) by renovate ([#19302](https://github.com/truecharts/charts/issues/19302))
\ No newline at end of file
diff --git a/stable/node-red/18.6.1/app-readme.md b/stable/node-red/18.7.3/app-readme.md
similarity index 100%
rename from stable/node-red/18.6.1/app-readme.md
rename to stable/node-red/18.7.3/app-readme.md
diff --git a/stable/node-red/18.7.3/charts/common-20.2.4.tgz b/stable/node-red/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/node-red/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/node-red/18.6.1/ix_values.yaml b/stable/node-red/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/node-red/18.6.1/ix_values.yaml
rename to stable/node-red/18.7.3/ix_values.yaml
diff --git a/stable/node-red/18.6.1/questions.yaml b/stable/node-red/18.7.3/questions.yaml
similarity index 100%
rename from stable/node-red/18.6.1/questions.yaml
rename to stable/node-red/18.7.3/questions.yaml
diff --git a/stable/nvidia-gpu-exporter/2.6.0/templates/NOTES.txt b/stable/node-red/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/templates/NOTES.txt
rename to stable/node-red/18.7.3/templates/NOTES.txt
diff --git a/stable/nullserv/13.6.0/templates/common.yaml b/stable/node-red/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/nullserv/13.6.0/templates/common.yaml
rename to stable/node-red/18.7.3/templates/common.yaml
diff --git a/stable/ntfy/9.7.0/values.yaml b/stable/node-red/18.7.3/values.yaml
similarity index 100%
rename from stable/ntfy/9.7.0/values.yaml
rename to stable/node-red/18.7.3/values.yaml
diff --git a/stable/nosqlclient/5.6.0/CHANGELOG.md b/stable/nosqlclient/5.6.0/CHANGELOG.md
deleted file mode 100644
index 01ef0f75d5f..00000000000
--- a/stable/nosqlclient/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nosqlclient-5.6.0](https://github.com/truecharts/charts/compare/nosqlclient-5.5.2...nosqlclient-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nosqlclient-5.5.2](https://github.com/truecharts/charts/compare/nosqlclient-5.5.1...nosqlclient-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nosqlclient-5.5.1](https://github.com/truecharts/charts/compare/nosqlclient-5.5.0...nosqlclient-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nosqlclient-5.5.0](https://github.com/truecharts/charts/compare/nosqlclient-5.4.1...nosqlclient-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nosqlclient-5.4.1](https://github.com/truecharts/charts/compare/nosqlclient-5.4.0...nosqlclient-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nosqlclient-5.4.0](https://github.com/truecharts/charts/compare/nosqlclient-5.3.0...nosqlclient-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nosqlclient-5.3.0](https://github.com/truecharts/charts/compare/nosqlclient-5.2.3...nosqlclient-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nosqlclient-5.2.3](https://github.com/truecharts/charts/compare/nosqlclient-5.2.2...nosqlclient-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nosqlclient-5.2.2](https://github.com/truecharts/charts/compare/nosqlclient-5.2.0...nosqlclient-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nosqlclient/5.6.0/Chart.yaml b/stable/nosqlclient/5.6.0/Chart.yaml
deleted file mode 100644
index 72b70209ab5..00000000000
--- a/stable/nosqlclient/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
-home: https://truecharts.org/charts/stable/nosqlclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png
-keywords:
- - nosqlclient
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nosqlclient
-sources:
- - https://github.com/nosqlclient/nosqlclient
- - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient
- - https://hub.docker.com/r/mongoclient/mongoclient
-type: application
-version: 5.6.0
diff --git a/stable/nosqlclient/5.6.0/charts/common-20.1.5.tgz b/stable/nosqlclient/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nosqlclient/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nullserv/13.6.0/.helmignore b/stable/nosqlclient/5.7.3/.helmignore
similarity index 100%
rename from stable/nullserv/13.6.0/.helmignore
rename to stable/nosqlclient/5.7.3/.helmignore
diff --git a/stable/nosqlclient/5.7.3/CHANGELOG.md b/stable/nosqlclient/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0fab4983f72
--- /dev/null
+++ b/stable/nosqlclient/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nosqlclient-5.7.2](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nosqlclient/5.7.3/Chart.yaml b/stable/nosqlclient/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e601d90a5d9
--- /dev/null
+++ b/stable/nosqlclient/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
+home: https://truecharts.org/charts/stable/nosqlclient
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png
+keywords:
+ - nosqlclient
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nosqlclient
+sources:
+ - https://github.com/nosqlclient/nosqlclient
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient
+ - https://hub.docker.com/r/mongoclient/mongoclient
+type: application
+version: 5.7.3
diff --git a/stable/nosqlclient/5.6.0/README.md b/stable/nosqlclient/5.7.3/README.md
similarity index 100%
rename from stable/nosqlclient/5.6.0/README.md
rename to stable/nosqlclient/5.7.3/README.md
diff --git a/stable/nosqlclient/5.7.3/app-changelog.md b/stable/nosqlclient/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f8529d49ed7
--- /dev/null
+++ b/stable/nosqlclient/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nosqlclient-5.7.3](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nosqlclient/5.6.0/app-readme.md b/stable/nosqlclient/5.7.3/app-readme.md
similarity index 100%
rename from stable/nosqlclient/5.6.0/app-readme.md
rename to stable/nosqlclient/5.7.3/app-readme.md
diff --git a/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz b/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nosqlclient/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nosqlclient/5.6.0/ix_values.yaml b/stable/nosqlclient/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/nosqlclient/5.6.0/ix_values.yaml
rename to stable/nosqlclient/5.7.3/ix_values.yaml
diff --git a/stable/nosqlclient/5.6.0/questions.yaml b/stable/nosqlclient/5.7.3/questions.yaml
similarity index 100%
rename from stable/nosqlclient/5.6.0/questions.yaml
rename to stable/nosqlclient/5.7.3/questions.yaml
diff --git a/stable/notea/5.6.0/templates/common.yaml b/stable/nosqlclient/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/notea/5.6.0/templates/common.yaml
rename to stable/nosqlclient/5.7.3/templates/common.yaml
diff --git a/stable/nullserv/13.6.0/values.yaml b/stable/nosqlclient/5.7.3/values.yaml
similarity index 100%
rename from stable/nullserv/13.6.0/values.yaml
rename to stable/nosqlclient/5.7.3/values.yaml
diff --git a/stable/notarius/5.6.0/CHANGELOG.md b/stable/notarius/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6de5eeb8ebe..00000000000
--- a/stable/notarius/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [notarius-5.6.0](https://github.com/truecharts/charts/compare/notarius-5.5.2...notarius-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [notarius-5.5.2](https://github.com/truecharts/charts/compare/notarius-5.5.1...notarius-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [notarius-5.5.1](https://github.com/truecharts/charts/compare/notarius-5.5.0...notarius-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [notarius-5.5.0](https://github.com/truecharts/charts/compare/notarius-5.4.1...notarius-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [notarius-5.4.1](https://github.com/truecharts/charts/compare/notarius-5.4.0...notarius-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [notarius-5.4.0](https://github.com/truecharts/charts/compare/notarius-5.3.0...notarius-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [notarius-5.3.0](https://github.com/truecharts/charts/compare/notarius-5.2.3...notarius-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [notarius-5.2.3](https://github.com/truecharts/charts/compare/notarius-5.2.2...notarius-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [notarius-5.2.2](https://github.com/truecharts/charts/compare/notarius-5.2.0...notarius-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/notarius/5.6.0/Chart.yaml b/stable/notarius/5.6.0/Chart.yaml
deleted file mode 100644
index 680a84f783d..00000000000
--- a/stable/notarius/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: No description provide.
-home: https://truecharts.org/charts/stable/notarius
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png
-keywords:
- - notarius
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: notarius
-sources:
- - https://github.com/agusalex/Notarius
- - https://github.com/truecharts/charts/tree/master/charts/stable/notarius
- - https://hub.docker.com/r/agusalex/notarius
-type: application
-version: 5.6.0
diff --git a/stable/notarius/5.6.0/charts/common-20.1.5.tgz b/stable/notarius/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/notarius/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nvidia-gpu-exporter/2.6.0/.helmignore b/stable/notarius/5.7.3/.helmignore
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/.helmignore
rename to stable/notarius/5.7.3/.helmignore
diff --git a/stable/notarius/5.7.3/CHANGELOG.md b/stable/notarius/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..892415d933d
--- /dev/null
+++ b/stable/notarius/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notarius-5.7.2](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/notarius/5.7.3/Chart.yaml b/stable/notarius/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..400d1f95f02
--- /dev/null
+++ b/stable/notarius/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: No description provide.
+home: https://truecharts.org/charts/stable/notarius
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png
+keywords:
+ - notarius
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: notarius
+sources:
+ - https://github.com/agusalex/Notarius
+ - https://github.com/truecharts/charts/tree/master/charts/stable/notarius
+ - https://hub.docker.com/r/agusalex/notarius
+type: application
+version: 5.7.3
diff --git a/stable/notarius/5.6.0/README.md b/stable/notarius/5.7.3/README.md
similarity index 100%
rename from stable/notarius/5.6.0/README.md
rename to stable/notarius/5.7.3/README.md
diff --git a/stable/notarius/5.7.3/app-changelog.md b/stable/notarius/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8c871eacb2b
--- /dev/null
+++ b/stable/notarius/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [notarius-5.7.3](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/notarius/5.6.0/app-readme.md b/stable/notarius/5.7.3/app-readme.md
similarity index 100%
rename from stable/notarius/5.6.0/app-readme.md
rename to stable/notarius/5.7.3/app-readme.md
diff --git a/stable/notarius/5.7.3/charts/common-20.2.4.tgz b/stable/notarius/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/notarius/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/notarius/5.6.0/ix_values.yaml b/stable/notarius/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/notarius/5.6.0/ix_values.yaml
rename to stable/notarius/5.7.3/ix_values.yaml
diff --git a/stable/notarius/5.6.0/questions.yaml b/stable/notarius/5.7.3/questions.yaml
similarity index 100%
rename from stable/notarius/5.6.0/questions.yaml
rename to stable/notarius/5.7.3/questions.yaml
diff --git a/stable/obs-ndi/6.6.0/templates/common.yaml b/stable/notarius/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/obs-ndi/6.6.0/templates/common.yaml
rename to stable/notarius/5.7.3/templates/common.yaml
diff --git a/stable/nvidia-gpu-exporter/2.6.0/values.yaml b/stable/notarius/5.7.3/values.yaml
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/values.yaml
rename to stable/notarius/5.7.3/values.yaml
diff --git a/stable/notea/5.6.0/CHANGELOG.md b/stable/notea/5.6.0/CHANGELOG.md
deleted file mode 100644
index 9fe75f36797..00000000000
--- a/stable/notea/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [notea-5.6.0](https://github.com/truecharts/charts/compare/notea-5.5.2...notea-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [notea-5.5.2](https://github.com/truecharts/charts/compare/notea-5.5.1...notea-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [notea-5.5.1](https://github.com/truecharts/charts/compare/notea-5.5.0...notea-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [notea-5.5.0](https://github.com/truecharts/charts/compare/notea-5.4.1...notea-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [notea-5.4.1](https://github.com/truecharts/charts/compare/notea-5.4.0...notea-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [notea-5.4.0](https://github.com/truecharts/charts/compare/notea-5.3.0...notea-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [notea-5.3.0](https://github.com/truecharts/charts/compare/notea-5.2.3...notea-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [notea-5.2.3](https://github.com/truecharts/charts/compare/notea-5.2.2...notea-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [notea-5.2.2](https://github.com/truecharts/charts/compare/notea-5.2.0...notea-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/notea/5.6.0/Chart.yaml b/stable/notea/5.6.0/Chart.yaml
deleted file mode 100644
index 523f549fc40..00000000000
--- a/stable/notea/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self hosted note taking, alternative to Notions. Look at Github for config
-home: https://truecharts.org/charts/stable/notea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png
-keywords:
- - notea
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: notea
-sources:
- - https://github.com/diamkil/docker-notea
- - https://registry.hub.docker.com/r/diamkil/notea/
- - https://github.com/truecharts/charts/tree/master/charts/stable/notea
- - https://hub.docker.com/r/diamkil/notea
-type: application
-version: 5.6.0
diff --git a/stable/notea/5.6.0/charts/common-20.1.5.tgz b/stable/notea/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/notea/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nzbget/20.7.0/.helmignore b/stable/notea/5.7.3/.helmignore
similarity index 100%
rename from stable/nzbget/20.7.0/.helmignore
rename to stable/notea/5.7.3/.helmignore
diff --git a/stable/notea/5.7.3/CHANGELOG.md b/stable/notea/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..996b591b778
--- /dev/null
+++ b/stable/notea/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notea-5.7.2](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/notea/5.7.3/Chart.yaml b/stable/notea/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..2d48e5bafdd
--- /dev/null
+++ b/stable/notea/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self hosted note taking, alternative to Notions. Look at Github for config
+home: https://truecharts.org/charts/stable/notea
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png
+keywords:
+ - notea
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: notea
+sources:
+ - https://github.com/diamkil/docker-notea
+ - https://registry.hub.docker.com/r/diamkil/notea/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/notea
+ - https://hub.docker.com/r/diamkil/notea
+type: application
+version: 5.7.3
diff --git a/stable/notea/5.6.0/README.md b/stable/notea/5.7.3/README.md
similarity index 100%
rename from stable/notea/5.6.0/README.md
rename to stable/notea/5.7.3/README.md
diff --git a/stable/notea/5.7.3/app-changelog.md b/stable/notea/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3ab5ca6ad70
--- /dev/null
+++ b/stable/notea/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [notea-5.7.3](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/notea/5.6.0/app-readme.md b/stable/notea/5.7.3/app-readme.md
similarity index 100%
rename from stable/notea/5.6.0/app-readme.md
rename to stable/notea/5.7.3/app-readme.md
diff --git a/stable/notea/5.7.3/charts/common-20.2.4.tgz b/stable/notea/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/notea/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/notea/5.6.0/ix_values.yaml b/stable/notea/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/notea/5.6.0/ix_values.yaml
rename to stable/notea/5.7.3/ix_values.yaml
diff --git a/stable/notea/5.6.0/questions.yaml b/stable/notea/5.7.3/questions.yaml
similarity index 100%
rename from stable/notea/5.6.0/questions.yaml
rename to stable/notea/5.7.3/questions.yaml
diff --git a/stable/observium/7.5.2/templates/common.yaml b/stable/notea/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/observium/7.5.2/templates/common.yaml
rename to stable/notea/5.7.3/templates/common.yaml
diff --git a/stable/nzbget/20.7.0/values.yaml b/stable/notea/5.7.3/values.yaml
similarity index 100%
rename from stable/nzbget/20.7.0/values.yaml
rename to stable/notea/5.7.3/values.yaml
diff --git a/stable/notifiarr/4.6.0/CHANGELOG.md b/stable/notifiarr/4.6.0/CHANGELOG.md
deleted file mode 100644
index 6a38cf1285a..00000000000
--- a/stable/notifiarr/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [notifiarr-4.6.0](https://github.com/truecharts/charts/compare/notifiarr-4.5.2...notifiarr-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [notifiarr-4.5.2](https://github.com/truecharts/charts/compare/notifiarr-4.5.1...notifiarr-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [notifiarr-4.5.1](https://github.com/truecharts/charts/compare/notifiarr-4.5.0...notifiarr-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [notifiarr-4.5.0](https://github.com/truecharts/charts/compare/notifiarr-4.4.1...notifiarr-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [notifiarr-4.4.1](https://github.com/truecharts/charts/compare/notifiarr-4.4.0...notifiarr-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [notifiarr-4.4.0](https://github.com/truecharts/charts/compare/notifiarr-4.3.0...notifiarr-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [notifiarr-4.3.0](https://github.com/truecharts/charts/compare/notifiarr-4.2.3...notifiarr-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [notifiarr-4.2.3](https://github.com/truecharts/charts/compare/notifiarr-4.2.2...notifiarr-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [notifiarr-4.2.2](https://github.com/truecharts/charts/compare/notifiarr-4.2.0...notifiarr-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/notifiarr/4.6.0/Chart.yaml b/stable/notifiarr/4.6.0/Chart.yaml
deleted file mode 100644
index 79b218877fc..00000000000
--- a/stable/notifiarr/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features.
-home: https://truecharts.org/charts/stable/notifiarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png
-keywords:
- - plex
- - discord
- - MediaApp-Other
- - notification
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: notifiarr
-sources:
- - https://github.com/Notifiarr/notifiarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr
- - https://hub.docker.com/r/golift/notifiarr
-type: application
-version: 4.6.0
diff --git a/stable/notifiarr/4.6.0/charts/common-20.1.5.tgz b/stable/notifiarr/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/notifiarr/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/nzbhydra/19.7.1/.helmignore b/stable/notifiarr/4.7.3/.helmignore
similarity index 100%
rename from stable/nzbhydra/19.7.1/.helmignore
rename to stable/notifiarr/4.7.3/.helmignore
diff --git a/stable/notifiarr/4.7.3/CHANGELOG.md b/stable/notifiarr/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7e5e73f3442
--- /dev/null
+++ b/stable/notifiarr/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [notifiarr-4.7.2](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/notifiarr/4.7.3/Chart.yaml b/stable/notifiarr/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..d41e787b270
--- /dev/null
+++ b/stable/notifiarr/4.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features.
+home: https://truecharts.org/charts/stable/notifiarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.png
+keywords:
+ - plex
+ - discord
+ - MediaApp-Other
+ - notification
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: notifiarr
+sources:
+ - https://github.com/Notifiarr/notifiarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr
+ - https://hub.docker.com/r/golift/notifiarr
+type: application
+version: 4.7.3
diff --git a/stable/notifiarr/4.6.0/README.md b/stable/notifiarr/4.7.3/README.md
similarity index 100%
rename from stable/notifiarr/4.6.0/README.md
rename to stable/notifiarr/4.7.3/README.md
diff --git a/stable/notifiarr/4.7.3/app-changelog.md b/stable/notifiarr/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..744e77b6c6b
--- /dev/null
+++ b/stable/notifiarr/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [notifiarr-4.7.3](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/notifiarr/4.6.0/app-readme.md b/stable/notifiarr/4.7.3/app-readme.md
similarity index 100%
rename from stable/notifiarr/4.6.0/app-readme.md
rename to stable/notifiarr/4.7.3/app-readme.md
diff --git a/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz b/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/notifiarr/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/notifiarr/4.6.0/ix_values.yaml b/stable/notifiarr/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/notifiarr/4.6.0/ix_values.yaml
rename to stable/notifiarr/4.7.3/ix_values.yaml
diff --git a/stable/notifiarr/4.6.0/questions.yaml b/stable/notifiarr/4.7.3/questions.yaml
similarity index 100%
rename from stable/notifiarr/4.6.0/questions.yaml
rename to stable/notifiarr/4.7.3/questions.yaml
diff --git a/stable/nvidia-gpu-exporter/2.6.0/templates/common.yaml b/stable/notifiarr/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/templates/common.yaml
rename to stable/notifiarr/4.7.3/templates/common.yaml
diff --git a/stable/nzbhydra/19.7.1/values.yaml b/stable/notifiarr/4.7.3/values.yaml
similarity index 100%
rename from stable/nzbhydra/19.7.1/values.yaml
rename to stable/notifiarr/4.7.3/values.yaml
diff --git a/stable/novnc/10.6.0/CHANGELOG.md b/stable/novnc/10.6.0/CHANGELOG.md
deleted file mode 100644
index 5120d7eccde..00000000000
--- a/stable/novnc/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [novnc-10.6.0](https://github.com/truecharts/charts/compare/novnc-10.5.2...novnc-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [novnc-10.5.2](https://github.com/truecharts/charts/compare/novnc-10.5.1...novnc-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [novnc-10.5.1](https://github.com/truecharts/charts/compare/novnc-10.5.0...novnc-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [novnc-10.5.0](https://github.com/truecharts/charts/compare/novnc-10.4.1...novnc-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [novnc-10.4.1](https://github.com/truecharts/charts/compare/novnc-10.4.0...novnc-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [novnc-10.4.0](https://github.com/truecharts/charts/compare/novnc-10.3.0...novnc-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [novnc-10.3.0](https://github.com/truecharts/charts/compare/novnc-10.2.3...novnc-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [novnc-10.2.3](https://github.com/truecharts/charts/compare/novnc-10.2.2...novnc-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [novnc-10.2.2](https://github.com/truecharts/charts/compare/novnc-10.2.0...novnc-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/novnc/10.6.0/Chart.yaml b/stable/novnc/10.6.0/Chart.yaml
deleted file mode 100644
index d8a25addf4d..00000000000
--- a/stable/novnc/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The open source VNC client
-home: https://truecharts.org/charts/stable/novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png
-keywords:
- - novnc
- - vnc
- - remote
- - desktop
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: novnc
-sources:
- - https://novnc.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/novnc
- - https://ghcr.io/nicholaswilde/novnc
-type: application
-version: 10.6.0
diff --git a/stable/novnc/10.6.0/charts/common-20.1.5.tgz b/stable/novnc/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/novnc/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/obs-ndi/6.6.0/.helmignore b/stable/novnc/10.7.3/.helmignore
similarity index 100%
rename from stable/obs-ndi/6.6.0/.helmignore
rename to stable/novnc/10.7.3/.helmignore
diff --git a/stable/novnc/10.7.3/CHANGELOG.md b/stable/novnc/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..143f74409ce
--- /dev/null
+++ b/stable/novnc/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [novnc-10.7.2](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/novnc/10.7.3/Chart.yaml b/stable/novnc/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..1b04d3409fe
--- /dev/null
+++ b/stable/novnc/10.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The open source VNC client
+home: https://truecharts.org/charts/stable/novnc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png
+keywords:
+ - novnc
+ - vnc
+ - remote
+ - desktop
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: novnc
+sources:
+ - https://novnc.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/novnc
+ - https://ghcr.io/nicholaswilde/novnc
+type: application
+version: 10.7.3
diff --git a/stable/novnc/10.6.0/README.md b/stable/novnc/10.7.3/README.md
similarity index 100%
rename from stable/novnc/10.6.0/README.md
rename to stable/novnc/10.7.3/README.md
diff --git a/stable/novnc/10.7.3/app-changelog.md b/stable/novnc/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..ac73670a84f
--- /dev/null
+++ b/stable/novnc/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [novnc-10.7.3](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/novnc/10.6.0/app-readme.md b/stable/novnc/10.7.3/app-readme.md
similarity index 100%
rename from stable/novnc/10.6.0/app-readme.md
rename to stable/novnc/10.7.3/app-readme.md
diff --git a/stable/novnc/10.7.3/charts/common-20.2.4.tgz b/stable/novnc/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/novnc/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/novnc/10.6.0/ix_values.yaml b/stable/novnc/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/novnc/10.6.0/ix_values.yaml
rename to stable/novnc/10.7.3/ix_values.yaml
diff --git a/stable/novnc/10.6.0/questions.yaml b/stable/novnc/10.7.3/questions.yaml
similarity index 100%
rename from stable/novnc/10.6.0/questions.yaml
rename to stable/novnc/10.7.3/questions.yaml
diff --git a/stable/nzbget/20.7.0/templates/NOTES.txt b/stable/novnc/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/nzbget/20.7.0/templates/NOTES.txt
rename to stable/novnc/10.7.3/templates/NOTES.txt
diff --git a/stable/photoshow/10.6.0/templates/common.yaml b/stable/novnc/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/photoshow/10.6.0/templates/common.yaml
rename to stable/novnc/10.7.3/templates/common.yaml
diff --git a/stable/obs-ndi/6.6.0/values.yaml b/stable/novnc/10.7.3/values.yaml
similarity index 100%
rename from stable/obs-ndi/6.6.0/values.yaml
rename to stable/novnc/10.7.3/values.yaml
diff --git a/stable/ntfy/9.7.0/CHANGELOG.md b/stable/ntfy/9.7.0/CHANGELOG.md
deleted file mode 100644
index cd95f416a3c..00000000000
--- a/stable/ntfy/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ntfy-9.7.0](https://github.com/truecharts/charts/compare/ntfy-9.6.2...ntfy-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ntfy-9.6.2](https://github.com/truecharts/charts/compare/ntfy-9.6.1...ntfy-9.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ntfy-9.6.1](https://github.com/truecharts/charts/compare/ntfy-9.6.0...ntfy-9.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ntfy-9.6.0](https://github.com/truecharts/charts/compare/ntfy-9.5.0...ntfy-9.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ntfy-9.5.0](https://github.com/truecharts/charts/compare/ntfy-9.4.1...ntfy-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image binwiederhier/ntfy to v2.9.0[@627fa10](https://github.com/627fa10) by renovate ([#19094](https://github.com/truecharts/charts/issues/19094))
-
-
-## [ntfy-9.4.1](https://github.com/truecharts/charts/compare/ntfy-9.4.0...ntfy-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ntfy-9.4.0](https://github.com/truecharts/charts/compare/ntfy-9.3.0...ntfy-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ntfy-9.3.0](https://github.com/truecharts/charts/compare/ntfy-9.2.3...ntfy-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ntfy-9.2.3](https://github.com/truecharts/charts/compare/ntfy-9.2.2...ntfy-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ntfy-9.2.2](https://github.com/truecharts/charts/compare/ntfy-9.2.0...ntfy-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/ntfy/9.7.0/Chart.yaml b/stable/ntfy/9.7.0/Chart.yaml
deleted file mode 100644
index ce0c38d4e2c..00000000000
--- a/stable/ntfy/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.9.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
-home: https://truecharts.org/charts/stable/ntfy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png
-keywords:
- - ntfy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ntfy
-sources:
- - https://github.com/binwiederhier/ntfy/
- - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
- - https://hub.docker.com/r/binwiederhier/ntfy
-type: application
-version: 9.7.0
diff --git a/stable/ntfy/9.7.0/charts/common-20.1.5.tgz b/stable/ntfy/9.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ntfy/9.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/observium/7.5.2/.helmignore b/stable/ntfy/9.8.3/.helmignore
similarity index 100%
rename from stable/observium/7.5.2/.helmignore
rename to stable/ntfy/9.8.3/.helmignore
diff --git a/stable/ntfy/9.8.3/CHANGELOG.md b/stable/ntfy/9.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..5723780e832
--- /dev/null
+++ b/stable/ntfy/9.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ntfy-9.8.3](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ntfy-9.8.2](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ntfy/9.8.3/Chart.yaml b/stable/ntfy/9.8.3/Chart.yaml
new file mode 100644
index 00000000000..4ec20798960
--- /dev/null
+++ b/stable/ntfy/9.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
+home: https://truecharts.org/charts/stable/ntfy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png
+keywords:
+ - ntfy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ntfy
+sources:
+ - https://github.com/binwiederhier/ntfy/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
+ - https://hub.docker.com/r/binwiederhier/ntfy
+type: application
+version: 9.8.3
diff --git a/stable/ntfy/9.7.0/README.md b/stable/ntfy/9.8.3/README.md
similarity index 100%
rename from stable/ntfy/9.7.0/README.md
rename to stable/ntfy/9.8.3/README.md
diff --git a/stable/ntfy/9.8.3/app-changelog.md b/stable/ntfy/9.8.3/app-changelog.md
new file mode 100644
index 00000000000..d4e0e06515c
--- /dev/null
+++ b/stable/ntfy/9.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ntfy-9.8.3](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ntfy/9.7.0/app-readme.md b/stable/ntfy/9.8.3/app-readme.md
similarity index 100%
rename from stable/ntfy/9.7.0/app-readme.md
rename to stable/ntfy/9.8.3/app-readme.md
diff --git a/stable/ntfy/9.8.3/charts/common-20.2.4.tgz b/stable/ntfy/9.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ntfy/9.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ntfy/9.7.0/ix_values.yaml b/stable/ntfy/9.8.3/ix_values.yaml
similarity index 100%
rename from stable/ntfy/9.7.0/ix_values.yaml
rename to stable/ntfy/9.8.3/ix_values.yaml
diff --git a/stable/ntfy/9.7.0/questions.yaml b/stable/ntfy/9.8.3/questions.yaml
similarity index 100%
rename from stable/ntfy/9.7.0/questions.yaml
rename to stable/ntfy/9.8.3/questions.yaml
diff --git a/stable/nzbhydra/19.7.1/templates/NOTES.txt b/stable/ntfy/9.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/nzbhydra/19.7.1/templates/NOTES.txt
rename to stable/ntfy/9.8.3/templates/NOTES.txt
diff --git a/stable/nzbget/20.7.0/templates/common.yaml b/stable/ntfy/9.8.3/templates/common.yaml
similarity index 100%
rename from stable/nzbget/20.7.0/templates/common.yaml
rename to stable/ntfy/9.8.3/templates/common.yaml
diff --git a/stable/observium/7.5.2/values.yaml b/stable/ntfy/9.8.3/values.yaml
similarity index 100%
rename from stable/observium/7.5.2/values.yaml
rename to stable/ntfy/9.8.3/values.yaml
diff --git a/stable/nullserv/13.6.0/CHANGELOG.md b/stable/nullserv/13.6.0/CHANGELOG.md
deleted file mode 100644
index 85ed8d96fa2..00000000000
--- a/stable/nullserv/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nullserv-13.6.0](https://github.com/truecharts/charts/compare/nullserv-13.5.2...nullserv-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nullserv-13.5.2](https://github.com/truecharts/charts/compare/nullserv-13.5.1...nullserv-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nullserv-13.5.1](https://github.com/truecharts/charts/compare/nullserv-13.5.0...nullserv-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nullserv-13.5.0](https://github.com/truecharts/charts/compare/nullserv-13.4.1...nullserv-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nullserv-13.4.1](https://github.com/truecharts/charts/compare/nullserv-13.4.0...nullserv-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nullserv-13.4.0](https://github.com/truecharts/charts/compare/nullserv-13.3.0...nullserv-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nullserv-13.3.0](https://github.com/truecharts/charts/compare/nullserv-13.2.3...nullserv-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nullserv-13.2.3](https://github.com/truecharts/charts/compare/nullserv-13.2.2...nullserv-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nullserv-13.2.2](https://github.com/truecharts/charts/compare/nullserv-13.2.0...nullserv-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/nullserv/13.6.0/Chart.yaml b/stable/nullserv/13.6.0/Chart.yaml
deleted file mode 100644
index 2bcf7ee2a9a..00000000000
--- a/stable/nullserv/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple null file http and https server
-home: https://truecharts.org/charts/stable/nullserv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png
-keywords:
- - nullserv
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nullserv
-sources:
- - https://github.com/bmrzycki/nullserv
- - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv
- - https://ghcr.io/k8s-at-home/nullserv
-type: application
-version: 13.6.0
diff --git a/stable/nullserv/13.6.0/charts/common-20.1.5.tgz b/stable/nullserv/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nullserv/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/octoprint/13.6.0/.helmignore b/stable/nullserv/13.7.3/.helmignore
similarity index 100%
rename from stable/octoprint/13.6.0/.helmignore
rename to stable/nullserv/13.7.3/.helmignore
diff --git a/stable/nullserv/13.7.3/CHANGELOG.md b/stable/nullserv/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9fb53212026
--- /dev/null
+++ b/stable/nullserv/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nullserv-13.7.2](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nullserv/13.7.3/Chart.yaml b/stable/nullserv/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..311c90e1d31
--- /dev/null
+++ b/stable/nullserv/13.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple null file http and https server
+home: https://truecharts.org/charts/stable/nullserv
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png
+keywords:
+ - nullserv
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nullserv
+sources:
+ - https://github.com/bmrzycki/nullserv
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv
+ - https://ghcr.io/k8s-at-home/nullserv
+type: application
+version: 13.7.3
diff --git a/stable/nullserv/13.6.0/README.md b/stable/nullserv/13.7.3/README.md
similarity index 100%
rename from stable/nullserv/13.6.0/README.md
rename to stable/nullserv/13.7.3/README.md
diff --git a/stable/nullserv/13.7.3/app-changelog.md b/stable/nullserv/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..55be16fab93
--- /dev/null
+++ b/stable/nullserv/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nullserv-13.7.3](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nullserv/13.6.0/app-readme.md b/stable/nullserv/13.7.3/app-readme.md
similarity index 100%
rename from stable/nullserv/13.6.0/app-readme.md
rename to stable/nullserv/13.7.3/app-readme.md
diff --git a/stable/nullserv/13.7.3/charts/common-20.2.4.tgz b/stable/nullserv/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nullserv/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nullserv/13.6.0/ix_values.yaml b/stable/nullserv/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/nullserv/13.6.0/ix_values.yaml
rename to stable/nullserv/13.7.3/ix_values.yaml
diff --git a/stable/nullserv/13.6.0/questions.yaml b/stable/nullserv/13.7.3/questions.yaml
similarity index 100%
rename from stable/nullserv/13.6.0/questions.yaml
rename to stable/nullserv/13.7.3/questions.yaml
diff --git a/stable/octoprint/13.6.0/templates/NOTES.txt b/stable/nullserv/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/octoprint/13.6.0/templates/NOTES.txt
rename to stable/nullserv/13.7.3/templates/NOTES.txt
diff --git a/stable/nzbhydra/19.7.1/templates/common.yaml b/stable/nullserv/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/nzbhydra/19.7.1/templates/common.yaml
rename to stable/nullserv/13.7.3/templates/common.yaml
diff --git a/stable/octoprint/13.6.0/values.yaml b/stable/nullserv/13.7.3/values.yaml
similarity index 100%
rename from stable/octoprint/13.6.0/values.yaml
rename to stable/nullserv/13.7.3/values.yaml
diff --git a/stable/nvidia-gpu-exporter/2.6.0/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.6.0/CHANGELOG.md
deleted file mode 100644
index e2472c940bf..00000000000
--- a/stable/nvidia-gpu-exporter/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nvidia-gpu-exporter-2.6.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.5.2...nvidia-gpu-exporter-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [nvidia-gpu-exporter-2.5.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.5.1...nvidia-gpu-exporter-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [nvidia-gpu-exporter-2.5.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.5.0...nvidia-gpu-exporter-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [nvidia-gpu-exporter-2.5.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.4.1...nvidia-gpu-exporter-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [nvidia-gpu-exporter-2.4.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.4.0...nvidia-gpu-exporter-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [nvidia-gpu-exporter-2.4.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.3.0...nvidia-gpu-exporter-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [nvidia-gpu-exporter-2.3.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.3...nvidia-gpu-exporter-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [nvidia-gpu-exporter-2.2.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.2...nvidia-gpu-exporter-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [nvidia-gpu-exporter-2.2.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.0...nvidia-gpu-exporter-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/nvidia-gpu-exporter/2.6.0/Chart.yaml b/stable/nvidia-gpu-exporter/2.6.0/Chart.yaml
deleted file mode 100644
index e3488b49166..00000000000
--- a/stable/nvidia-gpu-exporter/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics.
-home: https://truecharts.org/charts/stable/nvidia-gpu-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png
-keywords:
- - prometheus
- - nvidia-gpu-exporter
- - monitoring
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nvidia-gpu-exporter
-sources:
- - https://github.com/utkuozdemir/nvidia_gpu_exporter
- - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter
- - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter
-type: application
-version: 2.6.0
diff --git a/stable/nvidia-gpu-exporter/2.6.0/charts/common-20.1.5.tgz b/stable/nvidia-gpu-exporter/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/nvidia-gpu-exporter/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/odoo/17.6.1/.helmignore b/stable/nvidia-gpu-exporter/2.7.3/.helmignore
similarity index 100%
rename from stable/odoo/17.6.1/.helmignore
rename to stable/nvidia-gpu-exporter/2.7.3/.helmignore
diff --git a/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..79cb391cb18
--- /dev/null
+++ b/stable/nvidia-gpu-exporter/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nvidia-gpu-exporter-2.7.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml b/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..aa03c16d14b
--- /dev/null
+++ b/stable/nvidia-gpu-exporter/2.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics.
+home: https://truecharts.org/charts/stable/nvidia-gpu-exporter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.png
+keywords:
+ - prometheus
+ - nvidia-gpu-exporter
+ - monitoring
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nvidia-gpu-exporter
+sources:
+ - https://github.com/utkuozdemir/nvidia_gpu_exporter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter
+ - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter
+type: application
+version: 2.7.3
diff --git a/stable/nvidia-gpu-exporter/2.6.0/README.md b/stable/nvidia-gpu-exporter/2.7.3/README.md
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/README.md
rename to stable/nvidia-gpu-exporter/2.7.3/README.md
diff --git a/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md b/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..9614158a485
--- /dev/null
+++ b/stable/nvidia-gpu-exporter/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [nvidia-gpu-exporter-2.7.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nvidia-gpu-exporter/2.6.0/app-readme.md b/stable/nvidia-gpu-exporter/2.7.3/app-readme.md
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/app-readme.md
rename to stable/nvidia-gpu-exporter/2.7.3/app-readme.md
diff --git a/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz b/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/nvidia-gpu-exporter/2.6.0/ix_values.yaml b/stable/nvidia-gpu-exporter/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/ix_values.yaml
rename to stable/nvidia-gpu-exporter/2.7.3/ix_values.yaml
diff --git a/stable/nvidia-gpu-exporter/2.6.0/questions.yaml b/stable/nvidia-gpu-exporter/2.7.3/questions.yaml
similarity index 100%
rename from stable/nvidia-gpu-exporter/2.6.0/questions.yaml
rename to stable/nvidia-gpu-exporter/2.7.3/questions.yaml
diff --git a/stable/odoo/17.6.1/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/odoo/17.6.1/templates/NOTES.txt
rename to stable/nvidia-gpu-exporter/2.7.3/templates/NOTES.txt
diff --git a/stable/octoprint/13.6.0/templates/common.yaml b/stable/nvidia-gpu-exporter/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/octoprint/13.6.0/templates/common.yaml
rename to stable/nvidia-gpu-exporter/2.7.3/templates/common.yaml
diff --git a/stable/odoo/17.6.1/values.yaml b/stable/nvidia-gpu-exporter/2.7.3/values.yaml
similarity index 100%
rename from stable/odoo/17.6.1/values.yaml
rename to stable/nvidia-gpu-exporter/2.7.3/values.yaml
diff --git a/stable/nzbget/20.7.0/CHANGELOG.md b/stable/nzbget/20.7.0/CHANGELOG.md
deleted file mode 100644
index 63e08837053..00000000000
--- a/stable/nzbget/20.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/nzbget/20.7.0/Chart.yaml b/stable/nzbget/20.7.0/Chart.yaml
deleted file mode 100644
index a50f30d2268..00000000000
--- a/stable/nzbget/20.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 23.0.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: NZBGet is a Usenet downloader client
-home: https://truecharts.org/charts/stable/nzbget
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
-keywords:
- - nzbget
- - usenet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nzbget
-sources:
- - https://nzbget.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
- - https://ghcr.io/geek-cookbook/nzbget
-type: application
-version: 20.7.0
diff --git a/stable/nzbget/20.7.0/app-changelog.md b/stable/nzbget/20.7.0/app-changelog.md
deleted file mode 100644
index 7ba4c87db2f..00000000000
--- a/stable/nzbget/20.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [nzbget-20.7.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nzbget/20.7.0/charts/common-20.2.0.tgz b/stable/nzbget/20.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/nzbget/20.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/nzbget/20.7.0/ix_values.yaml b/stable/nzbget/20.7.0/ix_values.yaml
deleted file mode 100644
index 520928128d5..00000000000
--- a/stable/nzbget/20.7.0/ix_values.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-image:
- repository: ghcr.io/geek-cookbook/nzbget
- pullPolicy: IfNotPresent
- tag: 23.0@sha256:c0cf2b7159f35551ee8b838898b4be0a8b3c52dc788e4076e6d4cc79058e9be3
-service:
- main:
- ports:
- main:
- port: 10057
- targetPort: 6789
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
diff --git a/stable/ollama/5.2.2/.helmignore b/stable/nzbget/20.7.4/.helmignore
similarity index 100%
rename from stable/ollama/5.2.2/.helmignore
rename to stable/nzbget/20.7.4/.helmignore
diff --git a/stable/nzbget/20.7.4/CHANGELOG.md b/stable/nzbget/20.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..b27f6af3673
--- /dev/null
+++ b/stable/nzbget/20.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbget-20.7.3](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbget-20.7.3](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbget-20.7.3](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbget-20.7.3](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbget-20.7.3](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nzbget/20.7.4/Chart.yaml b/stable/nzbget/20.7.4/Chart.yaml
new file mode 100644
index 00000000000..0dfd8930eac
--- /dev/null
+++ b/stable/nzbget/20.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 23.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: NZBGet is a Usenet downloader client
+home: https://truecharts.org/charts/stable/nzbget
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
+keywords:
+ - nzbget
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nzbget
+sources:
+ - https://nzbget.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
+ - https://ghcr.io/geek-cookbook/nzbget
+type: application
+version: 20.7.4
diff --git a/stable/nzbget/20.7.0/README.md b/stable/nzbget/20.7.4/README.md
similarity index 100%
rename from stable/nzbget/20.7.0/README.md
rename to stable/nzbget/20.7.4/README.md
diff --git a/stable/nzbget/20.7.4/app-changelog.md b/stable/nzbget/20.7.4/app-changelog.md
new file mode 100644
index 00000000000..9f7ec6fc3e2
--- /dev/null
+++ b/stable/nzbget/20.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [nzbget-20.7.4](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbget to 23.0[@bc91e64](https://github.com/bc91e64) by renovate ([#19554](https://github.com/truecharts/charts/issues/19554))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nzbget/20.7.0/app-readme.md b/stable/nzbget/20.7.4/app-readme.md
similarity index 100%
rename from stable/nzbget/20.7.0/app-readme.md
rename to stable/nzbget/20.7.4/app-readme.md
diff --git a/stable/nzbget/20.7.4/charts/common-20.2.4.tgz b/stable/nzbget/20.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nzbget/20.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/nzbget/20.7.4/ix_values.yaml b/stable/nzbget/20.7.4/ix_values.yaml
new file mode 100644
index 00000000000..fe11eb047db
--- /dev/null
+++ b/stable/nzbget/20.7.4/ix_values.yaml
@@ -0,0 +1,29 @@
+image:
+ repository: ghcr.io/geek-cookbook/nzbget
+ pullPolicy: IfNotPresent
+ tag: 23.0@sha256:bc91e646e7a523f0d780a074c649bd20ccb0314d0b00a9aa4b78f0bf507f325c
+service:
+ main:
+ ports:
+ main:
+ port: 10057
+ targetPort: 6789
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
diff --git a/stable/nzbget/20.7.0/questions.yaml b/stable/nzbget/20.7.4/questions.yaml
similarity index 100%
rename from stable/nzbget/20.7.0/questions.yaml
rename to stable/nzbget/20.7.4/questions.yaml
diff --git a/stable/ollama/5.2.2/templates/NOTES.txt b/stable/nzbget/20.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/ollama/5.2.2/templates/NOTES.txt
rename to stable/nzbget/20.7.4/templates/NOTES.txt
diff --git a/stable/ombi/18.6.0/templates/common.yaml b/stable/nzbget/20.7.4/templates/common.yaml
similarity index 100%
rename from stable/ombi/18.6.0/templates/common.yaml
rename to stable/nzbget/20.7.4/templates/common.yaml
diff --git a/stable/ollama/5.2.2/values.yaml b/stable/nzbget/20.7.4/values.yaml
similarity index 100%
rename from stable/ollama/5.2.2/values.yaml
rename to stable/nzbget/20.7.4/values.yaml
diff --git a/stable/nzbhydra/19.7.1/CHANGELOG.md b/stable/nzbhydra/19.7.1/CHANGELOG.md
deleted file mode 100644
index 0b5fc6a609f..00000000000
--- a/stable/nzbhydra/19.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
diff --git a/stable/nzbhydra/19.7.1/Chart.yaml b/stable/nzbhydra/19.7.1/Chart.yaml
deleted file mode 100644
index 2111a5a6675..00000000000
--- a/stable/nzbhydra/19.7.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.8
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: true
-description: Usenet meta search
-home: https://truecharts.org/charts/stable/nzbhydra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png
-keywords:
- - nzbhydra
- - usenet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: nzbhydra
-sources:
- - https://github.com/theotherp/nzbhydra2
- - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra
- - https://ghcr.io/geek-cookbook/nzbhydra2
-type: application
-version: 19.7.1
diff --git a/stable/nzbhydra/19.7.1/app-changelog.md b/stable/nzbhydra/19.7.1/app-changelog.md
deleted file mode 100644
index 99397fd883b..00000000000
--- a/stable/nzbhydra/19.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz b/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/nzbhydra/19.7.1/ix_values.yaml b/stable/nzbhydra/19.7.1/ix_values.yaml
deleted file mode 100644
index ace170dd9ab..00000000000
--- a/stable/nzbhydra/19.7.1/ix_values.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-image:
- repository: ghcr.io/geek-cookbook/nzbhydra2
- pullPolicy: IfNotPresent
- tag: 5.3.8@sha256:415377c5e7537f0817bb9a37b0215e41da6a767046ec64453113b5783b2cd5ca
-service:
- main:
- ports:
- main:
- port: 5076
- targetPort: 5076
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/livenessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
- readiness:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/readinessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
- startup:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/readinessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
diff --git a/stable/omada-controller/14.6.0/.helmignore b/stable/nzbhydra/19.7.5/.helmignore
similarity index 100%
rename from stable/omada-controller/14.6.0/.helmignore
rename to stable/nzbhydra/19.7.5/.helmignore
diff --git a/stable/nzbhydra/19.7.5/CHANGELOG.md b/stable/nzbhydra/19.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..090db830d9f
--- /dev/null
+++ b/stable/nzbhydra/19.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbhydra-19.7.4](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbhydra-19.7.4](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbhydra-19.7.4](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbhydra-19.7.4](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [nzbhydra-19.7.4](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.4) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/nzbhydra/19.7.5/Chart.yaml b/stable/nzbhydra/19.7.5/Chart.yaml
new file mode 100644
index 00000000000..d94cea00621
--- /dev/null
+++ b/stable/nzbhydra/19.7.5/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: true
+description: Usenet meta search
+home: https://truecharts.org/charts/stable/nzbhydra
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png
+keywords:
+ - nzbhydra
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: nzbhydra
+sources:
+ - https://github.com/theotherp/nzbhydra2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra
+ - https://ghcr.io/geek-cookbook/nzbhydra2
+type: application
+version: 19.7.5
diff --git a/stable/nzbhydra/19.7.1/README.md b/stable/nzbhydra/19.7.5/README.md
similarity index 100%
rename from stable/nzbhydra/19.7.1/README.md
rename to stable/nzbhydra/19.7.5/README.md
diff --git a/stable/nzbhydra/19.7.5/app-changelog.md b/stable/nzbhydra/19.7.5/app-changelog.md
new file mode 100644
index 00000000000..8058a6a1dfc
--- /dev/null
+++ b/stable/nzbhydra/19.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [nzbhydra-19.7.5](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.11[@d1d2dd0](https://github.com/d1d2dd0) by renovate ([#19692](https://github.com/truecharts/charts/issues/19692))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.10[@5897938](https://github.com/5897938) by renovate ([#19473](https://github.com/truecharts/charts/issues/19473))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/nzbhydra/19.7.1/app-readme.md b/stable/nzbhydra/19.7.5/app-readme.md
similarity index 100%
rename from stable/nzbhydra/19.7.1/app-readme.md
rename to stable/nzbhydra/19.7.5/app-readme.md
diff --git a/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz b/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/nzbhydra/19.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/nzbhydra/19.7.5/ix_values.yaml b/stable/nzbhydra/19.7.5/ix_values.yaml
new file mode 100644
index 00000000000..f3d5211c9fe
--- /dev/null
+++ b/stable/nzbhydra/19.7.5/ix_values.yaml
@@ -0,0 +1,59 @@
+image:
+ repository: ghcr.io/geek-cookbook/nzbhydra2
+ pullPolicy: IfNotPresent
+ tag: 5.3.11@sha256:d1d2dd097868dee40320773ec7ddbd71950d19302c787316e4d32e51e86770b3
+service:
+ main:
+ ports:
+ main:
+ port: 5076
+ targetPort: 5076
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ custom: true
+ enabled: true
+ spec:
+ failureThreshold: 5
+ httpGet:
+ path: /actuator/health/livenessState
+ port: main
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ timeoutSeconds: 10
+ readiness:
+ custom: true
+ enabled: true
+ spec:
+ failureThreshold: 5
+ httpGet:
+ path: /actuator/health/readinessState
+ port: main
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ timeoutSeconds: 10
+ startup:
+ custom: true
+ enabled: true
+ spec:
+ failureThreshold: 5
+ httpGet:
+ path: /actuator/health/readinessState
+ port: main
+ initialDelaySeconds: 30
+ periodSeconds: 10
+ timeoutSeconds: 10
diff --git a/stable/nzbhydra/19.7.1/questions.yaml b/stable/nzbhydra/19.7.5/questions.yaml
similarity index 100%
rename from stable/nzbhydra/19.7.1/questions.yaml
rename to stable/nzbhydra/19.7.5/questions.yaml
diff --git a/stable/omada-controller/14.6.0/templates/NOTES.txt b/stable/nzbhydra/19.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/omada-controller/14.6.0/templates/NOTES.txt
rename to stable/nzbhydra/19.7.5/templates/NOTES.txt
diff --git a/stable/onlyoffice-document-server/17.7.0/templates/common.yaml b/stable/nzbhydra/19.7.5/templates/common.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/templates/common.yaml
rename to stable/nzbhydra/19.7.5/templates/common.yaml
diff --git a/stable/omada-controller/14.6.0/values.yaml b/stable/nzbhydra/19.7.5/values.yaml
similarity index 100%
rename from stable/omada-controller/14.6.0/values.yaml
rename to stable/nzbhydra/19.7.5/values.yaml
diff --git a/stable/obs-ndi/6.6.0/CHANGELOG.md b/stable/obs-ndi/6.6.0/CHANGELOG.md
deleted file mode 100644
index d4ebaf3d654..00000000000
--- a/stable/obs-ndi/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [obs-ndi-6.6.0](https://github.com/truecharts/charts/compare/obs-ndi-6.5.2...obs-ndi-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [obs-ndi-6.5.2](https://github.com/truecharts/charts/compare/obs-ndi-6.5.1...obs-ndi-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [obs-ndi-6.5.1](https://github.com/truecharts/charts/compare/obs-ndi-6.5.0...obs-ndi-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [obs-ndi-6.5.0](https://github.com/truecharts/charts/compare/obs-ndi-6.4.1...obs-ndi-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [obs-ndi-6.4.1](https://github.com/truecharts/charts/compare/obs-ndi-6.4.0...obs-ndi-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [obs-ndi-6.4.0](https://github.com/truecharts/charts/compare/obs-ndi-6.3.0...obs-ndi-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [obs-ndi-6.3.0](https://github.com/truecharts/charts/compare/obs-ndi-6.2.3...obs-ndi-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [obs-ndi-6.2.3](https://github.com/truecharts/charts/compare/obs-ndi-6.2.2...obs-ndi-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [obs-ndi-6.2.2](https://github.com/truecharts/charts/compare/obs-ndi-6.2.0...obs-ndi-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/obs-ndi/6.6.0/Chart.yaml b/stable/obs-ndi/6.6.0/Chart.yaml
deleted file mode 100644
index d7c3cd57e44..00000000000
--- a/stable/obs-ndi/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Docker Open Broadcaster Software (obs).
-home: https://truecharts.org/charts/stable/obs-ndi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png
-keywords:
- - obs-ndi
- - GameServers
- - Productivity
- - MediaApp-Video
- - MediaServer-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: obs-ndi
-sources:
- - https://github.com/patrickstigler/docker-obs-ndi
- - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi
- - https://hub.docker.com/r/patrickstigler/obs-ndi
-type: application
-version: 6.6.0
diff --git a/stable/obs-ndi/6.6.0/charts/common-20.1.5.tgz b/stable/obs-ndi/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/obs-ndi/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ombi/18.6.0/.helmignore b/stable/obs-ndi/6.7.3/.helmignore
similarity index 100%
rename from stable/ombi/18.6.0/.helmignore
rename to stable/obs-ndi/6.7.3/.helmignore
diff --git a/stable/obs-ndi/6.7.3/CHANGELOG.md b/stable/obs-ndi/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9b78920ed19
--- /dev/null
+++ b/stable/obs-ndi/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obs-ndi-6.7.2](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/obs-ndi/6.7.3/Chart.yaml b/stable/obs-ndi/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..4f7991f1fb1
--- /dev/null
+++ b/stable/obs-ndi/6.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Docker Open Broadcaster Software (obs).
+home: https://truecharts.org/charts/stable/obs-ndi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png
+keywords:
+ - obs-ndi
+ - GameServers
+ - Productivity
+ - MediaApp-Video
+ - MediaServer-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: obs-ndi
+sources:
+ - https://github.com/patrickstigler/docker-obs-ndi
+ - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi
+ - https://hub.docker.com/r/patrickstigler/obs-ndi
+type: application
+version: 6.7.3
diff --git a/stable/obs-ndi/6.6.0/README.md b/stable/obs-ndi/6.7.3/README.md
similarity index 100%
rename from stable/obs-ndi/6.6.0/README.md
rename to stable/obs-ndi/6.7.3/README.md
diff --git a/stable/obs-ndi/6.7.3/app-changelog.md b/stable/obs-ndi/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..2f19f99f4c0
--- /dev/null
+++ b/stable/obs-ndi/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [obs-ndi-6.7.3](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/obs-ndi/6.6.0/app-readme.md b/stable/obs-ndi/6.7.3/app-readme.md
similarity index 100%
rename from stable/obs-ndi/6.6.0/app-readme.md
rename to stable/obs-ndi/6.7.3/app-readme.md
diff --git a/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz b/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/obs-ndi/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/obs-ndi/6.6.0/ix_values.yaml b/stable/obs-ndi/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/obs-ndi/6.6.0/ix_values.yaml
rename to stable/obs-ndi/6.7.3/ix_values.yaml
diff --git a/stable/obs-ndi/6.6.0/questions.yaml b/stable/obs-ndi/6.7.3/questions.yaml
similarity index 100%
rename from stable/obs-ndi/6.6.0/questions.yaml
rename to stable/obs-ndi/6.7.3/questions.yaml
diff --git a/stable/onlinecheckyourserver/5.6.0/templates/common.yaml b/stable/obs-ndi/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/templates/common.yaml
rename to stable/obs-ndi/6.7.3/templates/common.yaml
diff --git a/stable/ombi/18.6.0/values.yaml b/stable/obs-ndi/6.7.3/values.yaml
similarity index 100%
rename from stable/ombi/18.6.0/values.yaml
rename to stable/obs-ndi/6.7.3/values.yaml
diff --git a/stable/observium/7.5.2/CHANGELOG.md b/stable/observium/7.5.2/CHANGELOG.md
deleted file mode 100644
index a2be78a0638..00000000000
--- a/stable/observium/7.5.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/observium/7.5.2/Chart.yaml b/stable/observium/7.5.2/Chart.yaml
deleted file mode 100644
index 9a91e36f268..00000000000
--- a/stable/observium/7.5.2/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 20240305.0.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]
-home: https://truecharts.org/charts/stable/observium
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png
-keywords:
- - observium
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: observium
-sources:
- - https://www.observium.org/
- - https://github.com/pvrmza/docker-observium
- - https://github.com/truecharts/charts/tree/master/charts/stable/observium
- - https://hub.docker.com/r/pvrmza/docker-observium
-type: application
-version: 7.5.2
diff --git a/stable/observium/7.5.2/app-changelog.md b/stable/observium/7.5.2/app-changelog.md
deleted file mode 100644
index e78b4786f9c..00000000000
--- a/stable/observium/7.5.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [observium-7.5.2](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/observium/7.5.2/charts/common-20.2.2.tgz b/stable/observium/7.5.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/observium/7.5.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/observium/7.5.2/charts/mariadb-13.7.1.tgz b/stable/observium/7.5.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/observium/7.5.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/onlinecheckyourserver/5.6.0/.helmignore b/stable/observium/7.5.6/.helmignore
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/.helmignore
rename to stable/observium/7.5.6/.helmignore
diff --git a/stable/observium/7.5.6/CHANGELOG.md b/stable/observium/7.5.6/CHANGELOG.md
new file mode 100644
index 00000000000..734b678863e
--- /dev/null
+++ b/stable/observium/7.5.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [observium-7.5.6](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [observium-7.5.5](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [observium-7.5.5](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [observium-7.5.5](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/observium/7.5.6/Chart.yaml b/stable/observium/7.5.6/Chart.yaml
new file mode 100644
index 00000000000..1fdd4ad5f50
--- /dev/null
+++ b/stable/observium/7.5.6/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 20240305.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]
+home: https://truecharts.org/charts/stable/observium
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png
+keywords:
+ - observium
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: observium
+sources:
+ - https://www.observium.org/
+ - https://github.com/pvrmza/docker-observium
+ - https://github.com/truecharts/charts/tree/master/charts/stable/observium
+ - https://hub.docker.com/r/pvrmza/docker-observium
+type: application
+version: 7.5.6
diff --git a/stable/observium/7.5.2/README.md b/stable/observium/7.5.6/README.md
similarity index 100%
rename from stable/observium/7.5.2/README.md
rename to stable/observium/7.5.6/README.md
diff --git a/stable/observium/7.5.6/app-changelog.md b/stable/observium/7.5.6/app-changelog.md
new file mode 100644
index 00000000000..fd677bb902a
--- /dev/null
+++ b/stable/observium/7.5.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [observium-7.5.6](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/observium/7.5.2/app-readme.md b/stable/observium/7.5.6/app-readme.md
similarity index 100%
rename from stable/observium/7.5.2/app-readme.md
rename to stable/observium/7.5.6/app-readme.md
diff --git a/stable/observium/7.5.6/charts/common-20.2.4.tgz b/stable/observium/7.5.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/observium/7.5.6/charts/common-20.2.4.tgz differ
diff --git a/stable/observium/7.5.6/charts/mariadb-13.7.3.tgz b/stable/observium/7.5.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/observium/7.5.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/observium/7.5.2/ix_values.yaml b/stable/observium/7.5.6/ix_values.yaml
similarity index 100%
rename from stable/observium/7.5.2/ix_values.yaml
rename to stable/observium/7.5.6/ix_values.yaml
diff --git a/stable/observium/7.5.2/questions.yaml b/stable/observium/7.5.6/questions.yaml
similarity index 100%
rename from stable/observium/7.5.2/questions.yaml
rename to stable/observium/7.5.6/questions.yaml
diff --git a/stable/opengl-desktop-g3/5.6.1/templates/common.yaml b/stable/observium/7.5.6/templates/common.yaml
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/templates/common.yaml
rename to stable/observium/7.5.6/templates/common.yaml
diff --git a/stable/onlinecheckyourserver/5.6.0/values.yaml b/stable/observium/7.5.6/values.yaml
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/values.yaml
rename to stable/observium/7.5.6/values.yaml
diff --git a/stable/onlyoffice-document-server/17.7.0/.helmignore b/stable/obsidian/6.0.0/.helmignore
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/.helmignore
rename to stable/obsidian/6.0.0/.helmignore
diff --git a/stable/obsidian/6.0.0/CHANGELOG.md b/stable/obsidian/6.0.0/CHANGELOG.md
new file mode 100644
index 00000000000..dde1c1b854a
--- /dev/null
+++ b/stable/obsidian/6.0.0/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [obsidian-5.7.2](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/obsidian/6.0.0/Chart.yaml b/stable/obsidian/6.0.0/Chart.yaml
new file mode 100644
index 00000000000..8c0574f9972
--- /dev/null
+++ b/stable/obsidian/6.0.0/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A knowledge base that works on local Markdown files.
+home: https://truecharts.org/charts/stable/obsidian
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png
+keywords:
+ - obsidian
+ - productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: obsidian
+sources:
+ - https://github.com/sytone/obsidian-remote
+ - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote
+ - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian
+ - https://ghcr.io/sytone/obsidian-remote
+type: application
+version: 6.0.0
diff --git a/stable/obsidian/6.0.0/README.md b/stable/obsidian/6.0.0/README.md
new file mode 100644
index 00000000000..579a9436b83
--- /dev/null
+++ b/stable/obsidian/6.0.0/README.md
@@ -0,0 +1,28 @@
+---
+title: README
+---
+
+## General Info
+
+TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
+However only installations using the TrueNAS SCALE Apps system are supported.
+
+For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/obsidian)
+
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
+
+_All Rights Reserved - The TrueCharts Project_
diff --git a/stable/obsidian/6.0.0/app-changelog.md b/stable/obsidian/6.0.0/app-changelog.md
new file mode 100644
index 00000000000..dc2327cae9e
--- /dev/null
+++ b/stable/obsidian/6.0.0/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [obsidian-6.0.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-6.0.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/obsidian/6.0.0/app-readme.md b/stable/obsidian/6.0.0/app-readme.md
new file mode 100644
index 00000000000..6817dab93fb
--- /dev/null
+++ b/stable/obsidian/6.0.0/app-readme.md
@@ -0,0 +1,8 @@
+A knowledge base that works on local Markdown files.
+
+This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/obsidian](https://truecharts.org/charts/stable/obsidian)
+
+---
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
diff --git a/stable/obsidian/6.0.0/charts/common-20.2.4.tgz b/stable/obsidian/6.0.0/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/obsidian/6.0.0/charts/common-20.2.4.tgz differ
diff --git a/stable/obsidian/6.0.0/ix_values.yaml b/stable/obsidian/6.0.0/ix_values.yaml
new file mode 100644
index 00000000000..870a387f5e0
--- /dev/null
+++ b/stable/obsidian/6.0.0/ix_values.yaml
@@ -0,0 +1,37 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/sytone/obsidian-remote
+ tag: 0.1.1@sha256:0494ea57446e77609a469caf08a6886f3825f893883bfab2f4736e06d01c19b2
+persistence:
+ config:
+ enabled: true
+ mountPath: /config/.config/obsidian
+ vaults:
+ enabled: true
+ mountPath: /vaults
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ api:
+ enabled: true
+ ports:
+ http:
+ enabled: true
+ port: 27123
+ targetPort: 27123
+ https:
+ enabled: true
+ port: 27124
+ targetPort: 27124
+ main:
+ ports:
+ main:
+ port: 10292
+ protocol: http
+ targetPort: 8080
diff --git a/stable/obsidian/6.0.0/questions.yaml b/stable/obsidian/6.0.0/questions.yaml
new file mode 100755
index 00000000000..ac6cbd64ca3
--- /dev/null
+++ b/stable/obsidian/6.0.0/questions.yaml
@@ -0,0 +1,3178 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10292
+ required: true
+ - variable: api
+ label: "API Service"
+ description: "API Service"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: http
+ label: "http Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 27123
+ required: true
+ - variable: https
+ label: "https Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 27124
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Config."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: vaults
+ label: "App Vaults Storage"
+ description: "Stores the Application Vaults."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/openra/5.6.0/templates/common.yaml b/stable/obsidian/6.0.0/templates/common.yaml
similarity index 100%
rename from stable/openra/5.6.0/templates/common.yaml
rename to stable/obsidian/6.0.0/templates/common.yaml
diff --git a/stable/onlyoffice-document-server/17.7.0/values.yaml b/stable/obsidian/6.0.0/values.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/values.yaml
rename to stable/obsidian/6.0.0/values.yaml
diff --git a/stable/octoprint/13.6.0/CHANGELOG.md b/stable/octoprint/13.6.0/CHANGELOG.md
deleted file mode 100644
index d34f6184139..00000000000
--- a/stable/octoprint/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [octoprint-13.6.0](https://github.com/truecharts/charts/compare/octoprint-13.5.2...octoprint-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [octoprint-13.5.2](https://github.com/truecharts/charts/compare/octoprint-13.5.1...octoprint-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [octoprint-13.5.1](https://github.com/truecharts/charts/compare/octoprint-13.5.0...octoprint-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [octoprint-13.5.0](https://github.com/truecharts/charts/compare/octoprint-13.4.1...octoprint-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [octoprint-13.4.1](https://github.com/truecharts/charts/compare/octoprint-13.4.0...octoprint-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [octoprint-13.4.0](https://github.com/truecharts/charts/compare/octoprint-13.3.0...octoprint-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [octoprint-13.3.0](https://github.com/truecharts/charts/compare/octoprint-13.2.3...octoprint-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [octoprint-13.2.3](https://github.com/truecharts/charts/compare/octoprint-13.2.2...octoprint-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [octoprint-13.2.2](https://github.com/truecharts/charts/compare/octoprint-13.2.0...octoprint-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/octoprint/13.6.0/Chart.yaml b/stable/octoprint/13.6.0/Chart.yaml
deleted file mode 100644
index 0b42eb4306d..00000000000
--- a/stable/octoprint/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.9.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: OctoPrint is the snappy web interface for your 3D printer
-home: https://truecharts.org/charts/stable/octoprint
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png
-keywords:
- - octoprint
- - 3d
- - printer
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: octoprint
-sources:
- - https://github.com/OctoPrint/OctoPrint
- - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint
- - https://hub.docker.com/r/octoprint/octoprint
-type: application
-version: 13.6.0
diff --git a/stable/octoprint/13.6.0/charts/common-20.1.5.tgz b/stable/octoprint/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/octoprint/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/openaudible/5.6.0/.helmignore b/stable/octoprint/13.7.3/.helmignore
similarity index 100%
rename from stable/openaudible/5.6.0/.helmignore
rename to stable/octoprint/13.7.3/.helmignore
diff --git a/stable/octoprint/13.7.3/CHANGELOG.md b/stable/octoprint/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bcb167a8e2d
--- /dev/null
+++ b/stable/octoprint/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [octoprint-13.7.2](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/octoprint/13.7.3/Chart.yaml b/stable/octoprint/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..d73f0415d2e
--- /dev/null
+++ b/stable/octoprint/13.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.9.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: OctoPrint is the snappy web interface for your 3D printer
+home: https://truecharts.org/charts/stable/octoprint
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png
+keywords:
+ - octoprint
+ - 3d
+ - printer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: octoprint
+sources:
+ - https://github.com/OctoPrint/OctoPrint
+ - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint
+ - https://hub.docker.com/r/octoprint/octoprint
+type: application
+version: 13.7.3
diff --git a/stable/octoprint/13.6.0/README.md b/stable/octoprint/13.7.3/README.md
similarity index 100%
rename from stable/octoprint/13.6.0/README.md
rename to stable/octoprint/13.7.3/README.md
diff --git a/stable/octoprint/13.7.3/app-changelog.md b/stable/octoprint/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..918beee7429
--- /dev/null
+++ b/stable/octoprint/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [octoprint-13.7.3](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/octoprint/13.6.0/app-readme.md b/stable/octoprint/13.7.3/app-readme.md
similarity index 100%
rename from stable/octoprint/13.6.0/app-readme.md
rename to stable/octoprint/13.7.3/app-readme.md
diff --git a/stable/octoprint/13.7.3/charts/common-20.2.4.tgz b/stable/octoprint/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/octoprint/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/octoprint/13.6.0/ix_values.yaml b/stable/octoprint/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/octoprint/13.6.0/ix_values.yaml
rename to stable/octoprint/13.7.3/ix_values.yaml
diff --git a/stable/octoprint/13.6.0/questions.yaml b/stable/octoprint/13.7.3/questions.yaml
similarity index 100%
rename from stable/octoprint/13.6.0/questions.yaml
rename to stable/octoprint/13.7.3/questions.yaml
diff --git a/stable/ombi/18.6.0/templates/NOTES.txt b/stable/octoprint/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ombi/18.6.0/templates/NOTES.txt
rename to stable/octoprint/13.7.3/templates/NOTES.txt
diff --git a/stable/openaudible/5.6.0/templates/common.yaml b/stable/octoprint/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/openaudible/5.6.0/templates/common.yaml
rename to stable/octoprint/13.7.3/templates/common.yaml
diff --git a/stable/openaudible/5.6.0/values.yaml b/stable/octoprint/13.7.3/values.yaml
similarity index 100%
rename from stable/openaudible/5.6.0/values.yaml
rename to stable/octoprint/13.7.3/values.yaml
diff --git a/stable/odoo/17.6.1/CHANGELOG.md b/stable/odoo/17.6.1/CHANGELOG.md
deleted file mode 100644
index ea3460b00b5..00000000000
--- a/stable/odoo/17.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
-
diff --git a/stable/odoo/17.6.1/Chart.yaml b/stable/odoo/17.6.1/Chart.yaml
deleted file mode 100644
index e0374be4ccd..00000000000
--- a/stable/odoo/17.6.1/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 17.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
-home: https://truecharts.org/charts/stable/odoo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png
-keywords:
- - odoo
- - crm
- - pm
- - hr
- - accounting
- - mrp
- - marketing
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: odoo
-sources:
- - https://github.com/odoo/docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/odoo
- - https://hub.docker.com/_/odoo
-type: application
-version: 17.6.1
diff --git a/stable/odoo/17.6.1/app-changelog.md b/stable/odoo/17.6.1/app-changelog.md
deleted file mode 100644
index 3c4ec9cdf8f..00000000000
--- a/stable/odoo/17.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [odoo-17.6.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
\ No newline at end of file
diff --git a/stable/odoo/17.6.1/charts/common-20.1.5.tgz b/stable/odoo/17.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/odoo/17.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/odoo/17.6.1/questions.yaml b/stable/odoo/17.6.1/questions.yaml
deleted file mode 100755
index 1a8c78731b3..00000000000
--- a/stable/odoo/17.6.1/questions.yaml
+++ /dev/null
@@ -1,3572 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: odoo
- group: App Configuration
- label: Odoo
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: additionalConf
- label: Additional File Configuration Options
- description: |
- Configure additional file configuration options for Odoo.
- Options are appended to the end of the configuration file.
- After the predefined configuration options.
- schema:
- type: list
- default: []
- items:
- - variable: conf
- label: Configuration Option
- schema:
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 8069
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: odoo
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: addons
- label: "App Addons Storage"
- description: "Stores the Application addons."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 101
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 101
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/openbooks/4.6.0/.helmignore b/stable/odoo/17.7.3/.helmignore
similarity index 100%
rename from stable/openbooks/4.6.0/.helmignore
rename to stable/odoo/17.7.3/.helmignore
diff --git a/stable/odoo/17.7.3/CHANGELOG.md b/stable/odoo/17.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ccb58aa572a
--- /dev/null
+++ b/stable/odoo/17.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [odoo-17.7.3](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
+
+
+## [odoo-17.7.2](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
+
+
+## [odoo-17.7.2](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
+
+
+## [odoo-17.7.2](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
+
+
+## [odoo-17.7.2](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
+
+
+## [odoo-17.7.2](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
\ No newline at end of file
diff --git a/stable/odoo/17.7.3/Chart.yaml b/stable/odoo/17.7.3/Chart.yaml
new file mode 100644
index 00000000000..723757c4917
--- /dev/null
+++ b/stable/odoo/17.7.3/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 17.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
+home: https://truecharts.org/charts/stable/odoo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png
+keywords:
+ - odoo
+ - crm
+ - pm
+ - hr
+ - accounting
+ - mrp
+ - marketing
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: odoo
+sources:
+ - https://github.com/odoo/docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/odoo
+ - https://hub.docker.com/_/odoo
+type: application
+version: 17.7.3
diff --git a/stable/odoo/17.6.1/README.md b/stable/odoo/17.7.3/README.md
similarity index 100%
rename from stable/odoo/17.6.1/README.md
rename to stable/odoo/17.7.3/README.md
diff --git a/stable/odoo/17.7.3/app-changelog.md b/stable/odoo/17.7.3/app-changelog.md
new file mode 100644
index 00000000000..fd01472037c
--- /dev/null
+++ b/stable/odoo/17.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [odoo-17.7.3](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/odoo to 17.0[@7523a05](https://github.com/7523a05) by renovate ([#19224](https://github.com/truecharts/charts/issues/19224))
\ No newline at end of file
diff --git a/stable/odoo/17.6.1/app-readme.md b/stable/odoo/17.7.3/app-readme.md
similarity index 100%
rename from stable/odoo/17.6.1/app-readme.md
rename to stable/odoo/17.7.3/app-readme.md
diff --git a/stable/odoo/17.7.3/charts/common-20.2.4.tgz b/stable/odoo/17.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/odoo/17.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/odoo/17.6.1/ix_values.yaml b/stable/odoo/17.7.3/ix_values.yaml
similarity index 100%
rename from stable/odoo/17.6.1/ix_values.yaml
rename to stable/odoo/17.7.3/ix_values.yaml
diff --git a/stable/odoo/17.7.3/questions.yaml b/stable/odoo/17.7.3/questions.yaml
new file mode 100755
index 00000000000..8b4aa76dd47
--- /dev/null
+++ b/stable/odoo/17.7.3/questions.yaml
@@ -0,0 +1,3574 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: odoo
+ group: App Configuration
+ label: Odoo
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: additionalConf
+ label: Additional File Configuration Options
+ description: |
+ Configure additional file configuration options for Odoo.
+ Options are appended to the end of the configuration file.
+ After the predefined configuration options.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: conf
+ label: Configuration Option
+ schema:
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 8069
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: odoo
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: addons
+ label: "App Addons Storage"
+ description: "Stores the Application addons."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 101
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 101
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/onlyoffice-document-server/17.7.0/templates/NOTES.txt b/stable/odoo/17.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/templates/NOTES.txt
rename to stable/odoo/17.7.3/templates/NOTES.txt
diff --git a/stable/odoo/17.6.1/templates/_configmap.tpl b/stable/odoo/17.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/odoo/17.6.1/templates/_configmap.tpl
rename to stable/odoo/17.7.3/templates/_configmap.tpl
diff --git a/stable/odoo/17.6.1/templates/common.yaml b/stable/odoo/17.7.3/templates/common.yaml
similarity index 100%
rename from stable/odoo/17.6.1/templates/common.yaml
rename to stable/odoo/17.7.3/templates/common.yaml
diff --git a/stable/openbooks/4.6.0/values.yaml b/stable/odoo/17.7.3/values.yaml
similarity index 100%
rename from stable/openbooks/4.6.0/values.yaml
rename to stable/odoo/17.7.3/values.yaml
diff --git a/stable/ollama/5.2.2/CHANGELOG.md b/stable/ollama/5.2.2/CHANGELOG.md
deleted file mode 100644
index df804cb10ab..00000000000
--- a/stable/ollama/5.2.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-20)
-
-### Chore
-
diff --git a/stable/ollama/5.2.2/Chart.yaml b/stable/ollama/5.2.2/Chart.yaml
deleted file mode 100644
index 541dc7c4d1b..00000000000
--- a/stable/ollama/5.2.2/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: AI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.1.29
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Get up and running with large language models locally.
-home: https://truecharts.org/charts/stable/ollama
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png
-keywords:
- - ollama
- - language-models
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ollama
-sources:
- - https://github.com/ollama/ollama
- - https://github.com/open-webui/open-webui
- - https://github.com/truecharts/charts/tree/master/charts/stable/ollama
- - https://hub.docker.com/r/ollama/ollama
- - https://ghcr.io/open-webui/open-webui
-type: application
-version: 5.2.2
diff --git a/stable/ollama/5.2.2/app-changelog.md b/stable/ollama/5.2.2/app-changelog.md
deleted file mode 100644
index dbf526519c6..00000000000
--- a/stable/ollama/5.2.2/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [ollama-5.2.2](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
-
-- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
\ No newline at end of file
diff --git a/stable/ollama/5.2.2/charts/common-20.2.2.tgz b/stable/ollama/5.2.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/ollama/5.2.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/ollama/5.2.2/ix_values.yaml b/stable/ollama/5.2.2/ix_values.yaml
deleted file mode 100644
index 323a43e4b91..00000000000
--- a/stable/ollama/5.2.2/ix_values.yaml
+++ /dev/null
@@ -1,115 +0,0 @@
-image:
- repository: ollama/ollama
- pullPolicy: IfNotPresent
- tag: 0.1.29@sha256:75fb97cdd8f435756d26eb7783599122b814c4b97da2012dc21ebc0efbd90fef
-uiImage:
- repository: ghcr.io/open-webui/open-webui
- pullPolicy: IfNotPresent
- tag: latest@sha256:e0a5a54184832e9f9e395d81b1f855444b95dd11dfeb1a9f6a8c4a22f43cd4ec
-
-service:
- main:
- targetSelector: ui
- ports:
- main:
- protocol: http
- port: 10686
- targetSelector: ui
- api:
- enabled: true
- targetSelector: main
- ports:
- api:
- enabled: true
- protocol: http
- targetPort: 11434
- port: 11434
- targetSelector: main
-
-ingress:
- api:
- enabled: false
- targetSelector:
- api: api
-
-workload:
- main:
- podSpec:
- containers:
- main:
- imageSelector: image
- securityContext:
- runAsUser: 0
- runAsGroup: 0
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- probes:
- liveness:
- enabled: true
- type: http
- path: /api/version
- port: "{{ .Values.service.api.ports.api.targetPort }}"
- readiness:
- enabled: true
- type: http
- path: /api/version
- port: "{{ .Values.service.api.ports.api.targetPort }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.api.ports.api.targetPort }}"
- ui:
- enabled: true
- type: Deployment
- podSpec:
- containers:
- ui:
- primary: true
- enabled: true
- imageSelector: uiImage
- securityContext:
- runAsUser: 0
- runAsGroup: 0
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- probes:
- liveness:
- enabled: true
- type: http
- path: /
- port: "{{ .Values.service.main.ports.main.port }}"
- readiness:
- enabled: true
- type: http
- path: /
- port: "{{ .Values.service.main.ports.main.port }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- env:
- PORT: "{{ .Values.service.main.ports.main.port }}"
- DATA_DIR: "{{ .Values.persistence.data.mountPath }}"
- OLLAMA_BASE_URL: '{{ printf "http://%v-api:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.targetPort }}'
- WEBUI_SECRET_KEY:
- secretKeyRef:
- name: ollama-secrets
- key: WEBUI_SECRET_KEY
-
-persistence:
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: "/root/.ollama"
- data:
- enabled: true
- targetSelector:
- ui:
- ui:
- mountPath: "/app/backend/data"
-
-portal:
- open:
- enabled: true
diff --git a/stable/ollama/5.2.2/questions.yaml b/stable/ollama/5.2.2/questions.yaml
deleted file mode 100755
index b1358b44044..00000000000
--- a/stable/ollama/5.2.2/questions.yaml
+++ /dev/null
@@ -1,3457 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
-
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10686
- required: true
- - variable: api
- label: API Service
- description: The API service.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: api
- label: API Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 11434
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
-
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: api
- label: "API Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
-
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
-
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/opengl-desktop-g3/5.6.1/.helmignore b/stable/ollama/5.3.0/.helmignore
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/.helmignore
rename to stable/ollama/5.3.0/.helmignore
diff --git a/stable/ollama/5.3.0/CHANGELOG.md b/stable/ollama/5.3.0/CHANGELOG.md
new file mode 100644
index 00000000000..06c1d21b4d8
--- /dev/null
+++ b/stable/ollama/5.3.0/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ollama-5.3.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
+
+
+## [ollama-5.2.5](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
+
+
+## [ollama-5.2.5](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
+
+
+## [ollama-5.2.4](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
\ No newline at end of file
diff --git a/stable/ollama/5.3.0/Chart.yaml b/stable/ollama/5.3.0/Chart.yaml
new file mode 100644
index 00000000000..205689d75ce
--- /dev/null
+++ b/stable/ollama/5.3.0/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: AI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.29
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Get up and running with large language models locally.
+home: https://truecharts.org/charts/stable/ollama
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png
+keywords:
+ - ollama
+ - language-models
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ollama
+sources:
+ - https://github.com/ollama/ollama
+ - https://github.com/open-webui/open-webui
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ollama
+ - https://hub.docker.com/r/ollama/ollama
+ - https://ghcr.io/open-webui/open-webui
+type: application
+version: 5.3.0
diff --git a/stable/ollama/5.2.2/README.md b/stable/ollama/5.3.0/README.md
similarity index 100%
rename from stable/ollama/5.2.2/README.md
rename to stable/ollama/5.3.0/README.md
diff --git a/stable/ollama/5.3.0/app-changelog.md b/stable/ollama/5.3.0/app-changelog.md
new file mode 100644
index 00000000000..c9dadc8d2f5
--- /dev/null
+++ b/stable/ollama/5.3.0/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [ollama-5.3.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.3.0) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@d822c99](https://github.com/d822c99) by renovate ([#19748](https://github.com/truecharts/charts/issues/19748))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@63fed5e](https://github.com/63fed5e) by renovate ([#19579](https://github.com/truecharts/charts/issues/19579))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@e0a5a54](https://github.com/e0a5a54) by renovate ([#19482](https://github.com/truecharts/charts/issues/19482))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19300](https://github.com/truecharts/charts/issues/19300))
+
+- update container image ghcr.io/open-webui/open-webui to latest[@74b95a7](https://github.com/74b95a7) by renovate ([#19262](https://github.com/truecharts/charts/issues/19262))
\ No newline at end of file
diff --git a/stable/ollama/5.2.2/app-readme.md b/stable/ollama/5.3.0/app-readme.md
similarity index 100%
rename from stable/ollama/5.2.2/app-readme.md
rename to stable/ollama/5.3.0/app-readme.md
diff --git a/stable/ollama/5.3.0/charts/common-20.2.4.tgz b/stable/ollama/5.3.0/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ollama/5.3.0/charts/common-20.2.4.tgz differ
diff --git a/stable/ollama/5.3.0/ix_values.yaml b/stable/ollama/5.3.0/ix_values.yaml
new file mode 100644
index 00000000000..3bd000400da
--- /dev/null
+++ b/stable/ollama/5.3.0/ix_values.yaml
@@ -0,0 +1,137 @@
+image:
+ repository: ollama/ollama
+ pullPolicy: IfNotPresent
+ tag: 0.1.29@sha256:75fb97cdd8f435756d26eb7783599122b814c4b97da2012dc21ebc0efbd90fef
+uiImage:
+ repository: ghcr.io/open-webui/open-webui
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:d822c999c4d09f36e01a88473ceccfb53b88bbadf7c839ac6d8f5ae6d57620f5
+
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ targetSelector: ui
+ ports:
+ main:
+ protocol: http
+ port: 10686
+ targetSelector: ui
+ api:
+ enabled: true
+ targetSelector: main
+ ports:
+ api:
+ enabled: true
+ protocol: http
+ targetPort: 11434
+ port: 11434
+ targetSelector: main
+
+ingress:
+ api:
+ enabled: false
+ targetSelector:
+ api: api
+
+ollama:
+ registration:
+ enabled: true
+ # admin | user | pending
+ def_user_role: "pending"
+ stable_diffusion:
+ base_url: ""
+ whisper:
+ model: "base"
+ rag:
+ # cpu | gpu | mps
+ model_device_type: "cpu"
+ # embedding model
+ model: "all-MiniLM-L6-v2"
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ imageSelector: image
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /api/version
+ port: "{{ .Values.service.api.ports.api.targetPort }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /api/version
+ port: "{{ .Values.service.api.ports.api.targetPort }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.api.ports.api.targetPort }}"
+ ui:
+ enabled: true
+ type: Deployment
+ podSpec:
+ containers:
+ ui:
+ primary: true
+ enabled: true
+ imageSelector: uiImage
+ resources:
+ excludeExtra: true
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /
+ port: "{{ .Values.service.main.ports.main.port }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /
+ port: "{{ .Values.service.main.ports.main.port }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ env:
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ OLLAMA_BASE_URL: '{{ printf "http://%v-api:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.targetPort }}'
+ WEBUI_SECRET_KEY:
+ secretKeyRef:
+ name: ollama-secrets
+ key: WEBUI_SECRET_KEY
+ AUTOMATIC1111_BASE_URL: "{{ .Values.ollama.stable_diffusion.base_url }}"
+ ENABLE_SIGNUP: "{{ .Values.ollama.registration.enabled }}"
+ DEFAULT_USER_ROLE: "{{ .Values.ollama.registration.def_user_role }}"
+ WHISPER_MODEL: "{{ .Values.ollama.whisper.model }}"
+ RAG_EMBEDDING_MODEL: "{{ .Values.ollama.rag.model }}"
+ RAG_EMBEDDING_MODEL_DEVICE_TYPE: "{{ .Values.ollama.rag.model_device_type }}"
+ # OPENAI_API_BASE_URL
+ # OPENAI_API_KEY
+ # DEFAULT_MODELS
+
+persistence:
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: "/root/.ollama"
+ data:
+ enabled: true
+ targetSelector:
+ ui:
+ ui:
+ mountPath: "/app/backend/data"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/ollama/5.3.0/questions.yaml b/stable/ollama/5.3.0/questions.yaml
new file mode 100755
index 00000000000..d9016efd5c3
--- /dev/null
+++ b/stable/ollama/5.3.0/questions.yaml
@@ -0,0 +1,3533 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+
+ - variable: ollama
+ group: App Configuration
+ label: Ollama
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: registration
+ label: Registration Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Registration
+ schema:
+ type: boolean
+ default: true
+ - variable: def_user_role
+ label: Default User Role
+ schema:
+ type: string
+ default: pending
+ enum:
+ - value: pending
+ description: Pending
+ - value: user
+ description: User
+ - value: admin
+ description: Admin
+ - variable: stable_diffusion
+ label: Stable Diffusion Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: base_url
+ label: Base Url
+ schema:
+ type: string
+ default: ""
+ - variable: whisper
+ label: Whisper Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: model
+ label: Model
+ schema:
+ type: string
+ default: "base"
+ - variable: rag
+ label: Rag Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: model_device_type
+ label: Model Device Type
+ schema:
+ type: string
+ default: "cpu"
+ enum:
+ - value: cpu
+ description: CPU
+ - value: gpu
+ description: GPU (nvidia)
+ - value: mps
+ description: MPS (Apple)
+ - variable: model
+ label: Embedding Model
+ schema:
+ type: string
+ default: "all-MiniLM-L6-v2"
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10686
+ required: true
+ - variable: api
+ label: API Service
+ description: The API service.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: api
+ label: API Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 11434
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: api
+ label: "API Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/openbooks/4.6.0/templates/NOTES.txt b/stable/ollama/5.3.0/templates/NOTES.txt
similarity index 100%
rename from stable/openbooks/4.6.0/templates/NOTES.txt
rename to stable/ollama/5.3.0/templates/NOTES.txt
diff --git a/stable/ollama/5.2.2/templates/_secrets.tpl b/stable/ollama/5.3.0/templates/_secrets.tpl
similarity index 100%
rename from stable/ollama/5.2.2/templates/_secrets.tpl
rename to stable/ollama/5.3.0/templates/_secrets.tpl
diff --git a/stable/ollama/5.2.2/templates/common.yaml b/stable/ollama/5.3.0/templates/common.yaml
similarity index 100%
rename from stable/ollama/5.2.2/templates/common.yaml
rename to stable/ollama/5.3.0/templates/common.yaml
diff --git a/stable/opengl-desktop-g3/5.6.1/values.yaml b/stable/ollama/5.3.0/values.yaml
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/values.yaml
rename to stable/ollama/5.3.0/values.yaml
diff --git a/stable/omada-controller/14.6.0/CHANGELOG.md b/stable/omada-controller/14.6.0/CHANGELOG.md
deleted file mode 100644
index 8bd7727211d..00000000000
--- a/stable/omada-controller/14.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [omada-controller-14.6.0](https://github.com/truecharts/charts/compare/omada-controller-14.5.2...omada-controller-14.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [omada-controller-14.5.2](https://github.com/truecharts/charts/compare/omada-controller-14.5.1...omada-controller-14.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [omada-controller-14.5.1](https://github.com/truecharts/charts/compare/omada-controller-14.5.0...omada-controller-14.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [omada-controller-14.5.0](https://github.com/truecharts/charts/compare/omada-controller-14.4.2...omada-controller-14.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [omada-controller-14.4.2](https://github.com/truecharts/charts/compare/omada-controller-14.4.1...omada-controller-14.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image mbentley/omada-controller to 5.13[@538ec21](https://github.com/538ec21) by renovate ([#19033](https://github.com/truecharts/charts/issues/19033))
-
-
-## [omada-controller-14.4.1](https://github.com/truecharts/charts/compare/omada-controller-14.4.0...omada-controller-14.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [omada-controller-14.4.0](https://github.com/truecharts/charts/compare/omada-controller-14.3.0...omada-controller-14.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [omada-controller-14.3.0](https://github.com/truecharts/charts/compare/omada-controller-14.2.4...omada-controller-14.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [omada-controller-14.2.4](https://github.com/truecharts/charts/compare/omada-controller-14.2.3...omada-controller-14.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [omada-controller-14.2.3](https://github.com/truecharts/charts/compare/omada-controller-14.2.1...omada-controller-14.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/omada-controller/14.6.0/Chart.yaml b/stable/omada-controller/14.6.0/Chart.yaml
deleted file mode 100644
index c9255d9288d..00000000000
--- a/stable/omada-controller/14.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.13.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Omada is a SDN tool for TP-Link Omada hardware
-home: https://truecharts.org/charts/stable/omada-controller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png
-keywords:
- - omada-controller
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: omada-controller
-sources:
- - https://github.com/mbentley/docker-omada-controller
- - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- - https://hub.docker.com/r/mbentley/omada-controller
-type: application
-version: 14.6.0
diff --git a/stable/omada-controller/14.6.0/charts/common-20.1.5.tgz b/stable/omada-controller/14.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/omada-controller/14.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/openhab/9.7.0/.helmignore b/stable/omada-controller/14.7.3/.helmignore
similarity index 100%
rename from stable/openhab/9.7.0/.helmignore
rename to stable/omada-controller/14.7.3/.helmignore
diff --git a/stable/omada-controller/14.7.3/CHANGELOG.md b/stable/omada-controller/14.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..543590ec9f5
--- /dev/null
+++ b/stable/omada-controller/14.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [omada-controller-14.7.2](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/omada-controller/14.7.3/Chart.yaml b/stable/omada-controller/14.7.3/Chart.yaml
new file mode 100644
index 00000000000..28f232e73e9
--- /dev/null
+++ b/stable/omada-controller/14.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.13.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Omada is a SDN tool for TP-Link Omada hardware
+home: https://truecharts.org/charts/stable/omada-controller
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png
+keywords:
+ - omada-controller
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: omada-controller
+sources:
+ - https://github.com/mbentley/docker-omada-controller
+ - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
+ - https://hub.docker.com/r/mbentley/omada-controller
+type: application
+version: 14.7.3
diff --git a/stable/omada-controller/14.6.0/README.md b/stable/omada-controller/14.7.3/README.md
similarity index 100%
rename from stable/omada-controller/14.6.0/README.md
rename to stable/omada-controller/14.7.3/README.md
diff --git a/stable/omada-controller/14.7.3/app-changelog.md b/stable/omada-controller/14.7.3/app-changelog.md
new file mode 100644
index 00000000000..255f4a217ca
--- /dev/null
+++ b/stable/omada-controller/14.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [omada-controller-14.7.3](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/omada-controller/14.6.0/app-readme.md b/stable/omada-controller/14.7.3/app-readme.md
similarity index 100%
rename from stable/omada-controller/14.6.0/app-readme.md
rename to stable/omada-controller/14.7.3/app-readme.md
diff --git a/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz b/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/omada-controller/14.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/omada-controller/14.6.0/ix_values.yaml b/stable/omada-controller/14.7.3/ix_values.yaml
similarity index 100%
rename from stable/omada-controller/14.6.0/ix_values.yaml
rename to stable/omada-controller/14.7.3/ix_values.yaml
diff --git a/stable/omada-controller/14.6.0/questions.yaml b/stable/omada-controller/14.7.3/questions.yaml
similarity index 100%
rename from stable/omada-controller/14.6.0/questions.yaml
rename to stable/omada-controller/14.7.3/questions.yaml
diff --git a/stable/openhab/9.7.0/templates/NOTES.txt b/stable/omada-controller/14.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/openhab/9.7.0/templates/NOTES.txt
rename to stable/omada-controller/14.7.3/templates/NOTES.txt
diff --git a/stable/omada-controller/14.6.0/templates/common.yaml b/stable/omada-controller/14.7.3/templates/common.yaml
similarity index 100%
rename from stable/omada-controller/14.6.0/templates/common.yaml
rename to stable/omada-controller/14.7.3/templates/common.yaml
diff --git a/stable/openhab/9.7.0/values.yaml b/stable/omada-controller/14.7.3/values.yaml
similarity index 100%
rename from stable/openhab/9.7.0/values.yaml
rename to stable/omada-controller/14.7.3/values.yaml
diff --git a/stable/ombi/18.6.0/CHANGELOG.md b/stable/ombi/18.6.0/CHANGELOG.md
deleted file mode 100644
index ddb9204cc6c..00000000000
--- a/stable/ombi/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ombi-18.6.0](https://github.com/truecharts/charts/compare/ombi-18.5.2...ombi-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ombi-18.5.2](https://github.com/truecharts/charts/compare/ombi-18.5.1...ombi-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ombi-18.5.1](https://github.com/truecharts/charts/compare/ombi-18.5.0...ombi-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ombi-18.5.0](https://github.com/truecharts/charts/compare/ombi-18.4.1...ombi-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ombi-18.4.1](https://github.com/truecharts/charts/compare/ombi-18.4.0...ombi-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ombi-18.4.0](https://github.com/truecharts/charts/compare/ombi-18.3.0...ombi-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ombi-18.3.0](https://github.com/truecharts/charts/compare/ombi-18.2.3...ombi-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ombi-18.2.3](https://github.com/truecharts/charts/compare/ombi-18.2.2...ombi-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ombi-18.2.2](https://github.com/truecharts/charts/compare/ombi-18.2.0...ombi-18.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ombi/18.6.0/Chart.yaml b/stable/ombi/18.6.0/Chart.yaml
deleted file mode 100644
index c6fee73a646..00000000000
--- a/stable/ombi/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.43.11
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
-home: https://truecharts.org/charts/stable/ombi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png
-keywords:
- - ombi
- - plex
- - emby
- - sonarr
- - radarr
- - couchpotato
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ombi
-sources:
- - https://github.com/tidusjar/Ombi
- - https://github.com/truecharts/charts/tree/master/charts/stable/ombi
- - https://github.com/truecharts/containers/tree/master/apps/ombi
-type: application
-version: 18.6.0
diff --git a/stable/ombi/18.6.0/charts/common-20.1.5.tgz b/stable/ombi/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ombi/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/openra/5.6.0/.helmignore b/stable/ombi/18.7.3/.helmignore
similarity index 100%
rename from stable/openra/5.6.0/.helmignore
rename to stable/ombi/18.7.3/.helmignore
diff --git a/stable/ombi/18.7.3/CHANGELOG.md b/stable/ombi/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d54db9500fc
--- /dev/null
+++ b/stable/ombi/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ombi-18.7.2](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ombi/18.7.3/Chart.yaml b/stable/ombi/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..f0ffee8feee
--- /dev/null
+++ b/stable/ombi/18.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.43.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
+home: https://truecharts.org/charts/stable/ombi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png
+keywords:
+ - ombi
+ - plex
+ - emby
+ - sonarr
+ - radarr
+ - couchpotato
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ombi
+sources:
+ - https://github.com/tidusjar/Ombi
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ombi
+ - https://github.com/truecharts/containers/tree/master/apps/ombi
+type: application
+version: 18.7.3
diff --git a/stable/ombi/18.6.0/README.md b/stable/ombi/18.7.3/README.md
similarity index 100%
rename from stable/ombi/18.6.0/README.md
rename to stable/ombi/18.7.3/README.md
diff --git a/stable/ombi/18.7.3/app-changelog.md b/stable/ombi/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..2b7b5d245f0
--- /dev/null
+++ b/stable/ombi/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ombi-18.7.3](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ombi/18.6.0/app-readme.md b/stable/ombi/18.7.3/app-readme.md
similarity index 100%
rename from stable/ombi/18.6.0/app-readme.md
rename to stable/ombi/18.7.3/app-readme.md
diff --git a/stable/ombi/18.7.3/charts/common-20.2.4.tgz b/stable/ombi/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ombi/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ombi/18.6.0/ix_values.yaml b/stable/ombi/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/ombi/18.6.0/ix_values.yaml
rename to stable/ombi/18.7.3/ix_values.yaml
diff --git a/stable/ombi/18.6.0/questions.yaml b/stable/ombi/18.7.3/questions.yaml
similarity index 100%
rename from stable/ombi/18.6.0/questions.yaml
rename to stable/ombi/18.7.3/questions.yaml
diff --git a/stable/openspeedtest/8.6.0/templates/NOTES.txt b/stable/ombi/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/openspeedtest/8.6.0/templates/NOTES.txt
rename to stable/ombi/18.7.3/templates/NOTES.txt
diff --git a/stable/openspeedtest/8.6.0/templates/common.yaml b/stable/ombi/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/openspeedtest/8.6.0/templates/common.yaml
rename to stable/ombi/18.7.3/templates/common.yaml
diff --git a/stable/openra/5.6.0/values.yaml b/stable/ombi/18.7.3/values.yaml
similarity index 100%
rename from stable/openra/5.6.0/values.yaml
rename to stable/ombi/18.7.3/values.yaml
diff --git a/stable/onlinecheckyourserver/5.6.0/CHANGELOG.md b/stable/onlinecheckyourserver/5.6.0/CHANGELOG.md
deleted file mode 100644
index 15fd5a29ced..00000000000
--- a/stable/onlinecheckyourserver/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [onlinecheckyourserver-5.6.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.5.2...onlinecheckyourserver-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [onlinecheckyourserver-5.5.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.5.1...onlinecheckyourserver-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [onlinecheckyourserver-5.5.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.5.0...onlinecheckyourserver-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [onlinecheckyourserver-5.5.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.4.1...onlinecheckyourserver-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [onlinecheckyourserver-5.4.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.4.0...onlinecheckyourserver-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [onlinecheckyourserver-5.4.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.3.0...onlinecheckyourserver-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [onlinecheckyourserver-5.3.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.3...onlinecheckyourserver-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [onlinecheckyourserver-5.2.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.2...onlinecheckyourserver-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [onlinecheckyourserver-5.2.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.0...onlinecheckyourserver-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/onlinecheckyourserver/5.6.0/Chart.yaml b/stable/onlinecheckyourserver/5.6.0/Chart.yaml
deleted file mode 100644
index 2f2a23525c0..00000000000
--- a/stable/onlinecheckyourserver/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline.
-home: https://truecharts.org/charts/stable/onlinecheckyourserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png
-keywords:
- - onlinecheckyourserver
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: onlinecheckyourserver
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver
- - https://hub.docker.com/r/ich777/online-check-pushover
-type: application
-version: 5.6.0
diff --git a/stable/onlinecheckyourserver/5.6.0/charts/common-20.1.5.tgz b/stable/onlinecheckyourserver/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/onlinecheckyourserver/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/openspeedtest/8.6.0/.helmignore b/stable/onlinecheckyourserver/5.7.3/.helmignore
similarity index 100%
rename from stable/openspeedtest/8.6.0/.helmignore
rename to stable/onlinecheckyourserver/5.7.3/.helmignore
diff --git a/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md b/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..78324a60a9c
--- /dev/null
+++ b/stable/onlinecheckyourserver/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [onlinecheckyourserver-5.7.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/onlinecheckyourserver/5.7.3/Chart.yaml b/stable/onlinecheckyourserver/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..5bc8c1350b0
--- /dev/null
+++ b/stable/onlinecheckyourserver/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline.
+home: https://truecharts.org/charts/stable/onlinecheckyourserver
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png
+keywords:
+ - onlinecheckyourserver
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: onlinecheckyourserver
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver
+ - https://hub.docker.com/r/ich777/online-check-pushover
+type: application
+version: 5.7.3
diff --git a/stable/onlinecheckyourserver/5.6.0/README.md b/stable/onlinecheckyourserver/5.7.3/README.md
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/README.md
rename to stable/onlinecheckyourserver/5.7.3/README.md
diff --git a/stable/onlinecheckyourserver/5.7.3/app-changelog.md b/stable/onlinecheckyourserver/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..24f7c4e814d
--- /dev/null
+++ b/stable/onlinecheckyourserver/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [onlinecheckyourserver-5.7.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/onlinecheckyourserver/5.6.0/app-readme.md b/stable/onlinecheckyourserver/5.7.3/app-readme.md
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/app-readme.md
rename to stable/onlinecheckyourserver/5.7.3/app-readme.md
diff --git a/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz b/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/onlinecheckyourserver/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/onlinecheckyourserver/5.6.0/ix_values.yaml b/stable/onlinecheckyourserver/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/ix_values.yaml
rename to stable/onlinecheckyourserver/5.7.3/ix_values.yaml
diff --git a/stable/onlinecheckyourserver/5.6.0/questions.yaml b/stable/onlinecheckyourserver/5.7.3/questions.yaml
similarity index 100%
rename from stable/onlinecheckyourserver/5.6.0/questions.yaml
rename to stable/onlinecheckyourserver/5.7.3/questions.yaml
diff --git a/stable/openttd/5.6.0/templates/common.yaml b/stable/onlinecheckyourserver/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/openttd/5.6.0/templates/common.yaml
rename to stable/onlinecheckyourserver/5.7.3/templates/common.yaml
diff --git a/stable/openspeedtest/8.6.0/values.yaml b/stable/onlinecheckyourserver/5.7.3/values.yaml
similarity index 100%
rename from stable/openspeedtest/8.6.0/values.yaml
rename to stable/onlinecheckyourserver/5.7.3/values.yaml
diff --git a/stable/onlyoffice-document-server/17.7.0/CHANGELOG.md b/stable/onlyoffice-document-server/17.7.0/CHANGELOG.md
deleted file mode 100644
index d61a201c413..00000000000
--- a/stable/onlyoffice-document-server/17.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
diff --git a/stable/onlyoffice-document-server/17.7.0/Chart.yaml b/stable/onlyoffice-document-server/17.7.0/Chart.yaml
deleted file mode 100644
index c65bf963081..00000000000
--- a/stable/onlyoffice-document-server/17.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: office
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 8.0.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
-home: https://truecharts.org/charts/stable/onlyoffice-document-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png
-keywords:
- - onlyoffice
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: onlyoffice-document-server
-sources:
- - https://github.com/ONLYOFFICE/Docker-DocumentServer
- - https://github.com/ONLYOFFICE/DocumentServer
- - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server
- - https://hub.docker.com/r/onlyoffice/documentserver
-type: application
-version: 17.7.0
diff --git a/stable/onlyoffice-document-server/17.7.0/app-changelog.md b/stable/onlyoffice-document-server/17.7.0/app-changelog.md
deleted file mode 100644
index b4458428e8b..00000000000
--- a/stable/onlyoffice-document-server/17.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [onlyoffice-document-server-17.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/onlyoffice-document-server/17.7.0/charts/common-20.2.0.tgz b/stable/onlyoffice-document-server/17.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/onlyoffice-document-server/17.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/onlyoffice-document-server/17.7.0/charts/redis-13.0.5.tgz b/stable/onlyoffice-document-server/17.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/onlyoffice-document-server/17.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/onlyoffice-document-server/17.7.0/questions.yaml b/stable/onlyoffice-document-server/17.7.0/questions.yaml
deleted file mode 100755
index 49e4fd9eedd..00000000000
--- a/stable/onlyoffice-document-server/17.7.0/questions.yaml
+++ /dev/null
@@ -1,3008 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: JWT_SECRET
- label: "JWT_SECRET"
- description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server."
- schema:
- type: string
- private: true
- default: "REPLACETHIS"
- - variable: JWT_ENABLED
- label: "JWT_ENABLED"
- description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server."
- schema:
- type: boolean
- default: false
- - variable: WOPI_ENABLED
- label: "WOPI_ENABLED"
- description: "Specifies the enabling the wopi handlers."
- schema:
- type: boolean
- default: false
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10043
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/openttd/5.6.0/.helmignore b/stable/onlyoffice-document-server/17.8.2/.helmignore
similarity index 100%
rename from stable/openttd/5.6.0/.helmignore
rename to stable/onlyoffice-document-server/17.8.2/.helmignore
diff --git a/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md b/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..e9e7f5a4358
--- /dev/null
+++ b/stable/onlyoffice-document-server/17.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [onlyoffice-document-server-17.8.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [onlyoffice-document-server-17.8.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [onlyoffice-document-server-17.8.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [onlyoffice-document-server-17.8.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [onlyoffice-document-server-17.8.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/onlyoffice-document-server/17.8.2/Chart.yaml b/stable/onlyoffice-document-server/17.8.2/Chart.yaml
new file mode 100644
index 00000000000..b6beaf2d5e9
--- /dev/null
+++ b/stable/onlyoffice-document-server/17.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: office
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 8.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
+home: https://truecharts.org/charts/stable/onlyoffice-document-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png
+keywords:
+ - onlyoffice
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: onlyoffice-document-server
+sources:
+ - https://github.com/ONLYOFFICE/Docker-DocumentServer
+ - https://github.com/ONLYOFFICE/DocumentServer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server
+ - https://hub.docker.com/r/onlyoffice/documentserver
+type: application
+version: 17.8.2
diff --git a/stable/onlyoffice-document-server/17.7.0/README.md b/stable/onlyoffice-document-server/17.8.2/README.md
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/README.md
rename to stable/onlyoffice-document-server/17.8.2/README.md
diff --git a/stable/onlyoffice-document-server/17.8.2/app-changelog.md b/stable/onlyoffice-document-server/17.8.2/app-changelog.md
new file mode 100644
index 00000000000..d36ac334c1b
--- /dev/null
+++ b/stable/onlyoffice-document-server/17.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [onlyoffice-document-server-17.8.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/onlyoffice-document-server/17.7.0/app-readme.md b/stable/onlyoffice-document-server/17.8.2/app-readme.md
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/app-readme.md
rename to stable/onlyoffice-document-server/17.8.2/app-readme.md
diff --git a/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz b/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/onlyoffice-document-server/17.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/onlyoffice-document-server/17.8.2/charts/redis-13.2.2.tgz b/stable/onlyoffice-document-server/17.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/onlyoffice-document-server/17.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/onlyoffice-document-server/17.7.0/ix_values.yaml b/stable/onlyoffice-document-server/17.8.2/ix_values.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/17.7.0/ix_values.yaml
rename to stable/onlyoffice-document-server/17.8.2/ix_values.yaml
diff --git a/stable/onlyoffice-document-server/17.8.2/questions.yaml b/stable/onlyoffice-document-server/17.8.2/questions.yaml
new file mode 100755
index 00000000000..7d1ff2bdfae
--- /dev/null
+++ b/stable/onlyoffice-document-server/17.8.2/questions.yaml
@@ -0,0 +1,3010 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: JWT_SECRET
+ label: "JWT_SECRET"
+ description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server."
+ schema:
+ type: string
+ private: true
+ default: "REPLACETHIS"
+ - variable: JWT_ENABLED
+ label: "JWT_ENABLED"
+ description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server."
+ schema:
+ type: boolean
+ default: false
+ - variable: WOPI_ENABLED
+ label: "WOPI_ENABLED"
+ description: "Specifies the enabling the wopi handlers."
+ schema:
+ type: boolean
+ default: false
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10043
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/openvscode-server/9.8.0/templates/NOTES.txt b/stable/onlyoffice-document-server/17.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/openvscode-server/9.8.0/templates/NOTES.txt
rename to stable/onlyoffice-document-server/17.8.2/templates/NOTES.txt
diff --git a/stable/openvscode-server/9.8.0/templates/common.yaml b/stable/onlyoffice-document-server/17.8.2/templates/common.yaml
similarity index 100%
rename from stable/openvscode-server/9.8.0/templates/common.yaml
rename to stable/onlyoffice-document-server/17.8.2/templates/common.yaml
diff --git a/stable/openttd/5.6.0/values.yaml b/stable/onlyoffice-document-server/17.8.2/values.yaml
similarity index 100%
rename from stable/openttd/5.6.0/values.yaml
rename to stable/onlyoffice-document-server/17.8.2/values.yaml
diff --git a/stable/openaudible/5.6.0/CHANGELOG.md b/stable/openaudible/5.6.0/CHANGELOG.md
deleted file mode 100644
index c9e95808217..00000000000
--- a/stable/openaudible/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openaudible-5.6.0](https://github.com/truecharts/charts/compare/openaudible-5.5.2...openaudible-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [openaudible-5.5.2](https://github.com/truecharts/charts/compare/openaudible-5.5.1...openaudible-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [openaudible-5.5.1](https://github.com/truecharts/charts/compare/openaudible-5.5.0...openaudible-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [openaudible-5.5.0](https://github.com/truecharts/charts/compare/openaudible-5.4.1...openaudible-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [openaudible-5.4.1](https://github.com/truecharts/charts/compare/openaudible-5.4.0...openaudible-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [openaudible-5.4.0](https://github.com/truecharts/charts/compare/openaudible-5.3.0...openaudible-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [openaudible-5.3.0](https://github.com/truecharts/charts/compare/openaudible-5.2.3...openaudible-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [openaudible-5.2.3](https://github.com/truecharts/charts/compare/openaudible-5.2.2...openaudible-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [openaudible-5.2.2](https://github.com/truecharts/charts/compare/openaudible-5.2.0...openaudible-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/openaudible/5.6.0/Chart.yaml b/stable/openaudible/5.6.0/Chart.yaml
deleted file mode 100644
index dde24277863..00000000000
--- a/stable/openaudible/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: All your audiobooks in one place
-home: https://truecharts.org/charts/stable/openaudible
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png
-keywords:
- - audible
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openaudible
-sources:
- - https://github.com/openaudible/openaudible_docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible
- - https://hub.docker.com/r/openaudible/openaudible
-type: application
-version: 5.6.0
diff --git a/stable/openaudible/5.6.0/charts/common-20.1.5.tgz b/stable/openaudible/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/openaudible/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/openvscode-server/9.8.0/.helmignore b/stable/openaudible/5.7.3/.helmignore
similarity index 100%
rename from stable/openvscode-server/9.8.0/.helmignore
rename to stable/openaudible/5.7.3/.helmignore
diff --git a/stable/openaudible/5.7.3/CHANGELOG.md b/stable/openaudible/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ec6656c4ddf
--- /dev/null
+++ b/stable/openaudible/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openaudible-5.7.2](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openaudible/5.7.3/Chart.yaml b/stable/openaudible/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b0d9e840416
--- /dev/null
+++ b/stable/openaudible/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: All your audiobooks in one place
+home: https://truecharts.org/charts/stable/openaudible
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png
+keywords:
+ - audible
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openaudible
+sources:
+ - https://github.com/openaudible/openaudible_docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible
+ - https://hub.docker.com/r/openaudible/openaudible
+type: application
+version: 5.7.3
diff --git a/stable/openaudible/5.6.0/README.md b/stable/openaudible/5.7.3/README.md
similarity index 100%
rename from stable/openaudible/5.6.0/README.md
rename to stable/openaudible/5.7.3/README.md
diff --git a/stable/openaudible/5.7.3/app-changelog.md b/stable/openaudible/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a01a0949d6e
--- /dev/null
+++ b/stable/openaudible/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [openaudible-5.7.3](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openaudible/5.6.0/app-readme.md b/stable/openaudible/5.7.3/app-readme.md
similarity index 100%
rename from stable/openaudible/5.6.0/app-readme.md
rename to stable/openaudible/5.7.3/app-readme.md
diff --git a/stable/openaudible/5.7.3/charts/common-20.2.4.tgz b/stable/openaudible/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openaudible/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/openaudible/5.6.0/ix_values.yaml b/stable/openaudible/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/openaudible/5.6.0/ix_values.yaml
rename to stable/openaudible/5.7.3/ix_values.yaml
diff --git a/stable/openaudible/5.6.0/questions.yaml b/stable/openaudible/5.7.3/questions.yaml
similarity index 100%
rename from stable/openaudible/5.6.0/questions.yaml
rename to stable/openaudible/5.7.3/questions.yaml
diff --git a/stable/organizr/18.6.0/templates/common.yaml b/stable/openaudible/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/organizr/18.6.0/templates/common.yaml
rename to stable/openaudible/5.7.3/templates/common.yaml
diff --git a/stable/openvscode-server/9.8.0/values.yaml b/stable/openaudible/5.7.3/values.yaml
similarity index 100%
rename from stable/openvscode-server/9.8.0/values.yaml
rename to stable/openaudible/5.7.3/values.yaml
diff --git a/stable/openbooks/4.6.0/CHANGELOG.md b/stable/openbooks/4.6.0/CHANGELOG.md
deleted file mode 100644
index b2e66c8a5c3..00000000000
--- a/stable/openbooks/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openbooks-4.6.0](https://github.com/truecharts/charts/compare/openbooks-4.5.2...openbooks-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [openbooks-4.5.2](https://github.com/truecharts/charts/compare/openbooks-4.5.1...openbooks-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [openbooks-4.5.1](https://github.com/truecharts/charts/compare/openbooks-4.5.0...openbooks-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [openbooks-4.5.0](https://github.com/truecharts/charts/compare/openbooks-4.4.1...openbooks-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [openbooks-4.4.1](https://github.com/truecharts/charts/compare/openbooks-4.4.0...openbooks-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [openbooks-4.4.0](https://github.com/truecharts/charts/compare/openbooks-4.3.0...openbooks-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [openbooks-4.3.0](https://github.com/truecharts/charts/compare/openbooks-4.2.3...openbooks-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [openbooks-4.2.3](https://github.com/truecharts/charts/compare/openbooks-4.2.2...openbooks-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [openbooks-4.2.2](https://github.com/truecharts/charts/compare/openbooks-4.2.0...openbooks-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/openbooks/4.6.0/Chart.yaml b/stable/openbooks/4.6.0/Chart.yaml
deleted file mode 100644
index 9d487163d2e..00000000000
--- a/stable/openbooks/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: IRC Highway eBook Downloads.
-home: https://truecharts.org/charts/stable/openbooks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
-keywords:
- - openbooks
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openbooks
-sources:
- - https://github.com/evan-buss/openbooks
- - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks
- - https://hub.docker.com/r/evanbuss/openbooks
-type: application
-version: 4.6.0
diff --git a/stable/openbooks/4.6.0/charts/common-20.1.5.tgz b/stable/openbooks/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/openbooks/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/organizr/18.6.0/.helmignore b/stable/openbooks/4.7.3/.helmignore
similarity index 100%
rename from stable/organizr/18.6.0/.helmignore
rename to stable/openbooks/4.7.3/.helmignore
diff --git a/stable/openbooks/4.7.3/CHANGELOG.md b/stable/openbooks/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f9529a348b2
--- /dev/null
+++ b/stable/openbooks/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openbooks-4.7.2](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openbooks/4.7.3/Chart.yaml b/stable/openbooks/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..9e5fe803a85
--- /dev/null
+++ b/stable/openbooks/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: IRC Highway eBook Downloads.
+home: https://truecharts.org/charts/stable/openbooks
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.png
+keywords:
+ - openbooks
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openbooks
+sources:
+ - https://github.com/evan-buss/openbooks
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks
+ - https://hub.docker.com/r/evanbuss/openbooks
+type: application
+version: 4.7.3
diff --git a/stable/openbooks/4.6.0/README.md b/stable/openbooks/4.7.3/README.md
similarity index 100%
rename from stable/openbooks/4.6.0/README.md
rename to stable/openbooks/4.7.3/README.md
diff --git a/stable/openbooks/4.7.3/app-changelog.md b/stable/openbooks/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..b6b08e4eb81
--- /dev/null
+++ b/stable/openbooks/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [openbooks-4.7.3](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openbooks/4.6.0/app-readme.md b/stable/openbooks/4.7.3/app-readme.md
similarity index 100%
rename from stable/openbooks/4.6.0/app-readme.md
rename to stable/openbooks/4.7.3/app-readme.md
diff --git a/stable/openbooks/4.7.3/charts/common-20.2.4.tgz b/stable/openbooks/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openbooks/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/openbooks/4.6.0/ix_values.yaml b/stable/openbooks/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/openbooks/4.6.0/ix_values.yaml
rename to stable/openbooks/4.7.3/ix_values.yaml
diff --git a/stable/openbooks/4.6.0/questions.yaml b/stable/openbooks/4.7.3/questions.yaml
similarity index 100%
rename from stable/openbooks/4.6.0/questions.yaml
rename to stable/openbooks/4.7.3/questions.yaml
diff --git a/stable/organizr/18.6.0/templates/NOTES.txt b/stable/openbooks/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/organizr/18.6.0/templates/NOTES.txt
rename to stable/openbooks/4.7.3/templates/NOTES.txt
diff --git a/stable/openbooks/4.6.0/templates/_args.tpl b/stable/openbooks/4.7.3/templates/_args.tpl
similarity index 100%
rename from stable/openbooks/4.6.0/templates/_args.tpl
rename to stable/openbooks/4.7.3/templates/_args.tpl
diff --git a/stable/openbooks/4.6.0/templates/common.yaml b/stable/openbooks/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/openbooks/4.6.0/templates/common.yaml
rename to stable/openbooks/4.7.3/templates/common.yaml
diff --git a/stable/organizr/18.6.0/values.yaml b/stable/openbooks/4.7.3/values.yaml
similarity index 100%
rename from stable/organizr/18.6.0/values.yaml
rename to stable/openbooks/4.7.3/values.yaml
diff --git a/stable/opengl-desktop-g3/5.6.1/CHANGELOG.md b/stable/opengl-desktop-g3/5.6.1/CHANGELOG.md
deleted file mode 100644
index b2e909ff399..00000000000
--- a/stable/opengl-desktop-g3/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
-
diff --git a/stable/opengl-desktop-g3/5.6.1/Chart.yaml b/stable/opengl-desktop-g3/5.6.1/Chart.yaml
deleted file mode 100644
index 7de8d35665a..00000000000
--- a/stable/opengl-desktop-g3/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/opengl-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png
-keywords:
- - opengl-desktop-g3
- - Productivity
- - Tools-Utilities
- - MediaApp-Photos
- - MediaApp-Other
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: opengl-desktop-g3
-sources:
- - https://github.com/accetto/headless-drawing-g3/
- - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3
- - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3
-type: application
-version: 5.6.1
diff --git a/stable/opengl-desktop-g3/5.6.1/app-changelog.md b/stable/opengl-desktop-g3/5.6.1/app-changelog.md
deleted file mode 100644
index a115183ab62..00000000000
--- a/stable/opengl-desktop-g3/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [opengl-desktop-g3-5.6.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
\ No newline at end of file
diff --git a/stable/opengl-desktop-g3/5.6.1/charts/common-20.1.5.tgz b/stable/opengl-desktop-g3/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/opengl-desktop-g3/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/oscam/13.6.0/.helmignore b/stable/opengl-desktop-g3/5.7.3/.helmignore
similarity index 100%
rename from stable/oscam/13.6.0/.helmignore
rename to stable/opengl-desktop-g3/5.7.3/.helmignore
diff --git a/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md b/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..21f4471fa2d
--- /dev/null
+++ b/stable/opengl-desktop-g3/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
+
+
+## [opengl-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
+
+
+## [opengl-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
+
+
+## [opengl-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
+
+
+## [opengl-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
+
+
+## [opengl-desktop-g3-5.7.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
\ No newline at end of file
diff --git a/stable/opengl-desktop-g3/5.7.3/Chart.yaml b/stable/opengl-desktop-g3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e30b06e2d8a
--- /dev/null
+++ b/stable/opengl-desktop-g3/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
+home: https://truecharts.org/charts/stable/opengl-desktop-g3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png
+keywords:
+ - opengl-desktop-g3
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Photos
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: opengl-desktop-g3
+sources:
+ - https://github.com/accetto/headless-drawing-g3/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3
+ - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3
+type: application
+version: 5.7.3
diff --git a/stable/opengl-desktop-g3/5.6.1/README.md b/stable/opengl-desktop-g3/5.7.3/README.md
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/README.md
rename to stable/opengl-desktop-g3/5.7.3/README.md
diff --git a/stable/opengl-desktop-g3/5.7.3/app-changelog.md b/stable/opengl-desktop-g3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..cc665f1905a
--- /dev/null
+++ b/stable/opengl-desktop-g3/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [opengl-desktop-g3-5.7.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@d00b5ab](https://github.com/d00b5ab) by renovate ([#19215](https://github.com/truecharts/charts/issues/19215))
\ No newline at end of file
diff --git a/stable/opengl-desktop-g3/5.6.1/app-readme.md b/stable/opengl-desktop-g3/5.7.3/app-readme.md
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/app-readme.md
rename to stable/opengl-desktop-g3/5.7.3/app-readme.md
diff --git a/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz b/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/opengl-desktop-g3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/opengl-desktop-g3/5.6.1/ix_values.yaml b/stable/opengl-desktop-g3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/ix_values.yaml
rename to stable/opengl-desktop-g3/5.7.3/ix_values.yaml
diff --git a/stable/opengl-desktop-g3/5.6.1/questions.yaml b/stable/opengl-desktop-g3/5.7.3/questions.yaml
similarity index 100%
rename from stable/opengl-desktop-g3/5.6.1/questions.yaml
rename to stable/opengl-desktop-g3/5.7.3/questions.yaml
diff --git a/stable/owi2plex/5.6.0/templates/common.yaml b/stable/opengl-desktop-g3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/owi2plex/5.6.0/templates/common.yaml
rename to stable/opengl-desktop-g3/5.7.3/templates/common.yaml
diff --git a/stable/oscam/13.6.0/values.yaml b/stable/opengl-desktop-g3/5.7.3/values.yaml
similarity index 100%
rename from stable/oscam/13.6.0/values.yaml
rename to stable/opengl-desktop-g3/5.7.3/values.yaml
diff --git a/stable/openhab/9.7.0/CHANGELOG.md b/stable/openhab/9.7.0/CHANGELOG.md
deleted file mode 100644
index 3c293d19a87..00000000000
--- a/stable/openhab/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/openhab/9.7.0/Chart.yaml b/stable/openhab/9.7.0/Chart.yaml
deleted file mode 100644
index 63f7b9d2864..00000000000
--- a/stable/openhab/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.1.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: OpenHab is a home-automation application
-home: https://truecharts.org/charts/stable/openhab
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png
-keywords:
- - openhab
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openhab
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/openhab
- - https://hub.docker.com/r/openhab/openhab
-type: application
-version: 9.7.0
diff --git a/stable/openhab/9.7.0/app-changelog.md b/stable/openhab/9.7.0/app-changelog.md
deleted file mode 100644
index 3d1385e9d6a..00000000000
--- a/stable/openhab/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [openhab-9.7.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openhab/9.7.0/charts/common-20.2.0.tgz b/stable/openhab/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/openhab/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/openhab/9.7.0/ix_values.yaml b/stable/openhab/9.7.0/ix_values.yaml
deleted file mode 100644
index b797f91284d..00000000000
--- a/stable/openhab/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
-image:
- repository: openhab/openhab
- pullPolicy: IfNotPresent
- tag: 4.1.1@sha256:cf4e12d448c892559fbd088c20187cb4640d6301b0f4adebf5f8ae6acc1a050c
-service:
- main:
- ports:
- main:
- protocol: http
- port: 10169
- https:
- enabled: true
- ports:
- https:
- protocol: https
- enabled: true
- port: 10170
-configmap:
- init:
- enabled: true
- data:
- enable-console-logging.sh: |
- echo 'Enabling console logging.'
- sed -i -E 's|().*|\1|' /openhab/userdata/etc/log4j2.xml
-persistence:
- config:
- enabled: true
- mountPath: "/openhab/conf"
- addons:
- enabled: true
- mountPath: "/openhab/addons"
- userdata:
- enabled: true
- mountPath: "/openhab/userdata"
- init:
- enabled: true
- mountPath: /etc/cont-init.d/enable-console-logging.sh
- subPath: enable-console-logging.sh
- type: configmap
- objectName: init
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- env:
- OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
- OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"
diff --git a/stable/outline/12.7.0/.helmignore b/stable/openhab/9.7.4/.helmignore
similarity index 100%
rename from stable/outline/12.7.0/.helmignore
rename to stable/openhab/9.7.4/.helmignore
diff --git a/stable/openhab/9.7.4/CHANGELOG.md b/stable/openhab/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..a5bec1b9cb7
--- /dev/null
+++ b/stable/openhab/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openhab-9.7.3](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openhab-9.7.3](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openhab-9.7.3](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openhab-9.7.3](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openhab-9.7.3](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openhab/9.7.4/Chart.yaml b/stable/openhab/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..fe9af0bb3a0
--- /dev/null
+++ b/stable/openhab/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: OpenHab is a home-automation application
+home: https://truecharts.org/charts/stable/openhab
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png
+keywords:
+ - openhab
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openhab
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openhab
+ - https://hub.docker.com/r/openhab/openhab
+type: application
+version: 9.7.4
diff --git a/stable/openhab/9.7.0/README.md b/stable/openhab/9.7.4/README.md
similarity index 100%
rename from stable/openhab/9.7.0/README.md
rename to stable/openhab/9.7.4/README.md
diff --git a/stable/openhab/9.7.4/app-changelog.md b/stable/openhab/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..342d6be84ff
--- /dev/null
+++ b/stable/openhab/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [openhab-9.7.4](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image openhab/openhab to v4.1.2[@73b9ba2](https://github.com/73b9ba2) by renovate ([#19708](https://github.com/truecharts/charts/issues/19708))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openhab/9.7.0/app-readme.md b/stable/openhab/9.7.4/app-readme.md
similarity index 100%
rename from stable/openhab/9.7.0/app-readme.md
rename to stable/openhab/9.7.4/app-readme.md
diff --git a/stable/openhab/9.7.4/charts/common-20.2.4.tgz b/stable/openhab/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openhab/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/openhab/9.7.4/ix_values.yaml b/stable/openhab/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..e1b73e71d80
--- /dev/null
+++ b/stable/openhab/9.7.4/ix_values.yaml
@@ -0,0 +1,64 @@
+image:
+ repository: openhab/openhab
+ pullPolicy: IfNotPresent
+ tag: 4.1.2@sha256:73b9ba282b79faccd0f036f7d857ea0ace2834a1105fd0c6c87d58979c4d72bb
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10169
+ https:
+ enabled: true
+ ports:
+ https:
+ protocol: https
+ enabled: true
+ port: 10170
+configmap:
+ init:
+ enabled: true
+ data:
+ enable-console-logging.sh: |
+ echo 'Enabling console logging.'
+ sed -i -E 's|().*|\1|' /openhab/userdata/etc/log4j2.xml
+persistence:
+ config:
+ enabled: true
+ mountPath: "/openhab/conf"
+ addons:
+ enabled: true
+ mountPath: "/openhab/addons"
+ userdata:
+ enabled: true
+ mountPath: "/openhab/userdata"
+ init:
+ enabled: true
+ mountPath: /etc/cont-init.d/enable-console-logging.sh
+ subPath: enable-console-logging.sh
+ type: configmap
+ objectName: init
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ env:
+ OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
+ OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"
diff --git a/stable/openhab/9.7.0/questions.yaml b/stable/openhab/9.7.4/questions.yaml
similarity index 100%
rename from stable/openhab/9.7.0/questions.yaml
rename to stable/openhab/9.7.4/questions.yaml
diff --git a/stable/oscam/13.6.0/templates/NOTES.txt b/stable/openhab/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/oscam/13.6.0/templates/NOTES.txt
rename to stable/openhab/9.7.4/templates/NOTES.txt
diff --git a/stable/openhab/9.7.0/templates/common.yaml b/stable/openhab/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/openhab/9.7.0/templates/common.yaml
rename to stable/openhab/9.7.4/templates/common.yaml
diff --git a/stable/outline/12.7.0/values.yaml b/stable/openhab/9.7.4/values.yaml
similarity index 100%
rename from stable/outline/12.7.0/values.yaml
rename to stable/openhab/9.7.4/values.yaml
diff --git a/stable/openra/5.6.0/CHANGELOG.md b/stable/openra/5.6.0/CHANGELOG.md
deleted file mode 100644
index 798b11ebcff..00000000000
--- a/stable/openra/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openra-5.6.0](https://github.com/truecharts/charts/compare/openra-5.5.2...openra-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [openra-5.5.2](https://github.com/truecharts/charts/compare/openra-5.5.1...openra-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [openra-5.5.1](https://github.com/truecharts/charts/compare/openra-5.5.0...openra-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [openra-5.5.0](https://github.com/truecharts/charts/compare/openra-5.4.1...openra-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [openra-5.4.1](https://github.com/truecharts/charts/compare/openra-5.4.0...openra-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [openra-5.4.0](https://github.com/truecharts/charts/compare/openra-5.3.0...openra-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [openra-5.3.0](https://github.com/truecharts/charts/compare/openra-5.2.3...openra-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [openra-5.2.3](https://github.com/truecharts/charts/compare/openra-5.2.2...openra-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [openra-5.2.2](https://github.com/truecharts/charts/compare/openra-5.2.0...openra-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/openra/5.6.0/Chart.yaml b/stable/openra/5.6.0/Chart.yaml
deleted file mode 100644
index 8ee0121ec60..00000000000
--- a/stable/openra/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]
-home: https://truecharts.org/charts/stable/openra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png
-keywords:
- - openra
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openra
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/openra
- - https://hub.docker.com/r/rmoriz/openra
-type: application
-version: 5.6.0
diff --git a/stable/openra/5.6.0/charts/common-20.1.5.tgz b/stable/openra/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/openra/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/overseerr/13.6.0/.helmignore b/stable/openra/5.7.3/.helmignore
similarity index 100%
rename from stable/overseerr/13.6.0/.helmignore
rename to stable/openra/5.7.3/.helmignore
diff --git a/stable/openra/5.7.3/CHANGELOG.md b/stable/openra/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1eed1fd7e72
--- /dev/null
+++ b/stable/openra/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openra-5.7.2](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openra/5.7.3/Chart.yaml b/stable/openra/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ebcc48a79cb
--- /dev/null
+++ b/stable/openra/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]
+home: https://truecharts.org/charts/stable/openra
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png
+keywords:
+ - openra
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openra
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openra
+ - https://hub.docker.com/r/rmoriz/openra
+type: application
+version: 5.7.3
diff --git a/stable/openra/5.6.0/README.md b/stable/openra/5.7.3/README.md
similarity index 100%
rename from stable/openra/5.6.0/README.md
rename to stable/openra/5.7.3/README.md
diff --git a/stable/openra/5.7.3/app-changelog.md b/stable/openra/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..889ea2699ed
--- /dev/null
+++ b/stable/openra/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [openra-5.7.3](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openra/5.6.0/app-readme.md b/stable/openra/5.7.3/app-readme.md
similarity index 100%
rename from stable/openra/5.6.0/app-readme.md
rename to stable/openra/5.7.3/app-readme.md
diff --git a/stable/openra/5.7.3/charts/common-20.2.4.tgz b/stable/openra/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openra/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/openra/5.6.0/ix_values.yaml b/stable/openra/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/openra/5.6.0/ix_values.yaml
rename to stable/openra/5.7.3/ix_values.yaml
diff --git a/stable/openra/5.6.0/questions.yaml b/stable/openra/5.7.3/questions.yaml
similarity index 100%
rename from stable/openra/5.6.0/questions.yaml
rename to stable/openra/5.7.3/questions.yaml
diff --git a/stable/passwordpusherephemeral/5.6.0/templates/common.yaml b/stable/openra/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/templates/common.yaml
rename to stable/openra/5.7.3/templates/common.yaml
diff --git a/stable/overseerr/13.6.0/values.yaml b/stable/openra/5.7.3/values.yaml
similarity index 100%
rename from stable/overseerr/13.6.0/values.yaml
rename to stable/openra/5.7.3/values.yaml
diff --git a/stable/openspeedtest/8.6.0/CHANGELOG.md b/stable/openspeedtest/8.6.0/CHANGELOG.md
deleted file mode 100644
index 804f758b43c..00000000000
--- a/stable/openspeedtest/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openspeedtest-8.6.0](https://github.com/truecharts/charts/compare/openspeedtest-8.5.2...openspeedtest-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [openspeedtest-8.5.2](https://github.com/truecharts/charts/compare/openspeedtest-8.5.1...openspeedtest-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [openspeedtest-8.5.1](https://github.com/truecharts/charts/compare/openspeedtest-8.5.0...openspeedtest-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [openspeedtest-8.5.0](https://github.com/truecharts/charts/compare/openspeedtest-8.4.1...openspeedtest-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [openspeedtest-8.4.1](https://github.com/truecharts/charts/compare/openspeedtest-8.4.0...openspeedtest-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [openspeedtest-8.4.0](https://github.com/truecharts/charts/compare/openspeedtest-8.3.0...openspeedtest-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [openspeedtest-8.3.0](https://github.com/truecharts/charts/compare/openspeedtest-8.2.3...openspeedtest-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [openspeedtest-8.2.3](https://github.com/truecharts/charts/compare/openspeedtest-8.2.2...openspeedtest-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [openspeedtest-8.2.2](https://github.com/truecharts/charts/compare/openspeedtest-8.2.0...openspeedtest-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/openspeedtest/8.6.0/Chart.yaml b/stable/openspeedtest/8.6.0/Chart.yaml
deleted file mode 100644
index 92255cf8d61..00000000000
--- a/stable/openspeedtest/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
-home: https://truecharts.org/charts/stable/openspeedtest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png
-keywords:
- - speedtest
- - speed test
- - openspeedtest
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openspeedtest
-sources:
- - https://github.com/openspeedtest/Speed-Test
- - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
- - https://hub.docker.com/r/openspeedtest/latest
-type: application
-version: 8.6.0
diff --git a/stable/openspeedtest/8.6.0/charts/common-20.1.5.tgz b/stable/openspeedtest/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/openspeedtest/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/owi2plex/5.6.0/.helmignore b/stable/openspeedtest/8.7.3/.helmignore
similarity index 100%
rename from stable/owi2plex/5.6.0/.helmignore
rename to stable/openspeedtest/8.7.3/.helmignore
diff --git a/stable/openspeedtest/8.7.3/CHANGELOG.md b/stable/openspeedtest/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2e57663170f
--- /dev/null
+++ b/stable/openspeedtest/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openspeedtest-8.7.2](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openspeedtest/8.7.3/Chart.yaml b/stable/openspeedtest/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..74d14bfc80d
--- /dev/null
+++ b/stable/openspeedtest/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
+home: https://truecharts.org/charts/stable/openspeedtest
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png
+keywords:
+ - speedtest
+ - speed test
+ - openspeedtest
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openspeedtest
+sources:
+ - https://github.com/openspeedtest/Speed-Test
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
+ - https://hub.docker.com/r/openspeedtest/latest
+type: application
+version: 8.7.3
diff --git a/stable/openspeedtest/8.6.0/README.md b/stable/openspeedtest/8.7.3/README.md
similarity index 100%
rename from stable/openspeedtest/8.6.0/README.md
rename to stable/openspeedtest/8.7.3/README.md
diff --git a/stable/openspeedtest/8.7.3/app-changelog.md b/stable/openspeedtest/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..1d46edb1746
--- /dev/null
+++ b/stable/openspeedtest/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [openspeedtest-8.7.3](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openspeedtest/8.6.0/app-readme.md b/stable/openspeedtest/8.7.3/app-readme.md
similarity index 100%
rename from stable/openspeedtest/8.6.0/app-readme.md
rename to stable/openspeedtest/8.7.3/app-readme.md
diff --git a/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz b/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openspeedtest/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/openspeedtest/8.6.0/ix_values.yaml b/stable/openspeedtest/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/openspeedtest/8.6.0/ix_values.yaml
rename to stable/openspeedtest/8.7.3/ix_values.yaml
diff --git a/stable/openspeedtest/8.6.0/questions.yaml b/stable/openspeedtest/8.7.3/questions.yaml
similarity index 100%
rename from stable/openspeedtest/8.6.0/questions.yaml
rename to stable/openspeedtest/8.7.3/questions.yaml
diff --git a/stable/outline/12.7.0/templates/NOTES.txt b/stable/openspeedtest/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/outline/12.7.0/templates/NOTES.txt
rename to stable/openspeedtest/8.7.3/templates/NOTES.txt
diff --git a/stable/oscam/13.6.0/templates/common.yaml b/stable/openspeedtest/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/oscam/13.6.0/templates/common.yaml
rename to stable/openspeedtest/8.7.3/templates/common.yaml
diff --git a/stable/owi2plex/5.6.0/values.yaml b/stable/openspeedtest/8.7.3/values.yaml
similarity index 100%
rename from stable/owi2plex/5.6.0/values.yaml
rename to stable/openspeedtest/8.7.3/values.yaml
diff --git a/stable/openttd/5.6.0/CHANGELOG.md b/stable/openttd/5.6.0/CHANGELOG.md
deleted file mode 100644
index ff0337c8070..00000000000
--- a/stable/openttd/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openttd-5.6.0](https://github.com/truecharts/charts/compare/openttd-5.5.2...openttd-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [openttd-5.5.2](https://github.com/truecharts/charts/compare/openttd-5.5.1...openttd-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [openttd-5.5.1](https://github.com/truecharts/charts/compare/openttd-5.5.0...openttd-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [openttd-5.5.0](https://github.com/truecharts/charts/compare/openttd-5.4.1...openttd-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [openttd-5.4.1](https://github.com/truecharts/charts/compare/openttd-5.4.0...openttd-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [openttd-5.4.0](https://github.com/truecharts/charts/compare/openttd-5.3.0...openttd-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [openttd-5.3.0](https://github.com/truecharts/charts/compare/openttd-5.2.3...openttd-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [openttd-5.2.3](https://github.com/truecharts/charts/compare/openttd-5.2.2...openttd-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [openttd-5.2.2](https://github.com/truecharts/charts/compare/openttd-5.2.0...openttd-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/openttd/5.6.0/Chart.yaml b/stable/openttd/5.6.0/Chart.yaml
deleted file mode 100644
index 9f5386ec98a..00000000000
--- a/stable/openttd/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build).
-home: https://truecharts.org/charts/stable/openttd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png
-keywords:
- - openttd
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openttd
-sources:
- - https://www.openttd.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/openttd
- - https://hub.docker.com/r/ich777/openttdserver
-type: application
-version: 5.6.0
diff --git a/stable/openttd/5.6.0/charts/common-20.1.5.tgz b/stable/openttd/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/openttd/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/owncast/13.6.0/.helmignore b/stable/openttd/5.7.3/.helmignore
similarity index 100%
rename from stable/owncast/13.6.0/.helmignore
rename to stable/openttd/5.7.3/.helmignore
diff --git a/stable/openttd/5.7.3/CHANGELOG.md b/stable/openttd/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..36f48633f95
--- /dev/null
+++ b/stable/openttd/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [openttd-5.7.2](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openttd/5.7.3/Chart.yaml b/stable/openttd/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6627393ab98
--- /dev/null
+++ b/stable/openttd/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build).
+home: https://truecharts.org/charts/stable/openttd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png
+keywords:
+ - openttd
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openttd
+sources:
+ - https://www.openttd.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openttd
+ - https://hub.docker.com/r/ich777/openttdserver
+type: application
+version: 5.7.3
diff --git a/stable/openttd/5.6.0/README.md b/stable/openttd/5.7.3/README.md
similarity index 100%
rename from stable/openttd/5.6.0/README.md
rename to stable/openttd/5.7.3/README.md
diff --git a/stable/openttd/5.7.3/app-changelog.md b/stable/openttd/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..56bb6b2655e
--- /dev/null
+++ b/stable/openttd/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [openttd-5.7.3](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/openttd/5.6.0/app-readme.md b/stable/openttd/5.7.3/app-readme.md
similarity index 100%
rename from stable/openttd/5.6.0/app-readme.md
rename to stable/openttd/5.7.3/app-readme.md
diff --git a/stable/openttd/5.7.3/charts/common-20.2.4.tgz b/stable/openttd/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openttd/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/openttd/5.6.0/ix_values.yaml b/stable/openttd/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/openttd/5.6.0/ix_values.yaml
rename to stable/openttd/5.7.3/ix_values.yaml
diff --git a/stable/openttd/5.6.0/questions.yaml b/stable/openttd/5.7.3/questions.yaml
similarity index 100%
rename from stable/openttd/5.6.0/questions.yaml
rename to stable/openttd/5.7.3/questions.yaml
diff --git a/stable/pasta/8.6.0/templates/common.yaml b/stable/openttd/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pasta/8.6.0/templates/common.yaml
rename to stable/openttd/5.7.3/templates/common.yaml
diff --git a/stable/owncast/13.6.0/values.yaml b/stable/openttd/5.7.3/values.yaml
similarity index 100%
rename from stable/owncast/13.6.0/values.yaml
rename to stable/openttd/5.7.3/values.yaml
diff --git a/stable/openvscode-server/9.8.0/CHANGELOG.md b/stable/openvscode-server/9.8.0/CHANGELOG.md
deleted file mode 100644
index 3ee5d58fa6a..00000000000
--- a/stable/openvscode-server/9.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.7.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
-
-
-## [openvscode-server-9.7.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.7.1) (2024-03-16)
-
-### Chore
diff --git a/stable/openvscode-server/9.8.0/Chart.yaml b/stable/openvscode-server/9.8.0/Chart.yaml
deleted file mode 100644
index fac25f34f2b..00000000000
--- a/stable/openvscode-server/9.8.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.87.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
-home: https://truecharts.org/charts/stable/openvscode-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png
-keywords:
- - openvscode-server
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openvscode-server
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server
- - https://ghcr.io/linuxserver/openvscode-server
-type: application
-version: 9.8.0
diff --git a/stable/openvscode-server/9.8.0/app-changelog.md b/stable/openvscode-server/9.8.0/app-changelog.md
deleted file mode 100644
index 3747fc19e4c..00000000000
--- a/stable/openvscode-server/9.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [openvscode-server-9.8.0](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
\ No newline at end of file
diff --git a/stable/openvscode-server/9.8.0/charts/common-20.2.0.tgz b/stable/openvscode-server/9.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/openvscode-server/9.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/openvscode-server/9.8.0/ix_values.yaml b/stable/openvscode-server/9.8.0/ix_values.yaml
deleted file mode 100644
index f9a5a6590d1..00000000000
--- a/stable/openvscode-server/9.8.0/ix_values.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/openvscode-server
- pullPolicy: IfNotPresent
- tag: 1.87.0@sha256:42dff8d49437820d5ae51e5b6882230951b78bced0f5a774464bb6079ffb2709
-# secretEnv:
-# CONNECTION_TOKEN: "somerandomstring"
-# CONNECTION_SECRET: ""
-# SUDO_PASSWORD: ""
-service:
- main:
- ports:
- main:
- targetPort: 3000
- port: 10135
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/palworld/2.6.0/.helmignore b/stable/openvscode-server/9.8.4/.helmignore
similarity index 100%
rename from stable/palworld/2.6.0/.helmignore
rename to stable/openvscode-server/9.8.4/.helmignore
diff --git a/stable/openvscode-server/9.8.4/CHANGELOG.md b/stable/openvscode-server/9.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..49949acfbb1
--- /dev/null
+++ b/stable/openvscode-server/9.8.4/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
+
+
+## [openvscode-server-9.8.3](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
+
+
+## [openvscode-server-9.8.3](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
+
+
+## [openvscode-server-9.8.3](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
+
+
+## [openvscode-server-9.8.3](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/openvscode-server/9.8.4/Chart.yaml b/stable/openvscode-server/9.8.4/Chart.yaml
new file mode 100644
index 00000000000..9755829d140
--- /dev/null
+++ b/stable/openvscode-server/9.8.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.87.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
+home: https://truecharts.org/charts/stable/openvscode-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png
+keywords:
+ - openvscode-server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openvscode-server
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server
+ - https://ghcr.io/linuxserver/openvscode-server
+type: application
+version: 9.8.4
diff --git a/stable/openvscode-server/9.8.0/README.md b/stable/openvscode-server/9.8.4/README.md
similarity index 100%
rename from stable/openvscode-server/9.8.0/README.md
rename to stable/openvscode-server/9.8.4/README.md
diff --git a/stable/openvscode-server/9.8.4/app-changelog.md b/stable/openvscode-server/9.8.4/app-changelog.md
new file mode 100644
index 00000000000..2dff09036ab
--- /dev/null
+++ b/stable/openvscode-server/9.8.4/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [openvscode-server-9.8.4](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.1[@9c387e8](https://github.com/9c387e8) by renovate ([#19671](https://github.com/truecharts/charts/issues/19671))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/linuxserver/openvscode-server to v1.87.1[@129971d](https://github.com/129971d) by renovate ([#19389](https://github.com/truecharts/charts/issues/19389))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/openvscode-server to 1.87.0[@42dff8d](https://github.com/42dff8d) by renovate ([#19242](https://github.com/truecharts/charts/issues/19242))
\ No newline at end of file
diff --git a/stable/openvscode-server/9.8.0/app-readme.md b/stable/openvscode-server/9.8.4/app-readme.md
similarity index 100%
rename from stable/openvscode-server/9.8.0/app-readme.md
rename to stable/openvscode-server/9.8.4/app-readme.md
diff --git a/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz b/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/openvscode-server/9.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/openvscode-server/9.8.4/ix_values.yaml b/stable/openvscode-server/9.8.4/ix_values.yaml
new file mode 100644
index 00000000000..bacfdcc744d
--- /dev/null
+++ b/stable/openvscode-server/9.8.4/ix_values.yaml
@@ -0,0 +1,29 @@
+image:
+ repository: ghcr.io/linuxserver/openvscode-server
+ pullPolicy: IfNotPresent
+ tag: 1.87.1@sha256:9c387e8fd33759c6682b8542c8b69d6e97927e0aa6a3691fcd8ae381c5fbcf0c
+# secretEnv:
+# CONNECTION_TOKEN: "somerandomstring"
+# CONNECTION_SECRET: ""
+# SUDO_PASSWORD: ""
+service:
+ main:
+ ports:
+ main:
+ targetPort: 3000
+ port: 10135
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/openvscode-server/9.8.0/questions.yaml b/stable/openvscode-server/9.8.4/questions.yaml
similarity index 100%
rename from stable/openvscode-server/9.8.0/questions.yaml
rename to stable/openvscode-server/9.8.4/questions.yaml
diff --git a/stable/overseerr/13.6.0/templates/NOTES.txt b/stable/openvscode-server/9.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/overseerr/13.6.0/templates/NOTES.txt
rename to stable/openvscode-server/9.8.4/templates/NOTES.txt
diff --git a/stable/overseerr/13.6.0/templates/common.yaml b/stable/openvscode-server/9.8.4/templates/common.yaml
similarity index 100%
rename from stable/overseerr/13.6.0/templates/common.yaml
rename to stable/openvscode-server/9.8.4/templates/common.yaml
diff --git a/stable/palworld/2.6.0/values.yaml b/stable/openvscode-server/9.8.4/values.yaml
similarity index 100%
rename from stable/palworld/2.6.0/values.yaml
rename to stable/openvscode-server/9.8.4/values.yaml
diff --git a/stable/organizr/18.6.0/CHANGELOG.md b/stable/organizr/18.6.0/CHANGELOG.md
deleted file mode 100644
index aa61680acb6..00000000000
--- a/stable/organizr/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [organizr-18.6.0](https://github.com/truecharts/charts/compare/organizr-18.5.2...organizr-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [organizr-18.5.2](https://github.com/truecharts/charts/compare/organizr-18.5.1...organizr-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [organizr-18.5.1](https://github.com/truecharts/charts/compare/organizr-18.5.0...organizr-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [organizr-18.5.0](https://github.com/truecharts/charts/compare/organizr-18.4.1...organizr-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [organizr-18.4.1](https://github.com/truecharts/charts/compare/organizr-18.4.0...organizr-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [organizr-18.4.0](https://github.com/truecharts/charts/compare/organizr-18.3.0...organizr-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [organizr-18.3.0](https://github.com/truecharts/charts/compare/organizr-18.2.3...organizr-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [organizr-18.2.3](https://github.com/truecharts/charts/compare/organizr-18.2.2...organizr-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [organizr-18.2.2](https://github.com/truecharts/charts/compare/organizr-18.2.0...organizr-18.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/organizr/18.6.0/Chart.yaml b/stable/organizr/18.6.0/Chart.yaml
deleted file mode 100644
index 63cc13d0b0b..00000000000
--- a/stable/organizr/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: organizers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: HTPC/Homelab Services Organizer
-home: https://truecharts.org/charts/stable/organizr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png
-keywords:
- - organizr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: organizr
-sources:
- - https://github.com/causefx/Organizr
- - https://github.com/truecharts/charts/tree/master/charts/stable/organizr
- - https://hub.docker.com/r/organizr/organizr
-type: application
-version: 18.6.0
diff --git a/stable/organizr/18.6.0/charts/common-20.1.5.tgz b/stable/organizr/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/organizr/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/paperless-ngx/7.8.1/.helmignore b/stable/organizr/18.7.3/.helmignore
similarity index 100%
rename from stable/paperless-ngx/7.8.1/.helmignore
rename to stable/organizr/18.7.3/.helmignore
diff --git a/stable/organizr/18.7.3/CHANGELOG.md b/stable/organizr/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0c9bad899cc
--- /dev/null
+++ b/stable/organizr/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [organizr-18.7.2](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/organizr/18.7.3/Chart.yaml b/stable/organizr/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..4f8035a1aac
--- /dev/null
+++ b/stable/organizr/18.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: organizers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: HTPC/Homelab Services Organizer
+home: https://truecharts.org/charts/stable/organizr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png
+keywords:
+ - organizr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: organizr
+sources:
+ - https://github.com/causefx/Organizr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/organizr
+ - https://hub.docker.com/r/organizr/organizr
+type: application
+version: 18.7.3
diff --git a/stable/organizr/18.6.0/README.md b/stable/organizr/18.7.3/README.md
similarity index 100%
rename from stable/organizr/18.6.0/README.md
rename to stable/organizr/18.7.3/README.md
diff --git a/stable/organizr/18.7.3/app-changelog.md b/stable/organizr/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..338c498d8a4
--- /dev/null
+++ b/stable/organizr/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [organizr-18.7.3](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/organizr/18.6.0/app-readme.md b/stable/organizr/18.7.3/app-readme.md
similarity index 100%
rename from stable/organizr/18.6.0/app-readme.md
rename to stable/organizr/18.7.3/app-readme.md
diff --git a/stable/organizr/18.7.3/charts/common-20.2.4.tgz b/stable/organizr/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/organizr/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/organizr/18.6.0/ix_values.yaml b/stable/organizr/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/organizr/18.6.0/ix_values.yaml
rename to stable/organizr/18.7.3/ix_values.yaml
diff --git a/stable/organizr/18.6.0/questions.yaml b/stable/organizr/18.7.3/questions.yaml
similarity index 100%
rename from stable/organizr/18.6.0/questions.yaml
rename to stable/organizr/18.7.3/questions.yaml
diff --git a/stable/owncast/13.6.0/templates/NOTES.txt b/stable/organizr/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/owncast/13.6.0/templates/NOTES.txt
rename to stable/organizr/18.7.3/templates/NOTES.txt
diff --git a/stable/owncast/13.6.0/templates/common.yaml b/stable/organizr/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/owncast/13.6.0/templates/common.yaml
rename to stable/organizr/18.7.3/templates/common.yaml
diff --git a/stable/paperless-ngx/7.8.1/values.yaml b/stable/organizr/18.7.3/values.yaml
similarity index 100%
rename from stable/paperless-ngx/7.8.1/values.yaml
rename to stable/organizr/18.7.3/values.yaml
diff --git a/stable/oscam/13.6.0/CHANGELOG.md b/stable/oscam/13.6.0/CHANGELOG.md
deleted file mode 100644
index c856d1fec46..00000000000
--- a/stable/oscam/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [oscam-13.6.0](https://github.com/truecharts/charts/compare/oscam-13.5.2...oscam-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [oscam-13.5.2](https://github.com/truecharts/charts/compare/oscam-13.5.1...oscam-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [oscam-13.5.1](https://github.com/truecharts/charts/compare/oscam-13.5.0...oscam-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [oscam-13.5.0](https://github.com/truecharts/charts/compare/oscam-13.4.1...oscam-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [oscam-13.4.1](https://github.com/truecharts/charts/compare/oscam-13.4.0...oscam-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [oscam-13.4.0](https://github.com/truecharts/charts/compare/oscam-13.3.0...oscam-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [oscam-13.3.0](https://github.com/truecharts/charts/compare/oscam-13.2.3...oscam-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [oscam-13.2.3](https://github.com/truecharts/charts/compare/oscam-13.2.2...oscam-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [oscam-13.2.2](https://github.com/truecharts/charts/compare/oscam-13.2.0...oscam-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/oscam/13.6.0/Chart.yaml b/stable/oscam/13.6.0/Chart.yaml
deleted file mode 100644
index 4aab5239555..00000000000
--- a/stable/oscam/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: DIY
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 11719.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open Source Conditional Access Module software
-home: https://truecharts.org/charts/stable/oscam
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png
-keywords:
- - oscam
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: oscam
-sources:
- - https://trac.streamboard.tv/oscam/browser/trunk
- - https://github.com/truecharts/charts/tree/master/charts/stable/oscam
- - https://ghcr.io/linuxserver/oscam
-type: application
-version: 13.6.0
diff --git a/stable/oscam/13.6.0/charts/common-20.1.5.tgz b/stable/oscam/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/oscam/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/papermerge/12.7.0/.helmignore b/stable/oscam/13.7.3/.helmignore
similarity index 100%
rename from stable/papermerge/12.7.0/.helmignore
rename to stable/oscam/13.7.3/.helmignore
diff --git a/stable/oscam/13.7.3/CHANGELOG.md b/stable/oscam/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..909ce9d82f3
--- /dev/null
+++ b/stable/oscam/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [oscam-13.7.2](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/oscam/13.7.3/Chart.yaml b/stable/oscam/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..cfc0eb129ff
--- /dev/null
+++ b/stable/oscam/13.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: DIY
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 11719.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open Source Conditional Access Module software
+home: https://truecharts.org/charts/stable/oscam
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png
+keywords:
+ - oscam
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: oscam
+sources:
+ - https://trac.streamboard.tv/oscam/browser/trunk
+ - https://github.com/truecharts/charts/tree/master/charts/stable/oscam
+ - https://ghcr.io/linuxserver/oscam
+type: application
+version: 13.7.3
diff --git a/stable/oscam/13.6.0/README.md b/stable/oscam/13.7.3/README.md
similarity index 100%
rename from stable/oscam/13.6.0/README.md
rename to stable/oscam/13.7.3/README.md
diff --git a/stable/oscam/13.7.3/app-changelog.md b/stable/oscam/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..cc0ca063782
--- /dev/null
+++ b/stable/oscam/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [oscam-13.7.3](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/oscam/13.6.0/app-readme.md b/stable/oscam/13.7.3/app-readme.md
similarity index 100%
rename from stable/oscam/13.6.0/app-readme.md
rename to stable/oscam/13.7.3/app-readme.md
diff --git a/stable/oscam/13.7.3/charts/common-20.2.4.tgz b/stable/oscam/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/oscam/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/oscam/13.6.0/ix_values.yaml b/stable/oscam/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/oscam/13.6.0/ix_values.yaml
rename to stable/oscam/13.7.3/ix_values.yaml
diff --git a/stable/oscam/13.6.0/questions.yaml b/stable/oscam/13.7.3/questions.yaml
similarity index 100%
rename from stable/oscam/13.6.0/questions.yaml
rename to stable/oscam/13.7.3/questions.yaml
diff --git a/stable/palworld/2.6.0/templates/NOTES.txt b/stable/oscam/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/palworld/2.6.0/templates/NOTES.txt
rename to stable/oscam/13.7.3/templates/NOTES.txt
diff --git a/stable/pastey/6.6.0/templates/common.yaml b/stable/oscam/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/pastey/6.6.0/templates/common.yaml
rename to stable/oscam/13.7.3/templates/common.yaml
diff --git a/stable/papermerge/12.7.0/values.yaml b/stable/oscam/13.7.3/values.yaml
similarity index 100%
rename from stable/papermerge/12.7.0/values.yaml
rename to stable/oscam/13.7.3/values.yaml
diff --git a/stable/outline/12.7.0/CHANGELOG.md b/stable/outline/12.7.0/CHANGELOG.md
deleted file mode 100644
index 4f657799349..00000000000
--- a/stable/outline/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
diff --git a/stable/outline/12.7.0/Chart.yaml b/stable/outline/12.7.0/Chart.yaml
deleted file mode 100644
index b9000b519c1..00000000000
--- a/stable/outline/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.75.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fast, collaborative, knowledge base for your team built using React and Node.js.
-home: https://truecharts.org/charts/stable/outline
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png
-keywords:
- - outline
- - knowledge
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: outline
-sources:
- - https://github.com/outline/outline
- - https://github.com/truecharts/charts/tree/master/charts/stable/outline
- - https://hub.docker.com/r/outlinewiki/outline
-type: application
-version: 12.7.0
diff --git a/stable/outline/12.7.0/app-changelog.md b/stable/outline/12.7.0/app-changelog.md
deleted file mode 100644
index 14c409b7fd1..00000000000
--- a/stable/outline/12.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [outline-12.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/outline/12.7.0/charts/common-20.2.0.tgz b/stable/outline/12.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/outline/12.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/outline/12.7.0/charts/redis-13.0.5.tgz b/stable/outline/12.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/outline/12.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/outline/12.7.0/questions.yaml b/stable/outline/12.7.0/questions.yaml
deleted file mode 100755
index 0e13c4ae069..00000000000
--- a/stable/outline/12.7.0/questions.yaml
+++ /dev/null
@@ -1,3570 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: URL
- label: "URL"
- description: "URL should point to the fully qualified, publicly accessible URL."
- schema:
- type: string
- required: true
- default: ""
- - variable: COLLABORATION_URL
- label: "COLLABORATION_URL"
- description: "URL for external collaboration server"
- schema:
- type: string
- default: ""
- - variable: SLACK_MESSAGE_ACTIONS
- label: "SLACK_MESSAGE_ACTIONS"
- schema:
- type: boolean
- default: true
- - variable: ENABLE_UPDATES
- label: "ENABLE_UPDATES"
- schema:
- type: boolean
- default: true
- - variable: WEB_CONCURRENCY
- label: "WEB_CONCURRENCY"
- description: "How many processes should be spawned. As a reasonable rule divide your servers available memory by 512 for a rough estimate"
- schema:
- type: int
- default: 1
- - variable: DEFAULT_LANGUAGE
- label: "DEFAULT_LANGUAGE"
- description: "The default interface language. See translate.getoutline.com for a list of available language codes and their rough percentage translated."
- schema:
- type: string
- default: "en_US"
- - variable: TEAM_LOGO
- label: "TEAM_LOGO URL"
- description: "Custom logo that displays on the authentication screen, scaled to height: 60px (Insert URL here)"
- schema:
- type: string
- default: ""
- - variable: MAXIMUM_IMPORT_SIZE
- label: "MAXIMUM_IMPORT_SIZE"
- description: "Override the maxium size of document imports, could be required if you have especially large Word documents with embedded imagery"
- schema:
- type: int
- default: 5120000
- - variable: SENTRY_DSN
- label: "SENTRY_DSN"
- schema:
- type: string
- default: ""
- - variable: localstorage
- label: "Enable Local Storage + Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: FILE_STORAGE
- label: "Enable Local File Storage"
- description: Set local to enable local file storage bypassing Minio or S3
- schema:
- type: string
- default: "local"
- - variable: FILE_STORAGE_MAX_UPLOAD_SIZE
- label: "Local File Storage Max Upload Size"
- schema:
- type: int
- default: 26214400
- - variable: slackenabled
- label: "Enable Slack Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: SLACK_KEY
- label: "SLACK_KEY"
- schema:
- type: string
- default: ""
- private: true
- - variable: SLACK_SECRET
- label: "SLACK_SECRET"
- schema:
- type: string
- default: ""
- private: true
- - variable: SLACK_VERIFICATION_TOKEN
- label: "SLACK_VERIFICATION_TOKEN"
- schema:
- type: string
- default: ""
- private: true
- - variable: SLACK_APP_ID
- label: "SLACK_APP_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: googlenabled
- label: "Enable Google Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: GOOGLE_CLIENT_ID
- label: "GOOGLE_CLIENT_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: GOOGLE_CLIENT_SECRET
- label: "GOOGLE_CLIENT_SECRET"
- schema:
- type: string
- default: ""
- private: true
- - variable: GOOGLE_ANALYTICS_ID
- label: "GOOGLE_ANALYTICS_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: azureenabled
- label: "Enable Azure Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: AZURE_CLIENT_ID
- label: "AZURE_CLIENT_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: AZURE_CLIENT_SECRET
- label: "AZURE_CLIENT_SECRET"
- schema:
- type: string
- default: ""
- private: true
- - variable: AZURE_RESOURCE_APP_ID
- label: "AZURE_RESOURCE_APP_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: oidcenabled
- label: "Enable OIDC Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: OIDC_CLIENT_ID
- label: "OIDC_CLIENT_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: OIDC_CLIENT_SECRET
- label: "OIDC_CLIENT_SECRET"
- schema:
- type: string
- default: ""
- private: true
- - variable: OIDC_AUTH_URI
- label: "OIDC_AUTH_URI"
- schema:
- type: string
- default: ""
- - variable: OIDC_TOKEN_URI
- label: "OIDC_TOKEN_URI"
- schema:
- type: string
- default: ""
- - variable: OIDC_USERINFO_URI
- label: "OIDC_USERINFO_URI"
- schema:
- type: string
- default: ""
- - variable: OIDC_USERNAME_CLAIM
- label: "OIDC_USERNAME_CLAIM"
- schema:
- type: string
- default: "preferred_username"
- - variable: OIDC_DISPLAY_NAME
- label: "OIDC_DISPLAY_NAME"
- schema:
- type: string
- default: "OpenID"
- - variable: OIDC_SCOPES
- label: "OIDC_SCOPES"
- schema:
- type: string
- default: "openid profile email"
- - variable: sthreenabled
- label: "Enable AWS / Minio (S3) Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: AWS_ACCESS_KEY_ID
- label: "AWS_ACCESS_KEY_ID"
- schema:
- type: string
- default: ""
- private: true
- - variable: AWS_SECRET_ACCESS_KEY
- label: "AWS_SECRET_ACCESS_KEY"
- schema:
- type: string
- default: ""
- private: true
- - variable: AWS_REGION
- label: "AWS_REGION"
- schema:
- type: string
- default: ""
- - variable: AWS_S3_ACCELERATE_URL
- label: "AWS_S3_ACCELERATE_URL"
- schema:
- type: string
- default: ""
- - variable: AWS_S3_UPLOAD_BUCKET_URL
- label: "AWS_S3_UPLOAD_BUCKET_URL"
- schema:
- type: string
- default: ""
- - variable: AWS_S3_UPLOAD_BUCKET_NAME
- label: "AWS_S3_UPLOAD_BUCKET_NAME"
- schema:
- type: string
- default: ""
- - variable: AWS_S3_UPLOAD_MAX_SIZE
- label: "AWS_S3_UPLOAD_MAX_SIZE"
- schema:
- type: int
- default: 26214400
- - variable: AWS_S3_FORCE_PATH_STYLE
- label: "AWS_S3_FORCE_PATH_STYLE"
- schema:
- type: boolean
- default: true
- - variable: AWS_S3_ACL
- label: "AWS_S3_ACL"
- schema:
- type: string
- default: "private"
- - variable: smtpenabled
- label: "Enable SMTP Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: SMTP_HOST
- label: "SMTP_HOST"
- schema:
- type: string
- default: ""
- - variable: SMTP_PORT
- label: "SMTP_PORT"
- schema:
- type: int
- default: 587
- - variable: SMTP_USERNAME
- label: "SMTP_USERNAME"
- schema:
- type: string
- default: ""
- - variable: SMTP_PASSWORD
- label: "SMTP_PASSWORD"
- schema:
- type: string
- default: ""
- private: true
- - variable: SMTP_FROM_EMAIL
- label: "SMTP_FROM_EMAIL"
- schema:
- type: string
- default: ""
- - variable: SMTP_REPLY_EMAIL
- label: "SMTP_REPLY_EMAIL"
- schema:
- type: string
- default: ""
- - variable: SMTP_SECURE
- label: "SMTP_SECURE"
- schema:
- type: boolean
- default: true
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10196
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application's Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/passwordpusherephemeral/5.6.0/.helmignore b/stable/outline/12.8.2/.helmignore
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/.helmignore
rename to stable/outline/12.8.2/.helmignore
diff --git a/stable/outline/12.8.2/CHANGELOG.md b/stable/outline/12.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..d0b69c9d109
--- /dev/null
+++ b/stable/outline/12.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [outline-12.8.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [outline-12.8.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [outline-12.8.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [outline-12.8.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [outline-12.8.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/outline/12.8.2/Chart.yaml b/stable/outline/12.8.2/Chart.yaml
new file mode 100644
index 00000000000..71b208a42c2
--- /dev/null
+++ b/stable/outline/12.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.75.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fast, collaborative, knowledge base for your team built using React and Node.js.
+home: https://truecharts.org/charts/stable/outline
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png
+keywords:
+ - outline
+ - knowledge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: outline
+sources:
+ - https://github.com/outline/outline
+ - https://github.com/truecharts/charts/tree/master/charts/stable/outline
+ - https://hub.docker.com/r/outlinewiki/outline
+type: application
+version: 12.8.2
diff --git a/stable/outline/12.7.0/README.md b/stable/outline/12.8.2/README.md
similarity index 100%
rename from stable/outline/12.7.0/README.md
rename to stable/outline/12.8.2/README.md
diff --git a/stable/outline/12.8.2/app-changelog.md b/stable/outline/12.8.2/app-changelog.md
new file mode 100644
index 00000000000..e27a7b996e0
--- /dev/null
+++ b/stable/outline/12.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [outline-12.8.2](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/outline/12.7.0/app-readme.md b/stable/outline/12.8.2/app-readme.md
similarity index 100%
rename from stable/outline/12.7.0/app-readme.md
rename to stable/outline/12.8.2/app-readme.md
diff --git a/stable/outline/12.8.2/charts/common-20.2.4.tgz b/stable/outline/12.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/outline/12.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/outline/12.8.2/charts/redis-13.2.2.tgz b/stable/outline/12.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/outline/12.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/outline/12.7.0/ix_values.yaml b/stable/outline/12.8.2/ix_values.yaml
similarity index 100%
rename from stable/outline/12.7.0/ix_values.yaml
rename to stable/outline/12.8.2/ix_values.yaml
diff --git a/stable/outline/12.8.2/questions.yaml b/stable/outline/12.8.2/questions.yaml
new file mode 100755
index 00000000000..2e6b9bd74a7
--- /dev/null
+++ b/stable/outline/12.8.2/questions.yaml
@@ -0,0 +1,3572 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: URL
+ label: "URL"
+ description: "URL should point to the fully qualified, publicly accessible URL."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: COLLABORATION_URL
+ label: "COLLABORATION_URL"
+ description: "URL for external collaboration server"
+ schema:
+ type: string
+ default: ""
+ - variable: SLACK_MESSAGE_ACTIONS
+ label: "SLACK_MESSAGE_ACTIONS"
+ schema:
+ type: boolean
+ default: true
+ - variable: ENABLE_UPDATES
+ label: "ENABLE_UPDATES"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEB_CONCURRENCY
+ label: "WEB_CONCURRENCY"
+ description: "How many processes should be spawned. As a reasonable rule divide your servers available memory by 512 for a rough estimate"
+ schema:
+ type: int
+ default: 1
+ - variable: DEFAULT_LANGUAGE
+ label: "DEFAULT_LANGUAGE"
+ description: "The default interface language. See translate.getoutline.com for a list of available language codes and their rough percentage translated."
+ schema:
+ type: string
+ default: "en_US"
+ - variable: TEAM_LOGO
+ label: "TEAM_LOGO URL"
+ description: "Custom logo that displays on the authentication screen, scaled to height: 60px (Insert URL here)"
+ schema:
+ type: string
+ default: ""
+ - variable: MAXIMUM_IMPORT_SIZE
+ label: "MAXIMUM_IMPORT_SIZE"
+ description: "Override the maxium size of document imports, could be required if you have especially large Word documents with embedded imagery"
+ schema:
+ type: int
+ default: 5120000
+ - variable: SENTRY_DSN
+ label: "SENTRY_DSN"
+ schema:
+ type: string
+ default: ""
+ - variable: localstorage
+ label: "Enable Local Storage + Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: FILE_STORAGE
+ label: "Enable Local File Storage"
+ description: Set local to enable local file storage bypassing Minio or S3
+ schema:
+ type: string
+ default: "local"
+ - variable: FILE_STORAGE_MAX_UPLOAD_SIZE
+ label: "Local File Storage Max Upload Size"
+ schema:
+ type: int
+ default: 26214400
+ - variable: slackenabled
+ label: "Enable Slack Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: SLACK_KEY
+ label: "SLACK_KEY"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: SLACK_SECRET
+ label: "SLACK_SECRET"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: SLACK_VERIFICATION_TOKEN
+ label: "SLACK_VERIFICATION_TOKEN"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: SLACK_APP_ID
+ label: "SLACK_APP_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: googlenabled
+ label: "Enable Google Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: GOOGLE_CLIENT_ID
+ label: "GOOGLE_CLIENT_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: GOOGLE_CLIENT_SECRET
+ label: "GOOGLE_CLIENT_SECRET"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: GOOGLE_ANALYTICS_ID
+ label: "GOOGLE_ANALYTICS_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: azureenabled
+ label: "Enable Azure Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: AZURE_CLIENT_ID
+ label: "AZURE_CLIENT_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: AZURE_CLIENT_SECRET
+ label: "AZURE_CLIENT_SECRET"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: AZURE_RESOURCE_APP_ID
+ label: "AZURE_RESOURCE_APP_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: oidcenabled
+ label: "Enable OIDC Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: OIDC_CLIENT_ID
+ label: "OIDC_CLIENT_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: OIDC_CLIENT_SECRET
+ label: "OIDC_CLIENT_SECRET"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: OIDC_AUTH_URI
+ label: "OIDC_AUTH_URI"
+ schema:
+ type: string
+ default: ""
+ - variable: OIDC_TOKEN_URI
+ label: "OIDC_TOKEN_URI"
+ schema:
+ type: string
+ default: ""
+ - variable: OIDC_USERINFO_URI
+ label: "OIDC_USERINFO_URI"
+ schema:
+ type: string
+ default: ""
+ - variable: OIDC_USERNAME_CLAIM
+ label: "OIDC_USERNAME_CLAIM"
+ schema:
+ type: string
+ default: "preferred_username"
+ - variable: OIDC_DISPLAY_NAME
+ label: "OIDC_DISPLAY_NAME"
+ schema:
+ type: string
+ default: "OpenID"
+ - variable: OIDC_SCOPES
+ label: "OIDC_SCOPES"
+ schema:
+ type: string
+ default: "openid profile email"
+ - variable: sthreenabled
+ label: "Enable AWS / Minio (S3) Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: AWS_ACCESS_KEY_ID
+ label: "AWS_ACCESS_KEY_ID"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: AWS_SECRET_ACCESS_KEY
+ label: "AWS_SECRET_ACCESS_KEY"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: AWS_REGION
+ label: "AWS_REGION"
+ schema:
+ type: string
+ default: ""
+ - variable: AWS_S3_ACCELERATE_URL
+ label: "AWS_S3_ACCELERATE_URL"
+ schema:
+ type: string
+ default: ""
+ - variable: AWS_S3_UPLOAD_BUCKET_URL
+ label: "AWS_S3_UPLOAD_BUCKET_URL"
+ schema:
+ type: string
+ default: ""
+ - variable: AWS_S3_UPLOAD_BUCKET_NAME
+ label: "AWS_S3_UPLOAD_BUCKET_NAME"
+ schema:
+ type: string
+ default: ""
+ - variable: AWS_S3_UPLOAD_MAX_SIZE
+ label: "AWS_S3_UPLOAD_MAX_SIZE"
+ schema:
+ type: int
+ default: 26214400
+ - variable: AWS_S3_FORCE_PATH_STYLE
+ label: "AWS_S3_FORCE_PATH_STYLE"
+ schema:
+ type: boolean
+ default: true
+ - variable: AWS_S3_ACL
+ label: "AWS_S3_ACL"
+ schema:
+ type: string
+ default: "private"
+ - variable: smtpenabled
+ label: "Enable SMTP Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: SMTP_HOST
+ label: "SMTP_HOST"
+ schema:
+ type: string
+ default: ""
+ - variable: SMTP_PORT
+ label: "SMTP_PORT"
+ schema:
+ type: int
+ default: 587
+ - variable: SMTP_USERNAME
+ label: "SMTP_USERNAME"
+ schema:
+ type: string
+ default: ""
+ - variable: SMTP_PASSWORD
+ label: "SMTP_PASSWORD"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: SMTP_FROM_EMAIL
+ label: "SMTP_FROM_EMAIL"
+ schema:
+ type: string
+ default: ""
+ - variable: SMTP_REPLY_EMAIL
+ label: "SMTP_REPLY_EMAIL"
+ schema:
+ type: string
+ default: ""
+ - variable: SMTP_SECURE
+ label: "SMTP_SECURE"
+ schema:
+ type: boolean
+ default: true
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10196
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application's Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/paperless-ngx/7.8.1/templates/NOTES.txt b/stable/outline/12.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/paperless-ngx/7.8.1/templates/NOTES.txt
rename to stable/outline/12.8.2/templates/NOTES.txt
diff --git a/stable/outline/12.7.0/templates/_secrets.tpl b/stable/outline/12.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/outline/12.7.0/templates/_secrets.tpl
rename to stable/outline/12.8.2/templates/_secrets.tpl
diff --git a/stable/outline/12.7.0/templates/common.yaml b/stable/outline/12.8.2/templates/common.yaml
similarity index 100%
rename from stable/outline/12.7.0/templates/common.yaml
rename to stable/outline/12.8.2/templates/common.yaml
diff --git a/stable/passwordpusherephemeral/5.6.0/values.yaml b/stable/outline/12.8.2/values.yaml
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/values.yaml
rename to stable/outline/12.8.2/values.yaml
diff --git a/stable/overseerr/13.6.0/CHANGELOG.md b/stable/overseerr/13.6.0/CHANGELOG.md
deleted file mode 100644
index 8a5ab95b9ac..00000000000
--- a/stable/overseerr/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [overseerr-13.6.0](https://github.com/truecharts/charts/compare/overseerr-13.5.2...overseerr-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [overseerr-13.5.2](https://github.com/truecharts/charts/compare/overseerr-13.5.1...overseerr-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [overseerr-13.5.1](https://github.com/truecharts/charts/compare/overseerr-13.5.0...overseerr-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [overseerr-13.5.0](https://github.com/truecharts/charts/compare/overseerr-13.4.1...overseerr-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [overseerr-13.4.1](https://github.com/truecharts/charts/compare/overseerr-13.4.0...overseerr-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [overseerr-13.4.0](https://github.com/truecharts/charts/compare/overseerr-13.3.0...overseerr-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [overseerr-13.3.0](https://github.com/truecharts/charts/compare/overseerr-13.2.3...overseerr-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [overseerr-13.2.3](https://github.com/truecharts/charts/compare/overseerr-13.2.2...overseerr-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [overseerr-13.2.2](https://github.com/truecharts/charts/compare/overseerr-13.2.0...overseerr-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/overseerr/13.6.0/Chart.yaml b/stable/overseerr/13.6.0/Chart.yaml
deleted file mode 100644
index 803b532146d..00000000000
--- a/stable/overseerr/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.33.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
-home: https://truecharts.org/charts/stable/overseerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png
-keywords:
- - overseerr
- - plex
- - sonarr
- - radarr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: overseerr
-sources:
- - https://github.com/sct/overseerr
- - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr
- - https://ghcr.io/sct/overseerr
-type: application
-version: 13.6.0
diff --git a/stable/overseerr/13.6.0/charts/common-20.1.5.tgz b/stable/overseerr/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/overseerr/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pasta/8.6.0/.helmignore b/stable/overseerr/13.7.3/.helmignore
similarity index 100%
rename from stable/pasta/8.6.0/.helmignore
rename to stable/overseerr/13.7.3/.helmignore
diff --git a/stable/overseerr/13.7.3/CHANGELOG.md b/stable/overseerr/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..aaf177461fd
--- /dev/null
+++ b/stable/overseerr/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [overseerr-13.7.2](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/overseerr/13.7.3/Chart.yaml b/stable/overseerr/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..f4782527af9
--- /dev/null
+++ b/stable/overseerr/13.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.33.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
+home: https://truecharts.org/charts/stable/overseerr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png
+keywords:
+ - overseerr
+ - plex
+ - sonarr
+ - radarr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: overseerr
+sources:
+ - https://github.com/sct/overseerr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr
+ - https://ghcr.io/sct/overseerr
+type: application
+version: 13.7.3
diff --git a/stable/overseerr/13.6.0/README.md b/stable/overseerr/13.7.3/README.md
similarity index 100%
rename from stable/overseerr/13.6.0/README.md
rename to stable/overseerr/13.7.3/README.md
diff --git a/stable/overseerr/13.7.3/app-changelog.md b/stable/overseerr/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..ff761a7cfec
--- /dev/null
+++ b/stable/overseerr/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [overseerr-13.7.3](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/overseerr/13.6.0/app-readme.md b/stable/overseerr/13.7.3/app-readme.md
similarity index 100%
rename from stable/overseerr/13.6.0/app-readme.md
rename to stable/overseerr/13.7.3/app-readme.md
diff --git a/stable/overseerr/13.7.3/charts/common-20.2.4.tgz b/stable/overseerr/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/overseerr/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/overseerr/13.6.0/ix_values.yaml b/stable/overseerr/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/overseerr/13.6.0/ix_values.yaml
rename to stable/overseerr/13.7.3/ix_values.yaml
diff --git a/stable/overseerr/13.6.0/questions.yaml b/stable/overseerr/13.7.3/questions.yaml
similarity index 100%
rename from stable/overseerr/13.6.0/questions.yaml
rename to stable/overseerr/13.7.3/questions.yaml
diff --git a/stable/papermerge/12.7.0/templates/NOTES.txt b/stable/overseerr/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/papermerge/12.7.0/templates/NOTES.txt
rename to stable/overseerr/13.7.3/templates/NOTES.txt
diff --git a/stable/peanut/1.4.0/templates/common.yaml b/stable/overseerr/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/peanut/1.4.0/templates/common.yaml
rename to stable/overseerr/13.7.3/templates/common.yaml
diff --git a/stable/pasta/8.6.0/values.yaml b/stable/overseerr/13.7.3/values.yaml
similarity index 100%
rename from stable/pasta/8.6.0/values.yaml
rename to stable/overseerr/13.7.3/values.yaml
diff --git a/stable/owi2plex/5.6.0/CHANGELOG.md b/stable/owi2plex/5.6.0/CHANGELOG.md
deleted file mode 100644
index 03b038bac71..00000000000
--- a/stable/owi2plex/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [owi2plex-5.6.0](https://github.com/truecharts/charts/compare/owi2plex-5.5.2...owi2plex-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [owi2plex-5.5.2](https://github.com/truecharts/charts/compare/owi2plex-5.5.1...owi2plex-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [owi2plex-5.5.1](https://github.com/truecharts/charts/compare/owi2plex-5.5.0...owi2plex-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [owi2plex-5.5.0](https://github.com/truecharts/charts/compare/owi2plex-5.4.1...owi2plex-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [owi2plex-5.4.1](https://github.com/truecharts/charts/compare/owi2plex-5.4.0...owi2plex-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [owi2plex-5.4.0](https://github.com/truecharts/charts/compare/owi2plex-5.3.0...owi2plex-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [owi2plex-5.3.0](https://github.com/truecharts/charts/compare/owi2plex-5.2.3...owi2plex-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [owi2plex-5.2.3](https://github.com/truecharts/charts/compare/owi2plex-5.2.2...owi2plex-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [owi2plex-5.2.2](https://github.com/truecharts/charts/compare/owi2plex-5.2.0...owi2plex-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/owi2plex/5.6.0/Chart.yaml b/stable/owi2plex/5.6.0/Chart.yaml
deleted file mode 100644
index 15d5c1476dc..00000000000
--- a/stable/owi2plex/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: a xml grabber for enigma with open webif
-home: https://truecharts.org/charts/stable/owi2plex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png
-keywords:
- - owi2plex
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: owi2plex
-sources:
- - https://github.com/alturismo/owi2plex
- - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex
- - https://hub.docker.com/r/alturismo/owi2plex
-type: application
-version: 5.6.0
diff --git a/stable/owi2plex/5.6.0/charts/common-20.1.5.tgz b/stable/owi2plex/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/owi2plex/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pastey/6.6.0/.helmignore b/stable/owi2plex/5.7.3/.helmignore
similarity index 100%
rename from stable/pastey/6.6.0/.helmignore
rename to stable/owi2plex/5.7.3/.helmignore
diff --git a/stable/owi2plex/5.7.3/CHANGELOG.md b/stable/owi2plex/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..82751476385
--- /dev/null
+++ b/stable/owi2plex/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owi2plex-5.7.2](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/owi2plex/5.7.3/Chart.yaml b/stable/owi2plex/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..58c1154a7cd
--- /dev/null
+++ b/stable/owi2plex/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: a xml grabber for enigma with open webif
+home: https://truecharts.org/charts/stable/owi2plex
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png
+keywords:
+ - owi2plex
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: owi2plex
+sources:
+ - https://github.com/alturismo/owi2plex
+ - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex
+ - https://hub.docker.com/r/alturismo/owi2plex
+type: application
+version: 5.7.3
diff --git a/stable/owi2plex/5.6.0/README.md b/stable/owi2plex/5.7.3/README.md
similarity index 100%
rename from stable/owi2plex/5.6.0/README.md
rename to stable/owi2plex/5.7.3/README.md
diff --git a/stable/owi2plex/5.7.3/app-changelog.md b/stable/owi2plex/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..71ca31e9ca2
--- /dev/null
+++ b/stable/owi2plex/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [owi2plex-5.7.3](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/owi2plex/5.6.0/app-readme.md b/stable/owi2plex/5.7.3/app-readme.md
similarity index 100%
rename from stable/owi2plex/5.6.0/app-readme.md
rename to stable/owi2plex/5.7.3/app-readme.md
diff --git a/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz b/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/owi2plex/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/owi2plex/5.6.0/ix_values.yaml b/stable/owi2plex/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/owi2plex/5.6.0/ix_values.yaml
rename to stable/owi2plex/5.7.3/ix_values.yaml
diff --git a/stable/owi2plex/5.6.0/questions.yaml b/stable/owi2plex/5.7.3/questions.yaml
similarity index 100%
rename from stable/owi2plex/5.6.0/questions.yaml
rename to stable/owi2plex/5.7.3/questions.yaml
diff --git a/stable/pavlovvr/5.6.0/templates/common.yaml b/stable/owi2plex/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pavlovvr/5.6.0/templates/common.yaml
rename to stable/owi2plex/5.7.3/templates/common.yaml
diff --git a/stable/pastey/6.6.0/values.yaml b/stable/owi2plex/5.7.3/values.yaml
similarity index 100%
rename from stable/pastey/6.6.0/values.yaml
rename to stable/owi2plex/5.7.3/values.yaml
diff --git a/stable/owncast/13.6.0/CHANGELOG.md b/stable/owncast/13.6.0/CHANGELOG.md
deleted file mode 100644
index 7466707cc54..00000000000
--- a/stable/owncast/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [owncast-13.6.0](https://github.com/truecharts/charts/compare/owncast-13.5.2...owncast-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [owncast-13.5.2](https://github.com/truecharts/charts/compare/owncast-13.5.1...owncast-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [owncast-13.5.1](https://github.com/truecharts/charts/compare/owncast-13.5.0...owncast-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [owncast-13.5.0](https://github.com/truecharts/charts/compare/owncast-13.4.1...owncast-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [owncast-13.4.1](https://github.com/truecharts/charts/compare/owncast-13.4.0...owncast-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [owncast-13.4.0](https://github.com/truecharts/charts/compare/owncast-13.3.0...owncast-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [owncast-13.3.0](https://github.com/truecharts/charts/compare/owncast-13.2.3...owncast-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [owncast-13.2.3](https://github.com/truecharts/charts/compare/owncast-13.2.2...owncast-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [owncast-13.2.2](https://github.com/truecharts/charts/compare/owncast-13.2.0...owncast-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/owncast/13.6.0/Chart.yaml b/stable/owncast/13.6.0/Chart.yaml
deleted file mode 100644
index 04986d2b03f..00000000000
--- a/stable/owncast/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.1.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Take control over your live stream video by running it yourself. Streaming + chat out of the box.
-home: https://truecharts.org/charts/stable/owncast
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png
-keywords:
- - owncast
- - stream
- - open source
- - chat
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: owncast
-sources:
- - https://github.com/owncast/owncast
- - https://owncast.online/
- - https://github.com/truecharts/charts/tree/master/charts/stable/owncast
- - https://hub.docker.com/r/gabekangas/owncast
-type: application
-version: 13.6.0
diff --git a/stable/owncast/13.6.0/charts/common-20.1.5.tgz b/stable/owncast/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/owncast/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pavlovvr/5.6.0/.helmignore b/stable/owncast/13.7.3/.helmignore
similarity index 100%
rename from stable/pavlovvr/5.6.0/.helmignore
rename to stable/owncast/13.7.3/.helmignore
diff --git a/stable/owncast/13.7.3/CHANGELOG.md b/stable/owncast/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cb1fe00ba9e
--- /dev/null
+++ b/stable/owncast/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [owncast-13.7.2](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/owncast/13.7.3/Chart.yaml b/stable/owncast/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..7b5fb8ca18c
--- /dev/null
+++ b/stable/owncast/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Take control over your live stream video by running it yourself. Streaming + chat out of the box.
+home: https://truecharts.org/charts/stable/owncast
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png
+keywords:
+ - owncast
+ - stream
+ - open source
+ - chat
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: owncast
+sources:
+ - https://github.com/owncast/owncast
+ - https://owncast.online/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/owncast
+ - https://hub.docker.com/r/gabekangas/owncast
+type: application
+version: 13.7.3
diff --git a/stable/owncast/13.6.0/README.md b/stable/owncast/13.7.3/README.md
similarity index 100%
rename from stable/owncast/13.6.0/README.md
rename to stable/owncast/13.7.3/README.md
diff --git a/stable/owncast/13.7.3/app-changelog.md b/stable/owncast/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..097c5650d4a
--- /dev/null
+++ b/stable/owncast/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [owncast-13.7.3](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/owncast/13.6.0/app-readme.md b/stable/owncast/13.7.3/app-readme.md
similarity index 100%
rename from stable/owncast/13.6.0/app-readme.md
rename to stable/owncast/13.7.3/app-readme.md
diff --git a/stable/owncast/13.7.3/charts/common-20.2.4.tgz b/stable/owncast/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/owncast/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/owncast/13.6.0/ix_values.yaml b/stable/owncast/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/owncast/13.6.0/ix_values.yaml
rename to stable/owncast/13.7.3/ix_values.yaml
diff --git a/stable/owncast/13.6.0/questions.yaml b/stable/owncast/13.7.3/questions.yaml
similarity index 100%
rename from stable/owncast/13.6.0/questions.yaml
rename to stable/owncast/13.7.3/questions.yaml
diff --git a/stable/pasta/8.6.0/templates/NOTES.txt b/stable/owncast/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/pasta/8.6.0/templates/NOTES.txt
rename to stable/owncast/13.7.3/templates/NOTES.txt
diff --git a/stable/pgadmin/15.7.0/templates/common.yaml b/stable/owncast/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/pgadmin/15.7.0/templates/common.yaml
rename to stable/owncast/13.7.3/templates/common.yaml
diff --git a/stable/pavlovvr/5.6.0/values.yaml b/stable/owncast/13.7.3/values.yaml
similarity index 100%
rename from stable/pavlovvr/5.6.0/values.yaml
rename to stable/owncast/13.7.3/values.yaml
diff --git a/stable/palworld/2.6.0/CHANGELOG.md b/stable/palworld/2.6.0/CHANGELOG.md
deleted file mode 100644
index 3239d0ac71b..00000000000
--- a/stable/palworld/2.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [palworld-2.6.0](https://github.com/truecharts/charts/compare/palworld-2.5.2...palworld-2.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [palworld-2.5.2](https://github.com/truecharts/charts/compare/palworld-2.5.1...palworld-2.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [palworld-2.5.1](https://github.com/truecharts/charts/compare/palworld-2.5.0...palworld-2.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [palworld-2.5.0](https://github.com/truecharts/charts/compare/palworld-2.4.1...palworld-2.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [palworld-2.4.1](https://github.com/truecharts/charts/compare/palworld-2.4.0...palworld-2.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [palworld-2.4.0](https://github.com/truecharts/charts/compare/palworld-2.3.1...palworld-2.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [palworld-2.3.1](https://github.com/truecharts/charts/compare/palworld-2.3.0...palworld-2.3.1) (2024-03-06)
-
-
-## [palworld-2.3.0](https://github.com/truecharts/charts/compare/palworld-2.2.3...palworld-2.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [palworld-2.2.3](https://github.com/truecharts/charts/compare/palworld-2.2.2...palworld-2.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [palworld-2.2.2](https://github.com/truecharts/charts/compare/palworld-2.2.0...palworld-2.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
diff --git a/stable/palworld/2.6.0/Chart.yaml b/stable/palworld/2.6.0/Chart.yaml
deleted file mode 100644
index cc40946f470..00000000000
--- a/stable/palworld/2.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: palworld
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A custom SteamCMD chart that runs Palworld.
-home: https://truecharts.org/charts/stable/palworld
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png
-keywords:
- - palworld
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: palworld
-sources:
- - https://github.com/ich777/docker-steamcmd-server/tree/palworld
- - https://github.com/truecharts/charts/tree/master/charts/stable/palworld
- - https://ghcr.io/ich777/steamcmd
- - https://hub.docker.com/r/outdead/rcon
-type: application
-version: 2.6.0
diff --git a/stable/palworld/2.6.0/charts/common-20.1.5.tgz b/stable/palworld/2.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/palworld/2.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/peanut/1.4.0/.helmignore b/stable/palworld/2.7.3/.helmignore
similarity index 100%
rename from stable/peanut/1.4.0/.helmignore
rename to stable/palworld/2.7.3/.helmignore
diff --git a/stable/palworld/2.7.3/CHANGELOG.md b/stable/palworld/2.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fc2231c19a4
--- /dev/null
+++ b/stable/palworld/2.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [palworld-2.7.2](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/palworld/2.7.3/Chart.yaml b/stable/palworld/2.7.3/Chart.yaml
new file mode 100644
index 00000000000..233d8116ab9
--- /dev/null
+++ b/stable/palworld/2.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: palworld
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A custom SteamCMD chart that runs Palworld.
+home: https://truecharts.org/charts/stable/palworld
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.png
+keywords:
+ - palworld
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: palworld
+sources:
+ - https://github.com/ich777/docker-steamcmd-server/tree/palworld
+ - https://github.com/truecharts/charts/tree/master/charts/stable/palworld
+ - https://ghcr.io/ich777/steamcmd
+ - https://hub.docker.com/r/outdead/rcon
+type: application
+version: 2.7.3
diff --git a/stable/palworld/2.6.0/README.md b/stable/palworld/2.7.3/README.md
similarity index 100%
rename from stable/palworld/2.6.0/README.md
rename to stable/palworld/2.7.3/README.md
diff --git a/stable/palworld/2.7.3/app-changelog.md b/stable/palworld/2.7.3/app-changelog.md
new file mode 100644
index 00000000000..a9f7d0f74ed
--- /dev/null
+++ b/stable/palworld/2.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [palworld-2.7.3](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/palworld/2.6.0/app-readme.md b/stable/palworld/2.7.3/app-readme.md
similarity index 100%
rename from stable/palworld/2.6.0/app-readme.md
rename to stable/palworld/2.7.3/app-readme.md
diff --git a/stable/palworld/2.7.3/charts/common-20.2.4.tgz b/stable/palworld/2.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/palworld/2.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/palworld/2.6.0/ix_values.yaml b/stable/palworld/2.7.3/ix_values.yaml
similarity index 100%
rename from stable/palworld/2.6.0/ix_values.yaml
rename to stable/palworld/2.7.3/ix_values.yaml
diff --git a/stable/palworld/2.6.0/questions.yaml b/stable/palworld/2.7.3/questions.yaml
similarity index 100%
rename from stable/palworld/2.6.0/questions.yaml
rename to stable/palworld/2.7.3/questions.yaml
diff --git a/stable/pastey/6.6.0/templates/NOTES.txt b/stable/palworld/2.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/pastey/6.6.0/templates/NOTES.txt
rename to stable/palworld/2.7.3/templates/NOTES.txt
diff --git a/stable/palworld/2.6.0/templates/_configmap.tpl b/stable/palworld/2.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/palworld/2.6.0/templates/_configmap.tpl
rename to stable/palworld/2.7.3/templates/_configmap.tpl
diff --git a/stable/palworld/2.6.0/templates/common.yaml b/stable/palworld/2.7.3/templates/common.yaml
similarity index 100%
rename from stable/palworld/2.6.0/templates/common.yaml
rename to stable/palworld/2.7.3/templates/common.yaml
diff --git a/stable/peanut/1.4.0/values.yaml b/stable/palworld/2.7.3/values.yaml
similarity index 100%
rename from stable/peanut/1.4.0/values.yaml
rename to stable/palworld/2.7.3/values.yaml
diff --git a/stable/paperless-ngx/7.8.1/CHANGELOG.md b/stable/paperless-ngx/7.8.1/CHANGELOG.md
deleted file mode 100644
index 001cd4b8022..00000000000
--- a/stable/paperless-ngx/7.8.1/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [paperless-ngx-7.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16)
\ No newline at end of file
diff --git a/stable/paperless-ngx/7.8.1/Chart.yaml b/stable/paperless-ngx/7.8.1/Chart.yaml
deleted file mode 100644
index 59c7d05d735..00000000000
--- a/stable/paperless-ngx/7.8.1/Chart.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.6.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
-home: https://truecharts.org/charts/stable/paperless-ngx
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png
-keywords:
- - paperless-ng
- - paperless-ngx
- - documents
- - paper
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: paperless-ngx
-sources:
- - https://github.com/paperless-ngx/paperless-ngx
- - https://paperless-ngx.readthedocs.io/en/latest/
- - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
- - https://ghcr.io/paperless-ngx/paperless-ngx
-type: application
-version: 7.8.1
diff --git a/stable/paperless-ngx/7.8.1/app-changelog.md b/stable/paperless-ngx/7.8.1/app-changelog.md
deleted file mode 100644
index dd04e868676..00000000000
--- a/stable/paperless-ngx/7.8.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz b/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz b/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/paperless-ngx/7.8.1/ix_values.yaml b/stable/paperless-ngx/7.8.1/ix_values.yaml
deleted file mode 100644
index cea57aa48df..00000000000
--- a/stable/paperless-ngx/7.8.1/ix_values.yaml
+++ /dev/null
@@ -1,92 +0,0 @@
-image:
- repository: ghcr.io/paperless-ngx/paperless-ngx
- pullPolicy: IfNotPresent
- tag: 2.6.2@sha256:9483e2fff0b50c1b5f90c6e6d085fc3551f9dd7d039c29efb3ace712ba9ee42e
-service:
- main:
- ports:
- main:
- targetPort: 8000
- port: 10140
-persistence:
- data:
- enabled: true
- mountPath: "/data"
- consume:
- enabled: true
- mountPath: "/consume"
- media:
- enabled: true
- mountPath: "/media"
- varrun:
- enabled: false
-redis:
- enabled: true
- redisUsername: default
-cnpg:
- main:
- enabled: true
- user: paperless-ng
- database: paperless-ng
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- httpHeaders:
- Host: localhost
- startup:
- type: http
- httpHeaders:
- Host: localhost
- readiness:
- type: http
- httpHeaders:
- Host: localhost
- env:
- PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
- PAPERLESS_DATA_DIR: "/data/"
- PAPERLESS_CONSUMPTION_DIR: "/consume/"
- PAPERLESS_MEDIA_ROOT: "/media/"
- PAPERLESS_URL: ""
- USERMAP_UID: "{{ .Values.securityContext.container.PUID }}"
- USERMAP_GID: "{{ .Values.securityContext.pod.fsGroup }}"
- PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}"
- PAPERLESS_DBNAME: "{{ .Values.cnpg.main.database }}"
- PAPERLESS_DBUSER: "{{ .Values.cnpg.main.user }}"
- PAPERLESS_DBPORT: "5432"
- PAPERLESS_WEBSERVER_WORKERS: 2
- PAPERLESS_DBPASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- PAPERLESS_DBHOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- PAPERLESS_SECRET_KEY:
- secretKeyRef:
- name: secrets
- key: PAPERLESS_SECRET_KEY
- PAPERLESS_REDIS:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: url
- PAPERLESS_ADMIN_USER: "admin"
- PAPERLESS_ADMIN_PASSWORD: "admin"
- PAPERLESS_ADMIN_MAIL: "admin@admin.com"
- PAPERLESS_OCR_LANGUAGE: "eng"
- PAPERLESS_OCR_LANGUAGES: "eng fra deu spa ita"
diff --git a/stable/paperless-ngx/7.8.1/questions.yaml b/stable/paperless-ngx/7.8.1/questions.yaml
deleted file mode 100755
index df4de0e7869..00000000000
--- a/stable/paperless-ngx/7.8.1/questions.yaml
+++ /dev/null
@@ -1,3864 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: PAPERLESS_ADMIN_USER
- label: "PAPERLESS_ADMIN_USER (First Install Only)"
- schema:
- type: string
- required: true
- default: ""
- - variable: PAPERLESS_ADMIN_PASSWORD
- label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: PAPERLESS_ADMIN_MAIL
- label: "PAPERLESS_ADMIN_MAIL (First Install Only)"
- schema:
- type: string
- default: ""
- - variable: PAPERLESS_URL
- label: "PAPERLESS_URL"
- description: "This is required if you will be exposing Paperless-ngx on a public domain."
- schema:
- type: string
- default: ""
- - variable: PAPERLESS_WEBSERVER_WORKERS
- label: "PAPERLESS_WEBSERVER_WORKERS"
- description: "The number of worker processes the webserver should spawn."
- schema:
- type: int
- required: true
- default: 2
- - variable: PAPERLESS_OCR_LANGUAGES
- label: "Additional Paperless OCR Languages"
- description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list."
- schema:
- type: string
- default: "eng fra deu spa ita"
- - variable: PAPERLESS_OCR_LANGUAGE
- label: "Additional Language Selector"
- description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is eng. Can use eng+fra if muliple"
- schema:
- type: string
- default: "eng"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10140
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "This is where paperless stores all its data (search index, classification model, etc)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: consume
- label: "To-be consumed Document Storage"
- description: "This where your documents should go to be consumed."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: media
- label: "App Document Storage"
- description: "This is where your documents and thumbnails are stored."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/pgadmin/15.7.0/.helmignore b/stable/paperless-ngx/7.9.2/.helmignore
similarity index 100%
rename from stable/pgadmin/15.7.0/.helmignore
rename to stable/paperless-ngx/7.9.2/.helmignore
diff --git a/stable/paperless-ngx/7.9.2/CHANGELOG.md b/stable/paperless-ngx/7.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..e1a6474b68e
--- /dev/null
+++ b/stable/paperless-ngx/7.9.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [paperless-ngx-7.9.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [paperless-ngx-7.9.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [paperless-ngx-7.9.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [paperless-ngx-7.9.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
diff --git a/stable/paperless-ngx/7.9.2/Chart.yaml b/stable/paperless-ngx/7.9.2/Chart.yaml
new file mode 100644
index 00000000000..f08da712eba
--- /dev/null
+++ b/stable/paperless-ngx/7.9.2/Chart.yaml
@@ -0,0 +1,47 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.6.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
+home: https://truecharts.org/charts/stable/paperless-ngx
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.png
+keywords:
+ - paperless-ng
+ - paperless-ngx
+ - documents
+ - paper
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: paperless-ngx
+sources:
+ - https://github.com/paperless-ngx/paperless-ngx
+ - https://paperless-ngx.readthedocs.io/en/latest/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
+ - https://ghcr.io/paperless-ngx/paperless-ngx
+type: application
+version: 7.9.2
diff --git a/stable/paperless-ngx/7.8.1/README.md b/stable/paperless-ngx/7.9.2/README.md
similarity index 100%
rename from stable/paperless-ngx/7.8.1/README.md
rename to stable/paperless-ngx/7.9.2/README.md
diff --git a/stable/paperless-ngx/7.9.2/app-changelog.md b/stable/paperless-ngx/7.9.2/app-changelog.md
new file mode 100644
index 00000000000..d45d52d5397
--- /dev/null
+++ b/stable/paperless-ngx/7.9.2/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [paperless-ngx-7.9.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.3[@101f3cb](https://github.com/101f3cb) by renovate ([#19453](https://github.com/truecharts/charts/issues/19453))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/paperless-ngx/7.8.1/app-readme.md b/stable/paperless-ngx/7.9.2/app-readme.md
similarity index 100%
rename from stable/paperless-ngx/7.8.1/app-readme.md
rename to stable/paperless-ngx/7.9.2/app-readme.md
diff --git a/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz b/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/paperless-ngx/7.9.2/charts/common-20.2.4.tgz differ
diff --git a/stable/paperless-ngx/7.9.2/charts/redis-13.2.2.tgz b/stable/paperless-ngx/7.9.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/paperless-ngx/7.9.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/paperless-ngx/7.9.2/ix_values.yaml b/stable/paperless-ngx/7.9.2/ix_values.yaml
new file mode 100644
index 00000000000..1bb3b30a988
--- /dev/null
+++ b/stable/paperless-ngx/7.9.2/ix_values.yaml
@@ -0,0 +1,92 @@
+image:
+ repository: ghcr.io/paperless-ngx/paperless-ngx
+ pullPolicy: IfNotPresent
+ tag: 2.6.3@sha256:101f3cbfd1e15f9dc3303f2eeb64dd4a9489f121accb31612c9ff8be93ba8094
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8000
+ port: 10140
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+ consume:
+ enabled: true
+ mountPath: "/consume"
+ media:
+ enabled: true
+ mountPath: "/media"
+ varrun:
+ enabled: false
+redis:
+ enabled: true
+ redisUsername: default
+cnpg:
+ main:
+ enabled: true
+ user: paperless-ng
+ database: paperless-ng
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ httpHeaders:
+ Host: localhost
+ startup:
+ type: http
+ httpHeaders:
+ Host: localhost
+ readiness:
+ type: http
+ httpHeaders:
+ Host: localhost
+ env:
+ PAPERLESS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
+ PAPERLESS_DATA_DIR: "/data/"
+ PAPERLESS_CONSUMPTION_DIR: "/consume/"
+ PAPERLESS_MEDIA_ROOT: "/media/"
+ PAPERLESS_URL: ""
+ USERMAP_UID: "{{ .Values.securityContext.container.PUID }}"
+ USERMAP_GID: "{{ .Values.securityContext.pod.fsGroup }}"
+ PAPERLESS_TIME_ZONE: "{{ .Values.TZ }}"
+ PAPERLESS_DBNAME: "{{ .Values.cnpg.main.database }}"
+ PAPERLESS_DBUSER: "{{ .Values.cnpg.main.user }}"
+ PAPERLESS_DBPORT: "5432"
+ PAPERLESS_WEBSERVER_WORKERS: 2
+ PAPERLESS_DBPASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ PAPERLESS_DBHOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ PAPERLESS_SECRET_KEY:
+ secretKeyRef:
+ name: secrets
+ key: PAPERLESS_SECRET_KEY
+ PAPERLESS_REDIS:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: url
+ PAPERLESS_ADMIN_USER: "admin"
+ PAPERLESS_ADMIN_PASSWORD: "admin"
+ PAPERLESS_ADMIN_MAIL: "admin@admin.com"
+ PAPERLESS_OCR_LANGUAGE: "eng"
+ PAPERLESS_OCR_LANGUAGES: "eng fra deu spa ita"
diff --git a/stable/paperless-ngx/7.9.2/questions.yaml b/stable/paperless-ngx/7.9.2/questions.yaml
new file mode 100755
index 00000000000..bbd5f77228c
--- /dev/null
+++ b/stable/paperless-ngx/7.9.2/questions.yaml
@@ -0,0 +1,3866 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: PAPERLESS_ADMIN_USER
+ label: "PAPERLESS_ADMIN_USER (First Install Only)"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: PAPERLESS_ADMIN_PASSWORD
+ label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: PAPERLESS_ADMIN_MAIL
+ label: "PAPERLESS_ADMIN_MAIL (First Install Only)"
+ schema:
+ type: string
+ default: ""
+ - variable: PAPERLESS_URL
+ label: "PAPERLESS_URL"
+ description: "This is required if you will be exposing Paperless-ngx on a public domain."
+ schema:
+ type: string
+ default: ""
+ - variable: PAPERLESS_WEBSERVER_WORKERS
+ label: "PAPERLESS_WEBSERVER_WORKERS"
+ description: "The number of worker processes the webserver should spawn."
+ schema:
+ type: int
+ required: true
+ default: 2
+ - variable: PAPERLESS_OCR_LANGUAGES
+ label: "Additional Paperless OCR Languages"
+ description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list."
+ schema:
+ type: string
+ default: "eng fra deu spa ita"
+ - variable: PAPERLESS_OCR_LANGUAGE
+ label: "Additional Language Selector"
+ description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is eng. Can use eng+fra if muliple"
+ schema:
+ type: string
+ default: "eng"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10140
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "This is where paperless stores all its data (search index, classification model, etc)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: consume
+ label: "To-be consumed Document Storage"
+ description: "This where your documents should go to be consumed."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: media
+ label: "App Document Storage"
+ description: "This is where your documents and thumbnails are stored."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/peanut/1.4.0/templates/NOTES.txt b/stable/paperless-ngx/7.9.2/templates/NOTES.txt
similarity index 100%
rename from stable/peanut/1.4.0/templates/NOTES.txt
rename to stable/paperless-ngx/7.9.2/templates/NOTES.txt
diff --git a/stable/paperless-ngx/7.8.1/templates/_secrets.tpl b/stable/paperless-ngx/7.9.2/templates/_secrets.tpl
similarity index 100%
rename from stable/paperless-ngx/7.8.1/templates/_secrets.tpl
rename to stable/paperless-ngx/7.9.2/templates/_secrets.tpl
diff --git a/stable/paperless-ngx/7.8.1/templates/common.yaml b/stable/paperless-ngx/7.9.2/templates/common.yaml
similarity index 100%
rename from stable/paperless-ngx/7.8.1/templates/common.yaml
rename to stable/paperless-ngx/7.9.2/templates/common.yaml
diff --git a/stable/pgadmin/15.7.0/values.yaml b/stable/paperless-ngx/7.9.2/values.yaml
similarity index 100%
rename from stable/pgadmin/15.7.0/values.yaml
rename to stable/paperless-ngx/7.9.2/values.yaml
diff --git a/stable/papermerge/12.7.0/CHANGELOG.md b/stable/papermerge/12.7.0/CHANGELOG.md
deleted file mode 100644
index db89b19e275..00000000000
--- a/stable/papermerge/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
diff --git a/stable/papermerge/12.7.0/Chart.yaml b/stable/papermerge/12.7.0/Chart.yaml
deleted file mode 100644
index 3a3a7ff036e..00000000000
--- a/stable/papermerge/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.9
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
-home: https://truecharts.org/charts/stable/papermerge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png
-keywords:
- - papermerge
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: papermerge
-sources:
- - https://github.com/ciur/papermerge
- - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge
- - https://hub.docker.com/r/papermerge/papermerge
-type: application
-version: 12.7.0
diff --git a/stable/papermerge/12.7.0/app-changelog.md b/stable/papermerge/12.7.0/app-changelog.md
deleted file mode 100644
index 53fd357119a..00000000000
--- a/stable/papermerge/12.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [papermerge-12.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/papermerge/12.7.0/charts/common-20.2.0.tgz b/stable/papermerge/12.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/papermerge/12.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/papermerge/12.7.0/charts/redis-13.0.5.tgz b/stable/papermerge/12.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/papermerge/12.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/papermerge/12.7.0/questions.yaml b/stable/papermerge/12.7.0/questions.yaml
deleted file mode 100755
index 75b69d90d05..00000000000
--- a/stable/papermerge/12.7.0/questions.yaml
+++ /dev/null
@@ -1,3295 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: App Configuration
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: DJANGO_SUPERUSER_EMAIL
- label: SuperUser Email
- description: Admin email
- schema:
- type: string
- required: true
- default: ""
- - variable: DJANGO_SUPERUSER_USENAME
- label: SuperUser UserName
- description: Admin user
- schema:
- type: string
- required: true
- default: ""
- - variable: DJANGO_SUPERUSER_PASSWORD
- label: SuperUser Password
- description: Admin Password
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10141
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/phoronix-test-suite/5.6.0/.helmignore b/stable/papermerge/12.8.2/.helmignore
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/.helmignore
rename to stable/papermerge/12.8.2/.helmignore
diff --git a/stable/papermerge/12.8.2/CHANGELOG.md b/stable/papermerge/12.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..580a8481b24
--- /dev/null
+++ b/stable/papermerge/12.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [papermerge-12.8.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [papermerge-12.8.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [papermerge-12.8.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [papermerge-12.8.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [papermerge-12.8.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/papermerge/12.8.2/Chart.yaml b/stable/papermerge/12.8.2/Chart.yaml
new file mode 100644
index 00000000000..856f7bd471d
--- /dev/null
+++ b/stable/papermerge/12.8.2/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
+home: https://truecharts.org/charts/stable/papermerge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png
+keywords:
+ - papermerge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: papermerge
+sources:
+ - https://github.com/ciur/papermerge
+ - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge
+ - https://hub.docker.com/r/papermerge/papermerge
+type: application
+version: 12.8.2
diff --git a/stable/papermerge/12.7.0/README.md b/stable/papermerge/12.8.2/README.md
similarity index 100%
rename from stable/papermerge/12.7.0/README.md
rename to stable/papermerge/12.8.2/README.md
diff --git a/stable/papermerge/12.8.2/app-changelog.md b/stable/papermerge/12.8.2/app-changelog.md
new file mode 100644
index 00000000000..fc2e8dace2e
--- /dev/null
+++ b/stable/papermerge/12.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [papermerge-12.8.2](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/papermerge/12.7.0/app-readme.md b/stable/papermerge/12.8.2/app-readme.md
similarity index 100%
rename from stable/papermerge/12.7.0/app-readme.md
rename to stable/papermerge/12.8.2/app-readme.md
diff --git a/stable/papermerge/12.8.2/charts/common-20.2.4.tgz b/stable/papermerge/12.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/papermerge/12.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/papermerge/12.8.2/charts/redis-13.2.2.tgz b/stable/papermerge/12.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/papermerge/12.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/papermerge/12.7.0/ix_values.yaml b/stable/papermerge/12.8.2/ix_values.yaml
similarity index 100%
rename from stable/papermerge/12.7.0/ix_values.yaml
rename to stable/papermerge/12.8.2/ix_values.yaml
diff --git a/stable/papermerge/12.8.2/questions.yaml b/stable/papermerge/12.8.2/questions.yaml
new file mode 100755
index 00000000000..c46c377a321
--- /dev/null
+++ b/stable/papermerge/12.8.2/questions.yaml
@@ -0,0 +1,3297 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: App Configuration
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: DJANGO_SUPERUSER_EMAIL
+ label: SuperUser Email
+ description: Admin email
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: DJANGO_SUPERUSER_USENAME
+ label: SuperUser UserName
+ description: Admin user
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: DJANGO_SUPERUSER_PASSWORD
+ label: SuperUser Password
+ description: Admin Password
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10141
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/pgadmin/15.7.0/templates/NOTES.txt b/stable/papermerge/12.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/pgadmin/15.7.0/templates/NOTES.txt
rename to stable/papermerge/12.8.2/templates/NOTES.txt
diff --git a/stable/papermerge/12.7.0/templates/_secrets.tpl b/stable/papermerge/12.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/papermerge/12.7.0/templates/_secrets.tpl
rename to stable/papermerge/12.8.2/templates/_secrets.tpl
diff --git a/stable/papermerge/12.7.0/templates/common.yaml b/stable/papermerge/12.8.2/templates/common.yaml
similarity index 100%
rename from stable/papermerge/12.7.0/templates/common.yaml
rename to stable/papermerge/12.8.2/templates/common.yaml
diff --git a/stable/phoronix-test-suite/5.6.0/values.yaml b/stable/papermerge/12.8.2/values.yaml
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/values.yaml
rename to stable/papermerge/12.8.2/values.yaml
diff --git a/stable/passwordpusherephemeral/5.6.0/CHANGELOG.md b/stable/passwordpusherephemeral/5.6.0/CHANGELOG.md
deleted file mode 100644
index bbfd79501df..00000000000
--- a/stable/passwordpusherephemeral/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [passwordpusherephemeral-5.6.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.5.2...passwordpusherephemeral-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [passwordpusherephemeral-5.5.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.5.1...passwordpusherephemeral-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [passwordpusherephemeral-5.5.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.5.0...passwordpusherephemeral-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [passwordpusherephemeral-5.5.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.4.1...passwordpusherephemeral-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [passwordpusherephemeral-5.4.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.4.0...passwordpusherephemeral-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [passwordpusherephemeral-5.4.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.3.0...passwordpusherephemeral-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [passwordpusherephemeral-5.3.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.3...passwordpusherephemeral-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [passwordpusherephemeral-5.2.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.2...passwordpusherephemeral-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [passwordpusherephemeral-5.2.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.0...passwordpusherephemeral-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/passwordpusherephemeral/5.6.0/Chart.yaml b/stable/passwordpusherephemeral/5.6.0/Chart.yaml
deleted file mode 100644
index bc5bea83d16..00000000000
--- a/stable/passwordpusherephemeral/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.
-home: https://truecharts.org/charts/stable/passwordpusherephemeral
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png
-keywords:
- - passwordpusherephemeral
- - Productivity
- - Security
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: passwordpusherephemeral
-sources:
- - https://github.com/pglombardo/PasswordPusher
- - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral
- - https://hub.docker.com/r/pglombardo/pwpush-ephemeral
-type: application
-version: 5.6.0
diff --git a/stable/passwordpusherephemeral/5.6.0/charts/common-20.1.5.tgz b/stable/passwordpusherephemeral/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/passwordpusherephemeral/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photo-stream/5.6.0/.helmignore b/stable/passwordpusherephemeral/5.7.3/.helmignore
similarity index 100%
rename from stable/photo-stream/5.6.0/.helmignore
rename to stable/passwordpusherephemeral/5.7.3/.helmignore
diff --git a/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md b/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..72d6a00be96
--- /dev/null
+++ b/stable/passwordpusherephemeral/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [passwordpusherephemeral-5.7.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/passwordpusherephemeral/5.7.3/Chart.yaml b/stable/passwordpusherephemeral/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c5d41ad697e
--- /dev/null
+++ b/stable/passwordpusherephemeral/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.
+home: https://truecharts.org/charts/stable/passwordpusherephemeral
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png
+keywords:
+ - passwordpusherephemeral
+ - Productivity
+ - Security
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: passwordpusherephemeral
+sources:
+ - https://github.com/pglombardo/PasswordPusher
+ - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral
+ - https://hub.docker.com/r/pglombardo/pwpush-ephemeral
+type: application
+version: 5.7.3
diff --git a/stable/passwordpusherephemeral/5.6.0/README.md b/stable/passwordpusherephemeral/5.7.3/README.md
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/README.md
rename to stable/passwordpusherephemeral/5.7.3/README.md
diff --git a/stable/passwordpusherephemeral/5.7.3/app-changelog.md b/stable/passwordpusherephemeral/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7df3250abd9
--- /dev/null
+++ b/stable/passwordpusherephemeral/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [passwordpusherephemeral-5.7.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/passwordpusherephemeral/5.6.0/app-readme.md b/stable/passwordpusherephemeral/5.7.3/app-readme.md
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/app-readme.md
rename to stable/passwordpusherephemeral/5.7.3/app-readme.md
diff --git a/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz b/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/passwordpusherephemeral/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/passwordpusherephemeral/5.6.0/ix_values.yaml b/stable/passwordpusherephemeral/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/ix_values.yaml
rename to stable/passwordpusherephemeral/5.7.3/ix_values.yaml
diff --git a/stable/passwordpusherephemeral/5.6.0/questions.yaml b/stable/passwordpusherephemeral/5.7.3/questions.yaml
similarity index 100%
rename from stable/passwordpusherephemeral/5.6.0/questions.yaml
rename to stable/passwordpusherephemeral/5.7.3/questions.yaml
diff --git a/stable/phoronix-test-suite/5.6.0/templates/common.yaml b/stable/passwordpusherephemeral/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/templates/common.yaml
rename to stable/passwordpusherephemeral/5.7.3/templates/common.yaml
diff --git a/stable/photo-stream/5.6.0/values.yaml b/stable/passwordpusherephemeral/5.7.3/values.yaml
similarity index 100%
rename from stable/photo-stream/5.6.0/values.yaml
rename to stable/passwordpusherephemeral/5.7.3/values.yaml
diff --git a/stable/pasta/8.6.0/CHANGELOG.md b/stable/pasta/8.6.0/CHANGELOG.md
deleted file mode 100644
index b1ca1cfece3..00000000000
--- a/stable/pasta/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pasta-8.6.0](https://github.com/truecharts/charts/compare/pasta-8.5.2...pasta-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pasta-8.5.2](https://github.com/truecharts/charts/compare/pasta-8.5.1...pasta-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pasta-8.5.1](https://github.com/truecharts/charts/compare/pasta-8.5.0...pasta-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pasta-8.5.0](https://github.com/truecharts/charts/compare/pasta-8.4.1...pasta-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pasta-8.4.1](https://github.com/truecharts/charts/compare/pasta-8.4.0...pasta-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pasta-8.4.0](https://github.com/truecharts/charts/compare/pasta-8.3.0...pasta-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pasta-8.3.0](https://github.com/truecharts/charts/compare/pasta-8.2.3...pasta-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pasta-8.2.3](https://github.com/truecharts/charts/compare/pasta-8.2.2...pasta-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pasta-8.2.2](https://github.com/truecharts/charts/compare/pasta-8.2.0...pasta-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pasta/8.6.0/Chart.yaml b/stable/pasta/8.6.0/Chart.yaml
deleted file mode 100644
index bac8acb996b..00000000000
--- a/stable/pasta/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PASTA - Audio and Subtitle Track Changer for Plex
-home: https://truecharts.org/charts/stable/pasta
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png
-keywords:
- - pasta
- - MediaApp-Other
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pasta
-sources:
- - https://github.com/cglatot/pasta
- - https://github.com/truecharts/charts/tree/master/charts/stable/pasta
- - https://hub.docker.com/r/cglatot/pasta
-type: application
-version: 8.6.0
diff --git a/stable/pasta/8.6.0/charts/common-20.1.5.tgz b/stable/pasta/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pasta/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photoprism/20.12.2/.helmignore b/stable/pasta/8.7.3/.helmignore
similarity index 100%
rename from stable/photoprism/20.12.2/.helmignore
rename to stable/pasta/8.7.3/.helmignore
diff --git a/stable/pasta/8.7.3/CHANGELOG.md b/stable/pasta/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..caf2d12cc56
--- /dev/null
+++ b/stable/pasta/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pasta-8.7.2](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pasta/8.7.3/Chart.yaml b/stable/pasta/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..4b6d29c9378
--- /dev/null
+++ b/stable/pasta/8.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PASTA - Audio and Subtitle Track Changer for Plex
+home: https://truecharts.org/charts/stable/pasta
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png
+keywords:
+ - pasta
+ - MediaApp-Other
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pasta
+sources:
+ - https://github.com/cglatot/pasta
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pasta
+ - https://hub.docker.com/r/cglatot/pasta
+type: application
+version: 8.7.3
diff --git a/stable/pasta/8.6.0/README.md b/stable/pasta/8.7.3/README.md
similarity index 100%
rename from stable/pasta/8.6.0/README.md
rename to stable/pasta/8.7.3/README.md
diff --git a/stable/pasta/8.7.3/app-changelog.md b/stable/pasta/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..4a2b5d0aa62
--- /dev/null
+++ b/stable/pasta/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pasta-8.7.3](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pasta/8.6.0/app-readme.md b/stable/pasta/8.7.3/app-readme.md
similarity index 100%
rename from stable/pasta/8.6.0/app-readme.md
rename to stable/pasta/8.7.3/app-readme.md
diff --git a/stable/pasta/8.7.3/charts/common-20.2.4.tgz b/stable/pasta/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pasta/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pasta/8.6.0/ix_values.yaml b/stable/pasta/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/pasta/8.6.0/ix_values.yaml
rename to stable/pasta/8.7.3/ix_values.yaml
diff --git a/stable/pasta/8.6.0/questions.yaml b/stable/pasta/8.7.3/questions.yaml
similarity index 100%
rename from stable/pasta/8.6.0/questions.yaml
rename to stable/pasta/8.7.3/questions.yaml
diff --git a/stable/photoprism/20.12.2/templates/NOTES.txt b/stable/pasta/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/photoprism/20.12.2/templates/NOTES.txt
rename to stable/pasta/8.7.3/templates/NOTES.txt
diff --git a/stable/photo-stream/5.6.0/templates/common.yaml b/stable/pasta/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/photo-stream/5.6.0/templates/common.yaml
rename to stable/pasta/8.7.3/templates/common.yaml
diff --git a/stable/photoprism/20.12.2/values.yaml b/stable/pasta/8.7.3/values.yaml
similarity index 100%
rename from stable/photoprism/20.12.2/values.yaml
rename to stable/pasta/8.7.3/values.yaml
diff --git a/stable/pastey/6.6.0/CHANGELOG.md b/stable/pastey/6.6.0/CHANGELOG.md
deleted file mode 100644
index 01a89a24a25..00000000000
--- a/stable/pastey/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pastey-6.6.0](https://github.com/truecharts/charts/compare/pastey-6.5.2...pastey-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pastey-6.5.2](https://github.com/truecharts/charts/compare/pastey-6.5.1...pastey-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pastey-6.5.1](https://github.com/truecharts/charts/compare/pastey-6.5.0...pastey-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pastey-6.5.0](https://github.com/truecharts/charts/compare/pastey-6.4.1...pastey-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pastey-6.4.1](https://github.com/truecharts/charts/compare/pastey-6.4.0...pastey-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pastey-6.4.0](https://github.com/truecharts/charts/compare/pastey-6.3.0...pastey-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pastey-6.3.0](https://github.com/truecharts/charts/compare/pastey-6.2.3...pastey-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pastey-6.2.3](https://github.com/truecharts/charts/compare/pastey-6.2.2...pastey-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pastey-6.2.2](https://github.com/truecharts/charts/compare/pastey-6.2.0...pastey-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pastey/6.6.0/Chart.yaml b/stable/pastey/6.6.0/Chart.yaml
deleted file mode 100644
index dead6b09a66..00000000000
--- a/stable/pastey/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.5.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A lightweight, self-hosted paste platform.
-home: https://truecharts.org/charts/stable/pastey
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png
-keywords:
- - pastey
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pastey
-sources:
- - https://github.com/Cesura/pastey
- - https://github.com/truecharts/charts/tree/master/charts/stable/pastey
- - https://hub.docker.com/r/cesura/pastey
-type: application
-version: 6.6.0
diff --git a/stable/pastey/6.6.0/charts/common-20.1.5.tgz b/stable/pastey/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pastey/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photoshow/10.6.0/.helmignore b/stable/pastey/6.7.3/.helmignore
similarity index 100%
rename from stable/photoshow/10.6.0/.helmignore
rename to stable/pastey/6.7.3/.helmignore
diff --git a/stable/pastey/6.7.3/CHANGELOG.md b/stable/pastey/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..635d4e2e427
--- /dev/null
+++ b/stable/pastey/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pastey-6.7.2](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pastey/6.7.3/Chart.yaml b/stable/pastey/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..a57567334d5
--- /dev/null
+++ b/stable/pastey/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.5.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A lightweight, self-hosted paste platform.
+home: https://truecharts.org/charts/stable/pastey
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png
+keywords:
+ - pastey
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pastey
+sources:
+ - https://github.com/Cesura/pastey
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pastey
+ - https://hub.docker.com/r/cesura/pastey
+type: application
+version: 6.7.3
diff --git a/stable/pastey/6.6.0/README.md b/stable/pastey/6.7.3/README.md
similarity index 100%
rename from stable/pastey/6.6.0/README.md
rename to stable/pastey/6.7.3/README.md
diff --git a/stable/pastey/6.7.3/app-changelog.md b/stable/pastey/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..016d5a40018
--- /dev/null
+++ b/stable/pastey/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pastey-6.7.3](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pastey/6.6.0/app-readme.md b/stable/pastey/6.7.3/app-readme.md
similarity index 100%
rename from stable/pastey/6.6.0/app-readme.md
rename to stable/pastey/6.7.3/app-readme.md
diff --git a/stable/pastey/6.7.3/charts/common-20.2.4.tgz b/stable/pastey/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pastey/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pastey/6.6.0/ix_values.yaml b/stable/pastey/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/pastey/6.6.0/ix_values.yaml
rename to stable/pastey/6.7.3/ix_values.yaml
diff --git a/stable/pastey/6.6.0/questions.yaml b/stable/pastey/6.7.3/questions.yaml
similarity index 100%
rename from stable/pastey/6.6.0/questions.yaml
rename to stable/pastey/6.7.3/questions.yaml
diff --git a/stable/photoshow/10.6.0/templates/NOTES.txt b/stable/pastey/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/photoshow/10.6.0/templates/NOTES.txt
rename to stable/pastey/6.7.3/templates/NOTES.txt
diff --git a/stable/photoprism/20.12.2/templates/common.yaml b/stable/pastey/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/photoprism/20.12.2/templates/common.yaml
rename to stable/pastey/6.7.3/templates/common.yaml
diff --git a/stable/photoshow/10.6.0/values.yaml b/stable/pastey/6.7.3/values.yaml
similarity index 100%
rename from stable/photoshow/10.6.0/values.yaml
rename to stable/pastey/6.7.3/values.yaml
diff --git a/stable/pavlovvr/5.6.0/CHANGELOG.md b/stable/pavlovvr/5.6.0/CHANGELOG.md
deleted file mode 100644
index 819fe941451..00000000000
--- a/stable/pavlovvr/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pavlovvr-5.6.0](https://github.com/truecharts/charts/compare/pavlovvr-5.5.2...pavlovvr-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pavlovvr-5.5.2](https://github.com/truecharts/charts/compare/pavlovvr-5.5.1...pavlovvr-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pavlovvr-5.5.1](https://github.com/truecharts/charts/compare/pavlovvr-5.5.0...pavlovvr-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pavlovvr-5.5.0](https://github.com/truecharts/charts/compare/pavlovvr-5.4.1...pavlovvr-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pavlovvr-5.4.1](https://github.com/truecharts/charts/compare/pavlovvr-5.4.0...pavlovvr-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pavlovvr-5.4.0](https://github.com/truecharts/charts/compare/pavlovvr-5.3.0...pavlovvr-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pavlovvr-5.3.0](https://github.com/truecharts/charts/compare/pavlovvr-5.2.3...pavlovvr-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pavlovvr-5.2.3](https://github.com/truecharts/charts/compare/pavlovvr-5.2.2...pavlovvr-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pavlovvr-5.2.2](https://github.com/truecharts/charts/compare/pavlovvr-5.2.0...pavlovvr-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pavlovvr/5.6.0/Chart.yaml b/stable/pavlovvr/5.6.0/Chart.yaml
deleted file mode 100644
index 7d9ea836aca..00000000000
--- a/stable/pavlovvr/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: palor
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it.
-home: https://truecharts.org/charts/stable/pavlovvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png
-keywords:
- - pavlovvr
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pavlovvr
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/pavlovvr/5.6.0/charts/common-20.1.5.tgz b/stable/pavlovvr/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pavlovvr/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photostructure/7.6.0/.helmignore b/stable/pavlovvr/5.7.3/.helmignore
similarity index 100%
rename from stable/photostructure/7.6.0/.helmignore
rename to stable/pavlovvr/5.7.3/.helmignore
diff --git a/stable/pavlovvr/5.7.3/CHANGELOG.md b/stable/pavlovvr/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..36a90e7b32f
--- /dev/null
+++ b/stable/pavlovvr/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pavlovvr-5.7.2](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pavlovvr/5.7.3/Chart.yaml b/stable/pavlovvr/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..66074332f7f
--- /dev/null
+++ b/stable/pavlovvr/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: palor
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it.
+home: https://truecharts.org/charts/stable/pavlovvr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png
+keywords:
+ - pavlovvr
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pavlovvr
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/pavlovvr/5.6.0/README.md b/stable/pavlovvr/5.7.3/README.md
similarity index 100%
rename from stable/pavlovvr/5.6.0/README.md
rename to stable/pavlovvr/5.7.3/README.md
diff --git a/stable/pavlovvr/5.7.3/app-changelog.md b/stable/pavlovvr/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..86e94e36da0
--- /dev/null
+++ b/stable/pavlovvr/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pavlovvr-5.7.3](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pavlovvr/5.6.0/app-readme.md b/stable/pavlovvr/5.7.3/app-readme.md
similarity index 100%
rename from stable/pavlovvr/5.6.0/app-readme.md
rename to stable/pavlovvr/5.7.3/app-readme.md
diff --git a/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz b/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pavlovvr/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pavlovvr/5.6.0/ix_values.yaml b/stable/pavlovvr/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pavlovvr/5.6.0/ix_values.yaml
rename to stable/pavlovvr/5.7.3/ix_values.yaml
diff --git a/stable/pavlovvr/5.6.0/questions.yaml b/stable/pavlovvr/5.7.3/questions.yaml
similarity index 100%
rename from stable/pavlovvr/5.6.0/questions.yaml
rename to stable/pavlovvr/5.7.3/questions.yaml
diff --git a/stable/phpmyadmin/5.6.0/templates/common.yaml b/stable/pavlovvr/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/phpmyadmin/5.6.0/templates/common.yaml
rename to stable/pavlovvr/5.7.3/templates/common.yaml
diff --git a/stable/photostructure/7.6.0/values.yaml b/stable/pavlovvr/5.7.3/values.yaml
similarity index 100%
rename from stable/photostructure/7.6.0/values.yaml
rename to stable/pavlovvr/5.7.3/values.yaml
diff --git a/stable/peanut/1.4.0/CHANGELOG.md b/stable/peanut/1.4.0/CHANGELOG.md
deleted file mode 100644
index a6745669fd7..00000000000
--- a/stable/peanut/1.4.0/CHANGELOG.md
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [peanut-1.4.0](https://github.com/truecharts/charts/compare/peanut-1.3.2...peanut-1.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [peanut-1.3.2](https://github.com/truecharts/charts/compare/peanut-1.3.1...peanut-1.3.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [peanut-1.3.1](https://github.com/truecharts/charts/compare/peanut-1.3.0...peanut-1.3.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [peanut-1.3.0](https://github.com/truecharts/charts/compare/peanut-1.2.1...peanut-1.3.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [peanut-1.2.1](https://github.com/truecharts/charts/compare/peanut-1.2.0...peanut-1.2.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [peanut-1.2.0](https://github.com/truecharts/charts/compare/peanut-1.1.0...peanut-1.2.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [peanut-1.1.0](https://github.com/truecharts/charts/compare/peanut-1.0.3...peanut-1.1.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [peanut-1.0.3](https://github.com/truecharts/charts/compare/peanut-1.0.2...peanut-1.0.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [peanut-1.0.2](https://github.com/truecharts/charts/compare/peanut-1.0.0...peanut-1.0.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/peanut/1.4.0/Chart.yaml b/stable/peanut/1.4.0/Chart.yaml
deleted file mode 100644
index efe44c9bfc9..00000000000
--- a/stable/peanut/1.4.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: system
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Tiny Dashboard for Network UPS Tools.
-home: https://truecharts.org/charts/stable/peanut
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.png
-keywords:
- - peanut
- - ups
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: peanut
-sources:
- - https://github.com/Brandawg93/PeaNUT
- - https://github.com/truecharts/charts/tree/master/charts/stable/peanut
- - https://hub.docker.com/r/brandawg93/peanut
-type: application
-version: 1.4.0
diff --git a/stable/peanut/1.4.0/charts/common-20.1.5.tgz b/stable/peanut/1.4.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/peanut/1.4.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photoview/13.6.0/.helmignore b/stable/peanut/1.5.3/.helmignore
similarity index 100%
rename from stable/photoview/13.6.0/.helmignore
rename to stable/peanut/1.5.3/.helmignore
diff --git a/stable/peanut/1.5.3/CHANGELOG.md b/stable/peanut/1.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..58ba149549b
--- /dev/null
+++ b/stable/peanut/1.5.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [peanut-1.5.2](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/peanut/1.5.3/Chart.yaml b/stable/peanut/1.5.3/Chart.yaml
new file mode 100644
index 00000000000..157edb74ff5
--- /dev/null
+++ b/stable/peanut/1.5.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: system
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Tiny Dashboard for Network UPS Tools.
+home: https://truecharts.org/charts/stable/peanut
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.png
+keywords:
+ - peanut
+ - ups
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: peanut
+sources:
+ - https://github.com/Brandawg93/PeaNUT
+ - https://github.com/truecharts/charts/tree/master/charts/stable/peanut
+ - https://hub.docker.com/r/brandawg93/peanut
+type: application
+version: 1.5.3
diff --git a/stable/peanut/1.4.0/README.md b/stable/peanut/1.5.3/README.md
similarity index 100%
rename from stable/peanut/1.4.0/README.md
rename to stable/peanut/1.5.3/README.md
diff --git a/stable/peanut/1.5.3/app-changelog.md b/stable/peanut/1.5.3/app-changelog.md
new file mode 100644
index 00000000000..a0df77b27e4
--- /dev/null
+++ b/stable/peanut/1.5.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [peanut-1.5.3](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/peanut/1.4.0/app-readme.md b/stable/peanut/1.5.3/app-readme.md
similarity index 100%
rename from stable/peanut/1.4.0/app-readme.md
rename to stable/peanut/1.5.3/app-readme.md
diff --git a/stable/peanut/1.5.3/charts/common-20.2.4.tgz b/stable/peanut/1.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/peanut/1.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/peanut/1.4.0/ix_values.yaml b/stable/peanut/1.5.3/ix_values.yaml
similarity index 100%
rename from stable/peanut/1.4.0/ix_values.yaml
rename to stable/peanut/1.5.3/ix_values.yaml
diff --git a/stable/peanut/1.4.0/questions.yaml b/stable/peanut/1.5.3/questions.yaml
similarity index 100%
rename from stable/peanut/1.4.0/questions.yaml
rename to stable/peanut/1.5.3/questions.yaml
diff --git a/stable/photostructure/7.6.0/templates/NOTES.txt b/stable/peanut/1.5.3/templates/NOTES.txt
similarity index 100%
rename from stable/photostructure/7.6.0/templates/NOTES.txt
rename to stable/peanut/1.5.3/templates/NOTES.txt
diff --git a/stable/photostructure/7.6.0/templates/common.yaml b/stable/peanut/1.5.3/templates/common.yaml
similarity index 100%
rename from stable/photostructure/7.6.0/templates/common.yaml
rename to stable/peanut/1.5.3/templates/common.yaml
diff --git a/stable/photoview/13.6.0/values.yaml b/stable/peanut/1.5.3/values.yaml
similarity index 100%
rename from stable/photoview/13.6.0/values.yaml
rename to stable/peanut/1.5.3/values.yaml
diff --git a/stable/pgadmin/15.7.0/CHANGELOG.md b/stable/pgadmin/15.7.0/CHANGELOG.md
deleted file mode 100644
index e94dc86ff60..00000000000
--- a/stable/pgadmin/15.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pgadmin-15.7.0](https://github.com/truecharts/charts/compare/pgadmin-15.6.2...pgadmin-15.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pgadmin-15.6.2](https://github.com/truecharts/charts/compare/pgadmin-15.6.1...pgadmin-15.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pgadmin-15.6.1](https://github.com/truecharts/charts/compare/pgadmin-15.6.0...pgadmin-15.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pgadmin-15.6.0](https://github.com/truecharts/charts/compare/pgadmin-15.5.0...pgadmin-15.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pgadmin-15.5.0](https://github.com/truecharts/charts/compare/pgadmin-15.4.1...pgadmin-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image dpage/pgadmin4 to v8.4[@18cd571](https://github.com/18cd571) by renovate ([#19097](https://github.com/truecharts/charts/issues/19097))
-
-
-## [pgadmin-15.4.1](https://github.com/truecharts/charts/compare/pgadmin-15.4.0...pgadmin-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pgadmin-15.4.0](https://github.com/truecharts/charts/compare/pgadmin-15.3.0...pgadmin-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pgadmin-15.3.0](https://github.com/truecharts/charts/compare/pgadmin-15.2.3...pgadmin-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pgadmin-15.2.3](https://github.com/truecharts/charts/compare/pgadmin-15.2.2...pgadmin-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pgadmin-15.2.2](https://github.com/truecharts/charts/compare/pgadmin-15.2.0...pgadmin-15.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/pgadmin/15.7.0/Chart.yaml b/stable/pgadmin/15.7.0/Chart.yaml
deleted file mode 100644
index a2fb180e18c..00000000000
--- a/stable/pgadmin/15.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 8.4.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Web-Based postgresql database management utility
-home: https://truecharts.org/charts/stable/pgadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png
-keywords:
- - pgadmin
- - db
- - database
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pgadmin
-sources:
- - https://www.pgadmin.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin
- - https://hub.docker.com/r/dpage/pgadmin4
-type: application
-version: 15.7.0
diff --git a/stable/pgadmin/15.7.0/charts/common-20.1.5.tgz b/stable/pgadmin/15.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pgadmin/15.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/phpldapadmin/13.6.0/.helmignore b/stable/pgadmin/15.8.3/.helmignore
similarity index 100%
rename from stable/phpldapadmin/13.6.0/.helmignore
rename to stable/pgadmin/15.8.3/.helmignore
diff --git a/stable/pgadmin/15.8.3/CHANGELOG.md b/stable/pgadmin/15.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..9ca45b11c7c
--- /dev/null
+++ b/stable/pgadmin/15.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pgadmin-15.8.2](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pgadmin/15.8.3/Chart.yaml b/stable/pgadmin/15.8.3/Chart.yaml
new file mode 100644
index 00000000000..81bb2fcd878
--- /dev/null
+++ b/stable/pgadmin/15.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 8.4.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Web-Based postgresql database management utility
+home: https://truecharts.org/charts/stable/pgadmin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png
+keywords:
+ - pgadmin
+ - db
+ - database
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pgadmin
+sources:
+ - https://www.pgadmin.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin
+ - https://hub.docker.com/r/dpage/pgadmin4
+type: application
+version: 15.8.3
diff --git a/stable/pgadmin/15.7.0/README.md b/stable/pgadmin/15.8.3/README.md
similarity index 100%
rename from stable/pgadmin/15.7.0/README.md
rename to stable/pgadmin/15.8.3/README.md
diff --git a/stable/pgadmin/15.8.3/app-changelog.md b/stable/pgadmin/15.8.3/app-changelog.md
new file mode 100644
index 00000000000..bc1903ecf21
--- /dev/null
+++ b/stable/pgadmin/15.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pgadmin-15.8.3](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pgadmin/15.7.0/app-readme.md b/stable/pgadmin/15.8.3/app-readme.md
similarity index 100%
rename from stable/pgadmin/15.7.0/app-readme.md
rename to stable/pgadmin/15.8.3/app-readme.md
diff --git a/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz b/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pgadmin/15.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pgadmin/15.7.0/ix_values.yaml b/stable/pgadmin/15.8.3/ix_values.yaml
similarity index 100%
rename from stable/pgadmin/15.7.0/ix_values.yaml
rename to stable/pgadmin/15.8.3/ix_values.yaml
diff --git a/stable/pgadmin/15.7.0/questions.yaml b/stable/pgadmin/15.8.3/questions.yaml
similarity index 100%
rename from stable/pgadmin/15.7.0/questions.yaml
rename to stable/pgadmin/15.8.3/questions.yaml
diff --git a/stable/photoview/13.6.0/templates/NOTES.txt b/stable/pgadmin/15.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/photoview/13.6.0/templates/NOTES.txt
rename to stable/pgadmin/15.8.3/templates/NOTES.txt
diff --git a/stable/phpldapadmin/13.6.0/templates/common.yaml b/stable/pgadmin/15.8.3/templates/common.yaml
similarity index 100%
rename from stable/phpldapadmin/13.6.0/templates/common.yaml
rename to stable/pgadmin/15.8.3/templates/common.yaml
diff --git a/stable/phpldapadmin/13.6.0/values.yaml b/stable/pgadmin/15.8.3/values.yaml
similarity index 100%
rename from stable/phpldapadmin/13.6.0/values.yaml
rename to stable/pgadmin/15.8.3/values.yaml
diff --git a/stable/phoronix-test-suite/5.6.0/CHANGELOG.md b/stable/phoronix-test-suite/5.6.0/CHANGELOG.md
deleted file mode 100644
index 27ca66d0375..00000000000
--- a/stable/phoronix-test-suite/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [phoronix-test-suite-5.6.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.5.2...phoronix-test-suite-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [phoronix-test-suite-5.5.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.5.1...phoronix-test-suite-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [phoronix-test-suite-5.5.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.5.0...phoronix-test-suite-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [phoronix-test-suite-5.5.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.4.1...phoronix-test-suite-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [phoronix-test-suite-5.4.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.4.0...phoronix-test-suite-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [phoronix-test-suite-5.4.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.3.0...phoronix-test-suite-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [phoronix-test-suite-5.3.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.3...phoronix-test-suite-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [phoronix-test-suite-5.2.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.2...phoronix-test-suite-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [phoronix-test-suite-5.2.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.0...phoronix-test-suite-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/phoronix-test-suite/5.6.0/Chart.yaml b/stable/phoronix-test-suite/5.6.0/Chart.yaml
deleted file mode 100644
index 1b30595c1fb..00000000000
--- a/stable/phoronix-test-suite/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added.
-home: https://truecharts.org/charts/stable/phoronix-test-suite
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png
-keywords:
- - phoronix-test-suite
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: phoronix-test-suite
-sources:
- - https://github.com/phoronix-test-suite/phoronix-test-suite
- - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite
- - https://hub.docker.com/r/phoronix/pts
-type: application
-version: 5.6.0
diff --git a/stable/phoronix-test-suite/5.6.0/charts/common-20.1.5.tgz b/stable/phoronix-test-suite/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/phoronix-test-suite/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/phpmyadmin/5.6.0/.helmignore b/stable/phoronix-test-suite/5.7.3/.helmignore
similarity index 100%
rename from stable/phpmyadmin/5.6.0/.helmignore
rename to stable/phoronix-test-suite/5.7.3/.helmignore
diff --git a/stable/phoronix-test-suite/5.7.3/CHANGELOG.md b/stable/phoronix-test-suite/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3f817da0748
--- /dev/null
+++ b/stable/phoronix-test-suite/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phoronix-test-suite-5.7.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/phoronix-test-suite/5.7.3/Chart.yaml b/stable/phoronix-test-suite/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d9df6e98986
--- /dev/null
+++ b/stable/phoronix-test-suite/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added.
+home: https://truecharts.org/charts/stable/phoronix-test-suite
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png
+keywords:
+ - phoronix-test-suite
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: phoronix-test-suite
+sources:
+ - https://github.com/phoronix-test-suite/phoronix-test-suite
+ - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite
+ - https://hub.docker.com/r/phoronix/pts
+type: application
+version: 5.7.3
diff --git a/stable/phoronix-test-suite/5.6.0/README.md b/stable/phoronix-test-suite/5.7.3/README.md
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/README.md
rename to stable/phoronix-test-suite/5.7.3/README.md
diff --git a/stable/phoronix-test-suite/5.7.3/app-changelog.md b/stable/phoronix-test-suite/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e2ed1469cde
--- /dev/null
+++ b/stable/phoronix-test-suite/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [phoronix-test-suite-5.7.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/phoronix-test-suite/5.6.0/app-readme.md b/stable/phoronix-test-suite/5.7.3/app-readme.md
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/app-readme.md
rename to stable/phoronix-test-suite/5.7.3/app-readme.md
diff --git a/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz b/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/phoronix-test-suite/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/phoronix-test-suite/5.6.0/ix_values.yaml b/stable/phoronix-test-suite/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/ix_values.yaml
rename to stable/phoronix-test-suite/5.7.3/ix_values.yaml
diff --git a/stable/phoronix-test-suite/5.6.0/questions.yaml b/stable/phoronix-test-suite/5.7.3/questions.yaml
similarity index 100%
rename from stable/phoronix-test-suite/5.6.0/questions.yaml
rename to stable/phoronix-test-suite/5.7.3/questions.yaml
diff --git a/stable/pigallery2/5.6.0/templates/common.yaml b/stable/phoronix-test-suite/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pigallery2/5.6.0/templates/common.yaml
rename to stable/phoronix-test-suite/5.7.3/templates/common.yaml
diff --git a/stable/phpmyadmin/5.6.0/values.yaml b/stable/phoronix-test-suite/5.7.3/values.yaml
similarity index 100%
rename from stable/phpmyadmin/5.6.0/values.yaml
rename to stable/phoronix-test-suite/5.7.3/values.yaml
diff --git a/stable/photo-stream/5.6.0/CHANGELOG.md b/stable/photo-stream/5.6.0/CHANGELOG.md
deleted file mode 100644
index a2085bb3000..00000000000
--- a/stable/photo-stream/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [photo-stream-5.6.0](https://github.com/truecharts/charts/compare/photo-stream-5.5.2...photo-stream-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [photo-stream-5.5.2](https://github.com/truecharts/charts/compare/photo-stream-5.5.1...photo-stream-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [photo-stream-5.5.1](https://github.com/truecharts/charts/compare/photo-stream-5.5.0...photo-stream-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [photo-stream-5.5.0](https://github.com/truecharts/charts/compare/photo-stream-5.4.1...photo-stream-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [photo-stream-5.4.1](https://github.com/truecharts/charts/compare/photo-stream-5.4.0...photo-stream-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [photo-stream-5.4.0](https://github.com/truecharts/charts/compare/photo-stream-5.3.0...photo-stream-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [photo-stream-5.3.0](https://github.com/truecharts/charts/compare/photo-stream-5.2.3...photo-stream-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [photo-stream-5.2.3](https://github.com/truecharts/charts/compare/photo-stream-5.2.2...photo-stream-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [photo-stream-5.2.2](https://github.com/truecharts/charts/compare/photo-stream-5.2.0...photo-stream-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/photo-stream/5.6.0/Chart.yaml b/stable/photo-stream/5.6.0/Chart.yaml
deleted file mode 100644
index 7c4ffc71c9e..00000000000
--- a/stable/photo-stream/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
-home: https://truecharts.org/charts/stable/photo-stream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png
-keywords:
- - photo-stream
- - Productivity
- - Tools-Utilities
- - MediaApp-Photos
- - MediaServer-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: photo-stream
-sources:
- - https://github.com/waschinski/photo-stream
- - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream
- - https://hub.docker.com/r/waschinski/photo-stream
-type: application
-version: 5.6.0
diff --git a/stable/photo-stream/5.6.0/charts/common-20.1.5.tgz b/stable/photo-stream/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/photo-stream/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/piaware/12.6.0/.helmignore b/stable/photo-stream/5.7.3/.helmignore
similarity index 100%
rename from stable/piaware/12.6.0/.helmignore
rename to stable/photo-stream/5.7.3/.helmignore
diff --git a/stable/photo-stream/5.7.3/CHANGELOG.md b/stable/photo-stream/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f840553b949
--- /dev/null
+++ b/stable/photo-stream/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photo-stream-5.7.2](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/photo-stream/5.7.3/Chart.yaml b/stable/photo-stream/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..216dbef10c9
--- /dev/null
+++ b/stable/photo-stream/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
+home: https://truecharts.org/charts/stable/photo-stream
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png
+keywords:
+ - photo-stream
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Photos
+ - MediaServer-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: photo-stream
+sources:
+ - https://github.com/waschinski/photo-stream
+ - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream
+ - https://hub.docker.com/r/waschinski/photo-stream
+type: application
+version: 5.7.3
diff --git a/stable/photo-stream/5.6.0/README.md b/stable/photo-stream/5.7.3/README.md
similarity index 100%
rename from stable/photo-stream/5.6.0/README.md
rename to stable/photo-stream/5.7.3/README.md
diff --git a/stable/photo-stream/5.7.3/app-changelog.md b/stable/photo-stream/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..eca0ce115b1
--- /dev/null
+++ b/stable/photo-stream/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [photo-stream-5.7.3](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/photo-stream/5.6.0/app-readme.md b/stable/photo-stream/5.7.3/app-readme.md
similarity index 100%
rename from stable/photo-stream/5.6.0/app-readme.md
rename to stable/photo-stream/5.7.3/app-readme.md
diff --git a/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz b/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/photo-stream/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/photo-stream/5.6.0/ix_values.yaml b/stable/photo-stream/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/photo-stream/5.6.0/ix_values.yaml
rename to stable/photo-stream/5.7.3/ix_values.yaml
diff --git a/stable/photo-stream/5.6.0/questions.yaml b/stable/photo-stream/5.7.3/questions.yaml
similarity index 100%
rename from stable/photo-stream/5.6.0/questions.yaml
rename to stable/photo-stream/5.7.3/questions.yaml
diff --git a/stable/pixark/5.6.0/templates/common.yaml b/stable/photo-stream/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pixark/5.6.0/templates/common.yaml
rename to stable/photo-stream/5.7.3/templates/common.yaml
diff --git a/stable/piaware/12.6.0/values.yaml b/stable/photo-stream/5.7.3/values.yaml
similarity index 100%
rename from stable/piaware/12.6.0/values.yaml
rename to stable/photo-stream/5.7.3/values.yaml
diff --git a/stable/photoprism/20.12.2/CHANGELOG.md b/stable/photoprism/20.12.2/CHANGELOG.md
deleted file mode 100644
index 998692fb745..00000000000
--- a/stable/photoprism/20.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/photoprism/20.12.2/Chart.yaml b/stable/photoprism/20.12.2/Chart.yaml
deleted file mode 100644
index 1908e18bad6..00000000000
--- a/stable/photoprism/20.12.2/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 231128.0.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
-home: https://truecharts.org/charts/stable/photoprism
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png
-keywords:
- - photos
- - photoprism
- - pictures
- - sharing
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: photoprism
-sources:
- - https://github.com/photoprism/photoprism
- - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism
- - https://hub.docker.com/r/photoprism/photoprism
-type: application
-version: 20.12.2
diff --git a/stable/photoprism/20.12.2/app-changelog.md b/stable/photoprism/20.12.2/app-changelog.md
deleted file mode 100644
index 59bd686a556..00000000000
--- a/stable/photoprism/20.12.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [photoprism-20.12.2](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/photoprism/20.12.2/charts/common-20.2.2.tgz b/stable/photoprism/20.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/photoprism/20.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/photoprism/20.12.2/charts/mariadb-13.7.1.tgz b/stable/photoprism/20.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/photoprism/20.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/picoshare/9.6.0/.helmignore b/stable/photoprism/20.12.6/.helmignore
similarity index 100%
rename from stable/picoshare/9.6.0/.helmignore
rename to stable/photoprism/20.12.6/.helmignore
diff --git a/stable/photoprism/20.12.6/CHANGELOG.md b/stable/photoprism/20.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..42fa026acb9
--- /dev/null
+++ b/stable/photoprism/20.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [photoprism-20.12.6](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [photoprism-20.12.5](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [photoprism-20.12.5](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [photoprism-20.12.5](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/photoprism/20.12.6/Chart.yaml b/stable/photoprism/20.12.6/Chart.yaml
new file mode 100644
index 00000000000..061cdb91724
--- /dev/null
+++ b/stable/photoprism/20.12.6/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 231128.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
+home: https://truecharts.org/charts/stable/photoprism
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png
+keywords:
+ - photos
+ - photoprism
+ - pictures
+ - sharing
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: photoprism
+sources:
+ - https://github.com/photoprism/photoprism
+ - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism
+ - https://hub.docker.com/r/photoprism/photoprism
+type: application
+version: 20.12.6
diff --git a/stable/photoprism/20.12.2/README.md b/stable/photoprism/20.12.6/README.md
similarity index 100%
rename from stable/photoprism/20.12.2/README.md
rename to stable/photoprism/20.12.6/README.md
diff --git a/stable/photoprism/20.12.6/app-changelog.md b/stable/photoprism/20.12.6/app-changelog.md
new file mode 100644
index 00000000000..67f014fc508
--- /dev/null
+++ b/stable/photoprism/20.12.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [photoprism-20.12.6](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/photoprism/20.12.2/app-readme.md b/stable/photoprism/20.12.6/app-readme.md
similarity index 100%
rename from stable/photoprism/20.12.2/app-readme.md
rename to stable/photoprism/20.12.6/app-readme.md
diff --git a/stable/photoprism/20.12.6/charts/common-20.2.4.tgz b/stable/photoprism/20.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/photoprism/20.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/photoprism/20.12.6/charts/mariadb-13.7.3.tgz b/stable/photoprism/20.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/photoprism/20.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/photoprism/20.12.2/ix_values.yaml b/stable/photoprism/20.12.6/ix_values.yaml
similarity index 100%
rename from stable/photoprism/20.12.2/ix_values.yaml
rename to stable/photoprism/20.12.6/ix_values.yaml
diff --git a/stable/photoprism/20.12.2/questions.yaml b/stable/photoprism/20.12.6/questions.yaml
similarity index 100%
rename from stable/photoprism/20.12.2/questions.yaml
rename to stable/photoprism/20.12.6/questions.yaml
diff --git a/stable/phpldapadmin/13.6.0/templates/NOTES.txt b/stable/photoprism/20.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/phpldapadmin/13.6.0/templates/NOTES.txt
rename to stable/photoprism/20.12.6/templates/NOTES.txt
diff --git a/stable/piaware/12.6.0/templates/common.yaml b/stable/photoprism/20.12.6/templates/common.yaml
similarity index 100%
rename from stable/piaware/12.6.0/templates/common.yaml
rename to stable/photoprism/20.12.6/templates/common.yaml
diff --git a/stable/picoshare/9.6.0/values.yaml b/stable/photoprism/20.12.6/values.yaml
similarity index 100%
rename from stable/picoshare/9.6.0/values.yaml
rename to stable/photoprism/20.12.6/values.yaml
diff --git a/stable/photoshow/10.6.0/CHANGELOG.md b/stable/photoshow/10.6.0/CHANGELOG.md
deleted file mode 100644
index d6b7f9387a9..00000000000
--- a/stable/photoshow/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [photoshow-10.6.0](https://github.com/truecharts/charts/compare/photoshow-10.5.2...photoshow-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [photoshow-10.5.2](https://github.com/truecharts/charts/compare/photoshow-10.5.1...photoshow-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [photoshow-10.5.1](https://github.com/truecharts/charts/compare/photoshow-10.5.0...photoshow-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [photoshow-10.5.0](https://github.com/truecharts/charts/compare/photoshow-10.4.1...photoshow-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [photoshow-10.4.1](https://github.com/truecharts/charts/compare/photoshow-10.4.0...photoshow-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [photoshow-10.4.0](https://github.com/truecharts/charts/compare/photoshow-10.3.0...photoshow-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [photoshow-10.3.0](https://github.com/truecharts/charts/compare/photoshow-10.2.3...photoshow-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [photoshow-10.2.3](https://github.com/truecharts/charts/compare/photoshow-10.2.2...photoshow-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [photoshow-10.2.2](https://github.com/truecharts/charts/compare/photoshow-10.2.0...photoshow-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/photoshow/10.6.0/Chart.yaml b/stable/photoshow/10.6.0/Chart.yaml
deleted file mode 100644
index 983dd3efa02..00000000000
--- a/stable/photoshow/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 48aabb98
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A gallery software at its easiest, it doesn't even require a database.
-home: https://truecharts.org/charts/stable/photoshow
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png
-keywords:
- - photoshow
- - photo
- - show
- - gallary
- - image
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: photoshow
-sources:
- - https://github.com/linuxserver/docker-photoshow
- - https://github.com/thibaud-rohmer/PhotoShow
- - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow
- - https://ghcr.io/linuxserver/photoshow
-type: application
-version: 10.6.0
diff --git a/stable/photoshow/10.6.0/charts/common-20.1.5.tgz b/stable/photoshow/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/photoshow/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pigallery2/5.6.0/.helmignore b/stable/photoshow/10.7.3/.helmignore
similarity index 100%
rename from stable/pigallery2/5.6.0/.helmignore
rename to stable/photoshow/10.7.3/.helmignore
diff --git a/stable/photoshow/10.7.3/CHANGELOG.md b/stable/photoshow/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1c240436718
--- /dev/null
+++ b/stable/photoshow/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoshow-10.7.2](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/photoshow/10.7.3/Chart.yaml b/stable/photoshow/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..94fd01a5b2a
--- /dev/null
+++ b/stable/photoshow/10.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 48aabb98
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A gallery software at its easiest, it doesn't even require a database.
+home: https://truecharts.org/charts/stable/photoshow
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png
+keywords:
+ - photoshow
+ - photo
+ - show
+ - gallary
+ - image
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: photoshow
+sources:
+ - https://github.com/linuxserver/docker-photoshow
+ - https://github.com/thibaud-rohmer/PhotoShow
+ - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow
+ - https://ghcr.io/linuxserver/photoshow
+type: application
+version: 10.7.3
diff --git a/stable/photoshow/10.6.0/README.md b/stable/photoshow/10.7.3/README.md
similarity index 100%
rename from stable/photoshow/10.6.0/README.md
rename to stable/photoshow/10.7.3/README.md
diff --git a/stable/photoshow/10.7.3/app-changelog.md b/stable/photoshow/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..6209dda258c
--- /dev/null
+++ b/stable/photoshow/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [photoshow-10.7.3](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/photoshow/10.6.0/app-readme.md b/stable/photoshow/10.7.3/app-readme.md
similarity index 100%
rename from stable/photoshow/10.6.0/app-readme.md
rename to stable/photoshow/10.7.3/app-readme.md
diff --git a/stable/photoshow/10.7.3/charts/common-20.2.4.tgz b/stable/photoshow/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/photoshow/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/photoshow/10.6.0/ix_values.yaml b/stable/photoshow/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/photoshow/10.6.0/ix_values.yaml
rename to stable/photoshow/10.7.3/ix_values.yaml
diff --git a/stable/photoshow/10.6.0/questions.yaml b/stable/photoshow/10.7.3/questions.yaml
similarity index 100%
rename from stable/photoshow/10.6.0/questions.yaml
rename to stable/photoshow/10.7.3/questions.yaml
diff --git a/stable/picoshare/9.6.0/templates/NOTES.txt b/stable/photoshow/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/picoshare/9.6.0/templates/NOTES.txt
rename to stable/photoshow/10.7.3/templates/NOTES.txt
diff --git a/stable/pixapop/10.6.0/templates/common.yaml b/stable/photoshow/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/pixapop/10.6.0/templates/common.yaml
rename to stable/photoshow/10.7.3/templates/common.yaml
diff --git a/stable/pigallery2/5.6.0/values.yaml b/stable/photoshow/10.7.3/values.yaml
similarity index 100%
rename from stable/pigallery2/5.6.0/values.yaml
rename to stable/photoshow/10.7.3/values.yaml
diff --git a/stable/photostructure/7.6.0/CHANGELOG.md b/stable/photostructure/7.6.0/CHANGELOG.md
deleted file mode 100644
index f5da6e50620..00000000000
--- a/stable/photostructure/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [photostructure-7.6.0](https://github.com/truecharts/charts/compare/photostructure-7.5.2...photostructure-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [photostructure-7.5.2](https://github.com/truecharts/charts/compare/photostructure-7.5.1...photostructure-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [photostructure-7.5.1](https://github.com/truecharts/charts/compare/photostructure-7.5.0...photostructure-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [photostructure-7.5.0](https://github.com/truecharts/charts/compare/photostructure-7.4.1...photostructure-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [photostructure-7.4.1](https://github.com/truecharts/charts/compare/photostructure-7.4.0...photostructure-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [photostructure-7.4.0](https://github.com/truecharts/charts/compare/photostructure-7.3.0...photostructure-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [photostructure-7.3.0](https://github.com/truecharts/charts/compare/photostructure-7.2.3...photostructure-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [photostructure-7.2.3](https://github.com/truecharts/charts/compare/photostructure-7.2.2...photostructure-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [photostructure-7.2.2](https://github.com/truecharts/charts/compare/photostructure-7.2.0...photostructure-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/photostructure/7.6.0/Chart.yaml b/stable/photostructure/7.6.0/Chart.yaml
deleted file mode 100644
index fe4fe2818eb..00000000000
--- a/stable/photostructure/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Photos
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2023.12.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PhotoStructure is your new home for all your photos and videos.
-home: https://truecharts.org/charts/stable/photostructure
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png
-keywords:
- - photostructure
- - MediaApp-Photos
- - MediaServer-Video
- - MediaServer-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: photostructure
-sources:
- - https://github.com/photostructure/photostructure-for-servers
- - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure
- - https://hub.docker.com/r/photostructure/server
-type: application
-version: 7.6.0
diff --git a/stable/photostructure/7.6.0/charts/common-20.1.5.tgz b/stable/photostructure/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/photostructure/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pihole/16.3.0/.helmignore b/stable/photostructure/7.7.3/.helmignore
similarity index 100%
rename from stable/pihole/16.3.0/.helmignore
rename to stable/photostructure/7.7.3/.helmignore
diff --git a/stable/photostructure/7.7.3/CHANGELOG.md b/stable/photostructure/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..353b50eed05
--- /dev/null
+++ b/stable/photostructure/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photostructure-7.7.2](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/photostructure/7.7.3/Chart.yaml b/stable/photostructure/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..eebf906799e
--- /dev/null
+++ b/stable/photostructure/7.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Photos
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2023.12.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PhotoStructure is your new home for all your photos and videos.
+home: https://truecharts.org/charts/stable/photostructure
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png
+keywords:
+ - photostructure
+ - MediaApp-Photos
+ - MediaServer-Video
+ - MediaServer-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: photostructure
+sources:
+ - https://github.com/photostructure/photostructure-for-servers
+ - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure
+ - https://hub.docker.com/r/photostructure/server
+type: application
+version: 7.7.3
diff --git a/stable/photostructure/7.6.0/README.md b/stable/photostructure/7.7.3/README.md
similarity index 100%
rename from stable/photostructure/7.6.0/README.md
rename to stable/photostructure/7.7.3/README.md
diff --git a/stable/photostructure/7.7.3/app-changelog.md b/stable/photostructure/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..df0202eb5be
--- /dev/null
+++ b/stable/photostructure/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [photostructure-7.7.3](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/photostructure/7.6.0/app-readme.md b/stable/photostructure/7.7.3/app-readme.md
similarity index 100%
rename from stable/photostructure/7.6.0/app-readme.md
rename to stable/photostructure/7.7.3/app-readme.md
diff --git a/stable/photostructure/7.7.3/charts/common-20.2.4.tgz b/stable/photostructure/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/photostructure/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/photostructure/7.6.0/ix_values.yaml b/stable/photostructure/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/photostructure/7.6.0/ix_values.yaml
rename to stable/photostructure/7.7.3/ix_values.yaml
diff --git a/stable/photostructure/7.6.0/questions.yaml b/stable/photostructure/7.7.3/questions.yaml
similarity index 100%
rename from stable/photostructure/7.6.0/questions.yaml
rename to stable/photostructure/7.7.3/questions.yaml
diff --git a/stable/pinry/9.6.0/templates/NOTES.txt b/stable/photostructure/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/pinry/9.6.0/templates/NOTES.txt
rename to stable/photostructure/7.7.3/templates/NOTES.txt
diff --git a/stable/piwigo/12.13.2/templates/common.yaml b/stable/photostructure/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/piwigo/12.13.2/templates/common.yaml
rename to stable/photostructure/7.7.3/templates/common.yaml
diff --git a/stable/pihole/16.3.0/values.yaml b/stable/photostructure/7.7.3/values.yaml
similarity index 100%
rename from stable/pihole/16.3.0/values.yaml
rename to stable/photostructure/7.7.3/values.yaml
diff --git a/stable/photoview/13.6.0/CHANGELOG.md b/stable/photoview/13.6.0/CHANGELOG.md
deleted file mode 100644
index c55c3a9a0fd..00000000000
--- a/stable/photoview/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [photoview-13.6.0](https://github.com/truecharts/charts/compare/photoview-13.5.2...photoview-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [photoview-13.5.2](https://github.com/truecharts/charts/compare/photoview-13.5.1...photoview-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [photoview-13.5.1](https://github.com/truecharts/charts/compare/photoview-13.5.0...photoview-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [photoview-13.5.0](https://github.com/truecharts/charts/compare/photoview-13.4.1...photoview-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [photoview-13.4.1](https://github.com/truecharts/charts/compare/photoview-13.4.0...photoview-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [photoview-13.4.0](https://github.com/truecharts/charts/compare/photoview-13.3.0...photoview-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [photoview-13.3.0](https://github.com/truecharts/charts/compare/photoview-13.2.3...photoview-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [photoview-13.2.3](https://github.com/truecharts/charts/compare/photoview-13.2.2...photoview-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [photoview-13.2.2](https://github.com/truecharts/charts/compare/photoview-13.2.0...photoview-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/photoview/13.6.0/Chart.yaml b/stable/photoview/13.6.0/Chart.yaml
deleted file mode 100644
index 7debfbf16eb..00000000000
--- a/stable/photoview/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.3.13
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Photoview is a simple and user-friendly photo gallery.
-home: https://truecharts.org/charts/stable/photoview
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png
-keywords:
- - photo
- - gallery
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: photoview
-sources:
- - https://github.com/photoview/photoview
- - https://github.com/truecharts/charts/tree/master/charts/stable/photoview
- - https://hub.docker.com/r/viktorstrate/photoview
-type: application
-version: 13.6.0
diff --git a/stable/photoview/13.6.0/charts/common-20.1.5.tgz b/stable/photoview/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/photoview/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/photoview/13.6.0/questions.yaml b/stable/photoview/13.6.0/questions.yaml
deleted file mode 100755
index a0c391b3871..00000000000
--- a/stable/photoview/13.6.0/questions.yaml
+++ /dev/null
@@ -1,3579 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: MAPBOX_TOKEN
- label: "Mapbox Token"
- description: "Enable map related features, you need to create a mapbox token. A token can be generated for free at https://account.mapbox.com/access-tokens/"
- schema:
- type: string
- default: ""
- private: true
- - variable: PHOTOVIEW_DISABLE_FACE_RECOGNITION
- label: "Disable Face Recognition"
- description: "Completely disable face recognition and hide the icon from the side menu."
- schema:
- type: boolean
- default: false
- - variable: PHOTOVIEW_DISABLE_VIDEO_ENCODING
- label: "Disable Video Encoding"
- description: "Disable ffmpeg encoding, but still show web compatible videos that doesn't need encoding."
- schema:
- type: boolean
- default: false
- - variable: PHOTOVIEW_DISABLE_RAW_PROCESSING
- label: "Disable Raw Processing"
- description: "Disable processing of RAW photos using darktable-cli."
- schema:
- type: boolean
- default: false
- - variable: PHOTOVIEW_LISTEN_IP
- label: PhotoView Listen IP
- schema:
- type: string
- required: true
- $ref:
- - definitions/nodeIP
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10159
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: cache
- label: "App Cache Storage"
- description: "Stores the Application Cache."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: photos
- label: "App Photos Storage"
- description: "Stores the Application Photos."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/pinry/9.6.0/.helmignore b/stable/photoview/13.7.3/.helmignore
similarity index 100%
rename from stable/pinry/9.6.0/.helmignore
rename to stable/photoview/13.7.3/.helmignore
diff --git a/stable/photoview/13.7.3/CHANGELOG.md b/stable/photoview/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b1db040877e
--- /dev/null
+++ b/stable/photoview/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [photoview-13.7.2](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/photoview/13.7.3/Chart.yaml b/stable/photoview/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..2b582523732
--- /dev/null
+++ b/stable/photoview/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.3.13
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Photoview is a simple and user-friendly photo gallery.
+home: https://truecharts.org/charts/stable/photoview
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png
+keywords:
+ - photo
+ - gallery
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: photoview
+sources:
+ - https://github.com/photoview/photoview
+ - https://github.com/truecharts/charts/tree/master/charts/stable/photoview
+ - https://hub.docker.com/r/viktorstrate/photoview
+type: application
+version: 13.7.3
diff --git a/stable/photoview/13.6.0/README.md b/stable/photoview/13.7.3/README.md
similarity index 100%
rename from stable/photoview/13.6.0/README.md
rename to stable/photoview/13.7.3/README.md
diff --git a/stable/photoview/13.7.3/app-changelog.md b/stable/photoview/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..96b845d06bf
--- /dev/null
+++ b/stable/photoview/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [photoview-13.7.3](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/photoview/13.6.0/app-readme.md b/stable/photoview/13.7.3/app-readme.md
similarity index 100%
rename from stable/photoview/13.6.0/app-readme.md
rename to stable/photoview/13.7.3/app-readme.md
diff --git a/stable/photoview/13.7.3/charts/common-20.2.4.tgz b/stable/photoview/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/photoview/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/photoview/13.6.0/ix_values.yaml b/stable/photoview/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/photoview/13.6.0/ix_values.yaml
rename to stable/photoview/13.7.3/ix_values.yaml
diff --git a/stable/photoview/13.7.3/questions.yaml b/stable/photoview/13.7.3/questions.yaml
new file mode 100755
index 00000000000..5f12ea4a098
--- /dev/null
+++ b/stable/photoview/13.7.3/questions.yaml
@@ -0,0 +1,3581 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: MAPBOX_TOKEN
+ label: "Mapbox Token"
+ description: "Enable map related features, you need to create a mapbox token. A token can be generated for free at https://account.mapbox.com/access-tokens/"
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: PHOTOVIEW_DISABLE_FACE_RECOGNITION
+ label: "Disable Face Recognition"
+ description: "Completely disable face recognition and hide the icon from the side menu."
+ schema:
+ type: boolean
+ default: false
+ - variable: PHOTOVIEW_DISABLE_VIDEO_ENCODING
+ label: "Disable Video Encoding"
+ description: "Disable ffmpeg encoding, but still show web compatible videos that doesn't need encoding."
+ schema:
+ type: boolean
+ default: false
+ - variable: PHOTOVIEW_DISABLE_RAW_PROCESSING
+ label: "Disable Raw Processing"
+ description: "Disable processing of RAW photos using darktable-cli."
+ schema:
+ type: boolean
+ default: false
+ - variable: PHOTOVIEW_LISTEN_IP
+ label: PhotoView Listen IP
+ schema:
+ type: string
+ required: true
+ $ref:
+ - definitions/nodeIP
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10159
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: cache
+ label: "App Cache Storage"
+ description: "Stores the Application Cache."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: photos
+ label: "App Photos Storage"
+ description: "Stores the Application Photos."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/piwigo/12.13.2/templates/NOTES.txt b/stable/photoview/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/piwigo/12.13.2/templates/NOTES.txt
rename to stable/photoview/13.7.3/templates/NOTES.txt
diff --git a/stable/photoview/13.6.0/templates/_secrets.tpl b/stable/photoview/13.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/photoview/13.6.0/templates/_secrets.tpl
rename to stable/photoview/13.7.3/templates/_secrets.tpl
diff --git a/stable/photoview/13.6.0/templates/common.yaml b/stable/photoview/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/photoview/13.6.0/templates/common.yaml
rename to stable/photoview/13.7.3/templates/common.yaml
diff --git a/stable/pinry/9.6.0/values.yaml b/stable/photoview/13.7.3/values.yaml
similarity index 100%
rename from stable/pinry/9.6.0/values.yaml
rename to stable/photoview/13.7.3/values.yaml
diff --git a/stable/phpldapadmin/13.6.0/CHANGELOG.md b/stable/phpldapadmin/13.6.0/CHANGELOG.md
deleted file mode 100644
index 1b07f42b27c..00000000000
--- a/stable/phpldapadmin/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [phpldapadmin-13.6.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.5.2...phpldapadmin-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [phpldapadmin-13.5.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.5.1...phpldapadmin-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [phpldapadmin-13.5.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.5.0...phpldapadmin-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [phpldapadmin-13.5.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.4.1...phpldapadmin-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [phpldapadmin-13.4.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.4.0...phpldapadmin-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [phpldapadmin-13.4.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.3.0...phpldapadmin-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [phpldapadmin-13.3.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.3...phpldapadmin-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [phpldapadmin-13.2.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.2...phpldapadmin-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [phpldapadmin-13.2.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.0...phpldapadmin-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/phpldapadmin/13.6.0/Chart.yaml b/stable/phpldapadmin/13.6.0/Chart.yaml
deleted file mode 100644
index 4b07d6fde33..00000000000
--- a/stable/phpldapadmin/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.9.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Web-based LDAP browser to manage your LDAP server
-home: https://truecharts.org/charts/stable/phpldapadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png
-keywords:
- - phpldapadmin
- - openldap
- - userrights
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: phpldapadmin
-sources:
- - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
- - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin
- - https://hub.docker.com/r/osixia/phpldapadmin
-type: application
-version: 13.6.0
diff --git a/stable/phpldapadmin/13.6.0/charts/common-20.1.5.tgz b/stable/phpldapadmin/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/phpldapadmin/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/piwigo/12.13.2/.helmignore b/stable/phpldapadmin/13.7.3/.helmignore
similarity index 100%
rename from stable/piwigo/12.13.2/.helmignore
rename to stable/phpldapadmin/13.7.3/.helmignore
diff --git a/stable/phpldapadmin/13.7.3/CHANGELOG.md b/stable/phpldapadmin/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7045ff1e0d4
--- /dev/null
+++ b/stable/phpldapadmin/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpldapadmin-13.7.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/phpldapadmin/13.7.3/Chart.yaml b/stable/phpldapadmin/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..f33c71f117d
--- /dev/null
+++ b/stable/phpldapadmin/13.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Web-based LDAP browser to manage your LDAP server
+home: https://truecharts.org/charts/stable/phpldapadmin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png
+keywords:
+ - phpldapadmin
+ - openldap
+ - userrights
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: phpldapadmin
+sources:
+ - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
+ - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin
+ - https://hub.docker.com/r/osixia/phpldapadmin
+type: application
+version: 13.7.3
diff --git a/stable/phpldapadmin/13.6.0/README.md b/stable/phpldapadmin/13.7.3/README.md
similarity index 100%
rename from stable/phpldapadmin/13.6.0/README.md
rename to stable/phpldapadmin/13.7.3/README.md
diff --git a/stable/phpldapadmin/13.7.3/app-changelog.md b/stable/phpldapadmin/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..534c27879ed
--- /dev/null
+++ b/stable/phpldapadmin/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [phpldapadmin-13.7.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/phpldapadmin/13.6.0/app-readme.md b/stable/phpldapadmin/13.7.3/app-readme.md
similarity index 100%
rename from stable/phpldapadmin/13.6.0/app-readme.md
rename to stable/phpldapadmin/13.7.3/app-readme.md
diff --git a/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz b/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/phpldapadmin/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/phpldapadmin/13.6.0/ix_values.yaml b/stable/phpldapadmin/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/phpldapadmin/13.6.0/ix_values.yaml
rename to stable/phpldapadmin/13.7.3/ix_values.yaml
diff --git a/stable/phpldapadmin/13.6.0/questions.yaml b/stable/phpldapadmin/13.7.3/questions.yaml
similarity index 100%
rename from stable/phpldapadmin/13.6.0/questions.yaml
rename to stable/phpldapadmin/13.7.3/questions.yaml
diff --git a/stable/pixapop/10.6.0/templates/NOTES.txt b/stable/phpldapadmin/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/pixapop/10.6.0/templates/NOTES.txt
rename to stable/phpldapadmin/13.7.3/templates/NOTES.txt
diff --git a/stable/plexripper/8.6.0/templates/common.yaml b/stable/phpldapadmin/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/plexripper/8.6.0/templates/common.yaml
rename to stable/phpldapadmin/13.7.3/templates/common.yaml
diff --git a/stable/piwigo/12.13.2/values.yaml b/stable/phpldapadmin/13.7.3/values.yaml
similarity index 100%
rename from stable/piwigo/12.13.2/values.yaml
rename to stable/phpldapadmin/13.7.3/values.yaml
diff --git a/stable/phpmyadmin/5.6.0/CHANGELOG.md b/stable/phpmyadmin/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7509dc3956d..00000000000
--- a/stable/phpmyadmin/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [phpmyadmin-5.6.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.5.2...phpmyadmin-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [phpmyadmin-5.5.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.5.1...phpmyadmin-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [phpmyadmin-5.5.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.5.0...phpmyadmin-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [phpmyadmin-5.5.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.4.1...phpmyadmin-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [phpmyadmin-5.4.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.4.0...phpmyadmin-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [phpmyadmin-5.4.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.3.0...phpmyadmin-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [phpmyadmin-5.3.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.3...phpmyadmin-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [phpmyadmin-5.2.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.2...phpmyadmin-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [phpmyadmin-5.2.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.0...phpmyadmin-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/phpmyadmin/5.6.0/Chart.yaml b/stable/phpmyadmin/5.6.0/Chart.yaml
deleted file mode 100644
index 98d665ea615..00000000000
--- a/stable/phpmyadmin/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.2.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A web interface for MySQL and MariaDB.
-home: https://truecharts.org/charts/stable/phpmyadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png
-keywords:
- - phpmyadmin
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: phpmyadmin
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin
- - https://hub.docker.com/r/phpmyadmin/phpmyadmin
-type: application
-version: 5.6.0
diff --git a/stable/phpmyadmin/5.6.0/charts/common-20.1.5.tgz b/stable/phpmyadmin/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/phpmyadmin/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pixapop/10.6.0/.helmignore b/stable/phpmyadmin/5.7.3/.helmignore
similarity index 100%
rename from stable/pixapop/10.6.0/.helmignore
rename to stable/phpmyadmin/5.7.3/.helmignore
diff --git a/stable/phpmyadmin/5.7.3/CHANGELOG.md b/stable/phpmyadmin/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7b985178d2d
--- /dev/null
+++ b/stable/phpmyadmin/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [phpmyadmin-5.7.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/phpmyadmin/5.7.3/Chart.yaml b/stable/phpmyadmin/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..42c9749a498
--- /dev/null
+++ b/stable/phpmyadmin/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.2.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A web interface for MySQL and MariaDB.
+home: https://truecharts.org/charts/stable/phpmyadmin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png
+keywords:
+ - phpmyadmin
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: phpmyadmin
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin
+ - https://hub.docker.com/r/phpmyadmin/phpmyadmin
+type: application
+version: 5.7.3
diff --git a/stable/phpmyadmin/5.6.0/README.md b/stable/phpmyadmin/5.7.3/README.md
similarity index 100%
rename from stable/phpmyadmin/5.6.0/README.md
rename to stable/phpmyadmin/5.7.3/README.md
diff --git a/stable/phpmyadmin/5.7.3/app-changelog.md b/stable/phpmyadmin/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f8d488018aa
--- /dev/null
+++ b/stable/phpmyadmin/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [phpmyadmin-5.7.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/phpmyadmin/5.6.0/app-readme.md b/stable/phpmyadmin/5.7.3/app-readme.md
similarity index 100%
rename from stable/phpmyadmin/5.6.0/app-readme.md
rename to stable/phpmyadmin/5.7.3/app-readme.md
diff --git a/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz b/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/phpmyadmin/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/phpmyadmin/5.6.0/ix_values.yaml b/stable/phpmyadmin/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/phpmyadmin/5.6.0/ix_values.yaml
rename to stable/phpmyadmin/5.7.3/ix_values.yaml
diff --git a/stable/phpmyadmin/5.6.0/questions.yaml b/stable/phpmyadmin/5.7.3/questions.yaml
similarity index 100%
rename from stable/phpmyadmin/5.6.0/questions.yaml
rename to stable/phpmyadmin/5.7.3/questions.yaml
diff --git a/stable/plaxt/8.6.0/templates/common.yaml b/stable/phpmyadmin/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/plaxt/8.6.0/templates/common.yaml
rename to stable/phpmyadmin/5.7.3/templates/common.yaml
diff --git a/stable/pixapop/10.6.0/values.yaml b/stable/phpmyadmin/5.7.3/values.yaml
similarity index 100%
rename from stable/pixapop/10.6.0/values.yaml
rename to stable/phpmyadmin/5.7.3/values.yaml
diff --git a/stable/piaware/12.6.0/CHANGELOG.md b/stable/piaware/12.6.0/CHANGELOG.md
deleted file mode 100644
index dfcd238b3b3..00000000000
--- a/stable/piaware/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [piaware-12.6.0](https://github.com/truecharts/charts/compare/piaware-12.5.2...piaware-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [piaware-12.5.2](https://github.com/truecharts/charts/compare/piaware-12.5.1...piaware-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [piaware-12.5.1](https://github.com/truecharts/charts/compare/piaware-12.5.0...piaware-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [piaware-12.5.0](https://github.com/truecharts/charts/compare/piaware-12.4.1...piaware-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [piaware-12.4.1](https://github.com/truecharts/charts/compare/piaware-12.4.0...piaware-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [piaware-12.4.0](https://github.com/truecharts/charts/compare/piaware-12.3.0...piaware-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [piaware-12.3.0](https://github.com/truecharts/charts/compare/piaware-12.2.3...piaware-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [piaware-12.2.3](https://github.com/truecharts/charts/compare/piaware-12.2.2...piaware-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [piaware-12.2.2](https://github.com/truecharts/charts/compare/piaware-12.2.0...piaware-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/piaware/12.6.0/Chart.yaml b/stable/piaware/12.6.0/Chart.yaml
deleted file mode 100644
index 76d86468434..00000000000
--- a/stable/piaware/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 9.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Program for forwarding ADS-B data to FlightAware
-home: https://truecharts.org/charts/stable/piaware
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png
-keywords:
- - piaware
- - flight-aware
- - flight-tracker
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: piaware
-sources:
- - https://github.com/flightaware/piaware
- - https://github.com/truecharts/charts/tree/master/charts/stable/piaware
- - https://hub.docker.com/r/mikenye/piaware
-type: application
-version: 12.6.0
diff --git a/stable/piaware/12.6.0/charts/common-20.1.5.tgz b/stable/piaware/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/piaware/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pixark/5.6.0/.helmignore b/stable/piaware/12.7.3/.helmignore
similarity index 100%
rename from stable/pixark/5.6.0/.helmignore
rename to stable/piaware/12.7.3/.helmignore
diff --git a/stable/piaware/12.7.3/CHANGELOG.md b/stable/piaware/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d1cb9600f97
--- /dev/null
+++ b/stable/piaware/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [piaware-12.7.2](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/piaware/12.7.3/Chart.yaml b/stable/piaware/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..e8a6a60f598
--- /dev/null
+++ b/stable/piaware/12.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 9.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Program for forwarding ADS-B data to FlightAware
+home: https://truecharts.org/charts/stable/piaware
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png
+keywords:
+ - piaware
+ - flight-aware
+ - flight-tracker
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: piaware
+sources:
+ - https://github.com/flightaware/piaware
+ - https://github.com/truecharts/charts/tree/master/charts/stable/piaware
+ - https://hub.docker.com/r/mikenye/piaware
+type: application
+version: 12.7.3
diff --git a/stable/piaware/12.6.0/README.md b/stable/piaware/12.7.3/README.md
similarity index 100%
rename from stable/piaware/12.6.0/README.md
rename to stable/piaware/12.7.3/README.md
diff --git a/stable/piaware/12.7.3/app-changelog.md b/stable/piaware/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..808174d0265
--- /dev/null
+++ b/stable/piaware/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [piaware-12.7.3](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/piaware/12.6.0/app-readme.md b/stable/piaware/12.7.3/app-readme.md
similarity index 100%
rename from stable/piaware/12.6.0/app-readme.md
rename to stable/piaware/12.7.3/app-readme.md
diff --git a/stable/piaware/12.7.3/charts/common-20.2.4.tgz b/stable/piaware/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/piaware/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/piaware/12.6.0/ix_values.yaml b/stable/piaware/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/piaware/12.6.0/ix_values.yaml
rename to stable/piaware/12.7.3/ix_values.yaml
diff --git a/stable/piaware/12.6.0/questions.yaml b/stable/piaware/12.7.3/questions.yaml
similarity index 100%
rename from stable/piaware/12.6.0/questions.yaml
rename to stable/piaware/12.7.3/questions.yaml
diff --git a/stable/pocketmine-mp/3.7.0/templates/common.yaml b/stable/piaware/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/templates/common.yaml
rename to stable/piaware/12.7.3/templates/common.yaml
diff --git a/stable/pixark/5.6.0/values.yaml b/stable/piaware/12.7.3/values.yaml
similarity index 100%
rename from stable/pixark/5.6.0/values.yaml
rename to stable/piaware/12.7.3/values.yaml
diff --git a/stable/picoshare/9.6.0/CHANGELOG.md b/stable/picoshare/9.6.0/CHANGELOG.md
deleted file mode 100644
index dc212d348d3..00000000000
--- a/stable/picoshare/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [picoshare-9.6.0](https://github.com/truecharts/charts/compare/picoshare-9.5.2...picoshare-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [picoshare-9.5.2](https://github.com/truecharts/charts/compare/picoshare-9.5.1...picoshare-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [picoshare-9.5.1](https://github.com/truecharts/charts/compare/picoshare-9.5.0...picoshare-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [picoshare-9.5.0](https://github.com/truecharts/charts/compare/picoshare-9.4.1...picoshare-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [picoshare-9.4.1](https://github.com/truecharts/charts/compare/picoshare-9.4.0...picoshare-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [picoshare-9.4.0](https://github.com/truecharts/charts/compare/picoshare-9.3.0...picoshare-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [picoshare-9.3.0](https://github.com/truecharts/charts/compare/picoshare-9.2.3...picoshare-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [picoshare-9.2.3](https://github.com/truecharts/charts/compare/picoshare-9.2.2...picoshare-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [picoshare-9.2.2](https://github.com/truecharts/charts/compare/picoshare-9.2.0...picoshare-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/picoshare/9.6.0/Chart.yaml b/stable/picoshare/9.6.0/Chart.yaml
deleted file mode 100644
index 07dbfe843ac..00000000000
--- a/stable/picoshare/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PicoShare is a minimalist service that allows you to share files easily.
-home: https://truecharts.org/charts/stable/picoshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png
-keywords:
- - picoshare
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: picoshare
-sources:
- - https://github.com/mtlynch/picoshare
- - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare
- - https://hub.docker.com/r/mtlynch/picoshare
-type: application
-version: 9.6.0
diff --git a/stable/picoshare/9.6.0/charts/common-20.1.5.tgz b/stable/picoshare/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/picoshare/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plausible/10.14.1/.helmignore b/stable/picoshare/9.7.3/.helmignore
similarity index 100%
rename from stable/plausible/10.14.1/.helmignore
rename to stable/picoshare/9.7.3/.helmignore
diff --git a/stable/picoshare/9.7.3/CHANGELOG.md b/stable/picoshare/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..72061061f4b
--- /dev/null
+++ b/stable/picoshare/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [picoshare-9.7.2](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/picoshare/9.7.3/Chart.yaml b/stable/picoshare/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..333b278a1ca
--- /dev/null
+++ b/stable/picoshare/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PicoShare is a minimalist service that allows you to share files easily.
+home: https://truecharts.org/charts/stable/picoshare
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png
+keywords:
+ - picoshare
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: picoshare
+sources:
+ - https://github.com/mtlynch/picoshare
+ - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare
+ - https://hub.docker.com/r/mtlynch/picoshare
+type: application
+version: 9.7.3
diff --git a/stable/picoshare/9.6.0/README.md b/stable/picoshare/9.7.3/README.md
similarity index 100%
rename from stable/picoshare/9.6.0/README.md
rename to stable/picoshare/9.7.3/README.md
diff --git a/stable/picoshare/9.7.3/app-changelog.md b/stable/picoshare/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..6050143a658
--- /dev/null
+++ b/stable/picoshare/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [picoshare-9.7.3](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/picoshare/9.6.0/app-readme.md b/stable/picoshare/9.7.3/app-readme.md
similarity index 100%
rename from stable/picoshare/9.6.0/app-readme.md
rename to stable/picoshare/9.7.3/app-readme.md
diff --git a/stable/picoshare/9.7.3/charts/common-20.2.4.tgz b/stable/picoshare/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/picoshare/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/picoshare/9.6.0/ix_values.yaml b/stable/picoshare/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/picoshare/9.6.0/ix_values.yaml
rename to stable/picoshare/9.7.3/ix_values.yaml
diff --git a/stable/picoshare/9.6.0/questions.yaml b/stable/picoshare/9.7.3/questions.yaml
similarity index 100%
rename from stable/picoshare/9.6.0/questions.yaml
rename to stable/picoshare/9.7.3/questions.yaml
diff --git a/stable/plaxt/8.6.0/templates/NOTES.txt b/stable/picoshare/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plaxt/8.6.0/templates/NOTES.txt
rename to stable/picoshare/9.7.3/templates/NOTES.txt
diff --git a/stable/picoshare/9.6.0/templates/common.yaml b/stable/picoshare/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/picoshare/9.6.0/templates/common.yaml
rename to stable/picoshare/9.7.3/templates/common.yaml
diff --git a/stable/plausible/10.14.1/values.yaml b/stable/picoshare/9.7.3/values.yaml
similarity index 100%
rename from stable/plausible/10.14.1/values.yaml
rename to stable/picoshare/9.7.3/values.yaml
diff --git a/stable/pigallery2/5.6.0/CHANGELOG.md b/stable/pigallery2/5.6.0/CHANGELOG.md
deleted file mode 100644
index 624afb75526..00000000000
--- a/stable/pigallery2/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pigallery2-5.6.0](https://github.com/truecharts/charts/compare/pigallery2-5.5.2...pigallery2-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pigallery2-5.5.2](https://github.com/truecharts/charts/compare/pigallery2-5.5.1...pigallery2-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pigallery2-5.5.1](https://github.com/truecharts/charts/compare/pigallery2-5.5.0...pigallery2-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pigallery2-5.5.0](https://github.com/truecharts/charts/compare/pigallery2-5.4.1...pigallery2-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pigallery2-5.4.1](https://github.com/truecharts/charts/compare/pigallery2-5.4.0...pigallery2-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pigallery2-5.4.0](https://github.com/truecharts/charts/compare/pigallery2-5.3.0...pigallery2-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pigallery2-5.3.0](https://github.com/truecharts/charts/compare/pigallery2-5.2.3...pigallery2-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pigallery2-5.2.3](https://github.com/truecharts/charts/compare/pigallery2-5.2.2...pigallery2-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pigallery2-5.2.2](https://github.com/truecharts/charts/compare/pigallery2-5.2.0...pigallery2-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pigallery2/5.6.0/Chart.yaml b/stable/pigallery2/5.6.0/Chart.yaml
deleted file mode 100644
index 3ad58de2c5b..00000000000
--- a/stable/pigallery2/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Homepage: http://bpatrik.github.io/pigallery2/"
-home: https://truecharts.org/charts/stable/pigallery2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png
-keywords:
- - pigallery2
- - Cloud
- - MediaApp-Video
- - MediaApp-Music
- - MediaApp-Photos
- - MediaServer-Video
- - MediaServer-Music
- - MediaServer-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pigallery2
-sources:
- - https://github.com/bpatrik/pigallery2
- - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2
- - https://hub.docker.com/r/bpatrik/pigallery2
-type: application
-version: 5.6.0
diff --git a/stable/pigallery2/5.6.0/charts/common-20.1.5.tgz b/stable/pigallery2/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pigallery2/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plaxt/8.6.0/.helmignore b/stable/pigallery2/5.7.3/.helmignore
similarity index 100%
rename from stable/plaxt/8.6.0/.helmignore
rename to stable/pigallery2/5.7.3/.helmignore
diff --git a/stable/pigallery2/5.7.3/CHANGELOG.md b/stable/pigallery2/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d7c9806746b
--- /dev/null
+++ b/stable/pigallery2/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pigallery2-5.7.2](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pigallery2/5.7.3/Chart.yaml b/stable/pigallery2/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..751d44a61c8
--- /dev/null
+++ b/stable/pigallery2/5.7.3/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Homepage: http://bpatrik.github.io/pigallery2/"
+home: https://truecharts.org/charts/stable/pigallery2
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png
+keywords:
+ - pigallery2
+ - Cloud
+ - MediaApp-Video
+ - MediaApp-Music
+ - MediaApp-Photos
+ - MediaServer-Video
+ - MediaServer-Music
+ - MediaServer-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pigallery2
+sources:
+ - https://github.com/bpatrik/pigallery2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2
+ - https://hub.docker.com/r/bpatrik/pigallery2
+type: application
+version: 5.7.3
diff --git a/stable/pigallery2/5.6.0/README.md b/stable/pigallery2/5.7.3/README.md
similarity index 100%
rename from stable/pigallery2/5.6.0/README.md
rename to stable/pigallery2/5.7.3/README.md
diff --git a/stable/pigallery2/5.7.3/app-changelog.md b/stable/pigallery2/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..554feda7b55
--- /dev/null
+++ b/stable/pigallery2/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pigallery2-5.7.3](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pigallery2/5.6.0/app-readme.md b/stable/pigallery2/5.7.3/app-readme.md
similarity index 100%
rename from stable/pigallery2/5.6.0/app-readme.md
rename to stable/pigallery2/5.7.3/app-readme.md
diff --git a/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz b/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pigallery2/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pigallery2/5.6.0/ix_values.yaml b/stable/pigallery2/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pigallery2/5.6.0/ix_values.yaml
rename to stable/pigallery2/5.7.3/ix_values.yaml
diff --git a/stable/pigallery2/5.6.0/questions.yaml b/stable/pigallery2/5.7.3/questions.yaml
similarity index 100%
rename from stable/pigallery2/5.6.0/questions.yaml
rename to stable/pigallery2/5.7.3/questions.yaml
diff --git a/stable/plex-auto-languages/8.6.0/templates/common.yaml b/stable/pigallery2/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/templates/common.yaml
rename to stable/pigallery2/5.7.3/templates/common.yaml
diff --git a/stable/plaxt/8.6.0/values.yaml b/stable/pigallery2/5.7.3/values.yaml
similarity index 100%
rename from stable/plaxt/8.6.0/values.yaml
rename to stable/pigallery2/5.7.3/values.yaml
diff --git a/stable/pihole/16.3.0/CHANGELOG.md b/stable/pihole/16.3.0/CHANGELOG.md
deleted file mode 100644
index ea42b721f9b..00000000000
--- a/stable/pihole/16.3.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pihole-16.3.0](https://github.com/truecharts/charts/compare/pihole-16.2.2...pihole-16.3.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pihole-16.2.2](https://github.com/truecharts/charts/compare/pihole-16.2.1...pihole-16.2.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pihole-16.2.1](https://github.com/truecharts/charts/compare/pihole-16.2.0...pihole-16.2.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pihole-16.2.0](https://github.com/truecharts/charts/compare/pihole-16.1.2...pihole-16.2.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pihole-16.1.2](https://github.com/truecharts/charts/compare/pihole-16.1.1...pihole-16.1.2) (2024-03-08)
-
-
-## [pihole-16.1.1](https://github.com/truecharts/charts/compare/pihole-16.1.0...pihole-16.1.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pihole-16.1.0](https://github.com/truecharts/charts/compare/pihole-16.0.0...pihole-16.1.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pihole-16.0.0](https://github.com/truecharts/charts/compare/pihole-15.3.0...pihole-16.0.0) (2024-03-06)
-
-### Chore
-
-
-
-- BREAKING CHANGE change port/service layout for DNS
-
-
-## [pihole-15.3.0](https://github.com/truecharts/charts/compare/pihole-15.2.4...pihole-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pihole-15.2.4](https://github.com/truecharts/charts/compare/pihole-15.2.3...pihole-15.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pihole-15.2.3](https://github.com/truecharts/charts/compare/pihole-15.2.1...pihole-15.2.3) (2024-03-05)
-
-### Chore
-
-
diff --git a/stable/pihole/16.3.0/Chart.yaml b/stable/pihole/16.3.0/Chart.yaml
deleted file mode 100644
index 259c8500513..00000000000
--- a/stable/pihole/16.3.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.02.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: DNS and Ad-filtering for your network
-home: https://truecharts.org/charts/stable/pihole
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
-keywords:
- - DNS
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pihole
-sources:
- - https://github.com/pi-hole
- - https://github.com/pi-hole/docker-pi-hole
- - https://pi-hole.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pihole
- - https://hub.docker.com/r/pihole/pihole
-type: application
-version: 16.3.0
diff --git a/stable/pihole/16.3.0/charts/common-20.1.5.tgz b/stable/pihole/16.3.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pihole/16.3.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plex-auto-languages/8.6.0/.helmignore b/stable/pihole/16.4.3/.helmignore
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/.helmignore
rename to stable/pihole/16.4.3/.helmignore
diff --git a/stable/pihole/16.4.3/CHANGELOG.md b/stable/pihole/16.4.3/CHANGELOG.md
new file mode 100644
index 00000000000..a6cc274252b
--- /dev/null
+++ b/stable/pihole/16.4.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pihole-16.4.3](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pihole-16.4.2](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pihole/16.4.3/Chart.yaml b/stable/pihole/16.4.3/Chart.yaml
new file mode 100644
index 00000000000..3271e20a6c4
--- /dev/null
+++ b/stable/pihole/16.4.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.02.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: DNS and Ad-filtering for your network
+home: https://truecharts.org/charts/stable/pihole
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
+keywords:
+ - DNS
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pihole
+sources:
+ - https://github.com/pi-hole
+ - https://github.com/pi-hole/docker-pi-hole
+ - https://pi-hole.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pihole
+ - https://hub.docker.com/r/pihole/pihole
+type: application
+version: 16.4.3
diff --git a/stable/pihole/16.3.0/README.md b/stable/pihole/16.4.3/README.md
similarity index 100%
rename from stable/pihole/16.3.0/README.md
rename to stable/pihole/16.4.3/README.md
diff --git a/stable/pihole/16.4.3/app-changelog.md b/stable/pihole/16.4.3/app-changelog.md
new file mode 100644
index 00000000000..5b447bd2235
--- /dev/null
+++ b/stable/pihole/16.4.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pihole-16.4.3](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pihole/16.3.0/app-readme.md b/stable/pihole/16.4.3/app-readme.md
similarity index 100%
rename from stable/pihole/16.3.0/app-readme.md
rename to stable/pihole/16.4.3/app-readme.md
diff --git a/stable/pihole/16.4.3/charts/common-20.2.4.tgz b/stable/pihole/16.4.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pihole/16.4.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pihole/16.3.0/ix_values.yaml b/stable/pihole/16.4.3/ix_values.yaml
similarity index 100%
rename from stable/pihole/16.3.0/ix_values.yaml
rename to stable/pihole/16.4.3/ix_values.yaml
diff --git a/stable/pihole/16.3.0/questions.yaml b/stable/pihole/16.4.3/questions.yaml
similarity index 100%
rename from stable/pihole/16.3.0/questions.yaml
rename to stable/pihole/16.4.3/questions.yaml
diff --git a/stable/pihole/16.3.0/templates/_configmap.tpl b/stable/pihole/16.4.3/templates/_configmap.tpl
similarity index 100%
rename from stable/pihole/16.3.0/templates/_configmap.tpl
rename to stable/pihole/16.4.3/templates/_configmap.tpl
diff --git a/stable/pihole/16.3.0/templates/common.yaml b/stable/pihole/16.4.3/templates/common.yaml
similarity index 100%
rename from stable/pihole/16.3.0/templates/common.yaml
rename to stable/pihole/16.4.3/templates/common.yaml
diff --git a/stable/plex-auto-languages/8.6.0/values.yaml b/stable/pihole/16.4.3/values.yaml
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/values.yaml
rename to stable/pihole/16.4.3/values.yaml
diff --git a/stable/pinry/9.6.0/CHANGELOG.md b/stable/pinry/9.6.0/CHANGELOG.md
deleted file mode 100644
index 866c87d686d..00000000000
--- a/stable/pinry/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pinry-9.6.0](https://github.com/truecharts/charts/compare/pinry-9.5.2...pinry-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pinry-9.5.2](https://github.com/truecharts/charts/compare/pinry-9.5.1...pinry-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pinry-9.5.1](https://github.com/truecharts/charts/compare/pinry-9.5.0...pinry-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pinry-9.5.0](https://github.com/truecharts/charts/compare/pinry-9.4.1...pinry-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pinry-9.4.1](https://github.com/truecharts/charts/compare/pinry-9.4.0...pinry-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pinry-9.4.0](https://github.com/truecharts/charts/compare/pinry-9.3.0...pinry-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pinry-9.3.0](https://github.com/truecharts/charts/compare/pinry-9.2.3...pinry-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pinry-9.2.3](https://github.com/truecharts/charts/compare/pinry-9.2.2...pinry-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pinry-9.2.2](https://github.com/truecharts/charts/compare/pinry-9.2.0...pinry-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pinry/9.6.0/Chart.yaml b/stable/pinry/9.6.0/Chart.yaml
deleted file mode 100644
index 6bed99db4f3..00000000000
--- a/stable/pinry/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.12
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
-home: https://truecharts.org/charts/stable/pinry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png
-keywords:
- - pinry
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pinry
-sources:
- - https://github.com/pinry/pinry/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pinry
- - https://hub.docker.com/r/getpinry/pinry
-type: application
-version: 9.6.0
diff --git a/stable/pinry/9.6.0/charts/common-20.1.5.tgz b/stable/pinry/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pinry/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plex-meta-manager/6.6.0/.helmignore b/stable/pinry/9.7.3/.helmignore
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/.helmignore
rename to stable/pinry/9.7.3/.helmignore
diff --git a/stable/pinry/9.7.3/CHANGELOG.md b/stable/pinry/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..aa3e426af62
--- /dev/null
+++ b/stable/pinry/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pinry-9.7.2](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pinry/9.7.3/Chart.yaml b/stable/pinry/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..773ca6a5049
--- /dev/null
+++ b/stable/pinry/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.12
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
+home: https://truecharts.org/charts/stable/pinry
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png
+keywords:
+ - pinry
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pinry
+sources:
+ - https://github.com/pinry/pinry/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pinry
+ - https://hub.docker.com/r/getpinry/pinry
+type: application
+version: 9.7.3
diff --git a/stable/pinry/9.6.0/README.md b/stable/pinry/9.7.3/README.md
similarity index 100%
rename from stable/pinry/9.6.0/README.md
rename to stable/pinry/9.7.3/README.md
diff --git a/stable/pinry/9.7.3/app-changelog.md b/stable/pinry/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..41b392b4680
--- /dev/null
+++ b/stable/pinry/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pinry-9.7.3](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pinry/9.6.0/app-readme.md b/stable/pinry/9.7.3/app-readme.md
similarity index 100%
rename from stable/pinry/9.6.0/app-readme.md
rename to stable/pinry/9.7.3/app-readme.md
diff --git a/stable/pinry/9.7.3/charts/common-20.2.4.tgz b/stable/pinry/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pinry/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pinry/9.6.0/ix_values.yaml b/stable/pinry/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/pinry/9.6.0/ix_values.yaml
rename to stable/pinry/9.7.3/ix_values.yaml
diff --git a/stable/pinry/9.6.0/questions.yaml b/stable/pinry/9.7.3/questions.yaml
similarity index 100%
rename from stable/pinry/9.6.0/questions.yaml
rename to stable/pinry/9.7.3/questions.yaml
diff --git a/stable/plex-auto-languages/8.6.0/templates/NOTES.txt b/stable/pinry/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/templates/NOTES.txt
rename to stable/pinry/9.7.3/templates/NOTES.txt
diff --git a/stable/pinry/9.6.0/templates/_secrets.tpl b/stable/pinry/9.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/pinry/9.6.0/templates/_secrets.tpl
rename to stable/pinry/9.7.3/templates/_secrets.tpl
diff --git a/stable/pinry/9.6.0/templates/common.yaml b/stable/pinry/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/pinry/9.6.0/templates/common.yaml
rename to stable/pinry/9.7.3/templates/common.yaml
diff --git a/stable/plex-meta-manager/6.6.0/values.yaml b/stable/pinry/9.7.3/values.yaml
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/values.yaml
rename to stable/pinry/9.7.3/values.yaml
diff --git a/stable/piwigo/12.13.2/CHANGELOG.md b/stable/piwigo/12.13.2/CHANGELOG.md
deleted file mode 100644
index 145d7b2d194..00000000000
--- a/stable/piwigo/12.13.2/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [piwigo-12.13.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [piwigo-12.13.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [piwigo-12.13.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [piwigo-12.13.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/piwigo/12.13.2/Chart.yaml b/stable/piwigo/12.13.2/Chart.yaml
deleted file mode 100644
index a3263203342..00000000000
--- a/stable/piwigo/12.13.2/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 14.3.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A photo gallery software for the web.
-home: https://truecharts.org/charts/stable/piwigo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
-keywords:
- - piwigo
- - gallery
- - photo
- - image
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: piwigo
-sources:
- - https://github.com/linuxserver/docker-piwigo
- - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo
- - https://ghcr.io/linuxserver/piwigo
-type: application
-version: 12.13.2
diff --git a/stable/piwigo/12.13.2/app-changelog.md b/stable/piwigo/12.13.2/app-changelog.md
deleted file mode 100644
index a472cf499cd..00000000000
--- a/stable/piwigo/12.13.2/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [piwigo-12.13.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/piwigo/12.13.2/charts/common-20.2.2.tgz b/stable/piwigo/12.13.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/piwigo/12.13.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/piwigo/12.13.2/charts/mariadb-13.7.1.tgz b/stable/piwigo/12.13.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/piwigo/12.13.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/piwigo/12.13.2/ix_values.yaml b/stable/piwigo/12.13.2/ix_values.yaml
deleted file mode 100644
index c8f741d5a18..00000000000
--- a/stable/piwigo/12.13.2/ix_values.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/piwigo
- pullPolicy: IfNotPresent
- tag: 14.3.0@sha256:70502308786c07edbf0bd3a802c2d9d7d1e20101215046a3a1bb589732371821
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- targetPort: 80
- port: 10027
-piwigo:
- language: en_US
- admin_user: admin
- admin_pass: admin123
- admin_email: admin@email.com
-workload:
- main:
- podSpec:
- containers:
- main:
- lifecycle:
- postStart:
- type: exec
- command:
- - /bin/sh
- - -c
- - |
- if [ -f "/config/POSTSETUP" ]; then
- echo "POSTSETUP exists, no further action is needed."
- else
- while ! curl -s -o -v /dev/null http://localhost/install.php; do sleep 1; done && \
- curl -v -X POST -d "language={{ .Values.piwigo.language }}&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}:3306&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpasswd={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&prefix=piwigo_&admin_name={{ .Values.piwigo.admin_user }}&admin_pass1={{ .Values.piwigo.admin_pass }}&admin_pass2={{ .Values.piwigo.admin_pass }}&admin_mail={{ .Values.piwigo.admin_email }}&install=Start+installation" http://localhost/install.php?language={{ .Values.piwigo.language }} && \
- ( touch "/config/POSTSETUP" && echo "Created POSTSETUP!") || \
- ( echo "Failed to create POSTSETUP file..." && exit 1 )
- fi
-persistence:
- config:
- enabled: true
- mountPath: /config
- size: 256Gi
- gallery:
- enabled: true
- mountPath: /gallery
- size: 256Gi
- varrun:
- enabled: true
-mariadb:
- enabled: true
- mariadbUsername: piwigo
- mariadbDatabase: piwigo
-portal:
- open:
- enabled: true
diff --git a/stable/plex-playlist-sync/3.6.0/.helmignore b/stable/piwigo/12.13.6/.helmignore
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/.helmignore
rename to stable/piwigo/12.13.6/.helmignore
diff --git a/stable/piwigo/12.13.6/CHANGELOG.md b/stable/piwigo/12.13.6/CHANGELOG.md
new file mode 100644
index 00000000000..418487fc727
--- /dev/null
+++ b/stable/piwigo/12.13.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [piwigo-12.13.6](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [piwigo-12.13.5](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [piwigo-12.13.5](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/piwigo/12.13.6/Chart.yaml b/stable/piwigo/12.13.6/Chart.yaml
new file mode 100644
index 00000000000..43a39c76af0
--- /dev/null
+++ b/stable/piwigo/12.13.6/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 14.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A photo gallery software for the web.
+home: https://truecharts.org/charts/stable/piwigo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
+keywords:
+ - piwigo
+ - gallery
+ - photo
+ - image
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: piwigo
+sources:
+ - https://github.com/linuxserver/docker-piwigo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo
+ - https://ghcr.io/linuxserver/piwigo
+type: application
+version: 12.13.6
diff --git a/stable/piwigo/12.13.2/README.md b/stable/piwigo/12.13.6/README.md
similarity index 100%
rename from stable/piwigo/12.13.2/README.md
rename to stable/piwigo/12.13.6/README.md
diff --git a/stable/piwigo/12.13.6/app-changelog.md b/stable/piwigo/12.13.6/app-changelog.md
new file mode 100644
index 00000000000..aadd5087bfc
--- /dev/null
+++ b/stable/piwigo/12.13.6/app-changelog.md
@@ -0,0 +1,33 @@
+
+
+## [piwigo-12.13.6](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@be1d9bf](https://github.com/be1d9bf) by renovate ([#19685](https://github.com/truecharts/charts/issues/19685))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/piwigo to 14.3.0[@7050230](https://github.com/7050230) by renovate ([#19353](https://github.com/truecharts/charts/issues/19353))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/piwigo/12.13.2/app-readme.md b/stable/piwigo/12.13.6/app-readme.md
similarity index 100%
rename from stable/piwigo/12.13.2/app-readme.md
rename to stable/piwigo/12.13.6/app-readme.md
diff --git a/stable/piwigo/12.13.6/charts/common-20.2.4.tgz b/stable/piwigo/12.13.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/piwigo/12.13.6/charts/common-20.2.4.tgz differ
diff --git a/stable/piwigo/12.13.6/charts/mariadb-13.7.3.tgz b/stable/piwigo/12.13.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/piwigo/12.13.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/piwigo/12.13.6/ix_values.yaml b/stable/piwigo/12.13.6/ix_values.yaml
new file mode 100644
index 00000000000..e7e1a7b8661
--- /dev/null
+++ b/stable/piwigo/12.13.6/ix_values.yaml
@@ -0,0 +1,59 @@
+image:
+ repository: ghcr.io/linuxserver/piwigo
+ pullPolicy: IfNotPresent
+ tag: 14.3.0@sha256:be1d9bf6604308f86f2dea46b8eae224fc9e4d706fd4089dfce5bdf451c5fc8e
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ targetPort: 80
+ port: 10027
+piwigo:
+ language: en_US
+ admin_user: admin
+ admin_pass: admin123
+ admin_email: admin@email.com
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ lifecycle:
+ postStart:
+ type: exec
+ command:
+ - /bin/sh
+ - -c
+ - |
+ if [ -f "/config/POSTSETUP" ]; then
+ echo "POSTSETUP exists, no further action is needed."
+ else
+ while ! curl -s -o -v /dev/null http://localhost/install.php; do sleep 1; done && \
+ curl -v -X POST -d "language={{ .Values.piwigo.language }}&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}:3306&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpasswd={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&prefix=piwigo_&admin_name={{ .Values.piwigo.admin_user }}&admin_pass1={{ .Values.piwigo.admin_pass }}&admin_pass2={{ .Values.piwigo.admin_pass }}&admin_mail={{ .Values.piwigo.admin_email }}&install=Start+installation" http://localhost/install.php?language={{ .Values.piwigo.language }} && \
+ ( touch "/config/POSTSETUP" && echo "Created POSTSETUP!") || \
+ ( echo "Failed to create POSTSETUP file..." && exit 1 )
+ fi
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ size: 256Gi
+ gallery:
+ enabled: true
+ mountPath: /gallery
+ size: 256Gi
+ varrun:
+ enabled: true
+mariadb:
+ enabled: true
+ mariadbUsername: piwigo
+ mariadbDatabase: piwigo
+portal:
+ open:
+ enabled: true
diff --git a/stable/piwigo/12.13.2/questions.yaml b/stable/piwigo/12.13.6/questions.yaml
similarity index 100%
rename from stable/piwigo/12.13.2/questions.yaml
rename to stable/piwigo/12.13.6/questions.yaml
diff --git a/stable/plex-meta-manager/6.6.0/templates/NOTES.txt b/stable/piwigo/12.13.6/templates/NOTES.txt
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/templates/NOTES.txt
rename to stable/piwigo/12.13.6/templates/NOTES.txt
diff --git a/stable/podgrab/17.6.0/templates/common.yaml b/stable/piwigo/12.13.6/templates/common.yaml
similarity index 100%
rename from stable/podgrab/17.6.0/templates/common.yaml
rename to stable/piwigo/12.13.6/templates/common.yaml
diff --git a/stable/plex-playlist-sync/3.6.0/values.yaml b/stable/piwigo/12.13.6/values.yaml
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/values.yaml
rename to stable/piwigo/12.13.6/values.yaml
diff --git a/stable/pixapop/10.6.0/CHANGELOG.md b/stable/pixapop/10.6.0/CHANGELOG.md
deleted file mode 100644
index 579561aa642..00000000000
--- a/stable/pixapop/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pixapop-10.6.0](https://github.com/truecharts/charts/compare/pixapop-10.5.2...pixapop-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pixapop-10.5.2](https://github.com/truecharts/charts/compare/pixapop-10.5.1...pixapop-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pixapop-10.5.1](https://github.com/truecharts/charts/compare/pixapop-10.5.0...pixapop-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pixapop-10.5.0](https://github.com/truecharts/charts/compare/pixapop-10.4.1...pixapop-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pixapop-10.4.1](https://github.com/truecharts/charts/compare/pixapop-10.4.0...pixapop-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pixapop-10.4.0](https://github.com/truecharts/charts/compare/pixapop-10.3.0...pixapop-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pixapop-10.3.0](https://github.com/truecharts/charts/compare/pixapop-10.2.3...pixapop-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pixapop-10.2.3](https://github.com/truecharts/charts/compare/pixapop-10.2.2...pixapop-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pixapop-10.2.2](https://github.com/truecharts/charts/compare/pixapop-10.2.0...pixapop-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pixapop/10.6.0/Chart.yaml b/stable/pixapop/10.6.0/Chart.yaml
deleted file mode 100644
index 3eb57bed923..00000000000
--- a/stable/pixapop/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An open-source single page application to view your photos in the easiest way possible.
-home: https://truecharts.org/charts/stable/pixapop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png
-keywords:
- - pixapop
- - photo
- - gallery
- - image
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pixapop
-sources:
- - https://github.com/linuxserver/docker-pixapop
- - https://github.com/bierdok/pixapop
- - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop
- - https://ghcr.io/linuxserver/pixapop
-type: application
-version: 10.6.0
diff --git a/stable/pixapop/10.6.0/charts/common-20.1.5.tgz b/stable/pixapop/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pixapop/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plex-utills/8.6.0/.helmignore b/stable/pixapop/10.7.3/.helmignore
similarity index 100%
rename from stable/plex-utills/8.6.0/.helmignore
rename to stable/pixapop/10.7.3/.helmignore
diff --git a/stable/pixapop/10.7.3/CHANGELOG.md b/stable/pixapop/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..24562239186
--- /dev/null
+++ b/stable/pixapop/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixapop-10.7.2](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pixapop/10.7.3/Chart.yaml b/stable/pixapop/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..ba0677bec80
--- /dev/null
+++ b/stable/pixapop/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An open-source single page application to view your photos in the easiest way possible.
+home: https://truecharts.org/charts/stable/pixapop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png
+keywords:
+ - pixapop
+ - photo
+ - gallery
+ - image
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pixapop
+sources:
+ - https://github.com/linuxserver/docker-pixapop
+ - https://github.com/bierdok/pixapop
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop
+ - https://ghcr.io/linuxserver/pixapop
+type: application
+version: 10.7.3
diff --git a/stable/pixapop/10.6.0/README.md b/stable/pixapop/10.7.3/README.md
similarity index 100%
rename from stable/pixapop/10.6.0/README.md
rename to stable/pixapop/10.7.3/README.md
diff --git a/stable/pixapop/10.7.3/app-changelog.md b/stable/pixapop/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..0fcb0242d06
--- /dev/null
+++ b/stable/pixapop/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pixapop-10.7.3](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pixapop/10.6.0/app-readme.md b/stable/pixapop/10.7.3/app-readme.md
similarity index 100%
rename from stable/pixapop/10.6.0/app-readme.md
rename to stable/pixapop/10.7.3/app-readme.md
diff --git a/stable/pixapop/10.7.3/charts/common-20.2.4.tgz b/stable/pixapop/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pixapop/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pixapop/10.6.0/ix_values.yaml b/stable/pixapop/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/pixapop/10.6.0/ix_values.yaml
rename to stable/pixapop/10.7.3/ix_values.yaml
diff --git a/stable/pixapop/10.6.0/questions.yaml b/stable/pixapop/10.7.3/questions.yaml
similarity index 100%
rename from stable/pixapop/10.6.0/questions.yaml
rename to stable/pixapop/10.7.3/questions.yaml
diff --git a/stable/plex-playlist-sync/3.6.0/templates/NOTES.txt b/stable/pixapop/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/templates/NOTES.txt
rename to stable/pixapop/10.7.3/templates/NOTES.txt
diff --git a/stable/redis/13.2.0/templates/common.yaml b/stable/pixapop/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/redis/13.2.0/templates/common.yaml
rename to stable/pixapop/10.7.3/templates/common.yaml
diff --git a/stable/plex-utills/8.6.0/values.yaml b/stable/pixapop/10.7.3/values.yaml
similarity index 100%
rename from stable/plex-utills/8.6.0/values.yaml
rename to stable/pixapop/10.7.3/values.yaml
diff --git a/stable/pixark/5.6.0/CHANGELOG.md b/stable/pixark/5.6.0/CHANGELOG.md
deleted file mode 100644
index f30c1dea1fe..00000000000
--- a/stable/pixark/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pixark-5.6.0](https://github.com/truecharts/charts/compare/pixark-5.5.2...pixark-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pixark-5.5.2](https://github.com/truecharts/charts/compare/pixark-5.5.1...pixark-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pixark-5.5.1](https://github.com/truecharts/charts/compare/pixark-5.5.0...pixark-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pixark-5.5.0](https://github.com/truecharts/charts/compare/pixark-5.4.1...pixark-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pixark-5.4.1](https://github.com/truecharts/charts/compare/pixark-5.4.0...pixark-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pixark-5.4.0](https://github.com/truecharts/charts/compare/pixark-5.3.0...pixark-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pixark-5.3.0](https://github.com/truecharts/charts/compare/pixark-5.2.3...pixark-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pixark-5.2.3](https://github.com/truecharts/charts/compare/pixark-5.2.2...pixark-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pixark-5.2.2](https://github.com/truecharts/charts/compare/pixark-5.2.0...pixark-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pixark/5.6.0/Chart.yaml b/stable/pixark/5.6.0/Chart.yaml
deleted file mode 100644
index f9e7f3ecb76..00000000000
--- a/stable/pixark/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: pixark
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!).
-home: https://truecharts.org/charts/stable/pixark
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png
-keywords:
- - pixark
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pixark
-sources:
- - https://pixark.snail.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pixark
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/pixark/5.6.0/charts/common-20.1.5.tgz b/stable/pixark/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pixark/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plex/17.6.1/.helmignore b/stable/pixark/5.7.3/.helmignore
similarity index 100%
rename from stable/plex/17.6.1/.helmignore
rename to stable/pixark/5.7.3/.helmignore
diff --git a/stable/pixark/5.7.3/CHANGELOG.md b/stable/pixark/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b3f6838d567
--- /dev/null
+++ b/stable/pixark/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pixark-5.7.2](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pixark/5.7.3/Chart.yaml b/stable/pixark/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ffe5cebd3c7
--- /dev/null
+++ b/stable/pixark/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: pixark
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!).
+home: https://truecharts.org/charts/stable/pixark
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png
+keywords:
+ - pixark
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pixark
+sources:
+ - https://pixark.snail.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pixark
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/pixark/5.6.0/README.md b/stable/pixark/5.7.3/README.md
similarity index 100%
rename from stable/pixark/5.6.0/README.md
rename to stable/pixark/5.7.3/README.md
diff --git a/stable/pixark/5.7.3/app-changelog.md b/stable/pixark/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..bb18fe00e6c
--- /dev/null
+++ b/stable/pixark/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pixark-5.7.3](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pixark/5.6.0/app-readme.md b/stable/pixark/5.7.3/app-readme.md
similarity index 100%
rename from stable/pixark/5.6.0/app-readme.md
rename to stable/pixark/5.7.3/app-readme.md
diff --git a/stable/pixark/5.7.3/charts/common-20.2.4.tgz b/stable/pixark/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pixark/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pixark/5.6.0/ix_values.yaml b/stable/pixark/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pixark/5.6.0/ix_values.yaml
rename to stable/pixark/5.7.3/ix_values.yaml
diff --git a/stable/pixark/5.6.0/questions.yaml b/stable/pixark/5.7.3/questions.yaml
similarity index 100%
rename from stable/pixark/5.6.0/questions.yaml
rename to stable/pixark/5.7.3/questions.yaml
diff --git a/stable/plex-playlist-sync/3.6.0/templates/common.yaml b/stable/pixark/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/templates/common.yaml
rename to stable/pixark/5.7.3/templates/common.yaml
diff --git a/stable/plex/17.6.1/values.yaml b/stable/pixark/5.7.3/values.yaml
similarity index 100%
rename from stable/plex/17.6.1/values.yaml
rename to stable/pixark/5.7.3/values.yaml
diff --git a/stable/plausible/10.14.1/CHANGELOG.md b/stable/plausible/10.14.1/CHANGELOG.md
deleted file mode 100644
index e9301af8f71..00000000000
--- a/stable/plausible/10.14.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
-
-- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
-
-
-## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
-
-- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
-
-
-## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
-
-- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
-
-
-## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
-
-- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
-
-
-## [plausible-10.14.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
diff --git a/stable/plausible/10.14.1/Chart.yaml b/stable/plausible/10.14.1/Chart.yaml
deleted file mode 100644
index 74b8678c2b6..00000000000
--- a/stable/plausible/10.14.1/Chart.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: analytics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: clickhouse
- version: 12.8.0
- repository: oci://tccr.io/truecharts
- condition: clickhouse.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
-home: https://truecharts.org/charts/stable/plausible
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png
-keywords:
- - plausible
- - analytics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plausible
-sources:
- - https://plausible.io/docs/self-hosting
- - https://github.com/plausible/analytics
- - https://github.com/plausible/hosting
- - https://plausible.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/plausible
- - https://hub.docker.com/r/plausible/analytics
-type: application
-version: 10.14.1
diff --git a/stable/plausible/10.14.1/app-changelog.md b/stable/plausible/10.14.1/app-changelog.md
deleted file mode 100644
index 9289bbb3561..00000000000
--- a/stable/plausible/10.14.1/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
-
-- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
-
-- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
\ No newline at end of file
diff --git a/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz b/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz
deleted file mode 100644
index 3b2af821d94..00000000000
Binary files a/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz and /dev/null differ
diff --git a/stable/plausible/10.14.1/charts/common-20.2.2.tgz b/stable/plausible/10.14.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/plausible/10.14.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/plausible/10.14.1/questions.yaml b/stable/plausible/10.14.1/questions.yaml
deleted file mode 100755
index aef08a5c13f..00000000000
--- a/stable/plausible/10.14.1/questions.yaml
+++ /dev/null
@@ -1,3227 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: plausible
- group: "App Configuration"
- label: "Plausible Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: server
- label: Server Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: base_url
- label: Base Url
- description: The hosting URL of the server, used for URL generation. In production systems, this should be your ingress host.
- schema:
- type: string
- default: http://localhost:10277
- required: true
- - variable: disable_registration
- label: Disable Registration
- description: Restricts registration of new users.
- schema:
- type: string
- required: true
- default: "true"
- enum:
- - value: "true"
- description: Full restriction
- - value: "false"
- description: No restriction
- - value: invite_only
- description: Only invited users can register
- - variable: log_failed_login_attempts
- label: Log Failed Login Attempts
- description: Controls whether to log warnings about failed login attempts.
- schema:
- type: boolean
- default: false
- - variable: log_level
- label: Log Level
- description: Logging Level
- schema:
- type: string
- required: true
- default: warn
- enum:
- - value: debug
- description: debug
- - value: info
- description: info
- - value: warn
- description: warn
- - value: error
- description: error
- - variable: db
- label: DB Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: clickhouse_flush_interval_ms
- label: Clickhouse Flush Interval MS
- description: Interval (in milliseconds) between flushing events and sessions data to Clickhouse. Consult Clickhouse docs before changing it.
- schema:
- type: int
- default: 5000
- required: true
- - variable: clickhouse_max_buffer_size
- label: Clickhouse Max Buffer Size
- description: Maximum size of the buffer of events or sessions. Consult Clickhouse docs before changing it.
- schema:
- type: int
- default: 10000
- required: true
- - variable: email
- label: Email Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: mailer_email
- label: Mailer Email
- description: The email id to use for as from address of all communications from Plausible.
- schema:
- type: string
- default: hello@plausible.local
- required: true
- - variable: mailer_name
- label: Mailer Name
- description: The display name for the sender (from).
- schema:
- type: string
- default: ""
- - variable: smtp_host_address
- label: SMTP Host Address
- description: The host address of your smtp server.
- schema:
- type: string
- default: localhost
- required: true
- - variable: smtp_host_port
- label: SMTP Host Port
- description: The port of your smtp server.
- schema:
- type: int
- default: 25
- required: true
- - variable: smtp_user_name
- label: SMTP User Name
- description: The username/email in case SMTP auth is enabled.
- schema:
- type: string
- default: ""
- - variable: smtp_user_password
- label: SMTP User Password
- description: The password in case SMTP auth is enabled.
- schema:
- type: string
- default: ""
- private: true
- - variable: smtp_host_ssl_enabled
- label: SMTP Host SSL Enabled
- description: If SSL is enabled for SMTP connection
- schema:
- type: boolean
- default: false
- - variable: smtp_retries
- label: SMTP Retries
- description: Number of retries to make until mailer gives up.
- schema:
- type: int
- default: 2
- required: true
- - variable: mailer_adapter
- label: Mailer Adapter
- description: Mailer Adapter
- schema:
- type: string
- required: true
- default: Bamboo.SMTPAdapter
- enum:
- - value: Bamboo.SMTPAdapter
- description: Bamboo.SMTPAdapter
- - value: Bamboo.PostmarkAdapter
- description: Bamboo.PostmarkAdapter
- - value: Bamboo.MailgunAdapter
- description: Bamboo.MailgunAdapter
- - value: Bamboo.MandrillAdapter
- description: Bamboo.MandrillAdapter
- - value: Bamboo.SendGridAdapter
- description: Bamboo.SendGridAdapter
- - variable: postmark_api_key
- label: Postmark API Key
- description: Required. Enter your API key.
- schema:
- type: string
- private: true
- default: ""
- show_if: [["mailer_adapter", "=", "Bamboo.PostmarkAdapter"]]
- - variable: mailgun_api_key
- label: Mailgun API Key
- description: Required. Enter your API key.
- schema:
- type: string
- default: ""
- private: true
- show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
- - variable: mailgun_domain
- label: Mailgun Domain
- description: Required. Enter your Mailgun domain.
- schema:
- type: string
- default: ""
- show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
- - variable: mailgun_base_uri
- label: Mailgun Base URI
- description: This is optional. Mailgun makes a difference in the API base URL between sender domains from within the EU and outside. By default, the base URL is set to https://api.mailgun.net/v3. To override this you can pass https://api.eu.mailgun.net/v3 if you are using an EU domain.
- schema:
- type: string
- default: ""
- show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
- - variable: mandrill_api_key
- label: Mandrill API Key
- description: Required. Enter your API key.
- schema:
- type: string
- default: ""
- private: true
- show_if: [["mailer_adapter", "=", "Bamboo.MandrillAdapter"]]
- - variable: sendgrid_api_key
- label: Sendgrid API Key
- description: Required. Enter your API key.
- schema:
- type: string
- default: ""
- private: true
- show_if: [["mailer_adapter", "=", "Bamboo.SendGridAdapter"]]
- - variable: maxmind
- label: Maxmind Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: license_key
- label: Maxmind License Key
- description: MaxMind license key to automatically download and update the database
- schema:
- type: string
- default: ""
- private: true
- - variable: edition
- label: Maxmind Edition
- description: MaxMind database edition to use (only if Maxmind License Key is set)
- schema:
- show_if: [["license_key", "!=", ""]]
- type: string
- required: true
- default: GeoLite2-City
- enum:
- - value: GeoLite2-City
- description: GeoLite2-City
- - value: GeoLite2-Country
- description: GeoLite2-Country
- - variable: google
- label: Google Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: client_id
- label: Google CLient ID
- description: The Client ID from the Google API Console for your Plausible Analytics project
- schema:
- type: string
- default: ""
- - variable: client_secret
- label: Google CLient Secret
- description: The Client Secret from the Google API Console for your Plausible Analytics project
- schema:
- type: string
- default: ""
- private: true
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10277
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 1000
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 1000
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/plexanisync/6.7.0/.helmignore b/stable/plausible/10.14.5/.helmignore
similarity index 100%
rename from stable/plexanisync/6.7.0/.helmignore
rename to stable/plausible/10.14.5/.helmignore
diff --git a/stable/plausible/10.14.5/CHANGELOG.md b/stable/plausible/10.14.5/CHANGELOG.md
new file mode 100644
index 00000000000..4a7acb1e7d6
--- /dev/null
+++ b/stable/plausible/10.14.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plausible-10.14.5](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
+
+- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
+
+- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
+
+
+## [plausible-10.14.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
+
+- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
+
+- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
+
+
+## [plausible-10.14.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
+
+- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
+
+- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
+
+
+## [plausible-10.14.4](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
\ No newline at end of file
diff --git a/stable/plausible/10.14.5/Chart.yaml b/stable/plausible/10.14.5/Chart.yaml
new file mode 100644
index 00000000000..6416431fcfc
--- /dev/null
+++ b/stable/plausible/10.14.5/Chart.yaml
@@ -0,0 +1,47 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: analytics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: clickhouse
+ version: 12.8.2
+ repository: oci://tccr.io/truecharts
+ condition: clickhouse.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
+home: https://truecharts.org/charts/stable/plausible
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png
+keywords:
+ - plausible
+ - analytics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plausible
+sources:
+ - https://plausible.io/docs/self-hosting
+ - https://github.com/plausible/analytics
+ - https://github.com/plausible/hosting
+ - https://plausible.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plausible
+ - https://hub.docker.com/r/plausible/analytics
+type: application
+version: 10.14.5
diff --git a/stable/plausible/10.14.1/README.md b/stable/plausible/10.14.5/README.md
similarity index 100%
rename from stable/plausible/10.14.1/README.md
rename to stable/plausible/10.14.5/README.md
diff --git a/stable/plausible/10.14.5/app-changelog.md b/stable/plausible/10.14.5/app-changelog.md
new file mode 100644
index 00000000000..61e8ac803bd
--- /dev/null
+++ b/stable/plausible/10.14.5/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [plausible-10.14.5](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image clickhouse to v12.8.2[@11b6d29](https://github.com/11b6d29) by renovate ([#19690](https://github.com/truecharts/charts/issues/19690))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image clickhouse to v12.8.1[@8ad0ac4](https://github.com/8ad0ac4) by renovate ([#19440](https://github.com/truecharts/charts/issues/19440))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image clickhouse to v12.8.0[@265297c](https://github.com/265297c) by renovate ([#19378](https://github.com/truecharts/charts/issues/19378))
+
+- update container image clickhouse to v12.7.1[@4683ce2](https://github.com/4683ce2) by renovate ([#19374](https://github.com/truecharts/charts/issues/19374))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image clickhouse to v12.7.0[@04a196e](https://github.com/04a196e) by renovate ([#19360](https://github.com/truecharts/charts/issues/19360))
+
+- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298))
\ No newline at end of file
diff --git a/stable/plausible/10.14.1/app-readme.md b/stable/plausible/10.14.5/app-readme.md
similarity index 100%
rename from stable/plausible/10.14.1/app-readme.md
rename to stable/plausible/10.14.5/app-readme.md
diff --git a/stable/plausible/10.14.5/charts/clickhouse-12.8.2.tgz b/stable/plausible/10.14.5/charts/clickhouse-12.8.2.tgz
new file mode 100644
index 00000000000..c679a1a8f0c
Binary files /dev/null and b/stable/plausible/10.14.5/charts/clickhouse-12.8.2.tgz differ
diff --git a/stable/plausible/10.14.5/charts/common-20.2.4.tgz b/stable/plausible/10.14.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plausible/10.14.5/charts/common-20.2.4.tgz differ
diff --git a/stable/plausible/10.14.1/ix_values.yaml b/stable/plausible/10.14.5/ix_values.yaml
similarity index 100%
rename from stable/plausible/10.14.1/ix_values.yaml
rename to stable/plausible/10.14.5/ix_values.yaml
diff --git a/stable/plausible/10.14.5/questions.yaml b/stable/plausible/10.14.5/questions.yaml
new file mode 100755
index 00000000000..36ad2264a5a
--- /dev/null
+++ b/stable/plausible/10.14.5/questions.yaml
@@ -0,0 +1,3229 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: plausible
+ group: "App Configuration"
+ label: "Plausible Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: server
+ label: Server Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: base_url
+ label: Base Url
+ description: The hosting URL of the server, used for URL generation. In production systems, this should be your ingress host.
+ schema:
+ type: string
+ default: http://localhost:10277
+ required: true
+ - variable: disable_registration
+ label: Disable Registration
+ description: Restricts registration of new users.
+ schema:
+ type: string
+ required: true
+ default: "true"
+ enum:
+ - value: "true"
+ description: Full restriction
+ - value: "false"
+ description: No restriction
+ - value: invite_only
+ description: Only invited users can register
+ - variable: log_failed_login_attempts
+ label: Log Failed Login Attempts
+ description: Controls whether to log warnings about failed login attempts.
+ schema:
+ type: boolean
+ default: false
+ - variable: log_level
+ label: Log Level
+ description: Logging Level
+ schema:
+ type: string
+ required: true
+ default: warn
+ enum:
+ - value: debug
+ description: debug
+ - value: info
+ description: info
+ - value: warn
+ description: warn
+ - value: error
+ description: error
+ - variable: db
+ label: DB Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: clickhouse_flush_interval_ms
+ label: Clickhouse Flush Interval MS
+ description: Interval (in milliseconds) between flushing events and sessions data to Clickhouse. Consult Clickhouse docs before changing it.
+ schema:
+ type: int
+ default: 5000
+ required: true
+ - variable: clickhouse_max_buffer_size
+ label: Clickhouse Max Buffer Size
+ description: Maximum size of the buffer of events or sessions. Consult Clickhouse docs before changing it.
+ schema:
+ type: int
+ default: 10000
+ required: true
+ - variable: email
+ label: Email Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: mailer_email
+ label: Mailer Email
+ description: The email id to use for as from address of all communications from Plausible.
+ schema:
+ type: string
+ default: hello@plausible.local
+ required: true
+ - variable: mailer_name
+ label: Mailer Name
+ description: The display name for the sender (from).
+ schema:
+ type: string
+ default: ""
+ - variable: smtp_host_address
+ label: SMTP Host Address
+ description: The host address of your smtp server.
+ schema:
+ type: string
+ default: localhost
+ required: true
+ - variable: smtp_host_port
+ label: SMTP Host Port
+ description: The port of your smtp server.
+ schema:
+ type: int
+ default: 25
+ required: true
+ - variable: smtp_user_name
+ label: SMTP User Name
+ description: The username/email in case SMTP auth is enabled.
+ schema:
+ type: string
+ default: ""
+ - variable: smtp_user_password
+ label: SMTP User Password
+ description: The password in case SMTP auth is enabled.
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: smtp_host_ssl_enabled
+ label: SMTP Host SSL Enabled
+ description: If SSL is enabled for SMTP connection
+ schema:
+ type: boolean
+ default: false
+ - variable: smtp_retries
+ label: SMTP Retries
+ description: Number of retries to make until mailer gives up.
+ schema:
+ type: int
+ default: 2
+ required: true
+ - variable: mailer_adapter
+ label: Mailer Adapter
+ description: Mailer Adapter
+ schema:
+ type: string
+ required: true
+ default: Bamboo.SMTPAdapter
+ enum:
+ - value: Bamboo.SMTPAdapter
+ description: Bamboo.SMTPAdapter
+ - value: Bamboo.PostmarkAdapter
+ description: Bamboo.PostmarkAdapter
+ - value: Bamboo.MailgunAdapter
+ description: Bamboo.MailgunAdapter
+ - value: Bamboo.MandrillAdapter
+ description: Bamboo.MandrillAdapter
+ - value: Bamboo.SendGridAdapter
+ description: Bamboo.SendGridAdapter
+ - variable: postmark_api_key
+ label: Postmark API Key
+ description: Required. Enter your API key.
+ schema:
+ type: string
+ private: true
+ default: ""
+ show_if: [["mailer_adapter", "=", "Bamboo.PostmarkAdapter"]]
+ - variable: mailgun_api_key
+ label: Mailgun API Key
+ description: Required. Enter your API key.
+ schema:
+ type: string
+ default: ""
+ private: true
+ show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
+ - variable: mailgun_domain
+ label: Mailgun Domain
+ description: Required. Enter your Mailgun domain.
+ schema:
+ type: string
+ default: ""
+ show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
+ - variable: mailgun_base_uri
+ label: Mailgun Base URI
+ description: This is optional. Mailgun makes a difference in the API base URL between sender domains from within the EU and outside. By default, the base URL is set to https://api.mailgun.net/v3. To override this you can pass https://api.eu.mailgun.net/v3 if you are using an EU domain.
+ schema:
+ type: string
+ default: ""
+ show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]]
+ - variable: mandrill_api_key
+ label: Mandrill API Key
+ description: Required. Enter your API key.
+ schema:
+ type: string
+ default: ""
+ private: true
+ show_if: [["mailer_adapter", "=", "Bamboo.MandrillAdapter"]]
+ - variable: sendgrid_api_key
+ label: Sendgrid API Key
+ description: Required. Enter your API key.
+ schema:
+ type: string
+ default: ""
+ private: true
+ show_if: [["mailer_adapter", "=", "Bamboo.SendGridAdapter"]]
+ - variable: maxmind
+ label: Maxmind Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: license_key
+ label: Maxmind License Key
+ description: MaxMind license key to automatically download and update the database
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: edition
+ label: Maxmind Edition
+ description: MaxMind database edition to use (only if Maxmind License Key is set)
+ schema:
+ show_if: [["license_key", "!=", ""]]
+ type: string
+ required: true
+ default: GeoLite2-City
+ enum:
+ - value: GeoLite2-City
+ description: GeoLite2-City
+ - value: GeoLite2-Country
+ description: GeoLite2-Country
+ - variable: google
+ label: Google Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: client_id
+ label: Google CLient ID
+ description: The Client ID from the Google API Console for your Plausible Analytics project
+ schema:
+ type: string
+ default: ""
+ - variable: client_secret
+ label: Google CLient Secret
+ description: The Client Secret from the Google API Console for your Plausible Analytics project
+ schema:
+ type: string
+ default: ""
+ private: true
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10277
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 1000
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 1000
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/plausible/10.14.1/templates/_configmap.tpl b/stable/plausible/10.14.5/templates/_configmap.tpl
similarity index 100%
rename from stable/plausible/10.14.1/templates/_configmap.tpl
rename to stable/plausible/10.14.5/templates/_configmap.tpl
diff --git a/stable/plausible/10.14.1/templates/_secret.tpl b/stable/plausible/10.14.5/templates/_secret.tpl
similarity index 100%
rename from stable/plausible/10.14.1/templates/_secret.tpl
rename to stable/plausible/10.14.5/templates/_secret.tpl
diff --git a/stable/plausible/10.14.1/templates/common.yaml b/stable/plausible/10.14.5/templates/common.yaml
similarity index 100%
rename from stable/plausible/10.14.1/templates/common.yaml
rename to stable/plausible/10.14.5/templates/common.yaml
diff --git a/stable/plexanisync/6.7.0/values.yaml b/stable/plausible/10.14.5/values.yaml
similarity index 100%
rename from stable/plexanisync/6.7.0/values.yaml
rename to stable/plausible/10.14.5/values.yaml
diff --git a/stable/plaxt/8.6.0/CHANGELOG.md b/stable/plaxt/8.6.0/CHANGELOG.md
deleted file mode 100644
index 5d23e22d951..00000000000
--- a/stable/plaxt/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plaxt-8.6.0](https://github.com/truecharts/charts/compare/plaxt-8.5.2...plaxt-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plaxt-8.5.2](https://github.com/truecharts/charts/compare/plaxt-8.5.1...plaxt-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plaxt-8.5.1](https://github.com/truecharts/charts/compare/plaxt-8.5.0...plaxt-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plaxt-8.5.0](https://github.com/truecharts/charts/compare/plaxt-8.4.1...plaxt-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plaxt-8.4.1](https://github.com/truecharts/charts/compare/plaxt-8.4.0...plaxt-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plaxt-8.4.0](https://github.com/truecharts/charts/compare/plaxt-8.3.0...plaxt-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plaxt-8.3.0](https://github.com/truecharts/charts/compare/plaxt-8.2.3...plaxt-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plaxt-8.2.3](https://github.com/truecharts/charts/compare/plaxt-8.2.2...plaxt-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plaxt-8.2.2](https://github.com/truecharts/charts/compare/plaxt-8.2.0...plaxt-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plaxt/8.6.0/Chart.yaml b/stable/plaxt/8.6.0/Chart.yaml
deleted file mode 100644
index 611f9f2fe42..00000000000
--- a/stable/plaxt/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv
-home: https://truecharts.org/charts/stable/plaxt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png
-keywords:
- - plaxt
- - Other
- - MediaApp-Other
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plaxt
-sources:
- - https://github.com/XanderStrike/goplaxt
- - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt
- - https://hub.docker.com/r/xanderstrike/goplaxt
-type: application
-version: 8.6.0
diff --git a/stable/plaxt/8.6.0/charts/common-20.1.5.tgz b/stable/plaxt/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plaxt/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plexripper/8.6.0/.helmignore b/stable/plaxt/8.7.3/.helmignore
similarity index 100%
rename from stable/plexripper/8.6.0/.helmignore
rename to stable/plaxt/8.7.3/.helmignore
diff --git a/stable/plaxt/8.7.3/CHANGELOG.md b/stable/plaxt/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e02f9743846
--- /dev/null
+++ b/stable/plaxt/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plaxt-8.7.2](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plaxt/8.7.3/Chart.yaml b/stable/plaxt/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..4197e85fdd8
--- /dev/null
+++ b/stable/plaxt/8.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv
+home: https://truecharts.org/charts/stable/plaxt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png
+keywords:
+ - plaxt
+ - Other
+ - MediaApp-Other
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plaxt
+sources:
+ - https://github.com/XanderStrike/goplaxt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt
+ - https://hub.docker.com/r/xanderstrike/goplaxt
+type: application
+version: 8.7.3
diff --git a/stable/plaxt/8.6.0/README.md b/stable/plaxt/8.7.3/README.md
similarity index 100%
rename from stable/plaxt/8.6.0/README.md
rename to stable/plaxt/8.7.3/README.md
diff --git a/stable/plaxt/8.7.3/app-changelog.md b/stable/plaxt/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..ec5f6788514
--- /dev/null
+++ b/stable/plaxt/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plaxt-8.7.3](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plaxt/8.6.0/app-readme.md b/stable/plaxt/8.7.3/app-readme.md
similarity index 100%
rename from stable/plaxt/8.6.0/app-readme.md
rename to stable/plaxt/8.7.3/app-readme.md
diff --git a/stable/plaxt/8.7.3/charts/common-20.2.4.tgz b/stable/plaxt/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plaxt/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plaxt/8.6.0/ix_values.yaml b/stable/plaxt/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/plaxt/8.6.0/ix_values.yaml
rename to stable/plaxt/8.7.3/ix_values.yaml
diff --git a/stable/plaxt/8.6.0/questions.yaml b/stable/plaxt/8.7.3/questions.yaml
similarity index 100%
rename from stable/plaxt/8.6.0/questions.yaml
rename to stable/plaxt/8.7.3/questions.yaml
diff --git a/stable/plex-utills/8.6.0/templates/NOTES.txt b/stable/plaxt/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plex-utills/8.6.0/templates/NOTES.txt
rename to stable/plaxt/8.7.3/templates/NOTES.txt
diff --git a/stable/plex-utills/8.6.0/templates/common.yaml b/stable/plaxt/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/plex-utills/8.6.0/templates/common.yaml
rename to stable/plaxt/8.7.3/templates/common.yaml
diff --git a/stable/plexripper/8.6.0/values.yaml b/stable/plaxt/8.7.3/values.yaml
similarity index 100%
rename from stable/plexripper/8.6.0/values.yaml
rename to stable/plaxt/8.7.3/values.yaml
diff --git a/stable/plex-auto-languages/8.6.0/CHANGELOG.md b/stable/plex-auto-languages/8.6.0/CHANGELOG.md
deleted file mode 100644
index 26d1dc831fd..00000000000
--- a/stable/plex-auto-languages/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plex-auto-languages-8.6.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.5.2...plex-auto-languages-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plex-auto-languages-8.5.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.5.1...plex-auto-languages-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plex-auto-languages-8.5.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.5.0...plex-auto-languages-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plex-auto-languages-8.5.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.4.1...plex-auto-languages-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plex-auto-languages-8.4.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.4.0...plex-auto-languages-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plex-auto-languages-8.4.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.3.0...plex-auto-languages-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plex-auto-languages-8.3.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.3...plex-auto-languages-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plex-auto-languages-8.2.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.2...plex-auto-languages-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plex-auto-languages-8.2.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.0...plex-auto-languages-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plex-auto-languages/8.6.0/Chart.yaml b/stable/plex-auto-languages/8.6.0/Chart.yaml
deleted file mode 100644
index 57b294e093c..00000000000
--- a/stable/plex-auto-languages/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Automated language selection for Plex TV Shows.
-home: https://truecharts.org/charts/stable/plex-auto-languages
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png
-keywords:
- - plex-auto-languages
- - Tools-Utilities
- - MediaApp-Other
- - MediaApp-Video
- - MediaServer-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plex-auto-languages
-sources:
- - https://github.com/remirigal/plex-auto-languages
- - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages
- - https://hub.docker.com/r/remirigal/plex-auto-languages
-type: application
-version: 8.6.0
diff --git a/stable/plex-auto-languages/8.6.0/charts/common-20.1.5.tgz b/stable/plex-auto-languages/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plex-auto-languages/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/plextraktsync/7.8.0/.helmignore b/stable/plex-auto-languages/8.7.3/.helmignore
similarity index 100%
rename from stable/plextraktsync/7.8.0/.helmignore
rename to stable/plex-auto-languages/8.7.3/.helmignore
diff --git a/stable/plex-auto-languages/8.7.3/CHANGELOG.md b/stable/plex-auto-languages/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..843804af82f
--- /dev/null
+++ b/stable/plex-auto-languages/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-auto-languages-8.7.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plex-auto-languages/8.7.3/Chart.yaml b/stable/plex-auto-languages/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..8a34b759e94
--- /dev/null
+++ b/stable/plex-auto-languages/8.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Automated language selection for Plex TV Shows.
+home: https://truecharts.org/charts/stable/plex-auto-languages
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png
+keywords:
+ - plex-auto-languages
+ - Tools-Utilities
+ - MediaApp-Other
+ - MediaApp-Video
+ - MediaServer-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plex-auto-languages
+sources:
+ - https://github.com/remirigal/plex-auto-languages
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages
+ - https://hub.docker.com/r/remirigal/plex-auto-languages
+type: application
+version: 8.7.3
diff --git a/stable/plex-auto-languages/8.6.0/README.md b/stable/plex-auto-languages/8.7.3/README.md
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/README.md
rename to stable/plex-auto-languages/8.7.3/README.md
diff --git a/stable/plex-auto-languages/8.7.3/app-changelog.md b/stable/plex-auto-languages/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..08621217537
--- /dev/null
+++ b/stable/plex-auto-languages/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plex-auto-languages-8.7.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plex-auto-languages/8.6.0/app-readme.md b/stable/plex-auto-languages/8.7.3/app-readme.md
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/app-readme.md
rename to stable/plex-auto-languages/8.7.3/app-readme.md
diff --git a/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz b/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plex-auto-languages/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plex-auto-languages/8.6.0/ix_values.yaml b/stable/plex-auto-languages/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/ix_values.yaml
rename to stable/plex-auto-languages/8.7.3/ix_values.yaml
diff --git a/stable/plex-auto-languages/8.6.0/questions.yaml b/stable/plex-auto-languages/8.7.3/questions.yaml
similarity index 100%
rename from stable/plex-auto-languages/8.6.0/questions.yaml
rename to stable/plex-auto-languages/8.7.3/questions.yaml
diff --git a/stable/plex/17.6.1/templates/NOTES.txt b/stable/plex-auto-languages/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plex/17.6.1/templates/NOTES.txt
rename to stable/plex-auto-languages/8.7.3/templates/NOTES.txt
diff --git a/stable/post-recording/5.6.0/templates/common.yaml b/stable/plex-auto-languages/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/post-recording/5.6.0/templates/common.yaml
rename to stable/plex-auto-languages/8.7.3/templates/common.yaml
diff --git a/stable/plextraktsync/7.8.0/values.yaml b/stable/plex-auto-languages/8.7.3/values.yaml
similarity index 100%
rename from stable/plextraktsync/7.8.0/values.yaml
rename to stable/plex-auto-languages/8.7.3/values.yaml
diff --git a/stable/plex-meta-manager/6.6.0/CHANGELOG.md b/stable/plex-meta-manager/6.6.0/CHANGELOG.md
deleted file mode 100644
index b75a5862cc1..00000000000
--- a/stable/plex-meta-manager/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plex-meta-manager-6.6.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.5.2...plex-meta-manager-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plex-meta-manager-6.5.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.5.1...plex-meta-manager-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plex-meta-manager-6.5.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.5.0...plex-meta-manager-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plex-meta-manager-6.5.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.4.1...plex-meta-manager-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plex-meta-manager-6.4.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.4.0...plex-meta-manager-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plex-meta-manager-6.4.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.3.0...plex-meta-manager-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plex-meta-manager-6.3.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.3...plex-meta-manager-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plex-meta-manager-6.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.2...plex-meta-manager-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plex-meta-manager-6.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.0...plex-meta-manager-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plex-meta-manager/6.6.0/Chart.yaml b/stable/plex-meta-manager/6.6.0/Chart.yaml
deleted file mode 100644
index 4c22826128f..00000000000
--- a/stable/plex-meta-manager/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.20.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Python script to update metadata and automatically build collections.
-home: https://truecharts.org/charts/stable/plex-meta-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png
-keywords:
- - plex-meta-manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plex-meta-manager
-sources:
- - https://github.com/meisnate12/Plex-Meta-Manager
- - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager
- - https://hub.docker.com/r/meisnate12/plex-meta-manager
-type: application
-version: 6.6.0
diff --git a/stable/plex-meta-manager/6.6.0/charts/common-20.1.5.tgz b/stable/plex-meta-manager/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plex-meta-manager/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pocketmine-mp/3.7.0/.helmignore b/stable/plex-meta-manager/6.7.3/.helmignore
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/.helmignore
rename to stable/plex-meta-manager/6.7.3/.helmignore
diff --git a/stable/plex-meta-manager/6.7.3/CHANGELOG.md b/stable/plex-meta-manager/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1218fe4b730
--- /dev/null
+++ b/stable/plex-meta-manager/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-meta-manager-6.7.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plex-meta-manager/6.7.3/Chart.yaml b/stable/plex-meta-manager/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..bc04925f3cf
--- /dev/null
+++ b/stable/plex-meta-manager/6.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.20.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Python script to update metadata and automatically build collections.
+home: https://truecharts.org/charts/stable/plex-meta-manager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png
+keywords:
+ - plex-meta-manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plex-meta-manager
+sources:
+ - https://github.com/meisnate12/Plex-Meta-Manager
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager
+ - https://hub.docker.com/r/meisnate12/plex-meta-manager
+type: application
+version: 6.7.3
diff --git a/stable/plex-meta-manager/6.6.0/README.md b/stable/plex-meta-manager/6.7.3/README.md
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/README.md
rename to stable/plex-meta-manager/6.7.3/README.md
diff --git a/stable/plex-meta-manager/6.7.3/app-changelog.md b/stable/plex-meta-manager/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..34f5a897b30
--- /dev/null
+++ b/stable/plex-meta-manager/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plex-meta-manager-6.7.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plex-meta-manager/6.6.0/app-readme.md b/stable/plex-meta-manager/6.7.3/app-readme.md
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/app-readme.md
rename to stable/plex-meta-manager/6.7.3/app-readme.md
diff --git a/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz b/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plex-meta-manager/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plex-meta-manager/6.6.0/ix_values.yaml b/stable/plex-meta-manager/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/ix_values.yaml
rename to stable/plex-meta-manager/6.7.3/ix_values.yaml
diff --git a/stable/plex-meta-manager/6.6.0/questions.yaml b/stable/plex-meta-manager/6.7.3/questions.yaml
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/questions.yaml
rename to stable/plex-meta-manager/6.7.3/questions.yaml
diff --git a/stable/plexanisync/6.7.0/templates/NOTES.txt b/stable/plex-meta-manager/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plexanisync/6.7.0/templates/NOTES.txt
rename to stable/plex-meta-manager/6.7.3/templates/NOTES.txt
diff --git a/stable/plex-meta-manager/6.6.0/templates/_secret.tpl b/stable/plex-meta-manager/6.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/templates/_secret.tpl
rename to stable/plex-meta-manager/6.7.3/templates/_secret.tpl
diff --git a/stable/plex-meta-manager/6.6.0/templates/common.yaml b/stable/plex-meta-manager/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/plex-meta-manager/6.6.0/templates/common.yaml
rename to stable/plex-meta-manager/6.7.3/templates/common.yaml
diff --git a/stable/pocketmine-mp/3.7.0/values.yaml b/stable/plex-meta-manager/6.7.3/values.yaml
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/values.yaml
rename to stable/plex-meta-manager/6.7.3/values.yaml
diff --git a/stable/plex-playlist-sync/3.6.0/CHANGELOG.md b/stable/plex-playlist-sync/3.6.0/CHANGELOG.md
deleted file mode 100644
index 52f88e514a7..00000000000
--- a/stable/plex-playlist-sync/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plex-playlist-sync-3.6.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.5.2...plex-playlist-sync-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plex-playlist-sync-3.5.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.5.1...plex-playlist-sync-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plex-playlist-sync-3.5.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.5.0...plex-playlist-sync-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plex-playlist-sync-3.5.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.4.1...plex-playlist-sync-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plex-playlist-sync-3.4.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.4.0...plex-playlist-sync-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plex-playlist-sync-3.4.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.3.0...plex-playlist-sync-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plex-playlist-sync-3.3.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.3...plex-playlist-sync-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plex-playlist-sync-3.2.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.2...plex-playlist-sync-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plex-playlist-sync-3.2.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.0...plex-playlist-sync-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plex-playlist-sync/3.6.0/Chart.yaml b/stable/plex-playlist-sync/3.6.0/Chart.yaml
deleted file mode 100644
index f93f659486d..00000000000
--- a/stable/plex-playlist-sync/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Sync your Spotify and Deezer playlists to your Plex server.
-home: https://truecharts.org/charts/stable/plex-playlist-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png
-keywords:
- - plex-playlist-sync
- - Spotify
- - Deezer
- - Tools-Utilities
- - MediaApp-Other
- - MediaApp-Video
- - MediaServer-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plex-playlist-sync
-sources:
- - https://github.com/rnagabhyrava/plex-playlist-sync
- - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync
- - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync
-type: application
-version: 3.6.0
diff --git a/stable/plex-playlist-sync/3.6.0/charts/common-20.1.5.tgz b/stable/plex-playlist-sync/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plex-playlist-sync/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/podgrab/17.6.0/.helmignore b/stable/plex-playlist-sync/3.7.3/.helmignore
similarity index 100%
rename from stable/podgrab/17.6.0/.helmignore
rename to stable/plex-playlist-sync/3.7.3/.helmignore
diff --git a/stable/plex-playlist-sync/3.7.3/CHANGELOG.md b/stable/plex-playlist-sync/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..83053621713
--- /dev/null
+++ b/stable/plex-playlist-sync/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-playlist-sync-3.7.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plex-playlist-sync/3.7.3/Chart.yaml b/stable/plex-playlist-sync/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..a292e4a3dfe
--- /dev/null
+++ b/stable/plex-playlist-sync/3.7.3/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Sync your Spotify and Deezer playlists to your Plex server.
+home: https://truecharts.org/charts/stable/plex-playlist-sync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.png
+keywords:
+ - plex-playlist-sync
+ - Spotify
+ - Deezer
+ - Tools-Utilities
+ - MediaApp-Other
+ - MediaApp-Video
+ - MediaServer-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plex-playlist-sync
+sources:
+ - https://github.com/rnagabhyrava/plex-playlist-sync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync
+ - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync
+type: application
+version: 3.7.3
diff --git a/stable/plex-playlist-sync/3.6.0/README.md b/stable/plex-playlist-sync/3.7.3/README.md
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/README.md
rename to stable/plex-playlist-sync/3.7.3/README.md
diff --git a/stable/plex-playlist-sync/3.7.3/app-changelog.md b/stable/plex-playlist-sync/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..db3271a3627
--- /dev/null
+++ b/stable/plex-playlist-sync/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plex-playlist-sync-3.7.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plex-playlist-sync/3.6.0/app-readme.md b/stable/plex-playlist-sync/3.7.3/app-readme.md
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/app-readme.md
rename to stable/plex-playlist-sync/3.7.3/app-readme.md
diff --git a/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz b/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plex-playlist-sync/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plex-playlist-sync/3.6.0/ix_values.yaml b/stable/plex-playlist-sync/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/ix_values.yaml
rename to stable/plex-playlist-sync/3.7.3/ix_values.yaml
diff --git a/stable/plex-playlist-sync/3.6.0/questions.yaml b/stable/plex-playlist-sync/3.7.3/questions.yaml
similarity index 100%
rename from stable/plex-playlist-sync/3.6.0/questions.yaml
rename to stable/plex-playlist-sync/3.7.3/questions.yaml
diff --git a/stable/plexripper/8.6.0/templates/NOTES.txt b/stable/plex-playlist-sync/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plexripper/8.6.0/templates/NOTES.txt
rename to stable/plex-playlist-sync/3.7.3/templates/NOTES.txt
diff --git a/stable/posterr/8.6.0/templates/common.yaml b/stable/plex-playlist-sync/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/posterr/8.6.0/templates/common.yaml
rename to stable/plex-playlist-sync/3.7.3/templates/common.yaml
diff --git a/stable/podgrab/17.6.0/values.yaml b/stable/plex-playlist-sync/3.7.3/values.yaml
similarity index 100%
rename from stable/podgrab/17.6.0/values.yaml
rename to stable/plex-playlist-sync/3.7.3/values.yaml
diff --git a/stable/plex-utills/8.6.0/CHANGELOG.md b/stable/plex-utills/8.6.0/CHANGELOG.md
deleted file mode 100644
index 22bf04cfc9a..00000000000
--- a/stable/plex-utills/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plex-utills-8.6.0](https://github.com/truecharts/charts/compare/plex-utills-8.5.2...plex-utills-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plex-utills-8.5.2](https://github.com/truecharts/charts/compare/plex-utills-8.5.1...plex-utills-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plex-utills-8.5.1](https://github.com/truecharts/charts/compare/plex-utills-8.5.0...plex-utills-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plex-utills-8.5.0](https://github.com/truecharts/charts/compare/plex-utills-8.4.1...plex-utills-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plex-utills-8.4.1](https://github.com/truecharts/charts/compare/plex-utills-8.4.0...plex-utills-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plex-utills-8.4.0](https://github.com/truecharts/charts/compare/plex-utills-8.3.0...plex-utills-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plex-utills-8.3.0](https://github.com/truecharts/charts/compare/plex-utills-8.2.3...plex-utills-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plex-utills-8.2.3](https://github.com/truecharts/charts/compare/plex-utills-8.2.2...plex-utills-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plex-utills-8.2.2](https://github.com/truecharts/charts/compare/plex-utills-8.2.0...plex-utills-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plex-utills/8.6.0/Chart.yaml b/stable/plex-utills/8.6.0/Chart.yaml
deleted file mode 100644
index 7a88f91940c..00000000000
--- a/stable/plex-utills/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A utility to help manage your library.
-home: https://truecharts.org/charts/stable/plex-utills
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png
-keywords:
- - plex-utills
- - Tools-Utilities
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plex-utills
-sources:
- - https://github.com/jkirkcaldy/plex-utills
- - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills
- - https://hub.docker.com/r/jkirkcaldy/plex-utills
-type: application
-version: 8.6.0
diff --git a/stable/plex-utills/8.6.0/charts/common-20.1.5.tgz b/stable/plex-utills/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plex-utills/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/portainer/8.7.0/.helmignore b/stable/plex-utills/8.7.3/.helmignore
similarity index 100%
rename from stable/portainer/8.7.0/.helmignore
rename to stable/plex-utills/8.7.3/.helmignore
diff --git a/stable/plex-utills/8.7.3/CHANGELOG.md b/stable/plex-utills/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0b4923763dc
--- /dev/null
+++ b/stable/plex-utills/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plex-utills-8.7.2](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plex-utills/8.7.3/Chart.yaml b/stable/plex-utills/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..fa55ff7a66d
--- /dev/null
+++ b/stable/plex-utills/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A utility to help manage your library.
+home: https://truecharts.org/charts/stable/plex-utills
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png
+keywords:
+ - plex-utills
+ - Tools-Utilities
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plex-utills
+sources:
+ - https://github.com/jkirkcaldy/plex-utills
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills
+ - https://hub.docker.com/r/jkirkcaldy/plex-utills
+type: application
+version: 8.7.3
diff --git a/stable/plex-utills/8.6.0/README.md b/stable/plex-utills/8.7.3/README.md
similarity index 100%
rename from stable/plex-utills/8.6.0/README.md
rename to stable/plex-utills/8.7.3/README.md
diff --git a/stable/plex-utills/8.7.3/app-changelog.md b/stable/plex-utills/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..58cf29cf5c8
--- /dev/null
+++ b/stable/plex-utills/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plex-utills-8.7.3](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plex-utills/8.6.0/app-readme.md b/stable/plex-utills/8.7.3/app-readme.md
similarity index 100%
rename from stable/plex-utills/8.6.0/app-readme.md
rename to stable/plex-utills/8.7.3/app-readme.md
diff --git a/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz b/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plex-utills/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plex-utills/8.6.0/ix_values.yaml b/stable/plex-utills/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/plex-utills/8.6.0/ix_values.yaml
rename to stable/plex-utills/8.7.3/ix_values.yaml
diff --git a/stable/plex-utills/8.6.0/questions.yaml b/stable/plex-utills/8.7.3/questions.yaml
similarity index 100%
rename from stable/plex-utills/8.6.0/questions.yaml
rename to stable/plex-utills/8.7.3/questions.yaml
diff --git a/stable/plextraktsync/7.8.0/templates/NOTES.txt b/stable/plex-utills/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/plextraktsync/7.8.0/templates/NOTES.txt
rename to stable/plex-utills/8.7.3/templates/NOTES.txt
diff --git a/stable/postscriptum/5.6.0/templates/common.yaml b/stable/plex-utills/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/postscriptum/5.6.0/templates/common.yaml
rename to stable/plex-utills/8.7.3/templates/common.yaml
diff --git a/stable/portainer/8.7.0/values.yaml b/stable/plex-utills/8.7.3/values.yaml
similarity index 100%
rename from stable/portainer/8.7.0/values.yaml
rename to stable/plex-utills/8.7.3/values.yaml
diff --git a/stable/plex/17.6.1/CHANGELOG.md b/stable/plex/17.6.1/CHANGELOG.md
deleted file mode 100644
index df544d69ac2..00000000000
--- a/stable/plex/17.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
-
-
-## [plex-17.6.0](https://github.com/truecharts/charts/compare/plex-17.5.2...plex-17.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plex-17.5.2](https://github.com/truecharts/charts/compare/plex-17.5.1...plex-17.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plex-17.5.1](https://github.com/truecharts/charts/compare/plex-17.5.0...plex-17.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plex-17.5.0](https://github.com/truecharts/charts/compare/plex-17.4.1...plex-17.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
diff --git a/stable/plex/17.6.1/Chart.yaml b/stable/plex/17.6.1/Chart.yaml
deleted file mode 100644
index b771f60286e..00000000000
--- a/stable/plex/17.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.40.1.8227
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Plex Media Server
-home: https://truecharts.org/charts/stable/plex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png
-keywords:
- - plex
- - plex-media-server
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plex
-sources:
- - https://github.com/k8s-at-home/container-images/pkgs/container/plex
- - https://github.com/truecharts/charts/tree/master/charts/stable/plex
- - https://ghcr.io/onedr0p/plex
-type: application
-version: 17.6.1
diff --git a/stable/plex/17.6.1/app-changelog.md b/stable/plex/17.6.1/app-changelog.md
deleted file mode 100644
index 613dbe5b7e7..00000000000
--- a/stable/plex/17.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [plex-17.6.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
\ No newline at end of file
diff --git a/stable/plex/17.6.1/charts/common-20.1.5.tgz b/stable/plex/17.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plex/17.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/post-recording/5.6.0/.helmignore b/stable/plex/17.7.3/.helmignore
similarity index 100%
rename from stable/post-recording/5.6.0/.helmignore
rename to stable/plex/17.7.3/.helmignore
diff --git a/stable/plex/17.7.3/CHANGELOG.md b/stable/plex/17.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..065578b0edd
--- /dev/null
+++ b/stable/plex/17.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
+
+
+## [plex-17.7.2](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
+
+
+## [plex-17.7.2](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
+
+
+## [plex-17.7.2](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
+
+
+## [plex-17.7.2](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
+
+
+## [plex-17.7.2](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
\ No newline at end of file
diff --git a/stable/plex/17.7.3/Chart.yaml b/stable/plex/17.7.3/Chart.yaml
new file mode 100644
index 00000000000..bfe789fbdd7
--- /dev/null
+++ b/stable/plex/17.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.40.1.8227
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Plex Media Server
+home: https://truecharts.org/charts/stable/plex
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png
+keywords:
+ - plex
+ - plex-media-server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plex
+sources:
+ - https://github.com/k8s-at-home/container-images/pkgs/container/plex
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plex
+ - https://ghcr.io/onedr0p/plex
+type: application
+version: 17.7.3
diff --git a/stable/plex/17.6.1/README.md b/stable/plex/17.7.3/README.md
similarity index 100%
rename from stable/plex/17.6.1/README.md
rename to stable/plex/17.7.3/README.md
diff --git a/stable/plex/17.7.3/app-changelog.md b/stable/plex/17.7.3/app-changelog.md
new file mode 100644
index 00000000000..ee6d60f5673
--- /dev/null
+++ b/stable/plex/17.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [plex-17.7.3](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/plex to v1.40.1.8227-c0dd5a73e[@4ca8db0](https://github.com/4ca8db0) by renovate ([#19308](https://github.com/truecharts/charts/issues/19308))
\ No newline at end of file
diff --git a/stable/plex/17.6.1/app-readme.md b/stable/plex/17.7.3/app-readme.md
similarity index 100%
rename from stable/plex/17.6.1/app-readme.md
rename to stable/plex/17.7.3/app-readme.md
diff --git a/stable/plex/17.7.3/charts/common-20.2.4.tgz b/stable/plex/17.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plex/17.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plex/17.6.1/ix_values.yaml b/stable/plex/17.7.3/ix_values.yaml
similarity index 100%
rename from stable/plex/17.6.1/ix_values.yaml
rename to stable/plex/17.7.3/ix_values.yaml
diff --git a/stable/plex/17.6.1/questions.yaml b/stable/plex/17.7.3/questions.yaml
similarity index 100%
rename from stable/plex/17.6.1/questions.yaml
rename to stable/plex/17.7.3/questions.yaml
diff --git a/stable/pocketmine-mp/3.7.0/templates/NOTES.txt b/stable/plex/17.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/templates/NOTES.txt
rename to stable/plex/17.7.3/templates/NOTES.txt
diff --git a/stable/plex/17.6.1/templates/common.yaml b/stable/plex/17.7.3/templates/common.yaml
similarity index 100%
rename from stable/plex/17.6.1/templates/common.yaml
rename to stable/plex/17.7.3/templates/common.yaml
diff --git a/stable/post-recording/5.6.0/values.yaml b/stable/plex/17.7.3/values.yaml
similarity index 100%
rename from stable/post-recording/5.6.0/values.yaml
rename to stable/plex/17.7.3/values.yaml
diff --git a/stable/plexanisync/6.7.0/CHANGELOG.md b/stable/plexanisync/6.7.0/CHANGELOG.md
deleted file mode 100644
index ff291e031ca..00000000000
--- a/stable/plexanisync/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plexanisync-6.7.0](https://github.com/truecharts/charts/compare/plexanisync-6.6.2...plexanisync-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plexanisync-6.6.2](https://github.com/truecharts/charts/compare/plexanisync-6.6.1...plexanisync-6.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plexanisync-6.6.1](https://github.com/truecharts/charts/compare/plexanisync-6.6.0...plexanisync-6.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plexanisync-6.6.0](https://github.com/truecharts/charts/compare/plexanisync-6.5.0...plexanisync-6.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plexanisync-6.5.0](https://github.com/truecharts/charts/compare/plexanisync-6.4.1...plexanisync-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/rickdb/plexanisync to v1.4.0[@d507820](https://github.com/d507820) by renovate ([#19103](https://github.com/truecharts/charts/issues/19103))
-
-
-## [plexanisync-6.4.1](https://github.com/truecharts/charts/compare/plexanisync-6.4.0...plexanisync-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plexanisync-6.4.0](https://github.com/truecharts/charts/compare/plexanisync-6.3.0...plexanisync-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plexanisync-6.3.0](https://github.com/truecharts/charts/compare/plexanisync-6.2.3...plexanisync-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plexanisync-6.2.3](https://github.com/truecharts/charts/compare/plexanisync-6.2.2...plexanisync-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plexanisync-6.2.2](https://github.com/truecharts/charts/compare/plexanisync-6.2.0...plexanisync-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/plexanisync/6.7.0/Chart.yaml b/stable/plexanisync/6.7.0/Chart.yaml
deleted file mode 100644
index 72f18ffeaeb..00000000000
--- a/stable/plexanisync/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Plex to AniList Sync.
-home: https://truecharts.org/charts/stable/plexanisync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png
-keywords:
- - plexanisync
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plexanisync
-sources:
- - https://github.com/RickDB/PlexAniSync
- - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync
- - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync
- - https://ghcr.io/rickdb/plexanisync
-type: application
-version: 6.7.0
diff --git a/stable/plexanisync/6.7.0/charts/common-20.1.5.tgz b/stable/plexanisync/6.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plexanisync/6.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/posterr/8.6.0/.helmignore b/stable/plexanisync/6.8.3/.helmignore
similarity index 100%
rename from stable/posterr/8.6.0/.helmignore
rename to stable/plexanisync/6.8.3/.helmignore
diff --git a/stable/plexanisync/6.8.3/CHANGELOG.md b/stable/plexanisync/6.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..b5c7a7bf93b
--- /dev/null
+++ b/stable/plexanisync/6.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexanisync-6.8.2](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plexanisync/6.8.3/Chart.yaml b/stable/plexanisync/6.8.3/Chart.yaml
new file mode 100644
index 00000000000..938c31c73aa
--- /dev/null
+++ b/stable/plexanisync/6.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Plex to AniList Sync.
+home: https://truecharts.org/charts/stable/plexanisync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.png
+keywords:
+ - plexanisync
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plexanisync
+sources:
+ - https://github.com/RickDB/PlexAniSync
+ - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync
+ - https://ghcr.io/rickdb/plexanisync
+type: application
+version: 6.8.3
diff --git a/stable/plexanisync/6.7.0/README.md b/stable/plexanisync/6.8.3/README.md
similarity index 100%
rename from stable/plexanisync/6.7.0/README.md
rename to stable/plexanisync/6.8.3/README.md
diff --git a/stable/plexanisync/6.8.3/app-changelog.md b/stable/plexanisync/6.8.3/app-changelog.md
new file mode 100644
index 00000000000..a335b4a2464
--- /dev/null
+++ b/stable/plexanisync/6.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plexanisync-6.8.3](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plexanisync/6.7.0/app-readme.md b/stable/plexanisync/6.8.3/app-readme.md
similarity index 100%
rename from stable/plexanisync/6.7.0/app-readme.md
rename to stable/plexanisync/6.8.3/app-readme.md
diff --git a/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz b/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plexanisync/6.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plexanisync/6.7.0/ix_values.yaml b/stable/plexanisync/6.8.3/ix_values.yaml
similarity index 100%
rename from stable/plexanisync/6.7.0/ix_values.yaml
rename to stable/plexanisync/6.8.3/ix_values.yaml
diff --git a/stable/plexanisync/6.7.0/questions.yaml b/stable/plexanisync/6.8.3/questions.yaml
similarity index 100%
rename from stable/plexanisync/6.7.0/questions.yaml
rename to stable/plexanisync/6.8.3/questions.yaml
diff --git a/stable/podgrab/17.6.0/templates/NOTES.txt b/stable/plexanisync/6.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/podgrab/17.6.0/templates/NOTES.txt
rename to stable/plexanisync/6.8.3/templates/NOTES.txt
diff --git a/stable/plexanisync/6.7.0/templates/_config.tpl b/stable/plexanisync/6.8.3/templates/_config.tpl
similarity index 100%
rename from stable/plexanisync/6.7.0/templates/_config.tpl
rename to stable/plexanisync/6.8.3/templates/_config.tpl
diff --git a/stable/plexanisync/6.7.0/templates/_secret.tpl b/stable/plexanisync/6.8.3/templates/_secret.tpl
similarity index 100%
rename from stable/plexanisync/6.7.0/templates/_secret.tpl
rename to stable/plexanisync/6.8.3/templates/_secret.tpl
diff --git a/stable/plexanisync/6.7.0/templates/common.yaml b/stable/plexanisync/6.8.3/templates/common.yaml
similarity index 100%
rename from stable/plexanisync/6.7.0/templates/common.yaml
rename to stable/plexanisync/6.8.3/templates/common.yaml
diff --git a/stable/posterr/8.6.0/values.yaml b/stable/plexanisync/6.8.3/values.yaml
similarity index 100%
rename from stable/posterr/8.6.0/values.yaml
rename to stable/plexanisync/6.8.3/values.yaml
diff --git a/stable/plexripper/8.6.0/CHANGELOG.md b/stable/plexripper/8.6.0/CHANGELOG.md
deleted file mode 100644
index b4b28ee9168..00000000000
--- a/stable/plexripper/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plexripper-8.6.0](https://github.com/truecharts/charts/compare/plexripper-8.5.2...plexripper-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [plexripper-8.5.2](https://github.com/truecharts/charts/compare/plexripper-8.5.1...plexripper-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [plexripper-8.5.1](https://github.com/truecharts/charts/compare/plexripper-8.5.0...plexripper-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [plexripper-8.5.0](https://github.com/truecharts/charts/compare/plexripper-8.4.1...plexripper-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [plexripper-8.4.1](https://github.com/truecharts/charts/compare/plexripper-8.4.0...plexripper-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [plexripper-8.4.0](https://github.com/truecharts/charts/compare/plexripper-8.3.0...plexripper-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [plexripper-8.3.0](https://github.com/truecharts/charts/compare/plexripper-8.2.3...plexripper-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [plexripper-8.2.3](https://github.com/truecharts/charts/compare/plexripper-8.2.2...plexripper-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [plexripper-8.2.2](https://github.com/truecharts/charts/compare/plexripper-8.2.0...plexripper-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/plexripper/8.6.0/Chart.yaml b/stable/plexripper/8.6.0/Chart.yaml
deleted file mode 100644
index 77a4f12ffb4..00000000000
--- a/stable/plexripper/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.14.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
-home: https://truecharts.org/charts/stable/plexripper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png
-keywords:
- - plexripper
- - Backup
- - Downloaders
- - MediaApp-Video
- - MediaApp-Music
- - MediaApp-Photos
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plexripper
-sources:
- - https://github.com/PlexRipper/PlexRipper/
- - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper
- - https://hub.docker.com/r/plexripper/plexripper
-type: application
-version: 8.6.0
diff --git a/stable/plexripper/8.6.0/charts/common-20.1.5.tgz b/stable/plexripper/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/plexripper/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/postscriptum/5.6.0/.helmignore b/stable/plexripper/8.7.3/.helmignore
similarity index 100%
rename from stable/postscriptum/5.6.0/.helmignore
rename to stable/plexripper/8.7.3/.helmignore
diff --git a/stable/plexripper/8.7.3/CHANGELOG.md b/stable/plexripper/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5e4d2eee5d3
--- /dev/null
+++ b/stable/plexripper/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [plexripper-8.7.2](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/plexripper/8.7.3/Chart.yaml b/stable/plexripper/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..7d72454c330
--- /dev/null
+++ b/stable/plexripper/8.7.3/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.14.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
+home: https://truecharts.org/charts/stable/plexripper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png
+keywords:
+ - plexripper
+ - Backup
+ - Downloaders
+ - MediaApp-Video
+ - MediaApp-Music
+ - MediaApp-Photos
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plexripper
+sources:
+ - https://github.com/PlexRipper/PlexRipper/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper
+ - https://hub.docker.com/r/plexripper/plexripper
+type: application
+version: 8.7.3
diff --git a/stable/plexripper/8.6.0/README.md b/stable/plexripper/8.7.3/README.md
similarity index 100%
rename from stable/plexripper/8.6.0/README.md
rename to stable/plexripper/8.7.3/README.md
diff --git a/stable/plexripper/8.7.3/app-changelog.md b/stable/plexripper/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..456c35f717c
--- /dev/null
+++ b/stable/plexripper/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [plexripper-8.7.3](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/plexripper/8.6.0/app-readme.md b/stable/plexripper/8.7.3/app-readme.md
similarity index 100%
rename from stable/plexripper/8.6.0/app-readme.md
rename to stable/plexripper/8.7.3/app-readme.md
diff --git a/stable/plexripper/8.7.3/charts/common-20.2.4.tgz b/stable/plexripper/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plexripper/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/plexripper/8.6.0/ix_values.yaml b/stable/plexripper/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/plexripper/8.6.0/ix_values.yaml
rename to stable/plexripper/8.7.3/ix_values.yaml
diff --git a/stable/plexripper/8.6.0/questions.yaml b/stable/plexripper/8.7.3/questions.yaml
similarity index 100%
rename from stable/plexripper/8.6.0/questions.yaml
rename to stable/plexripper/8.7.3/questions.yaml
diff --git a/stable/portainer/8.7.0/templates/NOTES.txt b/stable/plexripper/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/portainer/8.7.0/templates/NOTES.txt
rename to stable/plexripper/8.7.3/templates/NOTES.txt
diff --git a/stable/pretend-youre-xyzzy/13.6.0/templates/common.yaml b/stable/plexripper/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/templates/common.yaml
rename to stable/plexripper/8.7.3/templates/common.yaml
diff --git a/stable/postscriptum/5.6.0/values.yaml b/stable/plexripper/8.7.3/values.yaml
similarity index 100%
rename from stable/postscriptum/5.6.0/values.yaml
rename to stable/plexripper/8.7.3/values.yaml
diff --git a/stable/plextraktsync/7.8.0/CHANGELOG.md b/stable/plextraktsync/7.8.0/CHANGELOG.md
deleted file mode 100644
index d9762632483..00000000000
--- a/stable/plextraktsync/7.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
diff --git a/stable/plextraktsync/7.8.0/Chart.yaml b/stable/plextraktsync/7.8.0/Chart.yaml
deleted file mode 100644
index 344ba59d7a4..00000000000
--- a/stable/plextraktsync/7.8.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.29.7
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Two-way-sync between trakt.tv and Plex Media Server.
-home: https://truecharts.org/charts/stable/plextraktsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png
-keywords:
- - plextraktsync
- - Tools-Utilities
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: plextraktsync
-sources:
- - https://github.com/Taxel/PlexTraktSync
- - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync
- - https://ghcr.io/taxel/plextraktsync
-type: application
-version: 7.8.0
diff --git a/stable/plextraktsync/7.8.0/app-changelog.md b/stable/plextraktsync/7.8.0/app-changelog.md
deleted file mode 100644
index 383e6c8c983..00000000000
--- a/stable/plextraktsync/7.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [plextraktsync-7.8.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
\ No newline at end of file
diff --git a/stable/plextraktsync/7.8.0/charts/common-20.2.0.tgz b/stable/plextraktsync/7.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/plextraktsync/7.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/plextraktsync/7.8.0/ix_values.yaml b/stable/plextraktsync/7.8.0/ix_values.yaml
deleted file mode 100644
index a6f97451610..00000000000
--- a/stable/plextraktsync/7.8.0/ix_values.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-image:
- repository: ghcr.io/taxel/plextraktsync
- tag: 0.29.7@sha256:a2dc23636a6717765fc5573fdd1c855fe0c2b44573e6ac62852fd271d4d180ed
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-
-plextraktsync:
- cron_enabled: true
- task: ""
- schedule: "0 */6 * * *"
-
-cronjob:
- annotations: {}
- failedJobsHistoryLimit: 5
- successfulJobsHistoryLimit: 2
-
-workload:
- main:
- podSpec:
- containers:
- main:
- tty: true
- stdin: true
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-persistence:
- config:
- enabled: true
- mountPath: /app/config
-
-portal:
- open:
- enabled: false
diff --git a/stable/pretend-youre-xyzzy/13.6.0/.helmignore b/stable/plextraktsync/7.8.4/.helmignore
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/.helmignore
rename to stable/plextraktsync/7.8.4/.helmignore
diff --git a/stable/plextraktsync/7.8.4/CHANGELOG.md b/stable/plextraktsync/7.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..3c491d7bc8a
--- /dev/null
+++ b/stable/plextraktsync/7.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [plextraktsync-7.8.4](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
+
+
+## [plextraktsync-7.8.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
+
+
+## [plextraktsync-7.8.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
+
+
+## [plextraktsync-7.8.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
+
+
+## [plextraktsync-7.8.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
+
+
+## [plextraktsync-7.8.3](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/plextraktsync/7.8.4/Chart.yaml b/stable/plextraktsync/7.8.4/Chart.yaml
new file mode 100644
index 00000000000..c7331bd1ba6
--- /dev/null
+++ b/stable/plextraktsync/7.8.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.29.8
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Two-way-sync between trakt.tv and Plex Media Server.
+home: https://truecharts.org/charts/stable/plextraktsync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png
+keywords:
+ - plextraktsync
+ - Tools-Utilities
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: plextraktsync
+sources:
+ - https://github.com/Taxel/PlexTraktSync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync
+ - https://ghcr.io/taxel/plextraktsync
+type: application
+version: 7.8.4
diff --git a/stable/plextraktsync/7.8.0/README.md b/stable/plextraktsync/7.8.4/README.md
similarity index 100%
rename from stable/plextraktsync/7.8.0/README.md
rename to stable/plextraktsync/7.8.4/README.md
diff --git a/stable/plextraktsync/7.8.4/app-changelog.md b/stable/plextraktsync/7.8.4/app-changelog.md
new file mode 100644
index 00000000000..0b83b4197ce
--- /dev/null
+++ b/stable/plextraktsync/7.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [plextraktsync-7.8.4](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.8[@bf668fc](https://github.com/bf668fc) by renovate ([#19426](https://github.com/truecharts/charts/issues/19426))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/taxel/plextraktsync to v0.29.7[@a2dc236](https://github.com/a2dc236) by renovate ([#19310](https://github.com/truecharts/charts/issues/19310))
\ No newline at end of file
diff --git a/stable/plextraktsync/7.8.0/app-readme.md b/stable/plextraktsync/7.8.4/app-readme.md
similarity index 100%
rename from stable/plextraktsync/7.8.0/app-readme.md
rename to stable/plextraktsync/7.8.4/app-readme.md
diff --git a/stable/plextraktsync/7.8.4/charts/common-20.2.4.tgz b/stable/plextraktsync/7.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/plextraktsync/7.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/plextraktsync/7.8.4/ix_values.yaml b/stable/plextraktsync/7.8.4/ix_values.yaml
new file mode 100644
index 00000000000..105d09ebca7
--- /dev/null
+++ b/stable/plextraktsync/7.8.4/ix_values.yaml
@@ -0,0 +1,52 @@
+image:
+ repository: ghcr.io/taxel/plextraktsync
+ tag: 0.29.8@sha256:bf668fcf754105a4ee37a83e3c07e0671621da6d18f776087dc7b41728202822
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+
+plextraktsync:
+ cron_enabled: true
+ task: ""
+ schedule: "0 */6 * * *"
+
+cronjob:
+ annotations: {}
+ failedJobsHistoryLimit: 5
+ successfulJobsHistoryLimit: 2
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ tty: true
+ stdin: true
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+
+persistence:
+ config:
+ enabled: true
+ mountPath: /app/config
+
+portal:
+ open:
+ enabled: false
diff --git a/stable/plextraktsync/7.8.0/questions.yaml b/stable/plextraktsync/7.8.4/questions.yaml
similarity index 100%
rename from stable/plextraktsync/7.8.0/questions.yaml
rename to stable/plextraktsync/7.8.4/questions.yaml
diff --git a/stable/posterr/8.6.0/templates/NOTES.txt b/stable/plextraktsync/7.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/posterr/8.6.0/templates/NOTES.txt
rename to stable/plextraktsync/7.8.4/templates/NOTES.txt
diff --git a/stable/plextraktsync/7.8.0/templates/_cronjob.tpl b/stable/plextraktsync/7.8.4/templates/_cronjob.tpl
similarity index 100%
rename from stable/plextraktsync/7.8.0/templates/_cronjob.tpl
rename to stable/plextraktsync/7.8.4/templates/_cronjob.tpl
diff --git a/stable/plextraktsync/7.8.0/templates/common.yaml b/stable/plextraktsync/7.8.4/templates/common.yaml
similarity index 100%
rename from stable/plextraktsync/7.8.0/templates/common.yaml
rename to stable/plextraktsync/7.8.4/templates/common.yaml
diff --git a/stable/pretend-youre-xyzzy/13.6.0/values.yaml b/stable/plextraktsync/7.8.4/values.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/values.yaml
rename to stable/plextraktsync/7.8.4/values.yaml
diff --git a/stable/pocketmine-mp/3.7.0/CHANGELOG.md b/stable/pocketmine-mp/3.7.0/CHANGELOG.md
deleted file mode 100644
index a8ad368c696..00000000000
--- a/stable/pocketmine-mp/3.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/pocketmine-mp/3.7.0/Chart.yaml b/stable/pocketmine-mp/3.7.0/Chart.yaml
deleted file mode 100644
index 67d020211f6..00000000000
--- a/stable/pocketmine-mp/3.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.8.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A server software for Minecraft Bedrock Edition in PHP.
-home: https://truecharts.org/charts/stable/pocketmine-mp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png
-keywords:
- - pocketmine-mp
- - minecraft
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pocketmine-mp
-sources:
- - https://github.com/pmmp/PocketMine-MP
- - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp
- - https://github.com/truecharts/containers/tree/master/apps/pocketmine-mp
-type: application
-version: 3.7.0
diff --git a/stable/pocketmine-mp/3.7.0/app-changelog.md b/stable/pocketmine-mp/3.7.0/app-changelog.md
deleted file mode 100644
index 07742f5d986..00000000000
--- a/stable/pocketmine-mp/3.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [pocketmine-mp-3.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pocketmine-mp/3.7.0/charts/common-20.2.0.tgz b/stable/pocketmine-mp/3.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/pocketmine-mp/3.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/pocketmine-mp/3.7.0/ix_values.yaml b/stable/pocketmine-mp/3.7.0/ix_values.yaml
deleted file mode 100644
index 878392410de..00000000000
--- a/stable/pocketmine-mp/3.7.0/ix_values.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-image:
- repository: tccr.io/tccr/pocketmine-mp
- pullPolicy: IfNotPresent
- tag: v5.8.2@sha256:85b5b10f86044282ec1f1707659419347e1e48e899b351196b81e376e7fd38c0
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- protocol: udp
- targetPort: 19132
- port: 19132
-
-workload:
- main:
- podSpec:
- containers:
- main:
- tty: true
- stdin: true
- probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- enabled: false
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- enabled: false
- # -- Startup probe configuration
- # @default -- See below
- startup:
- enabled: false
-
-persistence:
- data:
- enabled: true
- mountPath: "/data"
- plugins:
- enabled: true
- mountPath: "/plugins"
-
-portal:
- open:
- enabled: false
diff --git a/stable/projectsend/12.12.3/.helmignore b/stable/pocketmine-mp/3.8.3/.helmignore
similarity index 100%
rename from stable/projectsend/12.12.3/.helmignore
rename to stable/pocketmine-mp/3.8.3/.helmignore
diff --git a/stable/pocketmine-mp/3.8.3/CHANGELOG.md b/stable/pocketmine-mp/3.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..ed031577863
--- /dev/null
+++ b/stable/pocketmine-mp/3.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pocketmine-mp-3.8.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pocketmine-mp/3.8.3/Chart.yaml b/stable/pocketmine-mp/3.8.3/Chart.yaml
new file mode 100644
index 00000000000..25c910f9375
--- /dev/null
+++ b/stable/pocketmine-mp/3.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.13.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A server software for Minecraft Bedrock Edition in PHP.
+home: https://truecharts.org/charts/stable/pocketmine-mp
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png
+keywords:
+ - pocketmine-mp
+ - minecraft
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pocketmine-mp
+sources:
+ - https://github.com/pmmp/PocketMine-MP
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp
+ - https://ghcr.io/pmmp/pocketmine-mp
+type: application
+version: 3.8.3
diff --git a/stable/pocketmine-mp/3.7.0/README.md b/stable/pocketmine-mp/3.8.3/README.md
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/README.md
rename to stable/pocketmine-mp/3.8.3/README.md
diff --git a/stable/pocketmine-mp/3.8.3/app-changelog.md b/stable/pocketmine-mp/3.8.3/app-changelog.md
new file mode 100644
index 00000000000..34be1b6a60f
--- /dev/null
+++ b/stable/pocketmine-mp/3.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pocketmine-mp-3.8.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pocketmine-mp/3.7.0/app-readme.md b/stable/pocketmine-mp/3.8.3/app-readme.md
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/app-readme.md
rename to stable/pocketmine-mp/3.8.3/app-readme.md
diff --git a/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz b/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pocketmine-mp/3.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pocketmine-mp/3.8.3/ix_values.yaml b/stable/pocketmine-mp/3.8.3/ix_values.yaml
new file mode 100644
index 00000000000..1467760e781
--- /dev/null
+++ b/stable/pocketmine-mp/3.8.3/ix_values.yaml
@@ -0,0 +1,51 @@
+image:
+ repository: ghcr.io/pmmp/pocketmine-mp
+ pullPolicy: IfNotPresent
+ tag: 5.13.0@sha256:97685b678f9e8a3605e190559d2c57c53f389b8e474082a4fea29155bacd75e0
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ protocol: udp
+ targetPort: 19132
+ port: 19132
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ tty: true
+ stdin: true
+ probes:
+ # -- Liveness probe configuration
+ # @default -- See below
+ liveness:
+ enabled: false
+ # -- Redainess probe configuration
+ # @default -- See below
+ readiness:
+ enabled: false
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ enabled: false
+
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+ plugins:
+ enabled: true
+ mountPath: "/plugins"
+
+portal:
+ open:
+ enabled: false
diff --git a/stable/pocketmine-mp/3.7.0/questions.yaml b/stable/pocketmine-mp/3.8.3/questions.yaml
similarity index 100%
rename from stable/pocketmine-mp/3.7.0/questions.yaml
rename to stable/pocketmine-mp/3.8.3/questions.yaml
diff --git a/stable/pretend-youre-xyzzy/13.6.0/templates/NOTES.txt b/stable/pocketmine-mp/3.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/templates/NOTES.txt
rename to stable/pocketmine-mp/3.8.3/templates/NOTES.txt
diff --git a/stable/protonmail-bridge/14.7.0/templates/common.yaml b/stable/pocketmine-mp/3.8.3/templates/common.yaml
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/templates/common.yaml
rename to stable/pocketmine-mp/3.8.3/templates/common.yaml
diff --git a/stable/projectsend/12.12.3/values.yaml b/stable/pocketmine-mp/3.8.3/values.yaml
similarity index 100%
rename from stable/projectsend/12.12.3/values.yaml
rename to stable/pocketmine-mp/3.8.3/values.yaml
diff --git a/stable/podgrab/17.6.0/CHANGELOG.md b/stable/podgrab/17.6.0/CHANGELOG.md
deleted file mode 100644
index f274b97a7d1..00000000000
--- a/stable/podgrab/17.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [podgrab-17.6.0](https://github.com/truecharts/charts/compare/podgrab-17.5.2...podgrab-17.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [podgrab-17.5.2](https://github.com/truecharts/charts/compare/podgrab-17.5.1...podgrab-17.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [podgrab-17.5.1](https://github.com/truecharts/charts/compare/podgrab-17.5.0...podgrab-17.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [podgrab-17.5.0](https://github.com/truecharts/charts/compare/podgrab-17.4.1...podgrab-17.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [podgrab-17.4.1](https://github.com/truecharts/charts/compare/podgrab-17.4.0...podgrab-17.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [podgrab-17.4.0](https://github.com/truecharts/charts/compare/podgrab-17.3.0...podgrab-17.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [podgrab-17.3.0](https://github.com/truecharts/charts/compare/podgrab-17.2.3...podgrab-17.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [podgrab-17.2.3](https://github.com/truecharts/charts/compare/podgrab-17.2.2...podgrab-17.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [podgrab-17.2.2](https://github.com/truecharts/charts/compare/podgrab-17.2.0...podgrab-17.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/podgrab/17.6.0/Chart.yaml b/stable/podgrab/17.6.0/Chart.yaml
deleted file mode 100644
index 9d79a09987c..00000000000
--- a/stable/podgrab/17.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: mutlimedia
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted podcast manager to download episodes as soon as they become live.
-home: https://truecharts.org/charts/stable/podgrab
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png
-keywords:
- - podgrab
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: podgrab
-sources:
- - https://github.com/akhilrex/podgrab
- - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab
- - https://hub.docker.com/r/akhilrex/podgrab
-type: application
-version: 17.6.0
diff --git a/stable/podgrab/17.6.0/charts/common-20.1.5.tgz b/stable/podgrab/17.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/podgrab/17.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/promcord/11.6.0/.helmignore b/stable/podgrab/17.7.3/.helmignore
similarity index 100%
rename from stable/promcord/11.6.0/.helmignore
rename to stable/podgrab/17.7.3/.helmignore
diff --git a/stable/podgrab/17.7.3/CHANGELOG.md b/stable/podgrab/17.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..647e7ff528f
--- /dev/null
+++ b/stable/podgrab/17.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [podgrab-17.7.2](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/podgrab/17.7.3/Chart.yaml b/stable/podgrab/17.7.3/Chart.yaml
new file mode 100644
index 00000000000..c63b014d8f0
--- /dev/null
+++ b/stable/podgrab/17.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: mutlimedia
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted podcast manager to download episodes as soon as they become live.
+home: https://truecharts.org/charts/stable/podgrab
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png
+keywords:
+ - podgrab
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: podgrab
+sources:
+ - https://github.com/akhilrex/podgrab
+ - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab
+ - https://hub.docker.com/r/akhilrex/podgrab
+type: application
+version: 17.7.3
diff --git a/stable/podgrab/17.6.0/README.md b/stable/podgrab/17.7.3/README.md
similarity index 100%
rename from stable/podgrab/17.6.0/README.md
rename to stable/podgrab/17.7.3/README.md
diff --git a/stable/podgrab/17.7.3/app-changelog.md b/stable/podgrab/17.7.3/app-changelog.md
new file mode 100644
index 00000000000..c94a1a97ba3
--- /dev/null
+++ b/stable/podgrab/17.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [podgrab-17.7.3](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/podgrab/17.6.0/app-readme.md b/stable/podgrab/17.7.3/app-readme.md
similarity index 100%
rename from stable/podgrab/17.6.0/app-readme.md
rename to stable/podgrab/17.7.3/app-readme.md
diff --git a/stable/podgrab/17.7.3/charts/common-20.2.4.tgz b/stable/podgrab/17.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/podgrab/17.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/podgrab/17.6.0/ix_values.yaml b/stable/podgrab/17.7.3/ix_values.yaml
similarity index 100%
rename from stable/podgrab/17.6.0/ix_values.yaml
rename to stable/podgrab/17.7.3/ix_values.yaml
diff --git a/stable/podgrab/17.6.0/questions.yaml b/stable/podgrab/17.7.3/questions.yaml
similarity index 100%
rename from stable/podgrab/17.6.0/questions.yaml
rename to stable/podgrab/17.7.3/questions.yaml
diff --git a/stable/projectsend/12.12.3/templates/NOTES.txt b/stable/podgrab/17.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/projectsend/12.12.3/templates/NOTES.txt
rename to stable/podgrab/17.7.3/templates/NOTES.txt
diff --git a/stable/proxmox-backup-server/3.6.0/templates/common.yaml b/stable/podgrab/17.7.3/templates/common.yaml
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/templates/common.yaml
rename to stable/podgrab/17.7.3/templates/common.yaml
diff --git a/stable/promcord/11.6.0/values.yaml b/stable/podgrab/17.7.3/values.yaml
similarity index 100%
rename from stable/promcord/11.6.0/values.yaml
rename to stable/podgrab/17.7.3/values.yaml
diff --git a/stable/portainer/8.7.0/CHANGELOG.md b/stable/portainer/8.7.0/CHANGELOG.md
deleted file mode 100644
index 2b55d516002..00000000000
--- a/stable/portainer/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/portainer/8.7.0/Chart.yaml b/stable/portainer/8.7.0/Chart.yaml
deleted file mode 100644
index 255422ac1d9..00000000000
--- a/stable/portainer/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.19.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Container management made easy
-home: https://truecharts.org/charts/stable/portainer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png
-keywords:
- - portainer
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: portainer
-sources:
- - https://docs.portainer.io/start/install-ce/server
- - https://docs.portainer.io/start/install/server
- - https://github.com/truecharts/charts/tree/master/charts/stable/portainer
- - https://hub.docker.com/r/portainer/portainer-ce
- - https://hub.docker.com/r/portainer/portainer-ee
-type: application
-version: 8.7.0
diff --git a/stable/portainer/8.7.0/app-changelog.md b/stable/portainer/8.7.0/app-changelog.md
deleted file mode 100644
index 9eac8ec222b..00000000000
--- a/stable/portainer/8.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [portainer-8.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/portainer/8.7.0/charts/common-20.2.0.tgz b/stable/portainer/8.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/portainer/8.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/portainer/8.7.0/ix_values.yaml b/stable/portainer/8.7.0/ix_values.yaml
deleted file mode 100644
index 78c502bd1d9..00000000000
--- a/stable/portainer/8.7.0/ix_values.yaml
+++ /dev/null
@@ -1,77 +0,0 @@
-image:
- repository: portainer/portainer-ce
- tag: 2.19.4@sha256:908d04d20e86f07a50b0f1a029a111b89aa3089b7fc7fdf68ec1c71b025f36cd
- pullPolicy: IfNotPresent
-beImage:
- repository: portainer/portainer-ee
- tag: 2.19.4@sha256:adf08841af37323e2424616b4955f1cbec922a28e3ccd20cfc09ea5a15d68c43
- pullPolicy: IfNotPresent
-portainer:
- # Logo URL
- logo: ""
- # Enables Edge Compute Features
- edge_compute: false
- # Sets Snapshot interval
- snapshot_interval: 5m
- hide_labels:
- # - label1=value1
- # - label2=value2
-serviceAccount:
- main:
- enabled: true
- primary: true
-rbac:
- main:
- enabled: true
- primary: true
- clusterWide: true
- rules:
- - apiGroups:
- - "*"
- resources:
- - "*"
- verbs:
- - "*"
-service:
- main:
- ports:
- main:
- port: 10400
- protocol: https
- targetPort: 9443
- edge:
- enabled: true
- ports:
- edge:
- enabled: true
- port: 10401
- targetPort: 10401
-persistence:
- data:
- enabled: true
- mountPath: "/data"
- cache:
- enabled: true
- mountPath: "/.cache"
- type: emptyDir
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- automountServiceAccountToken: true
- containers:
- main:
- imageSelector: image
- probes:
- liveness:
- port: 9443
- type: https
- readiness:
- port: 9443
- type: https
- startup:
- port: 9443
- type: https
-updated: true
diff --git a/stable/protonmail-bridge/14.7.0/.helmignore b/stable/portainer/8.9.2/.helmignore
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/.helmignore
rename to stable/portainer/8.9.2/.helmignore
diff --git a/stable/portainer/8.9.2/CHANGELOG.md b/stable/portainer/8.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..38fc21b6d2d
--- /dev/null
+++ b/stable/portainer/8.9.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [portainer-8.9.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [portainer-8.9.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [portainer-8.9.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [portainer-8.9.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [portainer-8.9.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/portainer/8.9.2/Chart.yaml b/stable/portainer/8.9.2/Chart.yaml
new file mode 100644
index 00000000000..bf9728fd97d
--- /dev/null
+++ b/stable/portainer/8.9.2/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.20.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Container management made easy
+home: https://truecharts.org/charts/stable/portainer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png
+keywords:
+ - portainer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: portainer
+sources:
+ - https://docs.portainer.io/start/install-ce/server
+ - https://docs.portainer.io/start/install/server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/portainer
+ - https://hub.docker.com/r/portainer/portainer-ce
+ - https://hub.docker.com/r/portainer/portainer-ee
+type: application
+version: 8.9.2
diff --git a/stable/portainer/8.7.0/README.md b/stable/portainer/8.9.2/README.md
similarity index 100%
rename from stable/portainer/8.7.0/README.md
rename to stable/portainer/8.9.2/README.md
diff --git a/stable/portainer/8.9.2/app-changelog.md b/stable/portainer/8.9.2/app-changelog.md
new file mode 100644
index 00000000000..75ff77f7717
--- /dev/null
+++ b/stable/portainer/8.9.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [portainer-8.9.2](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update portainer to v2.20.0[@c9dbbb6](https://github.com/c9dbbb6) by renovate (minor) ([#19499](https://github.com/truecharts/charts/issues/19499))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/portainer/8.7.0/app-readme.md b/stable/portainer/8.9.2/app-readme.md
similarity index 100%
rename from stable/portainer/8.7.0/app-readme.md
rename to stable/portainer/8.9.2/app-readme.md
diff --git a/stable/portainer/8.9.2/charts/common-20.2.4.tgz b/stable/portainer/8.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/portainer/8.9.2/charts/common-20.2.4.tgz differ
diff --git a/stable/portainer/8.9.2/ix_values.yaml b/stable/portainer/8.9.2/ix_values.yaml
new file mode 100644
index 00000000000..a90ee3724b4
--- /dev/null
+++ b/stable/portainer/8.9.2/ix_values.yaml
@@ -0,0 +1,77 @@
+image:
+ repository: portainer/portainer-ce
+ tag: 2.20.0@sha256:c9dbbb653515675ad365b2d17ac85f8816840f7a3095e9db68fc807a348ea535
+ pullPolicy: IfNotPresent
+beImage:
+ repository: portainer/portainer-ee
+ tag: 2.20.0@sha256:53984051031b60c033426d8a735fae706a6310510a2a19f63090e994d8672db4
+ pullPolicy: IfNotPresent
+portainer:
+ # Logo URL
+ logo: ""
+ # Enables Edge Compute Features
+ edge_compute: false
+ # Sets Snapshot interval
+ snapshot_interval: 5m
+ hide_labels:
+ # - label1=value1
+ # - label2=value2
+serviceAccount:
+ main:
+ enabled: true
+ primary: true
+rbac:
+ main:
+ enabled: true
+ primary: true
+ clusterWide: true
+ rules:
+ - apiGroups:
+ - "*"
+ resources:
+ - "*"
+ verbs:
+ - "*"
+service:
+ main:
+ ports:
+ main:
+ port: 10400
+ protocol: https
+ targetPort: 9443
+ edge:
+ enabled: true
+ ports:
+ edge:
+ enabled: true
+ port: 10401
+ targetPort: 10401
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+ cache:
+ enabled: true
+ mountPath: "/.cache"
+ type: emptyDir
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ automountServiceAccountToken: true
+ containers:
+ main:
+ imageSelector: image
+ probes:
+ liveness:
+ port: 9443
+ type: https
+ readiness:
+ port: 9443
+ type: https
+ startup:
+ port: 9443
+ type: https
+updated: true
diff --git a/stable/portainer/8.7.0/questions.yaml b/stable/portainer/8.9.2/questions.yaml
similarity index 100%
rename from stable/portainer/8.7.0/questions.yaml
rename to stable/portainer/8.9.2/questions.yaml
diff --git a/stable/promcord/11.6.0/templates/NOTES.txt b/stable/portainer/8.9.2/templates/NOTES.txt
similarity index 100%
rename from stable/promcord/11.6.0/templates/NOTES.txt
rename to stable/portainer/8.9.2/templates/NOTES.txt
diff --git a/stable/portainer/8.7.0/templates/_args.tpl b/stable/portainer/8.9.2/templates/_args.tpl
similarity index 100%
rename from stable/portainer/8.7.0/templates/_args.tpl
rename to stable/portainer/8.9.2/templates/_args.tpl
diff --git a/stable/portainer/8.7.0/templates/common.yaml b/stable/portainer/8.9.2/templates/common.yaml
similarity index 100%
rename from stable/portainer/8.7.0/templates/common.yaml
rename to stable/portainer/8.9.2/templates/common.yaml
diff --git a/stable/protonmail-bridge/14.7.0/values.yaml b/stable/portainer/8.9.2/values.yaml
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/values.yaml
rename to stable/portainer/8.9.2/values.yaml
diff --git a/stable/post-recording/5.6.0/CHANGELOG.md b/stable/post-recording/5.6.0/CHANGELOG.md
deleted file mode 100644
index 74b0ace13d5..00000000000
--- a/stable/post-recording/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [post-recording-5.6.0](https://github.com/truecharts/charts/compare/post-recording-5.5.3...post-recording-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [post-recording-5.5.3](https://github.com/truecharts/charts/compare/post-recording-5.5.2...post-recording-5.5.3) (2024-03-13)
-
-### Fix
-
-
-
-- Remove extra ENV_VAR blocking deployment ([#19190](https://github.com/truecharts/charts/issues/19190))
-
-
-## [post-recording-5.5.2](https://github.com/truecharts/charts/compare/post-recording-5.5.1...post-recording-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [post-recording-5.5.1](https://github.com/truecharts/charts/compare/post-recording-5.5.0...post-recording-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [post-recording-5.5.0](https://github.com/truecharts/charts/compare/post-recording-5.4.1...post-recording-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [post-recording-5.4.1](https://github.com/truecharts/charts/compare/post-recording-5.4.0...post-recording-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [post-recording-5.4.0](https://github.com/truecharts/charts/compare/post-recording-5.3.0...post-recording-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [post-recording-5.3.0](https://github.com/truecharts/charts/compare/post-recording-5.2.3...post-recording-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [post-recording-5.2.3](https://github.com/truecharts/charts/compare/post-recording-5.2.2...post-recording-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [post-recording-5.2.2](https://github.com/truecharts/charts/compare/post-recording-5.2.0...post-recording-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/post-recording/5.6.0/Chart.yaml b/stable/post-recording/5.6.0/Chart.yaml
deleted file mode 100644
index f1676277666..00000000000
--- a/stable/post-recording/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.
-home: https://truecharts.org/charts/stable/post-recording
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png
-keywords:
- - post-recording
- - MediaApp-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: post-recording
-sources:
- - https://github.com/chacawaca/docker-post-recording
- - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording
- - https://hub.docker.com/r/chacawaca/post-recording
-type: application
-version: 5.6.0
diff --git a/stable/post-recording/5.6.0/charts/common-20.1.5.tgz b/stable/post-recording/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/post-recording/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/prowlarr/16.5.1/.helmignore b/stable/post-recording/5.7.3/.helmignore
similarity index 100%
rename from stable/prowlarr/16.5.1/.helmignore
rename to stable/post-recording/5.7.3/.helmignore
diff --git a/stable/post-recording/5.7.3/CHANGELOG.md b/stable/post-recording/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7e0ae54997a
--- /dev/null
+++ b/stable/post-recording/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [post-recording-5.7.2](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/post-recording/5.7.3/Chart.yaml b/stable/post-recording/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..fc963a0bcf3
--- /dev/null
+++ b/stable/post-recording/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.
+home: https://truecharts.org/charts/stable/post-recording
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png
+keywords:
+ - post-recording
+ - MediaApp-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: post-recording
+sources:
+ - https://github.com/chacawaca/docker-post-recording
+ - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording
+ - https://hub.docker.com/r/chacawaca/post-recording
+type: application
+version: 5.7.3
diff --git a/stable/post-recording/5.6.0/README.md b/stable/post-recording/5.7.3/README.md
similarity index 100%
rename from stable/post-recording/5.6.0/README.md
rename to stable/post-recording/5.7.3/README.md
diff --git a/stable/post-recording/5.7.3/app-changelog.md b/stable/post-recording/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8ad3e8e1a57
--- /dev/null
+++ b/stable/post-recording/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [post-recording-5.7.3](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/post-recording/5.6.0/app-readme.md b/stable/post-recording/5.7.3/app-readme.md
similarity index 100%
rename from stable/post-recording/5.6.0/app-readme.md
rename to stable/post-recording/5.7.3/app-readme.md
diff --git a/stable/post-recording/5.7.3/charts/common-20.2.4.tgz b/stable/post-recording/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/post-recording/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/post-recording/5.6.0/ix_values.yaml b/stable/post-recording/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/post-recording/5.6.0/ix_values.yaml
rename to stable/post-recording/5.7.3/ix_values.yaml
diff --git a/stable/post-recording/5.6.0/questions.yaml b/stable/post-recording/5.7.3/questions.yaml
similarity index 100%
rename from stable/post-recording/5.6.0/questions.yaml
rename to stable/post-recording/5.7.3/questions.yaml
diff --git a/stable/promcord/11.6.0/templates/common.yaml b/stable/post-recording/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/promcord/11.6.0/templates/common.yaml
rename to stable/post-recording/5.7.3/templates/common.yaml
diff --git a/stable/prowlarr/16.5.1/values.yaml b/stable/post-recording/5.7.3/values.yaml
similarity index 100%
rename from stable/prowlarr/16.5.1/values.yaml
rename to stable/post-recording/5.7.3/values.yaml
diff --git a/stable/posterr/8.6.0/CHANGELOG.md b/stable/posterr/8.6.0/CHANGELOG.md
deleted file mode 100644
index 9d3bee4c82c..00000000000
--- a/stable/posterr/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [posterr-8.6.0](https://github.com/truecharts/charts/compare/posterr-8.5.2...posterr-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [posterr-8.5.2](https://github.com/truecharts/charts/compare/posterr-8.5.1...posterr-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [posterr-8.5.1](https://github.com/truecharts/charts/compare/posterr-8.5.0...posterr-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [posterr-8.5.0](https://github.com/truecharts/charts/compare/posterr-8.4.1...posterr-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [posterr-8.4.1](https://github.com/truecharts/charts/compare/posterr-8.4.0...posterr-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [posterr-8.4.0](https://github.com/truecharts/charts/compare/posterr-8.3.0...posterr-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [posterr-8.3.0](https://github.com/truecharts/charts/compare/posterr-8.2.4...posterr-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [posterr-8.2.4](https://github.com/truecharts/charts/compare/posterr-8.2.3...posterr-8.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [posterr-8.2.3](https://github.com/truecharts/charts/compare/posterr-8.2.1...posterr-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/posterr/8.6.0/Chart.yaml b/stable/posterr/8.6.0/Chart.yaml
deleted file mode 100644
index 364fb6faea3..00000000000
--- a/stable/posterr/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Media display for Plex, Sonarr and Radarr.
-home: https://truecharts.org/charts/stable/posterr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png
-keywords:
- - posterr
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: posterr
-sources:
- - https://github.com/petersem/posterr
- - https://github.com/truecharts/charts/tree/master/charts/stable/posterr
- - https://hub.docker.com/r/petersem/posterr
-type: application
-version: 8.6.0
diff --git a/stable/posterr/8.6.0/charts/common-20.1.5.tgz b/stable/posterr/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/posterr/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/proxmox-backup-server/3.6.0/.helmignore b/stable/posterr/8.7.3/.helmignore
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/.helmignore
rename to stable/posterr/8.7.3/.helmignore
diff --git a/stable/posterr/8.7.3/CHANGELOG.md b/stable/posterr/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8823378f8b0
--- /dev/null
+++ b/stable/posterr/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [posterr-8.7.2](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/posterr/8.7.3/Chart.yaml b/stable/posterr/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..7c7a9d35efc
--- /dev/null
+++ b/stable/posterr/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Media display for Plex, Sonarr and Radarr.
+home: https://truecharts.org/charts/stable/posterr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png
+keywords:
+ - posterr
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: posterr
+sources:
+ - https://github.com/petersem/posterr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/posterr
+ - https://hub.docker.com/r/petersem/posterr
+type: application
+version: 8.7.3
diff --git a/stable/posterr/8.6.0/README.md b/stable/posterr/8.7.3/README.md
similarity index 100%
rename from stable/posterr/8.6.0/README.md
rename to stable/posterr/8.7.3/README.md
diff --git a/stable/posterr/8.7.3/app-changelog.md b/stable/posterr/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..783ac112c16
--- /dev/null
+++ b/stable/posterr/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [posterr-8.7.3](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/posterr/8.6.0/app-readme.md b/stable/posterr/8.7.3/app-readme.md
similarity index 100%
rename from stable/posterr/8.6.0/app-readme.md
rename to stable/posterr/8.7.3/app-readme.md
diff --git a/stable/posterr/8.7.3/charts/common-20.2.4.tgz b/stable/posterr/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/posterr/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/posterr/8.6.0/ix_values.yaml b/stable/posterr/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/posterr/8.6.0/ix_values.yaml
rename to stable/posterr/8.7.3/ix_values.yaml
diff --git a/stable/posterr/8.6.0/questions.yaml b/stable/posterr/8.7.3/questions.yaml
similarity index 100%
rename from stable/posterr/8.6.0/questions.yaml
rename to stable/posterr/8.7.3/questions.yaml
diff --git a/stable/protonmail-bridge/14.7.0/templates/NOTES.txt b/stable/posterr/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/templates/NOTES.txt
rename to stable/posterr/8.7.3/templates/NOTES.txt
diff --git a/stable/prpdf/5.6.0/templates/common.yaml b/stable/posterr/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/prpdf/5.6.0/templates/common.yaml
rename to stable/posterr/8.7.3/templates/common.yaml
diff --git a/stable/proxmox-backup-server/3.6.0/values.yaml b/stable/posterr/8.7.3/values.yaml
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/values.yaml
rename to stable/posterr/8.7.3/values.yaml
diff --git a/stable/postscriptum/5.6.0/CHANGELOG.md b/stable/postscriptum/5.6.0/CHANGELOG.md
deleted file mode 100644
index a3448058b41..00000000000
--- a/stable/postscriptum/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [postscriptum-5.6.0](https://github.com/truecharts/charts/compare/postscriptum-5.5.2...postscriptum-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [postscriptum-5.5.2](https://github.com/truecharts/charts/compare/postscriptum-5.5.1...postscriptum-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [postscriptum-5.5.1](https://github.com/truecharts/charts/compare/postscriptum-5.5.0...postscriptum-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [postscriptum-5.5.0](https://github.com/truecharts/charts/compare/postscriptum-5.4.1...postscriptum-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [postscriptum-5.4.1](https://github.com/truecharts/charts/compare/postscriptum-5.4.0...postscriptum-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [postscriptum-5.4.0](https://github.com/truecharts/charts/compare/postscriptum-5.3.0...postscriptum-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [postscriptum-5.3.0](https://github.com/truecharts/charts/compare/postscriptum-5.2.3...postscriptum-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [postscriptum-5.2.3](https://github.com/truecharts/charts/compare/postscriptum-5.2.2...postscriptum-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [postscriptum-5.2.2](https://github.com/truecharts/charts/compare/postscriptum-5.2.0...postscriptum-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/postscriptum/5.6.0/Chart.yaml b/stable/postscriptum/5.6.0/Chart.yaml
deleted file mode 100644
index 09d2452f820..00000000000
--- a/stable/postscriptum/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: postscriptum
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
-home: https://truecharts.org/charts/stable/postscriptum
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png
-keywords:
- - postscriptum
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: postscriptum
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/postscriptum/5.6.0/charts/common-20.1.5.tgz b/stable/postscriptum/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/postscriptum/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/prpdf/5.6.0/.helmignore b/stable/postscriptum/5.7.3/.helmignore
similarity index 100%
rename from stable/prpdf/5.6.0/.helmignore
rename to stable/postscriptum/5.7.3/.helmignore
diff --git a/stable/postscriptum/5.7.3/CHANGELOG.md b/stable/postscriptum/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9da38e0da2b
--- /dev/null
+++ b/stable/postscriptum/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [postscriptum-5.7.2](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/postscriptum/5.7.3/Chart.yaml b/stable/postscriptum/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..fcf6dfc1bc4
--- /dev/null
+++ b/stable/postscriptum/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: postscriptum
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
+home: https://truecharts.org/charts/stable/postscriptum
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png
+keywords:
+ - postscriptum
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: postscriptum
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/postscriptum/5.6.0/README.md b/stable/postscriptum/5.7.3/README.md
similarity index 100%
rename from stable/postscriptum/5.6.0/README.md
rename to stable/postscriptum/5.7.3/README.md
diff --git a/stable/postscriptum/5.7.3/app-changelog.md b/stable/postscriptum/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..807631cee0e
--- /dev/null
+++ b/stable/postscriptum/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [postscriptum-5.7.3](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/postscriptum/5.6.0/app-readme.md b/stable/postscriptum/5.7.3/app-readme.md
similarity index 100%
rename from stable/postscriptum/5.6.0/app-readme.md
rename to stable/postscriptum/5.7.3/app-readme.md
diff --git a/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz b/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/postscriptum/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/postscriptum/5.6.0/ix_values.yaml b/stable/postscriptum/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/postscriptum/5.6.0/ix_values.yaml
rename to stable/postscriptum/5.7.3/ix_values.yaml
diff --git a/stable/postscriptum/5.6.0/questions.yaml b/stable/postscriptum/5.7.3/questions.yaml
similarity index 100%
rename from stable/postscriptum/5.6.0/questions.yaml
rename to stable/postscriptum/5.7.3/questions.yaml
diff --git a/stable/prusaslicer-novnc/8.7.0/templates/common.yaml b/stable/postscriptum/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/templates/common.yaml
rename to stable/postscriptum/5.7.3/templates/common.yaml
diff --git a/stable/prpdf/5.6.0/values.yaml b/stable/postscriptum/5.7.3/values.yaml
similarity index 100%
rename from stable/prpdf/5.6.0/values.yaml
rename to stable/postscriptum/5.7.3/values.yaml
diff --git a/stable/pretend-youre-xyzzy/13.6.0/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.6.0/CHANGELOG.md
deleted file mode 100644
index 31a9189ab02..00000000000
--- a/stable/pretend-youre-xyzzy/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pretend-youre-xyzzy-13.6.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.5.2...pretend-youre-xyzzy-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pretend-youre-xyzzy-13.5.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.5.1...pretend-youre-xyzzy-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pretend-youre-xyzzy-13.5.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.5.0...pretend-youre-xyzzy-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pretend-youre-xyzzy-13.5.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.4.1...pretend-youre-xyzzy-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pretend-youre-xyzzy-13.4.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.4.0...pretend-youre-xyzzy-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pretend-youre-xyzzy-13.4.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.3.0...pretend-youre-xyzzy-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pretend-youre-xyzzy-13.3.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.3...pretend-youre-xyzzy-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pretend-youre-xyzzy-13.2.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.2...pretend-youre-xyzzy-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pretend-youre-xyzzy-13.2.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.0...pretend-youre-xyzzy-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pretend-youre-xyzzy/13.6.0/Chart.yaml b/stable/pretend-youre-xyzzy/13.6.0/Chart.yaml
deleted file mode 100644
index f54dce6ba0e..00000000000
--- a/stable/pretend-youre-xyzzy/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: pretend-youre-xyzzy, a cards against humanity clone
-home: https://truecharts.org/charts/stable/pretend-youre-xyzzy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png
-keywords:
- - pretend-youre-xyzzy
- - cards
- - against
- - humanity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pretend-youre-xyzzy
-sources:
- - https://github.com/ajanata/PretendYoureXyzzy
- - https://github.com/emcniece/DockerYourXyzzy
- - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy
- - https://hub.docker.com/r/emcniece/dockeryourxyzzy
-type: application
-version: 13.6.0
diff --git a/stable/pretend-youre-xyzzy/13.6.0/charts/common-20.1.5.tgz b/stable/pretend-youre-xyzzy/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pretend-youre-xyzzy/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/prusaslicer-novnc/8.7.0/.helmignore b/stable/pretend-youre-xyzzy/13.7.3/.helmignore
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/.helmignore
rename to stable/pretend-youre-xyzzy/13.7.3/.helmignore
diff --git a/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0305d205329
--- /dev/null
+++ b/stable/pretend-youre-xyzzy/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pretend-youre-xyzzy-13.7.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml b/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..52d23b5f85b
--- /dev/null
+++ b/stable/pretend-youre-xyzzy/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: pretend-youre-xyzzy, a cards against humanity clone
+home: https://truecharts.org/charts/stable/pretend-youre-xyzzy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png
+keywords:
+ - pretend-youre-xyzzy
+ - cards
+ - against
+ - humanity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pretend-youre-xyzzy
+sources:
+ - https://github.com/ajanata/PretendYoureXyzzy
+ - https://github.com/emcniece/DockerYourXyzzy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy
+ - https://hub.docker.com/r/emcniece/dockeryourxyzzy
+type: application
+version: 13.7.3
diff --git a/stable/pretend-youre-xyzzy/13.6.0/README.md b/stable/pretend-youre-xyzzy/13.7.3/README.md
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/README.md
rename to stable/pretend-youre-xyzzy/13.7.3/README.md
diff --git a/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md b/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..0bfbab32d7e
--- /dev/null
+++ b/stable/pretend-youre-xyzzy/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pretend-youre-xyzzy-13.7.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pretend-youre-xyzzy/13.6.0/app-readme.md b/stable/pretend-youre-xyzzy/13.7.3/app-readme.md
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/app-readme.md
rename to stable/pretend-youre-xyzzy/13.7.3/app-readme.md
diff --git a/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz b/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pretend-youre-xyzzy/13.6.0/ix_values.yaml b/stable/pretend-youre-xyzzy/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/ix_values.yaml
rename to stable/pretend-youre-xyzzy/13.7.3/ix_values.yaml
diff --git a/stable/pretend-youre-xyzzy/13.6.0/questions.yaml b/stable/pretend-youre-xyzzy/13.7.3/questions.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/13.6.0/questions.yaml
rename to stable/pretend-youre-xyzzy/13.7.3/questions.yaml
diff --git a/stable/prowlarr/16.5.1/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/prowlarr/16.5.1/templates/NOTES.txt
rename to stable/pretend-youre-xyzzy/13.7.3/templates/NOTES.txt
diff --git a/stable/putty/9.6.0/templates/common.yaml b/stable/pretend-youre-xyzzy/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/putty/9.6.0/templates/common.yaml
rename to stable/pretend-youre-xyzzy/13.7.3/templates/common.yaml
diff --git a/stable/prusaslicer-novnc/8.7.0/values.yaml b/stable/pretend-youre-xyzzy/13.7.3/values.yaml
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/values.yaml
rename to stable/pretend-youre-xyzzy/13.7.3/values.yaml
diff --git a/stable/projectsend/12.12.3/CHANGELOG.md b/stable/projectsend/12.12.3/CHANGELOG.md
deleted file mode 100644
index 5594e274c52..00000000000
--- a/stable/projectsend/12.12.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [projectsend-12.12.3](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [projectsend-12.12.3](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [projectsend-12.12.3](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [projectsend-12.12.3](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/projectsend/12.12.3/Chart.yaml b/stable/projectsend/12.12.3/Chart.yaml
deleted file mode 100644
index 1f55d942f8e..00000000000
--- a/stable/projectsend/12.12.3/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: files
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself.
-home: https://truecharts.org/charts/stable/projectsend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png
-keywords:
- - projectsend
- - files
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: projectsend
-sources:
- - https://github.com/projectsend/projectsend
- - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend
- - https://ghcr.io/linuxserver/projectsend
-type: application
-version: 12.12.3
diff --git a/stable/projectsend/12.12.3/app-changelog.md b/stable/projectsend/12.12.3/app-changelog.md
deleted file mode 100644
index 21285997f33..00000000000
--- a/stable/projectsend/12.12.3/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [projectsend-12.12.3](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/projectsend/12.12.3/charts/common-20.2.2.tgz b/stable/projectsend/12.12.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/projectsend/12.12.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/projectsend/12.12.3/charts/mariadb-13.7.1.tgz b/stable/projectsend/12.12.3/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/projectsend/12.12.3/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/pt-helper/5.6.0/.helmignore b/stable/projectsend/12.12.7/.helmignore
similarity index 100%
rename from stable/pt-helper/5.6.0/.helmignore
rename to stable/projectsend/12.12.7/.helmignore
diff --git a/stable/projectsend/12.12.7/CHANGELOG.md b/stable/projectsend/12.12.7/CHANGELOG.md
new file mode 100644
index 00000000000..1e3f345857e
--- /dev/null
+++ b/stable/projectsend/12.12.7/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [projectsend-12.12.7](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [projectsend-12.12.6](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [projectsend-12.12.6](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [projectsend-12.12.6](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.6) (2024-03-23)
\ No newline at end of file
diff --git a/stable/projectsend/12.12.7/Chart.yaml b/stable/projectsend/12.12.7/Chart.yaml
new file mode 100644
index 00000000000..1c026a25ec9
--- /dev/null
+++ b/stable/projectsend/12.12.7/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: files
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself.
+home: https://truecharts.org/charts/stable/projectsend
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png
+keywords:
+ - projectsend
+ - files
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: projectsend
+sources:
+ - https://github.com/projectsend/projectsend
+ - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend
+ - https://ghcr.io/linuxserver/projectsend
+type: application
+version: 12.12.7
diff --git a/stable/projectsend/12.12.3/README.md b/stable/projectsend/12.12.7/README.md
similarity index 100%
rename from stable/projectsend/12.12.3/README.md
rename to stable/projectsend/12.12.7/README.md
diff --git a/stable/projectsend/12.12.7/app-changelog.md b/stable/projectsend/12.12.7/app-changelog.md
new file mode 100644
index 00000000000..8d90f32775c
--- /dev/null
+++ b/stable/projectsend/12.12.7/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [projectsend-12.12.7](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image ghcr.io/linuxserver/projectsend to latest[@5c5f987](https://github.com/5c5f987) by renovate ([#19480](https://github.com/truecharts/charts/issues/19480))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/projectsend/12.12.3/app-readme.md b/stable/projectsend/12.12.7/app-readme.md
similarity index 100%
rename from stable/projectsend/12.12.3/app-readme.md
rename to stable/projectsend/12.12.7/app-readme.md
diff --git a/stable/projectsend/12.12.7/charts/common-20.2.4.tgz b/stable/projectsend/12.12.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/projectsend/12.12.7/charts/common-20.2.4.tgz differ
diff --git a/stable/projectsend/12.12.7/charts/mariadb-13.7.3.tgz b/stable/projectsend/12.12.7/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/projectsend/12.12.7/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/projectsend/12.12.3/ix_values.yaml b/stable/projectsend/12.12.7/ix_values.yaml
similarity index 100%
rename from stable/projectsend/12.12.3/ix_values.yaml
rename to stable/projectsend/12.12.7/ix_values.yaml
diff --git a/stable/projectsend/12.12.3/questions.yaml b/stable/projectsend/12.12.7/questions.yaml
similarity index 100%
rename from stable/projectsend/12.12.3/questions.yaml
rename to stable/projectsend/12.12.7/questions.yaml
diff --git a/stable/prusaslicer-novnc/8.7.0/templates/NOTES.txt b/stable/projectsend/12.12.7/templates/NOTES.txt
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/templates/NOTES.txt
rename to stable/projectsend/12.12.7/templates/NOTES.txt
diff --git a/stable/projectsend/12.12.3/templates/_configmap.tpl b/stable/projectsend/12.12.7/templates/_configmap.tpl
similarity index 100%
rename from stable/projectsend/12.12.3/templates/_configmap.tpl
rename to stable/projectsend/12.12.7/templates/_configmap.tpl
diff --git a/stable/projectsend/12.12.3/templates/common.yaml b/stable/projectsend/12.12.7/templates/common.yaml
similarity index 100%
rename from stable/projectsend/12.12.3/templates/common.yaml
rename to stable/projectsend/12.12.7/templates/common.yaml
diff --git a/stable/pt-helper/5.6.0/values.yaml b/stable/projectsend/12.12.7/values.yaml
similarity index 100%
rename from stable/pt-helper/5.6.0/values.yaml
rename to stable/projectsend/12.12.7/values.yaml
diff --git a/stable/promcord/11.6.0/CHANGELOG.md b/stable/promcord/11.6.0/CHANGELOG.md
deleted file mode 100644
index 79546f61699..00000000000
--- a/stable/promcord/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [promcord-11.6.0](https://github.com/truecharts/charts/compare/promcord-11.5.2...promcord-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [promcord-11.5.2](https://github.com/truecharts/charts/compare/promcord-11.5.1...promcord-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [promcord-11.5.1](https://github.com/truecharts/charts/compare/promcord-11.5.0...promcord-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [promcord-11.5.0](https://github.com/truecharts/charts/compare/promcord-11.4.1...promcord-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [promcord-11.4.1](https://github.com/truecharts/charts/compare/promcord-11.4.0...promcord-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [promcord-11.4.0](https://github.com/truecharts/charts/compare/promcord-11.3.0...promcord-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [promcord-11.3.0](https://github.com/truecharts/charts/compare/promcord-11.2.3...promcord-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [promcord-11.2.3](https://github.com/truecharts/charts/compare/promcord-11.2.2...promcord-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [promcord-11.2.2](https://github.com/truecharts/charts/compare/promcord-11.2.0...promcord-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/promcord/11.6.0/Chart.yaml b/stable/promcord/11.6.0/Chart.yaml
deleted file mode 100644
index 3756805827a..00000000000
--- a/stable/promcord/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Discord bot that provides metrics from a Discord server
-home: https://truecharts.org/charts/stable/promcord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png
-keywords:
- - promcord
- - discord
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: promcord
-sources:
- - https://github.com/nimarion/promcord
- - https://github.com/truecharts/charts/tree/master/charts/stable/promcord
- - https://hub.docker.com/r/biospheere/promcord
-type: application
-version: 11.6.0
diff --git a/stable/promcord/11.6.0/charts/common-20.1.5.tgz b/stable/promcord/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/promcord/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/putty/9.6.0/.helmignore b/stable/promcord/11.7.3/.helmignore
similarity index 100%
rename from stable/putty/9.6.0/.helmignore
rename to stable/promcord/11.7.3/.helmignore
diff --git a/stable/promcord/11.7.3/CHANGELOG.md b/stable/promcord/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6e6696b4067
--- /dev/null
+++ b/stable/promcord/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [promcord-11.7.2](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/promcord/11.7.3/Chart.yaml b/stable/promcord/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..3f84ae442d7
--- /dev/null
+++ b/stable/promcord/11.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Discord bot that provides metrics from a Discord server
+home: https://truecharts.org/charts/stable/promcord
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png
+keywords:
+ - promcord
+ - discord
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: promcord
+sources:
+ - https://github.com/nimarion/promcord
+ - https://github.com/truecharts/charts/tree/master/charts/stable/promcord
+ - https://hub.docker.com/r/biospheere/promcord
+type: application
+version: 11.7.3
diff --git a/stable/promcord/11.6.0/README.md b/stable/promcord/11.7.3/README.md
similarity index 100%
rename from stable/promcord/11.6.0/README.md
rename to stable/promcord/11.7.3/README.md
diff --git a/stable/promcord/11.7.3/app-changelog.md b/stable/promcord/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..89674c6fab3
--- /dev/null
+++ b/stable/promcord/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [promcord-11.7.3](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/promcord/11.6.0/app-readme.md b/stable/promcord/11.7.3/app-readme.md
similarity index 100%
rename from stable/promcord/11.6.0/app-readme.md
rename to stable/promcord/11.7.3/app-readme.md
diff --git a/stable/promcord/11.7.3/charts/common-20.2.4.tgz b/stable/promcord/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/promcord/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/promcord/11.6.0/ix_values.yaml b/stable/promcord/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/promcord/11.6.0/ix_values.yaml
rename to stable/promcord/11.7.3/ix_values.yaml
diff --git a/stable/promcord/11.6.0/questions.yaml b/stable/promcord/11.7.3/questions.yaml
similarity index 100%
rename from stable/promcord/11.6.0/questions.yaml
rename to stable/promcord/11.7.3/questions.yaml
diff --git a/stable/putty/9.6.0/templates/NOTES.txt b/stable/promcord/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/putty/9.6.0/templates/NOTES.txt
rename to stable/promcord/11.7.3/templates/NOTES.txt
diff --git a/stable/pt-helper/5.6.0/templates/common.yaml b/stable/promcord/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/pt-helper/5.6.0/templates/common.yaml
rename to stable/promcord/11.7.3/templates/common.yaml
diff --git a/stable/putty/9.6.0/values.yaml b/stable/promcord/11.7.3/values.yaml
similarity index 100%
rename from stable/putty/9.6.0/values.yaml
rename to stable/promcord/11.7.3/values.yaml
diff --git a/stable/protonmail-bridge/14.7.0/CHANGELOG.md b/stable/protonmail-bridge/14.7.0/CHANGELOG.md
deleted file mode 100644
index 90ce13f20be..00000000000
--- a/stable/protonmail-bridge/14.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [protonmail-bridge-14.7.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.6.2...protonmail-bridge-14.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [protonmail-bridge-14.6.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.6.1...protonmail-bridge-14.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [protonmail-bridge-14.6.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.6.0...protonmail-bridge-14.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [protonmail-bridge-14.6.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.5.1...protonmail-bridge-14.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [protonmail-bridge-14.5.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.5.0...protonmail-bridge-14.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [protonmail-bridge-14.5.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.4.0...protonmail-bridge-14.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [protonmail-bridge-14.4.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.3...protonmail-bridge-14.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [protonmail-bridge-14.3.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.2...protonmail-bridge-14.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [protonmail-bridge-14.3.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.0...protonmail-bridge-14.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/protonmail-bridge/14.7.0/Chart.yaml b/stable/protonmail-bridge/14.7.0/Chart.yaml
deleted file mode 100644
index db695c4ed3e..00000000000
--- a/stable/protonmail-bridge/14.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.9.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ProtonMail IMAP/SMTP Bridge to work on the network.
-home: https://truecharts.org/charts/stable/protonmail-bridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png
-keywords:
- - protonmail
- - protonmail-bridge
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: protonmail-bridge
-sources:
- - https://github.com/shenxn/protonmail-bridge-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge
- - https://hub.docker.com/r/shenxn/protonmail-bridge
-type: application
-version: 14.7.0
diff --git a/stable/protonmail-bridge/14.7.0/charts/common-20.1.5.tgz b/stable/protonmail-bridge/14.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/protonmail-bridge/14.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pvk-ii/5.6.0/.helmignore b/stable/protonmail-bridge/14.8.3/.helmignore
similarity index 100%
rename from stable/pvk-ii/5.6.0/.helmignore
rename to stable/protonmail-bridge/14.8.3/.helmignore
diff --git a/stable/protonmail-bridge/14.8.3/CHANGELOG.md b/stable/protonmail-bridge/14.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..fa321d41b87
--- /dev/null
+++ b/stable/protonmail-bridge/14.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [protonmail-bridge-14.8.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/protonmail-bridge/14.8.3/Chart.yaml b/stable/protonmail-bridge/14.8.3/Chart.yaml
new file mode 100644
index 00000000000..8ec394c6254
--- /dev/null
+++ b/stable/protonmail-bridge/14.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.9.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ProtonMail IMAP/SMTP Bridge to work on the network.
+home: https://truecharts.org/charts/stable/protonmail-bridge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png
+keywords:
+ - protonmail
+ - protonmail-bridge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: protonmail-bridge
+sources:
+ - https://github.com/shenxn/protonmail-bridge-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge
+ - https://hub.docker.com/r/shenxn/protonmail-bridge
+type: application
+version: 14.8.3
diff --git a/stable/protonmail-bridge/14.7.0/README.md b/stable/protonmail-bridge/14.8.3/README.md
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/README.md
rename to stable/protonmail-bridge/14.8.3/README.md
diff --git a/stable/protonmail-bridge/14.8.3/app-changelog.md b/stable/protonmail-bridge/14.8.3/app-changelog.md
new file mode 100644
index 00000000000..ba6b4d1f0e5
--- /dev/null
+++ b/stable/protonmail-bridge/14.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [protonmail-bridge-14.8.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/protonmail-bridge/14.7.0/app-readme.md b/stable/protonmail-bridge/14.8.3/app-readme.md
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/app-readme.md
rename to stable/protonmail-bridge/14.8.3/app-readme.md
diff --git a/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz b/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/protonmail-bridge/14.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/protonmail-bridge/14.7.0/ix_values.yaml b/stable/protonmail-bridge/14.8.3/ix_values.yaml
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/ix_values.yaml
rename to stable/protonmail-bridge/14.8.3/ix_values.yaml
diff --git a/stable/protonmail-bridge/14.7.0/questions.yaml b/stable/protonmail-bridge/14.8.3/questions.yaml
similarity index 100%
rename from stable/protonmail-bridge/14.7.0/questions.yaml
rename to stable/protonmail-bridge/14.8.3/questions.yaml
diff --git a/stable/pwndrop/9.7.1/templates/NOTES.txt b/stable/protonmail-bridge/14.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/pwndrop/9.7.1/templates/NOTES.txt
rename to stable/protonmail-bridge/14.8.3/templates/NOTES.txt
diff --git a/stable/pwndrop/9.7.1/templates/common.yaml b/stable/protonmail-bridge/14.8.3/templates/common.yaml
similarity index 100%
rename from stable/pwndrop/9.7.1/templates/common.yaml
rename to stable/protonmail-bridge/14.8.3/templates/common.yaml
diff --git a/stable/pvk-ii/5.6.0/values.yaml b/stable/protonmail-bridge/14.8.3/values.yaml
similarity index 100%
rename from stable/pvk-ii/5.6.0/values.yaml
rename to stable/protonmail-bridge/14.8.3/values.yaml
diff --git a/stable/prowlarr/16.5.1/CHANGELOG.md b/stable/prowlarr/16.5.1/CHANGELOG.md
deleted file mode 100644
index 46836b9b2d6..00000000000
--- a/stable/prowlarr/16.5.1/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
-
-
-## [prowlarr-16.5.0](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.0) (2024-03-17)
-
-### Chore
\ No newline at end of file
diff --git a/stable/prowlarr/16.5.1/Chart.yaml b/stable/prowlarr/16.5.1/Chart.yaml
deleted file mode 100644
index 137717ce9df..00000000000
--- a/stable/prowlarr/16.5.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.14.2.4318
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
-home: https://truecharts.org/charts/stable/prowlarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png
-keywords:
- - prowlarr
- - torrent
- - usenet
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: prowlarr
-sources:
- - https://github.com/Prowlarr/Prowlarr
- - https://github.com/k8s-at-home/container-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
- - https://ghcr.io/onedr0p/prowlarr-develop
- - https://ghcr.io/onedr0p/exportarr
-type: application
-version: 16.5.1
diff --git a/stable/prowlarr/16.5.1/app-changelog.md b/stable/prowlarr/16.5.1/app-changelog.md
deleted file mode 100644
index 40ff8ed1ed0..00000000000
--- a/stable/prowlarr/16.5.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [prowlarr-16.5.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
\ No newline at end of file
diff --git a/stable/prowlarr/16.5.1/charts/common-20.2.0.tgz b/stable/prowlarr/16.5.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/prowlarr/16.5.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/prowlarr/16.5.1/ix_values.yaml b/stable/prowlarr/16.5.1/ix_values.yaml
deleted file mode 100644
index a834653821b..00000000000
--- a/stable/prowlarr/16.5.1/ix_values.yaml
+++ /dev/null
@@ -1,115 +0,0 @@
-image:
- repository: ghcr.io/onedr0p/prowlarr-develop
- tag: 1.14.2.4318@sha256:78e4f3ac4d74b69a0a6d5e8724efcbb20cc2ab7985f8dcf21835d633c95f89f9
- pullPolicy: IfNotPresent
-exportarrImage:
- repository: ghcr.io/onedr0p/exportarr
- pullPolicy: IfNotPresent
- tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
-securityContext:
- container:
- readOnlyRootFilesystem: false
-service:
- main:
- ports:
- main:
- port: 9696
- metrics:
- enabled: true
- type: ClusterIP
- targetSelector: exportarr
- ports:
- metrics:
- enabled: true
- port: 9697
- targetSelector: exportarr
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: /ping
- readiness:
- path: /ping
- startup:
- type: tcp
- env:
- PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
- PROWLARR__AUTHENTICATION_METHOD: ""
- exportarr:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- exportarr:
- primary: true
- enabled: true
- imageSelector: exportarrImage
- args:
- - prowlarr
- probes:
- liveness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- readiness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- startup:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- env:
- INTERFACE: 0.0.0.0
- PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
- URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
- # additional metrics (slow)
- # ENABLE_ADDITIONAL_METRICS: false
- # enable gathering unknown queue items
- # ENABLE_UNKNOWN_QUEUE_ITEMS: false
- # enable backfill of historical metrics
- # PROWLARR__BACKFILL: false
- # Set a date from which to start the backfill
- # PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01
- CONFIG: "/config/config.xml"
-persistence:
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /config
- exportarr:
- exportarr:
- mountPath: /config
- readOnly: true
-configmap:
- dashboard:
- enabled: true
- labels:
- grafana_dashboard: "1"
- data:
- prowlarr.json: >-
- {{ .Files.Get "dashboard.json" | indent 8 }}
-metrics:
- main:
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: metrics
- path: /metrics
- targetSelector: metrics
- prometheusRule:
- enabled: false
-portal:
- open:
- enabled: true
-updated: true
diff --git a/stable/pwm/5.6.0/.helmignore b/stable/prowlarr/16.5.5/.helmignore
similarity index 100%
rename from stable/pwm/5.6.0/.helmignore
rename to stable/prowlarr/16.5.5/.helmignore
diff --git a/stable/prowlarr/16.5.5/CHANGELOG.md b/stable/prowlarr/16.5.5/CHANGELOG.md
new file mode 100644
index 00000000000..9aea0fb414d
--- /dev/null
+++ b/stable/prowlarr/16.5.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [prowlarr-16.5.5](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
+
+
+## [prowlarr-16.5.4](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
+
+
+## [prowlarr-16.5.4](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
+
+
+## [prowlarr-16.5.4](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
+
+
+## [prowlarr-16.5.4](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
diff --git a/stable/prowlarr/16.5.5/Chart.yaml b/stable/prowlarr/16.5.5/Chart.yaml
new file mode 100644
index 00000000000..e23e1d42d96
--- /dev/null
+++ b/stable/prowlarr/16.5.5/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.14.3.4333
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
+home: https://truecharts.org/charts/stable/prowlarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png
+keywords:
+ - prowlarr
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: prowlarr
+sources:
+ - https://github.com/Prowlarr/Prowlarr
+ - https://github.com/k8s-at-home/container-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
+ - https://ghcr.io/onedr0p/exportarr
+ - https://ghcr.io/onedr0p/prowlarr-develop
+type: application
+version: 16.5.5
diff --git a/stable/prowlarr/16.5.1/README.md b/stable/prowlarr/16.5.5/README.md
similarity index 100%
rename from stable/prowlarr/16.5.1/README.md
rename to stable/prowlarr/16.5.5/README.md
diff --git a/stable/prowlarr/16.5.5/app-changelog.md b/stable/prowlarr/16.5.5/app-changelog.md
new file mode 100644
index 00000000000..f28c6e2bdbf
--- /dev/null
+++ b/stable/prowlarr/16.5.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [prowlarr-16.5.5](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.3.4333[@af90aa4](https://github.com/af90aa4) by renovate ([#19425](https://github.com/truecharts/charts/issues/19425))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to v1.14.2.4318[@78e4f3a](https://github.com/78e4f3a) by renovate ([#19405](https://github.com/truecharts/charts/issues/19405))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/prowlarr-develop to 1.14.1.4316[@882daa1](https://github.com/882daa1) by renovate ([#19255](https://github.com/truecharts/charts/issues/19255))
\ No newline at end of file
diff --git a/stable/prowlarr/16.5.1/app-readme.md b/stable/prowlarr/16.5.5/app-readme.md
similarity index 100%
rename from stable/prowlarr/16.5.1/app-readme.md
rename to stable/prowlarr/16.5.5/app-readme.md
diff --git a/stable/prowlarr/16.5.5/charts/common-20.2.4.tgz b/stable/prowlarr/16.5.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/prowlarr/16.5.5/charts/common-20.2.4.tgz differ
diff --git a/stable/prowlarr/16.5.1/dashboard.json b/stable/prowlarr/16.5.5/dashboard.json
similarity index 100%
rename from stable/prowlarr/16.5.1/dashboard.json
rename to stable/prowlarr/16.5.5/dashboard.json
diff --git a/stable/prowlarr/16.5.5/ix_values.yaml b/stable/prowlarr/16.5.5/ix_values.yaml
new file mode 100644
index 00000000000..93ccfbd1812
--- /dev/null
+++ b/stable/prowlarr/16.5.5/ix_values.yaml
@@ -0,0 +1,115 @@
+image:
+ repository: ghcr.io/onedr0p/prowlarr-develop
+ tag: 1.14.3.4333@sha256:af90aa422bf142df26cf70aaebab5fd609f68cc5639ebfe643b4547fee8c76e3
+ pullPolicy: IfNotPresent
+exportarrImage:
+ repository: ghcr.io/onedr0p/exportarr
+ pullPolicy: IfNotPresent
+ tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+service:
+ main:
+ ports:
+ main:
+ port: 9696
+ metrics:
+ enabled: true
+ type: ClusterIP
+ targetSelector: exportarr
+ ports:
+ metrics:
+ enabled: true
+ port: 9697
+ targetSelector: exportarr
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: /ping
+ readiness:
+ path: /ping
+ startup:
+ type: tcp
+ env:
+ PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
+ PROWLARR__AUTHENTICATION_METHOD: ""
+ exportarr:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ exportarr:
+ primary: true
+ enabled: true
+ imageSelector: exportarrImage
+ args:
+ - prowlarr
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ startup:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ env:
+ INTERFACE: 0.0.0.0
+ PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
+ URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
+ # additional metrics (slow)
+ # ENABLE_ADDITIONAL_METRICS: false
+ # enable gathering unknown queue items
+ # ENABLE_UNKNOWN_QUEUE_ITEMS: false
+ # enable backfill of historical metrics
+ # PROWLARR__BACKFILL: false
+ # Set a date from which to start the backfill
+ # PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01
+ CONFIG: "/config/config.xml"
+persistence:
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /config
+ exportarr:
+ exportarr:
+ mountPath: /config
+ readOnly: true
+configmap:
+ dashboard:
+ enabled: true
+ labels:
+ grafana_dashboard: "1"
+ data:
+ prowlarr.json: >-
+ {{ .Files.Get "dashboard.json" | indent 8 }}
+metrics:
+ main:
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: metrics
+ path: /metrics
+ targetSelector: metrics
+ prometheusRule:
+ enabled: false
+portal:
+ open:
+ enabled: true
+updated: true
diff --git a/stable/prowlarr/16.5.1/questions.yaml b/stable/prowlarr/16.5.5/questions.yaml
similarity index 100%
rename from stable/prowlarr/16.5.1/questions.yaml
rename to stable/prowlarr/16.5.5/questions.yaml
diff --git a/stable/pyload/13.6.0/templates/NOTES.txt b/stable/prowlarr/16.5.5/templates/NOTES.txt
similarity index 100%
rename from stable/pyload/13.6.0/templates/NOTES.txt
rename to stable/prowlarr/16.5.5/templates/NOTES.txt
diff --git a/stable/prowlarr/16.5.1/templates/common.yaml b/stable/prowlarr/16.5.5/templates/common.yaml
similarity index 100%
rename from stable/prowlarr/16.5.1/templates/common.yaml
rename to stable/prowlarr/16.5.5/templates/common.yaml
diff --git a/stable/pwm/5.6.0/values.yaml b/stable/prowlarr/16.5.5/values.yaml
similarity index 100%
rename from stable/pwm/5.6.0/values.yaml
rename to stable/prowlarr/16.5.5/values.yaml
diff --git a/stable/proxmox-backup-server/3.6.0/CHANGELOG.md b/stable/proxmox-backup-server/3.6.0/CHANGELOG.md
deleted file mode 100644
index 09e81c9ad54..00000000000
--- a/stable/proxmox-backup-server/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [proxmox-backup-server-3.6.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.5.2...proxmox-backup-server-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [proxmox-backup-server-3.5.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.5.1...proxmox-backup-server-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [proxmox-backup-server-3.5.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.5.0...proxmox-backup-server-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [proxmox-backup-server-3.5.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.4.1...proxmox-backup-server-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [proxmox-backup-server-3.4.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.4.0...proxmox-backup-server-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [proxmox-backup-server-3.4.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.3.0...proxmox-backup-server-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [proxmox-backup-server-3.3.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.3...proxmox-backup-server-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [proxmox-backup-server-3.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.2...proxmox-backup-server-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [proxmox-backup-server-3.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.0...proxmox-backup-server-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/proxmox-backup-server/3.6.0/Chart.yaml b/stable/proxmox-backup-server/3.6.0/Chart.yaml
deleted file mode 100644
index 9d4dc3858c9..00000000000
--- a/stable/proxmox-backup-server/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: test
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.1.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Container for proxmox backup server
-home: https://truecharts.org/charts/stable/proxmox-backup-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png
-keywords:
- - proxmox-backup-server
- - pbs
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: proxmox-backup-server
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server
- - https://hub.docker.com/r/ayufan/proxmox-backup-server
-type: application
-version: 3.6.0
diff --git a/stable/proxmox-backup-server/3.6.0/charts/common-20.1.5.tgz b/stable/proxmox-backup-server/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/proxmox-backup-server/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pwndrop/9.7.1/.helmignore b/stable/proxmox-backup-server/3.7.3/.helmignore
similarity index 100%
rename from stable/pwndrop/9.7.1/.helmignore
rename to stable/proxmox-backup-server/3.7.3/.helmignore
diff --git a/stable/proxmox-backup-server/3.7.3/CHANGELOG.md b/stable/proxmox-backup-server/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..08a6f8103e8
--- /dev/null
+++ b/stable/proxmox-backup-server/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [proxmox-backup-server-3.7.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/proxmox-backup-server/3.7.3/Chart.yaml b/stable/proxmox-backup-server/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..b8984680796
--- /dev/null
+++ b/stable/proxmox-backup-server/3.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: test
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Container for proxmox backup server
+home: https://truecharts.org/charts/stable/proxmox-backup-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.png
+keywords:
+ - proxmox-backup-server
+ - pbs
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: proxmox-backup-server
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server
+ - https://hub.docker.com/r/ayufan/proxmox-backup-server
+type: application
+version: 3.7.3
diff --git a/stable/proxmox-backup-server/3.6.0/README.md b/stable/proxmox-backup-server/3.7.3/README.md
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/README.md
rename to stable/proxmox-backup-server/3.7.3/README.md
diff --git a/stable/proxmox-backup-server/3.7.3/app-changelog.md b/stable/proxmox-backup-server/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..93567eada77
--- /dev/null
+++ b/stable/proxmox-backup-server/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [proxmox-backup-server-3.7.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/proxmox-backup-server/3.6.0/app-readme.md b/stable/proxmox-backup-server/3.7.3/app-readme.md
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/app-readme.md
rename to stable/proxmox-backup-server/3.7.3/app-readme.md
diff --git a/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz b/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/proxmox-backup-server/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/proxmox-backup-server/3.6.0/ix_values.yaml b/stable/proxmox-backup-server/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/ix_values.yaml
rename to stable/proxmox-backup-server/3.7.3/ix_values.yaml
diff --git a/stable/proxmox-backup-server/3.6.0/questions.yaml b/stable/proxmox-backup-server/3.7.3/questions.yaml
similarity index 100%
rename from stable/proxmox-backup-server/3.6.0/questions.yaml
rename to stable/proxmox-backup-server/3.7.3/questions.yaml
diff --git a/stable/pyload/13.6.0/templates/common.yaml b/stable/proxmox-backup-server/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/pyload/13.6.0/templates/common.yaml
rename to stable/proxmox-backup-server/3.7.3/templates/common.yaml
diff --git a/stable/pwndrop/9.7.1/values.yaml b/stable/proxmox-backup-server/3.7.3/values.yaml
similarity index 100%
rename from stable/pwndrop/9.7.1/values.yaml
rename to stable/proxmox-backup-server/3.7.3/values.yaml
diff --git a/stable/prpdf/5.6.0/CHANGELOG.md b/stable/prpdf/5.6.0/CHANGELOG.md
deleted file mode 100644
index 3708fdf3047..00000000000
--- a/stable/prpdf/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [prpdf-5.6.0](https://github.com/truecharts/charts/compare/prpdf-5.5.2...prpdf-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [prpdf-5.5.2](https://github.com/truecharts/charts/compare/prpdf-5.5.1...prpdf-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [prpdf-5.5.1](https://github.com/truecharts/charts/compare/prpdf-5.5.0...prpdf-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [prpdf-5.5.0](https://github.com/truecharts/charts/compare/prpdf-5.4.1...prpdf-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [prpdf-5.4.1](https://github.com/truecharts/charts/compare/prpdf-5.4.0...prpdf-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [prpdf-5.4.0](https://github.com/truecharts/charts/compare/prpdf-5.3.0...prpdf-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [prpdf-5.3.0](https://github.com/truecharts/charts/compare/prpdf-5.2.3...prpdf-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [prpdf-5.2.3](https://github.com/truecharts/charts/compare/prpdf-5.2.2...prpdf-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [prpdf-5.2.2](https://github.com/truecharts/charts/compare/prpdf-5.2.0...prpdf-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/prpdf/5.6.0/Chart.yaml b/stable/prpdf/5.6.0/Chart.yaml
deleted file mode 100644
index a76fde97a45..00000000000
--- a/stable/prpdf/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc.
-home: https://truecharts.org/charts/stable/prpdf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png
-keywords:
- - prpdf
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: prpdf
-sources:
- - https://github.com/maschhoff/prpdf
- - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf
- - https://hub.docker.com/r/knex666/prpdf
-type: application
-version: 5.6.0
diff --git a/stable/prpdf/5.6.0/charts/common-20.1.5.tgz b/stable/prpdf/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/prpdf/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pyload-ng/5.7.0/.helmignore b/stable/prpdf/5.7.3/.helmignore
similarity index 100%
rename from stable/pyload-ng/5.7.0/.helmignore
rename to stable/prpdf/5.7.3/.helmignore
diff --git a/stable/prpdf/5.7.3/CHANGELOG.md b/stable/prpdf/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a88a8fc7ac6
--- /dev/null
+++ b/stable/prpdf/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prpdf-5.7.2](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/prpdf/5.7.3/Chart.yaml b/stable/prpdf/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..11e37c25805
--- /dev/null
+++ b/stable/prpdf/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc.
+home: https://truecharts.org/charts/stable/prpdf
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png
+keywords:
+ - prpdf
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: prpdf
+sources:
+ - https://github.com/maschhoff/prpdf
+ - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf
+ - https://hub.docker.com/r/knex666/prpdf
+type: application
+version: 5.7.3
diff --git a/stable/prpdf/5.6.0/README.md b/stable/prpdf/5.7.3/README.md
similarity index 100%
rename from stable/prpdf/5.6.0/README.md
rename to stable/prpdf/5.7.3/README.md
diff --git a/stable/prpdf/5.7.3/app-changelog.md b/stable/prpdf/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..dc3f3ab63b9
--- /dev/null
+++ b/stable/prpdf/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [prpdf-5.7.3](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/prpdf/5.6.0/app-readme.md b/stable/prpdf/5.7.3/app-readme.md
similarity index 100%
rename from stable/prpdf/5.6.0/app-readme.md
rename to stable/prpdf/5.7.3/app-readme.md
diff --git a/stable/prpdf/5.7.3/charts/common-20.2.4.tgz b/stable/prpdf/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/prpdf/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/prpdf/5.6.0/ix_values.yaml b/stable/prpdf/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/prpdf/5.6.0/ix_values.yaml
rename to stable/prpdf/5.7.3/ix_values.yaml
diff --git a/stable/prpdf/5.6.0/questions.yaml b/stable/prpdf/5.7.3/questions.yaml
similarity index 100%
rename from stable/prpdf/5.6.0/questions.yaml
rename to stable/prpdf/5.7.3/questions.yaml
diff --git a/stable/pvk-ii/5.6.0/templates/common.yaml b/stable/prpdf/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pvk-ii/5.6.0/templates/common.yaml
rename to stable/prpdf/5.7.3/templates/common.yaml
diff --git a/stable/pyload-ng/5.7.0/values.yaml b/stable/prpdf/5.7.3/values.yaml
similarity index 100%
rename from stable/pyload-ng/5.7.0/values.yaml
rename to stable/prpdf/5.7.3/values.yaml
diff --git a/stable/prusaslicer-novnc/8.7.0/CHANGELOG.md b/stable/prusaslicer-novnc/8.7.0/CHANGELOG.md
deleted file mode 100644
index bf3ecf4a789..00000000000
--- a/stable/prusaslicer-novnc/8.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
diff --git a/stable/prusaslicer-novnc/8.7.0/Chart.yaml b/stable/prusaslicer-novnc/8.7.0/Chart.yaml
deleted file mode 100644
index 22d46112788..00000000000
--- a/stable/prusaslicer-novnc/8.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart.
-home: https://truecharts.org/charts/stable/prusaslicer-novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
-keywords:
- - prusaslicer-novnc
- - home-automation
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: prusaslicer-novnc
-sources:
- - https://www.prusa3d.com/prusaslicer/
- - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc
- - https://hub.docker.com/r/mikeah/prusaslicer-novnc
-type: application
-version: 8.7.0
diff --git a/stable/prusaslicer-novnc/8.7.0/app-changelog.md b/stable/prusaslicer-novnc/8.7.0/app-changelog.md
deleted file mode 100644
index 61fcac274a4..00000000000
--- a/stable/prusaslicer-novnc/8.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [prusaslicer-novnc-8.7.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
\ No newline at end of file
diff --git a/stable/prusaslicer-novnc/8.7.0/charts/common-20.2.0.tgz b/stable/prusaslicer-novnc/8.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/prusaslicer-novnc/8.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/prusaslicer-novnc/8.7.0/ix_values.yaml b/stable/prusaslicer-novnc/8.7.0/ix_values.yaml
deleted file mode 100644
index c70397e421d..00000000000
--- a/stable/prusaslicer-novnc/8.7.0/ix_values.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: mikeah/prusaslicer-novnc
- tag: latest@sha256:1377f075c3b2535f128974223c9eb583887b0e300fcb678d2e596927a4bdb874
-persistence:
- configsfolder:
- enabled: true
- mountPath: /configs/
- prints:
- enabled: true
- mountPath: /prints/
-service:
- main:
- ports:
- main:
- port: 16080
- protocol: http
- targetPort: 8080
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
diff --git a/stable/pyload/13.6.0/.helmignore b/stable/prusaslicer-novnc/8.7.4/.helmignore
similarity index 100%
rename from stable/pyload/13.6.0/.helmignore
rename to stable/prusaslicer-novnc/8.7.4/.helmignore
diff --git a/stable/prusaslicer-novnc/8.7.4/CHANGELOG.md b/stable/prusaslicer-novnc/8.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..79e43b6ebab
--- /dev/null
+++ b/stable/prusaslicer-novnc/8.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [prusaslicer-novnc-8.7.4](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
+
+
+## [prusaslicer-novnc-8.7.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
+
+
+## [prusaslicer-novnc-8.7.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
+
+
+## [prusaslicer-novnc-8.7.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
+
+
+## [prusaslicer-novnc-8.7.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
+
+
+## [prusaslicer-novnc-8.7.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/prusaslicer-novnc/8.7.4/Chart.yaml b/stable/prusaslicer-novnc/8.7.4/Chart.yaml
new file mode 100644
index 00000000000..5a39ba002f9
--- /dev/null
+++ b/stable/prusaslicer-novnc/8.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart.
+home: https://truecharts.org/charts/stable/prusaslicer-novnc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
+keywords:
+ - prusaslicer-novnc
+ - home-automation
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: prusaslicer-novnc
+sources:
+ - https://www.prusa3d.com/prusaslicer/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc
+ - https://hub.docker.com/r/mikeah/prusaslicer-novnc
+type: application
+version: 8.7.4
diff --git a/stable/prusaslicer-novnc/8.7.0/README.md b/stable/prusaslicer-novnc/8.7.4/README.md
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/README.md
rename to stable/prusaslicer-novnc/8.7.4/README.md
diff --git a/stable/prusaslicer-novnc/8.7.4/app-changelog.md b/stable/prusaslicer-novnc/8.7.4/app-changelog.md
new file mode 100644
index 00000000000..7c74a27807b
--- /dev/null
+++ b/stable/prusaslicer-novnc/8.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [prusaslicer-novnc-8.7.4](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikeah/prusaslicer-novnc to latest[@bd59d9d](https://github.com/bd59d9d) by renovate ([#19623](https://github.com/truecharts/charts/issues/19623))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikeah/prusaslicer-novnc to latest[@1377f07](https://github.com/1377f07) by renovate ([#19274](https://github.com/truecharts/charts/issues/19274))
\ No newline at end of file
diff --git a/stable/prusaslicer-novnc/8.7.0/app-readme.md b/stable/prusaslicer-novnc/8.7.4/app-readme.md
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/app-readme.md
rename to stable/prusaslicer-novnc/8.7.4/app-readme.md
diff --git a/stable/prusaslicer-novnc/8.7.4/charts/common-20.2.4.tgz b/stable/prusaslicer-novnc/8.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/prusaslicer-novnc/8.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/prusaslicer-novnc/8.7.4/ix_values.yaml b/stable/prusaslicer-novnc/8.7.4/ix_values.yaml
new file mode 100644
index 00000000000..ebd34d63d83
--- /dev/null
+++ b/stable/prusaslicer-novnc/8.7.4/ix_values.yaml
@@ -0,0 +1,34 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: mikeah/prusaslicer-novnc
+ tag: latest@sha256:bd59d9dd2082e374e51bb0722b73b5e2e69fbe0099bc8384f804ae80916f292b
+persistence:
+ configsfolder:
+ enabled: true
+ mountPath: /configs/
+ prints:
+ enabled: true
+ mountPath: /prints/
+service:
+ main:
+ ports:
+ main:
+ port: 16080
+ protocol: http
+ targetPort: 8080
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
diff --git a/stable/prusaslicer-novnc/8.7.0/questions.yaml b/stable/prusaslicer-novnc/8.7.4/questions.yaml
similarity index 100%
rename from stable/prusaslicer-novnc/8.7.0/questions.yaml
rename to stable/prusaslicer-novnc/8.7.4/questions.yaml
diff --git a/stable/pylon/9.7.0/templates/NOTES.txt b/stable/prusaslicer-novnc/8.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/pylon/9.7.0/templates/NOTES.txt
rename to stable/prusaslicer-novnc/8.7.4/templates/NOTES.txt
diff --git a/stable/pwm/5.6.0/templates/common.yaml b/stable/prusaslicer-novnc/8.7.4/templates/common.yaml
similarity index 100%
rename from stable/pwm/5.6.0/templates/common.yaml
rename to stable/prusaslicer-novnc/8.7.4/templates/common.yaml
diff --git a/stable/pyload/13.6.0/values.yaml b/stable/prusaslicer-novnc/8.7.4/values.yaml
similarity index 100%
rename from stable/pyload/13.6.0/values.yaml
rename to stable/prusaslicer-novnc/8.7.4/values.yaml
diff --git a/stable/pt-helper/5.6.0/CHANGELOG.md b/stable/pt-helper/5.6.0/CHANGELOG.md
deleted file mode 100644
index 261a98a84bf..00000000000
--- a/stable/pt-helper/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pt-helper-5.6.0](https://github.com/truecharts/charts/compare/pt-helper-5.5.2...pt-helper-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pt-helper-5.5.2](https://github.com/truecharts/charts/compare/pt-helper-5.5.1...pt-helper-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pt-helper-5.5.1](https://github.com/truecharts/charts/compare/pt-helper-5.5.0...pt-helper-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pt-helper-5.5.0](https://github.com/truecharts/charts/compare/pt-helper-5.4.1...pt-helper-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pt-helper-5.4.1](https://github.com/truecharts/charts/compare/pt-helper-5.4.0...pt-helper-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pt-helper-5.4.0](https://github.com/truecharts/charts/compare/pt-helper-5.3.0...pt-helper-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pt-helper-5.3.0](https://github.com/truecharts/charts/compare/pt-helper-5.2.3...pt-helper-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pt-helper-5.2.3](https://github.com/truecharts/charts/compare/pt-helper-5.2.2...pt-helper-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pt-helper-5.2.2](https://github.com/truecharts/charts/compare/pt-helper-5.2.0...pt-helper-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pt-helper/5.6.0/Chart.yaml b/stable/pt-helper/5.6.0/Chart.yaml
deleted file mode 100644
index a0fbf1924cc..00000000000
--- a/stable/pt-helper/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A tool that can automatically download free seeds and delete them after the free time expires.
-home: https://truecharts.org/charts/stable/pt-helper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png
-keywords:
- - pt-helper
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pt-helper
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper
- - https://hub.docker.com/r/crazyq/pt_helper
-type: application
-version: 5.6.0
diff --git a/stable/pt-helper/5.6.0/charts/common-20.1.5.tgz b/stable/pt-helper/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pt-helper/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/pylon/9.7.0/.helmignore b/stable/pt-helper/5.7.3/.helmignore
similarity index 100%
rename from stable/pylon/9.7.0/.helmignore
rename to stable/pt-helper/5.7.3/.helmignore
diff --git a/stable/pt-helper/5.7.3/CHANGELOG.md b/stable/pt-helper/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2fff936f266
--- /dev/null
+++ b/stable/pt-helper/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pt-helper-5.7.2](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pt-helper/5.7.3/Chart.yaml b/stable/pt-helper/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c1d7dc38e9c
--- /dev/null
+++ b/stable/pt-helper/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A tool that can automatically download free seeds and delete them after the free time expires.
+home: https://truecharts.org/charts/stable/pt-helper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png
+keywords:
+ - pt-helper
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pt-helper
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper
+ - https://hub.docker.com/r/crazyq/pt_helper
+type: application
+version: 5.7.3
diff --git a/stable/pt-helper/5.6.0/README.md b/stable/pt-helper/5.7.3/README.md
similarity index 100%
rename from stable/pt-helper/5.6.0/README.md
rename to stable/pt-helper/5.7.3/README.md
diff --git a/stable/pt-helper/5.7.3/app-changelog.md b/stable/pt-helper/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2c78e319162
--- /dev/null
+++ b/stable/pt-helper/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pt-helper-5.7.3](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pt-helper/5.6.0/app-readme.md b/stable/pt-helper/5.7.3/app-readme.md
similarity index 100%
rename from stable/pt-helper/5.6.0/app-readme.md
rename to stable/pt-helper/5.7.3/app-readme.md
diff --git a/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz b/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pt-helper/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pt-helper/5.6.0/ix_values.yaml b/stable/pt-helper/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pt-helper/5.6.0/ix_values.yaml
rename to stable/pt-helper/5.7.3/ix_values.yaml
diff --git a/stable/pt-helper/5.6.0/questions.yaml b/stable/pt-helper/5.7.3/questions.yaml
similarity index 100%
rename from stable/pt-helper/5.6.0/questions.yaml
rename to stable/pt-helper/5.7.3/questions.yaml
diff --git a/stable/pyload-ng/5.7.0/templates/common.yaml b/stable/pt-helper/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/pyload-ng/5.7.0/templates/common.yaml
rename to stable/pt-helper/5.7.3/templates/common.yaml
diff --git a/stable/pylon/9.7.0/values.yaml b/stable/pt-helper/5.7.3/values.yaml
similarity index 100%
rename from stable/pylon/9.7.0/values.yaml
rename to stable/pt-helper/5.7.3/values.yaml
diff --git a/stable/putty/9.6.0/CHANGELOG.md b/stable/putty/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1e2b900be24..00000000000
--- a/stable/putty/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [putty-9.6.0](https://github.com/truecharts/charts/compare/putty-9.5.2...putty-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [putty-9.5.2](https://github.com/truecharts/charts/compare/putty-9.5.1...putty-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [putty-9.5.1](https://github.com/truecharts/charts/compare/putty-9.5.0...putty-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [putty-9.5.0](https://github.com/truecharts/charts/compare/putty-9.4.1...putty-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [putty-9.4.1](https://github.com/truecharts/charts/compare/putty-9.4.0...putty-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [putty-9.4.0](https://github.com/truecharts/charts/compare/putty-9.3.0...putty-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [putty-9.3.0](https://github.com/truecharts/charts/compare/putty-9.2.3...putty-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [putty-9.2.3](https://github.com/truecharts/charts/compare/putty-9.2.2...putty-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [putty-9.2.2](https://github.com/truecharts/charts/compare/putty-9.2.0...putty-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/putty/9.6.0/Chart.yaml b/stable/putty/9.6.0/Chart.yaml
deleted file mode 100644
index b76b2059537..00000000000
--- a/stable/putty/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
-home: https://truecharts.org/charts/stable/putty
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png
-keywords:
- - ssh
- - putty
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: putty
-sources:
- - https://github.com/jlesage/docker-putty
- - https://github.com/truecharts/charts/tree/master/charts/stable/putty
- - https://hub.docker.com/r/jlesage/putty
-type: application
-version: 9.6.0
diff --git a/stable/putty/9.6.0/charts/common-20.1.5.tgz b/stable/putty/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/putty/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/qbitmanage/8.6.0/.helmignore b/stable/putty/9.7.3/.helmignore
similarity index 100%
rename from stable/qbitmanage/8.6.0/.helmignore
rename to stable/putty/9.7.3/.helmignore
diff --git a/stable/putty/9.7.3/CHANGELOG.md b/stable/putty/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..64e740c3b1d
--- /dev/null
+++ b/stable/putty/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [putty-9.7.2](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/putty/9.7.3/Chart.yaml b/stable/putty/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..66973433bf8
--- /dev/null
+++ b/stable/putty/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
+home: https://truecharts.org/charts/stable/putty
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png
+keywords:
+ - ssh
+ - putty
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: putty
+sources:
+ - https://github.com/jlesage/docker-putty
+ - https://github.com/truecharts/charts/tree/master/charts/stable/putty
+ - https://hub.docker.com/r/jlesage/putty
+type: application
+version: 9.7.3
diff --git a/stable/putty/9.6.0/README.md b/stable/putty/9.7.3/README.md
similarity index 100%
rename from stable/putty/9.6.0/README.md
rename to stable/putty/9.7.3/README.md
diff --git a/stable/putty/9.7.3/app-changelog.md b/stable/putty/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..19d3fdf6f7e
--- /dev/null
+++ b/stable/putty/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [putty-9.7.3](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/putty/9.6.0/app-readme.md b/stable/putty/9.7.3/app-readme.md
similarity index 100%
rename from stable/putty/9.6.0/app-readme.md
rename to stable/putty/9.7.3/app-readme.md
diff --git a/stable/putty/9.7.3/charts/common-20.2.4.tgz b/stable/putty/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/putty/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/putty/9.6.0/ix_values.yaml b/stable/putty/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/putty/9.6.0/ix_values.yaml
rename to stable/putty/9.7.3/ix_values.yaml
diff --git a/stable/putty/9.6.0/questions.yaml b/stable/putty/9.7.3/questions.yaml
similarity index 100%
rename from stable/putty/9.6.0/questions.yaml
rename to stable/putty/9.7.3/questions.yaml
diff --git a/stable/qbitmanage/8.6.0/templates/NOTES.txt b/stable/putty/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/qbitmanage/8.6.0/templates/NOTES.txt
rename to stable/putty/9.7.3/templates/NOTES.txt
diff --git a/stable/pylon/9.7.0/templates/common.yaml b/stable/putty/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/pylon/9.7.0/templates/common.yaml
rename to stable/putty/9.7.3/templates/common.yaml
diff --git a/stable/qbitmanage/8.6.0/values.yaml b/stable/putty/9.7.3/values.yaml
similarity index 100%
rename from stable/qbitmanage/8.6.0/values.yaml
rename to stable/putty/9.7.3/values.yaml
diff --git a/stable/pvk-ii/5.6.0/CHANGELOG.md b/stable/pvk-ii/5.6.0/CHANGELOG.md
deleted file mode 100644
index b574ff212e6..00000000000
--- a/stable/pvk-ii/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pvk-ii-5.6.0](https://github.com/truecharts/charts/compare/pvk-ii-5.5.2...pvk-ii-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pvk-ii-5.5.2](https://github.com/truecharts/charts/compare/pvk-ii-5.5.1...pvk-ii-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pvk-ii-5.5.1](https://github.com/truecharts/charts/compare/pvk-ii-5.5.0...pvk-ii-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pvk-ii-5.5.0](https://github.com/truecharts/charts/compare/pvk-ii-5.4.1...pvk-ii-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pvk-ii-5.4.1](https://github.com/truecharts/charts/compare/pvk-ii-5.4.0...pvk-ii-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pvk-ii-5.4.0](https://github.com/truecharts/charts/compare/pvk-ii-5.3.0...pvk-ii-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pvk-ii-5.3.0](https://github.com/truecharts/charts/compare/pvk-ii-5.2.3...pvk-ii-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pvk-ii-5.2.3](https://github.com/truecharts/charts/compare/pvk-ii-5.2.2...pvk-ii-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pvk-ii-5.2.2](https://github.com/truecharts/charts/compare/pvk-ii-5.2.0...pvk-ii-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pvk-ii/5.6.0/Chart.yaml b/stable/pvk-ii/5.6.0/Chart.yaml
deleted file mode 100644
index 6f48fa1a961..00000000000
--- a/stable/pvk-ii/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: pkii
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.
-home: https://truecharts.org/charts/stable/pvk-ii
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png
-keywords:
- - pvk-ii
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pvk-ii
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/pvk-ii/5.6.0/charts/common-20.1.5.tgz b/stable/pvk-ii/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pvk-ii/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/qbitrr/4.7.0/.helmignore b/stable/pvk-ii/5.7.3/.helmignore
similarity index 100%
rename from stable/qbitrr/4.7.0/.helmignore
rename to stable/pvk-ii/5.7.3/.helmignore
diff --git a/stable/pvk-ii/5.7.3/CHANGELOG.md b/stable/pvk-ii/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9279ab597ad
--- /dev/null
+++ b/stable/pvk-ii/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pvk-ii-5.7.2](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pvk-ii/5.7.3/Chart.yaml b/stable/pvk-ii/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e5aaf060cd6
--- /dev/null
+++ b/stable/pvk-ii/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: pkii
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.
+home: https://truecharts.org/charts/stable/pvk-ii
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png
+keywords:
+ - pvk-ii
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pvk-ii
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/pvk-ii/5.6.0/README.md b/stable/pvk-ii/5.7.3/README.md
similarity index 100%
rename from stable/pvk-ii/5.6.0/README.md
rename to stable/pvk-ii/5.7.3/README.md
diff --git a/stable/pvk-ii/5.7.3/app-changelog.md b/stable/pvk-ii/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..cc9616728fe
--- /dev/null
+++ b/stable/pvk-ii/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pvk-ii-5.7.3](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pvk-ii/5.6.0/app-readme.md b/stable/pvk-ii/5.7.3/app-readme.md
similarity index 100%
rename from stable/pvk-ii/5.6.0/app-readme.md
rename to stable/pvk-ii/5.7.3/app-readme.md
diff --git a/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz b/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pvk-ii/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pvk-ii/5.6.0/ix_values.yaml b/stable/pvk-ii/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pvk-ii/5.6.0/ix_values.yaml
rename to stable/pvk-ii/5.7.3/ix_values.yaml
diff --git a/stable/pvk-ii/5.6.0/questions.yaml b/stable/pvk-ii/5.7.3/questions.yaml
similarity index 100%
rename from stable/pvk-ii/5.6.0/questions.yaml
rename to stable/pvk-ii/5.7.3/questions.yaml
diff --git a/stable/qbitmanage/8.6.0/templates/common.yaml b/stable/pvk-ii/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/qbitmanage/8.6.0/templates/common.yaml
rename to stable/pvk-ii/5.7.3/templates/common.yaml
diff --git a/stable/qbitrr/4.7.0/values.yaml b/stable/pvk-ii/5.7.3/values.yaml
similarity index 100%
rename from stable/qbitrr/4.7.0/values.yaml
rename to stable/pvk-ii/5.7.3/values.yaml
diff --git a/stable/pwm/5.6.0/CHANGELOG.md b/stable/pwm/5.6.0/CHANGELOG.md
deleted file mode 100644
index 10f0969c8e9..00000000000
--- a/stable/pwm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pwm-5.6.0](https://github.com/truecharts/charts/compare/pwm-5.5.2...pwm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pwm-5.5.2](https://github.com/truecharts/charts/compare/pwm-5.5.1...pwm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pwm-5.5.1](https://github.com/truecharts/charts/compare/pwm-5.5.0...pwm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pwm-5.5.0](https://github.com/truecharts/charts/compare/pwm-5.4.1...pwm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pwm-5.4.1](https://github.com/truecharts/charts/compare/pwm-5.4.0...pwm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pwm-5.4.0](https://github.com/truecharts/charts/compare/pwm-5.3.0...pwm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pwm-5.3.0](https://github.com/truecharts/charts/compare/pwm-5.2.3...pwm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pwm-5.2.3](https://github.com/truecharts/charts/compare/pwm-5.2.2...pwm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pwm-5.2.2](https://github.com/truecharts/charts/compare/pwm-5.2.0...pwm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pwm/5.6.0/Chart.yaml b/stable/pwm/5.6.0/Chart.yaml
deleted file mode 100644
index a09fce9043b..00000000000
--- a/stable/pwm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves.
-home: https://truecharts.org/charts/stable/pwm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png
-keywords:
- - pwm
- - Security
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pwm
-sources:
- - https://github.com/pwm-project/pwm
- - https://github.com/truecharts/charts/tree/master/charts/stable/pwm
- - https://hub.docker.com/r/fjudith/pwm
-type: application
-version: 5.6.0
diff --git a/stable/pwm/5.6.0/charts/common-20.1.5.tgz b/stable/pwm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pwm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/qbittorrent/19.6.1/.helmignore b/stable/pwm/5.7.3/.helmignore
similarity index 100%
rename from stable/qbittorrent/19.6.1/.helmignore
rename to stable/pwm/5.7.3/.helmignore
diff --git a/stable/pwm/5.7.3/CHANGELOG.md b/stable/pwm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8b2f818fd86
--- /dev/null
+++ b/stable/pwm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwm-5.7.2](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pwm/5.7.3/Chart.yaml b/stable/pwm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..cb3212dba42
--- /dev/null
+++ b/stable/pwm/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves.
+home: https://truecharts.org/charts/stable/pwm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png
+keywords:
+ - pwm
+ - Security
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pwm
+sources:
+ - https://github.com/pwm-project/pwm
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pwm
+ - https://hub.docker.com/r/fjudith/pwm
+type: application
+version: 5.7.3
diff --git a/stable/pwm/5.6.0/README.md b/stable/pwm/5.7.3/README.md
similarity index 100%
rename from stable/pwm/5.6.0/README.md
rename to stable/pwm/5.7.3/README.md
diff --git a/stable/pwm/5.7.3/app-changelog.md b/stable/pwm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..76e30093e69
--- /dev/null
+++ b/stable/pwm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pwm-5.7.3](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pwm/5.6.0/app-readme.md b/stable/pwm/5.7.3/app-readme.md
similarity index 100%
rename from stable/pwm/5.6.0/app-readme.md
rename to stable/pwm/5.7.3/app-readme.md
diff --git a/stable/pwm/5.7.3/charts/common-20.2.4.tgz b/stable/pwm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pwm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pwm/5.6.0/ix_values.yaml b/stable/pwm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/pwm/5.6.0/ix_values.yaml
rename to stable/pwm/5.7.3/ix_values.yaml
diff --git a/stable/pwm/5.6.0/questions.yaml b/stable/pwm/5.7.3/questions.yaml
similarity index 100%
rename from stable/pwm/5.6.0/questions.yaml
rename to stable/pwm/5.7.3/questions.yaml
diff --git a/stable/qbitrr/4.7.0/templates/common.yaml b/stable/pwm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/qbitrr/4.7.0/templates/common.yaml
rename to stable/pwm/5.7.3/templates/common.yaml
diff --git a/stable/qbittorrent/19.6.1/values.yaml b/stable/pwm/5.7.3/values.yaml
similarity index 100%
rename from stable/qbittorrent/19.6.1/values.yaml
rename to stable/pwm/5.7.3/values.yaml
diff --git a/stable/pwndrop/9.7.1/CHANGELOG.md b/stable/pwndrop/9.7.1/CHANGELOG.md
deleted file mode 100644
index 21d24283208..00000000000
--- a/stable/pwndrop/9.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
diff --git a/stable/pwndrop/9.7.1/Chart.yaml b/stable/pwndrop/9.7.1/Chart.yaml
deleted file mode 100644
index bd0d9359f40..00000000000
--- a/stable/pwndrop/9.7.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.1
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
-home: https://truecharts.org/charts/stable/pwndrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png
-keywords:
- - pwndrop
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pwndrop
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop
- - https://ghcr.io/linuxserver/pwndrop
-type: application
-version: 9.7.1
diff --git a/stable/pwndrop/9.7.1/app-changelog.md b/stable/pwndrop/9.7.1/app-changelog.md
deleted file mode 100644
index 86a6201207f..00000000000
--- a/stable/pwndrop/9.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz b/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/pwndrop/9.7.1/ix_values.yaml b/stable/pwndrop/9.7.1/ix_values.yaml
deleted file mode 100644
index b6ee09ce0b0..00000000000
--- a/stable/pwndrop/9.7.1/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/pwndrop
- pullPolicy: IfNotPresent
- tag: 1.0.1@sha256:714be96d84cbd93a2573c1632fffe0c96bc479f5134dcbb2dd6985343aaa6fc2
-service:
- main:
- ports:
- main:
- targetPort: 8080
- port: 10149
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/qdirstat/9.6.0/.helmignore b/stable/pwndrop/9.7.5/.helmignore
similarity index 100%
rename from stable/qdirstat/9.6.0/.helmignore
rename to stable/pwndrop/9.7.5/.helmignore
diff --git a/stable/pwndrop/9.7.5/CHANGELOG.md b/stable/pwndrop/9.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..8e454f80d86
--- /dev/null
+++ b/stable/pwndrop/9.7.5/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pwndrop-9.7.5](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwndrop-9.7.4](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwndrop-9.7.4](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwndrop-9.7.4](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwndrop-9.7.4](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pwndrop-9.7.4](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.4) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/pwndrop/9.7.5/Chart.yaml b/stable/pwndrop/9.7.5/Chart.yaml
new file mode 100644
index 00000000000..6e24a0b7864
--- /dev/null
+++ b/stable/pwndrop/9.7.5/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
+home: https://truecharts.org/charts/stable/pwndrop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png
+keywords:
+ - pwndrop
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pwndrop
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop
+ - https://ghcr.io/linuxserver/pwndrop
+type: application
+version: 9.7.5
diff --git a/stable/pwndrop/9.7.1/README.md b/stable/pwndrop/9.7.5/README.md
similarity index 100%
rename from stable/pwndrop/9.7.1/README.md
rename to stable/pwndrop/9.7.5/README.md
diff --git a/stable/pwndrop/9.7.5/app-changelog.md b/stable/pwndrop/9.7.5/app-changelog.md
new file mode 100644
index 00000000000..fb39355fa88
--- /dev/null
+++ b/stable/pwndrop/9.7.5/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [pwndrop-9.7.5](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f2f3237](https://github.com/f2f3237) by renovate ([#19599](https://github.com/truecharts/charts/issues/19599))
+
+- update container image ghcr.io/linuxserver/pwndrop to 1.0.1[@f5a5176](https://github.com/f5a5176) by renovate ([#19464](https://github.com/truecharts/charts/issues/19464))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pwndrop/9.7.1/app-readme.md b/stable/pwndrop/9.7.5/app-readme.md
similarity index 100%
rename from stable/pwndrop/9.7.1/app-readme.md
rename to stable/pwndrop/9.7.5/app-readme.md
diff --git a/stable/pwndrop/9.7.5/charts/common-20.2.4.tgz b/stable/pwndrop/9.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pwndrop/9.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/pwndrop/9.7.5/ix_values.yaml b/stable/pwndrop/9.7.5/ix_values.yaml
new file mode 100644
index 00000000000..fac13c8deaf
--- /dev/null
+++ b/stable/pwndrop/9.7.5/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/pwndrop
+ pullPolicy: IfNotPresent
+ tag: 1.0.1@sha256:f2f32377c4a5cbdbc1c63354df760ab296bc91c31de8607a43d7d31b102e9acf
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8080
+ port: 10149
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/pwndrop/9.7.1/questions.yaml b/stable/pwndrop/9.7.5/questions.yaml
similarity index 100%
rename from stable/pwndrop/9.7.1/questions.yaml
rename to stable/pwndrop/9.7.5/questions.yaml
diff --git a/stable/qbitrr/4.7.0/templates/NOTES.txt b/stable/pwndrop/9.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/qbitrr/4.7.0/templates/NOTES.txt
rename to stable/pwndrop/9.7.5/templates/NOTES.txt
diff --git a/stable/qdirstat/9.6.0/templates/common.yaml b/stable/pwndrop/9.7.5/templates/common.yaml
similarity index 100%
rename from stable/qdirstat/9.6.0/templates/common.yaml
rename to stable/pwndrop/9.7.5/templates/common.yaml
diff --git a/stable/qdirstat/9.6.0/values.yaml b/stable/pwndrop/9.7.5/values.yaml
similarity index 100%
rename from stable/qdirstat/9.6.0/values.yaml
rename to stable/pwndrop/9.7.5/values.yaml
diff --git a/stable/pyload-ng/5.7.0/CHANGELOG.md b/stable/pyload-ng/5.7.0/CHANGELOG.md
deleted file mode 100644
index 8755b4dd0b4..00000000000
--- a/stable/pyload-ng/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
diff --git a/stable/pyload-ng/5.7.0/Chart.yaml b/stable/pyload-ng/5.7.0/Chart.yaml
deleted file mode 100644
index 0efb06280b3..00000000000
--- a/stable/pyload-ng/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
-home: https://truecharts.org/charts/stable/pyload-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png
-keywords:
- - pyload-ng
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pyload-ng
-sources:
- - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng
- - https://github.com/linuxserver/docker-pyload-ng#readme
- - https://pyload.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng
- - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng
-type: application
-version: 5.7.0
diff --git a/stable/pyload-ng/5.7.0/app-changelog.md b/stable/pyload-ng/5.7.0/app-changelog.md
deleted file mode 100644
index b604b4fa698..00000000000
--- a/stable/pyload-ng/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [pyload-ng-5.7.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
\ No newline at end of file
diff --git a/stable/pyload-ng/5.7.0/charts/common-20.2.0.tgz b/stable/pyload-ng/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/pyload-ng/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/pyload-ng/5.7.0/ix_values.yaml b/stable/pyload-ng/5.7.0/ix_values.yaml
deleted file mode 100644
index 8939bceb0c9..00000000000
--- a/stable/pyload-ng/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lscr.io/linuxserver/pyload-ng
- tag: latest@sha256:59d3b486542ed3fd531a03b584cbcbf9dd288127cf98b9ed533e252cded0dd34
-persistence:
- config:
- enabled: true
- mountPath: /config
- pathdownloads:
- enabled: true
- mountPath: /downloads
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 8000
- protocol: http
- targetPort: 8000
- port9666:
- enabled: true
- ports:
- port9666:
- enabled: true
- port: 9666
- protocol: tcp
- targetPort: 9666
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
diff --git a/stable/qflood/5.6.0/.helmignore b/stable/pyload-ng/5.7.4/.helmignore
similarity index 100%
rename from stable/qflood/5.6.0/.helmignore
rename to stable/pyload-ng/5.7.4/.helmignore
diff --git a/stable/pyload-ng/5.7.4/CHANGELOG.md b/stable/pyload-ng/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..93d98c2ff31
--- /dev/null
+++ b/stable/pyload-ng/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pyload-ng-5.7.4](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
+
+
+## [pyload-ng-5.7.3](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
+
+
+## [pyload-ng-5.7.3](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
+
+
+## [pyload-ng-5.7.3](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
+
+
+## [pyload-ng-5.7.3](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
+
+
+## [pyload-ng-5.7.3](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/pyload-ng/5.7.4/Chart.yaml b/stable/pyload-ng/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..8f9148df7be
--- /dev/null
+++ b/stable/pyload-ng/5.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
+home: https://truecharts.org/charts/stable/pyload-ng
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png
+keywords:
+ - pyload-ng
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pyload-ng
+sources:
+ - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng
+ - https://github.com/linuxserver/docker-pyload-ng#readme
+ - https://pyload.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng
+ - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng
+type: application
+version: 5.7.4
diff --git a/stable/pyload-ng/5.7.0/README.md b/stable/pyload-ng/5.7.4/README.md
similarity index 100%
rename from stable/pyload-ng/5.7.0/README.md
rename to stable/pyload-ng/5.7.4/README.md
diff --git a/stable/pyload-ng/5.7.4/app-changelog.md b/stable/pyload-ng/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..e6bee5b436d
--- /dev/null
+++ b/stable/pyload-ng/5.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [pyload-ng-5.7.4](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@8c2361f](https://github.com/8c2361f) by renovate ([#19651](https://github.com/truecharts/charts/issues/19651))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
\ No newline at end of file
diff --git a/stable/pyload-ng/5.7.0/app-readme.md b/stable/pyload-ng/5.7.4/app-readme.md
similarity index 100%
rename from stable/pyload-ng/5.7.0/app-readme.md
rename to stable/pyload-ng/5.7.4/app-readme.md
diff --git a/stable/pyload-ng/5.7.4/charts/common-20.2.4.tgz b/stable/pyload-ng/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pyload-ng/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/pyload-ng/5.7.4/ix_values.yaml b/stable/pyload-ng/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..ec5af542c48
--- /dev/null
+++ b/stable/pyload-ng/5.7.4/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lscr.io/linuxserver/pyload-ng
+ tag: latest@sha256:8c2361f2f3f7523d406869c3125e5fc47cb1b85cbed1a8628f867998db26800d
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ pathdownloads:
+ enabled: true
+ mountPath: /downloads
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 8000
+ protocol: http
+ targetPort: 8000
+ port9666:
+ enabled: true
+ ports:
+ port9666:
+ enabled: true
+ port: 9666
+ protocol: tcp
+ targetPort: 9666
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
diff --git a/stable/pyload-ng/5.7.0/questions.yaml b/stable/pyload-ng/5.7.4/questions.yaml
similarity index 100%
rename from stable/pyload-ng/5.7.0/questions.yaml
rename to stable/pyload-ng/5.7.4/questions.yaml
diff --git a/stable/qflood/5.6.0/templates/common.yaml b/stable/pyload-ng/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/qflood/5.6.0/templates/common.yaml
rename to stable/pyload-ng/5.7.4/templates/common.yaml
diff --git a/stable/qflood/5.6.0/values.yaml b/stable/pyload-ng/5.7.4/values.yaml
similarity index 100%
rename from stable/qflood/5.6.0/values.yaml
rename to stable/pyload-ng/5.7.4/values.yaml
diff --git a/stable/pyload/13.6.0/CHANGELOG.md b/stable/pyload/13.6.0/CHANGELOG.md
deleted file mode 100644
index 7d912cced3d..00000000000
--- a/stable/pyload/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pyload-13.6.0](https://github.com/truecharts/charts/compare/pyload-13.5.2...pyload-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [pyload-13.5.2](https://github.com/truecharts/charts/compare/pyload-13.5.1...pyload-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [pyload-13.5.1](https://github.com/truecharts/charts/compare/pyload-13.5.0...pyload-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [pyload-13.5.0](https://github.com/truecharts/charts/compare/pyload-13.4.1...pyload-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [pyload-13.4.1](https://github.com/truecharts/charts/compare/pyload-13.4.0...pyload-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [pyload-13.4.0](https://github.com/truecharts/charts/compare/pyload-13.3.0...pyload-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [pyload-13.3.0](https://github.com/truecharts/charts/compare/pyload-13.2.3...pyload-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [pyload-13.2.3](https://github.com/truecharts/charts/compare/pyload-13.2.2...pyload-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [pyload-13.2.2](https://github.com/truecharts/charts/compare/pyload-13.2.0...pyload-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/pyload/13.6.0/Chart.yaml b/stable/pyload/13.6.0/Chart.yaml
deleted file mode 100644
index 5790a49f40f..00000000000
--- a/stable/pyload/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 360b2295
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
-home: https://truecharts.org/charts/stable/pyload
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png
-keywords:
- - pyload
- - download
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pyload
-sources:
- - https://github.com/pyload/pyload
- - https://github.com/truecharts/charts/tree/master/charts/stable/pyload
- - https://ghcr.io/linuxserver/pyload
-type: application
-version: 13.6.0
diff --git a/stable/pyload/13.6.0/charts/common-20.1.5.tgz b/stable/pyload/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/pyload/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/qinglong/9.6.0/.helmignore b/stable/pyload/13.7.3/.helmignore
similarity index 100%
rename from stable/qinglong/9.6.0/.helmignore
rename to stable/pyload/13.7.3/.helmignore
diff --git a/stable/pyload/13.7.3/CHANGELOG.md b/stable/pyload/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5c1086c6173
--- /dev/null
+++ b/stable/pyload/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pyload-13.7.2](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/pyload/13.7.3/Chart.yaml b/stable/pyload/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..959955b9f71
--- /dev/null
+++ b/stable/pyload/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 360b2295
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
+home: https://truecharts.org/charts/stable/pyload
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png
+keywords:
+ - pyload
+ - download
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pyload
+sources:
+ - https://github.com/pyload/pyload
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pyload
+ - https://ghcr.io/linuxserver/pyload
+type: application
+version: 13.7.3
diff --git a/stable/pyload/13.6.0/README.md b/stable/pyload/13.7.3/README.md
similarity index 100%
rename from stable/pyload/13.6.0/README.md
rename to stable/pyload/13.7.3/README.md
diff --git a/stable/pyload/13.7.3/app-changelog.md b/stable/pyload/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..1d773b6110c
--- /dev/null
+++ b/stable/pyload/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [pyload-13.7.3](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pyload/13.6.0/app-readme.md b/stable/pyload/13.7.3/app-readme.md
similarity index 100%
rename from stable/pyload/13.6.0/app-readme.md
rename to stable/pyload/13.7.3/app-readme.md
diff --git a/stable/pyload/13.7.3/charts/common-20.2.4.tgz b/stable/pyload/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pyload/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/pyload/13.6.0/ix_values.yaml b/stable/pyload/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/pyload/13.6.0/ix_values.yaml
rename to stable/pyload/13.7.3/ix_values.yaml
diff --git a/stable/pyload/13.6.0/questions.yaml b/stable/pyload/13.7.3/questions.yaml
similarity index 100%
rename from stable/pyload/13.6.0/questions.yaml
rename to stable/pyload/13.7.3/questions.yaml
diff --git a/stable/qbittorrent/19.6.1/templates/NOTES.txt b/stable/pyload/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/qbittorrent/19.6.1/templates/NOTES.txt
rename to stable/pyload/13.7.3/templates/NOTES.txt
diff --git a/stable/qinglong/9.6.0/templates/common.yaml b/stable/pyload/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/qinglong/9.6.0/templates/common.yaml
rename to stable/pyload/13.7.3/templates/common.yaml
diff --git a/stable/qinglong/9.6.0/values.yaml b/stable/pyload/13.7.3/values.yaml
similarity index 100%
rename from stable/qinglong/9.6.0/values.yaml
rename to stable/pyload/13.7.3/values.yaml
diff --git a/stable/pylon/9.7.0/CHANGELOG.md b/stable/pylon/9.7.0/CHANGELOG.md
deleted file mode 100644
index bfb6b42bd61..00000000000
--- a/stable/pylon/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/pylon/9.7.0/Chart.yaml b/stable/pylon/9.7.0/Chart.yaml
deleted file mode 100644
index 23dcc279da4..00000000000
--- a/stable/pylon/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.10.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Pylon is a web based integrated development environment.
-home: https://truecharts.org/charts/stable/pylon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png
-keywords:
- - pylon
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: pylon
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/pylon
- - https://ghcr.io/linuxserver/pylon
-type: application
-version: 9.7.0
diff --git a/stable/pylon/9.7.0/app-changelog.md b/stable/pylon/9.7.0/app-changelog.md
deleted file mode 100644
index 071da8394ff..00000000000
--- a/stable/pylon/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [pylon-9.7.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pylon/9.7.0/charts/common-20.2.0.tgz b/stable/pylon/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/pylon/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/pylon/9.7.0/ix_values.yaml b/stable/pylon/9.7.0/ix_values.yaml
deleted file mode 100644
index 1b76e6a1860..00000000000
--- a/stable/pylon/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/pylon
- pullPolicy: IfNotPresent
- tag: 2.10.0@sha256:ce3d64cc48478e2a15802ce1cd99ff3c469ff1f3e038dbeaa5b4397202b71f3a
-service:
- main:
- ports:
- main:
- targetPort: 3131
- port: 3131
-persistence:
- code:
- enabled: true
- mountPath: "/code"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- GITURL: ""
- PYUSER: ""
- PYPASS: ""
diff --git a/stable/quake3/5.6.0/.helmignore b/stable/pylon/9.7.4/.helmignore
similarity index 100%
rename from stable/quake3/5.6.0/.helmignore
rename to stable/pylon/9.7.4/.helmignore
diff --git a/stable/pylon/9.7.4/CHANGELOG.md b/stable/pylon/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..86aaa865242
--- /dev/null
+++ b/stable/pylon/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [pylon-9.7.4](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pylon-9.7.3](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pylon-9.7.3](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pylon-9.7.3](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pylon-9.7.3](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [pylon-9.7.3](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pylon/9.7.4/Chart.yaml b/stable/pylon/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..292beb1dca5
--- /dev/null
+++ b/stable/pylon/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.10.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Pylon is a web based integrated development environment.
+home: https://truecharts.org/charts/stable/pylon
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png
+keywords:
+ - pylon
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: pylon
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/pylon
+ - https://ghcr.io/linuxserver/pylon
+type: application
+version: 9.7.4
diff --git a/stable/pylon/9.7.0/README.md b/stable/pylon/9.7.4/README.md
similarity index 100%
rename from stable/pylon/9.7.0/README.md
rename to stable/pylon/9.7.4/README.md
diff --git a/stable/pylon/9.7.4/app-changelog.md b/stable/pylon/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..7beb810d267
--- /dev/null
+++ b/stable/pylon/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [pylon-9.7.4](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/pylon to 2.10.0[@5c94c89](https://github.com/5c94c89) by renovate ([#19507](https://github.com/truecharts/charts/issues/19507))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/pylon/9.7.0/app-readme.md b/stable/pylon/9.7.4/app-readme.md
similarity index 100%
rename from stable/pylon/9.7.0/app-readme.md
rename to stable/pylon/9.7.4/app-readme.md
diff --git a/stable/pylon/9.7.4/charts/common-20.2.4.tgz b/stable/pylon/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/pylon/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/pylon/9.7.4/ix_values.yaml b/stable/pylon/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..048d5fe5176
--- /dev/null
+++ b/stable/pylon/9.7.4/ix_values.yaml
@@ -0,0 +1,34 @@
+image:
+ repository: ghcr.io/linuxserver/pylon
+ pullPolicy: IfNotPresent
+ tag: 2.10.0@sha256:5c94c8900b9161c12c575a9fdad8de8181a926df31224fa3185f15ac83739773
+service:
+ main:
+ ports:
+ main:
+ targetPort: 3131
+ port: 3131
+persistence:
+ code:
+ enabled: true
+ mountPath: "/code"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ GITURL: ""
+ PYUSER: ""
+ PYPASS: ""
diff --git a/stable/pylon/9.7.0/questions.yaml b/stable/pylon/9.7.4/questions.yaml
similarity index 100%
rename from stable/pylon/9.7.0/questions.yaml
rename to stable/pylon/9.7.4/questions.yaml
diff --git a/stable/qdirstat/9.6.0/templates/NOTES.txt b/stable/pylon/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/qdirstat/9.6.0/templates/NOTES.txt
rename to stable/pylon/9.7.4/templates/NOTES.txt
diff --git a/stable/quassel-core/11.7.0/templates/common.yaml b/stable/pylon/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/quassel-core/11.7.0/templates/common.yaml
rename to stable/pylon/9.7.4/templates/common.yaml
diff --git a/stable/quake3/5.6.0/values.yaml b/stable/pylon/9.7.4/values.yaml
similarity index 100%
rename from stable/quake3/5.6.0/values.yaml
rename to stable/pylon/9.7.4/values.yaml
diff --git a/stable/qbitmanage/8.6.0/CHANGELOG.md b/stable/qbitmanage/8.6.0/CHANGELOG.md
deleted file mode 100644
index e4f250b3dad..00000000000
--- a/stable/qbitmanage/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qbitmanage-8.6.0](https://github.com/truecharts/charts/compare/qbitmanage-8.5.2...qbitmanage-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qbitmanage-8.5.2](https://github.com/truecharts/charts/compare/qbitmanage-8.5.1...qbitmanage-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qbitmanage-8.5.1](https://github.com/truecharts/charts/compare/qbitmanage-8.5.0...qbitmanage-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qbitmanage-8.5.0](https://github.com/truecharts/charts/compare/qbitmanage-8.4.1...qbitmanage-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qbitmanage-8.4.1](https://github.com/truecharts/charts/compare/qbitmanage-8.4.0...qbitmanage-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qbitmanage-8.4.0](https://github.com/truecharts/charts/compare/qbitmanage-8.3.0...qbitmanage-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qbitmanage-8.3.0](https://github.com/truecharts/charts/compare/qbitmanage-8.2.4...qbitmanage-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qbitmanage-8.2.4](https://github.com/truecharts/charts/compare/qbitmanage-8.2.3...qbitmanage-8.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qbitmanage-8.2.3](https://github.com/truecharts/charts/compare/qbitmanage-8.2.1...qbitmanage-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/qbitmanage/8.6.0/Chart.yaml b/stable/qbitmanage/8.6.0/Chart.yaml
deleted file mode 100644
index 6a598fab2f7..00000000000
--- a/stable/qbitmanage/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.9
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more.
-home: https://truecharts.org/charts/stable/qbitmanage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png
-keywords:
- - qbitmanage
- - Downloaders
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qbitmanage
-sources:
- - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation
- - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage
- - https://hub.docker.com/r/bobokun/qbit_manage
-type: application
-version: 8.6.0
diff --git a/stable/qbitmanage/8.6.0/charts/common-20.1.5.tgz b/stable/qbitmanage/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qbitmanage/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/quassel-core/11.7.0/.helmignore b/stable/qbitmanage/8.7.3/.helmignore
similarity index 100%
rename from stable/quassel-core/11.7.0/.helmignore
rename to stable/qbitmanage/8.7.3/.helmignore
diff --git a/stable/qbitmanage/8.7.3/CHANGELOG.md b/stable/qbitmanage/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..80e8ccec45a
--- /dev/null
+++ b/stable/qbitmanage/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitmanage-8.7.2](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qbitmanage/8.7.3/Chart.yaml b/stable/qbitmanage/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..f2c7f60dba8
--- /dev/null
+++ b/stable/qbitmanage/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more.
+home: https://truecharts.org/charts/stable/qbitmanage
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png
+keywords:
+ - qbitmanage
+ - Downloaders
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qbitmanage
+sources:
+ - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage
+ - https://hub.docker.com/r/bobokun/qbit_manage
+type: application
+version: 8.7.3
diff --git a/stable/qbitmanage/8.6.0/README.md b/stable/qbitmanage/8.7.3/README.md
similarity index 100%
rename from stable/qbitmanage/8.6.0/README.md
rename to stable/qbitmanage/8.7.3/README.md
diff --git a/stable/qbitmanage/8.7.3/app-changelog.md b/stable/qbitmanage/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..048cb803c3c
--- /dev/null
+++ b/stable/qbitmanage/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qbitmanage-8.7.3](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qbitmanage/8.6.0/app-readme.md b/stable/qbitmanage/8.7.3/app-readme.md
similarity index 100%
rename from stable/qbitmanage/8.6.0/app-readme.md
rename to stable/qbitmanage/8.7.3/app-readme.md
diff --git a/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz b/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qbitmanage/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qbitmanage/8.6.0/ix_values.yaml b/stable/qbitmanage/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/qbitmanage/8.6.0/ix_values.yaml
rename to stable/qbitmanage/8.7.3/ix_values.yaml
diff --git a/stable/qbitmanage/8.6.0/questions.yaml b/stable/qbitmanage/8.7.3/questions.yaml
similarity index 100%
rename from stable/qbitmanage/8.6.0/questions.yaml
rename to stable/qbitmanage/8.7.3/questions.yaml
diff --git a/stable/qinglong/9.6.0/templates/NOTES.txt b/stable/qbitmanage/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/qinglong/9.6.0/templates/NOTES.txt
rename to stable/qbitmanage/8.7.3/templates/NOTES.txt
diff --git a/stable/quake3/5.6.0/templates/common.yaml b/stable/qbitmanage/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/quake3/5.6.0/templates/common.yaml
rename to stable/qbitmanage/8.7.3/templates/common.yaml
diff --git a/stable/quassel-core/11.7.0/values.yaml b/stable/qbitmanage/8.7.3/values.yaml
similarity index 100%
rename from stable/quassel-core/11.7.0/values.yaml
rename to stable/qbitmanage/8.7.3/values.yaml
diff --git a/stable/qbitrr/4.7.0/CHANGELOG.md b/stable/qbitrr/4.7.0/CHANGELOG.md
deleted file mode 100644
index f9625dec7cd..00000000000
--- a/stable/qbitrr/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qbitrr-4.7.0](https://github.com/truecharts/charts/compare/qbitrr-4.6.2...qbitrr-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qbitrr-4.6.2](https://github.com/truecharts/charts/compare/qbitrr-4.6.1...qbitrr-4.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qbitrr-4.6.1](https://github.com/truecharts/charts/compare/qbitrr-4.6.0...qbitrr-4.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qbitrr-4.6.0](https://github.com/truecharts/charts/compare/qbitrr-4.5.2...qbitrr-4.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qbitrr-4.5.2](https://github.com/truecharts/charts/compare/qbitrr-4.5.1...qbitrr-4.5.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image feramance/qbitrr to v4.4.1[@d359f66](https://github.com/d359f66) by renovate ([#19061](https://github.com/truecharts/charts/issues/19061))
-
-
-## [qbitrr-4.5.1](https://github.com/truecharts/charts/compare/qbitrr-4.5.0...qbitrr-4.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qbitrr-4.5.0](https://github.com/truecharts/charts/compare/qbitrr-4.4.0...qbitrr-4.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qbitrr-4.4.0](https://github.com/truecharts/charts/compare/qbitrr-4.3.3...qbitrr-4.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qbitrr-4.3.3](https://github.com/truecharts/charts/compare/qbitrr-4.3.2...qbitrr-4.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qbitrr-4.3.2](https://github.com/truecharts/charts/compare/qbitrr-4.3.0...qbitrr-4.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/qbitrr/4.7.0/Chart.yaml b/stable/qbitrr/4.7.0/Chart.yaml
deleted file mode 100644
index bfae4639e1b..00000000000
--- a/stable/qbitrr/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.4.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
-home: https://truecharts.org/charts/stable/qbitrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
-keywords:
- - qbitrr
- - Downloaders
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qbitrr
-sources:
- - https://github.com/Feramance/Qbitrr
- - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
- - https://hub.docker.com/r/feramance/qbitrr
-type: application
-version: 4.7.0
diff --git a/stable/qbitrr/4.7.0/charts/common-20.1.5.tgz b/stable/qbitrr/4.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qbitrr/4.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/quassel-web/9.6.0/.helmignore b/stable/qbitrr/4.8.3/.helmignore
similarity index 100%
rename from stable/quassel-web/9.6.0/.helmignore
rename to stable/qbitrr/4.8.3/.helmignore
diff --git a/stable/qbitrr/4.8.3/CHANGELOG.md b/stable/qbitrr/4.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..e45c8f6ae48
--- /dev/null
+++ b/stable/qbitrr/4.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qbitrr-4.8.3](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qbitrr-4.8.2](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qbitrr/4.8.3/Chart.yaml b/stable/qbitrr/4.8.3/Chart.yaml
new file mode 100644
index 00000000000..6c79997795d
--- /dev/null
+++ b/stable/qbitrr/4.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
+home: https://truecharts.org/charts/stable/qbitrr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
+keywords:
+ - qbitrr
+ - Downloaders
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qbitrr
+sources:
+ - https://github.com/Feramance/Qbitrr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
+ - https://hub.docker.com/r/feramance/qbitrr
+type: application
+version: 4.8.3
diff --git a/stable/qbitrr/4.7.0/README.md b/stable/qbitrr/4.8.3/README.md
similarity index 100%
rename from stable/qbitrr/4.7.0/README.md
rename to stable/qbitrr/4.8.3/README.md
diff --git a/stable/qbitrr/4.8.3/app-changelog.md b/stable/qbitrr/4.8.3/app-changelog.md
new file mode 100644
index 00000000000..85f0cb1305a
--- /dev/null
+++ b/stable/qbitrr/4.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qbitrr-4.8.3](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qbitrr/4.7.0/app-readme.md b/stable/qbitrr/4.8.3/app-readme.md
similarity index 100%
rename from stable/qbitrr/4.7.0/app-readme.md
rename to stable/qbitrr/4.8.3/app-readme.md
diff --git a/stable/qbitrr/4.8.3/charts/common-20.2.4.tgz b/stable/qbitrr/4.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qbitrr/4.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qbitrr/4.7.0/ix_values.yaml b/stable/qbitrr/4.8.3/ix_values.yaml
similarity index 100%
rename from stable/qbitrr/4.7.0/ix_values.yaml
rename to stable/qbitrr/4.8.3/ix_values.yaml
diff --git a/stable/qbitrr/4.7.0/questions.yaml b/stable/qbitrr/4.8.3/questions.yaml
similarity index 100%
rename from stable/qbitrr/4.7.0/questions.yaml
rename to stable/qbitrr/4.8.3/questions.yaml
diff --git a/stable/quassel-core/11.7.0/templates/NOTES.txt b/stable/qbitrr/4.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/quassel-core/11.7.0/templates/NOTES.txt
rename to stable/qbitrr/4.8.3/templates/NOTES.txt
diff --git a/stable/quickshare/5.6.0/templates/common.yaml b/stable/qbitrr/4.8.3/templates/common.yaml
similarity index 100%
rename from stable/quickshare/5.6.0/templates/common.yaml
rename to stable/qbitrr/4.8.3/templates/common.yaml
diff --git a/stable/quassel-web/9.6.0/values.yaml b/stable/qbitrr/4.8.3/values.yaml
similarity index 100%
rename from stable/quassel-web/9.6.0/values.yaml
rename to stable/qbitrr/4.8.3/values.yaml
diff --git a/stable/qbittorrent/19.6.1/CHANGELOG.md b/stable/qbittorrent/19.6.1/CHANGELOG.md
deleted file mode 100644
index d5765259a07..00000000000
--- a/stable/qbittorrent/19.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
-
-
-## [qbittorrent-19.6.0](https://github.com/truecharts/charts/compare/qbittorrent-19.5.3...qbittorrent-19.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/qbittorrent/19.6.1/Chart.yaml b/stable/qbittorrent/19.6.1/Chart.yaml
deleted file mode 100644
index 31e528e6af2..00000000000
--- a/stable/qbittorrent/19.6.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.6.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: qBittorrent is a cross-platform free and open-source BitTorrent client
-home: https://truecharts.org/charts/stable/qbittorrent
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png
-keywords:
- - qbittorrent
- - torrrent
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qbittorrent
-sources:
- - https://github.com/qbittorrent/qBittorrent
- - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
- - https://ghcr.io/onedr0p/qbittorrent
- - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server
-type: application
-version: 19.6.1
diff --git a/stable/qbittorrent/19.6.1/app-changelog.md b/stable/qbittorrent/19.6.1/app-changelog.md
deleted file mode 100644
index 8403cd31119..00000000000
--- a/stable/qbittorrent/19.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [qbittorrent-19.6.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
\ No newline at end of file
diff --git a/stable/qbittorrent/19.6.1/charts/common-20.1.5.tgz b/stable/qbittorrent/19.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qbittorrent/19.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/quickshare/5.6.0/.helmignore b/stable/qbittorrent/19.7.3/.helmignore
similarity index 100%
rename from stable/quickshare/5.6.0/.helmignore
rename to stable/qbittorrent/19.7.3/.helmignore
diff --git a/stable/qbittorrent/19.7.3/CHANGELOG.md b/stable/qbittorrent/19.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5304bbe80e8
--- /dev/null
+++ b/stable/qbittorrent/19.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
+
+
+## [qbittorrent-19.7.2](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
+
+
+## [qbittorrent-19.7.2](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
+
+
+## [qbittorrent-19.7.2](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
+
+
+## [qbittorrent-19.7.2](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
+
+
+## [qbittorrent-19.7.2](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
\ No newline at end of file
diff --git a/stable/qbittorrent/19.7.3/Chart.yaml b/stable/qbittorrent/19.7.3/Chart.yaml
new file mode 100644
index 00000000000..95e7289af65
--- /dev/null
+++ b/stable/qbittorrent/19.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.6.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: qBittorrent is a cross-platform free and open-source BitTorrent client
+home: https://truecharts.org/charts/stable/qbittorrent
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png
+keywords:
+ - qbittorrent
+ - torrrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qbittorrent
+sources:
+ - https://github.com/qbittorrent/qBittorrent
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
+ - https://ghcr.io/onedr0p/qbittorrent
+ - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server
+type: application
+version: 19.7.3
diff --git a/stable/qbittorrent/19.6.1/README.md b/stable/qbittorrent/19.7.3/README.md
similarity index 100%
rename from stable/qbittorrent/19.6.1/README.md
rename to stable/qbittorrent/19.7.3/README.md
diff --git a/stable/qbittorrent/19.7.3/app-changelog.md b/stable/qbittorrent/19.7.3/app-changelog.md
new file mode 100644
index 00000000000..742e936c685
--- /dev/null
+++ b/stable/qbittorrent/19.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [qbittorrent-19.7.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/qbittorrent to 4.6.3[@f2895e6](https://github.com/f2895e6) by renovate ([#19256](https://github.com/truecharts/charts/issues/19256))
\ No newline at end of file
diff --git a/stable/qbittorrent/19.6.1/app-readme.md b/stable/qbittorrent/19.7.3/app-readme.md
similarity index 100%
rename from stable/qbittorrent/19.6.1/app-readme.md
rename to stable/qbittorrent/19.7.3/app-readme.md
diff --git a/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz b/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qbittorrent/19.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qbittorrent/19.6.1/ix_values.yaml b/stable/qbittorrent/19.7.3/ix_values.yaml
similarity index 100%
rename from stable/qbittorrent/19.6.1/ix_values.yaml
rename to stable/qbittorrent/19.7.3/ix_values.yaml
diff --git a/stable/qbittorrent/19.6.1/questions.yaml b/stable/qbittorrent/19.7.3/questions.yaml
similarity index 100%
rename from stable/qbittorrent/19.6.1/questions.yaml
rename to stable/qbittorrent/19.7.3/questions.yaml
diff --git a/stable/quassel-web/9.6.0/templates/NOTES.txt b/stable/qbittorrent/19.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/quassel-web/9.6.0/templates/NOTES.txt
rename to stable/qbittorrent/19.7.3/templates/NOTES.txt
diff --git a/stable/qbittorrent/19.6.1/templates/common.yaml b/stable/qbittorrent/19.7.3/templates/common.yaml
similarity index 100%
rename from stable/qbittorrent/19.6.1/templates/common.yaml
rename to stable/qbittorrent/19.7.3/templates/common.yaml
diff --git a/stable/quickshare/5.6.0/values.yaml b/stable/qbittorrent/19.7.3/values.yaml
similarity index 100%
rename from stable/quickshare/5.6.0/values.yaml
rename to stable/qbittorrent/19.7.3/values.yaml
diff --git a/stable/qdirstat/9.6.0/CHANGELOG.md b/stable/qdirstat/9.6.0/CHANGELOG.md
deleted file mode 100644
index a51dd376fb6..00000000000
--- a/stable/qdirstat/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qdirstat-9.6.0](https://github.com/truecharts/charts/compare/qdirstat-9.5.2...qdirstat-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qdirstat-9.5.2](https://github.com/truecharts/charts/compare/qdirstat-9.5.1...qdirstat-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qdirstat-9.5.1](https://github.com/truecharts/charts/compare/qdirstat-9.5.0...qdirstat-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qdirstat-9.5.0](https://github.com/truecharts/charts/compare/qdirstat-9.4.1...qdirstat-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qdirstat-9.4.1](https://github.com/truecharts/charts/compare/qdirstat-9.4.0...qdirstat-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qdirstat-9.4.0](https://github.com/truecharts/charts/compare/qdirstat-9.3.0...qdirstat-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qdirstat-9.3.0](https://github.com/truecharts/charts/compare/qdirstat-9.2.3...qdirstat-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qdirstat-9.2.3](https://github.com/truecharts/charts/compare/qdirstat-9.2.2...qdirstat-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qdirstat-9.2.2](https://github.com/truecharts/charts/compare/qdirstat-9.2.0...qdirstat-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/qdirstat/9.6.0/Chart.yaml b/stable/qdirstat/9.6.0/Chart.yaml
deleted file mode 100644
index 698dd530524..00000000000
--- a/stable/qdirstat/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
-home: https://truecharts.org/charts/stable/qdirstat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png
-keywords:
- - stats
- - qdirstat
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qdirstat
-sources:
- - https://github.com/jlesage/docker-qdirstat
- - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat
- - https://hub.docker.com/r/jlesage/qdirstat
-type: application
-version: 9.6.0
diff --git a/stable/qdirstat/9.6.0/charts/common-20.1.5.tgz b/stable/qdirstat/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qdirstat/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/quiz-game/5.6.0/.helmignore b/stable/qdirstat/9.7.3/.helmignore
similarity index 100%
rename from stable/quiz-game/5.6.0/.helmignore
rename to stable/qdirstat/9.7.3/.helmignore
diff --git a/stable/qdirstat/9.7.3/CHANGELOG.md b/stable/qdirstat/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..591228986d1
--- /dev/null
+++ b/stable/qdirstat/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qdirstat-9.7.2](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qdirstat/9.7.3/Chart.yaml b/stable/qdirstat/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..d69985e80a4
--- /dev/null
+++ b/stable/qdirstat/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
+home: https://truecharts.org/charts/stable/qdirstat
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png
+keywords:
+ - stats
+ - qdirstat
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qdirstat
+sources:
+ - https://github.com/jlesage/docker-qdirstat
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat
+ - https://hub.docker.com/r/jlesage/qdirstat
+type: application
+version: 9.7.3
diff --git a/stable/qdirstat/9.6.0/README.md b/stable/qdirstat/9.7.3/README.md
similarity index 100%
rename from stable/qdirstat/9.6.0/README.md
rename to stable/qdirstat/9.7.3/README.md
diff --git a/stable/qdirstat/9.7.3/app-changelog.md b/stable/qdirstat/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..87656067da7
--- /dev/null
+++ b/stable/qdirstat/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qdirstat-9.7.3](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qdirstat/9.6.0/app-readme.md b/stable/qdirstat/9.7.3/app-readme.md
similarity index 100%
rename from stable/qdirstat/9.6.0/app-readme.md
rename to stable/qdirstat/9.7.3/app-readme.md
diff --git a/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz b/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qdirstat/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qdirstat/9.6.0/ix_values.yaml b/stable/qdirstat/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/qdirstat/9.6.0/ix_values.yaml
rename to stable/qdirstat/9.7.3/ix_values.yaml
diff --git a/stable/qdirstat/9.6.0/questions.yaml b/stable/qdirstat/9.7.3/questions.yaml
similarity index 100%
rename from stable/qdirstat/9.6.0/questions.yaml
rename to stable/qdirstat/9.7.3/questions.yaml
diff --git a/stable/radarr/21.4.1/templates/NOTES.txt b/stable/qdirstat/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/radarr/21.4.1/templates/NOTES.txt
rename to stable/qdirstat/9.7.3/templates/NOTES.txt
diff --git a/stable/quassel-web/9.6.0/templates/common.yaml b/stable/qdirstat/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/quassel-web/9.6.0/templates/common.yaml
rename to stable/qdirstat/9.7.3/templates/common.yaml
diff --git a/stable/quiz-game/5.6.0/values.yaml b/stable/qdirstat/9.7.3/values.yaml
similarity index 100%
rename from stable/quiz-game/5.6.0/values.yaml
rename to stable/qdirstat/9.7.3/values.yaml
diff --git a/stable/qflood/5.6.0/CHANGELOG.md b/stable/qflood/5.6.0/CHANGELOG.md
deleted file mode 100644
index 35b6ece8993..00000000000
--- a/stable/qflood/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qflood-5.6.0](https://github.com/truecharts/charts/compare/qflood-5.5.2...qflood-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qflood-5.5.2](https://github.com/truecharts/charts/compare/qflood-5.5.1...qflood-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qflood-5.5.1](https://github.com/truecharts/charts/compare/qflood-5.5.0...qflood-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qflood-5.5.0](https://github.com/truecharts/charts/compare/qflood-5.4.1...qflood-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qflood-5.4.1](https://github.com/truecharts/charts/compare/qflood-5.4.0...qflood-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qflood-5.4.0](https://github.com/truecharts/charts/compare/qflood-5.3.0...qflood-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qflood-5.3.0](https://github.com/truecharts/charts/compare/qflood-5.2.3...qflood-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qflood-5.2.3](https://github.com/truecharts/charts/compare/qflood-5.2.2...qflood-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qflood-5.2.2](https://github.com/truecharts/charts/compare/qflood-5.2.0...qflood-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/qflood/5.6.0/Chart.yaml b/stable/qflood/5.6.0/Chart.yaml
deleted file mode 100644
index 93c77316590..00000000000
--- a/stable/qflood/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart with qBittorrent and the Flood UI.
-home: https://truecharts.org/charts/stable/qflood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png
-keywords:
- - qflood
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qflood
-sources:
- - https://hotio.dev/containers/qflood
- - https://github.com/truecharts/charts/tree/master/charts/stable/qflood
- - https://ghcr.io/hotio/qflood
-type: application
-version: 5.6.0
diff --git a/stable/qflood/5.6.0/charts/common-20.1.5.tgz b/stable/qflood/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qflood/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/qwantify/3.6.0/.helmignore b/stable/qflood/5.7.3/.helmignore
similarity index 100%
rename from stable/qwantify/3.6.0/.helmignore
rename to stable/qflood/5.7.3/.helmignore
diff --git a/stable/qflood/5.7.3/CHANGELOG.md b/stable/qflood/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3d58b3711dc
--- /dev/null
+++ b/stable/qflood/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qflood-5.7.2](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qflood/5.7.3/Chart.yaml b/stable/qflood/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..1c9508c0a41
--- /dev/null
+++ b/stable/qflood/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart with qBittorrent and the Flood UI.
+home: https://truecharts.org/charts/stable/qflood
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png
+keywords:
+ - qflood
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qflood
+sources:
+ - https://hotio.dev/containers/qflood
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qflood
+ - https://ghcr.io/hotio/qflood
+type: application
+version: 5.7.3
diff --git a/stable/qflood/5.6.0/README.md b/stable/qflood/5.7.3/README.md
similarity index 100%
rename from stable/qflood/5.6.0/README.md
rename to stable/qflood/5.7.3/README.md
diff --git a/stable/qflood/5.7.3/app-changelog.md b/stable/qflood/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f4a52636c46
--- /dev/null
+++ b/stable/qflood/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qflood-5.7.3](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qflood/5.6.0/app-readme.md b/stable/qflood/5.7.3/app-readme.md
similarity index 100%
rename from stable/qflood/5.6.0/app-readme.md
rename to stable/qflood/5.7.3/app-readme.md
diff --git a/stable/qflood/5.7.3/charts/common-20.2.4.tgz b/stable/qflood/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qflood/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qflood/5.6.0/ix_values.yaml b/stable/qflood/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/qflood/5.6.0/ix_values.yaml
rename to stable/qflood/5.7.3/ix_values.yaml
diff --git a/stable/qflood/5.6.0/questions.yaml b/stable/qflood/5.7.3/questions.yaml
similarity index 100%
rename from stable/qflood/5.6.0/questions.yaml
rename to stable/qflood/5.7.3/questions.yaml
diff --git a/stable/quiz-game/5.6.0/templates/common.yaml b/stable/qflood/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/quiz-game/5.6.0/templates/common.yaml
rename to stable/qflood/5.7.3/templates/common.yaml
diff --git a/stable/qwantify/3.6.0/values.yaml b/stable/qflood/5.7.3/values.yaml
similarity index 100%
rename from stable/qwantify/3.6.0/values.yaml
rename to stable/qflood/5.7.3/values.yaml
diff --git a/stable/qinglong/9.6.0/CHANGELOG.md b/stable/qinglong/9.6.0/CHANGELOG.md
deleted file mode 100644
index 8c75703e669..00000000000
--- a/stable/qinglong/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qinglong-9.6.0](https://github.com/truecharts/charts/compare/qinglong-9.5.2...qinglong-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qinglong-9.5.2](https://github.com/truecharts/charts/compare/qinglong-9.5.1...qinglong-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qinglong-9.5.1](https://github.com/truecharts/charts/compare/qinglong-9.5.0...qinglong-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qinglong-9.5.0](https://github.com/truecharts/charts/compare/qinglong-9.4.1...qinglong-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qinglong-9.4.1](https://github.com/truecharts/charts/compare/qinglong-9.4.0...qinglong-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qinglong-9.4.0](https://github.com/truecharts/charts/compare/qinglong-9.3.0...qinglong-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qinglong-9.3.0](https://github.com/truecharts/charts/compare/qinglong-9.2.4...qinglong-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qinglong-9.2.4](https://github.com/truecharts/charts/compare/qinglong-9.2.3...qinglong-9.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qinglong-9.2.3](https://github.com/truecharts/charts/compare/qinglong-9.2.1...qinglong-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/qinglong/9.6.0/Chart.yaml b/stable/qinglong/9.6.0/Chart.yaml
deleted file mode 100644
index a9192406ce0..00000000000
--- a/stable/qinglong/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.17.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A timed task management panel that supports typescript, javaScript, python3, and shell
-home: https://truecharts.org/charts/stable/qinglong
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png
-keywords:
- - qinglong
- - task
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qinglong
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong
- - https://hub.docker.com/r/whyour/qinglong
-type: application
-version: 9.6.0
diff --git a/stable/qinglong/9.6.0/charts/common-20.1.5.tgz b/stable/qinglong/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qinglong/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/radarr/21.4.1/.helmignore b/stable/qinglong/9.7.3/.helmignore
similarity index 100%
rename from stable/radarr/21.4.1/.helmignore
rename to stable/qinglong/9.7.3/.helmignore
diff --git a/stable/qinglong/9.7.3/CHANGELOG.md b/stable/qinglong/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2ed212a676a
--- /dev/null
+++ b/stable/qinglong/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qinglong-9.7.3](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qinglong-9.7.2](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qinglong/9.7.3/Chart.yaml b/stable/qinglong/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..b48fcf9672f
--- /dev/null
+++ b/stable/qinglong/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.17.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A timed task management panel that supports typescript, javaScript, python3, and shell
+home: https://truecharts.org/charts/stable/qinglong
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png
+keywords:
+ - qinglong
+ - task
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qinglong
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong
+ - https://hub.docker.com/r/whyour/qinglong
+type: application
+version: 9.7.3
diff --git a/stable/qinglong/9.6.0/README.md b/stable/qinglong/9.7.3/README.md
similarity index 100%
rename from stable/qinglong/9.6.0/README.md
rename to stable/qinglong/9.7.3/README.md
diff --git a/stable/qinglong/9.7.3/app-changelog.md b/stable/qinglong/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..dbcc26a0692
--- /dev/null
+++ b/stable/qinglong/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qinglong-9.7.3](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qinglong/9.6.0/app-readme.md b/stable/qinglong/9.7.3/app-readme.md
similarity index 100%
rename from stable/qinglong/9.6.0/app-readme.md
rename to stable/qinglong/9.7.3/app-readme.md
diff --git a/stable/qinglong/9.7.3/charts/common-20.2.4.tgz b/stable/qinglong/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qinglong/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qinglong/9.6.0/ix_values.yaml b/stable/qinglong/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/qinglong/9.6.0/ix_values.yaml
rename to stable/qinglong/9.7.3/ix_values.yaml
diff --git a/stable/qinglong/9.6.0/questions.yaml b/stable/qinglong/9.7.3/questions.yaml
similarity index 100%
rename from stable/qinglong/9.6.0/questions.yaml
rename to stable/qinglong/9.7.3/questions.yaml
diff --git a/stable/radicale/5.7.0/templates/NOTES.txt b/stable/qinglong/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/radicale/5.7.0/templates/NOTES.txt
rename to stable/qinglong/9.7.3/templates/NOTES.txt
diff --git a/stable/qwantify/3.6.0/templates/common.yaml b/stable/qinglong/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/qwantify/3.6.0/templates/common.yaml
rename to stable/qinglong/9.7.3/templates/common.yaml
diff --git a/stable/radarr/21.4.1/values.yaml b/stable/qinglong/9.7.3/values.yaml
similarity index 100%
rename from stable/radarr/21.4.1/values.yaml
rename to stable/qinglong/9.7.3/values.yaml
diff --git a/stable/quake3/5.6.0/CHANGELOG.md b/stable/quake3/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4d82923091a..00000000000
--- a/stable/quake3/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [quake3-5.6.0](https://github.com/truecharts/charts/compare/quake3-5.5.2...quake3-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [quake3-5.5.2](https://github.com/truecharts/charts/compare/quake3-5.5.1...quake3-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [quake3-5.5.1](https://github.com/truecharts/charts/compare/quake3-5.5.0...quake3-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [quake3-5.5.0](https://github.com/truecharts/charts/compare/quake3-5.4.1...quake3-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [quake3-5.4.1](https://github.com/truecharts/charts/compare/quake3-5.4.0...quake3-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [quake3-5.4.0](https://github.com/truecharts/charts/compare/quake3-5.3.0...quake3-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [quake3-5.3.0](https://github.com/truecharts/charts/compare/quake3-5.2.3...quake3-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [quake3-5.2.3](https://github.com/truecharts/charts/compare/quake3-5.2.2...quake3-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [quake3-5.2.2](https://github.com/truecharts/charts/compare/quake3-5.2.0...quake3-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/quake3/5.6.0/Chart.yaml b/stable/quake3/5.6.0/Chart.yaml
deleted file mode 100644
index 440e759e977..00000000000
--- a/stable/quake3/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).
-home: https://truecharts.org/charts/stable/quake3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png
-keywords:
- - quake3
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: quake3
-sources:
- - https://www.idsoftware.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/quake3
- - https://hub.docker.com/r/ich777/quake3
-type: application
-version: 5.6.0
diff --git a/stable/quake3/5.6.0/charts/common-20.1.5.tgz b/stable/quake3/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/quake3/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/radarrsync/5.6.0/.helmignore b/stable/quake3/5.7.3/.helmignore
similarity index 100%
rename from stable/radarrsync/5.6.0/.helmignore
rename to stable/quake3/5.7.3/.helmignore
diff --git a/stable/quake3/5.7.3/CHANGELOG.md b/stable/quake3/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c324470abfa
--- /dev/null
+++ b/stable/quake3/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quake3-5.7.2](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/quake3/5.7.3/Chart.yaml b/stable/quake3/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e6dad07a50c
--- /dev/null
+++ b/stable/quake3/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).
+home: https://truecharts.org/charts/stable/quake3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png
+keywords:
+ - quake3
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: quake3
+sources:
+ - https://www.idsoftware.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/quake3
+ - https://hub.docker.com/r/ich777/quake3
+type: application
+version: 5.7.3
diff --git a/stable/quake3/5.6.0/README.md b/stable/quake3/5.7.3/README.md
similarity index 100%
rename from stable/quake3/5.6.0/README.md
rename to stable/quake3/5.7.3/README.md
diff --git a/stable/quake3/5.7.3/app-changelog.md b/stable/quake3/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5045fd6fe86
--- /dev/null
+++ b/stable/quake3/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [quake3-5.7.3](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quake3/5.6.0/app-readme.md b/stable/quake3/5.7.3/app-readme.md
similarity index 100%
rename from stable/quake3/5.6.0/app-readme.md
rename to stable/quake3/5.7.3/app-readme.md
diff --git a/stable/quake3/5.7.3/charts/common-20.2.4.tgz b/stable/quake3/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/quake3/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/quake3/5.6.0/ix_values.yaml b/stable/quake3/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/quake3/5.6.0/ix_values.yaml
rename to stable/quake3/5.7.3/ix_values.yaml
diff --git a/stable/quake3/5.6.0/questions.yaml b/stable/quake3/5.7.3/questions.yaml
similarity index 100%
rename from stable/quake3/5.6.0/questions.yaml
rename to stable/quake3/5.7.3/questions.yaml
diff --git a/stable/radarrsync/5.6.0/templates/common.yaml b/stable/quake3/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/radarrsync/5.6.0/templates/common.yaml
rename to stable/quake3/5.7.3/templates/common.yaml
diff --git a/stable/radarrsync/5.6.0/values.yaml b/stable/quake3/5.7.3/values.yaml
similarity index 100%
rename from stable/radarrsync/5.6.0/values.yaml
rename to stable/quake3/5.7.3/values.yaml
diff --git a/stable/quassel-core/11.7.0/CHANGELOG.md b/stable/quassel-core/11.7.0/CHANGELOG.md
deleted file mode 100644
index 48c145dab54..00000000000
--- a/stable/quassel-core/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/quassel-core/11.7.0/Chart.yaml b/stable/quassel-core/11.7.0/Chart.yaml
deleted file mode 100644
index 25fa3ff426e..00000000000
--- a/stable/quassel-core/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.14.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Quassel-core is a modern, cross-platform, distributed IRC client.
-home: https://truecharts.org/charts/stable/quassel-core
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png
-keywords:
- - quassel-core
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: quassel-core
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core
- - https://ghcr.io/linuxserver/quassel-core
-type: application
-version: 11.7.0
diff --git a/stable/quassel-core/11.7.0/app-changelog.md b/stable/quassel-core/11.7.0/app-changelog.md
deleted file mode 100644
index 3f009199805..00000000000
--- a/stable/quassel-core/11.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [quassel-core-11.7.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quassel-core/11.7.0/charts/common-20.2.0.tgz b/stable/quassel-core/11.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/quassel-core/11.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/quassel-core/11.7.0/ix_values.yaml b/stable/quassel-core/11.7.0/ix_values.yaml
deleted file mode 100644
index 46b2695a6d3..00000000000
--- a/stable/quassel-core/11.7.0/ix_values.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/quassel-core
- pullPolicy: IfNotPresent
- tag: 0.14.0@sha256:ede6b9b8b1431af41bf9f63fd642d1e72a97f5ed2f6affa9c4a8b43b0e677a6c
-service:
- main:
- ports:
- main:
- targetPort: 4242
- port: 4242
- ident:
- enabled: true
- ports:
- ident:
- enabled: true
- targetPort: 10113
- port: 10113
-persistence:
- varrun:
- enabled: true
-cnpg:
- main:
- enabled: true
- user: quassel-core
- database: quassel-core
-portal:
- open:
- enabled: false
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- env:
- DB_BACKEND: "PostgreSQL"
- DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}"
- DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}"
- DB_PGSQL_PORT: 5432
- AUTH_AUTHENTICATOR: "Database"
- RUN_OPTS: "--config-from-environment"
- DB_PGSQL_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- DB_PGSQL_HOSTNAME:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
diff --git a/stable/quassel-core/11.7.0/questions.yaml b/stable/quassel-core/11.7.0/questions.yaml
deleted file mode 100755
index 2cc5c4ba150..00000000000
--- a/stable/quassel-core/11.7.0/questions.yaml
+++ /dev/null
@@ -1,3026 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals: {}
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 4242
- required: true
- - variable: ident
- label: "ident Service"
- description: "The ident service."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: ident
- label: "ident Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10113
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/radicale/5.7.0/.helmignore b/stable/quassel-core/11.7.4/.helmignore
similarity index 100%
rename from stable/radicale/5.7.0/.helmignore
rename to stable/quassel-core/11.7.4/.helmignore
diff --git a/stable/quassel-core/11.7.4/CHANGELOG.md b/stable/quassel-core/11.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..be5b7717df0
--- /dev/null
+++ b/stable/quassel-core/11.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [quassel-core-11.7.4](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-core-11.7.3](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-core-11.7.3](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-core-11.7.3](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-core-11.7.3](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-core-11.7.3](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quassel-core/11.7.4/Chart.yaml b/stable/quassel-core/11.7.4/Chart.yaml
new file mode 100644
index 00000000000..d160891afbe
--- /dev/null
+++ b/stable/quassel-core/11.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.14.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Quassel-core is a modern, cross-platform, distributed IRC client.
+home: https://truecharts.org/charts/stable/quassel-core
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png
+keywords:
+ - quassel-core
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: quassel-core
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core
+ - https://ghcr.io/linuxserver/quassel-core
+type: application
+version: 11.7.4
diff --git a/stable/quassel-core/11.7.0/README.md b/stable/quassel-core/11.7.4/README.md
similarity index 100%
rename from stable/quassel-core/11.7.0/README.md
rename to stable/quassel-core/11.7.4/README.md
diff --git a/stable/quassel-core/11.7.4/app-changelog.md b/stable/quassel-core/11.7.4/app-changelog.md
new file mode 100644
index 00000000000..3207bdddf84
--- /dev/null
+++ b/stable/quassel-core/11.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [quassel-core-11.7.4](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/quassel-core to 0.14.0[@99659f1](https://github.com/99659f1) by renovate ([#19457](https://github.com/truecharts/charts/issues/19457))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quassel-core/11.7.0/app-readme.md b/stable/quassel-core/11.7.4/app-readme.md
similarity index 100%
rename from stable/quassel-core/11.7.0/app-readme.md
rename to stable/quassel-core/11.7.4/app-readme.md
diff --git a/stable/quassel-core/11.7.4/charts/common-20.2.4.tgz b/stable/quassel-core/11.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/quassel-core/11.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/quassel-core/11.7.4/ix_values.yaml b/stable/quassel-core/11.7.4/ix_values.yaml
new file mode 100644
index 00000000000..25b550f15ae
--- /dev/null
+++ b/stable/quassel-core/11.7.4/ix_values.yaml
@@ -0,0 +1,61 @@
+image:
+ repository: ghcr.io/linuxserver/quassel-core
+ pullPolicy: IfNotPresent
+ tag: 0.14.0@sha256:99659f1afa5539931d78b652194a93120fd08e48718fcb3f677bfb70dde7c2be
+service:
+ main:
+ ports:
+ main:
+ targetPort: 4242
+ port: 4242
+ ident:
+ enabled: true
+ ports:
+ ident:
+ enabled: true
+ targetPort: 10113
+ port: 10113
+persistence:
+ varrun:
+ enabled: true
+cnpg:
+ main:
+ enabled: true
+ user: quassel-core
+ database: quassel-core
+portal:
+ open:
+ enabled: false
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ env:
+ DB_BACKEND: "PostgreSQL"
+ DB_PGSQL_USERNAME: "{{ .Values.cnpg.main.user }}"
+ DB_PGSQL_DATABASE: "{{ .Values.cnpg.main.database }}"
+ DB_PGSQL_PORT: 5432
+ AUTH_AUTHENTICATOR: "Database"
+ RUN_OPTS: "--config-from-environment"
+ DB_PGSQL_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ DB_PGSQL_HOSTNAME:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
diff --git a/stable/quassel-core/11.7.4/questions.yaml b/stable/quassel-core/11.7.4/questions.yaml
new file mode 100755
index 00000000000..8654788d452
--- /dev/null
+++ b/stable/quassel-core/11.7.4/questions.yaml
@@ -0,0 +1,3028 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals: {}
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 4242
+ required: true
+ - variable: ident
+ label: "ident Service"
+ description: "The ident service."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: ident
+ label: "ident Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10113
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/rcon-webadmin/8.6.0/templates/NOTES.txt b/stable/quassel-core/11.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/templates/NOTES.txt
rename to stable/quassel-core/11.7.4/templates/NOTES.txt
diff --git a/stable/redisinsight/6.6.0/templates/common.yaml b/stable/quassel-core/11.7.4/templates/common.yaml
similarity index 100%
rename from stable/redisinsight/6.6.0/templates/common.yaml
rename to stable/quassel-core/11.7.4/templates/common.yaml
diff --git a/stable/radicale/5.7.0/values.yaml b/stable/quassel-core/11.7.4/values.yaml
similarity index 100%
rename from stable/radicale/5.7.0/values.yaml
rename to stable/quassel-core/11.7.4/values.yaml
diff --git a/stable/quassel-web/9.6.0/CHANGELOG.md b/stable/quassel-web/9.6.0/CHANGELOG.md
deleted file mode 100644
index ed711772c35..00000000000
--- a/stable/quassel-web/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [quassel-web-9.6.0](https://github.com/truecharts/charts/compare/quassel-web-9.5.2...quassel-web-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [quassel-web-9.5.2](https://github.com/truecharts/charts/compare/quassel-web-9.5.1...quassel-web-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [quassel-web-9.5.1](https://github.com/truecharts/charts/compare/quassel-web-9.5.0...quassel-web-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [quassel-web-9.5.0](https://github.com/truecharts/charts/compare/quassel-web-9.4.1...quassel-web-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [quassel-web-9.4.1](https://github.com/truecharts/charts/compare/quassel-web-9.4.0...quassel-web-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [quassel-web-9.4.0](https://github.com/truecharts/charts/compare/quassel-web-9.3.0...quassel-web-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [quassel-web-9.3.0](https://github.com/truecharts/charts/compare/quassel-web-9.2.3...quassel-web-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [quassel-web-9.2.3](https://github.com/truecharts/charts/compare/quassel-web-9.2.2...quassel-web-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [quassel-web-9.2.2](https://github.com/truecharts/charts/compare/quassel-web-9.2.0...quassel-web-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/quassel-web/9.6.0/Chart.yaml b/stable/quassel-web/9.6.0/Chart.yaml
deleted file mode 100644
index 6c47b0cd000..00000000000
--- a/stable/quassel-web/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2021.12.16
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Quassel-web is a web client for Quassel.
-home: https://truecharts.org/charts/stable/quassel-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png
-keywords:
- - quassel-web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: quassel-web
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web
- - https://ghcr.io/linuxserver/quassel-web
-type: application
-version: 9.6.0
diff --git a/stable/quassel-web/9.6.0/charts/common-20.1.5.tgz b/stable/quassel-web/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/quassel-web/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rapidphotodownloader/5.6.0/.helmignore b/stable/quassel-web/9.7.3/.helmignore
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/.helmignore
rename to stable/quassel-web/9.7.3/.helmignore
diff --git a/stable/quassel-web/9.7.3/CHANGELOG.md b/stable/quassel-web/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d3d092359a1
--- /dev/null
+++ b/stable/quassel-web/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quassel-web-9.7.2](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/quassel-web/9.7.3/Chart.yaml b/stable/quassel-web/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..9328256cd02
--- /dev/null
+++ b/stable/quassel-web/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2021.12.16
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Quassel-web is a web client for Quassel.
+home: https://truecharts.org/charts/stable/quassel-web
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png
+keywords:
+ - quassel-web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: quassel-web
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web
+ - https://ghcr.io/linuxserver/quassel-web
+type: application
+version: 9.7.3
diff --git a/stable/quassel-web/9.6.0/README.md b/stable/quassel-web/9.7.3/README.md
similarity index 100%
rename from stable/quassel-web/9.6.0/README.md
rename to stable/quassel-web/9.7.3/README.md
diff --git a/stable/quassel-web/9.7.3/app-changelog.md b/stable/quassel-web/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..9e33fb40c9a
--- /dev/null
+++ b/stable/quassel-web/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [quassel-web-9.7.3](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quassel-web/9.6.0/app-readme.md b/stable/quassel-web/9.7.3/app-readme.md
similarity index 100%
rename from stable/quassel-web/9.6.0/app-readme.md
rename to stable/quassel-web/9.7.3/app-readme.md
diff --git a/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz b/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/quassel-web/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/quassel-web/9.6.0/ix_values.yaml b/stable/quassel-web/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/quassel-web/9.6.0/ix_values.yaml
rename to stable/quassel-web/9.7.3/ix_values.yaml
diff --git a/stable/quassel-web/9.6.0/questions.yaml b/stable/quassel-web/9.7.3/questions.yaml
similarity index 100%
rename from stable/quassel-web/9.6.0/questions.yaml
rename to stable/quassel-web/9.7.3/questions.yaml
diff --git a/stable/rdesktop/8.7.31/templates/NOTES.txt b/stable/quassel-web/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/rdesktop/8.7.31/templates/NOTES.txt
rename to stable/quassel-web/9.7.3/templates/NOTES.txt
diff --git a/stable/reg/13.6.2/templates/common.yaml b/stable/quassel-web/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/reg/13.6.2/templates/common.yaml
rename to stable/quassel-web/9.7.3/templates/common.yaml
diff --git a/stable/rapidphotodownloader/5.6.0/values.yaml b/stable/quassel-web/9.7.3/values.yaml
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/values.yaml
rename to stable/quassel-web/9.7.3/values.yaml
diff --git a/stable/quickshare/5.6.0/CHANGELOG.md b/stable/quickshare/5.6.0/CHANGELOG.md
deleted file mode 100644
index f0000a270f8..00000000000
--- a/stable/quickshare/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [quickshare-5.6.0](https://github.com/truecharts/charts/compare/quickshare-5.5.2...quickshare-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [quickshare-5.5.2](https://github.com/truecharts/charts/compare/quickshare-5.5.1...quickshare-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [quickshare-5.5.1](https://github.com/truecharts/charts/compare/quickshare-5.5.0...quickshare-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [quickshare-5.5.0](https://github.com/truecharts/charts/compare/quickshare-5.4.1...quickshare-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [quickshare-5.4.1](https://github.com/truecharts/charts/compare/quickshare-5.4.0...quickshare-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [quickshare-5.4.0](https://github.com/truecharts/charts/compare/quickshare-5.3.0...quickshare-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [quickshare-5.3.0](https://github.com/truecharts/charts/compare/quickshare-5.2.3...quickshare-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [quickshare-5.2.3](https://github.com/truecharts/charts/compare/quickshare-5.2.2...quickshare-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [quickshare-5.2.2](https://github.com/truecharts/charts/compare/quickshare-5.2.0...quickshare-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/quickshare/5.6.0/Chart.yaml b/stable/quickshare/5.6.0/Chart.yaml
deleted file mode 100644
index 9f0fb9ce7c5..00000000000
--- a/stable/quickshare/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Quick and simple file sharing between different devices.
-home: https://truecharts.org/charts/stable/quickshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png
-keywords:
- - quickshare
- - Cloud
- - Productivity
- - Tools-Utilities
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: quickshare
-sources:
- - https://github.com/ihexxa/quickshare
- - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare
- - https://hub.docker.com/r/hexxa/quickshare
-type: application
-version: 5.6.0
diff --git a/stable/quickshare/5.6.0/charts/common-20.1.5.tgz b/stable/quickshare/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/quickshare/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rcon-webadmin/8.6.0/.helmignore b/stable/quickshare/5.7.3/.helmignore
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/.helmignore
rename to stable/quickshare/5.7.3/.helmignore
diff --git a/stable/quickshare/5.7.3/CHANGELOG.md b/stable/quickshare/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6ad2b9d5757
--- /dev/null
+++ b/stable/quickshare/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quickshare-5.7.2](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/quickshare/5.7.3/Chart.yaml b/stable/quickshare/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..5a4ab6caa69
--- /dev/null
+++ b/stable/quickshare/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Quick and simple file sharing between different devices.
+home: https://truecharts.org/charts/stable/quickshare
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png
+keywords:
+ - quickshare
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: quickshare
+sources:
+ - https://github.com/ihexxa/quickshare
+ - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare
+ - https://hub.docker.com/r/hexxa/quickshare
+type: application
+version: 5.7.3
diff --git a/stable/quickshare/5.6.0/README.md b/stable/quickshare/5.7.3/README.md
similarity index 100%
rename from stable/quickshare/5.6.0/README.md
rename to stable/quickshare/5.7.3/README.md
diff --git a/stable/quickshare/5.7.3/app-changelog.md b/stable/quickshare/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..7a0a175a7f0
--- /dev/null
+++ b/stable/quickshare/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [quickshare-5.7.3](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quickshare/5.6.0/app-readme.md b/stable/quickshare/5.7.3/app-readme.md
similarity index 100%
rename from stable/quickshare/5.6.0/app-readme.md
rename to stable/quickshare/5.7.3/app-readme.md
diff --git a/stable/quickshare/5.7.3/charts/common-20.2.4.tgz b/stable/quickshare/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/quickshare/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/quickshare/5.6.0/ix_values.yaml b/stable/quickshare/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/quickshare/5.6.0/ix_values.yaml
rename to stable/quickshare/5.7.3/ix_values.yaml
diff --git a/stable/quickshare/5.6.0/questions.yaml b/stable/quickshare/5.7.3/questions.yaml
similarity index 100%
rename from stable/quickshare/5.6.0/questions.yaml
rename to stable/quickshare/5.7.3/questions.yaml
diff --git a/stable/rapidphotodownloader/5.6.0/templates/common.yaml b/stable/quickshare/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/templates/common.yaml
rename to stable/quickshare/5.7.3/templates/common.yaml
diff --git a/stable/rcon-webadmin/8.6.0/values.yaml b/stable/quickshare/5.7.3/values.yaml
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/values.yaml
rename to stable/quickshare/5.7.3/values.yaml
diff --git a/stable/quiz-game/5.6.0/CHANGELOG.md b/stable/quiz-game/5.6.0/CHANGELOG.md
deleted file mode 100644
index 92ef2e0472c..00000000000
--- a/stable/quiz-game/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [quiz-game-5.6.0](https://github.com/truecharts/charts/compare/quiz-game-5.5.2...quiz-game-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [quiz-game-5.5.2](https://github.com/truecharts/charts/compare/quiz-game-5.5.1...quiz-game-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [quiz-game-5.5.1](https://github.com/truecharts/charts/compare/quiz-game-5.5.0...quiz-game-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [quiz-game-5.5.0](https://github.com/truecharts/charts/compare/quiz-game-5.4.1...quiz-game-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [quiz-game-5.4.1](https://github.com/truecharts/charts/compare/quiz-game-5.4.0...quiz-game-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [quiz-game-5.4.0](https://github.com/truecharts/charts/compare/quiz-game-5.3.0...quiz-game-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [quiz-game-5.3.0](https://github.com/truecharts/charts/compare/quiz-game-5.2.3...quiz-game-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [quiz-game-5.2.3](https://github.com/truecharts/charts/compare/quiz-game-5.2.2...quiz-game-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [quiz-game-5.2.2](https://github.com/truecharts/charts/compare/quiz-game-5.2.0...quiz-game-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/quiz-game/5.6.0/Chart.yaml b/stable/quiz-game/5.6.0/Chart.yaml
deleted file mode 100644
index cbe8b949a7b..00000000000
--- a/stable/quiz-game/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Test your General Knowledge in different types of topics.
-home: https://truecharts.org/charts/stable/quiz-game
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png
-keywords:
- - quiz-game
- - GameServers
- - Other
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: quiz-game
-sources:
- - https://github.com/ASKJR/quiz-game
- - https://registry.hub.docker.com/r/patrickstigler/quiz-game
- - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game
- - https://hub.docker.com/r/patrickstigler/quiz-game
-type: application
-version: 5.6.0
diff --git a/stable/quiz-game/5.6.0/charts/common-20.1.5.tgz b/stable/quiz-game/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/quiz-game/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rdesktop/8.7.31/.helmignore b/stable/quiz-game/5.7.3/.helmignore
similarity index 100%
rename from stable/rdesktop/8.7.31/.helmignore
rename to stable/quiz-game/5.7.3/.helmignore
diff --git a/stable/quiz-game/5.7.3/CHANGELOG.md b/stable/quiz-game/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..06c52a52532
--- /dev/null
+++ b/stable/quiz-game/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [quiz-game-5.7.2](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/quiz-game/5.7.3/Chart.yaml b/stable/quiz-game/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..22506bf9cb5
--- /dev/null
+++ b/stable/quiz-game/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Test your General Knowledge in different types of topics.
+home: https://truecharts.org/charts/stable/quiz-game
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png
+keywords:
+ - quiz-game
+ - GameServers
+ - Other
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: quiz-game
+sources:
+ - https://github.com/ASKJR/quiz-game
+ - https://registry.hub.docker.com/r/patrickstigler/quiz-game
+ - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game
+ - https://hub.docker.com/r/patrickstigler/quiz-game
+type: application
+version: 5.7.3
diff --git a/stable/quiz-game/5.6.0/README.md b/stable/quiz-game/5.7.3/README.md
similarity index 100%
rename from stable/quiz-game/5.6.0/README.md
rename to stable/quiz-game/5.7.3/README.md
diff --git a/stable/quiz-game/5.7.3/app-changelog.md b/stable/quiz-game/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..16089b9db13
--- /dev/null
+++ b/stable/quiz-game/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [quiz-game-5.7.3](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/quiz-game/5.6.0/app-readme.md b/stable/quiz-game/5.7.3/app-readme.md
similarity index 100%
rename from stable/quiz-game/5.6.0/app-readme.md
rename to stable/quiz-game/5.7.3/app-readme.md
diff --git a/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz b/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/quiz-game/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/quiz-game/5.6.0/ix_values.yaml b/stable/quiz-game/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/quiz-game/5.6.0/ix_values.yaml
rename to stable/quiz-game/5.7.3/ix_values.yaml
diff --git a/stable/quiz-game/5.6.0/questions.yaml b/stable/quiz-game/5.7.3/questions.yaml
similarity index 100%
rename from stable/quiz-game/5.6.0/questions.yaml
rename to stable/quiz-game/5.7.3/questions.yaml
diff --git a/stable/rcon-webadmin/8.6.0/templates/common.yaml b/stable/quiz-game/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/templates/common.yaml
rename to stable/quiz-game/5.7.3/templates/common.yaml
diff --git a/stable/rdesktop/8.7.31/values.yaml b/stable/quiz-game/5.7.3/values.yaml
similarity index 100%
rename from stable/rdesktop/8.7.31/values.yaml
rename to stable/quiz-game/5.7.3/values.yaml
diff --git a/stable/qwantify/3.6.0/CHANGELOG.md b/stable/qwantify/3.6.0/CHANGELOG.md
deleted file mode 100644
index 84abd3b02c8..00000000000
--- a/stable/qwantify/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [qwantify-3.6.0](https://github.com/truecharts/charts/compare/qwantify-3.5.2...qwantify-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [qwantify-3.5.2](https://github.com/truecharts/charts/compare/qwantify-3.5.1...qwantify-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [qwantify-3.5.1](https://github.com/truecharts/charts/compare/qwantify-3.5.0...qwantify-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [qwantify-3.5.0](https://github.com/truecharts/charts/compare/qwantify-3.4.1...qwantify-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [qwantify-3.4.1](https://github.com/truecharts/charts/compare/qwantify-3.4.0...qwantify-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [qwantify-3.4.0](https://github.com/truecharts/charts/compare/qwantify-3.3.0...qwantify-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [qwantify-3.3.0](https://github.com/truecharts/charts/compare/qwantify-3.2.3...qwantify-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [qwantify-3.2.3](https://github.com/truecharts/charts/compare/qwantify-3.2.2...qwantify-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [qwantify-3.2.2](https://github.com/truecharts/charts/compare/qwantify-3.2.0...qwantify-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/qwantify/3.6.0/Chart.yaml b/stable/qwantify/3.6.0/Chart.yaml
deleted file mode 100644
index 8aeba692452..00000000000
--- a/stable/qwantify/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 20.04.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Play games with your friends right from the browser.
-home: https://truecharts.org/charts/stable/qwantify
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png
-keywords:
- - qwantify
- - games
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: qwantify
-sources:
- - https://github.com/wanjohiryan/qwantify
- - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify
- - https://ghcr.io/wanjohiryan/qwantify
-type: application
-version: 3.6.0
diff --git a/stable/qwantify/3.6.0/charts/common-20.1.5.tgz b/stable/qwantify/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/qwantify/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rdtclient/4.6.0/.helmignore b/stable/qwantify/3.7.3/.helmignore
similarity index 100%
rename from stable/rdtclient/4.6.0/.helmignore
rename to stable/qwantify/3.7.3/.helmignore
diff --git a/stable/qwantify/3.7.3/CHANGELOG.md b/stable/qwantify/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e9c2c54fe92
--- /dev/null
+++ b/stable/qwantify/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [qwantify-3.7.2](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/qwantify/3.7.3/Chart.yaml b/stable/qwantify/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..55bd40d69aa
--- /dev/null
+++ b/stable/qwantify/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 20.04.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Play games with your friends right from the browser.
+home: https://truecharts.org/charts/stable/qwantify
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.png
+keywords:
+ - qwantify
+ - games
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: qwantify
+sources:
+ - https://github.com/wanjohiryan/qwantify
+ - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify
+ - https://ghcr.io/wanjohiryan/qwantify
+type: application
+version: 3.7.3
diff --git a/stable/qwantify/3.6.0/README.md b/stable/qwantify/3.7.3/README.md
similarity index 100%
rename from stable/qwantify/3.6.0/README.md
rename to stable/qwantify/3.7.3/README.md
diff --git a/stable/qwantify/3.7.3/app-changelog.md b/stable/qwantify/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..21896300b6f
--- /dev/null
+++ b/stable/qwantify/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [qwantify-3.7.3](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/qwantify/3.6.0/app-readme.md b/stable/qwantify/3.7.3/app-readme.md
similarity index 100%
rename from stable/qwantify/3.6.0/app-readme.md
rename to stable/qwantify/3.7.3/app-readme.md
diff --git a/stable/qwantify/3.7.3/charts/common-20.2.4.tgz b/stable/qwantify/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/qwantify/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/qwantify/3.6.0/ix_values.yaml b/stable/qwantify/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/qwantify/3.6.0/ix_values.yaml
rename to stable/qwantify/3.7.3/ix_values.yaml
diff --git a/stable/qwantify/3.6.0/questions.yaml b/stable/qwantify/3.7.3/questions.yaml
similarity index 100%
rename from stable/qwantify/3.6.0/questions.yaml
rename to stable/qwantify/3.7.3/questions.yaml
diff --git a/stable/requestrr/10.6.1/templates/common.yaml b/stable/qwantify/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/requestrr/10.6.1/templates/common.yaml
rename to stable/qwantify/3.7.3/templates/common.yaml
diff --git a/stable/rdtclient/4.6.0/values.yaml b/stable/qwantify/3.7.3/values.yaml
similarity index 100%
rename from stable/rdtclient/4.6.0/values.yaml
rename to stable/qwantify/3.7.3/values.yaml
diff --git a/stable/radarr/21.4.1/CHANGELOG.md b/stable/radarr/21.4.1/CHANGELOG.md
deleted file mode 100644
index ab075fc2dd9..00000000000
--- a/stable/radarr/21.4.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
-
-
-## [radarr-21.4.0](https://github.com/truecharts/charts/compare/radarr-21.3.2...radarr-21.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/radarr/21.4.1/Chart.yaml b/stable/radarr/21.4.1/Chart.yaml
deleted file mode 100644
index 74df09be8b9..00000000000
--- a/stable/radarr/21.4.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.6.8612
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fork of Sonarr to work with movies à la Couchpotato
-home: https://truecharts.org/charts/stable/radarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png
-keywords:
- - radarr
- - torrent
- - usenet
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: radarr
-sources:
- - https://github.com/Radarr/Radarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/radarr
- - https://ghcr.io/onedr0p/exportarr
- - https://ghcr.io/onedr0p/radarr
-type: application
-version: 21.4.1
diff --git a/stable/radarr/21.4.1/app-changelog.md b/stable/radarr/21.4.1/app-changelog.md
deleted file mode 100644
index 007521f73be..00000000000
--- a/stable/radarr/21.4.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [radarr-21.4.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
\ No newline at end of file
diff --git a/stable/radarr/21.4.1/charts/common-20.1.5.tgz b/stable/radarr/21.4.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/radarr/21.4.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/readarr/21.5.1/.helmignore b/stable/radarr/21.5.3/.helmignore
similarity index 100%
rename from stable/readarr/21.5.1/.helmignore
rename to stable/radarr/21.5.3/.helmignore
diff --git a/stable/radarr/21.5.3/CHANGELOG.md b/stable/radarr/21.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..b78f17cc5b4
--- /dev/null
+++ b/stable/radarr/21.5.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
+
+
+## [radarr-21.5.2](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
+
+
+## [radarr-21.5.2](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
+
+
+## [radarr-21.5.2](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
+
+
+## [radarr-21.5.2](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
+
+
+## [radarr-21.5.2](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
\ No newline at end of file
diff --git a/stable/radarr/21.5.3/Chart.yaml b/stable/radarr/21.5.3/Chart.yaml
new file mode 100644
index 00000000000..0b777fb3eae
--- /dev/null
+++ b/stable/radarr/21.5.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.6.8612
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fork of Sonarr to work with movies à la Couchpotato
+home: https://truecharts.org/charts/stable/radarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png
+keywords:
+ - radarr
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: radarr
+sources:
+ - https://github.com/Radarr/Radarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/radarr
+ - https://ghcr.io/onedr0p/exportarr
+ - https://ghcr.io/onedr0p/radarr
+type: application
+version: 21.5.3
diff --git a/stable/radarr/21.4.1/README.md b/stable/radarr/21.5.3/README.md
similarity index 100%
rename from stable/radarr/21.4.1/README.md
rename to stable/radarr/21.5.3/README.md
diff --git a/stable/radarr/21.5.3/app-changelog.md b/stable/radarr/21.5.3/app-changelog.md
new file mode 100644
index 00000000000..7a2802284c5
--- /dev/null
+++ b/stable/radarr/21.5.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [radarr-21.5.3](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/radarr to 5.3.6.8612[@431f4d8](https://github.com/431f4d8) by renovate ([#19257](https://github.com/truecharts/charts/issues/19257))
\ No newline at end of file
diff --git a/stable/radarr/21.4.1/app-readme.md b/stable/radarr/21.5.3/app-readme.md
similarity index 100%
rename from stable/radarr/21.4.1/app-readme.md
rename to stable/radarr/21.5.3/app-readme.md
diff --git a/stable/radarr/21.5.3/charts/common-20.2.4.tgz b/stable/radarr/21.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/radarr/21.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/radarr/21.4.1/ix_values.yaml b/stable/radarr/21.5.3/ix_values.yaml
similarity index 100%
rename from stable/radarr/21.4.1/ix_values.yaml
rename to stable/radarr/21.5.3/ix_values.yaml
diff --git a/stable/radarr/21.4.1/questions.yaml b/stable/radarr/21.5.3/questions.yaml
similarity index 100%
rename from stable/radarr/21.4.1/questions.yaml
rename to stable/radarr/21.5.3/questions.yaml
diff --git a/stable/rdtclient/4.6.0/templates/NOTES.txt b/stable/radarr/21.5.3/templates/NOTES.txt
similarity index 100%
rename from stable/rdtclient/4.6.0/templates/NOTES.txt
rename to stable/radarr/21.5.3/templates/NOTES.txt
diff --git a/stable/radarr/21.4.1/templates/common.yaml b/stable/radarr/21.5.3/templates/common.yaml
similarity index 100%
rename from stable/radarr/21.4.1/templates/common.yaml
rename to stable/radarr/21.5.3/templates/common.yaml
diff --git a/stable/readarr/21.5.1/values.yaml b/stable/radarr/21.5.3/values.yaml
similarity index 100%
rename from stable/readarr/21.5.1/values.yaml
rename to stable/radarr/21.5.3/values.yaml
diff --git a/stable/radarrsync/5.6.0/CHANGELOG.md b/stable/radarrsync/5.6.0/CHANGELOG.md
deleted file mode 100644
index db40df8806f..00000000000
--- a/stable/radarrsync/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [radarrsync-5.6.0](https://github.com/truecharts/charts/compare/radarrsync-5.5.2...radarrsync-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [radarrsync-5.5.2](https://github.com/truecharts/charts/compare/radarrsync-5.5.1...radarrsync-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [radarrsync-5.5.1](https://github.com/truecharts/charts/compare/radarrsync-5.5.0...radarrsync-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [radarrsync-5.5.0](https://github.com/truecharts/charts/compare/radarrsync-5.4.1...radarrsync-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [radarrsync-5.4.1](https://github.com/truecharts/charts/compare/radarrsync-5.4.0...radarrsync-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [radarrsync-5.4.0](https://github.com/truecharts/charts/compare/radarrsync-5.3.0...radarrsync-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [radarrsync-5.3.0](https://github.com/truecharts/charts/compare/radarrsync-5.2.3...radarrsync-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [radarrsync-5.2.3](https://github.com/truecharts/charts/compare/radarrsync-5.2.2...radarrsync-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [radarrsync-5.2.2](https://github.com/truecharts/charts/compare/radarrsync-5.2.0...radarrsync-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/radarrsync/5.6.0/Chart.yaml b/stable/radarrsync/5.6.0/Chart.yaml
deleted file mode 100644
index ea95da0ff78..00000000000
--- a/stable/radarrsync/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers.
-home: https://truecharts.org/charts/stable/radarrsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png
-keywords:
- - radarrsync
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: radarrsync
-sources:
- - https://github.com/dairefinn/RadarrSync
- - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync
- - https://hub.docker.com/r/dmanius/radarrsync-docker
-type: application
-version: 5.6.0
diff --git a/stable/radarrsync/5.6.0/charts/common-20.1.5.tgz b/stable/radarrsync/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/radarrsync/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/recyclarr/9.6.0/.helmignore b/stable/radarrsync/5.7.3/.helmignore
similarity index 100%
rename from stable/recyclarr/9.6.0/.helmignore
rename to stable/radarrsync/5.7.3/.helmignore
diff --git a/stable/radarrsync/5.7.3/CHANGELOG.md b/stable/radarrsync/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2795ec3ef41
--- /dev/null
+++ b/stable/radarrsync/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radarrsync-5.7.2](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/radarrsync/5.7.3/Chart.yaml b/stable/radarrsync/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..cc6ddbdf8a7
--- /dev/null
+++ b/stable/radarrsync/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers.
+home: https://truecharts.org/charts/stable/radarrsync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png
+keywords:
+ - radarrsync
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: radarrsync
+sources:
+ - https://github.com/dairefinn/RadarrSync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync
+ - https://hub.docker.com/r/dmanius/radarrsync-docker
+type: application
+version: 5.7.3
diff --git a/stable/radarrsync/5.6.0/README.md b/stable/radarrsync/5.7.3/README.md
similarity index 100%
rename from stable/radarrsync/5.6.0/README.md
rename to stable/radarrsync/5.7.3/README.md
diff --git a/stable/radarrsync/5.7.3/app-changelog.md b/stable/radarrsync/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0e9bd48fb85
--- /dev/null
+++ b/stable/radarrsync/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [radarrsync-5.7.3](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/radarrsync/5.6.0/app-readme.md b/stable/radarrsync/5.7.3/app-readme.md
similarity index 100%
rename from stable/radarrsync/5.6.0/app-readme.md
rename to stable/radarrsync/5.7.3/app-readme.md
diff --git a/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz b/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/radarrsync/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/radarrsync/5.6.0/ix_values.yaml b/stable/radarrsync/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/radarrsync/5.6.0/ix_values.yaml
rename to stable/radarrsync/5.7.3/ix_values.yaml
diff --git a/stable/radarrsync/5.6.0/questions.yaml b/stable/radarrsync/5.7.3/questions.yaml
similarity index 100%
rename from stable/radarrsync/5.6.0/questions.yaml
rename to stable/radarrsync/5.7.3/questions.yaml
diff --git a/stable/rdesktop/8.7.31/templates/common.yaml b/stable/radarrsync/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rdesktop/8.7.31/templates/common.yaml
rename to stable/radarrsync/5.7.3/templates/common.yaml
diff --git a/stable/recyclarr/9.6.0/values.yaml b/stable/radarrsync/5.7.3/values.yaml
similarity index 100%
rename from stable/recyclarr/9.6.0/values.yaml
rename to stable/radarrsync/5.7.3/values.yaml
diff --git a/stable/radicale/5.7.0/CHANGELOG.md b/stable/radicale/5.7.0/CHANGELOG.md
deleted file mode 100644
index 740b61afe70..00000000000
--- a/stable/radicale/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/radicale/5.7.0/Chart.yaml b/stable/radicale/5.7.0/Chart.yaml
deleted file mode 100644
index 6a42ef8700a..00000000000
--- a/stable/radicale/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: radicale
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.1.8.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
-home: https://truecharts.org/charts/stable/radicale
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png
-keywords:
- - radicale
- - CalDAV
- - CardDAV
- - calendars
- - contacts
- - tasks
- - to-do
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: radicale
-sources:
- - https://github.com/tomsquest/docker-radicale
- - https://radicale.org/
- - https://github.com/Kozea/Radicale
- - https://github.com/truecharts/charts/tree/master/charts/stable/radicale
- - https://hub.docker.com/r/tomsquest/docker-radicale
-type: application
-version: 5.7.0
diff --git a/stable/radicale/5.7.0/app-changelog.md b/stable/radicale/5.7.0/app-changelog.md
deleted file mode 100644
index f23a8d89b24..00000000000
--- a/stable/radicale/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [radicale-5.7.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/radicale/5.7.0/charts/common-20.2.0.tgz b/stable/radicale/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/radicale/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/radicale/5.7.0/ix_values.yaml b/stable/radicale/5.7.0/ix_values.yaml
deleted file mode 100644
index 48f1da764f6..00000000000
--- a/stable/radicale/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,80 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: tomsquest/docker-radicale
- tag: 3.1.8.3@sha256:1ce814412ee895c80a2faf109cc7e9c948f5eeef4cfbb5688375fc2d8706789a
-
-securityContext:
- container:
- capabilities:
- add:
- - SETUID
- - SETGID
- - KILL
- drop:
- - ALL
- runAsUser: 2999
- runAsGroup: 2999
- pod:
- fsGroup: 2999
-
-service:
- main:
- ports:
- main:
- port: 5232
- protocol: http
-
-radicale:
- auth:
- delay: 1
- realm: Radicale - Password Required
- type: htpasswd
- users: []
- encoding:
- request: utf-8
- stock: utf-8
- logging:
- level: warning
- mask_passwords: true
- rights:
- type: owner_only
- server:
- max_connections: 8
- max_content_length: 100000000
- timeout: 30
- storage:
- max_sync_token_age: 2592000
- type: multifilesystem
- web:
- type: internal
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- TAKE_FILE_OWNERSHIP: false
-
-persistence:
- config-file:
- enabled: true
- type: configmap
- objectName: radicale-config
- mountPath: /config/config
- subPath: config
- readOnly: false
- users:
- enabled: true
- type: configmap
- objectName: radicale-users
- mountPath: /config/users
- subPath: users
- readOnly: false
- data:
- enabled: true
- mountPath: /data
-
-portal:
- open:
- enabled: true
diff --git a/stable/red-discordbot/5.6.1/.helmignore b/stable/radicale/5.7.4/.helmignore
similarity index 100%
rename from stable/red-discordbot/5.6.1/.helmignore
rename to stable/radicale/5.7.4/.helmignore
diff --git a/stable/radicale/5.7.4/CHANGELOG.md b/stable/radicale/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..32da4d9b343
--- /dev/null
+++ b/stable/radicale/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [radicale-5.7.4](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radicale-5.7.3](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radicale-5.7.3](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radicale-5.7.3](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radicale-5.7.3](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [radicale-5.7.3](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/radicale/5.7.4/Chart.yaml b/stable/radicale/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..9d6192394c4
--- /dev/null
+++ b/stable/radicale/5.7.4/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: radicale
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.1.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
+home: https://truecharts.org/charts/stable/radicale
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png
+keywords:
+ - radicale
+ - CalDAV
+ - CardDAV
+ - calendars
+ - contacts
+ - tasks
+ - to-do
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: radicale
+sources:
+ - https://github.com/tomsquest/docker-radicale
+ - https://radicale.org/
+ - https://github.com/Kozea/Radicale
+ - https://github.com/truecharts/charts/tree/master/charts/stable/radicale
+ - https://hub.docker.com/r/tomsquest/docker-radicale
+type: application
+version: 5.7.4
diff --git a/stable/radicale/5.7.0/README.md b/stable/radicale/5.7.4/README.md
similarity index 100%
rename from stable/radicale/5.7.0/README.md
rename to stable/radicale/5.7.4/README.md
diff --git a/stable/radicale/5.7.4/app-changelog.md b/stable/radicale/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..ac160c563bb
--- /dev/null
+++ b/stable/radicale/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [radicale-5.7.4](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tomsquest/docker-radicale to v3.1.9.0[@a74dc6c](https://github.com/a74dc6c) by renovate ([#19475](https://github.com/truecharts/charts/issues/19475))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/radicale/5.7.0/app-readme.md b/stable/radicale/5.7.4/app-readme.md
similarity index 100%
rename from stable/radicale/5.7.0/app-readme.md
rename to stable/radicale/5.7.4/app-readme.md
diff --git a/stable/radicale/5.7.4/charts/common-20.2.4.tgz b/stable/radicale/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/radicale/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/radicale/5.7.4/ix_values.yaml b/stable/radicale/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..d7b7625c4ea
--- /dev/null
+++ b/stable/radicale/5.7.4/ix_values.yaml
@@ -0,0 +1,80 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: tomsquest/docker-radicale
+ tag: 3.1.9.0@sha256:a74dc6c74af2f4c15f6fa1e183c37fe60e7e81a0af6da3e4ec77cc0c6780bfb2
+
+securityContext:
+ container:
+ capabilities:
+ add:
+ - SETUID
+ - SETGID
+ - KILL
+ drop:
+ - ALL
+ runAsUser: 2999
+ runAsGroup: 2999
+ pod:
+ fsGroup: 2999
+
+service:
+ main:
+ ports:
+ main:
+ port: 5232
+ protocol: http
+
+radicale:
+ auth:
+ delay: 1
+ realm: Radicale - Password Required
+ type: htpasswd
+ users: []
+ encoding:
+ request: utf-8
+ stock: utf-8
+ logging:
+ level: warning
+ mask_passwords: true
+ rights:
+ type: owner_only
+ server:
+ max_connections: 8
+ max_content_length: 100000000
+ timeout: 30
+ storage:
+ max_sync_token_age: 2592000
+ type: multifilesystem
+ web:
+ type: internal
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ TAKE_FILE_OWNERSHIP: false
+
+persistence:
+ config-file:
+ enabled: true
+ type: configmap
+ objectName: radicale-config
+ mountPath: /config/config
+ subPath: config
+ readOnly: false
+ users:
+ enabled: true
+ type: configmap
+ objectName: radicale-users
+ mountPath: /config/users
+ subPath: users
+ readOnly: false
+ data:
+ enabled: true
+ mountPath: /data
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/radicale/5.7.0/questions.yaml b/stable/radicale/5.7.4/questions.yaml
similarity index 100%
rename from stable/radicale/5.7.0/questions.yaml
rename to stable/radicale/5.7.4/questions.yaml
diff --git a/stable/readarr/21.5.1/templates/NOTES.txt b/stable/radicale/5.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/readarr/21.5.1/templates/NOTES.txt
rename to stable/radicale/5.7.4/templates/NOTES.txt
diff --git a/stable/radicale/5.7.0/templates/_configmap.tpl b/stable/radicale/5.7.4/templates/_configmap.tpl
similarity index 100%
rename from stable/radicale/5.7.0/templates/_configmap.tpl
rename to stable/radicale/5.7.4/templates/_configmap.tpl
diff --git a/stable/radicale/5.7.0/templates/common.yaml b/stable/radicale/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/radicale/5.7.0/templates/common.yaml
rename to stable/radicale/5.7.4/templates/common.yaml
diff --git a/stable/red-discordbot/5.6.1/values.yaml b/stable/radicale/5.7.4/values.yaml
similarity index 100%
rename from stable/red-discordbot/5.6.1/values.yaml
rename to stable/radicale/5.7.4/values.yaml
diff --git a/stable/rapidphotodownloader/5.6.0/CHANGELOG.md b/stable/rapidphotodownloader/5.6.0/CHANGELOG.md
deleted file mode 100644
index 8331b3d296b..00000000000
--- a/stable/rapidphotodownloader/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rapidphotodownloader-5.6.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.5.2...rapidphotodownloader-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rapidphotodownloader-5.5.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.5.1...rapidphotodownloader-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rapidphotodownloader-5.5.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.5.0...rapidphotodownloader-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rapidphotodownloader-5.5.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.4.1...rapidphotodownloader-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rapidphotodownloader-5.4.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.4.0...rapidphotodownloader-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rapidphotodownloader-5.4.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.3.0...rapidphotodownloader-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rapidphotodownloader-5.3.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.3...rapidphotodownloader-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rapidphotodownloader-5.2.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.2...rapidphotodownloader-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rapidphotodownloader-5.2.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.0...rapidphotodownloader-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rapidphotodownloader/5.6.0/Chart.yaml b/stable/rapidphotodownloader/5.6.0/Chart.yaml
deleted file mode 100644
index f20933d85c6..00000000000
--- a/stable/rapidphotodownloader/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Photos
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install Rapid Photo Downloader.
-home: https://truecharts.org/charts/stable/rapidphotodownloader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png
-keywords:
- - rapidphotodownloader
- - MediaApp-Photos
- - Productivity
- - Tools-Utilities
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rapidphotodownloader
-sources:
- - https://www.damonlynch.net/rapid/
- - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader
- - https://hub.docker.com/r/ich777/rapidphotodownloader
-type: application
-version: 5.6.0
diff --git a/stable/rapidphotodownloader/5.6.0/charts/common-20.1.5.tgz b/stable/rapidphotodownloader/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rapidphotodownloader/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/redis/13.2.0/.helmignore b/stable/rapidphotodownloader/5.7.3/.helmignore
similarity index 100%
rename from stable/redis/13.2.0/.helmignore
rename to stable/rapidphotodownloader/5.7.3/.helmignore
diff --git a/stable/rapidphotodownloader/5.7.3/CHANGELOG.md b/stable/rapidphotodownloader/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a06cce6dd69
--- /dev/null
+++ b/stable/rapidphotodownloader/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rapidphotodownloader-5.7.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rapidphotodownloader/5.7.3/Chart.yaml b/stable/rapidphotodownloader/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..2700ec4777c
--- /dev/null
+++ b/stable/rapidphotodownloader/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Photos
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install Rapid Photo Downloader.
+home: https://truecharts.org/charts/stable/rapidphotodownloader
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png
+keywords:
+ - rapidphotodownloader
+ - MediaApp-Photos
+ - Productivity
+ - Tools-Utilities
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rapidphotodownloader
+sources:
+ - https://www.damonlynch.net/rapid/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader
+ - https://hub.docker.com/r/ich777/rapidphotodownloader
+type: application
+version: 5.7.3
diff --git a/stable/rapidphotodownloader/5.6.0/README.md b/stable/rapidphotodownloader/5.7.3/README.md
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/README.md
rename to stable/rapidphotodownloader/5.7.3/README.md
diff --git a/stable/rapidphotodownloader/5.7.3/app-changelog.md b/stable/rapidphotodownloader/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5e5f8499eaa
--- /dev/null
+++ b/stable/rapidphotodownloader/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rapidphotodownloader-5.7.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rapidphotodownloader/5.6.0/app-readme.md b/stable/rapidphotodownloader/5.7.3/app-readme.md
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/app-readme.md
rename to stable/rapidphotodownloader/5.7.3/app-readme.md
diff --git a/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz b/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rapidphotodownloader/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rapidphotodownloader/5.6.0/ix_values.yaml b/stable/rapidphotodownloader/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/ix_values.yaml
rename to stable/rapidphotodownloader/5.7.3/ix_values.yaml
diff --git a/stable/rapidphotodownloader/5.6.0/questions.yaml b/stable/rapidphotodownloader/5.7.3/questions.yaml
similarity index 100%
rename from stable/rapidphotodownloader/5.6.0/questions.yaml
rename to stable/rapidphotodownloader/5.7.3/questions.yaml
diff --git a/stable/recyclarr/9.6.0/templates/common.yaml b/stable/rapidphotodownloader/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/recyclarr/9.6.0/templates/common.yaml
rename to stable/rapidphotodownloader/5.7.3/templates/common.yaml
diff --git a/stable/redis/13.2.0/values.yaml b/stable/rapidphotodownloader/5.7.3/values.yaml
similarity index 100%
rename from stable/redis/13.2.0/values.yaml
rename to stable/rapidphotodownloader/5.7.3/values.yaml
diff --git a/stable/rcon-webadmin/8.6.0/CHANGELOG.md b/stable/rcon-webadmin/8.6.0/CHANGELOG.md
deleted file mode 100644
index 8d2851a037f..00000000000
--- a/stable/rcon-webadmin/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rcon-webadmin-8.6.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.5.2...rcon-webadmin-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rcon-webadmin-8.5.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.5.1...rcon-webadmin-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rcon-webadmin-8.5.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.5.0...rcon-webadmin-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rcon-webadmin-8.5.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.4.1...rcon-webadmin-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rcon-webadmin-8.4.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.4.0...rcon-webadmin-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rcon-webadmin-8.4.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.3.0...rcon-webadmin-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rcon-webadmin-8.3.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.3...rcon-webadmin-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rcon-webadmin-8.2.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.2...rcon-webadmin-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rcon-webadmin-8.2.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.0...rcon-webadmin-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rcon-webadmin/8.6.0/Chart.yaml b/stable/rcon-webadmin/8.6.0/Chart.yaml
deleted file mode 100644
index ada80fd93fa..00000000000
--- a/stable/rcon-webadmin/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.14.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock.
-home: https://truecharts.org/charts/stable/rcon-webadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png
-keywords:
- - rcon-webadmin
- - GameServers
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rcon-webadmin
-sources:
- - https://github.com/rcon-web-admin/rcon-web-admin
- - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin
- - https://hub.docker.com/r/itzg/rcon
-type: application
-version: 8.6.0
diff --git a/stable/rcon-webadmin/8.6.0/charts/common-20.1.5.tgz b/stable/rcon-webadmin/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rcon-webadmin/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/redisinsight/6.6.0/.helmignore b/stable/rcon-webadmin/8.7.3/.helmignore
similarity index 100%
rename from stable/redisinsight/6.6.0/.helmignore
rename to stable/rcon-webadmin/8.7.3/.helmignore
diff --git a/stable/rcon-webadmin/8.7.3/CHANGELOG.md b/stable/rcon-webadmin/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..17577c6c024
--- /dev/null
+++ b/stable/rcon-webadmin/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rcon-webadmin-8.7.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rcon-webadmin/8.7.3/Chart.yaml b/stable/rcon-webadmin/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..45c5cc04f23
--- /dev/null
+++ b/stable/rcon-webadmin/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.14.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock.
+home: https://truecharts.org/charts/stable/rcon-webadmin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png
+keywords:
+ - rcon-webadmin
+ - GameServers
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rcon-webadmin
+sources:
+ - https://github.com/rcon-web-admin/rcon-web-admin
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin
+ - https://hub.docker.com/r/itzg/rcon
+type: application
+version: 8.7.3
diff --git a/stable/rcon-webadmin/8.6.0/README.md b/stable/rcon-webadmin/8.7.3/README.md
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/README.md
rename to stable/rcon-webadmin/8.7.3/README.md
diff --git a/stable/rcon-webadmin/8.7.3/app-changelog.md b/stable/rcon-webadmin/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..331170552e0
--- /dev/null
+++ b/stable/rcon-webadmin/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rcon-webadmin-8.7.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rcon-webadmin/8.6.0/app-readme.md b/stable/rcon-webadmin/8.7.3/app-readme.md
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/app-readme.md
rename to stable/rcon-webadmin/8.7.3/app-readme.md
diff --git a/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz b/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rcon-webadmin/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rcon-webadmin/8.6.0/ix_values.yaml b/stable/rcon-webadmin/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/ix_values.yaml
rename to stable/rcon-webadmin/8.7.3/ix_values.yaml
diff --git a/stable/rcon-webadmin/8.6.0/questions.yaml b/stable/rcon-webadmin/8.7.3/questions.yaml
similarity index 100%
rename from stable/rcon-webadmin/8.6.0/questions.yaml
rename to stable/rcon-webadmin/8.7.3/questions.yaml
diff --git a/stable/recyclarr/9.6.0/templates/NOTES.txt b/stable/rcon-webadmin/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/recyclarr/9.6.0/templates/NOTES.txt
rename to stable/rcon-webadmin/8.7.3/templates/NOTES.txt
diff --git a/stable/red-discordbot/5.6.1/templates/common.yaml b/stable/rcon-webadmin/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/red-discordbot/5.6.1/templates/common.yaml
rename to stable/rcon-webadmin/8.7.3/templates/common.yaml
diff --git a/stable/redisinsight/6.6.0/values.yaml b/stable/rcon-webadmin/8.7.3/values.yaml
similarity index 100%
rename from stable/redisinsight/6.6.0/values.yaml
rename to stable/rcon-webadmin/8.7.3/values.yaml
diff --git a/stable/rdesktop/8.7.31/CHANGELOG.md b/stable/rdesktop/8.7.31/CHANGELOG.md
deleted file mode 100644
index 394dafba4cb..00000000000
--- a/stable/rdesktop/8.7.31/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
diff --git a/stable/rdesktop/8.7.31/Chart.yaml b/stable/rdesktop/8.7.31/Chart.yaml
deleted file mode 100644
index ddc4c7b0e26..00000000000
--- a/stable/rdesktop/8.7.31/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: desktops
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
-home: https://truecharts.org/charts/stable/rdesktop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
-keywords:
- - rdesktop
- - desktops
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rdesktop
-sources:
- - https://github.com/orgs/linuxserver/packages/container/package/rdesktop
- - https://github.com/linuxserver/docker-rdesktop#readme
- - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop
- - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop
-type: application
-version: 8.7.31
diff --git a/stable/rdesktop/8.7.31/app-changelog.md b/stable/rdesktop/8.7.31/app-changelog.md
deleted file mode 100644
index 01f9fe5b3d0..00000000000
--- a/stable/rdesktop/8.7.31/app-changelog.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-## [rdesktop-8.7.31](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.31) (2024-03-21)
-
-### Chore
-
-
-
-- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
-
-- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rdesktop/8.7.31/charts/common-20.2.2.tgz b/stable/rdesktop/8.7.31/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/rdesktop/8.7.31/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/rdesktop/8.7.31/ix_values.yaml b/stable/rdesktop/8.7.31/ix_values.yaml
deleted file mode 100644
index 6b1b2869de5..00000000000
--- a/stable/rdesktop/8.7.31/ix_values.yaml
+++ /dev/null
@@ -1,123 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lscr.io/linuxserver/rdesktop
- tag: latest@sha256:7fb06a4759f95e5debd17b1f6d1df5db008850319080aaefb23724880f629737
-ubuntuXFCEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-xfce@sha256:4b66daa1e117b901b7b188e492279e4c9e23b168b2075c10d73599bc60a8c445
- pullPolicy: Always
-fedoraXFCEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-xfce@sha256:1955aed34231b9ae2df2e705ab3261a5fa9e32402c7ddb2d814a74ffae84262c
- pullPolicy: Always
-archXFCEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-xfce@sha256:588724f4f87809c8650bedc0d43bc42261ea5bbc7d1b684e8186d6d72a0efed8
- pullPolicy: Always
-alpineKDEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: alpine-kde@sha256:3620d74f498f092bdd4fa2b9fe31c6c7e73b859c6ad537f5ae50908a73505eab
- pullPolicy: Always
-ubuntuKDEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-kde@sha256:e0782ca173af3f672414028920259956e9d6d4e97b9925d4df9d754570a8a58b
- pullPolicy: Always
-fedoraKDEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-kde@sha256:fe1957ae3d215d14d1387f885b32406da8ca119bf9958cc1a11e6ec385f1f671
- pullPolicy: Always
-archKDEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-kde@sha256:81ec604bd6d4c38302a40f19bc6ae8f38feb2fde348fd6b812344c8119b5e732
- pullPolicy: Always
-alpineMATEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: alpine-mate@sha256:30645756878b6ec00500c2439157c11c84853b4c03a00559ae00f3927f81a5bd
- pullPolicy: Always
-ubuntuMATEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-mate@sha256:1d78bb94a93d46e8c6c4c8bb49084f8cac8f19438debce002562c3a17f8cb9ef
- pullPolicy: Always
-fedoraMATEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-mate@sha256:d787589d8ac526cd08b6e6981c2975b2ac3d818365f0405259ea79ba19b2197b
- pullPolicy: Always
-archMATEImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-mate@sha256:190668d23c8da43678855db498d1d1e8b1c6fb015d4ec428e2af3a836e4048da
- pullPolicy: Always
-alpineI3Image:
- repository: lscr.io/linuxserver/rdesktop
- tag: alpine-i3@sha256:7fb3a2a32b010522c911cde346b0bd327d4dec6dbf48f800d8dd1c125f21a302
- pullPolicy: Always
-ubuntuI3Image:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-i3@sha256:7122d7e0b5b57a21ff3a43a89b1c79a8cb3b8a68477b90abec3103e87ca9c786
- pullPolicy: Always
-fedoraI3Image:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-i3@sha256:a66995be37d6bd0c34cea82484687ce596306e42a15d8cf79427d70ab0eb4660
- pullPolicy: Always
-archI3Image:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-i3@sha256:fec0c628808b3e2001ad11f587219bddc684fddf10bfb9b16cb094216a1c96bc
- pullPolicy: Always
-alpineOpenBoxImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: alpine-openbox@sha256:27efa3fca7e01b830c87e1542ebb5c72624317ab2b1411f1341d868d8f36567d
- pullPolicy: Always
-ubuntuOpenBoxImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-openbox@sha256:d386f65c605da2e493b9b43a2db0c84f279a3d7584de1c4819543552d3234ac3
- pullPolicy: Always
-fedoraOpenBoxImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-openbox@sha256:0176586edc5d2e151ad2392337f0248101ad934fe03101b1af60092e733550c7
- pullPolicy: Always
-archOpenBoxImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-openbox@sha256:dc19014edd3e047fbdc60c089f7f023e3bf293396a8baeb8922339059d46be2d
- pullPolicy: Always
-alpineICEWMImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: alpine-icewm@sha256:7b3e22f6f74f79e84a473abb04de910174eb2d1800b0fb649aef3198cb0f6b5c
- pullPolicy: Always
-ubuntuICEWMImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: ubuntu-icewm@sha256:4e4b2680a1e1560a36d33d46eca44ec7195748efe6462cf7dfede9918825b079
- pullPolicy: Always
-fedoraICEWMImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: fedora-icewm@sha256:a969d3c8972b4ee224c36527a2cb377e9610191811485a1ff719f5ba6e8a8208
- pullPolicy: Always
-archICEWMImage:
- repository: lscr.io/linuxserver/rdesktop
- tag: arch-icewm@sha256:8b08ec487b4ecd3ac70097255a06d880f92c13969fc89eecbdb6ff4fd92603c4
- pullPolicy: Always
-workload:
- main:
- podSpec:
- containers:
- main:
- imageSelector: image
-service:
- main:
- ports:
- main:
- port: 3389
- protocol: tcp
- targetPort: 3389
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-updated: true
diff --git a/stable/redm/5.6.0/.helmignore b/stable/rdesktop/8.7.56/.helmignore
similarity index 100%
rename from stable/redm/5.6.0/.helmignore
rename to stable/rdesktop/8.7.56/.helmignore
diff --git a/stable/rdesktop/8.7.56/CHANGELOG.md b/stable/rdesktop/8.7.56/CHANGELOG.md
new file mode 100644
index 00000000000..fc083f5995d
--- /dev/null
+++ b/stable/rdesktop/8.7.56/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rdesktop-8.7.56](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.56) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654))
+
+- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
+
+- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdesktop-8.7.55](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.55) (2024-03-25)
+
+### Chore
+
+
+
+- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654))
+
+- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
+
+- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdesktop-8.7.38](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.38) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654))
+
+- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
+
+- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdesktop-8.7.38](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.38) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654))
+
+- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
+
+- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
diff --git a/stable/rdesktop/8.7.56/Chart.yaml b/stable/rdesktop/8.7.56/Chart.yaml
new file mode 100644
index 00000000000..3878dc1bc23
--- /dev/null
+++ b/stable/rdesktop/8.7.56/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: desktops
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
+home: https://truecharts.org/charts/stable/rdesktop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
+keywords:
+ - rdesktop
+ - desktops
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rdesktop
+sources:
+ - https://github.com/orgs/linuxserver/packages/container/package/rdesktop
+ - https://github.com/linuxserver/docker-rdesktop#readme
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop
+ - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop
+type: application
+version: 8.7.56
diff --git a/stable/rdesktop/8.7.31/README.md b/stable/rdesktop/8.7.56/README.md
similarity index 100%
rename from stable/rdesktop/8.7.31/README.md
rename to stable/rdesktop/8.7.56/README.md
diff --git a/stable/rdesktop/8.7.56/app-changelog.md b/stable/rdesktop/8.7.56/app-changelog.md
new file mode 100644
index 00000000000..15408848e5b
--- /dev/null
+++ b/stable/rdesktop/8.7.56/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [rdesktop-8.7.56](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.56) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update rdesktop by renovate ([#19751](https://github.com/truecharts/charts/issues/19751))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update rdesktop by renovate ([#19654](https://github.com/truecharts/charts/issues/19654))
+
+- update rdesktop by renovate ([#19522](https://github.com/truecharts/charts/issues/19522))
+
+- update rdesktop by renovate ([#19439](https://github.com/truecharts/charts/issues/19439))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update rdesktop by renovate ([#19387](https://github.com/truecharts/charts/issues/19387))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rdesktop/8.7.31/app-readme.md b/stable/rdesktop/8.7.56/app-readme.md
similarity index 100%
rename from stable/rdesktop/8.7.31/app-readme.md
rename to stable/rdesktop/8.7.56/app-readme.md
diff --git a/stable/rdesktop/8.7.56/charts/common-20.2.4.tgz b/stable/rdesktop/8.7.56/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rdesktop/8.7.56/charts/common-20.2.4.tgz differ
diff --git a/stable/rdesktop/8.7.56/ix_values.yaml b/stable/rdesktop/8.7.56/ix_values.yaml
new file mode 100644
index 00000000000..795987d2501
--- /dev/null
+++ b/stable/rdesktop/8.7.56/ix_values.yaml
@@ -0,0 +1,123 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lscr.io/linuxserver/rdesktop
+ tag: latest@sha256:ef90ceba8508ab6e682d01785ee09e31d74f1747e5caaa92e282b0f826ab1755
+ubuntuXFCEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-xfce@sha256:2cec872dbd3386eab90ba8447807ca37c291bfefa02b9e735385de3d4f0fcd6e
+ pullPolicy: Always
+fedoraXFCEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-xfce@sha256:cd5814b114013cbc7714e6a1e224f6f376e1a867959811fa8ccc8822929db3ae
+ pullPolicy: Always
+archXFCEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-xfce@sha256:ff679367962719e3b9ab25946631a25fec2d9c37443f52bba887188afb6616df
+ pullPolicy: Always
+alpineKDEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: alpine-kde@sha256:d85b0e03b7d251f32d677d0f149d6830cab376a222e0f64bdf34b242444b533b
+ pullPolicy: Always
+ubuntuKDEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-kde@sha256:6234ffa1d88ddade7b84a6d2070fa4eec013d398e361f973b1d02744cdb9ea9c
+ pullPolicy: Always
+fedoraKDEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-kde@sha256:cc7b87ad6c55314441fe462ba505ded05ceac4f517fb0071fe55e6531a697dc0
+ pullPolicy: Always
+archKDEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-kde@sha256:28e7ccfff8a4d40d6261c7152a3628192812693d5a41bfb26b5e9ab029c2f56f
+ pullPolicy: Always
+alpineMATEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: alpine-mate@sha256:2d22f55e5e8caacd2e9278e0de77a05b8761ce6064fa927a47e623271f406cb2
+ pullPolicy: Always
+ubuntuMATEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-mate@sha256:a6a496a24f20211f6706f22aa970f67ef2795ec6ebdc91f183f642c5f132da5f
+ pullPolicy: Always
+fedoraMATEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-mate@sha256:d787589d8ac526cd08b6e6981c2975b2ac3d818365f0405259ea79ba19b2197b
+ pullPolicy: Always
+archMATEImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-mate@sha256:52961a46f150427c8efab76de4331f2f16bd968485ce545dab903544f73b328f
+ pullPolicy: Always
+alpineI3Image:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: alpine-i3@sha256:d107ddc0a2d33d0141a323c01cb4de13d0a3f58d6d7e37f4f53385f2a4e12448
+ pullPolicy: Always
+ubuntuI3Image:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-i3@sha256:f2d7ce01967c2681b19d87d6ead2a35e0723d0fc1c04a6f8414475d4bc01a756
+ pullPolicy: Always
+fedoraI3Image:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-i3@sha256:ed36487f694c49f51f857dc74ee78f85ac09f4a7cdcf441582e05a49fe865d56
+ pullPolicy: Always
+archI3Image:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-i3@sha256:431bb6bf9f3f2511ca2a32d8a9c218358f6fda6ec836a8d77afd8a0344147da1
+ pullPolicy: Always
+alpineOpenBoxImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: alpine-openbox@sha256:27ba0fac8579ce11d68522e3967a9d7bb129bbc395a215560b052d7407918e48
+ pullPolicy: Always
+ubuntuOpenBoxImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-openbox@sha256:2fce4a1737d1fbab31c2b13849c0673f9156a08f6cab4ed9743d90a600f0259f
+ pullPolicy: Always
+fedoraOpenBoxImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-openbox@sha256:277381de6fb9f0b5f2674a29e5b9022b6527498ebf413c1dfb9bdd295bc859ec
+ pullPolicy: Always
+archOpenBoxImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-openbox@sha256:015af7611b2554445fa6df9f6c70ab339275240efffd2ed6422b139e0373bc57
+ pullPolicy: Always
+alpineICEWMImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: alpine-icewm@sha256:2db1a15db7c080bfa49d447a9f424d6bf28f60de7aa7068dde34cd731f4fe6eb
+ pullPolicy: Always
+ubuntuICEWMImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: ubuntu-icewm@sha256:1ee3f31197fb1a2a2f83789d5e3b0822e7d145960bfa1a984ed94edea6d6a0d6
+ pullPolicy: Always
+fedoraICEWMImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: fedora-icewm@sha256:765455b9df5d57b0b68f5c60a3b5b61943adba4fb77a490ac526d9672ea37bb4
+ pullPolicy: Always
+archICEWMImage:
+ repository: lscr.io/linuxserver/rdesktop
+ tag: arch-icewm@sha256:9177c3bdc00071127f5131126075dfba12761f854f1d602cbf3e4fe8def5482a
+ pullPolicy: Always
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ imageSelector: image
+service:
+ main:
+ ports:
+ main:
+ port: 3389
+ protocol: tcp
+ targetPort: 3389
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+updated: true
diff --git a/stable/rdesktop/8.7.31/questions.yaml b/stable/rdesktop/8.7.56/questions.yaml
similarity index 100%
rename from stable/rdesktop/8.7.31/questions.yaml
rename to stable/rdesktop/8.7.56/questions.yaml
diff --git a/stable/redis/13.2.0/templates/NOTES.txt b/stable/rdesktop/8.7.56/templates/NOTES.txt
similarity index 100%
rename from stable/redis/13.2.0/templates/NOTES.txt
rename to stable/rdesktop/8.7.56/templates/NOTES.txt
diff --git a/stable/redm/5.6.0/templates/common.yaml b/stable/rdesktop/8.7.56/templates/common.yaml
similarity index 100%
rename from stable/redm/5.6.0/templates/common.yaml
rename to stable/rdesktop/8.7.56/templates/common.yaml
diff --git a/stable/redm/5.6.0/values.yaml b/stable/rdesktop/8.7.56/values.yaml
similarity index 100%
rename from stable/redm/5.6.0/values.yaml
rename to stable/rdesktop/8.7.56/values.yaml
diff --git a/stable/rdtclient/4.6.0/CHANGELOG.md b/stable/rdtclient/4.6.0/CHANGELOG.md
deleted file mode 100644
index 7c8f067d2ed..00000000000
--- a/stable/rdtclient/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rdtclient-4.6.0](https://github.com/truecharts/charts/compare/rdtclient-4.5.2...rdtclient-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rdtclient-4.5.2](https://github.com/truecharts/charts/compare/rdtclient-4.5.1...rdtclient-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rdtclient-4.5.1](https://github.com/truecharts/charts/compare/rdtclient-4.5.0...rdtclient-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rdtclient-4.5.0](https://github.com/truecharts/charts/compare/rdtclient-4.4.2...rdtclient-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rdtclient-4.4.2](https://github.com/truecharts/charts/compare/rdtclient-4.4.1...rdtclient-4.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/rogerfar/rdtclient to v2.0.63[@ff17d94](https://github.com/ff17d94) by renovate ([#19070](https://github.com/truecharts/charts/issues/19070))
-
-
-## [rdtclient-4.4.1](https://github.com/truecharts/charts/compare/rdtclient-4.4.0...rdtclient-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rdtclient-4.4.0](https://github.com/truecharts/charts/compare/rdtclient-4.3.0...rdtclient-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rdtclient-4.3.0](https://github.com/truecharts/charts/compare/rdtclient-4.2.3...rdtclient-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rdtclient-4.2.3](https://github.com/truecharts/charts/compare/rdtclient-4.2.2...rdtclient-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rdtclient-4.2.2](https://github.com/truecharts/charts/compare/rdtclient-4.2.0...rdtclient-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/rdtclient/4.6.0/Chart.yaml b/stable/rdtclient/4.6.0/Chart.yaml
deleted file mode 100644
index fe8acc39ff4..00000000000
--- a/stable/rdtclient/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.63
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
-home: https://truecharts.org/charts/stable/rdtclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png
-keywords:
- - rdtclient
- - torrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rdtclient
-sources:
- - https://github.com/rogerfar/rdt-client
- - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
- - https://ghcr.io/rogerfar/rdtclient
- - https://hub.docker.com/r/p3terx/aria2-pro
-type: application
-version: 4.6.0
diff --git a/stable/rdtclient/4.6.0/charts/common-20.1.5.tgz b/stable/rdtclient/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rdtclient/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/redmine/11.7.0/.helmignore b/stable/rdtclient/4.7.3/.helmignore
similarity index 100%
rename from stable/redmine/11.7.0/.helmignore
rename to stable/rdtclient/4.7.3/.helmignore
diff --git a/stable/rdtclient/4.7.3/CHANGELOG.md b/stable/rdtclient/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a1ce87022d9
--- /dev/null
+++ b/stable/rdtclient/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rdtclient-4.7.2](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rdtclient/4.7.3/Chart.yaml b/stable/rdtclient/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..1e7f3d6b3a4
--- /dev/null
+++ b/stable/rdtclient/4.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.63
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
+home: https://truecharts.org/charts/stable/rdtclient
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png
+keywords:
+ - rdtclient
+ - torrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rdtclient
+sources:
+ - https://github.com/rogerfar/rdt-client
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
+ - https://ghcr.io/rogerfar/rdtclient
+ - https://hub.docker.com/r/p3terx/aria2-pro
+type: application
+version: 4.7.3
diff --git a/stable/rdtclient/4.6.0/README.md b/stable/rdtclient/4.7.3/README.md
similarity index 100%
rename from stable/rdtclient/4.6.0/README.md
rename to stable/rdtclient/4.7.3/README.md
diff --git a/stable/rdtclient/4.7.3/app-changelog.md b/stable/rdtclient/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..369fe00d8f2
--- /dev/null
+++ b/stable/rdtclient/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rdtclient-4.7.3](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rdtclient/4.6.0/app-readme.md b/stable/rdtclient/4.7.3/app-readme.md
similarity index 100%
rename from stable/rdtclient/4.6.0/app-readme.md
rename to stable/rdtclient/4.7.3/app-readme.md
diff --git a/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz b/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rdtclient/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rdtclient/4.6.0/ix_values.yaml b/stable/rdtclient/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/rdtclient/4.6.0/ix_values.yaml
rename to stable/rdtclient/4.7.3/ix_values.yaml
diff --git a/stable/rdtclient/4.6.0/questions.yaml b/stable/rdtclient/4.7.3/questions.yaml
similarity index 100%
rename from stable/rdtclient/4.6.0/questions.yaml
rename to stable/rdtclient/4.7.3/questions.yaml
diff --git a/stable/redisinsight/6.6.0/templates/NOTES.txt b/stable/rdtclient/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/redisinsight/6.6.0/templates/NOTES.txt
rename to stable/rdtclient/4.7.3/templates/NOTES.txt
diff --git a/stable/rdtclient/4.6.0/templates/common.yaml b/stable/rdtclient/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/rdtclient/4.6.0/templates/common.yaml
rename to stable/rdtclient/4.7.3/templates/common.yaml
diff --git a/stable/redmine/11.7.0/values.yaml b/stable/rdtclient/4.7.3/values.yaml
similarity index 100%
rename from stable/redmine/11.7.0/values.yaml
rename to stable/rdtclient/4.7.3/values.yaml
diff --git a/stable/readarr/21.5.1/CHANGELOG.md b/stable/readarr/21.5.1/CHANGELOG.md
deleted file mode 100644
index 5a5b489cf14..00000000000
--- a/stable/readarr/21.5.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
diff --git a/stable/readarr/21.5.1/Chart.yaml b/stable/readarr/21.5.1/Chart.yaml
deleted file mode 100644
index 1b0c69a9df3..00000000000
--- a/stable/readarr/21.5.1/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.3.20.2452
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fork of Radarr to work with Books & AudioBooks
-home: https://truecharts.org/charts/stable/readarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png
-keywords:
- - readarr
- - torrent
- - usenet
- - AudioBooks
- - ebooks
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: readarr
-sources:
- - https://readarr.com
- - https://github.com/Readarr/Readarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- - https://ghcr.io/onedr0p/exportarr
- - https://ghcr.io/onedr0p/readarr-develop
-type: application
-version: 21.5.1
diff --git a/stable/readarr/21.5.1/app-changelog.md b/stable/readarr/21.5.1/app-changelog.md
deleted file mode 100644
index acd2eca9b68..00000000000
--- a/stable/readarr/21.5.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [readarr-21.5.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
\ No newline at end of file
diff --git a/stable/readarr/21.5.1/charts/common-20.2.0.tgz b/stable/readarr/21.5.1/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/readarr/21.5.1/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/readarr/21.5.1/ix_values.yaml b/stable/readarr/21.5.1/ix_values.yaml
deleted file mode 100644
index b3e57607403..00000000000
--- a/stable/readarr/21.5.1/ix_values.yaml
+++ /dev/null
@@ -1,109 +0,0 @@
-image:
- repository: ghcr.io/onedr0p/readarr-develop
- pullPolicy: IfNotPresent
- tag: 0.3.20.2452@sha256:0a9941206dacb75a9415a196819af618140933cd91374932d2b93b95df9af42d
-exportarrImage:
- repository: ghcr.io/onedr0p/exportarr
- pullPolicy: IfNotPresent
- tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
-securityContext:
- container:
- readOnlyRootFilesystem: false
-service:
- main:
- ports:
- main:
- port: 8787
- metrics:
- enabled: true
- type: ClusterIP
- targetSelector: exportarr
- ports:
- metrics:
- enabled: true
- port: 8788
- targetSelector: exportarr
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- type: http
- path: /ping
- readiness:
- enabled: true
- type: http
- path: /ping
- startup:
- enabled: true
- type: http
- path: /ping
- env:
- READARR__PORT: "{{ .Values.service.main.ports.main.port }}"
- READARR__AUTHENTICATION_METHOD: "None"
- exportarr:
- enabled: true
- type: Deployment
- strategy: RollingUpdate
- replicas: 1
- podSpec:
- containers:
- exportarr:
- primary: true
- enabled: true
- imageSelector: exportarrImage
- args:
- - readarr
- probes:
- liveness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- readiness:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- startup:
- enabled: true
- type: http
- path: /healthz
- port: "{{ .Values.service.metrics.ports.metrics.port }}"
- env:
- INTERFACE: 0.0.0.0
- PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
- URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
- # additional metrics (slow)
- # ENABLE_ADDITIONAL_METRICS: false
- # enable gathering unknown queue items
- # ENABLE_UNKNOWN_QUEUE_ITEMS: false
- CONFIG: "/config/config.xml"
-persistence:
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /config
- exportarr:
- exportarr:
- mountPath: /config
- readOnly: true
-metrics:
- main:
- enabled: true
- type: "servicemonitor"
- endpoints:
- - port: metrics
- path: /metrics
- targetSelector: metrics
- prometheusRule:
- enabled: false
-portal:
- open:
- enabled: true
-updated: true
diff --git a/stable/reg/13.6.2/.helmignore b/stable/readarr/21.5.5/.helmignore
similarity index 100%
rename from stable/reg/13.6.2/.helmignore
rename to stable/readarr/21.5.5/.helmignore
diff --git a/stable/readarr/21.5.5/CHANGELOG.md b/stable/readarr/21.5.5/CHANGELOG.md
new file mode 100644
index 00000000000..ddae816351a
--- /dev/null
+++ b/stable/readarr/21.5.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [readarr-21.5.5](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
+
+
+## [readarr-21.5.4](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
+
+
+## [readarr-21.5.4](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
+
+
+## [readarr-21.5.4](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
+
+
+## [readarr-21.5.4](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/readarr/21.5.5/Chart.yaml b/stable/readarr/21.5.5/Chart.yaml
new file mode 100644
index 00000000000..a296df5cff2
--- /dev/null
+++ b/stable/readarr/21.5.5/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.3.21.2475
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fork of Radarr to work with Books & AudioBooks
+home: https://truecharts.org/charts/stable/readarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png
+keywords:
+ - readarr
+ - torrent
+ - usenet
+ - AudioBooks
+ - ebooks
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: readarr
+sources:
+ - https://readarr.com
+ - https://github.com/Readarr/Readarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/readarr
+ - https://ghcr.io/onedr0p/readarr-develop
+ - https://ghcr.io/onedr0p/exportarr
+type: application
+version: 21.5.5
diff --git a/stable/readarr/21.5.1/README.md b/stable/readarr/21.5.5/README.md
similarity index 100%
rename from stable/readarr/21.5.1/README.md
rename to stable/readarr/21.5.5/README.md
diff --git a/stable/readarr/21.5.5/app-changelog.md b/stable/readarr/21.5.5/app-changelog.md
new file mode 100644
index 00000000000..a2e182bea4a
--- /dev/null
+++ b/stable/readarr/21.5.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [readarr-21.5.5](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.21.2475[@1b66128](https://github.com/1b66128) by renovate ([#19742](https://github.com/truecharts/charts/issues/19742))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/onedr0p/readarr-develop to v0.3.20.2452[@0a99412](https://github.com/0a99412) by renovate ([#19406](https://github.com/truecharts/charts/issues/19406))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/readarr-develop to 0.3.19.2437[@7db08fb](https://github.com/7db08fb) by renovate ([#19258](https://github.com/truecharts/charts/issues/19258))
\ No newline at end of file
diff --git a/stable/readarr/21.5.1/app-readme.md b/stable/readarr/21.5.5/app-readme.md
similarity index 100%
rename from stable/readarr/21.5.1/app-readme.md
rename to stable/readarr/21.5.5/app-readme.md
diff --git a/stable/readarr/21.5.5/charts/common-20.2.4.tgz b/stable/readarr/21.5.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/readarr/21.5.5/charts/common-20.2.4.tgz differ
diff --git a/stable/readarr/21.5.5/ix_values.yaml b/stable/readarr/21.5.5/ix_values.yaml
new file mode 100644
index 00000000000..c04e6ded261
--- /dev/null
+++ b/stable/readarr/21.5.5/ix_values.yaml
@@ -0,0 +1,109 @@
+image:
+ repository: ghcr.io/onedr0p/readarr-develop
+ pullPolicy: IfNotPresent
+ tag: 0.3.21.2475@sha256:1b661283a46224b4c2266f554c7864f451d7e637336497a0f8503ad869db5e99
+exportarrImage:
+ repository: ghcr.io/onedr0p/exportarr
+ pullPolicy: IfNotPresent
+ tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+service:
+ main:
+ ports:
+ main:
+ port: 8787
+ metrics:
+ enabled: true
+ type: ClusterIP
+ targetSelector: exportarr
+ ports:
+ metrics:
+ enabled: true
+ port: 8788
+ targetSelector: exportarr
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /ping
+ readiness:
+ enabled: true
+ type: http
+ path: /ping
+ startup:
+ enabled: true
+ type: http
+ path: /ping
+ env:
+ READARR__PORT: "{{ .Values.service.main.ports.main.port }}"
+ READARR__AUTHENTICATION_METHOD: "None"
+ exportarr:
+ enabled: true
+ type: Deployment
+ strategy: RollingUpdate
+ replicas: 1
+ podSpec:
+ containers:
+ exportarr:
+ primary: true
+ enabled: true
+ imageSelector: exportarrImage
+ args:
+ - readarr
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ readiness:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ startup:
+ enabled: true
+ type: http
+ path: /healthz
+ port: "{{ .Values.service.metrics.ports.metrics.port }}"
+ env:
+ INTERFACE: 0.0.0.0
+ PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
+ URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
+ # additional metrics (slow)
+ # ENABLE_ADDITIONAL_METRICS: false
+ # enable gathering unknown queue items
+ # ENABLE_UNKNOWN_QUEUE_ITEMS: false
+ CONFIG: "/config/config.xml"
+persistence:
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /config
+ exportarr:
+ exportarr:
+ mountPath: /config
+ readOnly: true
+metrics:
+ main:
+ enabled: true
+ type: "servicemonitor"
+ endpoints:
+ - port: metrics
+ path: /metrics
+ targetSelector: metrics
+ prometheusRule:
+ enabled: false
+portal:
+ open:
+ enabled: true
+updated: true
diff --git a/stable/readarr/21.5.1/questions.yaml b/stable/readarr/21.5.5/questions.yaml
similarity index 100%
rename from stable/readarr/21.5.1/questions.yaml
rename to stable/readarr/21.5.5/questions.yaml
diff --git a/stable/redmine/11.7.0/templates/NOTES.txt b/stable/readarr/21.5.5/templates/NOTES.txt
similarity index 100%
rename from stable/redmine/11.7.0/templates/NOTES.txt
rename to stable/readarr/21.5.5/templates/NOTES.txt
diff --git a/stable/readarr/21.5.1/templates/common.yaml b/stable/readarr/21.5.5/templates/common.yaml
similarity index 100%
rename from stable/readarr/21.5.1/templates/common.yaml
rename to stable/readarr/21.5.5/templates/common.yaml
diff --git a/stable/reg/13.6.2/values.yaml b/stable/readarr/21.5.5/values.yaml
similarity index 100%
rename from stable/reg/13.6.2/values.yaml
rename to stable/readarr/21.5.5/values.yaml
diff --git a/stable/recyclarr/9.6.0/CHANGELOG.md b/stable/recyclarr/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1fbe9a326f4..00000000000
--- a/stable/recyclarr/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [recyclarr-9.6.0](https://github.com/truecharts/charts/compare/recyclarr-9.5.2...recyclarr-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [recyclarr-9.5.2](https://github.com/truecharts/charts/compare/recyclarr-9.5.1...recyclarr-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [recyclarr-9.5.1](https://github.com/truecharts/charts/compare/recyclarr-9.5.0...recyclarr-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [recyclarr-9.5.0](https://github.com/truecharts/charts/compare/recyclarr-9.4.1...recyclarr-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [recyclarr-9.4.1](https://github.com/truecharts/charts/compare/recyclarr-9.4.0...recyclarr-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [recyclarr-9.4.0](https://github.com/truecharts/charts/compare/recyclarr-9.3.0...recyclarr-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [recyclarr-9.3.0](https://github.com/truecharts/charts/compare/recyclarr-9.2.3...recyclarr-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [recyclarr-9.2.3](https://github.com/truecharts/charts/compare/recyclarr-9.2.2...recyclarr-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [recyclarr-9.2.2](https://github.com/truecharts/charts/compare/recyclarr-9.2.0...recyclarr-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/recyclarr/9.6.0/Chart.yaml b/stable/recyclarr/9.6.0/Chart.yaml
deleted file mode 100644
index 194e753c841..00000000000
--- a/stable/recyclarr/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.0.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.
-home: https://truecharts.org/charts/stable/recyclarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png
-keywords:
- - recyclarr
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: recyclarr
-sources:
- - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
- - https://github.com/recyclarr/recyclarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
- - https://ghcr.io/recyclarr/recyclarr
-type: application
-version: 9.6.0
diff --git a/stable/recyclarr/9.6.0/charts/common-20.1.5.tgz b/stable/recyclarr/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/recyclarr/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/remmina/10.7.0/.helmignore b/stable/recyclarr/9.7.3/.helmignore
similarity index 100%
rename from stable/remmina/10.7.0/.helmignore
rename to stable/recyclarr/9.7.3/.helmignore
diff --git a/stable/recyclarr/9.7.3/CHANGELOG.md b/stable/recyclarr/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ccfe5583abe
--- /dev/null
+++ b/stable/recyclarr/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [recyclarr-9.7.2](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/recyclarr/9.7.3/Chart.yaml b/stable/recyclarr/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..bce2e53c098
--- /dev/null
+++ b/stable/recyclarr/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.0.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.
+home: https://truecharts.org/charts/stable/recyclarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png
+keywords:
+ - recyclarr
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: recyclarr
+sources:
+ - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
+ - https://github.com/recyclarr/recyclarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
+ - https://ghcr.io/recyclarr/recyclarr
+type: application
+version: 9.7.3
diff --git a/stable/recyclarr/9.6.0/README.md b/stable/recyclarr/9.7.3/README.md
similarity index 100%
rename from stable/recyclarr/9.6.0/README.md
rename to stable/recyclarr/9.7.3/README.md
diff --git a/stable/recyclarr/9.7.3/app-changelog.md b/stable/recyclarr/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..d13674f800b
--- /dev/null
+++ b/stable/recyclarr/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [recyclarr-9.7.3](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/recyclarr/9.6.0/app-readme.md b/stable/recyclarr/9.7.3/app-readme.md
similarity index 100%
rename from stable/recyclarr/9.6.0/app-readme.md
rename to stable/recyclarr/9.7.3/app-readme.md
diff --git a/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz b/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/recyclarr/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/recyclarr/9.6.0/ix_values.yaml b/stable/recyclarr/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/recyclarr/9.6.0/ix_values.yaml
rename to stable/recyclarr/9.7.3/ix_values.yaml
diff --git a/stable/recyclarr/9.6.0/questions.yaml b/stable/recyclarr/9.7.3/questions.yaml
similarity index 100%
rename from stable/recyclarr/9.6.0/questions.yaml
rename to stable/recyclarr/9.7.3/questions.yaml
diff --git a/stable/reg/13.6.2/templates/NOTES.txt b/stable/recyclarr/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/reg/13.6.2/templates/NOTES.txt
rename to stable/recyclarr/9.7.3/templates/NOTES.txt
diff --git a/stable/remotely/5.6.0/templates/common.yaml b/stable/recyclarr/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/remotely/5.6.0/templates/common.yaml
rename to stable/recyclarr/9.7.3/templates/common.yaml
diff --git a/stable/remmina/10.7.0/values.yaml b/stable/recyclarr/9.7.3/values.yaml
similarity index 100%
rename from stable/remmina/10.7.0/values.yaml
rename to stable/recyclarr/9.7.3/values.yaml
diff --git a/stable/red-discordbot/5.6.1/CHANGELOG.md b/stable/red-discordbot/5.6.1/CHANGELOG.md
deleted file mode 100644
index d89bf24a3b8..00000000000
--- a/stable/red-discordbot/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
-
-
-## [red-discordbot-5.6.0](https://github.com/truecharts/charts/compare/red-discordbot-5.5.2...red-discordbot-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/red-discordbot/5.6.1/Chart.yaml b/stable/red-discordbot/5.6.1/Chart.yaml
deleted file mode 100644
index 89cd5e54af5..00000000000
--- a/stable/red-discordbot/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: full
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: 'The newest Red-Discordbot in a convenient multi-arch Chart '
-home: https://truecharts.org/charts/stable/red-discordbot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png
-keywords:
- - red-discordbot
- - Tools-Utilities
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: red-discordbot
-sources:
- - https://github.com/PhasecoreX/docker-red-discordbot
- - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot
- - https://hub.docker.com/r/phasecorex/red-discordbot
-type: application
-version: 5.6.1
diff --git a/stable/red-discordbot/5.6.1/app-changelog.md b/stable/red-discordbot/5.6.1/app-changelog.md
deleted file mode 100644
index 5b849524a12..00000000000
--- a/stable/red-discordbot/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [red-discordbot-5.6.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
\ No newline at end of file
diff --git a/stable/red-discordbot/5.6.1/charts/common-20.1.5.tgz b/stable/red-discordbot/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/red-discordbot/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/remotely/5.6.0/.helmignore b/stable/red-discordbot/5.7.3/.helmignore
similarity index 100%
rename from stable/remotely/5.6.0/.helmignore
rename to stable/red-discordbot/5.7.3/.helmignore
diff --git a/stable/red-discordbot/5.7.3/CHANGELOG.md b/stable/red-discordbot/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5c5666455ec
--- /dev/null
+++ b/stable/red-discordbot/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [red-discordbot-5.7.3](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
+
+
+## [red-discordbot-5.7.2](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
+
+
+## [red-discordbot-5.7.2](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
+
+
+## [red-discordbot-5.7.2](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
+
+
+## [red-discordbot-5.7.2](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
+
+
+## [red-discordbot-5.7.2](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
\ No newline at end of file
diff --git a/stable/red-discordbot/5.7.3/Chart.yaml b/stable/red-discordbot/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a1e4cb72ba7
--- /dev/null
+++ b/stable/red-discordbot/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: full
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "The newest Red-Discordbot in a convenient multi-arch Chart "
+home: https://truecharts.org/charts/stable/red-discordbot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png
+keywords:
+ - red-discordbot
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: red-discordbot
+sources:
+ - https://github.com/PhasecoreX/docker-red-discordbot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot
+ - https://hub.docker.com/r/phasecorex/red-discordbot
+type: application
+version: 5.7.3
diff --git a/stable/red-discordbot/5.6.1/README.md b/stable/red-discordbot/5.7.3/README.md
similarity index 100%
rename from stable/red-discordbot/5.6.1/README.md
rename to stable/red-discordbot/5.7.3/README.md
diff --git a/stable/red-discordbot/5.7.3/app-changelog.md b/stable/red-discordbot/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ef823a55dfe
--- /dev/null
+++ b/stable/red-discordbot/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [red-discordbot-5.7.3](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image phasecorex/red-discordbot to full[@2ecaf40](https://github.com/2ecaf40) by renovate ([#19278](https://github.com/truecharts/charts/issues/19278))
\ No newline at end of file
diff --git a/stable/red-discordbot/5.6.1/app-readme.md b/stable/red-discordbot/5.7.3/app-readme.md
similarity index 100%
rename from stable/red-discordbot/5.6.1/app-readme.md
rename to stable/red-discordbot/5.7.3/app-readme.md
diff --git a/stable/red-discordbot/5.7.3/charts/common-20.2.4.tgz b/stable/red-discordbot/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/red-discordbot/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/red-discordbot/5.6.1/ix_values.yaml b/stable/red-discordbot/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/red-discordbot/5.6.1/ix_values.yaml
rename to stable/red-discordbot/5.7.3/ix_values.yaml
diff --git a/stable/red-discordbot/5.6.1/questions.yaml b/stable/red-discordbot/5.7.3/questions.yaml
similarity index 100%
rename from stable/red-discordbot/5.6.1/questions.yaml
rename to stable/red-discordbot/5.7.3/questions.yaml
diff --git a/stable/restic-rest-server/5.6.0/templates/common.yaml b/stable/red-discordbot/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/restic-rest-server/5.6.0/templates/common.yaml
rename to stable/red-discordbot/5.7.3/templates/common.yaml
diff --git a/stable/remotely/5.6.0/values.yaml b/stable/red-discordbot/5.7.3/values.yaml
similarity index 100%
rename from stable/remotely/5.6.0/values.yaml
rename to stable/red-discordbot/5.7.3/values.yaml
diff --git a/stable/redis/13.2.0/CHANGELOG.md b/stable/redis/13.2.0/CHANGELOG.md
deleted file mode 100644
index bba0dbcc745..00000000000
--- a/stable/redis/13.2.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/redis/13.2.0/Chart.yaml b/stable/redis/13.2.0/Chart.yaml
deleted file mode 100644
index ea544c4b38d..00000000000
--- a/stable/redis/13.2.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: database
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.2.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open source, advanced key-value store.
-home: https://truecharts.org/charts/stable/redis
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
-keywords:
- - redis
- - keyvalue
- - database
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: redis
-sources:
- - https://github.com/bitnami/bitnami-docker-redis
- - https://github.com/truecharts/charts/tree/master/charts/stable/redis
- - https://hub.docker.com/r/bitnami/redis
-type: application
-version: 13.2.0
diff --git a/stable/redis/13.2.0/app-changelog.md b/stable/redis/13.2.0/app-changelog.md
deleted file mode 100644
index 319869486da..00000000000
--- a/stable/redis/13.2.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [redis-13.2.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/redis/13.2.0/charts/common-20.2.0.tgz b/stable/redis/13.2.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/redis/13.2.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/redis/13.2.0/ix_values.yaml b/stable/redis/13.2.0/ix_values.yaml
deleted file mode 100644
index c538f766912..00000000000
--- a/stable/redis/13.2.0/ix_values.yaml
+++ /dev/null
@@ -1,170 +0,0 @@
-image:
- repository: bitnami/redis
- pullPolicy: IfNotPresent
- tag: 7.2.4@sha256:413ba6ab7104ced40c1047451680f0679b235684a14a7db4a05a5990ff4e1e67
-
-includeCommon: true
-workload:
- main:
- replicas: 1
- type: StatefulSet
- strategy: RollingUpdate
- podSpec:
- containers:
- main:
- env:
- REDIS_REPLICATION_MODE: master
- ALLOW_EMPTY_PASSWORD: "yes"
- REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
- REDIS_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
- key: "redis-password"
- probes:
- liveness:
- enabled: true
- type: exec
- command:
- - sh
- - -c
- - /health/ping_liveness_local.sh 2
- readiness:
- enabled: true
- type: exec
- command:
- - sh
- - -c
- - /health/ping_readiness_local.sh 2
- # -- Startup probe configuration
- # @default -- See below
- startup:
- # -- Enable the startup probe
- enabled: true
- type: exec
- command:
- - sh
- - -c
- - /health/ping_readiness_local.sh 2
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
-configmap:
- health:
- enabled: true
- data:
- ping_readiness_local.sh: |-
- #!/bin/bash
- [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
- response=$(
- timeout -s 3 $1 \
- redis-cli \
- -h localhost \
- -p $REDIS_PORT \
- ping
- )
- if [ "$response" != "PONG" ]; then
- echo "failed to connect using password: $REDIS_PASSWORD response: $response"
- exit 1
- fi
- ping_liveness_local.sh: |-
- #!/bin/bash
- [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
- response=$(
- timeout -s 3 $1 \
- redis-cli \
- -h localhost \
- -p $REDIS_PORT \
- ping
- )
- if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
- echo "$response"
- exit 1
- fi
- ping_readiness_master.sh: |-
- #!/bin/bash
- [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
- response=$(
- timeout -s 3 $1 \
- redis-cli \
- -h $REDIS_MASTER_HOST \
- -p $REDIS_MASTER_PORT_NUMBER \
- ping
- )
- if [ "$response" != "PONG" ]; then
- echo "$response"
- exit 1
- fi
- ping_liveness_master.sh: |-
- #!/bin/bash
- [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
- response=$(
- timeout -s 3 $1 \
- redis-cli \
- -h $REDIS_MASTER_HOST \
- -p $REDIS_MASTER_PORT_NUMBER \
- ping
- )
- if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
- echo "$response"
- exit 1
- fi
- ping_readiness_local_and_master.sh: |-
- script_dir="$(dirname "$0")"
- exit_status=0
- "$script_dir/ping_readiness_local.sh" $1 || exit_status=$?
- "$script_dir/ping_readiness_master.sh" $1 || exit_status=$?
- exit $exit_status
- ping_liveness_local_and_master.sh: |-
- script_dir="$(dirname "$0")"
- exit_status=0
- "$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
- "$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
- exit $exit_status
-secret:
- credentials:
- enabled: true
- data:
- redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
-# -- Secret or password
-# One of these options is required, unless used as a dependency for another TrueCharts chart.
-redisPassword: ""
-existingSecret: ""
-service:
- main:
- ports:
- main:
- port: 6379
- targetPort: 6379
-volumeClaimTemplates:
- data:
- enabled: true
- accessModes:
- - ReadWriteOnce
- mountPath: "/bitnami/redis"
-persistence:
- redis-health:
- enabled: true
- type: configmap
- objectName: health
- mountPath: "/health"
- defaultMode: "0755"
- items:
- - key: ping_readiness_local.sh
- path: ping_readiness_local.sh
- - key: ping_liveness_local.sh
- path: ping_liveness_local.sh
- - key: ping_readiness_master.sh
- path: ping_readiness_master.sh
- - key: ping_liveness_master.sh
- path: ping_liveness_master.sh
- - key: ping_liveness_local_and_master.sh
- path: ping_liveness_local_and_master.sh
- - key: ping_readiness_local_and_master.sh
- path: ping_readiness_local_and_master.sh
-portal:
- open:
- enabled: false
-manifestManager:
- enabled: false
diff --git a/stable/requestrr/10.6.1/.helmignore b/stable/redis/13.2.4/.helmignore
similarity index 100%
rename from stable/requestrr/10.6.1/.helmignore
rename to stable/redis/13.2.4/.helmignore
diff --git a/stable/redis/13.2.4/CHANGELOG.md b/stable/redis/13.2.4/CHANGELOG.md
new file mode 100644
index 00000000000..96e57d370dc
--- /dev/null
+++ b/stable/redis/13.2.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redis-13.2.3](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redis-13.2.3](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redis-13.2.3](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redis-13.2.3](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redis-13.2.3](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/redis/13.2.4/Chart.yaml b/stable/redis/13.2.4/Chart.yaml
new file mode 100644
index 00000000000..4a4806af4a3
--- /dev/null
+++ b/stable/redis/13.2.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: database
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.2.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open source, advanced key-value store.
+home: https://truecharts.org/charts/stable/redis
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
+keywords:
+ - redis
+ - keyvalue
+ - database
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: redis
+sources:
+ - https://github.com/bitnami/bitnami-docker-redis
+ - https://github.com/truecharts/charts/tree/master/charts/stable/redis
+ - https://hub.docker.com/r/bitnami/redis
+type: application
+version: 13.2.4
diff --git a/stable/redis/13.2.0/README.md b/stable/redis/13.2.4/README.md
similarity index 100%
rename from stable/redis/13.2.0/README.md
rename to stable/redis/13.2.4/README.md
diff --git a/stable/redis/13.2.4/app-changelog.md b/stable/redis/13.2.4/app-changelog.md
new file mode 100644
index 00000000000..cc5b6d180bb
--- /dev/null
+++ b/stable/redis/13.2.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [redis-13.2.4](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/redis to 7.2.4[@ff96dea](https://github.com/ff96dea) by renovate ([#19635](https://github.com/truecharts/charts/issues/19635))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/redis/13.2.0/app-readme.md b/stable/redis/13.2.4/app-readme.md
similarity index 100%
rename from stable/redis/13.2.0/app-readme.md
rename to stable/redis/13.2.4/app-readme.md
diff --git a/stable/redis/13.2.4/charts/common-20.2.4.tgz b/stable/redis/13.2.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/redis/13.2.4/charts/common-20.2.4.tgz differ
diff --git a/stable/redis/13.2.4/ix_values.yaml b/stable/redis/13.2.4/ix_values.yaml
new file mode 100644
index 00000000000..3b540863f7f
--- /dev/null
+++ b/stable/redis/13.2.4/ix_values.yaml
@@ -0,0 +1,170 @@
+image:
+ repository: bitnami/redis
+ pullPolicy: IfNotPresent
+ tag: 7.2.4@sha256:ff96deae78adc4e6c69911296ced2828daba5d86741d507d823d4d0669b0ed81
+
+includeCommon: true
+workload:
+ main:
+ replicas: 1
+ type: StatefulSet
+ strategy: RollingUpdate
+ podSpec:
+ containers:
+ main:
+ env:
+ REDIS_REPLICATION_MODE: master
+ ALLOW_EMPTY_PASSWORD: "yes"
+ REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
+ REDIS_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
+ key: "redis-password"
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - sh
+ - -c
+ - /health/ping_liveness_local.sh 2
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - sh
+ - -c
+ - /health/ping_readiness_local.sh 2
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ # -- Enable the startup probe
+ enabled: true
+ type: exec
+ command:
+ - sh
+ - -c
+ - /health/ping_readiness_local.sh 2
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+configmap:
+ health:
+ enabled: true
+ data:
+ ping_readiness_local.sh: |-
+ #!/bin/bash
+ [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
+ response=$(
+ timeout -s 3 $1 \
+ redis-cli \
+ -h localhost \
+ -p $REDIS_PORT \
+ ping
+ )
+ if [ "$response" != "PONG" ]; then
+ echo "failed to connect using password: $REDIS_PASSWORD response: $response"
+ exit 1
+ fi
+ ping_liveness_local.sh: |-
+ #!/bin/bash
+ [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
+ response=$(
+ timeout -s 3 $1 \
+ redis-cli \
+ -h localhost \
+ -p $REDIS_PORT \
+ ping
+ )
+ if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
+ echo "$response"
+ exit 1
+ fi
+ ping_readiness_master.sh: |-
+ #!/bin/bash
+ [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
+ response=$(
+ timeout -s 3 $1 \
+ redis-cli \
+ -h $REDIS_MASTER_HOST \
+ -p $REDIS_MASTER_PORT_NUMBER \
+ ping
+ )
+ if [ "$response" != "PONG" ]; then
+ echo "$response"
+ exit 1
+ fi
+ ping_liveness_master.sh: |-
+ #!/bin/bash
+ [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
+ response=$(
+ timeout -s 3 $1 \
+ redis-cli \
+ -h $REDIS_MASTER_HOST \
+ -p $REDIS_MASTER_PORT_NUMBER \
+ ping
+ )
+ if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
+ echo "$response"
+ exit 1
+ fi
+ ping_readiness_local_and_master.sh: |-
+ script_dir="$(dirname "$0")"
+ exit_status=0
+ "$script_dir/ping_readiness_local.sh" $1 || exit_status=$?
+ "$script_dir/ping_readiness_master.sh" $1 || exit_status=$?
+ exit $exit_status
+ ping_liveness_local_and_master.sh: |-
+ script_dir="$(dirname "$0")"
+ exit_status=0
+ "$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
+ "$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
+ exit $exit_status
+secret:
+ credentials:
+ enabled: true
+ data:
+ redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
+# -- Secret or password
+# One of these options is required, unless used as a dependency for another TrueCharts chart.
+redisPassword: ""
+existingSecret: ""
+service:
+ main:
+ ports:
+ main:
+ port: 6379
+ targetPort: 6379
+volumeClaimTemplates:
+ data:
+ enabled: true
+ accessModes:
+ - ReadWriteOnce
+ mountPath: "/bitnami/redis"
+persistence:
+ redis-health:
+ enabled: true
+ type: configmap
+ objectName: health
+ mountPath: "/health"
+ defaultMode: "0755"
+ items:
+ - key: ping_readiness_local.sh
+ path: ping_readiness_local.sh
+ - key: ping_liveness_local.sh
+ path: ping_liveness_local.sh
+ - key: ping_readiness_master.sh
+ path: ping_readiness_master.sh
+ - key: ping_liveness_master.sh
+ path: ping_liveness_master.sh
+ - key: ping_liveness_local_and_master.sh
+ path: ping_liveness_local_and_master.sh
+ - key: ping_readiness_local_and_master.sh
+ path: ping_readiness_local_and_master.sh
+portal:
+ open:
+ enabled: false
+manifestManager:
+ enabled: false
diff --git a/stable/redis/13.2.0/questions.yaml b/stable/redis/13.2.4/questions.yaml
similarity index 100%
rename from stable/redis/13.2.0/questions.yaml
rename to stable/redis/13.2.4/questions.yaml
diff --git a/stable/remmina/10.7.0/templates/NOTES.txt b/stable/redis/13.2.4/templates/NOTES.txt
similarity index 100%
rename from stable/remmina/10.7.0/templates/NOTES.txt
rename to stable/redis/13.2.4/templates/NOTES.txt
diff --git a/stable/remmina/10.7.0/templates/common.yaml b/stable/redis/13.2.4/templates/common.yaml
similarity index 100%
rename from stable/remmina/10.7.0/templates/common.yaml
rename to stable/redis/13.2.4/templates/common.yaml
diff --git a/stable/requestrr/10.6.1/values.yaml b/stable/redis/13.2.4/values.yaml
similarity index 100%
rename from stable/requestrr/10.6.1/values.yaml
rename to stable/redis/13.2.4/values.yaml
diff --git a/stable/redisinsight/6.6.0/CHANGELOG.md b/stable/redisinsight/6.6.0/CHANGELOG.md
deleted file mode 100644
index 87726eb6a15..00000000000
--- a/stable/redisinsight/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [redisinsight-6.6.0](https://github.com/truecharts/charts/compare/redisinsight-6.5.2...redisinsight-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [redisinsight-6.5.2](https://github.com/truecharts/charts/compare/redisinsight-6.5.1...redisinsight-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [redisinsight-6.5.1](https://github.com/truecharts/charts/compare/redisinsight-6.5.0...redisinsight-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [redisinsight-6.5.0](https://github.com/truecharts/charts/compare/redisinsight-6.4.1...redisinsight-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [redisinsight-6.4.1](https://github.com/truecharts/charts/compare/redisinsight-6.4.0...redisinsight-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [redisinsight-6.4.0](https://github.com/truecharts/charts/compare/redisinsight-6.3.0...redisinsight-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [redisinsight-6.3.0](https://github.com/truecharts/charts/compare/redisinsight-6.2.3...redisinsight-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [redisinsight-6.2.3](https://github.com/truecharts/charts/compare/redisinsight-6.2.2...redisinsight-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [redisinsight-6.2.2](https://github.com/truecharts/charts/compare/redisinsight-6.2.0...redisinsight-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/redisinsight/6.6.0/Chart.yaml b/stable/redisinsight/6.6.0/Chart.yaml
deleted file mode 100644
index 47122faac93..00000000000
--- a/stable/redisinsight/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.14.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: GUI for Redis.
-home: https://truecharts.org/charts/stable/redisinsight
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png
-keywords:
- - redisinsight
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: redisinsight
-sources:
- - https://redis.com/redis-enterprise/redis-insight/
- - https://github.com/RedisInsight/RedisInsight
- - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight
- - https://hub.docker.com/r/redislabs/redisinsight
-type: application
-version: 6.6.0
diff --git a/stable/redisinsight/6.6.0/charts/common-20.1.5.tgz b/stable/redisinsight/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/redisinsight/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/resilio-sync/14.7.0/.helmignore b/stable/redisinsight/6.7.3/.helmignore
similarity index 100%
rename from stable/resilio-sync/14.7.0/.helmignore
rename to stable/redisinsight/6.7.3/.helmignore
diff --git a/stable/redisinsight/6.7.3/CHANGELOG.md b/stable/redisinsight/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d142df82e0c
--- /dev/null
+++ b/stable/redisinsight/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redisinsight-6.7.2](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/redisinsight/6.7.3/Chart.yaml b/stable/redisinsight/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..0d9bc75cf75
--- /dev/null
+++ b/stable/redisinsight/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.14.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: GUI for Redis.
+home: https://truecharts.org/charts/stable/redisinsight
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png
+keywords:
+ - redisinsight
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: redisinsight
+sources:
+ - https://redis.com/redis-enterprise/redis-insight/
+ - https://github.com/RedisInsight/RedisInsight
+ - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight
+ - https://hub.docker.com/r/redislabs/redisinsight
+type: application
+version: 6.7.3
diff --git a/stable/redisinsight/6.6.0/README.md b/stable/redisinsight/6.7.3/README.md
similarity index 100%
rename from stable/redisinsight/6.6.0/README.md
rename to stable/redisinsight/6.7.3/README.md
diff --git a/stable/redisinsight/6.7.3/app-changelog.md b/stable/redisinsight/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..405ec21bf80
--- /dev/null
+++ b/stable/redisinsight/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [redisinsight-6.7.3](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/redisinsight/6.6.0/app-readme.md b/stable/redisinsight/6.7.3/app-readme.md
similarity index 100%
rename from stable/redisinsight/6.6.0/app-readme.md
rename to stable/redisinsight/6.7.3/app-readme.md
diff --git a/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz b/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/redisinsight/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/redisinsight/6.6.0/ix_values.yaml b/stable/redisinsight/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/redisinsight/6.6.0/ix_values.yaml
rename to stable/redisinsight/6.7.3/ix_values.yaml
diff --git a/stable/redisinsight/6.6.0/questions.yaml b/stable/redisinsight/6.7.3/questions.yaml
similarity index 100%
rename from stable/redisinsight/6.6.0/questions.yaml
rename to stable/redisinsight/6.7.3/questions.yaml
diff --git a/stable/requestrr/10.6.1/templates/NOTES.txt b/stable/redisinsight/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/requestrr/10.6.1/templates/NOTES.txt
rename to stable/redisinsight/6.7.3/templates/NOTES.txt
diff --git a/stable/resilio-sync/14.7.0/templates/common.yaml b/stable/redisinsight/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/resilio-sync/14.7.0/templates/common.yaml
rename to stable/redisinsight/6.7.3/templates/common.yaml
diff --git a/stable/resilio-sync/14.7.0/values.yaml b/stable/redisinsight/6.7.3/values.yaml
similarity index 100%
rename from stable/resilio-sync/14.7.0/values.yaml
rename to stable/redisinsight/6.7.3/values.yaml
diff --git a/stable/redm/5.6.0/CHANGELOG.md b/stable/redm/5.6.0/CHANGELOG.md
deleted file mode 100644
index 06e371ae4a4..00000000000
--- a/stable/redm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [redm-5.6.0](https://github.com/truecharts/charts/compare/redm-5.5.2...redm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [redm-5.5.2](https://github.com/truecharts/charts/compare/redm-5.5.1...redm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [redm-5.5.1](https://github.com/truecharts/charts/compare/redm-5.5.0...redm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [redm-5.5.0](https://github.com/truecharts/charts/compare/redm-5.4.1...redm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [redm-5.4.1](https://github.com/truecharts/charts/compare/redm-5.4.0...redm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [redm-5.4.0](https://github.com/truecharts/charts/compare/redm-5.3.0...redm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [redm-5.3.0](https://github.com/truecharts/charts/compare/redm-5.2.3...redm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [redm-5.2.3](https://github.com/truecharts/charts/compare/redm-5.2.2...redm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [redm-5.2.2](https://github.com/truecharts/charts/compare/redm-5.2.0...redm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/redm/5.6.0/Chart.yaml b/stable/redm/5.6.0/Chart.yaml
deleted file mode 100644
index 7ef533b41ee..00000000000
--- a/stable/redm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name."
-home: https://truecharts.org/charts/stable/redm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png
-keywords:
- - redm
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: redm
-sources:
- - https://redm.gg/
- - https://github.com/truecharts/charts/tree/master/charts/stable/redm
- - https://hub.docker.com/r/ich777/redmserver
-type: application
-version: 5.6.0
diff --git a/stable/redm/5.6.0/charts/common-20.1.5.tgz b/stable/redm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/redm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/restic-rest-server/5.6.0/.helmignore b/stable/redm/5.7.3/.helmignore
similarity index 100%
rename from stable/restic-rest-server/5.6.0/.helmignore
rename to stable/redm/5.7.3/.helmignore
diff --git a/stable/redm/5.7.3/CHANGELOG.md b/stable/redm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c1d8e483212
--- /dev/null
+++ b/stable/redm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [redm-5.7.2](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/redm/5.7.3/Chart.yaml b/stable/redm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..2647b52ac38
--- /dev/null
+++ b/stable/redm/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name."
+home: https://truecharts.org/charts/stable/redm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png
+keywords:
+ - redm
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: redm
+sources:
+ - https://redm.gg/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/redm
+ - https://hub.docker.com/r/ich777/redmserver
+type: application
+version: 5.7.3
diff --git a/stable/redm/5.6.0/README.md b/stable/redm/5.7.3/README.md
similarity index 100%
rename from stable/redm/5.6.0/README.md
rename to stable/redm/5.7.3/README.md
diff --git a/stable/redm/5.7.3/app-changelog.md b/stable/redm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f7ad53c47d0
--- /dev/null
+++ b/stable/redm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [redm-5.7.3](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/redm/5.6.0/app-readme.md b/stable/redm/5.7.3/app-readme.md
similarity index 100%
rename from stable/redm/5.6.0/app-readme.md
rename to stable/redm/5.7.3/app-readme.md
diff --git a/stable/redm/5.7.3/charts/common-20.2.4.tgz b/stable/redm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/redm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/redm/5.6.0/ix_values.yaml b/stable/redm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/redm/5.6.0/ix_values.yaml
rename to stable/redm/5.7.3/ix_values.yaml
diff --git a/stable/redm/5.6.0/questions.yaml b/stable/redm/5.7.3/questions.yaml
similarity index 100%
rename from stable/redm/5.6.0/questions.yaml
rename to stable/redm/5.7.3/questions.yaml
diff --git a/stable/rflood/5.7.0/templates/common.yaml b/stable/redm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rflood/5.7.0/templates/common.yaml
rename to stable/redm/5.7.3/templates/common.yaml
diff --git a/stable/restic-rest-server/5.6.0/values.yaml b/stable/redm/5.7.3/values.yaml
similarity index 100%
rename from stable/restic-rest-server/5.6.0/values.yaml
rename to stable/redm/5.7.3/values.yaml
diff --git a/stable/redmine/11.7.0/CHANGELOG.md b/stable/redmine/11.7.0/CHANGELOG.md
deleted file mode 100644
index 521ce5f8339..00000000000
--- a/stable/redmine/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
diff --git a/stable/redmine/11.7.0/Chart.yaml b/stable/redmine/11.7.0/Chart.yaml
deleted file mode 100644
index 32d6a2fb18d..00000000000
--- a/stable/redmine/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.1.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Redmine is a flexible project management web application written using Ruby on Rails framework.
-home: https://truecharts.org/charts/stable/redmine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png
-keywords:
- - project
- - management
- - time
- - tracking
- - ticket
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: redmine
-sources:
- - https://github.com/redmine/redmine
- - https://github.com/truecharts/charts/tree/master/charts/stable/redmine
- - https://hub.docker.com/_/redmine
-type: application
-version: 11.7.0
diff --git a/stable/redmine/11.7.0/app-changelog.md b/stable/redmine/11.7.0/app-changelog.md
deleted file mode 100644
index d9362ecf15e..00000000000
--- a/stable/redmine/11.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [redmine-11.7.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
\ No newline at end of file
diff --git a/stable/redmine/11.7.0/charts/common-20.2.0.tgz b/stable/redmine/11.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/redmine/11.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/redmine/11.7.0/ix_values.yaml b/stable/redmine/11.7.0/ix_values.yaml
deleted file mode 100644
index d803a794f9c..00000000000
--- a/stable/redmine/11.7.0/ix_values.yaml
+++ /dev/null
@@ -1,57 +0,0 @@
-image:
- repository: redmine
- pullPolicy: IfNotPresent
- tag: 5.1.2@sha256:7bba7e9907b7fb6f17f01e000dd69ccb3ace8b5531113336370e5652fef9fded
-redmine:
- plugins_migrate: true
- no_db_migrate: false
-service:
- main:
- ports:
- main:
- port: 10171
- targetPort: 3000
-persistence:
- data:
- enabled: true
- mountPath: "/usr/src/redmine/files"
-# Enabled postgres
-cnpg:
- main:
- enabled: true
- user: redmine
- database: redmine
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 999
- runAsGroup: 999
- pod:
- fsGroup: 999
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- REDMINE_DB_DATABASE: "{{ .Values.cnpg.main.database }}"
- REDMINE_DB_USERNAME: "{{ .Values.cnpg.main.user }}"
- REDMINE_DB_PORT: "5432"
- # Anything but empty means true, empty means false
- REDMINE_NO_DB_MIGRATE: '{{ ternary "true" "" .Values.redmine.no_db_migrate }}'
- REDMINE_PLUGINS_MIGRATE: '{{ ternary "true" "" .Values.redmine.plugins_migrate }}'
- REDMINE_DB_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- REDMINE_DB_POSTGRES:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- REDMINE_SECRET_KEY_BASE:
- secretKeyRef:
- name: secrets
- key: REDMINE_SECRET_KEY_BASE
diff --git a/stable/redmine/11.7.0/questions.yaml b/stable/redmine/11.7.0/questions.yaml
deleted file mode 100755
index 36ec0c6cbca..00000000000
--- a/stable/redmine/11.7.0/questions.yaml
+++ /dev/null
@@ -1,3285 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: redmine
- group: "App Configuration"
- label: "Redmine Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: plugins_migrate
- label: "Plugins Migrate"
- description: "Set to true and the migrate script will be automatically run on every container start"
- schema:
- type: boolean
- default: true
- - variable: no_db_migrate
- label: "No DB Migrate"
- description: "Set to true and the migrate script will NOT automatically run on container start."
- schema:
- type: boolean
- default: false
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10171
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 999
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 999
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 999
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/retrobot/8.6.0/.helmignore b/stable/redmine/11.7.4/.helmignore
similarity index 100%
rename from stable/retrobot/8.6.0/.helmignore
rename to stable/redmine/11.7.4/.helmignore
diff --git a/stable/redmine/11.7.4/CHANGELOG.md b/stable/redmine/11.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..38f7365fdc0
--- /dev/null
+++ b/stable/redmine/11.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
+
+
+## [redmine-11.7.3](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
+
+
+## [redmine-11.7.3](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
+
+
+## [redmine-11.7.3](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
+
+
+## [redmine-11.7.3](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
+
+
+## [redmine-11.7.3](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/redmine/11.7.4/Chart.yaml b/stable/redmine/11.7.4/Chart.yaml
new file mode 100644
index 00000000000..7feaf5b0d82
--- /dev/null
+++ b/stable/redmine/11.7.4/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Redmine is a flexible project management web application written using Ruby on Rails framework.
+home: https://truecharts.org/charts/stable/redmine
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png
+keywords:
+ - project
+ - management
+ - time
+ - tracking
+ - ticket
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: redmine
+sources:
+ - https://github.com/redmine/redmine
+ - https://github.com/truecharts/charts/tree/master/charts/stable/redmine
+ - https://hub.docker.com/_/redmine
+type: application
+version: 11.7.4
diff --git a/stable/redmine/11.7.0/README.md b/stable/redmine/11.7.4/README.md
similarity index 100%
rename from stable/redmine/11.7.0/README.md
rename to stable/redmine/11.7.4/README.md
diff --git a/stable/redmine/11.7.4/app-changelog.md b/stable/redmine/11.7.4/app-changelog.md
new file mode 100644
index 00000000000..f80f218908a
--- /dev/null
+++ b/stable/redmine/11.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [redmine-11.7.4](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image redmine to 5.1.2[@7ce83c5](https://github.com/7ce83c5) by renovate ([#19423](https://github.com/truecharts/charts/issues/19423))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281))
\ No newline at end of file
diff --git a/stable/redmine/11.7.0/app-readme.md b/stable/redmine/11.7.4/app-readme.md
similarity index 100%
rename from stable/redmine/11.7.0/app-readme.md
rename to stable/redmine/11.7.4/app-readme.md
diff --git a/stable/redmine/11.7.4/charts/common-20.2.4.tgz b/stable/redmine/11.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/redmine/11.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/redmine/11.7.4/ix_values.yaml b/stable/redmine/11.7.4/ix_values.yaml
new file mode 100644
index 00000000000..ffca004ac1d
--- /dev/null
+++ b/stable/redmine/11.7.4/ix_values.yaml
@@ -0,0 +1,57 @@
+image:
+ repository: redmine
+ pullPolicy: IfNotPresent
+ tag: 5.1.2@sha256:7ce83c55659ae3697c53bf75ac4b4b0a338a1588dee40a204a8e51541e44b90d
+redmine:
+ plugins_migrate: true
+ no_db_migrate: false
+service:
+ main:
+ ports:
+ main:
+ port: 10171
+ targetPort: 3000
+persistence:
+ data:
+ enabled: true
+ mountPath: "/usr/src/redmine/files"
+# Enabled postgres
+cnpg:
+ main:
+ enabled: true
+ user: redmine
+ database: redmine
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 999
+ runAsGroup: 999
+ pod:
+ fsGroup: 999
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ REDMINE_DB_DATABASE: "{{ .Values.cnpg.main.database }}"
+ REDMINE_DB_USERNAME: "{{ .Values.cnpg.main.user }}"
+ REDMINE_DB_PORT: "5432"
+ # Anything but empty means true, empty means false
+ REDMINE_NO_DB_MIGRATE: '{{ ternary "true" "" .Values.redmine.no_db_migrate }}'
+ REDMINE_PLUGINS_MIGRATE: '{{ ternary "true" "" .Values.redmine.plugins_migrate }}'
+ REDMINE_DB_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ REDMINE_DB_POSTGRES:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ REDMINE_SECRET_KEY_BASE:
+ secretKeyRef:
+ name: secrets
+ key: REDMINE_SECRET_KEY_BASE
diff --git a/stable/redmine/11.7.4/questions.yaml b/stable/redmine/11.7.4/questions.yaml
new file mode 100755
index 00000000000..8d38db19706
--- /dev/null
+++ b/stable/redmine/11.7.4/questions.yaml
@@ -0,0 +1,3287 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: redmine
+ group: "App Configuration"
+ label: "Redmine Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: plugins_migrate
+ label: "Plugins Migrate"
+ description: "Set to true and the migrate script will be automatically run on every container start"
+ schema:
+ type: boolean
+ default: true
+ - variable: no_db_migrate
+ label: "No DB Migrate"
+ description: "Set to true and the migrate script will NOT automatically run on container start."
+ schema:
+ type: boolean
+ default: false
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10171
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 999
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 999
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 999
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/resilio-sync/14.7.0/templates/NOTES.txt b/stable/redmine/11.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/resilio-sync/14.7.0/templates/NOTES.txt
rename to stable/redmine/11.7.4/templates/NOTES.txt
diff --git a/stable/redmine/11.7.0/templates/_secrets.tpl b/stable/redmine/11.7.4/templates/_secrets.tpl
similarity index 100%
rename from stable/redmine/11.7.0/templates/_secrets.tpl
rename to stable/redmine/11.7.4/templates/_secrets.tpl
diff --git a/stable/redmine/11.7.0/templates/common.yaml b/stable/redmine/11.7.4/templates/common.yaml
similarity index 100%
rename from stable/redmine/11.7.0/templates/common.yaml
rename to stable/redmine/11.7.4/templates/common.yaml
diff --git a/stable/retrobot/8.6.0/values.yaml b/stable/redmine/11.7.4/values.yaml
similarity index 100%
rename from stable/retrobot/8.6.0/values.yaml
rename to stable/redmine/11.7.4/values.yaml
diff --git a/stable/reg/13.6.2/CHANGELOG.md b/stable/reg/13.6.2/CHANGELOG.md
deleted file mode 100644
index ba4c858e3c3..00000000000
--- a/stable/reg/13.6.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.1](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.1](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
-
-
-## [reg-13.6.1](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.1) (2024-03-16)
-
-### Chore
-
-
diff --git a/stable/reg/13.6.2/Chart.yaml b/stable/reg/13.6.2/Chart.yaml
deleted file mode 100644
index 159df8452ce..00000000000
--- a/stable/reg/13.6.2/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Docker registry v2 command line client and repo listing generator with security checks.
-home: https://truecharts.org/charts/stable/reg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png
-keywords:
- - reg
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: reg
-sources:
- - https://github.com/genuinetools/reg
- - https://github.com/k8s-at-home/container-images/
- - https://github.com/truecharts/charts/tree/master/charts/stable/reg
- - https://hub.docker.com/_/registry
-type: application
-version: 13.6.2
diff --git a/stable/reg/13.6.2/app-changelog.md b/stable/reg/13.6.2/app-changelog.md
deleted file mode 100644
index 8346a52cedc..00000000000
--- a/stable/reg/13.6.2/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [reg-13.6.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.6.2) (2024-03-16)
-
-### Chore
-
-
-
-- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
-
-- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
\ No newline at end of file
diff --git a/stable/reg/13.6.2/charts/common-20.1.5.tgz b/stable/reg/13.6.2/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/reg/13.6.2/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rflood/5.7.0/.helmignore b/stable/reg/13.7.3/.helmignore
similarity index 100%
rename from stable/rflood/5.7.0/.helmignore
rename to stable/reg/13.7.3/.helmignore
diff --git a/stable/reg/13.7.3/CHANGELOG.md b/stable/reg/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3a206eff89f
--- /dev/null
+++ b/stable/reg/13.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [reg-13.7.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [reg-13.7.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [reg-13.7.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [reg-13.7.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
+
+
+## [reg-13.7.2](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.2) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/reg/13.7.3/Chart.yaml b/stable/reg/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..be9afb1eba7
--- /dev/null
+++ b/stable/reg/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Docker registry v2 command line client and repo listing generator with security checks.
+home: https://truecharts.org/charts/stable/reg
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png
+keywords:
+ - reg
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: reg
+sources:
+ - https://github.com/genuinetools/reg
+ - https://github.com/k8s-at-home/container-images/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/reg
+ - https://hub.docker.com/_/registry
+type: application
+version: 13.7.3
diff --git a/stable/reg/13.6.2/README.md b/stable/reg/13.7.3/README.md
similarity index 100%
rename from stable/reg/13.6.2/README.md
rename to stable/reg/13.7.3/README.md
diff --git a/stable/reg/13.7.3/app-changelog.md b/stable/reg/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..b7ec5f6a092
--- /dev/null
+++ b/stable/reg/13.7.3/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [reg-13.7.3](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image registry to 2[@fb9c9ae](https://github.com/fb9c9ae) by renovate ([#19358](https://github.com/truecharts/charts/issues/19358))
+
+- update container image registry to 2[@422c023](https://github.com/422c023) by renovate ([#19282](https://github.com/truecharts/charts/issues/19282))
\ No newline at end of file
diff --git a/stable/reg/13.6.2/app-readme.md b/stable/reg/13.7.3/app-readme.md
similarity index 100%
rename from stable/reg/13.6.2/app-readme.md
rename to stable/reg/13.7.3/app-readme.md
diff --git a/stable/reg/13.7.3/charts/common-20.2.4.tgz b/stable/reg/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/reg/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/reg/13.6.2/ix_values.yaml b/stable/reg/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/reg/13.6.2/ix_values.yaml
rename to stable/reg/13.7.3/ix_values.yaml
diff --git a/stable/reg/13.6.2/questions.yaml b/stable/reg/13.7.3/questions.yaml
similarity index 100%
rename from stable/reg/13.6.2/questions.yaml
rename to stable/reg/13.7.3/questions.yaml
diff --git a/stable/retrobot/8.6.0/templates/NOTES.txt b/stable/reg/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/retrobot/8.6.0/templates/NOTES.txt
rename to stable/reg/13.7.3/templates/NOTES.txt
diff --git a/stable/retrobot/8.6.0/templates/common.yaml b/stable/reg/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/retrobot/8.6.0/templates/common.yaml
rename to stable/reg/13.7.3/templates/common.yaml
diff --git a/stable/rflood/5.7.0/values.yaml b/stable/reg/13.7.3/values.yaml
similarity index 100%
rename from stable/rflood/5.7.0/values.yaml
rename to stable/reg/13.7.3/values.yaml
diff --git a/stable/remmina/10.7.0/CHANGELOG.md b/stable/remmina/10.7.0/CHANGELOG.md
deleted file mode 100644
index ad6edf5601f..00000000000
--- a/stable/remmina/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
diff --git a/stable/remmina/10.7.0/Chart.yaml b/stable/remmina/10.7.0/Chart.yaml
deleted file mode 100644
index c029ea66d72..00000000000
--- a/stable/remmina/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A remote desktop client written in GTK
-home: https://truecharts.org/charts/stable/remmina
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png
-keywords:
- - remina
- - remote
- - desktop
- - client
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: remmina
-sources:
- - https://github.com/linuxserver/docker-remmina
- - https://remmina.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/remmina
- - https://ghcr.io/linuxserver/remmina
-type: application
-version: 10.7.0
diff --git a/stable/remmina/10.7.0/app-changelog.md b/stable/remmina/10.7.0/app-changelog.md
deleted file mode 100644
index 1c440026a83..00000000000
--- a/stable/remmina/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [remmina-10.7.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
\ No newline at end of file
diff --git a/stable/remmina/10.7.0/charts/common-20.2.0.tgz b/stable/remmina/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/remmina/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/remmina/10.7.0/ix_values.yaml b/stable/remmina/10.7.0/ix_values.yaml
deleted file mode 100644
index 11076f39702..00000000000
--- a/stable/remmina/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/remmina
- pullPolicy: IfNotPresent
- tag: 1.4.2@sha256:434b2fcdba1eb7597455c2a91294b0a14a460a016c0de1b50afc1b85240d5880
-service:
- main:
- ports:
- main:
- port: 10042
- targetPort: 3000
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/rickroll/6.6.0/.helmignore b/stable/remmina/10.7.4/.helmignore
similarity index 100%
rename from stable/rickroll/6.6.0/.helmignore
rename to stable/remmina/10.7.4/.helmignore
diff --git a/stable/remmina/10.7.4/CHANGELOG.md b/stable/remmina/10.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..59834bcd75d
--- /dev/null
+++ b/stable/remmina/10.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [remmina-10.7.4](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
+
+
+## [remmina-10.7.3](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
+
+
+## [remmina-10.7.3](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
+
+
+## [remmina-10.7.3](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
+
+
+## [remmina-10.7.3](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
+
+
+## [remmina-10.7.3](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/remmina/10.7.4/Chart.yaml b/stable/remmina/10.7.4/Chart.yaml
new file mode 100644
index 00000000000..5bafaa78898
--- /dev/null
+++ b/stable/remmina/10.7.4/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A remote desktop client written in GTK
+home: https://truecharts.org/charts/stable/remmina
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png
+keywords:
+ - remina
+ - remote
+ - desktop
+ - client
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: remmina
+sources:
+ - https://github.com/linuxserver/docker-remmina
+ - https://remmina.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/remmina
+ - https://ghcr.io/linuxserver/remmina
+type: application
+version: 10.7.4
diff --git a/stable/remmina/10.7.0/README.md b/stable/remmina/10.7.4/README.md
similarity index 100%
rename from stable/remmina/10.7.0/README.md
rename to stable/remmina/10.7.4/README.md
diff --git a/stable/remmina/10.7.4/app-changelog.md b/stable/remmina/10.7.4/app-changelog.md
new file mode 100644
index 00000000000..769ab9b1c06
--- /dev/null
+++ b/stable/remmina/10.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [remmina-10.7.4](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@79b075f](https://github.com/79b075f) by renovate ([#19556](https://github.com/truecharts/charts/issues/19556))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/remmina to 1.4.2[@434b2fc](https://github.com/434b2fc) by renovate ([#19243](https://github.com/truecharts/charts/issues/19243))
\ No newline at end of file
diff --git a/stable/remmina/10.7.0/app-readme.md b/stable/remmina/10.7.4/app-readme.md
similarity index 100%
rename from stable/remmina/10.7.0/app-readme.md
rename to stable/remmina/10.7.4/app-readme.md
diff --git a/stable/remmina/10.7.4/charts/common-20.2.4.tgz b/stable/remmina/10.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/remmina/10.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/remmina/10.7.4/ix_values.yaml b/stable/remmina/10.7.4/ix_values.yaml
new file mode 100644
index 00000000000..83a66c77f5b
--- /dev/null
+++ b/stable/remmina/10.7.4/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/remmina
+ pullPolicy: IfNotPresent
+ tag: 1.4.2@sha256:79b075f49d85a90cdbf717503ad7ebf1c5d39ed0213853f46e2b07fe28d959c3
+service:
+ main:
+ ports:
+ main:
+ port: 10042
+ targetPort: 3000
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/remmina/10.7.0/questions.yaml b/stable/remmina/10.7.4/questions.yaml
similarity index 100%
rename from stable/remmina/10.7.0/questions.yaml
rename to stable/remmina/10.7.4/questions.yaml
diff --git a/stable/rickroll/6.6.0/templates/NOTES.txt b/stable/remmina/10.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/rickroll/6.6.0/templates/NOTES.txt
rename to stable/remmina/10.7.4/templates/NOTES.txt
diff --git a/stable/shorturl/10.6.0/templates/common.yaml b/stable/remmina/10.7.4/templates/common.yaml
similarity index 100%
rename from stable/shorturl/10.6.0/templates/common.yaml
rename to stable/remmina/10.7.4/templates/common.yaml
diff --git a/stable/rickroll/6.6.0/values.yaml b/stable/remmina/10.7.4/values.yaml
similarity index 100%
rename from stable/rickroll/6.6.0/values.yaml
rename to stable/remmina/10.7.4/values.yaml
diff --git a/stable/remotely/5.6.0/CHANGELOG.md b/stable/remotely/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6c090d5762d..00000000000
--- a/stable/remotely/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [remotely-5.6.0](https://github.com/truecharts/charts/compare/remotely-5.5.2...remotely-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [remotely-5.5.2](https://github.com/truecharts/charts/compare/remotely-5.5.1...remotely-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [remotely-5.5.1](https://github.com/truecharts/charts/compare/remotely-5.5.0...remotely-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [remotely-5.5.0](https://github.com/truecharts/charts/compare/remotely-5.4.1...remotely-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [remotely-5.4.1](https://github.com/truecharts/charts/compare/remotely-5.4.0...remotely-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [remotely-5.4.0](https://github.com/truecharts/charts/compare/remotely-5.3.0...remotely-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [remotely-5.3.0](https://github.com/truecharts/charts/compare/remotely-5.2.3...remotely-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [remotely-5.2.3](https://github.com/truecharts/charts/compare/remotely-5.2.2...remotely-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [remotely-5.2.2](https://github.com/truecharts/charts/compare/remotely-5.2.0...remotely-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/remotely/5.6.0/Chart.yaml b/stable/remotely/5.6.0/Chart.yaml
deleted file mode 100644
index b7882171672..00000000000
--- a/stable/remotely/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1380.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC.
-home: https://truecharts.org/charts/stable/remotely
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png
-keywords:
- - remotely
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: remotely
-sources:
- - https://remotely.one/
- - https://github.com/truecharts/charts/tree/master/charts/stable/remotely
- - https://hub.docker.com/r/immybot/remotely
-type: application
-version: 5.6.0
diff --git a/stable/remotely/5.6.0/charts/common-20.1.5.tgz b/stable/remotely/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/remotely/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ring-mqtt/8.6.0/.helmignore b/stable/remotely/5.7.3/.helmignore
similarity index 100%
rename from stable/ring-mqtt/8.6.0/.helmignore
rename to stable/remotely/5.7.3/.helmignore
diff --git a/stable/remotely/5.7.3/CHANGELOG.md b/stable/remotely/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..82a5d761fa1
--- /dev/null
+++ b/stable/remotely/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [remotely-5.7.2](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/remotely/5.7.3/Chart.yaml b/stable/remotely/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..80f1a17e6fc
--- /dev/null
+++ b/stable/remotely/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1380.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC.
+home: https://truecharts.org/charts/stable/remotely
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png
+keywords:
+ - remotely
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: remotely
+sources:
+ - https://remotely.one/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/remotely
+ - https://hub.docker.com/r/immybot/remotely
+type: application
+version: 5.7.3
diff --git a/stable/remotely/5.6.0/README.md b/stable/remotely/5.7.3/README.md
similarity index 100%
rename from stable/remotely/5.6.0/README.md
rename to stable/remotely/5.7.3/README.md
diff --git a/stable/remotely/5.7.3/app-changelog.md b/stable/remotely/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..66c8e3fc10d
--- /dev/null
+++ b/stable/remotely/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [remotely-5.7.3](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/remotely/5.6.0/app-readme.md b/stable/remotely/5.7.3/app-readme.md
similarity index 100%
rename from stable/remotely/5.6.0/app-readme.md
rename to stable/remotely/5.7.3/app-readme.md
diff --git a/stable/remotely/5.7.3/charts/common-20.2.4.tgz b/stable/remotely/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/remotely/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/remotely/5.6.0/ix_values.yaml b/stable/remotely/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/remotely/5.6.0/ix_values.yaml
rename to stable/remotely/5.7.3/ix_values.yaml
diff --git a/stable/remotely/5.6.0/questions.yaml b/stable/remotely/5.7.3/questions.yaml
similarity index 100%
rename from stable/remotely/5.6.0/questions.yaml
rename to stable/remotely/5.7.3/questions.yaml
diff --git a/stable/rmlint/5.6.0/templates/common.yaml b/stable/remotely/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rmlint/5.6.0/templates/common.yaml
rename to stable/remotely/5.7.3/templates/common.yaml
diff --git a/stable/ring-mqtt/8.6.0/values.yaml b/stable/remotely/5.7.3/values.yaml
similarity index 100%
rename from stable/ring-mqtt/8.6.0/values.yaml
rename to stable/remotely/5.7.3/values.yaml
diff --git a/stable/requestrr/10.6.1/CHANGELOG.md b/stable/requestrr/10.6.1/CHANGELOG.md
deleted file mode 100644
index 220e4799a5f..00000000000
--- a/stable/requestrr/10.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
-
-
-## [requestrr-10.6.0](https://github.com/truecharts/charts/compare/requestrr-10.5.2...requestrr-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [requestrr-10.5.2](https://github.com/truecharts/charts/compare/requestrr-10.5.1...requestrr-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [requestrr-10.5.1](https://github.com/truecharts/charts/compare/requestrr-10.5.0...requestrr-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [requestrr-10.5.0](https://github.com/truecharts/charts/compare/requestrr-10.4.1...requestrr-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
diff --git a/stable/requestrr/10.6.1/Chart.yaml b/stable/requestrr/10.6.1/Chart.yaml
deleted file mode 100644
index b059ab77044..00000000000
--- a/stable/requestrr/10.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.
-home: https://truecharts.org/charts/stable/requestrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png
-keywords:
- - requestrr
- - discord
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: requestrr
-sources:
- - https://github.com/thomst08/requestrr
- - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr
- - https://hub.docker.com/r/thomst08/requestrr
-type: application
-version: 10.6.1
diff --git a/stable/requestrr/10.6.1/app-changelog.md b/stable/requestrr/10.6.1/app-changelog.md
deleted file mode 100644
index 61443ee2c43..00000000000
--- a/stable/requestrr/10.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [requestrr-10.6.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
\ No newline at end of file
diff --git a/stable/requestrr/10.6.1/charts/common-20.1.5.tgz b/stable/requestrr/10.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/requestrr/10.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rmlint/5.6.0/.helmignore b/stable/requestrr/10.7.3/.helmignore
similarity index 100%
rename from stable/rmlint/5.6.0/.helmignore
rename to stable/requestrr/10.7.3/.helmignore
diff --git a/stable/requestrr/10.7.3/CHANGELOG.md b/stable/requestrr/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f3941dfe02a
--- /dev/null
+++ b/stable/requestrr/10.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
+
+
+## [requestrr-10.7.2](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
+
+
+## [requestrr-10.7.2](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
+
+
+## [requestrr-10.7.2](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
+
+
+## [requestrr-10.7.2](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
+
+
+## [requestrr-10.7.2](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
\ No newline at end of file
diff --git a/stable/requestrr/10.7.3/Chart.yaml b/stable/requestrr/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..3536f741c1e
--- /dev/null
+++ b/stable/requestrr/10.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.
+home: https://truecharts.org/charts/stable/requestrr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png
+keywords:
+ - requestrr
+ - discord
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: requestrr
+sources:
+ - https://github.com/thomst08/requestrr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr
+ - https://hub.docker.com/r/thomst08/requestrr
+type: application
+version: 10.7.3
diff --git a/stable/requestrr/10.6.1/README.md b/stable/requestrr/10.7.3/README.md
similarity index 100%
rename from stable/requestrr/10.6.1/README.md
rename to stable/requestrr/10.7.3/README.md
diff --git a/stable/requestrr/10.7.3/app-changelog.md b/stable/requestrr/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..1236206a094
--- /dev/null
+++ b/stable/requestrr/10.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [requestrr-10.7.3](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image thomst08/requestrr to v2.1.6[@6cdeb52](https://github.com/6cdeb52) by renovate ([#19329](https://github.com/truecharts/charts/issues/19329))
\ No newline at end of file
diff --git a/stable/requestrr/10.6.1/app-readme.md b/stable/requestrr/10.7.3/app-readme.md
similarity index 100%
rename from stable/requestrr/10.6.1/app-readme.md
rename to stable/requestrr/10.7.3/app-readme.md
diff --git a/stable/requestrr/10.7.3/charts/common-20.2.4.tgz b/stable/requestrr/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/requestrr/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/requestrr/10.6.1/ix_values.yaml b/stable/requestrr/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/requestrr/10.6.1/ix_values.yaml
rename to stable/requestrr/10.7.3/ix_values.yaml
diff --git a/stable/requestrr/10.6.1/questions.yaml b/stable/requestrr/10.7.3/questions.yaml
similarity index 100%
rename from stable/requestrr/10.6.1/questions.yaml
rename to stable/requestrr/10.7.3/questions.yaml
diff --git a/stable/ring-mqtt/8.6.0/templates/NOTES.txt b/stable/requestrr/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ring-mqtt/8.6.0/templates/NOTES.txt
rename to stable/requestrr/10.7.3/templates/NOTES.txt
diff --git a/stable/rickroll/6.6.0/templates/common.yaml b/stable/requestrr/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/rickroll/6.6.0/templates/common.yaml
rename to stable/requestrr/10.7.3/templates/common.yaml
diff --git a/stable/rmlint/5.6.0/values.yaml b/stable/requestrr/10.7.3/values.yaml
similarity index 100%
rename from stable/rmlint/5.6.0/values.yaml
rename to stable/requestrr/10.7.3/values.yaml
diff --git a/stable/resilio-sync/14.7.0/CHANGELOG.md b/stable/resilio-sync/14.7.0/CHANGELOG.md
deleted file mode 100644
index 5d124cc2f34..00000000000
--- a/stable/resilio-sync/14.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
diff --git a/stable/resilio-sync/14.7.0/Chart.yaml b/stable/resilio-sync/14.7.0/Chart.yaml
deleted file mode 100644
index 0dc5e16df4b..00000000000
--- a/stable/resilio-sync/14.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.7.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
-home: https://truecharts.org/charts/stable/resilio-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png
-keywords:
- - resilio
- - sync
- - btsync
- - bittorrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: resilio-sync
-sources:
- - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
- - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync
- - https://ghcr.io/linuxserver/resilio-sync
-type: application
-version: 14.7.0
diff --git a/stable/resilio-sync/14.7.0/app-changelog.md b/stable/resilio-sync/14.7.0/app-changelog.md
deleted file mode 100644
index 48cb2273177..00000000000
--- a/stable/resilio-sync/14.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [resilio-sync-14.7.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
\ No newline at end of file
diff --git a/stable/resilio-sync/14.7.0/charts/common-20.2.0.tgz b/stable/resilio-sync/14.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/resilio-sync/14.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/resilio-sync/14.7.0/ix_values.yaml b/stable/resilio-sync/14.7.0/ix_values.yaml
deleted file mode 100644
index 858cfe11b80..00000000000
--- a/stable/resilio-sync/14.7.0/ix_values.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/resilio-sync
- tag: 2.7.3@sha256:1dd0e6751a254798068b9c0f4bb32222d05e44f8f3e9da16028e189491a8a102
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 8888
- targetPort: 8888
- bt-tcp:
- enabled: true
- ports:
- bt-tcp:
- enabled: true
- port: 55555
- targetPort: 55555
- bt-udp:
- enabled: true
- ports:
- bt-udp:
- enabled: true
- port: 55555
- targetPort: 55555
- protocol: udp
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- data:
- enabled: true
- mountPath: "/sync"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- port: "{{ .Values.service.main.ports.main.targetPort }}"
- readiness:
- type: tcp
- port: "{{ .Values.service.main.ports.main.targetPort }}"
- startup:
- type: tcp
- port: "{{ .Values.service.main.ports.main.targetPort }}"
diff --git a/stable/romm/8.3.3/.helmignore b/stable/resilio-sync/14.7.4/.helmignore
similarity index 100%
rename from stable/romm/8.3.3/.helmignore
rename to stable/resilio-sync/14.7.4/.helmignore
diff --git a/stable/resilio-sync/14.7.4/CHANGELOG.md b/stable/resilio-sync/14.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..6781eb0fcb7
--- /dev/null
+++ b/stable/resilio-sync/14.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [resilio-sync-14.7.4](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
+
+
+## [resilio-sync-14.7.3](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
+
+
+## [resilio-sync-14.7.3](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
+
+
+## [resilio-sync-14.7.3](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
+
+
+## [resilio-sync-14.7.3](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
+
+
+## [resilio-sync-14.7.3](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/resilio-sync/14.7.4/Chart.yaml b/stable/resilio-sync/14.7.4/Chart.yaml
new file mode 100644
index 00000000000..a818b597ddd
--- /dev/null
+++ b/stable/resilio-sync/14.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.7.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
+home: https://truecharts.org/charts/stable/resilio-sync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png
+keywords:
+ - resilio
+ - sync
+ - btsync
+ - bittorrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: resilio-sync
+sources:
+ - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync
+ - https://ghcr.io/linuxserver/resilio-sync
+type: application
+version: 14.7.4
diff --git a/stable/resilio-sync/14.7.0/README.md b/stable/resilio-sync/14.7.4/README.md
similarity index 100%
rename from stable/resilio-sync/14.7.0/README.md
rename to stable/resilio-sync/14.7.4/README.md
diff --git a/stable/resilio-sync/14.7.4/app-changelog.md b/stable/resilio-sync/14.7.4/app-changelog.md
new file mode 100644
index 00000000000..e727427f7c6
--- /dev/null
+++ b/stable/resilio-sync/14.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [resilio-sync-14.7.4](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@b315fc3](https://github.com/b315fc3) by renovate ([#19481](https://github.com/truecharts/charts/issues/19481))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@1dd0e67](https://github.com/1dd0e67) by renovate ([#19244](https://github.com/truecharts/charts/issues/19244))
\ No newline at end of file
diff --git a/stable/resilio-sync/14.7.0/app-readme.md b/stable/resilio-sync/14.7.4/app-readme.md
similarity index 100%
rename from stable/resilio-sync/14.7.0/app-readme.md
rename to stable/resilio-sync/14.7.4/app-readme.md
diff --git a/stable/resilio-sync/14.7.4/charts/common-20.2.4.tgz b/stable/resilio-sync/14.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/resilio-sync/14.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/resilio-sync/14.7.4/ix_values.yaml b/stable/resilio-sync/14.7.4/ix_values.yaml
new file mode 100644
index 00000000000..0c9dfdf927b
--- /dev/null
+++ b/stable/resilio-sync/14.7.4/ix_values.yaml
@@ -0,0 +1,58 @@
+image:
+ repository: ghcr.io/linuxserver/resilio-sync
+ tag: 2.7.3@sha256:b315fc384596ba1d3a8ea94ee2e9690be53070158f376604ce993f5f29111e2e
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 8888
+ targetPort: 8888
+ bt-tcp:
+ enabled: true
+ ports:
+ bt-tcp:
+ enabled: true
+ port: 55555
+ targetPort: 55555
+ bt-udp:
+ enabled: true
+ ports:
+ bt-udp:
+ enabled: true
+ port: 55555
+ targetPort: 55555
+ protocol: udp
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ data:
+ enabled: true
+ mountPath: "/sync"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.targetPort }}"
+ readiness:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.targetPort }}"
+ startup:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.targetPort }}"
diff --git a/stable/resilio-sync/14.7.0/questions.yaml b/stable/resilio-sync/14.7.4/questions.yaml
similarity index 100%
rename from stable/resilio-sync/14.7.0/questions.yaml
rename to stable/resilio-sync/14.7.4/questions.yaml
diff --git a/stable/romm/8.3.3/templates/NOTES.txt b/stable/resilio-sync/14.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/romm/8.3.3/templates/NOTES.txt
rename to stable/resilio-sync/14.7.4/templates/NOTES.txt
diff --git a/stable/rsnapshot/9.6.1/templates/common.yaml b/stable/resilio-sync/14.7.4/templates/common.yaml
similarity index 100%
rename from stable/rsnapshot/9.6.1/templates/common.yaml
rename to stable/resilio-sync/14.7.4/templates/common.yaml
diff --git a/stable/romm/8.3.3/values.yaml b/stable/resilio-sync/14.7.4/values.yaml
similarity index 100%
rename from stable/romm/8.3.3/values.yaml
rename to stable/resilio-sync/14.7.4/values.yaml
diff --git a/stable/restic-rest-server/5.6.0/CHANGELOG.md b/stable/restic-rest-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index dbbcbc3a651..00000000000
--- a/stable/restic-rest-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [restic-rest-server-5.6.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.5.2...restic-rest-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [restic-rest-server-5.5.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.5.1...restic-rest-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [restic-rest-server-5.5.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.5.0...restic-rest-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [restic-rest-server-5.5.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.4.1...restic-rest-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [restic-rest-server-5.4.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.4.0...restic-rest-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [restic-rest-server-5.4.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.3.0...restic-rest-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [restic-rest-server-5.3.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.3...restic-rest-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [restic-rest-server-5.2.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.2...restic-rest-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [restic-rest-server-5.2.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.0...restic-rest-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/restic-rest-server/5.6.0/Chart.yaml b/stable/restic-rest-server/5.6.0/Chart.yaml
deleted file mode 100644
index 664bd1b9b48..00000000000
--- a/stable/restic-rest-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.12.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL."
-home: https://truecharts.org/charts/stable/restic-rest-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png
-keywords:
- - restic-rest-server
- - Backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: restic-rest-server
-sources:
- - https://github.com/restic/rest-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server
- - https://hub.docker.com/r/restic/rest-server
-type: application
-version: 5.6.0
diff --git a/stable/restic-rest-server/5.6.0/charts/common-20.1.5.tgz b/stable/restic-rest-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/restic-rest-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/root/5.6.0/.helmignore b/stable/restic-rest-server/5.7.3/.helmignore
similarity index 100%
rename from stable/root/5.6.0/.helmignore
rename to stable/restic-rest-server/5.7.3/.helmignore
diff --git a/stable/restic-rest-server/5.7.3/CHANGELOG.md b/stable/restic-rest-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9bf05376ad5
--- /dev/null
+++ b/stable/restic-rest-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [restic-rest-server-5.7.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/restic-rest-server/5.7.3/Chart.yaml b/stable/restic-rest-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6c07af20606
--- /dev/null
+++ b/stable/restic-rest-server/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.12.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL."
+home: https://truecharts.org/charts/stable/restic-rest-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png
+keywords:
+ - restic-rest-server
+ - Backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: restic-rest-server
+sources:
+ - https://github.com/restic/rest-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server
+ - https://hub.docker.com/r/restic/rest-server
+type: application
+version: 5.7.3
diff --git a/stable/restic-rest-server/5.6.0/README.md b/stable/restic-rest-server/5.7.3/README.md
similarity index 100%
rename from stable/restic-rest-server/5.6.0/README.md
rename to stable/restic-rest-server/5.7.3/README.md
diff --git a/stable/restic-rest-server/5.7.3/app-changelog.md b/stable/restic-rest-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e3e7144ad50
--- /dev/null
+++ b/stable/restic-rest-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [restic-rest-server-5.7.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/restic-rest-server/5.6.0/app-readme.md b/stable/restic-rest-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/restic-rest-server/5.6.0/app-readme.md
rename to stable/restic-rest-server/5.7.3/app-readme.md
diff --git a/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz b/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/restic-rest-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/restic-rest-server/5.6.0/ix_values.yaml b/stable/restic-rest-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/restic-rest-server/5.6.0/ix_values.yaml
rename to stable/restic-rest-server/5.7.3/ix_values.yaml
diff --git a/stable/restic-rest-server/5.6.0/questions.yaml b/stable/restic-rest-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/restic-rest-server/5.6.0/questions.yaml
rename to stable/restic-rest-server/5.7.3/questions.yaml
diff --git a/stable/root/5.6.0/templates/common.yaml b/stable/restic-rest-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/root/5.6.0/templates/common.yaml
rename to stable/restic-rest-server/5.7.3/templates/common.yaml
diff --git a/stable/root/5.6.0/values.yaml b/stable/restic-rest-server/5.7.3/values.yaml
similarity index 100%
rename from stable/root/5.6.0/values.yaml
rename to stable/restic-rest-server/5.7.3/values.yaml
diff --git a/stable/retrobot/8.6.0/CHANGELOG.md b/stable/retrobot/8.6.0/CHANGELOG.md
deleted file mode 100644
index 3533803cae5..00000000000
--- a/stable/retrobot/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [retrobot-8.6.0](https://github.com/truecharts/charts/compare/retrobot-8.5.2...retrobot-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [retrobot-8.5.2](https://github.com/truecharts/charts/compare/retrobot-8.5.1...retrobot-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [retrobot-8.5.1](https://github.com/truecharts/charts/compare/retrobot-8.5.0...retrobot-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [retrobot-8.5.0](https://github.com/truecharts/charts/compare/retrobot-8.4.1...retrobot-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [retrobot-8.4.1](https://github.com/truecharts/charts/compare/retrobot-8.4.0...retrobot-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [retrobot-8.4.0](https://github.com/truecharts/charts/compare/retrobot-8.3.0...retrobot-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [retrobot-8.3.0](https://github.com/truecharts/charts/compare/retrobot-8.2.3...retrobot-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [retrobot-8.2.3](https://github.com/truecharts/charts/compare/retrobot-8.2.2...retrobot-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [retrobot-8.2.2](https://github.com/truecharts/charts/compare/retrobot-8.2.0...retrobot-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/retrobot/8.6.0/Chart.yaml b/stable/retrobot/8.6.0/Chart.yaml
deleted file mode 100644
index e50c2f5e202..00000000000
--- a/stable/retrobot/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: emulator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A discord bot that allows you to play old nintendo games with your friends over chat.
-home: https://truecharts.org/charts/stable/retrobot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png
-keywords:
- - retrobot
- - emulator
- - discord
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: retrobot
-sources:
- - https://github.com/rossimo/retrobot
- - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot
- - https://hub.docker.com/r/rossimo/retrobot
-type: application
-version: 8.6.0
diff --git a/stable/retrobot/8.6.0/charts/common-20.1.5.tgz b/stable/retrobot/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/retrobot/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rsnapshot/9.6.1/.helmignore b/stable/retrobot/8.7.3/.helmignore
similarity index 100%
rename from stable/rsnapshot/9.6.1/.helmignore
rename to stable/retrobot/8.7.3/.helmignore
diff --git a/stable/retrobot/8.7.3/CHANGELOG.md b/stable/retrobot/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9215d655179
--- /dev/null
+++ b/stable/retrobot/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [retrobot-8.7.2](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/retrobot/8.7.3/Chart.yaml b/stable/retrobot/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..b42a659ce4c
--- /dev/null
+++ b/stable/retrobot/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: emulator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A discord bot that allows you to play old nintendo games with your friends over chat.
+home: https://truecharts.org/charts/stable/retrobot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png
+keywords:
+ - retrobot
+ - emulator
+ - discord
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: retrobot
+sources:
+ - https://github.com/rossimo/retrobot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot
+ - https://hub.docker.com/r/rossimo/retrobot
+type: application
+version: 8.7.3
diff --git a/stable/retrobot/8.6.0/README.md b/stable/retrobot/8.7.3/README.md
similarity index 100%
rename from stable/retrobot/8.6.0/README.md
rename to stable/retrobot/8.7.3/README.md
diff --git a/stable/retrobot/8.7.3/app-changelog.md b/stable/retrobot/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..188d16a694e
--- /dev/null
+++ b/stable/retrobot/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [retrobot-8.7.3](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/retrobot/8.6.0/app-readme.md b/stable/retrobot/8.7.3/app-readme.md
similarity index 100%
rename from stable/retrobot/8.6.0/app-readme.md
rename to stable/retrobot/8.7.3/app-readme.md
diff --git a/stable/retrobot/8.7.3/charts/common-20.2.4.tgz b/stable/retrobot/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/retrobot/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/retrobot/8.6.0/ix_values.yaml b/stable/retrobot/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/retrobot/8.6.0/ix_values.yaml
rename to stable/retrobot/8.7.3/ix_values.yaml
diff --git a/stable/retrobot/8.6.0/questions.yaml b/stable/retrobot/8.7.3/questions.yaml
similarity index 100%
rename from stable/retrobot/8.6.0/questions.yaml
rename to stable/retrobot/8.7.3/questions.yaml
diff --git a/stable/rsnapshot/9.6.1/templates/NOTES.txt b/stable/retrobot/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/rsnapshot/9.6.1/templates/NOTES.txt
rename to stable/retrobot/8.7.3/templates/NOTES.txt
diff --git a/stable/rss-bridge/10.6.0/templates/common.yaml b/stable/retrobot/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/rss-bridge/10.6.0/templates/common.yaml
rename to stable/retrobot/8.7.3/templates/common.yaml
diff --git a/stable/rsnapshot/9.6.1/values.yaml b/stable/retrobot/8.7.3/values.yaml
similarity index 100%
rename from stable/rsnapshot/9.6.1/values.yaml
rename to stable/retrobot/8.7.3/values.yaml
diff --git a/stable/rflood/5.7.0/CHANGELOG.md b/stable/rflood/5.7.0/CHANGELOG.md
deleted file mode 100644
index 2cdb25e8d86..00000000000
--- a/stable/rflood/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/rflood/5.7.0/Chart.yaml b/stable/rflood/5.7.0/Chart.yaml
deleted file mode 100644
index 5993a7d217f..00000000000
--- a/stable/rflood/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chart with rTorrent and the Flood UI.
-home: https://truecharts.org/charts/stable/rflood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png
-keywords:
- - rflood
- - downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rflood
-sources:
- - https://hotio.dev/containers/rflood
- - https://github.com/truecharts/charts/tree/master/charts/stable/rflood
- - https://ghcr.io/hotio/rflood
-type: application
-version: 5.7.0
diff --git a/stable/rflood/5.7.0/app-changelog.md b/stable/rflood/5.7.0/app-changelog.md
deleted file mode 100644
index 1d13aaf36d3..00000000000
--- a/stable/rflood/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [rflood-5.7.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rflood/5.7.0/charts/common-20.2.0.tgz b/stable/rflood/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/rflood/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/rflood/5.7.0/ix_values.yaml b/stable/rflood/5.7.0/ix_values.yaml
deleted file mode 100644
index f8202cd89fd..00000000000
--- a/stable/rflood/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ghcr.io/hotio/rflood
- tag: latest@sha256:88557fd47175fe96492a13959d170643d87087c059a5842dfa0c3743b1f7d20c
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3000
- protocol: http
- targetPort: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- FLOOD_AUTH: "false"
diff --git a/stable/rss-bridge/10.6.0/.helmignore b/stable/rflood/5.7.4/.helmignore
similarity index 100%
rename from stable/rss-bridge/10.6.0/.helmignore
rename to stable/rflood/5.7.4/.helmignore
diff --git a/stable/rflood/5.7.4/CHANGELOG.md b/stable/rflood/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..7e9d9fa30fa
--- /dev/null
+++ b/stable/rflood/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rflood-5.7.3](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rflood-5.7.3](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rflood-5.7.3](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rflood-5.7.3](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rflood-5.7.3](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rflood/5.7.4/Chart.yaml b/stable/rflood/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..d3b232205b7
--- /dev/null
+++ b/stable/rflood/5.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chart with rTorrent and the Flood UI.
+home: https://truecharts.org/charts/stable/rflood
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png
+keywords:
+ - rflood
+ - downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rflood
+sources:
+ - https://hotio.dev/containers/rflood
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rflood
+ - https://ghcr.io/hotio/rflood
+type: application
+version: 5.7.4
diff --git a/stable/rflood/5.7.0/README.md b/stable/rflood/5.7.4/README.md
similarity index 100%
rename from stable/rflood/5.7.0/README.md
rename to stable/rflood/5.7.4/README.md
diff --git a/stable/rflood/5.7.4/app-changelog.md b/stable/rflood/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..f1e755a30c9
--- /dev/null
+++ b/stable/rflood/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [rflood-5.7.4](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/rflood to latest[@f6329ac](https://github.com/f6329ac) by renovate ([#19725](https://github.com/truecharts/charts/issues/19725))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rflood/5.7.0/app-readme.md b/stable/rflood/5.7.4/app-readme.md
similarity index 100%
rename from stable/rflood/5.7.0/app-readme.md
rename to stable/rflood/5.7.4/app-readme.md
diff --git a/stable/rflood/5.7.4/charts/common-20.2.4.tgz b/stable/rflood/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rflood/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/rflood/5.7.4/ix_values.yaml b/stable/rflood/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..7550d3211a2
--- /dev/null
+++ b/stable/rflood/5.7.4/ix_values.yaml
@@ -0,0 +1,30 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/hotio/rflood
+ tag: latest@sha256:f6329ac771dbef83f0ed1badee2fa3811c5b6c8ff430773201d766738d64020f
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3000
+ protocol: http
+ targetPort: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ FLOOD_AUTH: "false"
diff --git a/stable/rflood/5.7.0/questions.yaml b/stable/rflood/5.7.4/questions.yaml
similarity index 100%
rename from stable/rflood/5.7.0/questions.yaml
rename to stable/rflood/5.7.4/questions.yaml
diff --git a/stable/rss-proxy/5.6.0/templates/common.yaml b/stable/rflood/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/rss-proxy/5.6.0/templates/common.yaml
rename to stable/rflood/5.7.4/templates/common.yaml
diff --git a/stable/rss-bridge/10.6.0/values.yaml b/stable/rflood/5.7.4/values.yaml
similarity index 100%
rename from stable/rss-bridge/10.6.0/values.yaml
rename to stable/rflood/5.7.4/values.yaml
diff --git a/stable/rickroll/6.6.0/CHANGELOG.md b/stable/rickroll/6.6.0/CHANGELOG.md
deleted file mode 100644
index 810f47f2784..00000000000
--- a/stable/rickroll/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rickroll-6.6.0](https://github.com/truecharts/charts/compare/rickroll-6.5.2...rickroll-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rickroll-6.5.2](https://github.com/truecharts/charts/compare/rickroll-6.5.1...rickroll-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rickroll-6.5.1](https://github.com/truecharts/charts/compare/rickroll-6.5.0...rickroll-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rickroll-6.5.0](https://github.com/truecharts/charts/compare/rickroll-6.4.1...rickroll-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rickroll-6.4.1](https://github.com/truecharts/charts/compare/rickroll-6.4.0...rickroll-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rickroll-6.4.0](https://github.com/truecharts/charts/compare/rickroll-6.3.0...rickroll-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rickroll-6.3.0](https://github.com/truecharts/charts/compare/rickroll-6.2.4...rickroll-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rickroll-6.2.4](https://github.com/truecharts/charts/compare/rickroll-6.2.3...rickroll-6.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rickroll-6.2.3](https://github.com/truecharts/charts/compare/rickroll-6.2.1...rickroll-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rickroll/6.6.0/Chart.yaml b/stable/rickroll/6.6.0/Chart.yaml
deleted file mode 100644
index ce800e6e63e..00000000000
--- a/stable/rickroll/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self-hosted Rick Roll chart.
-home: https://truecharts.org/charts/stable/rickroll
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png
-keywords:
- - rickroll
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rickroll
-sources:
- - https://github.com/modem7/docker-rickroll
- - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll
- - https://hub.docker.com/r/modem7/docker-rickroll
-type: application
-version: 6.6.0
diff --git a/stable/rickroll/6.6.0/charts/common-20.1.5.tgz b/stable/rickroll/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rickroll/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rss-proxy/5.6.0/.helmignore b/stable/rickroll/6.7.3/.helmignore
similarity index 100%
rename from stable/rss-proxy/5.6.0/.helmignore
rename to stable/rickroll/6.7.3/.helmignore
diff --git a/stable/rickroll/6.7.3/CHANGELOG.md b/stable/rickroll/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f50674b2e9b
--- /dev/null
+++ b/stable/rickroll/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rickroll-6.7.2](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rickroll/6.7.3/Chart.yaml b/stable/rickroll/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..c5af4103b55
--- /dev/null
+++ b/stable/rickroll/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self-hosted Rick Roll chart.
+home: https://truecharts.org/charts/stable/rickroll
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png
+keywords:
+ - rickroll
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rickroll
+sources:
+ - https://github.com/modem7/docker-rickroll
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll
+ - https://hub.docker.com/r/modem7/docker-rickroll
+type: application
+version: 6.7.3
diff --git a/stable/rickroll/6.6.0/README.md b/stable/rickroll/6.7.3/README.md
similarity index 100%
rename from stable/rickroll/6.6.0/README.md
rename to stable/rickroll/6.7.3/README.md
diff --git a/stable/rickroll/6.7.3/app-changelog.md b/stable/rickroll/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..05e840493c6
--- /dev/null
+++ b/stable/rickroll/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rickroll-6.7.3](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rickroll/6.6.0/app-readme.md b/stable/rickroll/6.7.3/app-readme.md
similarity index 100%
rename from stable/rickroll/6.6.0/app-readme.md
rename to stable/rickroll/6.7.3/app-readme.md
diff --git a/stable/rickroll/6.7.3/charts/common-20.2.4.tgz b/stable/rickroll/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rickroll/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rickroll/6.6.0/ix_values.yaml b/stable/rickroll/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/rickroll/6.6.0/ix_values.yaml
rename to stable/rickroll/6.7.3/ix_values.yaml
diff --git a/stable/rickroll/6.6.0/questions.yaml b/stable/rickroll/6.7.3/questions.yaml
similarity index 100%
rename from stable/rickroll/6.6.0/questions.yaml
rename to stable/rickroll/6.7.3/questions.yaml
diff --git a/stable/rss-bridge/10.6.0/templates/NOTES.txt b/stable/rickroll/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/rss-bridge/10.6.0/templates/NOTES.txt
rename to stable/rickroll/6.7.3/templates/NOTES.txt
diff --git a/stable/sabnzbd/19.4.1/templates/common.yaml b/stable/rickroll/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/sabnzbd/19.4.1/templates/common.yaml
rename to stable/rickroll/6.7.3/templates/common.yaml
diff --git a/stable/rss-proxy/5.6.0/values.yaml b/stable/rickroll/6.7.3/values.yaml
similarity index 100%
rename from stable/rss-proxy/5.6.0/values.yaml
rename to stable/rickroll/6.7.3/values.yaml
diff --git a/stable/rimgo/6.7.9/CHANGELOG.md b/stable/rimgo/6.7.9/CHANGELOG.md
index 167f05b25cc..07eefe84eaa 100644
--- a/stable/rimgo/6.7.9/CHANGELOG.md
+++ b/stable/rimgo/6.7.9/CHANGELOG.md
@@ -14,6 +14,41 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357))
+
+- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280))
+
+
+## [rimgo-6.7.9](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.9) (2024-03-25)
+
+### Chore
+
+
+
- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719))
- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667))
@@ -62,38 +97,3 @@ title: Changelog
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@36f9106](https://github.com/36f9106) by renovate ([#19357](https://github.com/truecharts/charts/issues/19357))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@760f7c7](https://github.com/760f7c7) by renovate ([#19280](https://github.com/truecharts/charts/issues/19280))
-
-
-## [rimgo-6.7.8](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.8) (2024-03-25)
-
-### Chore
-
-
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667))
-
-- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@bb2bf9f](https://github.com/bb2bf9f) by renovate ([#19625](https://github.com/truecharts/charts/issues/19625))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@6041a93](https://github.com/6041a93) by renovate ([#19532](https://github.com/truecharts/charts/issues/19532))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@0bea573](https://github.com/0bea573) by renovate ([#19495](https://github.com/truecharts/charts/issues/19495))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@a419c66](https://github.com/a419c66) by renovate ([#19450](https://github.com/truecharts/charts/issues/19450))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@fa3f857](https://github.com/fa3f857) by renovate ([#19401](https://github.com/truecharts/charts/issues/19401))
-
-- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/rimgo/6.7.9/Chart.yaml b/stable/rimgo/6.7.9/Chart.yaml
index 2a8c9abc521..4f0805633e3 100644
--- a/stable/rimgo/6.7.9/Chart.yaml
+++ b/stable/rimgo/6.7.9/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/rimgo/6.7.9/app-changelog.md b/stable/rimgo/6.7.9/app-changelog.md
index bac47f86669..e5fdd564d3e 100644
--- a/stable/rimgo/6.7.9/app-changelog.md
+++ b/stable/rimgo/6.7.9/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image quay.io/pussthecatorg/rimgo to latest[@3272f6f](https://github.com/3272f6f) by renovate ([#19719](https://github.com/truecharts/charts/issues/19719))
- update container image quay.io/pussthecatorg/rimgo to latest[@c8d627f](https://github.com/c8d627f) by renovate ([#19667](https://github.com/truecharts/charts/issues/19667))
diff --git a/stable/rimgo/6.7.9/charts/common-20.2.3.tgz b/stable/rimgo/6.7.9/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/rimgo/6.7.9/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/rimgo/6.7.9/charts/common-20.2.4.tgz b/stable/rimgo/6.7.9/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rimgo/6.7.9/charts/common-20.2.4.tgz differ
diff --git a/stable/ring-mqtt/8.6.0/CHANGELOG.md b/stable/ring-mqtt/8.6.0/CHANGELOG.md
deleted file mode 100644
index 2c17accdb9d..00000000000
--- a/stable/ring-mqtt/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ring-mqtt-8.6.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.5.2...ring-mqtt-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ring-mqtt-8.5.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.5.1...ring-mqtt-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ring-mqtt-8.5.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.5.0...ring-mqtt-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ring-mqtt-8.5.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.4.1...ring-mqtt-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ring-mqtt-8.4.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.4.0...ring-mqtt-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ring-mqtt-8.4.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.3.0...ring-mqtt-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ring-mqtt-8.3.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.3...ring-mqtt-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ring-mqtt-8.2.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.2...ring-mqtt-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ring-mqtt-8.2.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.0...ring-mqtt-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ring-mqtt/8.6.0/Chart.yaml b/stable/ring-mqtt/8.6.0/Chart.yaml
deleted file mode 100644
index ed5f49cb303..00000000000
--- a/stable/ring-mqtt/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.6.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT.
-home: https://truecharts.org/charts/stable/ring-mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png
-keywords:
- - ring-mqtt
- - home-automation
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ring-mqtt
-sources:
- - https://github.com/tsightler/ring-mqtt
- - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt
- - https://hub.docker.com/r/tsightler/ring-mqtt
-type: application
-version: 8.6.0
diff --git a/stable/ring-mqtt/8.6.0/charts/common-20.1.5.tgz b/stable/ring-mqtt/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ring-mqtt/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rss-to-telegram/5.6.0/.helmignore b/stable/ring-mqtt/8.7.3/.helmignore
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/.helmignore
rename to stable/ring-mqtt/8.7.3/.helmignore
diff --git a/stable/ring-mqtt/8.7.3/CHANGELOG.md b/stable/ring-mqtt/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..df8b456b0bd
--- /dev/null
+++ b/stable/ring-mqtt/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ring-mqtt-8.7.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ring-mqtt/8.7.3/Chart.yaml b/stable/ring-mqtt/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..50fd58146ad
--- /dev/null
+++ b/stable/ring-mqtt/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.6.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT.
+home: https://truecharts.org/charts/stable/ring-mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png
+keywords:
+ - ring-mqtt
+ - home-automation
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ring-mqtt
+sources:
+ - https://github.com/tsightler/ring-mqtt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt
+ - https://hub.docker.com/r/tsightler/ring-mqtt
+type: application
+version: 8.7.3
diff --git a/stable/ring-mqtt/8.6.0/README.md b/stable/ring-mqtt/8.7.3/README.md
similarity index 100%
rename from stable/ring-mqtt/8.6.0/README.md
rename to stable/ring-mqtt/8.7.3/README.md
diff --git a/stable/ring-mqtt/8.7.3/app-changelog.md b/stable/ring-mqtt/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..e74f5b1d6b4
--- /dev/null
+++ b/stable/ring-mqtt/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ring-mqtt-8.7.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ring-mqtt/8.6.0/app-readme.md b/stable/ring-mqtt/8.7.3/app-readme.md
similarity index 100%
rename from stable/ring-mqtt/8.6.0/app-readme.md
rename to stable/ring-mqtt/8.7.3/app-readme.md
diff --git a/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz b/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ring-mqtt/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ring-mqtt/8.6.0/ix_values.yaml b/stable/ring-mqtt/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/ring-mqtt/8.6.0/ix_values.yaml
rename to stable/ring-mqtt/8.7.3/ix_values.yaml
diff --git a/stable/ring-mqtt/8.6.0/questions.yaml b/stable/ring-mqtt/8.7.3/questions.yaml
similarity index 100%
rename from stable/ring-mqtt/8.6.0/questions.yaml
rename to stable/ring-mqtt/8.7.3/questions.yaml
diff --git a/stable/rtorrent-rutorrent/4.6.0/templates/NOTES.txt b/stable/ring-mqtt/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/templates/NOTES.txt
rename to stable/ring-mqtt/8.7.3/templates/NOTES.txt
diff --git a/stable/ring-mqtt/8.6.0/templates/_configmap.tpl b/stable/ring-mqtt/8.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/ring-mqtt/8.6.0/templates/_configmap.tpl
rename to stable/ring-mqtt/8.7.3/templates/_configmap.tpl
diff --git a/stable/ring-mqtt/8.6.0/templates/common.yaml b/stable/ring-mqtt/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/ring-mqtt/8.6.0/templates/common.yaml
rename to stable/ring-mqtt/8.7.3/templates/common.yaml
diff --git a/stable/rss-to-telegram/5.6.0/values.yaml b/stable/ring-mqtt/8.7.3/values.yaml
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/values.yaml
rename to stable/ring-mqtt/8.7.3/values.yaml
diff --git a/stable/rmlint/5.6.0/CHANGELOG.md b/stable/rmlint/5.6.0/CHANGELOG.md
deleted file mode 100644
index 303e32b3c7f..00000000000
--- a/stable/rmlint/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rmlint-5.6.0](https://github.com/truecharts/charts/compare/rmlint-5.5.2...rmlint-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rmlint-5.5.2](https://github.com/truecharts/charts/compare/rmlint-5.5.1...rmlint-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rmlint-5.5.1](https://github.com/truecharts/charts/compare/rmlint-5.5.0...rmlint-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rmlint-5.5.0](https://github.com/truecharts/charts/compare/rmlint-5.4.1...rmlint-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rmlint-5.4.1](https://github.com/truecharts/charts/compare/rmlint-5.4.0...rmlint-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rmlint-5.4.0](https://github.com/truecharts/charts/compare/rmlint-5.3.0...rmlint-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rmlint-5.3.0](https://github.com/truecharts/charts/compare/rmlint-5.2.3...rmlint-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rmlint-5.2.3](https://github.com/truecharts/charts/compare/rmlint-5.2.2...rmlint-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rmlint-5.2.2](https://github.com/truecharts/charts/compare/rmlint-5.2.0...rmlint-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rmlint/5.6.0/Chart.yaml b/stable/rmlint/5.6.0/Chart.yaml
deleted file mode 100644
index c280e02b0b9..00000000000
--- a/stable/rmlint/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: rmlint finds space waste and other broken things on your filesystem and offers to remove it.
-home: https://truecharts.org/charts/stable/rmlint
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png
-keywords:
- - rmlint
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rmlint
-sources:
- - https://github.com/sahib/rmlint
- - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint
- - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid
-type: application
-version: 5.6.0
diff --git a/stable/rmlint/5.6.0/charts/common-20.1.5.tgz b/stable/rmlint/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rmlint/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rstudio/6.6.1/.helmignore b/stable/rmlint/5.7.3/.helmignore
similarity index 100%
rename from stable/rstudio/6.6.1/.helmignore
rename to stable/rmlint/5.7.3/.helmignore
diff --git a/stable/rmlint/5.7.3/CHANGELOG.md b/stable/rmlint/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f917ab681d9
--- /dev/null
+++ b/stable/rmlint/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rmlint-5.7.2](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rmlint/5.7.3/Chart.yaml b/stable/rmlint/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a84531a90e3
--- /dev/null
+++ b/stable/rmlint/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: rmlint finds space waste and other broken things on your filesystem and offers to remove it.
+home: https://truecharts.org/charts/stable/rmlint
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png
+keywords:
+ - rmlint
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rmlint
+sources:
+ - https://github.com/sahib/rmlint
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint
+ - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid
+type: application
+version: 5.7.3
diff --git a/stable/rmlint/5.6.0/README.md b/stable/rmlint/5.7.3/README.md
similarity index 100%
rename from stable/rmlint/5.6.0/README.md
rename to stable/rmlint/5.7.3/README.md
diff --git a/stable/rmlint/5.7.3/app-changelog.md b/stable/rmlint/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b070fb4a800
--- /dev/null
+++ b/stable/rmlint/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rmlint-5.7.3](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rmlint/5.6.0/app-readme.md b/stable/rmlint/5.7.3/app-readme.md
similarity index 100%
rename from stable/rmlint/5.6.0/app-readme.md
rename to stable/rmlint/5.7.3/app-readme.md
diff --git a/stable/rmlint/5.7.3/charts/common-20.2.4.tgz b/stable/rmlint/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rmlint/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rmlint/5.6.0/ix_values.yaml b/stable/rmlint/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rmlint/5.6.0/ix_values.yaml
rename to stable/rmlint/5.7.3/ix_values.yaml
diff --git a/stable/rmlint/5.6.0/questions.yaml b/stable/rmlint/5.7.3/questions.yaml
similarity index 100%
rename from stable/rmlint/5.6.0/questions.yaml
rename to stable/rmlint/5.7.3/questions.yaml
diff --git a/stable/rss-to-telegram/5.6.0/templates/common.yaml b/stable/rmlint/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/templates/common.yaml
rename to stable/rmlint/5.7.3/templates/common.yaml
diff --git a/stable/rstudio/6.6.1/values.yaml b/stable/rmlint/5.7.3/values.yaml
similarity index 100%
rename from stable/rstudio/6.6.1/values.yaml
rename to stable/rmlint/5.7.3/values.yaml
diff --git a/stable/romm/8.3.3/CHANGELOG.md b/stable/romm/8.3.3/CHANGELOG.md
deleted file mode 100644
index 61840411c33..00000000000
--- a/stable/romm/8.3.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [romm-8.3.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [romm-8.3.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [romm-8.3.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [romm-8.3.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
\ No newline at end of file
diff --git a/stable/romm/8.3.3/Chart.yaml b/stable/romm/8.3.3/Chart.yaml
deleted file mode 100644
index 79ebc0be782..00000000000
--- a/stable/romm/8.3.3/Chart.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.0.1
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: game library manager focused in retro gaming
-home: https://truecharts.org/charts/stable/romm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
-keywords:
- - romm
- - rom-manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: romm
-sources:
- - https://github.com/zurdi15/romm
- - https://github.com/truecharts/charts/tree/master/charts/stable/romm
- - https://ghcr.io/zurdi15/romm
-type: application
-version: 8.3.3
diff --git a/stable/romm/8.3.3/app-changelog.md b/stable/romm/8.3.3/app-changelog.md
deleted file mode 100644
index ff148d09a21..00000000000
--- a/stable/romm/8.3.3/app-changelog.md
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-## [romm-8.3.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.3) (2024-03-20)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/romm/8.3.3/charts/common-20.2.2.tgz b/stable/romm/8.3.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/romm/8.3.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/romm/8.3.3/charts/mariadb-13.7.2.tgz b/stable/romm/8.3.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/romm/8.3.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/romm/8.3.3/charts/redis-13.0.5.tgz b/stable/romm/8.3.3/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/romm/8.3.3/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/rtorrent-rutorrent/4.6.0/.helmignore b/stable/romm/8.4.3/.helmignore
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/.helmignore
rename to stable/romm/8.4.3/.helmignore
diff --git a/stable/romm/8.4.3/CHANGELOG.md b/stable/romm/8.4.3/CHANGELOG.md
new file mode 100644
index 00000000000..fddb71318e1
--- /dev/null
+++ b/stable/romm/8.4.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [romm-8.4.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [romm-8.4.2](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [romm-8.4.2](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
diff --git a/stable/romm/8.4.3/Chart.yaml b/stable/romm/8.4.3/Chart.yaml
new file mode 100644
index 00000000000..7c5fb133f45
--- /dev/null
+++ b/stable/romm/8.4.3/Chart.yaml
@@ -0,0 +1,51 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: game library manager focused in retro gaming
+home: https://truecharts.org/charts/stable/romm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
+keywords:
+ - romm
+ - rom-manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: romm
+sources:
+ - https://github.com/zurdi15/romm
+ - https://github.com/truecharts/charts/tree/master/charts/stable/romm
+ - https://ghcr.io/zurdi15/romm
+type: application
+version: 8.4.3
diff --git a/stable/romm/8.3.3/README.md b/stable/romm/8.4.3/README.md
similarity index 100%
rename from stable/romm/8.3.3/README.md
rename to stable/romm/8.4.3/README.md
diff --git a/stable/romm/8.4.3/app-changelog.md b/stable/romm/8.4.3/app-changelog.md
new file mode 100644
index 00000000000..b188bb8065f
--- /dev/null
+++ b/stable/romm/8.4.3/app-changelog.md
@@ -0,0 +1,35 @@
+
+
+## [romm-8.4.3](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.4.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/zurdi15/romm to v3.0.1[@2096c28](https://github.com/2096c28) by renovate ([#19368](https://github.com/truecharts/charts/issues/19368))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/romm/8.3.3/app-readme.md b/stable/romm/8.4.3/app-readme.md
similarity index 100%
rename from stable/romm/8.3.3/app-readme.md
rename to stable/romm/8.4.3/app-readme.md
diff --git a/stable/romm/8.4.3/charts/common-20.2.4.tgz b/stable/romm/8.4.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/romm/8.4.3/charts/common-20.2.4.tgz differ
diff --git a/stable/romm/8.4.3/charts/mariadb-13.7.3.tgz b/stable/romm/8.4.3/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/romm/8.4.3/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/romm/8.4.3/charts/redis-13.2.2.tgz b/stable/romm/8.4.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/romm/8.4.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/romm/8.3.3/ix_values.yaml b/stable/romm/8.4.3/ix_values.yaml
similarity index 100%
rename from stable/romm/8.3.3/ix_values.yaml
rename to stable/romm/8.4.3/ix_values.yaml
diff --git a/stable/romm/8.3.3/questions.yaml b/stable/romm/8.4.3/questions.yaml
similarity index 100%
rename from stable/romm/8.3.3/questions.yaml
rename to stable/romm/8.4.3/questions.yaml
diff --git a/stable/sabnzbd/19.4.1/templates/NOTES.txt b/stable/romm/8.4.3/templates/NOTES.txt
similarity index 100%
rename from stable/sabnzbd/19.4.1/templates/NOTES.txt
rename to stable/romm/8.4.3/templates/NOTES.txt
diff --git a/stable/romm/8.3.3/templates/_secrets.tpl b/stable/romm/8.4.3/templates/_secrets.tpl
similarity index 100%
rename from stable/romm/8.3.3/templates/_secrets.tpl
rename to stable/romm/8.4.3/templates/_secrets.tpl
diff --git a/stable/romm/8.3.3/templates/common.yaml b/stable/romm/8.4.3/templates/common.yaml
similarity index 100%
rename from stable/romm/8.3.3/templates/common.yaml
rename to stable/romm/8.4.3/templates/common.yaml
diff --git a/stable/rtorrent-rutorrent/4.6.0/values.yaml b/stable/romm/8.4.3/values.yaml
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/values.yaml
rename to stable/romm/8.4.3/values.yaml
diff --git a/stable/root/5.6.0/CHANGELOG.md b/stable/root/5.6.0/CHANGELOG.md
deleted file mode 100644
index f6e48037417..00000000000
--- a/stable/root/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [root-5.6.0](https://github.com/truecharts/charts/compare/root-5.5.2...root-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [root-5.5.2](https://github.com/truecharts/charts/compare/root-5.5.1...root-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [root-5.5.1](https://github.com/truecharts/charts/compare/root-5.5.0...root-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [root-5.5.0](https://github.com/truecharts/charts/compare/root-5.4.1...root-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [root-5.4.1](https://github.com/truecharts/charts/compare/root-5.4.0...root-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [root-5.4.0](https://github.com/truecharts/charts/compare/root-5.3.0...root-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [root-5.3.0](https://github.com/truecharts/charts/compare/root-5.2.3...root-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [root-5.2.3](https://github.com/truecharts/charts/compare/root-5.2.2...root-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [root-5.2.2](https://github.com/truecharts/charts/compare/root-5.2.0...root-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/root/5.6.0/Chart.yaml b/stable/root/5.6.0/Chart.yaml
deleted file mode 100644
index 73f70a51bb9..00000000000
--- a/stable/root/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.
-home: https://truecharts.org/charts/stable/root
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png
-keywords:
- - root
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: root
-sources:
- - https://root.cern/
- - https://github.com/truecharts/charts/tree/master/charts/stable/root
- - https://hub.docker.com/r/bgameiro/arch-cern-root
-type: application
-version: 5.6.0
diff --git a/stable/root/5.6.0/charts/common-20.1.5.tgz b/stable/root/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/root/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rust/5.6.0/.helmignore b/stable/root/5.7.3/.helmignore
similarity index 100%
rename from stable/rust/5.6.0/.helmignore
rename to stable/root/5.7.3/.helmignore
diff --git a/stable/root/5.7.3/CHANGELOG.md b/stable/root/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2553ed948f8
--- /dev/null
+++ b/stable/root/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [root-5.7.2](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/root/5.7.3/Chart.yaml b/stable/root/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e3f8bd74b10
--- /dev/null
+++ b/stable/root/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.
+home: https://truecharts.org/charts/stable/root
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png
+keywords:
+ - root
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: root
+sources:
+ - https://root.cern/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/root
+ - https://hub.docker.com/r/bgameiro/arch-cern-root
+type: application
+version: 5.7.3
diff --git a/stable/root/5.6.0/README.md b/stable/root/5.7.3/README.md
similarity index 100%
rename from stable/root/5.6.0/README.md
rename to stable/root/5.7.3/README.md
diff --git a/stable/root/5.7.3/app-changelog.md b/stable/root/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d2eef407963
--- /dev/null
+++ b/stable/root/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [root-5.7.3](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/root/5.6.0/app-readme.md b/stable/root/5.7.3/app-readme.md
similarity index 100%
rename from stable/root/5.6.0/app-readme.md
rename to stable/root/5.7.3/app-readme.md
diff --git a/stable/root/5.7.3/charts/common-20.2.4.tgz b/stable/root/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/root/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/root/5.6.0/ix_values.yaml b/stable/root/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/root/5.6.0/ix_values.yaml
rename to stable/root/5.7.3/ix_values.yaml
diff --git a/stable/root/5.6.0/questions.yaml b/stable/root/5.7.3/questions.yaml
similarity index 100%
rename from stable/root/5.6.0/questions.yaml
rename to stable/root/5.7.3/questions.yaml
diff --git a/stable/rstudio/6.6.1/templates/common.yaml b/stable/root/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rstudio/6.6.1/templates/common.yaml
rename to stable/root/5.7.3/templates/common.yaml
diff --git a/stable/rust/5.6.0/values.yaml b/stable/root/5.7.3/values.yaml
similarity index 100%
rename from stable/rust/5.6.0/values.yaml
rename to stable/root/5.7.3/values.yaml
diff --git a/stable/rsnapshot/9.6.1/CHANGELOG.md b/stable/rsnapshot/9.6.1/CHANGELOG.md
deleted file mode 100644
index d7fb87446b5..00000000000
--- a/stable/rsnapshot/9.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
-
-
-## [rsnapshot-9.6.0](https://github.com/truecharts/charts/compare/rsnapshot-9.5.2...rsnapshot-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/rsnapshot/9.6.1/Chart.yaml b/stable/rsnapshot/9.6.1/Chart.yaml
deleted file mode 100644
index 22a071ffa7e..00000000000
--- a/stable/rsnapshot/9.6.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.4.5
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Rsnapshot is a filesystem snapshot utility based on rsync.
-home: https://truecharts.org/charts/stable/rsnapshot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png
-keywords:
- - rsnapshot
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rsnapshot
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot
- - https://ghcr.io/linuxserver/rsnapshot
-type: application
-version: 9.6.1
diff --git a/stable/rsnapshot/9.6.1/app-changelog.md b/stable/rsnapshot/9.6.1/app-changelog.md
deleted file mode 100644
index d4e5ba1b0dc..00000000000
--- a/stable/rsnapshot/9.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [rsnapshot-9.6.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
\ No newline at end of file
diff --git a/stable/rsnapshot/9.6.1/charts/common-20.1.5.tgz b/stable/rsnapshot/9.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rsnapshot/9.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/rustpad/5.6.0/.helmignore b/stable/rsnapshot/9.7.3/.helmignore
similarity index 100%
rename from stable/rustpad/5.6.0/.helmignore
rename to stable/rsnapshot/9.7.3/.helmignore
diff --git a/stable/rsnapshot/9.7.3/CHANGELOG.md b/stable/rsnapshot/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b73d0b46f58
--- /dev/null
+++ b/stable/rsnapshot/9.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rsnapshot-9.7.3](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
+
+
+## [rsnapshot-9.7.2](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
+
+
+## [rsnapshot-9.7.2](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
+
+
+## [rsnapshot-9.7.2](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
+
+
+## [rsnapshot-9.7.2](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
+
+
+## [rsnapshot-9.7.2](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
\ No newline at end of file
diff --git a/stable/rsnapshot/9.7.3/Chart.yaml b/stable/rsnapshot/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..3e5772369d0
--- /dev/null
+++ b/stable/rsnapshot/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.4.5
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Rsnapshot is a filesystem snapshot utility based on rsync.
+home: https://truecharts.org/charts/stable/rsnapshot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png
+keywords:
+ - rsnapshot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rsnapshot
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot
+ - https://ghcr.io/linuxserver/rsnapshot
+type: application
+version: 9.7.3
diff --git a/stable/rsnapshot/9.6.1/README.md b/stable/rsnapshot/9.7.3/README.md
similarity index 100%
rename from stable/rsnapshot/9.6.1/README.md
rename to stable/rsnapshot/9.7.3/README.md
diff --git a/stable/rsnapshot/9.7.3/app-changelog.md b/stable/rsnapshot/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..029edfa7d9b
--- /dev/null
+++ b/stable/rsnapshot/9.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [rsnapshot-9.7.3](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@049c089](https://github.com/049c089) by renovate ([#19245](https://github.com/truecharts/charts/issues/19245))
\ No newline at end of file
diff --git a/stable/rsnapshot/9.6.1/app-readme.md b/stable/rsnapshot/9.7.3/app-readme.md
similarity index 100%
rename from stable/rsnapshot/9.6.1/app-readme.md
rename to stable/rsnapshot/9.7.3/app-readme.md
diff --git a/stable/rsnapshot/9.7.3/charts/common-20.2.4.tgz b/stable/rsnapshot/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rsnapshot/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rsnapshot/9.6.1/ix_values.yaml b/stable/rsnapshot/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/rsnapshot/9.6.1/ix_values.yaml
rename to stable/rsnapshot/9.7.3/ix_values.yaml
diff --git a/stable/rsnapshot/9.6.1/questions.yaml b/stable/rsnapshot/9.7.3/questions.yaml
similarity index 100%
rename from stable/rsnapshot/9.6.1/questions.yaml
rename to stable/rsnapshot/9.7.3/questions.yaml
diff --git a/stable/satisfactory/9.6.0/templates/NOTES.txt b/stable/rsnapshot/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/satisfactory/9.6.0/templates/NOTES.txt
rename to stable/rsnapshot/9.7.3/templates/NOTES.txt
diff --git a/stable/satisfactory/9.6.0/templates/common.yaml b/stable/rsnapshot/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/satisfactory/9.6.0/templates/common.yaml
rename to stable/rsnapshot/9.7.3/templates/common.yaml
diff --git a/stable/rustpad/5.6.0/values.yaml b/stable/rsnapshot/9.7.3/values.yaml
similarity index 100%
rename from stable/rustpad/5.6.0/values.yaml
rename to stable/rsnapshot/9.7.3/values.yaml
diff --git a/stable/rss-bridge/10.6.0/CHANGELOG.md b/stable/rss-bridge/10.6.0/CHANGELOG.md
deleted file mode 100644
index ab7711fe08f..00000000000
--- a/stable/rss-bridge/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rss-bridge-10.6.0](https://github.com/truecharts/charts/compare/rss-bridge-10.5.2...rss-bridge-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rss-bridge-10.5.2](https://github.com/truecharts/charts/compare/rss-bridge-10.5.1...rss-bridge-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rss-bridge-10.5.1](https://github.com/truecharts/charts/compare/rss-bridge-10.5.0...rss-bridge-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rss-bridge-10.5.0](https://github.com/truecharts/charts/compare/rss-bridge-10.4.1...rss-bridge-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rss-bridge-10.4.1](https://github.com/truecharts/charts/compare/rss-bridge-10.4.0...rss-bridge-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rss-bridge-10.4.0](https://github.com/truecharts/charts/compare/rss-bridge-10.3.0...rss-bridge-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rss-bridge-10.3.0](https://github.com/truecharts/charts/compare/rss-bridge-10.2.3...rss-bridge-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rss-bridge-10.2.3](https://github.com/truecharts/charts/compare/rss-bridge-10.2.2...rss-bridge-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rss-bridge-10.2.2](https://github.com/truecharts/charts/compare/rss-bridge-10.2.0...rss-bridge-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rss-bridge/10.6.0/Chart.yaml b/stable/rss-bridge/10.6.0/Chart.yaml
deleted file mode 100644
index 4e24bbafa9b..00000000000
--- a/stable/rss-bridge/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.2.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one.
-home: https://truecharts.org/charts/stable/rss-bridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png
-keywords:
- - rss-bridge
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rss-bridge
-sources:
- - https://github.com/RSS-Bridge/rss-bridge
- - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge
- - https://hub.docker.com/r/rssbridge/rss-bridge
-type: application
-version: 10.6.0
diff --git a/stable/rss-bridge/10.6.0/charts/common-20.1.5.tgz b/stable/rss-bridge/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rss-bridge/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/s3backup/5.6.0/.helmignore b/stable/rss-bridge/10.7.3/.helmignore
similarity index 100%
rename from stable/s3backup/5.6.0/.helmignore
rename to stable/rss-bridge/10.7.3/.helmignore
diff --git a/stable/rss-bridge/10.7.3/CHANGELOG.md b/stable/rss-bridge/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4b02e54745d
--- /dev/null
+++ b/stable/rss-bridge/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-bridge-10.7.2](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rss-bridge/10.7.3/Chart.yaml b/stable/rss-bridge/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..5e93a6e3706
--- /dev/null
+++ b/stable/rss-bridge/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.2.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one.
+home: https://truecharts.org/charts/stable/rss-bridge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png
+keywords:
+ - rss-bridge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rss-bridge
+sources:
+ - https://github.com/RSS-Bridge/rss-bridge
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge
+ - https://hub.docker.com/r/rssbridge/rss-bridge
+type: application
+version: 10.7.3
diff --git a/stable/rss-bridge/10.6.0/README.md b/stable/rss-bridge/10.7.3/README.md
similarity index 100%
rename from stable/rss-bridge/10.6.0/README.md
rename to stable/rss-bridge/10.7.3/README.md
diff --git a/stable/rss-bridge/10.7.3/app-changelog.md b/stable/rss-bridge/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..825fb3a713a
--- /dev/null
+++ b/stable/rss-bridge/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rss-bridge-10.7.3](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rss-bridge/10.6.0/app-readme.md b/stable/rss-bridge/10.7.3/app-readme.md
similarity index 100%
rename from stable/rss-bridge/10.6.0/app-readme.md
rename to stable/rss-bridge/10.7.3/app-readme.md
diff --git a/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz b/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rss-bridge/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rss-bridge/10.6.0/ix_values.yaml b/stable/rss-bridge/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/rss-bridge/10.6.0/ix_values.yaml
rename to stable/rss-bridge/10.7.3/ix_values.yaml
diff --git a/stable/rss-bridge/10.6.0/questions.yaml b/stable/rss-bridge/10.7.3/questions.yaml
similarity index 100%
rename from stable/rss-bridge/10.6.0/questions.yaml
rename to stable/rss-bridge/10.7.3/questions.yaml
diff --git a/stable/scrutiny/10.7.0/templates/NOTES.txt b/stable/rss-bridge/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/scrutiny/10.7.0/templates/NOTES.txt
rename to stable/rss-bridge/10.7.3/templates/NOTES.txt
diff --git a/stable/scrutiny/10.7.0/templates/common.yaml b/stable/rss-bridge/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/scrutiny/10.7.0/templates/common.yaml
rename to stable/rss-bridge/10.7.3/templates/common.yaml
diff --git a/stable/s3backup/5.6.0/values.yaml b/stable/rss-bridge/10.7.3/values.yaml
similarity index 100%
rename from stable/s3backup/5.6.0/values.yaml
rename to stable/rss-bridge/10.7.3/values.yaml
diff --git a/stable/rss-proxy/5.6.0/CHANGELOG.md b/stable/rss-proxy/5.6.0/CHANGELOG.md
deleted file mode 100644
index 61b119563a2..00000000000
--- a/stable/rss-proxy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rss-proxy-5.6.0](https://github.com/truecharts/charts/compare/rss-proxy-5.5.2...rss-proxy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rss-proxy-5.5.2](https://github.com/truecharts/charts/compare/rss-proxy-5.5.1...rss-proxy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rss-proxy-5.5.1](https://github.com/truecharts/charts/compare/rss-proxy-5.5.0...rss-proxy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rss-proxy-5.5.0](https://github.com/truecharts/charts/compare/rss-proxy-5.4.1...rss-proxy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rss-proxy-5.4.1](https://github.com/truecharts/charts/compare/rss-proxy-5.4.0...rss-proxy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rss-proxy-5.4.0](https://github.com/truecharts/charts/compare/rss-proxy-5.3.0...rss-proxy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rss-proxy-5.3.0](https://github.com/truecharts/charts/compare/rss-proxy-5.2.3...rss-proxy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rss-proxy-5.2.3](https://github.com/truecharts/charts/compare/rss-proxy-5.2.2...rss-proxy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rss-proxy-5.2.2](https://github.com/truecharts/charts/compare/rss-proxy-5.2.0...rss-proxy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rss-proxy/5.6.0/Chart.yaml b/stable/rss-proxy/5.6.0/Chart.yaml
deleted file mode 100644
index b07de98e599..00000000000
--- a/stable/rss-proxy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure.
-home: https://truecharts.org/charts/stable/rss-proxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png
-keywords:
- - rss-proxy
- - Cloud
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rss-proxy
-sources:
- - https://github.com/damoeb/rss-proxy
- - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy
- - https://hub.docker.com/r/damoeb/rss-proxy
-type: application
-version: 5.6.0
diff --git a/stable/rss-proxy/5.6.0/charts/common-20.1.5.tgz b/stable/rss-proxy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rss-proxy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/s3sync/5.6.0/.helmignore b/stable/rss-proxy/5.7.3/.helmignore
similarity index 100%
rename from stable/s3sync/5.6.0/.helmignore
rename to stable/rss-proxy/5.7.3/.helmignore
diff --git a/stable/rss-proxy/5.7.3/CHANGELOG.md b/stable/rss-proxy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1472b90e0e2
--- /dev/null
+++ b/stable/rss-proxy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-proxy-5.7.2](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rss-proxy/5.7.3/Chart.yaml b/stable/rss-proxy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7005afdb20b
--- /dev/null
+++ b/stable/rss-proxy/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure.
+home: https://truecharts.org/charts/stable/rss-proxy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png
+keywords:
+ - rss-proxy
+ - Cloud
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rss-proxy
+sources:
+ - https://github.com/damoeb/rss-proxy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy
+ - https://hub.docker.com/r/damoeb/rss-proxy
+type: application
+version: 5.7.3
diff --git a/stable/rss-proxy/5.6.0/README.md b/stable/rss-proxy/5.7.3/README.md
similarity index 100%
rename from stable/rss-proxy/5.6.0/README.md
rename to stable/rss-proxy/5.7.3/README.md
diff --git a/stable/rss-proxy/5.7.3/app-changelog.md b/stable/rss-proxy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..42240f63fff
--- /dev/null
+++ b/stable/rss-proxy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rss-proxy-5.7.3](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rss-proxy/5.6.0/app-readme.md b/stable/rss-proxy/5.7.3/app-readme.md
similarity index 100%
rename from stable/rss-proxy/5.6.0/app-readme.md
rename to stable/rss-proxy/5.7.3/app-readme.md
diff --git a/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz b/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rss-proxy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rss-proxy/5.6.0/ix_values.yaml b/stable/rss-proxy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rss-proxy/5.6.0/ix_values.yaml
rename to stable/rss-proxy/5.7.3/ix_values.yaml
diff --git a/stable/rss-proxy/5.6.0/questions.yaml b/stable/rss-proxy/5.7.3/questions.yaml
similarity index 100%
rename from stable/rss-proxy/5.6.0/questions.yaml
rename to stable/rss-proxy/5.7.3/questions.yaml
diff --git a/stable/rust/5.6.0/templates/common.yaml b/stable/rss-proxy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rust/5.6.0/templates/common.yaml
rename to stable/rss-proxy/5.7.3/templates/common.yaml
diff --git a/stable/s3sync/5.6.0/values.yaml b/stable/rss-proxy/5.7.3/values.yaml
similarity index 100%
rename from stable/s3sync/5.6.0/values.yaml
rename to stable/rss-proxy/5.7.3/values.yaml
diff --git a/stable/rss-to-telegram/5.6.0/CHANGELOG.md b/stable/rss-to-telegram/5.6.0/CHANGELOG.md
deleted file mode 100644
index dcfd185bf3e..00000000000
--- a/stable/rss-to-telegram/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rss-to-telegram-5.6.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.5.2...rss-to-telegram-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rss-to-telegram-5.5.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.5.1...rss-to-telegram-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rss-to-telegram-5.5.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.5.0...rss-to-telegram-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rss-to-telegram-5.5.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.4.1...rss-to-telegram-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rss-to-telegram-5.4.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.4.0...rss-to-telegram-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rss-to-telegram-5.4.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.3.0...rss-to-telegram-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rss-to-telegram-5.3.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.3...rss-to-telegram-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rss-to-telegram-5.2.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.2...rss-to-telegram-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rss-to-telegram-5.2.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.0...rss-to-telegram-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rss-to-telegram/5.6.0/Chart.yaml b/stable/rss-to-telegram/5.6.0/Chart.yaml
deleted file mode 100644
index 64b974eab4d..00000000000
--- a/stable/rss-to-telegram/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow.
-home: https://truecharts.org/charts/stable/rss-to-telegram
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png
-keywords:
- - rss-to-telegram
- - Network-Other
- - Network-Messenger
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rss-to-telegram
-sources:
- - https://github.com/BoKKeR/RSS-to-Telegram-Bot
- - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram
- - https://hub.docker.com/r/bokker/rss.to.telegram
-type: application
-version: 5.6.0
diff --git a/stable/rss-to-telegram/5.6.0/charts/common-20.1.5.tgz b/stable/rss-to-telegram/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rss-to-telegram/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sabnzbd/19.4.1/.helmignore b/stable/rss-to-telegram/5.7.3/.helmignore
similarity index 100%
rename from stable/sabnzbd/19.4.1/.helmignore
rename to stable/rss-to-telegram/5.7.3/.helmignore
diff --git a/stable/rss-to-telegram/5.7.3/CHANGELOG.md b/stable/rss-to-telegram/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..81db3b51b5a
--- /dev/null
+++ b/stable/rss-to-telegram/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rss-to-telegram-5.7.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rss-to-telegram/5.7.3/Chart.yaml b/stable/rss-to-telegram/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ee3d57f103f
--- /dev/null
+++ b/stable/rss-to-telegram/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow.
+home: https://truecharts.org/charts/stable/rss-to-telegram
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png
+keywords:
+ - rss-to-telegram
+ - Network-Other
+ - Network-Messenger
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rss-to-telegram
+sources:
+ - https://github.com/BoKKeR/RSS-to-Telegram-Bot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram
+ - https://hub.docker.com/r/bokker/rss.to.telegram
+type: application
+version: 5.7.3
diff --git a/stable/rss-to-telegram/5.6.0/README.md b/stable/rss-to-telegram/5.7.3/README.md
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/README.md
rename to stable/rss-to-telegram/5.7.3/README.md
diff --git a/stable/rss-to-telegram/5.7.3/app-changelog.md b/stable/rss-to-telegram/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2ac679757b2
--- /dev/null
+++ b/stable/rss-to-telegram/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rss-to-telegram-5.7.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rss-to-telegram/5.6.0/app-readme.md b/stable/rss-to-telegram/5.7.3/app-readme.md
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/app-readme.md
rename to stable/rss-to-telegram/5.7.3/app-readme.md
diff --git a/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz b/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rss-to-telegram/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rss-to-telegram/5.6.0/ix_values.yaml b/stable/rss-to-telegram/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/ix_values.yaml
rename to stable/rss-to-telegram/5.7.3/ix_values.yaml
diff --git a/stable/rss-to-telegram/5.6.0/questions.yaml b/stable/rss-to-telegram/5.7.3/questions.yaml
similarity index 100%
rename from stable/rss-to-telegram/5.6.0/questions.yaml
rename to stable/rss-to-telegram/5.7.3/questions.yaml
diff --git a/stable/rustpad/5.6.0/templates/common.yaml b/stable/rss-to-telegram/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/rustpad/5.6.0/templates/common.yaml
rename to stable/rss-to-telegram/5.7.3/templates/common.yaml
diff --git a/stable/sabnzbd/19.4.1/values.yaml b/stable/rss-to-telegram/5.7.3/values.yaml
similarity index 100%
rename from stable/sabnzbd/19.4.1/values.yaml
rename to stable/rss-to-telegram/5.7.3/values.yaml
diff --git a/stable/rsshub/12.8.7/CHANGELOG.md b/stable/rsshub/12.8.7/CHANGELOG.md
index 37dd10f8873..577d2328a1f 100644
--- a/stable/rsshub/12.8.7/CHANGELOG.md
+++ b/stable/rsshub/12.8.7/CHANGELOG.md
@@ -14,6 +14,8 @@ title: Changelog
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image diygod/rsshub to latest[@0f51cb5](https://github.com/0f51cb5) by renovate ([#19746](https://github.com/truecharts/charts/issues/19746))
- update container image diygod/rsshub to latest[@d4feacf](https://github.com/d4feacf) by renovate ([#19737](https://github.com/truecharts/charts/issues/19737))
@@ -73,12 +75,14 @@ title: Changelog
- update container image diygod/rsshub to latest[@b5a6e57](https://github.com/b5a6e57) by renovate ([#19220](https://github.com/truecharts/charts/issues/19220))
-## [rsshub-12.8.6](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.8.6) (2024-03-25)
+## [rsshub-12.8.7](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.8.7) (2024-03-25)
### Chore
+- update container image diygod/rsshub to latest[@0f51cb5](https://github.com/0f51cb5) by renovate ([#19746](https://github.com/truecharts/charts/issues/19746))
+
- update container image diygod/rsshub to latest[@d4feacf](https://github.com/d4feacf) by renovate ([#19737](https://github.com/truecharts/charts/issues/19737))
- update container image diygod/rsshub to latest[@4599ec1](https://github.com/4599ec1) by renovate ([#19721](https://github.com/truecharts/charts/issues/19721))
@@ -93,8 +97,4 @@ title: Changelog
- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
-- update container image diygod/rsshub to latest[@0b3579c](https://github.com/0b3579c) by renovate ([#19636](https://github.com/truecharts/charts/issues/19636))
-
-- update container image diygod/rsshub to latest[@90ad256](https://github.com/90ad256) by renovate ([#19629](https://github.com/truecharts/charts/issues/19629))
-
-- update container image diygod/rsshub to latest[@6f9b868](https://github.com/6f9b868) by renovate ([#19619](https://github.com/truecharts/charts/issues/19619))
\ No newline at end of file
+- update container image diygod/rsshub to latest[@0b3579c](https://github.com/0b3579c) by renovate ([#19636](https://github.com/truecharts/charts/issues/19636))
\ No newline at end of file
diff --git a/stable/rsshub/12.8.7/Chart.yaml b/stable/rsshub/12.8.7/Chart.yaml
index b541e250ee7..1a717ce3ffd 100644
--- a/stable/rsshub/12.8.7/Chart.yaml
+++ b/stable/rsshub/12.8.7/Chart.yaml
@@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
- version: 20.2.3
+ version: 20.2.4
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
diff --git a/stable/rsshub/12.8.7/app-changelog.md b/stable/rsshub/12.8.7/app-changelog.md
index 66220164166..c1a3ffbe35f 100644
--- a/stable/rsshub/12.8.7/app-changelog.md
+++ b/stable/rsshub/12.8.7/app-changelog.md
@@ -6,6 +6,8 @@
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
- update container image diygod/rsshub to latest[@0f51cb5](https://github.com/0f51cb5) by renovate ([#19746](https://github.com/truecharts/charts/issues/19746))
- update container image diygod/rsshub to latest[@d4feacf](https://github.com/d4feacf) by renovate ([#19737](https://github.com/truecharts/charts/issues/19737))
diff --git a/stable/rsshub/12.8.7/charts/common-20.2.3.tgz b/stable/rsshub/12.8.7/charts/common-20.2.3.tgz
deleted file mode 100644
index 701ca7141be..00000000000
Binary files a/stable/rsshub/12.8.7/charts/common-20.2.3.tgz and /dev/null differ
diff --git a/stable/rsshub/12.8.7/charts/common-20.2.4.tgz b/stable/rsshub/12.8.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rsshub/12.8.7/charts/common-20.2.4.tgz differ
diff --git a/stable/rstudio/6.6.1/CHANGELOG.md b/stable/rstudio/6.6.1/CHANGELOG.md
deleted file mode 100644
index 142933e72e4..00000000000
--- a/stable/rstudio/6.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
-
-
-## [rstudio-6.6.0](https://github.com/truecharts/charts/compare/rstudio-6.5.2...rstudio-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/rstudio/6.6.1/Chart.yaml b/stable/rstudio/6.6.1/Chart.yaml
deleted file mode 100644
index 83ccfc4caab..00000000000
--- a/stable/rstudio/6.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.3.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Integrated development environment for R, a programming language for statistical computing and graphics.
-home: https://truecharts.org/charts/stable/rstudio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png
-keywords:
- - rstudio
- - Productivity
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rstudio
-sources:
- - https://github.com/rocker-org/rocker-versioned2
- - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio
- - https://hub.docker.com/r/rocker/rstudio
-type: application
-version: 6.6.1
diff --git a/stable/rstudio/6.6.1/app-changelog.md b/stable/rstudio/6.6.1/app-changelog.md
deleted file mode 100644
index 3c14ed2ed50..00000000000
--- a/stable/rstudio/6.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [rstudio-6.6.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
\ No newline at end of file
diff --git a/stable/rstudio/6.6.1/charts/common-20.1.5.tgz b/stable/rstudio/6.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rstudio/6.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/satisfactory/9.6.0/.helmignore b/stable/rstudio/6.7.3/.helmignore
similarity index 100%
rename from stable/satisfactory/9.6.0/.helmignore
rename to stable/rstudio/6.7.3/.helmignore
diff --git a/stable/rstudio/6.7.3/CHANGELOG.md b/stable/rstudio/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..875d31037bc
--- /dev/null
+++ b/stable/rstudio/6.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rstudio-6.7.3](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
+
+
+## [rstudio-6.7.2](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
+
+
+## [rstudio-6.7.2](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
+
+
+## [rstudio-6.7.2](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
+
+
+## [rstudio-6.7.2](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
+
+
+## [rstudio-6.7.2](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
\ No newline at end of file
diff --git a/stable/rstudio/6.7.3/Chart.yaml b/stable/rstudio/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..193272dfa9c
--- /dev/null
+++ b/stable/rstudio/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.3.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Integrated development environment for R, a programming language for statistical computing and graphics.
+home: https://truecharts.org/charts/stable/rstudio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png
+keywords:
+ - rstudio
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rstudio
+sources:
+ - https://github.com/rocker-org/rocker-versioned2
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio
+ - https://hub.docker.com/r/rocker/rstudio
+type: application
+version: 6.7.3
diff --git a/stable/rstudio/6.6.1/README.md b/stable/rstudio/6.7.3/README.md
similarity index 100%
rename from stable/rstudio/6.6.1/README.md
rename to stable/rstudio/6.7.3/README.md
diff --git a/stable/rstudio/6.7.3/app-changelog.md b/stable/rstudio/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..3f31fb8dd52
--- /dev/null
+++ b/stable/rstudio/6.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [rstudio-6.7.3](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image rocker/rstudio to 4.3.3[@223204c](https://github.com/223204c) by renovate ([#19283](https://github.com/truecharts/charts/issues/19283))
\ No newline at end of file
diff --git a/stable/rstudio/6.6.1/app-readme.md b/stable/rstudio/6.7.3/app-readme.md
similarity index 100%
rename from stable/rstudio/6.6.1/app-readme.md
rename to stable/rstudio/6.7.3/app-readme.md
diff --git a/stable/rstudio/6.7.3/charts/common-20.2.4.tgz b/stable/rstudio/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rstudio/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rstudio/6.6.1/ix_values.yaml b/stable/rstudio/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/rstudio/6.6.1/ix_values.yaml
rename to stable/rstudio/6.7.3/ix_values.yaml
diff --git a/stable/rstudio/6.6.1/questions.yaml b/stable/rstudio/6.7.3/questions.yaml
similarity index 100%
rename from stable/rstudio/6.6.1/questions.yaml
rename to stable/rstudio/6.7.3/questions.yaml
diff --git a/stable/s3backup/5.6.0/templates/common.yaml b/stable/rstudio/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/s3backup/5.6.0/templates/common.yaml
rename to stable/rstudio/6.7.3/templates/common.yaml
diff --git a/stable/satisfactory/9.6.0/values.yaml b/stable/rstudio/6.7.3/values.yaml
similarity index 100%
rename from stable/satisfactory/9.6.0/values.yaml
rename to stable/rstudio/6.7.3/values.yaml
diff --git a/stable/rtorrent-rutorrent/4.6.0/CHANGELOG.md b/stable/rtorrent-rutorrent/4.6.0/CHANGELOG.md
deleted file mode 100644
index a5add574827..00000000000
--- a/stable/rtorrent-rutorrent/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rtorrent-rutorrent-4.6.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.5.2...rtorrent-rutorrent-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rtorrent-rutorrent-4.5.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.5.1...rtorrent-rutorrent-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rtorrent-rutorrent-4.5.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.5.0...rtorrent-rutorrent-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rtorrent-rutorrent-4.5.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.4.1...rtorrent-rutorrent-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rtorrent-rutorrent-4.4.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.4.0...rtorrent-rutorrent-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rtorrent-rutorrent-4.4.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.3.0...rtorrent-rutorrent-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rtorrent-rutorrent-4.3.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.3...rtorrent-rutorrent-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rtorrent-rutorrent-4.2.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.2...rtorrent-rutorrent-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rtorrent-rutorrent-4.2.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.0...rtorrent-rutorrent-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rtorrent-rutorrent/4.6.0/Chart.yaml b/stable/rtorrent-rutorrent/4.6.0/Chart.yaml
deleted file mode 100644
index 004e02144d3..00000000000
--- a/stable/rtorrent-rutorrent/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: torrent
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.2.9
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: rTorrent and ruTorrent chart.
-home: https://truecharts.org/charts/stable/rtorrent-rutorrent
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
-keywords:
- - rutorrent
- - torrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rtorrent-rutorrent
-sources:
- - https://github.com/crazy-max/docker-rtorrent-rutorrent
- - https://truecharts.org/charts/stable/rtorrent-rutorrent
- - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent
- - https://ghcr.io/crazy-max/rtorrent-rutorrent
- - https://ghcr.io/thde/rtorrent_exporter
-type: application
-version: 4.6.0
diff --git a/stable/rtorrent-rutorrent/4.6.0/charts/common-20.1.5.tgz b/stable/rtorrent-rutorrent/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rtorrent-rutorrent/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/scrutiny/10.7.0/.helmignore b/stable/rtorrent-rutorrent/4.7.3/.helmignore
similarity index 100%
rename from stable/scrutiny/10.7.0/.helmignore
rename to stable/rtorrent-rutorrent/4.7.3/.helmignore
diff --git a/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md b/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6e29d251177
--- /dev/null
+++ b/stable/rtorrent-rutorrent/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rtorrent-rutorrent-4.7.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.2) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rtorrent-rutorrent/4.7.3/Chart.yaml b/stable/rtorrent-rutorrent/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..8dd2a5fb6d1
--- /dev/null
+++ b/stable/rtorrent-rutorrent/4.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: torrent
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.2.9
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: rTorrent and ruTorrent chart.
+home: https://truecharts.org/charts/stable/rtorrent-rutorrent
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
+keywords:
+ - rutorrent
+ - torrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rtorrent-rutorrent
+sources:
+ - https://github.com/crazy-max/docker-rtorrent-rutorrent
+ - https://truecharts.org/charts/stable/rtorrent-rutorrent
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent
+ - https://ghcr.io/crazy-max/rtorrent-rutorrent
+ - https://ghcr.io/thde/rtorrent_exporter
+type: application
+version: 4.7.3
diff --git a/stable/rtorrent-rutorrent/4.6.0/README.md b/stable/rtorrent-rutorrent/4.7.3/README.md
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/README.md
rename to stable/rtorrent-rutorrent/4.7.3/README.md
diff --git a/stable/rtorrent-rutorrent/4.7.3/app-changelog.md b/stable/rtorrent-rutorrent/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..7dcdab44dd3
--- /dev/null
+++ b/stable/rtorrent-rutorrent/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rtorrent-rutorrent-4.7.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rtorrent-rutorrent/4.6.0/app-readme.md b/stable/rtorrent-rutorrent/4.7.3/app-readme.md
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/app-readme.md
rename to stable/rtorrent-rutorrent/4.7.3/app-readme.md
diff --git a/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz b/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rtorrent-rutorrent/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rtorrent-rutorrent/4.6.0/ix_values.yaml b/stable/rtorrent-rutorrent/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/ix_values.yaml
rename to stable/rtorrent-rutorrent/4.7.3/ix_values.yaml
diff --git a/stable/rtorrent-rutorrent/4.6.0/questions.yaml b/stable/rtorrent-rutorrent/4.7.3/questions.yaml
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/questions.yaml
rename to stable/rtorrent-rutorrent/4.7.3/questions.yaml
diff --git a/stable/scrypted/4.6.0/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/scrypted/4.6.0/templates/NOTES.txt
rename to stable/rtorrent-rutorrent/4.7.3/templates/NOTES.txt
diff --git a/stable/rtorrent-rutorrent/4.6.0/templates/common.yaml b/stable/rtorrent-rutorrent/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/rtorrent-rutorrent/4.6.0/templates/common.yaml
rename to stable/rtorrent-rutorrent/4.7.3/templates/common.yaml
diff --git a/stable/scrutiny/10.7.0/values.yaml b/stable/rtorrent-rutorrent/4.7.3/values.yaml
similarity index 100%
rename from stable/scrutiny/10.7.0/values.yaml
rename to stable/rtorrent-rutorrent/4.7.3/values.yaml
diff --git a/stable/rust/5.6.0/CHANGELOG.md b/stable/rust/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5385726952e..00000000000
--- a/stable/rust/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rust-5.6.0](https://github.com/truecharts/charts/compare/rust-5.5.2...rust-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rust-5.5.2](https://github.com/truecharts/charts/compare/rust-5.5.1...rust-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rust-5.5.1](https://github.com/truecharts/charts/compare/rust-5.5.0...rust-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rust-5.5.0](https://github.com/truecharts/charts/compare/rust-5.4.1...rust-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rust-5.4.1](https://github.com/truecharts/charts/compare/rust-5.4.0...rust-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rust-5.4.0](https://github.com/truecharts/charts/compare/rust-5.3.0...rust-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rust-5.3.0](https://github.com/truecharts/charts/compare/rust-5.2.3...rust-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rust-5.2.3](https://github.com/truecharts/charts/compare/rust-5.2.2...rust-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rust-5.2.2](https://github.com/truecharts/charts/compare/rust-5.2.0...rust-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rust/5.6.0/Chart.yaml b/stable/rust/5.6.0/Chart.yaml
deleted file mode 100644
index 63f46645bfb..00000000000
--- a/stable/rust/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: rust
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install RUST and run it.
-home: https://truecharts.org/charts/stable/rust
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png
-keywords:
- - rust
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rust
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/rust
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/rust/5.6.0/charts/common-20.1.5.tgz b/stable/rust/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rust/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/scrypted/4.6.0/.helmignore b/stable/rust/5.7.3/.helmignore
similarity index 100%
rename from stable/scrypted/4.6.0/.helmignore
rename to stable/rust/5.7.3/.helmignore
diff --git a/stable/rust/5.7.3/CHANGELOG.md b/stable/rust/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..01513be1207
--- /dev/null
+++ b/stable/rust/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rust-5.7.2](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rust/5.7.3/Chart.yaml b/stable/rust/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..32b7892b1f3
--- /dev/null
+++ b/stable/rust/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: rust
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install RUST and run it.
+home: https://truecharts.org/charts/stable/rust
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png
+keywords:
+ - rust
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rust
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rust
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/rust/5.6.0/README.md b/stable/rust/5.7.3/README.md
similarity index 100%
rename from stable/rust/5.6.0/README.md
rename to stable/rust/5.7.3/README.md
diff --git a/stable/rust/5.7.3/app-changelog.md b/stable/rust/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6405cae8caa
--- /dev/null
+++ b/stable/rust/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rust-5.7.3](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rust/5.6.0/app-readme.md b/stable/rust/5.7.3/app-readme.md
similarity index 100%
rename from stable/rust/5.6.0/app-readme.md
rename to stable/rust/5.7.3/app-readme.md
diff --git a/stable/rust/5.7.3/charts/common-20.2.4.tgz b/stable/rust/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rust/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rust/5.6.0/ix_values.yaml b/stable/rust/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rust/5.6.0/ix_values.yaml
rename to stable/rust/5.7.3/ix_values.yaml
diff --git a/stable/rust/5.6.0/questions.yaml b/stable/rust/5.7.3/questions.yaml
similarity index 100%
rename from stable/rust/5.6.0/questions.yaml
rename to stable/rust/5.7.3/questions.yaml
diff --git a/stable/s3sync/5.6.0/templates/common.yaml b/stable/rust/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/s3sync/5.6.0/templates/common.yaml
rename to stable/rust/5.7.3/templates/common.yaml
diff --git a/stable/scrypted/4.6.0/values.yaml b/stable/rust/5.7.3/values.yaml
similarity index 100%
rename from stable/scrypted/4.6.0/values.yaml
rename to stable/rust/5.7.3/values.yaml
diff --git a/stable/rustpad/5.6.0/CHANGELOG.md b/stable/rustpad/5.6.0/CHANGELOG.md
deleted file mode 100644
index 546e26456b5..00000000000
--- a/stable/rustpad/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [rustpad-5.6.0](https://github.com/truecharts/charts/compare/rustpad-5.5.2...rustpad-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [rustpad-5.5.2](https://github.com/truecharts/charts/compare/rustpad-5.5.1...rustpad-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [rustpad-5.5.1](https://github.com/truecharts/charts/compare/rustpad-5.5.0...rustpad-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [rustpad-5.5.0](https://github.com/truecharts/charts/compare/rustpad-5.4.1...rustpad-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [rustpad-5.4.1](https://github.com/truecharts/charts/compare/rustpad-5.4.0...rustpad-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [rustpad-5.4.0](https://github.com/truecharts/charts/compare/rustpad-5.3.0...rustpad-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [rustpad-5.3.0](https://github.com/truecharts/charts/compare/rustpad-5.2.3...rustpad-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [rustpad-5.2.3](https://github.com/truecharts/charts/compare/rustpad-5.2.2...rustpad-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [rustpad-5.2.2](https://github.com/truecharts/charts/compare/rustpad-5.2.0...rustpad-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/rustpad/5.6.0/Chart.yaml b/stable/rustpad/5.6.0/Chart.yaml
deleted file mode 100644
index 18a811564bb..00000000000
--- a/stable/rustpad/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required.
-home: https://truecharts.org/charts/stable/rustpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png
-keywords:
- - rustpad
- - Cloud
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: rustpad
-sources:
- - https://github.com/ekzhang/rustpad
- - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad
- - https://hub.docker.com/r/ekzhang/rustpad
-type: application
-version: 5.6.0
diff --git a/stable/rustpad/5.6.0/charts/common-20.1.5.tgz b/stable/rustpad/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/rustpad/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sdtd/7.6.0/.helmignore b/stable/rustpad/5.7.3/.helmignore
similarity index 100%
rename from stable/sdtd/7.6.0/.helmignore
rename to stable/rustpad/5.7.3/.helmignore
diff --git a/stable/rustpad/5.7.3/CHANGELOG.md b/stable/rustpad/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..51a8066af36
--- /dev/null
+++ b/stable/rustpad/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [rustpad-5.7.2](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/rustpad/5.7.3/Chart.yaml b/stable/rustpad/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b8ebadbfc10
--- /dev/null
+++ b/stable/rustpad/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required.
+home: https://truecharts.org/charts/stable/rustpad
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png
+keywords:
+ - rustpad
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: rustpad
+sources:
+ - https://github.com/ekzhang/rustpad
+ - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad
+ - https://hub.docker.com/r/ekzhang/rustpad
+type: application
+version: 5.7.3
diff --git a/stable/rustpad/5.6.0/README.md b/stable/rustpad/5.7.3/README.md
similarity index 100%
rename from stable/rustpad/5.6.0/README.md
rename to stable/rustpad/5.7.3/README.md
diff --git a/stable/rustpad/5.7.3/app-changelog.md b/stable/rustpad/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8295c36f7c3
--- /dev/null
+++ b/stable/rustpad/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [rustpad-5.7.3](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/rustpad/5.6.0/app-readme.md b/stable/rustpad/5.7.3/app-readme.md
similarity index 100%
rename from stable/rustpad/5.6.0/app-readme.md
rename to stable/rustpad/5.7.3/app-readme.md
diff --git a/stable/rustpad/5.7.3/charts/common-20.2.4.tgz b/stable/rustpad/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/rustpad/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/rustpad/5.6.0/ix_values.yaml b/stable/rustpad/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/rustpad/5.6.0/ix_values.yaml
rename to stable/rustpad/5.7.3/ix_values.yaml
diff --git a/stable/rustpad/5.6.0/questions.yaml b/stable/rustpad/5.7.3/questions.yaml
similarity index 100%
rename from stable/rustpad/5.6.0/questions.yaml
rename to stable/rustpad/5.7.3/questions.yaml
diff --git a/stable/sdtd/7.6.0/templates/common.yaml b/stable/rustpad/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/sdtd/7.6.0/templates/common.yaml
rename to stable/rustpad/5.7.3/templates/common.yaml
diff --git a/stable/sdtd/7.6.0/values.yaml b/stable/rustpad/5.7.3/values.yaml
similarity index 100%
rename from stable/sdtd/7.6.0/values.yaml
rename to stable/rustpad/5.7.3/values.yaml
diff --git a/stable/s3backup/5.6.0/CHANGELOG.md b/stable/s3backup/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6f670bbf026..00000000000
--- a/stable/s3backup/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [s3backup-5.6.0](https://github.com/truecharts/charts/compare/s3backup-5.5.2...s3backup-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [s3backup-5.5.2](https://github.com/truecharts/charts/compare/s3backup-5.5.1...s3backup-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [s3backup-5.5.1](https://github.com/truecharts/charts/compare/s3backup-5.5.0...s3backup-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [s3backup-5.5.0](https://github.com/truecharts/charts/compare/s3backup-5.4.1...s3backup-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [s3backup-5.4.1](https://github.com/truecharts/charts/compare/s3backup-5.4.0...s3backup-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [s3backup-5.4.0](https://github.com/truecharts/charts/compare/s3backup-5.3.0...s3backup-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [s3backup-5.3.0](https://github.com/truecharts/charts/compare/s3backup-5.2.3...s3backup-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [s3backup-5.2.3](https://github.com/truecharts/charts/compare/s3backup-5.2.2...s3backup-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [s3backup-5.2.2](https://github.com/truecharts/charts/compare/s3backup-5.2.0...s3backup-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/s3backup/5.6.0/Chart.yaml b/stable/s3backup/5.6.0/Chart.yaml
deleted file mode 100644
index c024fc491cc..00000000000
--- a/stable/s3backup/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple way to backup important files to Amazon S3 and Glacier.
-home: https://truecharts.org/charts/stable/s3backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png
-keywords:
- - s3backup
- - Backup
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: s3backup
-sources:
- - https://registry.hub.docker.com/r/joch/s3backup/
- - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup
- - https://hub.docker.com/r/joch/s3backup
-type: application
-version: 5.6.0
diff --git a/stable/s3backup/5.6.0/charts/common-20.1.5.tgz b/stable/s3backup/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/s3backup/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/seafile/5.12.2/.helmignore b/stable/s3backup/5.7.3/.helmignore
similarity index 100%
rename from stable/seafile/5.12.2/.helmignore
rename to stable/s3backup/5.7.3/.helmignore
diff --git a/stable/s3backup/5.7.3/CHANGELOG.md b/stable/s3backup/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5c4b7604bb6
--- /dev/null
+++ b/stable/s3backup/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3backup-5.7.2](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/s3backup/5.7.3/Chart.yaml b/stable/s3backup/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3bea09db912
--- /dev/null
+++ b/stable/s3backup/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple way to backup important files to Amazon S3 and Glacier.
+home: https://truecharts.org/charts/stable/s3backup
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png
+keywords:
+ - s3backup
+ - Backup
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: s3backup
+sources:
+ - https://registry.hub.docker.com/r/joch/s3backup/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup
+ - https://hub.docker.com/r/joch/s3backup
+type: application
+version: 5.7.3
diff --git a/stable/s3backup/5.6.0/README.md b/stable/s3backup/5.7.3/README.md
similarity index 100%
rename from stable/s3backup/5.6.0/README.md
rename to stable/s3backup/5.7.3/README.md
diff --git a/stable/s3backup/5.7.3/app-changelog.md b/stable/s3backup/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2ddc0224972
--- /dev/null
+++ b/stable/s3backup/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [s3backup-5.7.3](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/s3backup/5.6.0/app-readme.md b/stable/s3backup/5.7.3/app-readme.md
similarity index 100%
rename from stable/s3backup/5.6.0/app-readme.md
rename to stable/s3backup/5.7.3/app-readme.md
diff --git a/stable/s3backup/5.7.3/charts/common-20.2.4.tgz b/stable/s3backup/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/s3backup/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/s3backup/5.6.0/ix_values.yaml b/stable/s3backup/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/s3backup/5.6.0/ix_values.yaml
rename to stable/s3backup/5.7.3/ix_values.yaml
diff --git a/stable/s3backup/5.6.0/questions.yaml b/stable/s3backup/5.7.3/questions.yaml
similarity index 100%
rename from stable/s3backup/5.6.0/questions.yaml
rename to stable/s3backup/5.7.3/questions.yaml
diff --git a/stable/searxng/7.7.1/templates/common.yaml b/stable/s3backup/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/searxng/7.7.1/templates/common.yaml
rename to stable/s3backup/5.7.3/templates/common.yaml
diff --git a/stable/seafile/5.12.2/values.yaml b/stable/s3backup/5.7.3/values.yaml
similarity index 100%
rename from stable/seafile/5.12.2/values.yaml
rename to stable/s3backup/5.7.3/values.yaml
diff --git a/stable/s3sync/5.6.0/CHANGELOG.md b/stable/s3sync/5.6.0/CHANGELOG.md
deleted file mode 100644
index b583fc8b574..00000000000
--- a/stable/s3sync/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [s3sync-5.6.0](https://github.com/truecharts/charts/compare/s3sync-5.5.2...s3sync-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [s3sync-5.5.2](https://github.com/truecharts/charts/compare/s3sync-5.5.1...s3sync-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [s3sync-5.5.1](https://github.com/truecharts/charts/compare/s3sync-5.5.0...s3sync-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [s3sync-5.5.0](https://github.com/truecharts/charts/compare/s3sync-5.4.1...s3sync-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [s3sync-5.4.1](https://github.com/truecharts/charts/compare/s3sync-5.4.0...s3sync-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [s3sync-5.4.0](https://github.com/truecharts/charts/compare/s3sync-5.3.0...s3sync-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [s3sync-5.3.0](https://github.com/truecharts/charts/compare/s3sync-5.2.3...s3sync-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [s3sync-5.2.3](https://github.com/truecharts/charts/compare/s3sync-5.2.2...s3sync-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [s3sync-5.2.2](https://github.com/truecharts/charts/compare/s3sync-5.2.0...s3sync-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/s3sync/5.6.0/Chart.yaml b/stable/s3sync/5.6.0/Chart.yaml
deleted file mode 100644
index ee3358613c4..00000000000
--- a/stable/s3sync/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys.
-home: https://truecharts.org/charts/stable/s3sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png
-keywords:
- - s3sync
- - Backup
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: s3sync
-sources:
- - https://github.com/what-name/docker-s3sync
- - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync
- - https://hub.docker.com/r/whatname/docker-s3sync
-type: application
-version: 5.6.0
diff --git a/stable/s3sync/5.6.0/charts/common-20.1.5.tgz b/stable/s3sync/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/s3sync/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/searxng/7.7.1/.helmignore b/stable/s3sync/5.7.3/.helmignore
similarity index 100%
rename from stable/searxng/7.7.1/.helmignore
rename to stable/s3sync/5.7.3/.helmignore
diff --git a/stable/s3sync/5.7.3/CHANGELOG.md b/stable/s3sync/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..88d3864901c
--- /dev/null
+++ b/stable/s3sync/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [s3sync-5.7.2](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/s3sync/5.7.3/Chart.yaml b/stable/s3sync/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e7dcd88b587
--- /dev/null
+++ b/stable/s3sync/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys.
+home: https://truecharts.org/charts/stable/s3sync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png
+keywords:
+ - s3sync
+ - Backup
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: s3sync
+sources:
+ - https://github.com/what-name/docker-s3sync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync
+ - https://hub.docker.com/r/whatname/docker-s3sync
+type: application
+version: 5.7.3
diff --git a/stable/s3sync/5.6.0/README.md b/stable/s3sync/5.7.3/README.md
similarity index 100%
rename from stable/s3sync/5.6.0/README.md
rename to stable/s3sync/5.7.3/README.md
diff --git a/stable/s3sync/5.7.3/app-changelog.md b/stable/s3sync/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d5df4c5e6f3
--- /dev/null
+++ b/stable/s3sync/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [s3sync-5.7.3](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/s3sync/5.6.0/app-readme.md b/stable/s3sync/5.7.3/app-readme.md
similarity index 100%
rename from stable/s3sync/5.6.0/app-readme.md
rename to stable/s3sync/5.7.3/app-readme.md
diff --git a/stable/s3sync/5.7.3/charts/common-20.2.4.tgz b/stable/s3sync/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/s3sync/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/s3sync/5.6.0/ix_values.yaml b/stable/s3sync/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/s3sync/5.6.0/ix_values.yaml
rename to stable/s3sync/5.7.3/ix_values.yaml
diff --git a/stable/s3sync/5.6.0/questions.yaml b/stable/s3sync/5.7.3/questions.yaml
similarity index 100%
rename from stable/s3sync/5.6.0/questions.yaml
rename to stable/s3sync/5.7.3/questions.yaml
diff --git a/stable/seedsync/7.6.0/templates/common.yaml b/stable/s3sync/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/seedsync/7.6.0/templates/common.yaml
rename to stable/s3sync/5.7.3/templates/common.yaml
diff --git a/stable/searxng/7.7.1/values.yaml b/stable/s3sync/5.7.3/values.yaml
similarity index 100%
rename from stable/searxng/7.7.1/values.yaml
rename to stable/s3sync/5.7.3/values.yaml
diff --git a/stable/sabnzbd/19.4.1/CHANGELOG.md b/stable/sabnzbd/19.4.1/CHANGELOG.md
deleted file mode 100644
index ed80eed90aa..00000000000
--- a/stable/sabnzbd/19.4.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
-
-
-## [sabnzbd-19.4.0](https://github.com/truecharts/charts/compare/sabnzbd-19.3.2...sabnzbd-19.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/sabnzbd/19.4.1/Chart.yaml b/stable/sabnzbd/19.4.1/Chart.yaml
deleted file mode 100644
index 2166b190564..00000000000
--- a/stable/sabnzbd/19.4.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.2.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Free and easy binary newsreader
-home: https://truecharts.org/charts/stable/sabnzbd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png
-keywords:
- - sabnzbd
- - usenet
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sabnzbd
-sources:
- - https://sabnzbd.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
- - https://ghcr.io/onedr0p/sabnzbd
- - https://ghcr.io/onedr0p/exportarr
-type: application
-version: 19.4.1
diff --git a/stable/sabnzbd/19.4.1/app-changelog.md b/stable/sabnzbd/19.4.1/app-changelog.md
deleted file mode 100644
index 54c0aaf0528..00000000000
--- a/stable/sabnzbd/19.4.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [sabnzbd-19.4.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
\ No newline at end of file
diff --git a/stable/sabnzbd/19.4.1/charts/common-20.1.5.tgz b/stable/sabnzbd/19.4.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sabnzbd/19.4.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/seedsync/7.6.0/.helmignore b/stable/sabnzbd/19.5.3/.helmignore
similarity index 100%
rename from stable/seedsync/7.6.0/.helmignore
rename to stable/sabnzbd/19.5.3/.helmignore
diff --git a/stable/sabnzbd/19.5.3/CHANGELOG.md b/stable/sabnzbd/19.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..6d0c7c7c635
--- /dev/null
+++ b/stable/sabnzbd/19.5.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
+
+
+## [sabnzbd-19.5.2](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
+
+
+## [sabnzbd-19.5.2](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
+
+
+## [sabnzbd-19.5.2](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
+
+
+## [sabnzbd-19.5.2](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
+
+
+## [sabnzbd-19.5.2](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
\ No newline at end of file
diff --git a/stable/sabnzbd/19.5.3/Chart.yaml b/stable/sabnzbd/19.5.3/Chart.yaml
new file mode 100644
index 00000000000..302d35747d3
--- /dev/null
+++ b/stable/sabnzbd/19.5.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.2.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Free and easy binary newsreader
+home: https://truecharts.org/charts/stable/sabnzbd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png
+keywords:
+ - sabnzbd
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sabnzbd
+sources:
+ - https://sabnzbd.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
+ - https://ghcr.io/onedr0p/sabnzbd
+ - https://ghcr.io/onedr0p/exportarr
+type: application
+version: 19.5.3
diff --git a/stable/sabnzbd/19.4.1/README.md b/stable/sabnzbd/19.5.3/README.md
similarity index 100%
rename from stable/sabnzbd/19.4.1/README.md
rename to stable/sabnzbd/19.5.3/README.md
diff --git a/stable/sabnzbd/19.5.3/app-changelog.md b/stable/sabnzbd/19.5.3/app-changelog.md
new file mode 100644
index 00000000000..4d4f2cff5cf
--- /dev/null
+++ b/stable/sabnzbd/19.5.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [sabnzbd-19.5.3](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sabnzbd to 4.2.3[@fa8ddea](https://github.com/fa8ddea) by renovate ([#19259](https://github.com/truecharts/charts/issues/19259))
\ No newline at end of file
diff --git a/stable/sabnzbd/19.4.1/app-readme.md b/stable/sabnzbd/19.5.3/app-readme.md
similarity index 100%
rename from stable/sabnzbd/19.4.1/app-readme.md
rename to stable/sabnzbd/19.5.3/app-readme.md
diff --git a/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz b/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sabnzbd/19.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sabnzbd/19.4.1/ix_values.yaml b/stable/sabnzbd/19.5.3/ix_values.yaml
similarity index 100%
rename from stable/sabnzbd/19.4.1/ix_values.yaml
rename to stable/sabnzbd/19.5.3/ix_values.yaml
diff --git a/stable/sabnzbd/19.4.1/questions.yaml b/stable/sabnzbd/19.5.3/questions.yaml
similarity index 100%
rename from stable/sabnzbd/19.4.1/questions.yaml
rename to stable/sabnzbd/19.5.3/questions.yaml
diff --git a/stable/seafile/5.12.2/templates/NOTES.txt b/stable/sabnzbd/19.5.3/templates/NOTES.txt
similarity index 100%
rename from stable/seafile/5.12.2/templates/NOTES.txt
rename to stable/sabnzbd/19.5.3/templates/NOTES.txt
diff --git a/stable/scrypted/4.6.0/templates/common.yaml b/stable/sabnzbd/19.5.3/templates/common.yaml
similarity index 100%
rename from stable/scrypted/4.6.0/templates/common.yaml
rename to stable/sabnzbd/19.5.3/templates/common.yaml
diff --git a/stable/seedsync/7.6.0/values.yaml b/stable/sabnzbd/19.5.3/values.yaml
similarity index 100%
rename from stable/seedsync/7.6.0/values.yaml
rename to stable/sabnzbd/19.5.3/values.yaml
diff --git a/stable/satisfactory/9.6.0/CHANGELOG.md b/stable/satisfactory/9.6.0/CHANGELOG.md
deleted file mode 100644
index 5eec9bcb90a..00000000000
--- a/stable/satisfactory/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [satisfactory-9.6.0](https://github.com/truecharts/charts/compare/satisfactory-9.5.2...satisfactory-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [satisfactory-9.5.2](https://github.com/truecharts/charts/compare/satisfactory-9.5.1...satisfactory-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [satisfactory-9.5.1](https://github.com/truecharts/charts/compare/satisfactory-9.5.0...satisfactory-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [satisfactory-9.5.0](https://github.com/truecharts/charts/compare/satisfactory-9.4.1...satisfactory-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [satisfactory-9.4.1](https://github.com/truecharts/charts/compare/satisfactory-9.4.0...satisfactory-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [satisfactory-9.4.0](https://github.com/truecharts/charts/compare/satisfactory-9.3.0...satisfactory-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [satisfactory-9.3.0](https://github.com/truecharts/charts/compare/satisfactory-9.2.3...satisfactory-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [satisfactory-9.2.3](https://github.com/truecharts/charts/compare/satisfactory-9.2.2...satisfactory-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [satisfactory-9.2.2](https://github.com/truecharts/charts/compare/satisfactory-9.2.0...satisfactory-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/satisfactory/9.6.0/Chart.yaml b/stable/satisfactory/9.6.0/Chart.yaml
deleted file mode 100644
index 6227ce85ad4..00000000000
--- a/stable/satisfactory/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.6.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Satisfactory Dedicated Server
-home: https://truecharts.org/charts/stable/satisfactory
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png
-keywords:
- - satisfactory
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: satisfactory
-sources:
- - https://github.com/wolveix/satisfactory-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
- - https://hub.docker.com/r/wolveix/satisfactory-server
-type: application
-version: 9.6.0
diff --git a/stable/satisfactory/9.6.0/charts/common-20.1.5.tgz b/stable/satisfactory/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/satisfactory/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/send/5.7.0/.helmignore b/stable/satisfactory/9.7.3/.helmignore
similarity index 100%
rename from stable/send/5.7.0/.helmignore
rename to stable/satisfactory/9.7.3/.helmignore
diff --git a/stable/satisfactory/9.7.3/CHANGELOG.md b/stable/satisfactory/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9be3ee60f8c
--- /dev/null
+++ b/stable/satisfactory/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [satisfactory-9.7.2](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/satisfactory/9.7.3/Chart.yaml b/stable/satisfactory/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..94b6a5ef0a9
--- /dev/null
+++ b/stable/satisfactory/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Satisfactory Dedicated Server
+home: https://truecharts.org/charts/stable/satisfactory
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png
+keywords:
+ - satisfactory
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: satisfactory
+sources:
+ - https://github.com/wolveix/satisfactory-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory
+ - https://hub.docker.com/r/wolveix/satisfactory-server
+type: application
+version: 9.7.3
diff --git a/stable/satisfactory/9.6.0/README.md b/stable/satisfactory/9.7.3/README.md
similarity index 100%
rename from stable/satisfactory/9.6.0/README.md
rename to stable/satisfactory/9.7.3/README.md
diff --git a/stable/satisfactory/9.7.3/app-changelog.md b/stable/satisfactory/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..d704081f093
--- /dev/null
+++ b/stable/satisfactory/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [satisfactory-9.7.3](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/satisfactory/9.6.0/app-readme.md b/stable/satisfactory/9.7.3/app-readme.md
similarity index 100%
rename from stable/satisfactory/9.6.0/app-readme.md
rename to stable/satisfactory/9.7.3/app-readme.md
diff --git a/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz b/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/satisfactory/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/satisfactory/9.6.0/ix_values.yaml b/stable/satisfactory/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/satisfactory/9.6.0/ix_values.yaml
rename to stable/satisfactory/9.7.3/ix_values.yaml
diff --git a/stable/satisfactory/9.6.0/questions.yaml b/stable/satisfactory/9.7.3/questions.yaml
similarity index 100%
rename from stable/satisfactory/9.6.0/questions.yaml
rename to stable/satisfactory/9.7.3/questions.yaml
diff --git a/stable/searxng/7.7.1/templates/NOTES.txt b/stable/satisfactory/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/searxng/7.7.1/templates/NOTES.txt
rename to stable/satisfactory/9.7.3/templates/NOTES.txt
diff --git a/stable/seafile/5.12.2/templates/common.yaml b/stable/satisfactory/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/seafile/5.12.2/templates/common.yaml
rename to stable/satisfactory/9.7.3/templates/common.yaml
diff --git a/stable/send/5.7.0/values.yaml b/stable/satisfactory/9.7.3/values.yaml
similarity index 100%
rename from stable/send/5.7.0/values.yaml
rename to stable/satisfactory/9.7.3/values.yaml
diff --git a/stable/scrutiny/10.7.0/CHANGELOG.md b/stable/scrutiny/10.7.0/CHANGELOG.md
deleted file mode 100644
index bd39b8898b4..00000000000
--- a/stable/scrutiny/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
-
-
-## [scrutiny-10.6.0](https://github.com/truecharts/charts/compare/scrutiny-10.5.2...scrutiny-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/scrutiny/10.7.0/Chart.yaml b/stable/scrutiny/10.7.0/Chart.yaml
deleted file mode 100644
index 5d703dbccc3..00000000000
--- a/stable/scrutiny/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution.
-home: https://truecharts.org/charts/stable/scrutiny
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png
-keywords:
- - scrutiny
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: scrutiny
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny
- - https://ghcr.io/analogj/scrutiny
-type: application
-version: 10.7.0
diff --git a/stable/scrutiny/10.7.0/app-changelog.md b/stable/scrutiny/10.7.0/app-changelog.md
deleted file mode 100644
index d271e8ac43f..00000000000
--- a/stable/scrutiny/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [scrutiny-10.7.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
\ No newline at end of file
diff --git a/stable/scrutiny/10.7.0/charts/common-20.1.5.tgz b/stable/scrutiny/10.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/scrutiny/10.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ser2sock/13.6.0/.helmignore b/stable/scrutiny/10.8.3/.helmignore
similarity index 100%
rename from stable/ser2sock/13.6.0/.helmignore
rename to stable/scrutiny/10.8.3/.helmignore
diff --git a/stable/scrutiny/10.8.3/CHANGELOG.md b/stable/scrutiny/10.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..648953ba4f6
--- /dev/null
+++ b/stable/scrutiny/10.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
+
+
+## [scrutiny-10.8.2](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
+
+
+## [scrutiny-10.8.2](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
+
+
+## [scrutiny-10.8.2](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
+
+
+## [scrutiny-10.8.2](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
+
+
+## [scrutiny-10.8.2](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
\ No newline at end of file
diff --git a/stable/scrutiny/10.8.3/Chart.yaml b/stable/scrutiny/10.8.3/Chart.yaml
new file mode 100644
index 00000000000..cf0d0c93ec6
--- /dev/null
+++ b/stable/scrutiny/10.8.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution.
+home: https://truecharts.org/charts/stable/scrutiny
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png
+keywords:
+ - scrutiny
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: scrutiny
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny
+ - https://ghcr.io/analogj/scrutiny
+type: application
+version: 10.8.3
diff --git a/stable/scrutiny/10.7.0/README.md b/stable/scrutiny/10.8.3/README.md
similarity index 100%
rename from stable/scrutiny/10.7.0/README.md
rename to stable/scrutiny/10.8.3/README.md
diff --git a/stable/scrutiny/10.8.3/app-changelog.md b/stable/scrutiny/10.8.3/app-changelog.md
new file mode 100644
index 00000000000..7fa98ecb603
--- /dev/null
+++ b/stable/scrutiny/10.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [scrutiny-10.8.3](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/analogj/scrutiny to v0.8.0-omnibus[@426c4a3](https://github.com/426c4a3) by renovate ([#19337](https://github.com/truecharts/charts/issues/19337))
\ No newline at end of file
diff --git a/stable/scrutiny/10.7.0/app-readme.md b/stable/scrutiny/10.8.3/app-readme.md
similarity index 100%
rename from stable/scrutiny/10.7.0/app-readme.md
rename to stable/scrutiny/10.8.3/app-readme.md
diff --git a/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz b/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/scrutiny/10.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/scrutiny/10.7.0/ix_values.yaml b/stable/scrutiny/10.8.3/ix_values.yaml
similarity index 100%
rename from stable/scrutiny/10.7.0/ix_values.yaml
rename to stable/scrutiny/10.8.3/ix_values.yaml
diff --git a/stable/scrutiny/10.7.0/questions.yaml b/stable/scrutiny/10.8.3/questions.yaml
similarity index 100%
rename from stable/scrutiny/10.7.0/questions.yaml
rename to stable/scrutiny/10.8.3/questions.yaml
diff --git a/stable/seedsync/7.6.0/templates/NOTES.txt b/stable/scrutiny/10.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/seedsync/7.6.0/templates/NOTES.txt
rename to stable/scrutiny/10.8.3/templates/NOTES.txt
diff --git a/stable/ser2sock/13.6.0/templates/common.yaml b/stable/scrutiny/10.8.3/templates/common.yaml
similarity index 100%
rename from stable/ser2sock/13.6.0/templates/common.yaml
rename to stable/scrutiny/10.8.3/templates/common.yaml
diff --git a/stable/ser2sock/13.6.0/values.yaml b/stable/scrutiny/10.8.3/values.yaml
similarity index 100%
rename from stable/ser2sock/13.6.0/values.yaml
rename to stable/scrutiny/10.8.3/values.yaml
diff --git a/stable/scrypted/4.6.0/CHANGELOG.md b/stable/scrypted/4.6.0/CHANGELOG.md
deleted file mode 100644
index 926804d35a9..00000000000
--- a/stable/scrypted/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [scrypted-4.6.0](https://github.com/truecharts/charts/compare/scrypted-4.5.2...scrypted-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [scrypted-4.5.2](https://github.com/truecharts/charts/compare/scrypted-4.5.1...scrypted-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [scrypted-4.5.1](https://github.com/truecharts/charts/compare/scrypted-4.5.0...scrypted-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [scrypted-4.5.0](https://github.com/truecharts/charts/compare/scrypted-4.4.1...scrypted-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [scrypted-4.4.1](https://github.com/truecharts/charts/compare/scrypted-4.4.0...scrypted-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [scrypted-4.4.0](https://github.com/truecharts/charts/compare/scrypted-4.3.0...scrypted-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [scrypted-4.3.0](https://github.com/truecharts/charts/compare/scrypted-4.2.3...scrypted-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [scrypted-4.2.3](https://github.com/truecharts/charts/compare/scrypted-4.2.2...scrypted-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [scrypted-4.2.2](https://github.com/truecharts/charts/compare/scrypted-4.2.0...scrypted-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/scrypted/4.6.0/Chart.yaml b/stable/scrypted/4.6.0/Chart.yaml
deleted file mode 100644
index 5396de815c0..00000000000
--- a/stable/scrypted/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 18.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Scrypted is a high performance home video integration and automation platform.
-home: https://truecharts.org/charts/stable/scrypted
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
-keywords:
- - scrypted
- - automation
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: scrypted
-sources:
- - https://github.com/koush/scrypted
- - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted
- - https://hub.docker.com/r/koush/scrypted
-type: application
-version: 4.6.0
diff --git a/stable/scrypted/4.6.0/charts/common-20.1.5.tgz b/stable/scrypted/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/scrypted/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/serpbear/3.6.1/.helmignore b/stable/scrypted/4.7.3/.helmignore
similarity index 100%
rename from stable/serpbear/3.6.1/.helmignore
rename to stable/scrypted/4.7.3/.helmignore
diff --git a/stable/scrypted/4.7.3/CHANGELOG.md b/stable/scrypted/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0abf3c7a78f
--- /dev/null
+++ b/stable/scrypted/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [scrypted-4.7.2](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/scrypted/4.7.3/Chart.yaml b/stable/scrypted/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..6d5718a2bfe
--- /dev/null
+++ b/stable/scrypted/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 18.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Scrypted is a high performance home video integration and automation platform.
+home: https://truecharts.org/charts/stable/scrypted
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
+keywords:
+ - scrypted
+ - automation
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: scrypted
+sources:
+ - https://github.com/koush/scrypted
+ - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted
+ - https://hub.docker.com/r/koush/scrypted
+type: application
+version: 4.7.3
diff --git a/stable/scrypted/4.6.0/README.md b/stable/scrypted/4.7.3/README.md
similarity index 100%
rename from stable/scrypted/4.6.0/README.md
rename to stable/scrypted/4.7.3/README.md
diff --git a/stable/scrypted/4.7.3/app-changelog.md b/stable/scrypted/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..0bc0ee2e9fc
--- /dev/null
+++ b/stable/scrypted/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [scrypted-4.7.3](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/scrypted/4.6.0/app-readme.md b/stable/scrypted/4.7.3/app-readme.md
similarity index 100%
rename from stable/scrypted/4.6.0/app-readme.md
rename to stable/scrypted/4.7.3/app-readme.md
diff --git a/stable/scrypted/4.7.3/charts/common-20.2.4.tgz b/stable/scrypted/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/scrypted/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/scrypted/4.6.0/ix_values.yaml b/stable/scrypted/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/scrypted/4.6.0/ix_values.yaml
rename to stable/scrypted/4.7.3/ix_values.yaml
diff --git a/stable/scrypted/4.6.0/questions.yaml b/stable/scrypted/4.7.3/questions.yaml
similarity index 100%
rename from stable/scrypted/4.6.0/questions.yaml
rename to stable/scrypted/4.7.3/questions.yaml
diff --git a/stable/ser2sock/13.6.0/templates/NOTES.txt b/stable/scrypted/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/ser2sock/13.6.0/templates/NOTES.txt
rename to stable/scrypted/4.7.3/templates/NOTES.txt
diff --git a/stable/sftpgo/6.6.0/templates/common.yaml b/stable/scrypted/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/sftpgo/6.6.0/templates/common.yaml
rename to stable/scrypted/4.7.3/templates/common.yaml
diff --git a/stable/serpbear/3.6.1/values.yaml b/stable/scrypted/4.7.3/values.yaml
similarity index 100%
rename from stable/serpbear/3.6.1/values.yaml
rename to stable/scrypted/4.7.3/values.yaml
diff --git a/stable/sdtd/7.6.0/CHANGELOG.md b/stable/sdtd/7.6.0/CHANGELOG.md
deleted file mode 100644
index 666708649de..00000000000
--- a/stable/sdtd/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sdtd-7.6.0](https://github.com/truecharts/charts/compare/sdtd-7.5.2...sdtd-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sdtd-7.5.2](https://github.com/truecharts/charts/compare/sdtd-7.5.1...sdtd-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sdtd-7.5.1](https://github.com/truecharts/charts/compare/sdtd-7.5.0...sdtd-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sdtd-7.5.0](https://github.com/truecharts/charts/compare/sdtd-7.4.1...sdtd-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sdtd-7.4.1](https://github.com/truecharts/charts/compare/sdtd-7.4.0...sdtd-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sdtd-7.4.0](https://github.com/truecharts/charts/compare/sdtd-7.3.0...sdtd-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sdtd-7.3.0](https://github.com/truecharts/charts/compare/sdtd-7.2.3...sdtd-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sdtd-7.2.3](https://github.com/truecharts/charts/compare/sdtd-7.2.2...sdtd-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sdtd-7.2.2](https://github.com/truecharts/charts/compare/sdtd-7.2.0...sdtd-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sdtd/7.6.0/Chart.yaml b/stable/sdtd/7.6.0/Chart.yaml
deleted file mode 100644
index 957b6b8163e..00000000000
--- a/stable/sdtd/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7dtd
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it.
-home: https://truecharts.org/charts/stable/sdtd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png
-keywords:
- - sevendaystodie
- - game-servers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sdtd
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 7.6.0
diff --git a/stable/sdtd/7.6.0/charts/common-20.1.5.tgz b/stable/sdtd/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sdtd/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/servas/4.12.2/.helmignore b/stable/sdtd/7.7.3/.helmignore
similarity index 100%
rename from stable/servas/4.12.2/.helmignore
rename to stable/sdtd/7.7.3/.helmignore
diff --git a/stable/sdtd/7.7.3/CHANGELOG.md b/stable/sdtd/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..45c76b52246
--- /dev/null
+++ b/stable/sdtd/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sdtd-7.7.2](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sdtd/7.7.3/Chart.yaml b/stable/sdtd/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..8dd9cabd299
--- /dev/null
+++ b/stable/sdtd/7.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7dtd
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it.
+home: https://truecharts.org/charts/stable/sdtd
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png
+keywords:
+ - sevendaystodie
+ - game-servers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sdtd
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 7.7.3
diff --git a/stable/sdtd/7.6.0/README.md b/stable/sdtd/7.7.3/README.md
similarity index 100%
rename from stable/sdtd/7.6.0/README.md
rename to stable/sdtd/7.7.3/README.md
diff --git a/stable/sdtd/7.7.3/app-changelog.md b/stable/sdtd/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..c2ac3b00488
--- /dev/null
+++ b/stable/sdtd/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sdtd-7.7.3](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sdtd/7.6.0/app-readme.md b/stable/sdtd/7.7.3/app-readme.md
similarity index 100%
rename from stable/sdtd/7.6.0/app-readme.md
rename to stable/sdtd/7.7.3/app-readme.md
diff --git a/stable/sdtd/7.7.3/charts/common-20.2.4.tgz b/stable/sdtd/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sdtd/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sdtd/7.6.0/ix_values.yaml b/stable/sdtd/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/sdtd/7.6.0/ix_values.yaml
rename to stable/sdtd/7.7.3/ix_values.yaml
diff --git a/stable/sdtd/7.6.0/questions.yaml b/stable/sdtd/7.7.3/questions.yaml
similarity index 100%
rename from stable/sdtd/7.6.0/questions.yaml
rename to stable/sdtd/7.7.3/questions.yaml
diff --git a/stable/send/5.7.0/templates/common.yaml b/stable/sdtd/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/send/5.7.0/templates/common.yaml
rename to stable/sdtd/7.7.3/templates/common.yaml
diff --git a/stable/servas/4.12.2/values.yaml b/stable/sdtd/7.7.3/values.yaml
similarity index 100%
rename from stable/servas/4.12.2/values.yaml
rename to stable/sdtd/7.7.3/values.yaml
diff --git a/stable/seafile/5.12.2/CHANGELOG.md b/stable/seafile/5.12.2/CHANGELOG.md
deleted file mode 100644
index 06bb913de42..00000000000
--- a/stable/seafile/5.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [seafile-5.12.2](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
-
-
-## [seafile-5.12.2](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
-
-
-## [seafile-5.12.2](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
-
-
-## [seafile-5.12.2](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
\ No newline at end of file
diff --git a/stable/seafile/5.12.2/Chart.yaml b/stable/seafile/5.12.2/Chart.yaml
deleted file mode 100644
index c2fa88b0e6a..00000000000
--- a/stable/seafile/5.12.2/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: file-storage
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 11.0.6
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Reliable and Performant File Sync and Share Solution
-home: https://truecharts.org/charts/stable/seafile
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
-keywords:
- - seafile
- - files
- - cloud
- - file-storage
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: seafile
-sources:
- - https://seafile.com
- - https://github.com/truecharts/charts/tree/master/charts/stable/seafile
- - https://hub.docker.com/r/seafileltd/seafile-mc
-type: application
-version: 5.12.2
diff --git a/stable/seafile/5.12.2/app-changelog.md b/stable/seafile/5.12.2/app-changelog.md
deleted file mode 100644
index 2015c2404c4..00000000000
--- a/stable/seafile/5.12.2/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [seafile-5.12.2](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
\ No newline at end of file
diff --git a/stable/seafile/5.12.2/charts/common-20.2.2.tgz b/stable/seafile/5.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/seafile/5.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/seafile/5.12.2/charts/mariadb-13.7.1.tgz b/stable/seafile/5.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/seafile/5.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/sftpgo/6.6.0/.helmignore b/stable/seafile/5.12.6/.helmignore
similarity index 100%
rename from stable/sftpgo/6.6.0/.helmignore
rename to stable/seafile/5.12.6/.helmignore
diff --git a/stable/seafile/5.12.6/CHANGELOG.md b/stable/seafile/5.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..47d3018bb2c
--- /dev/null
+++ b/stable/seafile/5.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [seafile-5.12.6](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
+
+
+## [seafile-5.12.5](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
+
+
+## [seafile-5.12.5](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
+
+
+## [seafile-5.12.5](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.5) (2024-03-23)
\ No newline at end of file
diff --git a/stable/seafile/5.12.6/Chart.yaml b/stable/seafile/5.12.6/Chart.yaml
new file mode 100644
index 00000000000..c545130dd33
--- /dev/null
+++ b/stable/seafile/5.12.6/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: file-storage
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 11.0.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Reliable and Performant File Sync and Share Solution
+home: https://truecharts.org/charts/stable/seafile
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
+keywords:
+ - seafile
+ - files
+ - cloud
+ - file-storage
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: seafile
+sources:
+ - https://seafile.com
+ - https://github.com/truecharts/charts/tree/master/charts/stable/seafile
+ - https://hub.docker.com/r/seafileltd/seafile-mc
+type: application
+version: 5.12.6
diff --git a/stable/seafile/5.12.2/README.md b/stable/seafile/5.12.6/README.md
similarity index 100%
rename from stable/seafile/5.12.2/README.md
rename to stable/seafile/5.12.6/README.md
diff --git a/stable/seafile/5.12.6/app-changelog.md b/stable/seafile/5.12.6/app-changelog.md
new file mode 100644
index 00000000000..cd172af652b
--- /dev/null
+++ b/stable/seafile/5.12.6/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [seafile-5.12.6](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+- update container image seafileltd/seafile-mc to v11.0.6[@be2599c](https://github.com/be2599c) by renovate ([#19325](https://github.com/truecharts/charts/issues/19325))
\ No newline at end of file
diff --git a/stable/seafile/5.12.2/app-readme.md b/stable/seafile/5.12.6/app-readme.md
similarity index 100%
rename from stable/seafile/5.12.2/app-readme.md
rename to stable/seafile/5.12.6/app-readme.md
diff --git a/stable/seafile/5.12.6/charts/common-20.2.4.tgz b/stable/seafile/5.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/seafile/5.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/seafile/5.12.6/charts/mariadb-13.7.3.tgz b/stable/seafile/5.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/seafile/5.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/seafile/5.12.2/ix_values.yaml b/stable/seafile/5.12.6/ix_values.yaml
similarity index 100%
rename from stable/seafile/5.12.2/ix_values.yaml
rename to stable/seafile/5.12.6/ix_values.yaml
diff --git a/stable/seafile/5.12.2/questions.yaml b/stable/seafile/5.12.6/questions.yaml
similarity index 100%
rename from stable/seafile/5.12.2/questions.yaml
rename to stable/seafile/5.12.6/questions.yaml
diff --git a/stable/servas/4.12.2/templates/NOTES.txt b/stable/seafile/5.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/servas/4.12.2/templates/NOTES.txt
rename to stable/seafile/5.12.6/templates/NOTES.txt
diff --git a/stable/shiori/16.7.0/templates/common.yaml b/stable/seafile/5.12.6/templates/common.yaml
similarity index 100%
rename from stable/shiori/16.7.0/templates/common.yaml
rename to stable/seafile/5.12.6/templates/common.yaml
diff --git a/stable/sftpgo/6.6.0/values.yaml b/stable/seafile/5.12.6/values.yaml
similarity index 100%
rename from stable/sftpgo/6.6.0/values.yaml
rename to stable/seafile/5.12.6/values.yaml
diff --git a/stable/searxng/7.7.1/CHANGELOG.md b/stable/searxng/7.7.1/CHANGELOG.md
deleted file mode 100644
index 50a2ac8259b..00000000000
--- a/stable/searxng/7.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
diff --git a/stable/searxng/7.7.1/Chart.yaml b/stable/searxng/7.7.1/Chart.yaml
deleted file mode 100644
index c97f955fac6..00000000000
--- a/stable/searxng/7.7.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Meta search engine which aggregates results from more than 70 search services.
-home: https://truecharts.org/charts/stable/searxng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
-keywords:
- - searxng
- - Productivity
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: searxng
-sources:
- - https://github.com/searxng/searxng
- - https://github.com/truecharts/charts/tree/master/charts/stable/searxng
- - https://hub.docker.com/r/searxng/searxng
-type: application
-version: 7.7.1
diff --git a/stable/searxng/7.7.1/app-changelog.md b/stable/searxng/7.7.1/app-changelog.md
deleted file mode 100644
index b7be402835e..00000000000
--- a/stable/searxng/7.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
\ No newline at end of file
diff --git a/stable/searxng/7.7.1/charts/common-20.2.2.tgz b/stable/searxng/7.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/searxng/7.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/searxng/7.7.1/ix_values.yaml b/stable/searxng/7.7.1/ix_values.yaml
deleted file mode 100644
index ae853872401..00000000000
--- a/stable/searxng/7.7.1/ix_values.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: searxng/searxng
- tag: latest@sha256:ac62dcab1b7dc1caa01ed508749210c714000159d048c2ee3484f5f888bc2cb7
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
- INSTANCE_NAME: SearXng
- BASE_URL: ""
- probes:
- liveness:
- path: /healthz
- port: "{{ .Values.service.main.ports.main.port }}"
- readiness:
- path: /healthz
- port: "{{ .Values.service.main.ports.main.port }}"
- startup:
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
-securityContext:
- container:
- runAsGroup: 0
- runAsUser: 0
- capabilities:
- disableS6Caps: true
- add:
- - SETUID
- - SETGID
-service:
- main:
- ports:
- main:
- port: 8080
- protocol: http
-persistence:
- config:
- enabled: true
- mountPath: /etc/searxng
-portal:
- open:
- enabled: true
diff --git a/stable/shaarli/5.6.0/.helmignore b/stable/searxng/7.7.5/.helmignore
similarity index 100%
rename from stable/shaarli/5.6.0/.helmignore
rename to stable/searxng/7.7.5/.helmignore
diff --git a/stable/searxng/7.7.5/CHANGELOG.md b/stable/searxng/7.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..b29b8598b80
--- /dev/null
+++ b/stable/searxng/7.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [searxng-7.7.5](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
+
+
+## [searxng-7.7.4](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
+
+
+## [searxng-7.7.4](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
+
+
+## [searxng-7.7.4](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
+
+
+## [searxng-7.7.4](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
diff --git a/stable/searxng/7.7.5/Chart.yaml b/stable/searxng/7.7.5/Chart.yaml
new file mode 100644
index 00000000000..1dfec0e9ae5
--- /dev/null
+++ b/stable/searxng/7.7.5/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Meta search engine which aggregates results from more than 70 search services.
+home: https://truecharts.org/charts/stable/searxng
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
+keywords:
+ - searxng
+ - Productivity
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: searxng
+sources:
+ - https://github.com/searxng/searxng
+ - https://github.com/truecharts/charts/tree/master/charts/stable/searxng
+ - https://hub.docker.com/r/searxng/searxng
+type: application
+version: 7.7.5
diff --git a/stable/searxng/7.7.1/README.md b/stable/searxng/7.7.5/README.md
similarity index 100%
rename from stable/searxng/7.7.1/README.md
rename to stable/searxng/7.7.5/README.md
diff --git a/stable/searxng/7.7.5/app-changelog.md b/stable/searxng/7.7.5/app-changelog.md
new file mode 100644
index 00000000000..cdaeed1a063
--- /dev/null
+++ b/stable/searxng/7.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [searxng-7.7.5](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image searxng/searxng to latest[@cc7b25c](https://github.com/cc7b25c) by renovate ([#19631](https://github.com/truecharts/charts/issues/19631))
+
+- update container image searxng/searxng to latest[@a0f76f3](https://github.com/a0f76f3) by renovate ([#19590](https://github.com/truecharts/charts/issues/19590))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image searxng/searxng to latest[@ac62dca](https://github.com/ac62dca) by renovate ([#19285](https://github.com/truecharts/charts/issues/19285))
\ No newline at end of file
diff --git a/stable/searxng/7.7.1/app-readme.md b/stable/searxng/7.7.5/app-readme.md
similarity index 100%
rename from stable/searxng/7.7.1/app-readme.md
rename to stable/searxng/7.7.5/app-readme.md
diff --git a/stable/searxng/7.7.5/charts/common-20.2.4.tgz b/stable/searxng/7.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/searxng/7.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/searxng/7.7.5/ix_values.yaml b/stable/searxng/7.7.5/ix_values.yaml
new file mode 100644
index 00000000000..0200976a4a1
--- /dev/null
+++ b/stable/searxng/7.7.5/ix_values.yaml
@@ -0,0 +1,45 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: searxng/searxng
+ tag: latest@sha256:cc7b25c160e7f288a3e8e5dabba9176a4d78f38b6ab1512575ad9ec570cc31de
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
+ INSTANCE_NAME: SearXng
+ BASE_URL: ""
+ probes:
+ liveness:
+ path: /healthz
+ port: "{{ .Values.service.main.ports.main.port }}"
+ readiness:
+ path: /healthz
+ port: "{{ .Values.service.main.ports.main.port }}"
+ startup:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+securityContext:
+ container:
+ runAsGroup: 0
+ runAsUser: 0
+ capabilities:
+ disableS6Caps: true
+ add:
+ - SETUID
+ - SETGID
+service:
+ main:
+ ports:
+ main:
+ port: 8080
+ protocol: http
+persistence:
+ config:
+ enabled: true
+ mountPath: /etc/searxng
+portal:
+ open:
+ enabled: true
diff --git a/stable/searxng/7.7.1/questions.yaml b/stable/searxng/7.7.5/questions.yaml
similarity index 100%
rename from stable/searxng/7.7.1/questions.yaml
rename to stable/searxng/7.7.5/questions.yaml
diff --git a/stable/sftpgo/6.6.0/templates/NOTES.txt b/stable/searxng/7.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/sftpgo/6.6.0/templates/NOTES.txt
rename to stable/searxng/7.7.5/templates/NOTES.txt
diff --git a/stable/shaarli/5.6.0/templates/common.yaml b/stable/searxng/7.7.5/templates/common.yaml
similarity index 100%
rename from stable/shaarli/5.6.0/templates/common.yaml
rename to stable/searxng/7.7.5/templates/common.yaml
diff --git a/stable/shaarli/5.6.0/values.yaml b/stable/searxng/7.7.5/values.yaml
similarity index 100%
rename from stable/shaarli/5.6.0/values.yaml
rename to stable/searxng/7.7.5/values.yaml
diff --git a/stable/seedsync/7.6.0/CHANGELOG.md b/stable/seedsync/7.6.0/CHANGELOG.md
deleted file mode 100644
index b00a8c53ad9..00000000000
--- a/stable/seedsync/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [seedsync-7.6.0](https://github.com/truecharts/charts/compare/seedsync-7.5.2...seedsync-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [seedsync-7.5.2](https://github.com/truecharts/charts/compare/seedsync-7.5.1...seedsync-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [seedsync-7.5.1](https://github.com/truecharts/charts/compare/seedsync-7.5.0...seedsync-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [seedsync-7.5.0](https://github.com/truecharts/charts/compare/seedsync-7.4.1...seedsync-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [seedsync-7.4.1](https://github.com/truecharts/charts/compare/seedsync-7.4.0...seedsync-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [seedsync-7.4.0](https://github.com/truecharts/charts/compare/seedsync-7.3.0...seedsync-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [seedsync-7.3.0](https://github.com/truecharts/charts/compare/seedsync-7.2.3...seedsync-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [seedsync-7.2.3](https://github.com/truecharts/charts/compare/seedsync-7.2.2...seedsync-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [seedsync-7.2.2](https://github.com/truecharts/charts/compare/seedsync-7.2.0...seedsync-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/seedsync/7.6.0/Chart.yaml b/stable/seedsync/7.6.0/Chart.yaml
deleted file mode 100644
index 95b2d30637d..00000000000
--- a/stable/seedsync/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast!
-home: https://truecharts.org/charts/stable/seedsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png
-keywords:
- - seedsync
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: seedsync
-sources:
- - https://github.com/ipsingh06/seedsync
- - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync
- - https://hub.docker.com/r/ipsingh06/seedsync
-type: application
-version: 7.6.0
diff --git a/stable/seedsync/7.6.0/charts/common-20.1.5.tgz b/stable/seedsync/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/seedsync/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shapeshifter-obfuscator/5.6.0/.helmignore b/stable/seedsync/7.7.3/.helmignore
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/.helmignore
rename to stable/seedsync/7.7.3/.helmignore
diff --git a/stable/seedsync/7.7.3/CHANGELOG.md b/stable/seedsync/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..ce62fb36ff6
--- /dev/null
+++ b/stable/seedsync/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [seedsync-7.7.2](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/seedsync/7.7.3/Chart.yaml b/stable/seedsync/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..c87422b4245
--- /dev/null
+++ b/stable/seedsync/7.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast!
+home: https://truecharts.org/charts/stable/seedsync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png
+keywords:
+ - seedsync
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: seedsync
+sources:
+ - https://github.com/ipsingh06/seedsync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync
+ - https://hub.docker.com/r/ipsingh06/seedsync
+type: application
+version: 7.7.3
diff --git a/stable/seedsync/7.6.0/README.md b/stable/seedsync/7.7.3/README.md
similarity index 100%
rename from stable/seedsync/7.6.0/README.md
rename to stable/seedsync/7.7.3/README.md
diff --git a/stable/seedsync/7.7.3/app-changelog.md b/stable/seedsync/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..a7387ee9aa0
--- /dev/null
+++ b/stable/seedsync/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [seedsync-7.7.3](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/seedsync/7.6.0/app-readme.md b/stable/seedsync/7.7.3/app-readme.md
similarity index 100%
rename from stable/seedsync/7.6.0/app-readme.md
rename to stable/seedsync/7.7.3/app-readme.md
diff --git a/stable/seedsync/7.7.3/charts/common-20.2.4.tgz b/stable/seedsync/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/seedsync/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/seedsync/7.6.0/ix_values.yaml b/stable/seedsync/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/seedsync/7.6.0/ix_values.yaml
rename to stable/seedsync/7.7.3/ix_values.yaml
diff --git a/stable/seedsync/7.6.0/questions.yaml b/stable/seedsync/7.7.3/questions.yaml
similarity index 100%
rename from stable/seedsync/7.6.0/questions.yaml
rename to stable/seedsync/7.7.3/questions.yaml
diff --git a/stable/shlink-web-client/10.6.0/templates/NOTES.txt b/stable/seedsync/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/shlink-web-client/10.6.0/templates/NOTES.txt
rename to stable/seedsync/7.7.3/templates/NOTES.txt
diff --git a/stable/shapeshifter-obfuscator/5.6.0/templates/common.yaml b/stable/seedsync/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/templates/common.yaml
rename to stable/seedsync/7.7.3/templates/common.yaml
diff --git a/stable/shapeshifter-obfuscator/5.6.0/values.yaml b/stable/seedsync/7.7.3/values.yaml
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/values.yaml
rename to stable/seedsync/7.7.3/values.yaml
diff --git a/stable/send/5.7.0/CHANGELOG.md b/stable/send/5.7.0/CHANGELOG.md
deleted file mode 100644
index d70d5322d1e..00000000000
--- a/stable/send/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
diff --git a/stable/send/5.7.0/Chart.yaml b/stable/send/5.7.0/Chart.yaml
deleted file mode 100644
index f650fd06f2d..00000000000
--- a/stable/send/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.
-home: https://truecharts.org/charts/stable/send
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png
-keywords:
- - send
- - Cloud
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: send
-sources:
- - https://gitlab.com/timvisee/send
- - https://github.com/truecharts/charts/tree/master/charts/stable/send
-type: application
-version: 5.7.0
diff --git a/stable/send/5.7.0/app-changelog.md b/stable/send/5.7.0/app-changelog.md
deleted file mode 100644
index 0928e3d4699..00000000000
--- a/stable/send/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [send-5.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/send/5.7.0/charts/common-20.2.0.tgz b/stable/send/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/send/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/send/5.7.0/charts/redis-13.0.5.tgz b/stable/send/5.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/send/5.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/sheetable/6.6.0/.helmignore b/stable/send/5.8.2/.helmignore
similarity index 100%
rename from stable/sheetable/6.6.0/.helmignore
rename to stable/send/5.8.2/.helmignore
diff --git a/stable/send/5.8.2/CHANGELOG.md b/stable/send/5.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..a105d93bd45
--- /dev/null
+++ b/stable/send/5.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [send-5.8.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [send-5.8.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [send-5.8.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [send-5.8.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [send-5.8.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/send/5.8.2/Chart.yaml b/stable/send/5.8.2/Chart.yaml
new file mode 100644
index 00000000000..9214c087133
--- /dev/null
+++ b/stable/send/5.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.
+home: https://truecharts.org/charts/stable/send
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png
+keywords:
+ - send
+ - Cloud
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: send
+sources:
+ - https://gitlab.com/timvisee/send
+ - https://github.com/truecharts/charts/tree/master/charts/stable/send
+type: application
+version: 5.8.2
diff --git a/stable/send/5.7.0/README.md b/stable/send/5.8.2/README.md
similarity index 100%
rename from stable/send/5.7.0/README.md
rename to stable/send/5.8.2/README.md
diff --git a/stable/send/5.8.2/app-changelog.md b/stable/send/5.8.2/app-changelog.md
new file mode 100644
index 00000000000..33085e01f86
--- /dev/null
+++ b/stable/send/5.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [send-5.8.2](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/send/5.7.0/app-readme.md b/stable/send/5.8.2/app-readme.md
similarity index 100%
rename from stable/send/5.7.0/app-readme.md
rename to stable/send/5.8.2/app-readme.md
diff --git a/stable/send/5.8.2/charts/common-20.2.4.tgz b/stable/send/5.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/send/5.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/send/5.8.2/charts/redis-13.2.2.tgz b/stable/send/5.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/send/5.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/send/5.7.0/ix_values.yaml b/stable/send/5.8.2/ix_values.yaml
similarity index 100%
rename from stable/send/5.7.0/ix_values.yaml
rename to stable/send/5.8.2/ix_values.yaml
diff --git a/stable/send/5.7.0/questions.yaml b/stable/send/5.8.2/questions.yaml
similarity index 100%
rename from stable/send/5.7.0/questions.yaml
rename to stable/send/5.8.2/questions.yaml
diff --git a/stable/shoko-server/9.6.0/templates/common.yaml b/stable/send/5.8.2/templates/common.yaml
similarity index 100%
rename from stable/shoko-server/9.6.0/templates/common.yaml
rename to stable/send/5.8.2/templates/common.yaml
diff --git a/stable/sheetable/6.6.0/values.yaml b/stable/send/5.8.2/values.yaml
similarity index 100%
rename from stable/sheetable/6.6.0/values.yaml
rename to stable/send/5.8.2/values.yaml
diff --git a/stable/ser2sock/13.6.0/CHANGELOG.md b/stable/ser2sock/13.6.0/CHANGELOG.md
deleted file mode 100644
index 1aa5cab1bf8..00000000000
--- a/stable/ser2sock/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ser2sock-13.6.0](https://github.com/truecharts/charts/compare/ser2sock-13.5.2...ser2sock-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ser2sock-13.5.2](https://github.com/truecharts/charts/compare/ser2sock-13.5.1...ser2sock-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ser2sock-13.5.1](https://github.com/truecharts/charts/compare/ser2sock-13.5.0...ser2sock-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ser2sock-13.5.0](https://github.com/truecharts/charts/compare/ser2sock-13.4.1...ser2sock-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ser2sock-13.4.1](https://github.com/truecharts/charts/compare/ser2sock-13.4.0...ser2sock-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ser2sock-13.4.0](https://github.com/truecharts/charts/compare/ser2sock-13.3.0...ser2sock-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ser2sock-13.3.0](https://github.com/truecharts/charts/compare/ser2sock-13.2.3...ser2sock-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ser2sock-13.2.3](https://github.com/truecharts/charts/compare/ser2sock-13.2.2...ser2sock-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ser2sock-13.2.2](https://github.com/truecharts/charts/compare/ser2sock-13.2.0...ser2sock-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ser2sock/13.6.0/Chart.yaml b/stable/ser2sock/13.6.0/Chart.yaml
deleted file mode 100644
index 856c993168d..00000000000
--- a/stable/ser2sock/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Serial to Socket Redirector
-home: https://truecharts.org/charts/stable/ser2sock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png
-keywords:
- - ser2sock
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ser2sock
-sources:
- - https://github.com/tenstartups/ser2sock
- - https://github.com/nutechsoftware/ser2sock
- - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock
- - https://hub.docker.com/r/tenstartups/ser2sock
-type: application
-version: 13.6.0
diff --git a/stable/ser2sock/13.6.0/charts/common-20.1.5.tgz b/stable/ser2sock/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ser2sock/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shiori/16.7.0/.helmignore b/stable/ser2sock/13.7.3/.helmignore
similarity index 100%
rename from stable/shiori/16.7.0/.helmignore
rename to stable/ser2sock/13.7.3/.helmignore
diff --git a/stable/ser2sock/13.7.3/CHANGELOG.md b/stable/ser2sock/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..22635dce332
--- /dev/null
+++ b/stable/ser2sock/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ser2sock-13.7.2](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ser2sock/13.7.3/Chart.yaml b/stable/ser2sock/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..2bb98632414
--- /dev/null
+++ b/stable/ser2sock/13.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Serial to Socket Redirector
+home: https://truecharts.org/charts/stable/ser2sock
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png
+keywords:
+ - ser2sock
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ser2sock
+sources:
+ - https://github.com/tenstartups/ser2sock
+ - https://github.com/nutechsoftware/ser2sock
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock
+ - https://hub.docker.com/r/tenstartups/ser2sock
+type: application
+version: 13.7.3
diff --git a/stable/ser2sock/13.6.0/README.md b/stable/ser2sock/13.7.3/README.md
similarity index 100%
rename from stable/ser2sock/13.6.0/README.md
rename to stable/ser2sock/13.7.3/README.md
diff --git a/stable/ser2sock/13.7.3/app-changelog.md b/stable/ser2sock/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..f6a3089afed
--- /dev/null
+++ b/stable/ser2sock/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ser2sock-13.7.3](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ser2sock/13.6.0/app-readme.md b/stable/ser2sock/13.7.3/app-readme.md
similarity index 100%
rename from stable/ser2sock/13.6.0/app-readme.md
rename to stable/ser2sock/13.7.3/app-readme.md
diff --git a/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz b/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ser2sock/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ser2sock/13.6.0/ix_values.yaml b/stable/ser2sock/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/ser2sock/13.6.0/ix_values.yaml
rename to stable/ser2sock/13.7.3/ix_values.yaml
diff --git a/stable/ser2sock/13.6.0/questions.yaml b/stable/ser2sock/13.7.3/questions.yaml
similarity index 100%
rename from stable/ser2sock/13.6.0/questions.yaml
rename to stable/ser2sock/13.7.3/questions.yaml
diff --git a/stable/shlink/14.5.0/templates/NOTES.txt b/stable/ser2sock/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/shlink/14.5.0/templates/NOTES.txt
rename to stable/ser2sock/13.7.3/templates/NOTES.txt
diff --git a/stable/shlink-web-client/10.6.0/templates/common.yaml b/stable/ser2sock/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/shlink-web-client/10.6.0/templates/common.yaml
rename to stable/ser2sock/13.7.3/templates/common.yaml
diff --git a/stable/shiori/16.7.0/values.yaml b/stable/ser2sock/13.7.3/values.yaml
similarity index 100%
rename from stable/shiori/16.7.0/values.yaml
rename to stable/ser2sock/13.7.3/values.yaml
diff --git a/stable/serpbear/3.6.1/CHANGELOG.md b/stable/serpbear/3.6.1/CHANGELOG.md
deleted file mode 100644
index a812d7f582c..00000000000
--- a/stable/serpbear/3.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
-
-
-## [serpbear-3.6.0](https://github.com/truecharts/charts/compare/serpbear-3.5.2...serpbear-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/serpbear/3.6.1/Chart.yaml b/stable/serpbear/3.6.1/Chart.yaml
deleted file mode 100644
index 3db607866c4..00000000000
--- a/stable/serpbear/3.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Search Engine Position Tracking App.
-home: https://truecharts.org/charts/stable/serpbear
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png
-keywords:
- - serpbear
- - metrics
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: serpbear
-sources:
- - https://github.com/towfiqi/serpbear
- - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear
- - https://hub.docker.com/r/towfiqi/serpbear
-type: application
-version: 3.6.1
diff --git a/stable/serpbear/3.6.1/app-changelog.md b/stable/serpbear/3.6.1/app-changelog.md
deleted file mode 100644
index f92af69abe0..00000000000
--- a/stable/serpbear/3.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [serpbear-3.6.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
\ No newline at end of file
diff --git a/stable/serpbear/3.6.1/charts/common-20.1.5.tgz b/stable/serpbear/3.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/serpbear/3.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shlink-web-client/10.6.0/.helmignore b/stable/serpbear/3.7.3/.helmignore
similarity index 100%
rename from stable/shlink-web-client/10.6.0/.helmignore
rename to stable/serpbear/3.7.3/.helmignore
diff --git a/stable/serpbear/3.7.3/CHANGELOG.md b/stable/serpbear/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1509563fa5d
--- /dev/null
+++ b/stable/serpbear/3.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
+
+
+## [serpbear-3.7.2](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
+
+
+## [serpbear-3.7.2](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
+
+
+## [serpbear-3.7.2](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
+
+
+## [serpbear-3.7.2](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
+
+
+## [serpbear-3.7.2](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
\ No newline at end of file
diff --git a/stable/serpbear/3.7.3/Chart.yaml b/stable/serpbear/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..27311d7ffb0
--- /dev/null
+++ b/stable/serpbear/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Search Engine Position Tracking App.
+home: https://truecharts.org/charts/stable/serpbear
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png
+keywords:
+ - serpbear
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: serpbear
+sources:
+ - https://github.com/towfiqi/serpbear
+ - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear
+ - https://hub.docker.com/r/towfiqi/serpbear
+type: application
+version: 3.7.3
diff --git a/stable/serpbear/3.6.1/README.md b/stable/serpbear/3.7.3/README.md
similarity index 100%
rename from stable/serpbear/3.6.1/README.md
rename to stable/serpbear/3.7.3/README.md
diff --git a/stable/serpbear/3.7.3/app-changelog.md b/stable/serpbear/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..973d9bf8679
--- /dev/null
+++ b/stable/serpbear/3.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [serpbear-3.7.3](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image towfiqi/serpbear to latest[@3e61661](https://github.com/3e61661) by renovate ([#19292](https://github.com/truecharts/charts/issues/19292))
\ No newline at end of file
diff --git a/stable/serpbear/3.6.1/app-readme.md b/stable/serpbear/3.7.3/app-readme.md
similarity index 100%
rename from stable/serpbear/3.6.1/app-readme.md
rename to stable/serpbear/3.7.3/app-readme.md
diff --git a/stable/serpbear/3.7.3/charts/common-20.2.4.tgz b/stable/serpbear/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/serpbear/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/serpbear/3.6.1/ix_values.yaml b/stable/serpbear/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/serpbear/3.6.1/ix_values.yaml
rename to stable/serpbear/3.7.3/ix_values.yaml
diff --git a/stable/serpbear/3.6.1/questions.yaml b/stable/serpbear/3.7.3/questions.yaml
similarity index 100%
rename from stable/serpbear/3.6.1/questions.yaml
rename to stable/serpbear/3.7.3/questions.yaml
diff --git a/stable/serpbear/3.6.1/templates/_secret.tpl b/stable/serpbear/3.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/serpbear/3.6.1/templates/_secret.tpl
rename to stable/serpbear/3.7.3/templates/_secret.tpl
diff --git a/stable/serpbear/3.6.1/templates/common.yaml b/stable/serpbear/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/serpbear/3.6.1/templates/common.yaml
rename to stable/serpbear/3.7.3/templates/common.yaml
diff --git a/stable/shlink-web-client/10.6.0/values.yaml b/stable/serpbear/3.7.3/values.yaml
similarity index 100%
rename from stable/shlink-web-client/10.6.0/values.yaml
rename to stable/serpbear/3.7.3/values.yaml
diff --git a/stable/servas/4.12.2/CHANGELOG.md b/stable/servas/4.12.2/CHANGELOG.md
deleted file mode 100644
index b2190fbb151..00000000000
--- a/stable/servas/4.12.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
diff --git a/stable/servas/4.12.2/Chart.yaml b/stable/servas/4.12.2/Chart.yaml
deleted file mode 100644
index 100b322113c..00000000000
--- a/stable/servas/4.12.2/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: bookmarks
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.1.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.1
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted bookmark management tool.
-home: https://truecharts.org/charts/stable/servas
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png
-keywords:
- - servas
- - bookmarks
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: servas
-sources:
- - https://github.com/beromir/Servas
- - https://github.com/truecharts/charts/tree/master/charts/stable/servas
- - https://hub.docker.com/r/beromir/servas
-type: application
-version: 4.12.2
diff --git a/stable/servas/4.12.2/app-changelog.md b/stable/servas/4.12.2/app-changelog.md
deleted file mode 100644
index c2ffb619bc4..00000000000
--- a/stable/servas/4.12.2/app-changelog.md
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-## [servas-4.12.2](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/servas/4.12.2/charts/common-20.2.2.tgz b/stable/servas/4.12.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/servas/4.12.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/servas/4.12.2/charts/mariadb-13.7.1.tgz b/stable/servas/4.12.2/charts/mariadb-13.7.1.tgz
deleted file mode 100644
index 086321017fa..00000000000
Binary files a/stable/servas/4.12.2/charts/mariadb-13.7.1.tgz and /dev/null differ
diff --git a/stable/shlink/14.5.0/.helmignore b/stable/servas/4.12.6/.helmignore
similarity index 100%
rename from stable/shlink/14.5.0/.helmignore
rename to stable/servas/4.12.6/.helmignore
diff --git a/stable/servas/4.12.6/CHANGELOG.md b/stable/servas/4.12.6/CHANGELOG.md
new file mode 100644
index 00000000000..d8a6ffdb5da
--- /dev/null
+++ b/stable/servas/4.12.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [servas-4.12.6](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [servas-4.12.5](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [servas-4.12.5](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [servas-4.12.5](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
\ No newline at end of file
diff --git a/stable/servas/4.12.6/Chart.yaml b/stable/servas/4.12.6/Chart.yaml
new file mode 100644
index 00000000000..619cb7be293
--- /dev/null
+++ b/stable/servas/4.12.6/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: bookmarks
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted bookmark management tool.
+home: https://truecharts.org/charts/stable/servas
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png
+keywords:
+ - servas
+ - bookmarks
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: servas
+sources:
+ - https://github.com/beromir/Servas
+ - https://github.com/truecharts/charts/tree/master/charts/stable/servas
+ - https://hub.docker.com/r/beromir/servas
+type: application
+version: 4.12.6
diff --git a/stable/servas/4.12.2/README.md b/stable/servas/4.12.6/README.md
similarity index 100%
rename from stable/servas/4.12.2/README.md
rename to stable/servas/4.12.6/README.md
diff --git a/stable/servas/4.12.6/app-changelog.md b/stable/servas/4.12.6/app-changelog.md
new file mode 100644
index 00000000000..229be9bec5d
--- /dev/null
+++ b/stable/servas/4.12.6/app-changelog.md
@@ -0,0 +1,29 @@
+
+
+## [servas-4.12.6](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/servas/4.12.2/app-readme.md b/stable/servas/4.12.6/app-readme.md
similarity index 100%
rename from stable/servas/4.12.2/app-readme.md
rename to stable/servas/4.12.6/app-readme.md
diff --git a/stable/servas/4.12.6/charts/common-20.2.4.tgz b/stable/servas/4.12.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/servas/4.12.6/charts/common-20.2.4.tgz differ
diff --git a/stable/servas/4.12.6/charts/mariadb-13.7.3.tgz b/stable/servas/4.12.6/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/servas/4.12.6/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/servas/4.12.2/ix_values.yaml b/stable/servas/4.12.6/ix_values.yaml
similarity index 100%
rename from stable/servas/4.12.2/ix_values.yaml
rename to stable/servas/4.12.6/ix_values.yaml
diff --git a/stable/servas/4.12.2/questions.yaml b/stable/servas/4.12.6/questions.yaml
similarity index 100%
rename from stable/servas/4.12.2/questions.yaml
rename to stable/servas/4.12.6/questions.yaml
diff --git a/stable/shoko-server/9.6.0/templates/NOTES.txt b/stable/servas/4.12.6/templates/NOTES.txt
similarity index 100%
rename from stable/shoko-server/9.6.0/templates/NOTES.txt
rename to stable/servas/4.12.6/templates/NOTES.txt
diff --git a/stable/servas/4.12.2/templates/_secrets.tpl b/stable/servas/4.12.6/templates/_secrets.tpl
similarity index 100%
rename from stable/servas/4.12.2/templates/_secrets.tpl
rename to stable/servas/4.12.6/templates/_secrets.tpl
diff --git a/stable/servas/4.12.2/templates/common.yaml b/stable/servas/4.12.6/templates/common.yaml
similarity index 100%
rename from stable/servas/4.12.2/templates/common.yaml
rename to stable/servas/4.12.6/templates/common.yaml
diff --git a/stable/shlink/14.5.0/values.yaml b/stable/servas/4.12.6/values.yaml
similarity index 100%
rename from stable/shlink/14.5.0/values.yaml
rename to stable/servas/4.12.6/values.yaml
diff --git a/stable/sftpgo/6.6.0/CHANGELOG.md b/stable/sftpgo/6.6.0/CHANGELOG.md
deleted file mode 100644
index 0989d859347..00000000000
--- a/stable/sftpgo/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sftpgo-6.6.0](https://github.com/truecharts/charts/compare/sftpgo-6.5.2...sftpgo-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sftpgo-6.5.2](https://github.com/truecharts/charts/compare/sftpgo-6.5.1...sftpgo-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sftpgo-6.5.1](https://github.com/truecharts/charts/compare/sftpgo-6.5.0...sftpgo-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sftpgo-6.5.0](https://github.com/truecharts/charts/compare/sftpgo-6.4.1...sftpgo-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sftpgo-6.4.1](https://github.com/truecharts/charts/compare/sftpgo-6.4.0...sftpgo-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sftpgo-6.4.0](https://github.com/truecharts/charts/compare/sftpgo-6.3.0...sftpgo-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sftpgo-6.3.0](https://github.com/truecharts/charts/compare/sftpgo-6.2.3...sftpgo-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sftpgo-6.2.3](https://github.com/truecharts/charts/compare/sftpgo-6.2.2...sftpgo-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sftpgo-6.2.2](https://github.com/truecharts/charts/compare/sftpgo-6.2.0...sftpgo-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sftpgo/6.6.0/Chart.yaml b/stable/sftpgo/6.6.0/Chart.yaml
deleted file mode 100644
index 1a5617a0235..00000000000
--- a/stable/sftpgo/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-FTP
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP."
-home: https://truecharts.org/charts/stable/sftpgo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png
-keywords:
- - sftpgo
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sftpgo
-sources:
- - https://github.com/drakkan/sftpgo
- - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo
- - https://ghcr.io/drakkan/sftpgo
-type: application
-version: 6.6.0
diff --git a/stable/sftpgo/6.6.0/charts/common-20.1.5.tgz b/stable/sftpgo/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sftpgo/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shoko-server/9.6.0/.helmignore b/stable/sftpgo/6.7.3/.helmignore
similarity index 100%
rename from stable/shoko-server/9.6.0/.helmignore
rename to stable/sftpgo/6.7.3/.helmignore
diff --git a/stable/sftpgo/6.7.3/CHANGELOG.md b/stable/sftpgo/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5fb519f603f
--- /dev/null
+++ b/stable/sftpgo/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sftpgo-6.7.2](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sftpgo/6.7.3/Chart.yaml b/stable/sftpgo/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..ff30d474f03
--- /dev/null
+++ b/stable/sftpgo/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-FTP
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP."
+home: https://truecharts.org/charts/stable/sftpgo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png
+keywords:
+ - sftpgo
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sftpgo
+sources:
+ - https://github.com/drakkan/sftpgo
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo
+ - https://ghcr.io/drakkan/sftpgo
+type: application
+version: 6.7.3
diff --git a/stable/sftpgo/6.6.0/README.md b/stable/sftpgo/6.7.3/README.md
similarity index 100%
rename from stable/sftpgo/6.6.0/README.md
rename to stable/sftpgo/6.7.3/README.md
diff --git a/stable/sftpgo/6.7.3/app-changelog.md b/stable/sftpgo/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..ed9a7105365
--- /dev/null
+++ b/stable/sftpgo/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sftpgo-6.7.3](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sftpgo/6.6.0/app-readme.md b/stable/sftpgo/6.7.3/app-readme.md
similarity index 100%
rename from stable/sftpgo/6.6.0/app-readme.md
rename to stable/sftpgo/6.7.3/app-readme.md
diff --git a/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz b/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sftpgo/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sftpgo/6.6.0/ix_values.yaml b/stable/sftpgo/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/sftpgo/6.6.0/ix_values.yaml
rename to stable/sftpgo/6.7.3/ix_values.yaml
diff --git a/stable/sftpgo/6.6.0/questions.yaml b/stable/sftpgo/6.7.3/questions.yaml
similarity index 100%
rename from stable/sftpgo/6.6.0/questions.yaml
rename to stable/sftpgo/6.7.3/questions.yaml
diff --git a/stable/shorturl/10.6.0/templates/NOTES.txt b/stable/sftpgo/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/shorturl/10.6.0/templates/NOTES.txt
rename to stable/sftpgo/6.7.3/templates/NOTES.txt
diff --git a/stable/shlink/14.5.0/templates/common.yaml b/stable/sftpgo/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/shlink/14.5.0/templates/common.yaml
rename to stable/sftpgo/6.7.3/templates/common.yaml
diff --git a/stable/shoko-server/9.6.0/values.yaml b/stable/sftpgo/6.7.3/values.yaml
similarity index 100%
rename from stable/shoko-server/9.6.0/values.yaml
rename to stable/sftpgo/6.7.3/values.yaml
diff --git a/stable/shaarli/5.6.0/CHANGELOG.md b/stable/shaarli/5.6.0/CHANGELOG.md
deleted file mode 100644
index a2c885b4831..00000000000
--- a/stable/shaarli/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shaarli-5.6.0](https://github.com/truecharts/charts/compare/shaarli-5.5.2...shaarli-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shaarli-5.5.2](https://github.com/truecharts/charts/compare/shaarli-5.5.1...shaarli-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shaarli-5.5.1](https://github.com/truecharts/charts/compare/shaarli-5.5.0...shaarli-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shaarli-5.5.0](https://github.com/truecharts/charts/compare/shaarli-5.4.1...shaarli-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shaarli-5.4.1](https://github.com/truecharts/charts/compare/shaarli-5.4.0...shaarli-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shaarli-5.4.0](https://github.com/truecharts/charts/compare/shaarli-5.3.0...shaarli-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shaarli-5.3.0](https://github.com/truecharts/charts/compare/shaarli-5.2.3...shaarli-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shaarli-5.2.3](https://github.com/truecharts/charts/compare/shaarli-5.2.2...shaarli-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shaarli-5.2.2](https://github.com/truecharts/charts/compare/shaarli-5.2.0...shaarli-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shaarli/5.6.0/Chart.yaml b/stable/shaarli/5.6.0/Chart.yaml
deleted file mode 100644
index 61ae61d9af7..00000000000
--- a/stable/shaarli/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: master
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The personal, minimalist, super-fast, database free, bookmarking service.
-home: https://truecharts.org/charts/stable/shaarli
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png
-keywords:
- - shaarli
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shaarli
-sources:
- - https://github.com/shaarli/Shaarli
- - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli
- - https://hub.docker.com/r/shaarli/shaarli
-type: application
-version: 5.6.0
diff --git a/stable/shaarli/5.6.0/charts/common-20.1.5.tgz b/stable/shaarli/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shaarli/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shortipy/5.6.0/.helmignore b/stable/shaarli/5.7.3/.helmignore
similarity index 100%
rename from stable/shortipy/5.6.0/.helmignore
rename to stable/shaarli/5.7.3/.helmignore
diff --git a/stable/shaarli/5.7.3/CHANGELOG.md b/stable/shaarli/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d3ec6a71efc
--- /dev/null
+++ b/stable/shaarli/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shaarli-5.7.2](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shaarli/5.7.3/Chart.yaml b/stable/shaarli/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..b519f2836cd
--- /dev/null
+++ b/stable/shaarli/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: master
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The personal, minimalist, super-fast, database free, bookmarking service.
+home: https://truecharts.org/charts/stable/shaarli
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png
+keywords:
+ - shaarli
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shaarli
+sources:
+ - https://github.com/shaarli/Shaarli
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli
+ - https://hub.docker.com/r/shaarli/shaarli
+type: application
+version: 5.7.3
diff --git a/stable/shaarli/5.6.0/README.md b/stable/shaarli/5.7.3/README.md
similarity index 100%
rename from stable/shaarli/5.6.0/README.md
rename to stable/shaarli/5.7.3/README.md
diff --git a/stable/shaarli/5.7.3/app-changelog.md b/stable/shaarli/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..400e7b4d5e3
--- /dev/null
+++ b/stable/shaarli/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shaarli-5.7.3](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shaarli/5.6.0/app-readme.md b/stable/shaarli/5.7.3/app-readme.md
similarity index 100%
rename from stable/shaarli/5.6.0/app-readme.md
rename to stable/shaarli/5.7.3/app-readme.md
diff --git a/stable/shaarli/5.7.3/charts/common-20.2.4.tgz b/stable/shaarli/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shaarli/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shaarli/5.6.0/ix_values.yaml b/stable/shaarli/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/shaarli/5.6.0/ix_values.yaml
rename to stable/shaarli/5.7.3/ix_values.yaml
diff --git a/stable/shaarli/5.6.0/questions.yaml b/stable/shaarli/5.7.3/questions.yaml
similarity index 100%
rename from stable/shaarli/5.6.0/questions.yaml
rename to stable/shaarli/5.7.3/questions.yaml
diff --git a/stable/shortipy/5.6.0/templates/common.yaml b/stable/shaarli/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/shortipy/5.6.0/templates/common.yaml
rename to stable/shaarli/5.7.3/templates/common.yaml
diff --git a/stable/shortipy/5.6.0/values.yaml b/stable/shaarli/5.7.3/values.yaml
similarity index 100%
rename from stable/shortipy/5.6.0/values.yaml
rename to stable/shaarli/5.7.3/values.yaml
diff --git a/stable/shapeshifter-obfuscator/5.6.0/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.6.0/CHANGELOG.md
deleted file mode 100644
index e18491ad0f2..00000000000
--- a/stable/shapeshifter-obfuscator/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shapeshifter-obfuscator-5.6.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.5.2...shapeshifter-obfuscator-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shapeshifter-obfuscator-5.5.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.5.1...shapeshifter-obfuscator-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shapeshifter-obfuscator-5.5.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.5.0...shapeshifter-obfuscator-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shapeshifter-obfuscator-5.5.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.4.1...shapeshifter-obfuscator-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shapeshifter-obfuscator-5.4.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.4.0...shapeshifter-obfuscator-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shapeshifter-obfuscator-5.4.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.3.0...shapeshifter-obfuscator-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shapeshifter-obfuscator-5.3.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.3...shapeshifter-obfuscator-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shapeshifter-obfuscator-5.2.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.2...shapeshifter-obfuscator-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shapeshifter-obfuscator-5.2.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.0...shapeshifter-obfuscator-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shapeshifter-obfuscator/5.6.0/Chart.yaml b/stable/shapeshifter-obfuscator/5.6.0/Chart.yaml
deleted file mode 100644
index 71ee692d10d..00000000000
--- a/stable/shapeshifter-obfuscator/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Security
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. "
-home: https://truecharts.org/charts/stable/shapeshifter-obfuscator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png
-keywords:
- - shapeshifter-obfuscator
- - Security
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shapeshifter-obfuscator
-sources:
- - https://github.com/juchong/shapeshifter-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator
- - https://hub.docker.com/r/juchong/shapeshifter-docker
-type: application
-version: 5.6.0
diff --git a/stable/shapeshifter-obfuscator/5.6.0/charts/common-20.1.5.tgz b/stable/shapeshifter-obfuscator/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shapeshifter-obfuscator/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/shorturl/10.6.0/.helmignore b/stable/shapeshifter-obfuscator/5.7.3/.helmignore
similarity index 100%
rename from stable/shorturl/10.6.0/.helmignore
rename to stable/shapeshifter-obfuscator/5.7.3/.helmignore
diff --git a/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..998a6ee20f6
--- /dev/null
+++ b/stable/shapeshifter-obfuscator/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shapeshifter-obfuscator-5.7.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml b/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a56b46eb139
--- /dev/null
+++ b/stable/shapeshifter-obfuscator/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Security
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. "
+home: https://truecharts.org/charts/stable/shapeshifter-obfuscator
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png
+keywords:
+ - shapeshifter-obfuscator
+ - Security
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shapeshifter-obfuscator
+sources:
+ - https://github.com/juchong/shapeshifter-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator
+ - https://hub.docker.com/r/juchong/shapeshifter-docker
+type: application
+version: 5.7.3
diff --git a/stable/shapeshifter-obfuscator/5.6.0/README.md b/stable/shapeshifter-obfuscator/5.7.3/README.md
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/README.md
rename to stable/shapeshifter-obfuscator/5.7.3/README.md
diff --git a/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md b/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ff933c8330b
--- /dev/null
+++ b/stable/shapeshifter-obfuscator/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shapeshifter-obfuscator-5.7.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shapeshifter-obfuscator/5.6.0/app-readme.md b/stable/shapeshifter-obfuscator/5.7.3/app-readme.md
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/app-readme.md
rename to stable/shapeshifter-obfuscator/5.7.3/app-readme.md
diff --git a/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz b/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shapeshifter-obfuscator/5.6.0/ix_values.yaml b/stable/shapeshifter-obfuscator/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/ix_values.yaml
rename to stable/shapeshifter-obfuscator/5.7.3/ix_values.yaml
diff --git a/stable/shapeshifter-obfuscator/5.6.0/questions.yaml b/stable/shapeshifter-obfuscator/5.7.3/questions.yaml
similarity index 100%
rename from stable/shapeshifter-obfuscator/5.6.0/questions.yaml
rename to stable/shapeshifter-obfuscator/5.7.3/questions.yaml
diff --git a/stable/sia-daemon/5.6.0/templates/common.yaml b/stable/shapeshifter-obfuscator/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/sia-daemon/5.6.0/templates/common.yaml
rename to stable/shapeshifter-obfuscator/5.7.3/templates/common.yaml
diff --git a/stable/shorturl/10.6.0/values.yaml b/stable/shapeshifter-obfuscator/5.7.3/values.yaml
similarity index 100%
rename from stable/shorturl/10.6.0/values.yaml
rename to stable/shapeshifter-obfuscator/5.7.3/values.yaml
diff --git a/stable/sheetable/6.6.0/CHANGELOG.md b/stable/sheetable/6.6.0/CHANGELOG.md
deleted file mode 100644
index 1c10b4447ca..00000000000
--- a/stable/sheetable/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sheetable-6.6.0](https://github.com/truecharts/charts/compare/sheetable-6.5.2...sheetable-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sheetable-6.5.2](https://github.com/truecharts/charts/compare/sheetable-6.5.1...sheetable-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sheetable-6.5.1](https://github.com/truecharts/charts/compare/sheetable-6.5.0...sheetable-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sheetable-6.5.0](https://github.com/truecharts/charts/compare/sheetable-6.4.1...sheetable-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sheetable-6.4.1](https://github.com/truecharts/charts/compare/sheetable-6.4.0...sheetable-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sheetable-6.4.0](https://github.com/truecharts/charts/compare/sheetable-6.3.0...sheetable-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sheetable-6.3.0](https://github.com/truecharts/charts/compare/sheetable-6.2.3...sheetable-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sheetable-6.2.3](https://github.com/truecharts/charts/compare/sheetable-6.2.2...sheetable-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sheetable-6.2.2](https://github.com/truecharts/charts/compare/sheetable-6.2.0...sheetable-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sheetable/6.6.0/Chart.yaml b/stable/sheetable/6.6.0/Chart.yaml
deleted file mode 100644
index 5a84a10e5c3..00000000000
--- a/stable/sheetable/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: music
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there.
-home: https://truecharts.org/charts/stable/sheetable
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png
-keywords:
- - sheetable
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sheetable
-sources:
- - https://github.com/SheetAble
- - https://sheetable.net/docs
- - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable
- - https://hub.docker.com/r/vallezw/sheetable
-type: application
-version: 6.6.0
diff --git a/stable/sheetable/6.6.0/charts/common-20.1.5.tgz b/stable/sheetable/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sheetable/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sheetable/6.6.0/questions.yaml b/stable/sheetable/6.6.0/questions.yaml
deleted file mode 100755
index e65fec784cd..00000000000
--- a/stable/sheetable/6.6.0/questions.yaml
+++ /dev/null
@@ -1,3286 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ADMIN_EMAIL
- label: "ADMIN_EMAIL"
- description: "Your admin email"
- schema:
- type: string
- required: true
- default: ""
- - variable: ADMIN_PASSWORD
- label: "ADMIN_PASSWORD"
- description: "Your admin password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10284
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/sia-daemon/5.6.0/.helmignore b/stable/sheetable/6.7.3/.helmignore
similarity index 100%
rename from stable/sia-daemon/5.6.0/.helmignore
rename to stable/sheetable/6.7.3/.helmignore
diff --git a/stable/sheetable/6.7.3/CHANGELOG.md b/stable/sheetable/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..066baa35b48
--- /dev/null
+++ b/stable/sheetable/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sheetable-6.7.2](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sheetable/6.7.3/Chart.yaml b/stable/sheetable/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..d3686cd551e
--- /dev/null
+++ b/stable/sheetable/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: music
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there.
+home: https://truecharts.org/charts/stable/sheetable
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png
+keywords:
+ - sheetable
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sheetable
+sources:
+ - https://github.com/SheetAble
+ - https://sheetable.net/docs
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable
+ - https://hub.docker.com/r/vallezw/sheetable
+type: application
+version: 6.7.3
diff --git a/stable/sheetable/6.6.0/README.md b/stable/sheetable/6.7.3/README.md
similarity index 100%
rename from stable/sheetable/6.6.0/README.md
rename to stable/sheetable/6.7.3/README.md
diff --git a/stable/sheetable/6.7.3/app-changelog.md b/stable/sheetable/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..5aabb570764
--- /dev/null
+++ b/stable/sheetable/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sheetable-6.7.3](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sheetable/6.6.0/app-readme.md b/stable/sheetable/6.7.3/app-readme.md
similarity index 100%
rename from stable/sheetable/6.6.0/app-readme.md
rename to stable/sheetable/6.7.3/app-readme.md
diff --git a/stable/sheetable/6.7.3/charts/common-20.2.4.tgz b/stable/sheetable/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sheetable/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sheetable/6.6.0/ix_values.yaml b/stable/sheetable/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/sheetable/6.6.0/ix_values.yaml
rename to stable/sheetable/6.7.3/ix_values.yaml
diff --git a/stable/sheetable/6.7.3/questions.yaml b/stable/sheetable/6.7.3/questions.yaml
new file mode 100755
index 00000000000..dc5f77492d4
--- /dev/null
+++ b/stable/sheetable/6.7.3/questions.yaml
@@ -0,0 +1,3288 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ADMIN_EMAIL
+ label: "ADMIN_EMAIL"
+ description: "Your admin email"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: ADMIN_PASSWORD
+ label: "ADMIN_PASSWORD"
+ description: "Your admin password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10284
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/sheetable/6.6.0/templates/_secrets.tpl b/stable/sheetable/6.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/sheetable/6.6.0/templates/_secrets.tpl
rename to stable/sheetable/6.7.3/templates/_secrets.tpl
diff --git a/stable/sheetable/6.6.0/templates/common.yaml b/stable/sheetable/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/sheetable/6.6.0/templates/common.yaml
rename to stable/sheetable/6.7.3/templates/common.yaml
diff --git a/stable/sia-daemon/5.6.0/values.yaml b/stable/sheetable/6.7.3/values.yaml
similarity index 100%
rename from stable/sia-daemon/5.6.0/values.yaml
rename to stable/sheetable/6.7.3/values.yaml
diff --git a/stable/shiori/16.7.0/CHANGELOG.md b/stable/shiori/16.7.0/CHANGELOG.md
deleted file mode 100644
index 92773701e7e..00000000000
--- a/stable/shiori/16.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/shiori/16.7.0/Chart.yaml b/stable/shiori/16.7.0/Chart.yaml
deleted file mode 100644
index 45b81717143..00000000000
--- a/stable/shiori/16.7.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.5
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A simple bookmark manager built with Go.
-home: https://truecharts.org/charts/stable/shiori
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png
-keywords:
- - shiori
- - bookmark
- - bookmark-manager
- - web-interface
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shiori
-sources:
- - https://github.com/go-shiori/shiori/pkgs/container/shiori
- - https://github.com/go-shiori/shiori
- - https://github.com/truecharts/charts/tree/master/charts/stable/shiori
- - https://ghcr.io/go-shiori/shiori
-type: application
-version: 16.7.0
diff --git a/stable/shiori/16.7.0/app-changelog.md b/stable/shiori/16.7.0/app-changelog.md
deleted file mode 100644
index d00313a8c68..00000000000
--- a/stable/shiori/16.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [shiori-16.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shiori/16.7.0/charts/common-20.2.0.tgz b/stable/shiori/16.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/shiori/16.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/shiori/16.7.0/ix_values.yaml b/stable/shiori/16.7.0/ix_values.yaml
deleted file mode 100644
index de10a048f4d..00000000000
--- a/stable/shiori/16.7.0/ix_values.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-image:
- repository: ghcr.io/go-shiori/shiori
- pullPolicy: IfNotPresent
- tag: v1.5.5@sha256:9dbcd5a88fb28a93ede08b01062e3580dd2ecb967509ef6a2df1f430708a34c0
-service:
- main:
- ports:
- main:
- port: 10098
- targetPort: 8080
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}"
- SHIORI_DBMS: "postgresql"
- SHIORI_PG_PORT: "5432"
- SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}"
- SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}"
- SHIORI_PG_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- SHIORI_PG_PASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
-persistence:
- data:
- enabled: true
- mountPath: /data
-cnpg:
- main:
- enabled: true
- user: shiori
- password: shiori
-portal:
- open:
- enabled: true
diff --git a/stable/shiori/16.7.0/questions.yaml b/stable/shiori/16.7.0/questions.yaml
deleted file mode 100755
index 8b6e8413628..00000000000
--- a/stable/shiori/16.7.0/questions.yaml
+++ /dev/null
@@ -1,3265 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10098
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: App Data Storage
- description: Stores the Application Data.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/sickchill/11.8.0/.helmignore b/stable/shiori/16.8.3/.helmignore
similarity index 100%
rename from stable/sickchill/11.8.0/.helmignore
rename to stable/shiori/16.8.3/.helmignore
diff --git a/stable/shiori/16.8.3/CHANGELOG.md b/stable/shiori/16.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..0f1eef61c52
--- /dev/null
+++ b/stable/shiori/16.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shiori-16.8.2](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shiori-16.8.2](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shiori-16.8.2](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shiori-16.8.2](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shiori-16.8.2](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shiori/16.8.3/Chart.yaml b/stable/shiori/16.8.3/Chart.yaml
new file mode 100644
index 00000000000..1a0d98327e6
--- /dev/null
+++ b/stable/shiori/16.8.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A simple bookmark manager built with Go.
+home: https://truecharts.org/charts/stable/shiori
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png
+keywords:
+ - shiori
+ - bookmark
+ - bookmark-manager
+ - web-interface
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shiori
+sources:
+ - https://github.com/go-shiori/shiori/pkgs/container/shiori
+ - https://github.com/go-shiori/shiori
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shiori
+ - https://ghcr.io/go-shiori/shiori
+type: application
+version: 16.8.3
diff --git a/stable/shiori/16.7.0/README.md b/stable/shiori/16.8.3/README.md
similarity index 100%
rename from stable/shiori/16.7.0/README.md
rename to stable/shiori/16.8.3/README.md
diff --git a/stable/shiori/16.8.3/app-changelog.md b/stable/shiori/16.8.3/app-changelog.md
new file mode 100644
index 00000000000..e1665084fdc
--- /dev/null
+++ b/stable/shiori/16.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [shiori-16.8.3](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/go-shiori/shiori to v1.6.0[@628826c](https://github.com/628826c) by renovate ([#19427](https://github.com/truecharts/charts/issues/19427))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shiori/16.7.0/app-readme.md b/stable/shiori/16.8.3/app-readme.md
similarity index 100%
rename from stable/shiori/16.7.0/app-readme.md
rename to stable/shiori/16.8.3/app-readme.md
diff --git a/stable/shiori/16.8.3/charts/common-20.2.4.tgz b/stable/shiori/16.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shiori/16.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shiori/16.8.3/ix_values.yaml b/stable/shiori/16.8.3/ix_values.yaml
new file mode 100644
index 00000000000..89571a14d4d
--- /dev/null
+++ b/stable/shiori/16.8.3/ix_values.yaml
@@ -0,0 +1,41 @@
+image:
+ repository: ghcr.io/go-shiori/shiori
+ pullPolicy: IfNotPresent
+ tag: v1.6.0@sha256:628826cecda5c129101f5c20572b0a14232f7cd1f636c1ff833c234a4084f083
+service:
+ main:
+ ports:
+ main:
+ port: 10098
+ targetPort: 8080
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}"
+ SHIORI_DBMS: "postgresql"
+ SHIORI_PG_PORT: "5432"
+ SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}"
+ SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}"
+ SHIORI_PG_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ SHIORI_PG_PASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+persistence:
+ data:
+ enabled: true
+ mountPath: /data
+cnpg:
+ main:
+ enabled: true
+ user: shiori
+ password: shiori
+portal:
+ open:
+ enabled: true
diff --git a/stable/shiori/16.8.3/questions.yaml b/stable/shiori/16.8.3/questions.yaml
new file mode 100755
index 00000000000..9310b6a3d36
--- /dev/null
+++ b/stable/shiori/16.8.3/questions.yaml
@@ -0,0 +1,3267 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10098
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: App Data Storage
+ description: Stores the Application Data.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/slash/4.7.2/templates/common.yaml b/stable/shiori/16.8.3/templates/common.yaml
similarity index 100%
rename from stable/slash/4.7.2/templates/common.yaml
rename to stable/shiori/16.8.3/templates/common.yaml
diff --git a/stable/sickchill/11.8.0/values.yaml b/stable/shiori/16.8.3/values.yaml
similarity index 100%
rename from stable/sickchill/11.8.0/values.yaml
rename to stable/shiori/16.8.3/values.yaml
diff --git a/stable/shlink-web-client/10.6.0/CHANGELOG.md b/stable/shlink-web-client/10.6.0/CHANGELOG.md
deleted file mode 100644
index c1cb6cd8eff..00000000000
--- a/stable/shlink-web-client/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shlink-web-client-10.6.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.5.2...shlink-web-client-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shlink-web-client-10.5.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.5.1...shlink-web-client-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shlink-web-client-10.5.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.5.0...shlink-web-client-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shlink-web-client-10.5.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.4.1...shlink-web-client-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shlink-web-client-10.4.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.4.0...shlink-web-client-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shlink-web-client-10.4.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.3.0...shlink-web-client-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shlink-web-client-10.3.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.3...shlink-web-client-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shlink-web-client-10.2.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.2...shlink-web-client-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shlink-web-client-10.2.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.0...shlink-web-client-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shlink-web-client/10.6.0/Chart.yaml b/stable/shlink-web-client/10.6.0/Chart.yaml
deleted file mode 100644
index 3842393247e..00000000000
--- a/stable/shlink-web-client/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.10.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A ReactJS-based progressive web application for Shlink.
-home: https://truecharts.org/charts/stable/shlink-web-client
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png
-keywords:
- - url
- - shortener
- - frontend
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shlink-web-client
-sources:
- - https://github.com/shlinkio/shlink-web-client
- - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
- - https://hub.docker.com/r/shlinkio/shlink-web-client
-type: application
-version: 10.6.0
diff --git a/stable/shlink-web-client/10.6.0/charts/common-20.1.5.tgz b/stable/shlink-web-client/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shlink-web-client/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sickgear/11.6.0/.helmignore b/stable/shlink-web-client/10.7.3/.helmignore
similarity index 100%
rename from stable/sickgear/11.6.0/.helmignore
rename to stable/shlink-web-client/10.7.3/.helmignore
diff --git a/stable/shlink-web-client/10.7.3/CHANGELOG.md b/stable/shlink-web-client/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..87b74392263
--- /dev/null
+++ b/stable/shlink-web-client/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shlink-web-client-10.7.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shlink-web-client/10.7.3/Chart.yaml b/stable/shlink-web-client/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..0b7e72fce7f
--- /dev/null
+++ b/stable/shlink-web-client/10.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.10.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A ReactJS-based progressive web application for Shlink.
+home: https://truecharts.org/charts/stable/shlink-web-client
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png
+keywords:
+ - url
+ - shortener
+ - frontend
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shlink-web-client
+sources:
+ - https://github.com/shlinkio/shlink-web-client
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
+ - https://hub.docker.com/r/shlinkio/shlink-web-client
+type: application
+version: 10.7.3
diff --git a/stable/shlink-web-client/10.6.0/README.md b/stable/shlink-web-client/10.7.3/README.md
similarity index 100%
rename from stable/shlink-web-client/10.6.0/README.md
rename to stable/shlink-web-client/10.7.3/README.md
diff --git a/stable/shlink-web-client/10.7.3/app-changelog.md b/stable/shlink-web-client/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..795e5064ffd
--- /dev/null
+++ b/stable/shlink-web-client/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shlink-web-client-10.7.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shlink-web-client/10.6.0/app-readme.md b/stable/shlink-web-client/10.7.3/app-readme.md
similarity index 100%
rename from stable/shlink-web-client/10.6.0/app-readme.md
rename to stable/shlink-web-client/10.7.3/app-readme.md
diff --git a/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz b/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shlink-web-client/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shlink-web-client/10.6.0/ix_values.yaml b/stable/shlink-web-client/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/shlink-web-client/10.6.0/ix_values.yaml
rename to stable/shlink-web-client/10.7.3/ix_values.yaml
diff --git a/stable/shlink-web-client/10.6.0/questions.yaml b/stable/shlink-web-client/10.7.3/questions.yaml
similarity index 100%
rename from stable/shlink-web-client/10.6.0/questions.yaml
rename to stable/shlink-web-client/10.7.3/questions.yaml
diff --git a/stable/sickchill/11.8.0/templates/NOTES.txt b/stable/shlink-web-client/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/sickchill/11.8.0/templates/NOTES.txt
rename to stable/shlink-web-client/10.7.3/templates/NOTES.txt
diff --git a/stable/smartctl-exporter/2.8.0/templates/common.yaml b/stable/shlink-web-client/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/templates/common.yaml
rename to stable/shlink-web-client/10.7.3/templates/common.yaml
diff --git a/stable/sickgear/11.6.0/values.yaml b/stable/shlink-web-client/10.7.3/values.yaml
similarity index 100%
rename from stable/sickgear/11.6.0/values.yaml
rename to stable/shlink-web-client/10.7.3/values.yaml
diff --git a/stable/shlink/14.5.0/CHANGELOG.md b/stable/shlink/14.5.0/CHANGELOG.md
deleted file mode 100644
index 32787d716a3..00000000000
--- a/stable/shlink/14.5.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
diff --git a/stable/shlink/14.5.0/Chart.yaml b/stable/shlink/14.5.0/Chart.yaml
deleted file mode 100644
index 92f50383f9e..00000000000
--- a/stable/shlink/14.5.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
-home: https://truecharts.org/charts/stable/shlink
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png
-keywords:
- - url
- - shortener
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shlink
-sources:
- - https://github.com/shlinkio/shlink
- - https://github.com/truecharts/charts/tree/master/charts/stable/shlink
- - https://hub.docker.com/r/shlinkio/shlink
-type: application
-version: 14.5.0
diff --git a/stable/shlink/14.5.0/app-changelog.md b/stable/shlink/14.5.0/app-changelog.md
deleted file mode 100644
index 0e395bd02cc..00000000000
--- a/stable/shlink/14.5.0/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [shlink-14.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
\ No newline at end of file
diff --git a/stable/shlink/14.5.0/charts/common-20.2.0.tgz b/stable/shlink/14.5.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/shlink/14.5.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/shlink/14.5.0/charts/redis-13.0.5.tgz b/stable/shlink/14.5.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/shlink/14.5.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/shlink/14.5.0/questions.yaml b/stable/shlink/14.5.0/questions.yaml
deleted file mode 100755
index 42e8fe4fbcc..00000000000
--- a/stable/shlink/14.5.0/questions.yaml
+++ /dev/null
@@ -1,3012 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals: {}
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: DEFAULT_DOMAIN
- label: "Default Domain"
- description: "The default short domain used for this shlink instance. For example doma.in."
- schema:
- type: string
- default: ""
- - variable: GEOLITE_LICENSE_KEY
- label: "GeoLite2 License Key"
- description: "The license key used to download new GeoLite2 database files."
- schema:
- type: string
- default: ""
- - variable: ANONYMIZE_REMOTE_ADDR
- label: "Anonymize Remote Address"
- description: "Tells if IP addresses from visitors should be obfuscated before storing them in the database"
- schema:
- type: boolean
- default: true
- - variable: ENABLE_PERIODIC_VISIT_LOCATE
- label: "Enable Periodic visit:locate"
- description: "it schedules the visit:locate command to be run every hour inside the container using crontab"
- schema:
- type: boolean
- default: true
- - variable: IS_HTTPS_ENABLED
- label: "Served over HTTPS"
- description: "Tells if Shlink is served with https or not"
- schema:
- type: boolean
- default: true
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10153
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/simply-shorten/8.6.0/.helmignore b/stable/shlink/14.6.2/.helmignore
similarity index 100%
rename from stable/simply-shorten/8.6.0/.helmignore
rename to stable/shlink/14.6.2/.helmignore
diff --git a/stable/shlink/14.6.2/CHANGELOG.md b/stable/shlink/14.6.2/CHANGELOG.md
new file mode 100644
index 00000000000..9e3e6ce2a0d
--- /dev/null
+++ b/stable/shlink/14.6.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
+
+
+## [shlink-14.6.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
+
+
+## [shlink-14.6.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
+
+
+## [shlink-14.6.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
+
+
+## [shlink-14.6.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shlink/14.6.2/Chart.yaml b/stable/shlink/14.6.2/Chart.yaml
new file mode 100644
index 00000000000..bce9d9e97af
--- /dev/null
+++ b/stable/shlink/14.6.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
+home: https://truecharts.org/charts/stable/shlink
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png
+keywords:
+ - url
+ - shortener
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shlink
+sources:
+ - https://github.com/shlinkio/shlink
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shlink
+ - https://hub.docker.com/r/shlinkio/shlink
+type: application
+version: 14.6.2
diff --git a/stable/shlink/14.5.0/README.md b/stable/shlink/14.6.2/README.md
similarity index 100%
rename from stable/shlink/14.5.0/README.md
rename to stable/shlink/14.6.2/README.md
diff --git a/stable/shlink/14.6.2/app-changelog.md b/stable/shlink/14.6.2/app-changelog.md
new file mode 100644
index 00000000000..8658462e3c9
--- /dev/null
+++ b/stable/shlink/14.6.2/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [shlink-14.6.2](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.6.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image shlinkio/shlink to v4.0.3[@efa6992](https://github.com/efa6992) by renovate ([#19326](https://github.com/truecharts/charts/issues/19326))
\ No newline at end of file
diff --git a/stable/shlink/14.5.0/app-readme.md b/stable/shlink/14.6.2/app-readme.md
similarity index 100%
rename from stable/shlink/14.5.0/app-readme.md
rename to stable/shlink/14.6.2/app-readme.md
diff --git a/stable/shlink/14.6.2/charts/common-20.2.4.tgz b/stable/shlink/14.6.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shlink/14.6.2/charts/common-20.2.4.tgz differ
diff --git a/stable/shlink/14.6.2/charts/redis-13.2.2.tgz b/stable/shlink/14.6.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/shlink/14.6.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/shlink/14.5.0/ix_values.yaml b/stable/shlink/14.6.2/ix_values.yaml
similarity index 100%
rename from stable/shlink/14.5.0/ix_values.yaml
rename to stable/shlink/14.6.2/ix_values.yaml
diff --git a/stable/shlink/14.6.2/questions.yaml b/stable/shlink/14.6.2/questions.yaml
new file mode 100755
index 00000000000..71892240867
--- /dev/null
+++ b/stable/shlink/14.6.2/questions.yaml
@@ -0,0 +1,3014 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals: {}
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: DEFAULT_DOMAIN
+ label: "Default Domain"
+ description: "The default short domain used for this shlink instance. For example doma.in."
+ schema:
+ type: string
+ default: ""
+ - variable: GEOLITE_LICENSE_KEY
+ label: "GeoLite2 License Key"
+ description: "The license key used to download new GeoLite2 database files."
+ schema:
+ type: string
+ default: ""
+ - variable: ANONYMIZE_REMOTE_ADDR
+ label: "Anonymize Remote Address"
+ description: "Tells if IP addresses from visitors should be obfuscated before storing them in the database"
+ schema:
+ type: boolean
+ default: true
+ - variable: ENABLE_PERIODIC_VISIT_LOCATE
+ label: "Enable Periodic visit:locate"
+ description: "it schedules the visit:locate command to be run every hour inside the container using crontab"
+ schema:
+ type: boolean
+ default: true
+ - variable: IS_HTTPS_ENABLED
+ label: "Served over HTTPS"
+ description: "Tells if Shlink is served with https or not"
+ schema:
+ type: boolean
+ default: true
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10153
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/sickgear/11.6.0/templates/NOTES.txt b/stable/shlink/14.6.2/templates/NOTES.txt
similarity index 100%
rename from stable/sickgear/11.6.0/templates/NOTES.txt
rename to stable/shlink/14.6.2/templates/NOTES.txt
diff --git a/stable/smtp-relay/3.6.0/templates/common.yaml b/stable/shlink/14.6.2/templates/common.yaml
similarity index 100%
rename from stable/smtp-relay/3.6.0/templates/common.yaml
rename to stable/shlink/14.6.2/templates/common.yaml
diff --git a/stable/simply-shorten/8.6.0/values.yaml b/stable/shlink/14.6.2/values.yaml
similarity index 100%
rename from stable/simply-shorten/8.6.0/values.yaml
rename to stable/shlink/14.6.2/values.yaml
diff --git a/stable/shoko-server/9.6.0/CHANGELOG.md b/stable/shoko-server/9.6.0/CHANGELOG.md
deleted file mode 100644
index eca34de0b82..00000000000
--- a/stable/shoko-server/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shoko-server-9.6.0](https://github.com/truecharts/charts/compare/shoko-server-9.5.2...shoko-server-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shoko-server-9.5.2](https://github.com/truecharts/charts/compare/shoko-server-9.5.1...shoko-server-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shoko-server-9.5.1](https://github.com/truecharts/charts/compare/shoko-server-9.5.0...shoko-server-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shoko-server-9.5.0](https://github.com/truecharts/charts/compare/shoko-server-9.4.1...shoko-server-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shoko-server-9.4.1](https://github.com/truecharts/charts/compare/shoko-server-9.4.0...shoko-server-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shoko-server-9.4.0](https://github.com/truecharts/charts/compare/shoko-server-9.3.0...shoko-server-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shoko-server-9.3.0](https://github.com/truecharts/charts/compare/shoko-server-9.2.3...shoko-server-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shoko-server-9.2.3](https://github.com/truecharts/charts/compare/shoko-server-9.2.2...shoko-server-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shoko-server-9.2.2](https://github.com/truecharts/charts/compare/shoko-server-9.2.0...shoko-server-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shoko-server/9.6.0/Chart.yaml b/stable/shoko-server/9.6.0/Chart.yaml
deleted file mode 100644
index 4eb2d447442..00000000000
--- a/stable/shoko-server/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.2.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Anime cataloging program designed to automate the cataloging of your collection.
-home: https://truecharts.org/charts/stable/shoko-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png
-keywords:
- - shoko-server
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shoko-server
-sources:
- - https://github.com/ShokoAnime/ShokoServer
- - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server
- - https://hub.docker.com/r/shokoanime/server
-type: application
-version: 9.6.0
diff --git a/stable/shoko-server/9.6.0/charts/common-20.1.5.tgz b/stable/shoko-server/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shoko-server/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sinusbot/5.6.0/.helmignore b/stable/shoko-server/9.7.3/.helmignore
similarity index 100%
rename from stable/sinusbot/5.6.0/.helmignore
rename to stable/shoko-server/9.7.3/.helmignore
diff --git a/stable/shoko-server/9.7.3/CHANGELOG.md b/stable/shoko-server/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..09344852d60
--- /dev/null
+++ b/stable/shoko-server/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shoko-server-9.7.2](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shoko-server/9.7.3/Chart.yaml b/stable/shoko-server/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..64d68b948db
--- /dev/null
+++ b/stable/shoko-server/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.2.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Anime cataloging program designed to automate the cataloging of your collection.
+home: https://truecharts.org/charts/stable/shoko-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png
+keywords:
+ - shoko-server
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shoko-server
+sources:
+ - https://github.com/ShokoAnime/ShokoServer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server
+ - https://hub.docker.com/r/shokoanime/server
+type: application
+version: 9.7.3
diff --git a/stable/shoko-server/9.6.0/README.md b/stable/shoko-server/9.7.3/README.md
similarity index 100%
rename from stable/shoko-server/9.6.0/README.md
rename to stable/shoko-server/9.7.3/README.md
diff --git a/stable/shoko-server/9.7.3/app-changelog.md b/stable/shoko-server/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..e77cd9c8b49
--- /dev/null
+++ b/stable/shoko-server/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shoko-server-9.7.3](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shoko-server/9.6.0/app-readme.md b/stable/shoko-server/9.7.3/app-readme.md
similarity index 100%
rename from stable/shoko-server/9.6.0/app-readme.md
rename to stable/shoko-server/9.7.3/app-readme.md
diff --git a/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz b/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shoko-server/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shoko-server/9.6.0/ix_values.yaml b/stable/shoko-server/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/shoko-server/9.6.0/ix_values.yaml
rename to stable/shoko-server/9.7.3/ix_values.yaml
diff --git a/stable/shoko-server/9.6.0/questions.yaml b/stable/shoko-server/9.7.3/questions.yaml
similarity index 100%
rename from stable/shoko-server/9.6.0/questions.yaml
rename to stable/shoko-server/9.7.3/questions.yaml
diff --git a/stable/simply-shorten/8.6.0/templates/NOTES.txt b/stable/shoko-server/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/simply-shorten/8.6.0/templates/NOTES.txt
rename to stable/shoko-server/9.7.3/templates/NOTES.txt
diff --git a/stable/simply-shorten/8.6.0/templates/common.yaml b/stable/shoko-server/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/simply-shorten/8.6.0/templates/common.yaml
rename to stable/shoko-server/9.7.3/templates/common.yaml
diff --git a/stable/sinusbot/5.6.0/values.yaml b/stable/shoko-server/9.7.3/values.yaml
similarity index 100%
rename from stable/sinusbot/5.6.0/values.yaml
rename to stable/shoko-server/9.7.3/values.yaml
diff --git a/stable/shortipy/5.6.0/CHANGELOG.md b/stable/shortipy/5.6.0/CHANGELOG.md
deleted file mode 100644
index c554880f07e..00000000000
--- a/stable/shortipy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shortipy-5.6.0](https://github.com/truecharts/charts/compare/shortipy-5.5.2...shortipy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shortipy-5.5.2](https://github.com/truecharts/charts/compare/shortipy-5.5.1...shortipy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shortipy-5.5.1](https://github.com/truecharts/charts/compare/shortipy-5.5.0...shortipy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shortipy-5.5.0](https://github.com/truecharts/charts/compare/shortipy-5.4.1...shortipy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shortipy-5.4.1](https://github.com/truecharts/charts/compare/shortipy-5.4.0...shortipy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shortipy-5.4.0](https://github.com/truecharts/charts/compare/shortipy-5.3.0...shortipy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shortipy-5.3.0](https://github.com/truecharts/charts/compare/shortipy-5.2.3...shortipy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shortipy-5.2.3](https://github.com/truecharts/charts/compare/shortipy-5.2.2...shortipy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shortipy-5.2.2](https://github.com/truecharts/charts/compare/shortipy-5.2.0...shortipy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shortipy/5.6.0/Chart.yaml b/stable/shortipy/5.6.0/Chart.yaml
deleted file mode 100644
index 7aaeaff3a6a..00000000000
--- a/stable/shortipy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: URL Shortener in python based on flask
-home: https://truecharts.org/charts/stable/shortipy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png
-keywords:
- - shortipy
- - Tools-Utilities
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shortipy
-sources:
- - https://github.com/maschhoff/shortipy
- - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy
- - https://hub.docker.com/r/knex666/shortipy
-type: application
-version: 5.6.0
diff --git a/stable/shortipy/5.6.0/charts/common-20.1.5.tgz b/stable/shortipy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shortipy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/slack-invite/5.6.0/.helmignore b/stable/shortipy/5.7.3/.helmignore
similarity index 100%
rename from stable/slack-invite/5.6.0/.helmignore
rename to stable/shortipy/5.7.3/.helmignore
diff --git a/stable/shortipy/5.7.3/CHANGELOG.md b/stable/shortipy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fea77772517
--- /dev/null
+++ b/stable/shortipy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shortipy-5.7.2](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shortipy/5.7.3/Chart.yaml b/stable/shortipy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..460c4eaddbd
--- /dev/null
+++ b/stable/shortipy/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: URL Shortener in python based on flask
+home: https://truecharts.org/charts/stable/shortipy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png
+keywords:
+ - shortipy
+ - Tools-Utilities
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shortipy
+sources:
+ - https://github.com/maschhoff/shortipy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy
+ - https://hub.docker.com/r/knex666/shortipy
+type: application
+version: 5.7.3
diff --git a/stable/shortipy/5.6.0/README.md b/stable/shortipy/5.7.3/README.md
similarity index 100%
rename from stable/shortipy/5.6.0/README.md
rename to stable/shortipy/5.7.3/README.md
diff --git a/stable/shortipy/5.7.3/app-changelog.md b/stable/shortipy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..f4990b0a9f5
--- /dev/null
+++ b/stable/shortipy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shortipy-5.7.3](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shortipy/5.6.0/app-readme.md b/stable/shortipy/5.7.3/app-readme.md
similarity index 100%
rename from stable/shortipy/5.6.0/app-readme.md
rename to stable/shortipy/5.7.3/app-readme.md
diff --git a/stable/shortipy/5.7.3/charts/common-20.2.4.tgz b/stable/shortipy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shortipy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shortipy/5.6.0/ix_values.yaml b/stable/shortipy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/shortipy/5.6.0/ix_values.yaml
rename to stable/shortipy/5.7.3/ix_values.yaml
diff --git a/stable/shortipy/5.6.0/questions.yaml b/stable/shortipy/5.7.3/questions.yaml
similarity index 100%
rename from stable/shortipy/5.6.0/questions.yaml
rename to stable/shortipy/5.7.3/questions.yaml
diff --git a/stable/sinusbot/5.6.0/templates/common.yaml b/stable/shortipy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/sinusbot/5.6.0/templates/common.yaml
rename to stable/shortipy/5.7.3/templates/common.yaml
diff --git a/stable/slack-invite/5.6.0/values.yaml b/stable/shortipy/5.7.3/values.yaml
similarity index 100%
rename from stable/slack-invite/5.6.0/values.yaml
rename to stable/shortipy/5.7.3/values.yaml
diff --git a/stable/shorturl/10.6.0/CHANGELOG.md b/stable/shorturl/10.6.0/CHANGELOG.md
deleted file mode 100644
index 88d1df4d56d..00000000000
--- a/stable/shorturl/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [shorturl-10.6.0](https://github.com/truecharts/charts/compare/shorturl-10.5.2...shorturl-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [shorturl-10.5.2](https://github.com/truecharts/charts/compare/shorturl-10.5.1...shorturl-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [shorturl-10.5.1](https://github.com/truecharts/charts/compare/shorturl-10.5.0...shorturl-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [shorturl-10.5.0](https://github.com/truecharts/charts/compare/shorturl-10.4.1...shorturl-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [shorturl-10.4.1](https://github.com/truecharts/charts/compare/shorturl-10.4.0...shorturl-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [shorturl-10.4.0](https://github.com/truecharts/charts/compare/shorturl-10.3.0...shorturl-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [shorturl-10.3.0](https://github.com/truecharts/charts/compare/shorturl-10.2.3...shorturl-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [shorturl-10.2.3](https://github.com/truecharts/charts/compare/shorturl-10.2.2...shorturl-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [shorturl-10.2.2](https://github.com/truecharts/charts/compare/shorturl-10.2.0...shorturl-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/shorturl/10.6.0/Chart.yaml b/stable/shorturl/10.6.0/Chart.yaml
deleted file mode 100644
index a3b0c3c5d29..00000000000
--- a/stable/shorturl/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.1.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Self hosted web app for shortening urls (URL shortener)
-home: https://truecharts.org/charts/stable/shorturl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png
-keywords:
- - url
- - shortener
- - shorten
- - shorturl
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: shorturl
-sources:
- - https://github.com/prologic/shorturl
- - https://github.com/nicholaswilde/docker-shorturl
- - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl
- - https://ghcr.io/nicholaswilde/shorturl
-type: application
-version: 10.6.0
diff --git a/stable/shorturl/10.6.0/charts/common-20.1.5.tgz b/stable/shorturl/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/shorturl/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/slash/4.7.2/.helmignore b/stable/shorturl/10.7.3/.helmignore
similarity index 100%
rename from stable/slash/4.7.2/.helmignore
rename to stable/shorturl/10.7.3/.helmignore
diff --git a/stable/shorturl/10.7.3/CHANGELOG.md b/stable/shorturl/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c3113283894
--- /dev/null
+++ b/stable/shorturl/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [shorturl-10.7.2](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/shorturl/10.7.3/Chart.yaml b/stable/shorturl/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..b5416e71a1f
--- /dev/null
+++ b/stable/shorturl/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Self hosted web app for shortening urls (URL shortener)
+home: https://truecharts.org/charts/stable/shorturl
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png
+keywords:
+ - url
+ - shortener
+ - shorten
+ - shorturl
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: shorturl
+sources:
+ - https://github.com/prologic/shorturl
+ - https://github.com/nicholaswilde/docker-shorturl
+ - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl
+ - https://ghcr.io/nicholaswilde/shorturl
+type: application
+version: 10.7.3
diff --git a/stable/shorturl/10.6.0/README.md b/stable/shorturl/10.7.3/README.md
similarity index 100%
rename from stable/shorturl/10.6.0/README.md
rename to stable/shorturl/10.7.3/README.md
diff --git a/stable/shorturl/10.7.3/app-changelog.md b/stable/shorturl/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..cbc215cc0ce
--- /dev/null
+++ b/stable/shorturl/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [shorturl-10.7.3](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/shorturl/10.6.0/app-readme.md b/stable/shorturl/10.7.3/app-readme.md
similarity index 100%
rename from stable/shorturl/10.6.0/app-readme.md
rename to stable/shorturl/10.7.3/app-readme.md
diff --git a/stable/shorturl/10.7.3/charts/common-20.2.4.tgz b/stable/shorturl/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/shorturl/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/shorturl/10.6.0/ix_values.yaml b/stable/shorturl/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/shorturl/10.6.0/ix_values.yaml
rename to stable/shorturl/10.7.3/ix_values.yaml
diff --git a/stable/shorturl/10.6.0/questions.yaml b/stable/shorturl/10.7.3/questions.yaml
similarity index 100%
rename from stable/shorturl/10.6.0/questions.yaml
rename to stable/shorturl/10.7.3/questions.yaml
diff --git a/stable/slash/4.7.2/templates/NOTES.txt b/stable/shorturl/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/slash/4.7.2/templates/NOTES.txt
rename to stable/shorturl/10.7.3/templates/NOTES.txt
diff --git a/stable/sickchill/11.8.0/templates/common.yaml b/stable/shorturl/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/sickchill/11.8.0/templates/common.yaml
rename to stable/shorturl/10.7.3/templates/common.yaml
diff --git a/stable/slash/4.7.2/values.yaml b/stable/shorturl/10.7.3/values.yaml
similarity index 100%
rename from stable/slash/4.7.2/values.yaml
rename to stable/shorturl/10.7.3/values.yaml
diff --git a/stable/sia-daemon/5.6.0/CHANGELOG.md b/stable/sia-daemon/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6e231c2f36c..00000000000
--- a/stable/sia-daemon/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sia-daemon-5.6.0](https://github.com/truecharts/charts/compare/sia-daemon-5.5.2...sia-daemon-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sia-daemon-5.5.2](https://github.com/truecharts/charts/compare/sia-daemon-5.5.1...sia-daemon-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sia-daemon-5.5.1](https://github.com/truecharts/charts/compare/sia-daemon-5.5.0...sia-daemon-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sia-daemon-5.5.0](https://github.com/truecharts/charts/compare/sia-daemon-5.4.1...sia-daemon-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sia-daemon-5.4.1](https://github.com/truecharts/charts/compare/sia-daemon-5.4.0...sia-daemon-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sia-daemon-5.4.0](https://github.com/truecharts/charts/compare/sia-daemon-5.3.0...sia-daemon-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sia-daemon-5.3.0](https://github.com/truecharts/charts/compare/sia-daemon-5.2.3...sia-daemon-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sia-daemon-5.2.3](https://github.com/truecharts/charts/compare/sia-daemon-5.2.2...sia-daemon-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sia-daemon-5.2.2](https://github.com/truecharts/charts/compare/sia-daemon-5.2.0...sia-daemon-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sia-daemon/5.6.0/Chart.yaml b/stable/sia-daemon/5.6.0/Chart.yaml
deleted file mode 100644
index fbaecd95de7..00000000000
--- a/stable/sia-daemon/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: master
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money.
-home: https://truecharts.org/charts/stable/sia-daemon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png
-keywords:
- - sia-daemon
- - Cloud
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sia-daemon
-sources:
- - https://github.com/siafoundation/siad
- - https://github.com/SiaFoundation/siad/pkgs/container/siad
- - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon
- - https://ghcr.io/siafoundation/siad
-type: application
-version: 5.6.0
diff --git a/stable/sia-daemon/5.6.0/charts/common-20.1.5.tgz b/stable/sia-daemon/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sia-daemon/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/smartctl-exporter/2.8.0/.helmignore b/stable/sia-daemon/5.7.3/.helmignore
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/.helmignore
rename to stable/sia-daemon/5.7.3/.helmignore
diff --git a/stable/sia-daemon/5.7.3/CHANGELOG.md b/stable/sia-daemon/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..10930b1ff27
--- /dev/null
+++ b/stable/sia-daemon/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sia-daemon-5.7.2](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sia-daemon/5.7.3/Chart.yaml b/stable/sia-daemon/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..12d2a75c7b8
--- /dev/null
+++ b/stable/sia-daemon/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: master
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money.
+home: https://truecharts.org/charts/stable/sia-daemon
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png
+keywords:
+ - sia-daemon
+ - Cloud
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sia-daemon
+sources:
+ - https://github.com/siafoundation/siad
+ - https://github.com/SiaFoundation/siad/pkgs/container/siad
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon
+ - https://ghcr.io/siafoundation/siad
+type: application
+version: 5.7.3
diff --git a/stable/sia-daemon/5.6.0/README.md b/stable/sia-daemon/5.7.3/README.md
similarity index 100%
rename from stable/sia-daemon/5.6.0/README.md
rename to stable/sia-daemon/5.7.3/README.md
diff --git a/stable/sia-daemon/5.7.3/app-changelog.md b/stable/sia-daemon/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4c1ace89d46
--- /dev/null
+++ b/stable/sia-daemon/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sia-daemon-5.7.3](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sia-daemon/5.6.0/app-readme.md b/stable/sia-daemon/5.7.3/app-readme.md
similarity index 100%
rename from stable/sia-daemon/5.6.0/app-readme.md
rename to stable/sia-daemon/5.7.3/app-readme.md
diff --git a/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz b/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sia-daemon/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sia-daemon/5.6.0/ix_values.yaml b/stable/sia-daemon/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/sia-daemon/5.6.0/ix_values.yaml
rename to stable/sia-daemon/5.7.3/ix_values.yaml
diff --git a/stable/sia-daemon/5.6.0/questions.yaml b/stable/sia-daemon/5.7.3/questions.yaml
similarity index 100%
rename from stable/sia-daemon/5.6.0/questions.yaml
rename to stable/sia-daemon/5.7.3/questions.yaml
diff --git a/stable/slack-invite/5.6.0/templates/common.yaml b/stable/sia-daemon/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/slack-invite/5.6.0/templates/common.yaml
rename to stable/sia-daemon/5.7.3/templates/common.yaml
diff --git a/stable/smartctl-exporter/2.8.0/values.yaml b/stable/sia-daemon/5.7.3/values.yaml
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/values.yaml
rename to stable/sia-daemon/5.7.3/values.yaml
diff --git a/stable/sickchill/11.8.0/CHANGELOG.md b/stable/sickchill/11.8.0/CHANGELOG.md
deleted file mode 100644
index b223c4af652..00000000000
--- a/stable/sickchill/11.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
diff --git a/stable/sickchill/11.8.0/Chart.yaml b/stable/sickchill/11.8.0/Chart.yaml
deleted file mode 100644
index 5ebf2f72071..00000000000
--- a/stable/sickchill/11.8.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.3.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An Automatic Video Library Manager for TV Shows
-home: https://truecharts.org/charts/stable/sickchill
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png
-keywords:
- - sickchill
- - video
- - library
- - manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sickchill
-sources:
- - https://github.com/SickChill/SickChill
- - https://github.com/linuxserver/docker-sickchill
- - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill
- - https://ghcr.io/linuxserver/sickchill
-type: application
-version: 11.8.0
diff --git a/stable/sickchill/11.8.0/app-changelog.md b/stable/sickchill/11.8.0/app-changelog.md
deleted file mode 100644
index 33b19340c81..00000000000
--- a/stable/sickchill/11.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [sickchill-11.8.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
\ No newline at end of file
diff --git a/stable/sickchill/11.8.0/charts/common-20.2.0.tgz b/stable/sickchill/11.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/sickchill/11.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/sickchill/11.8.0/ix_values.yaml b/stable/sickchill/11.8.0/ix_values.yaml
deleted file mode 100644
index 280d064aa91..00000000000
--- a/stable/sickchill/11.8.0/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/sickchill
- pullPolicy: IfNotPresent
- tag: 2024.3.1@sha256:c2ab87f820d444d709d5748d220b3aeca97402edadc5343f4809fba4c0a117df
-service:
- main:
- ports:
- main:
- port: 10067
- targetPort: 8081
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/smokeping/10.7.2/.helmignore b/stable/sickchill/11.8.4/.helmignore
similarity index 100%
rename from stable/smokeping/10.7.2/.helmignore
rename to stable/sickchill/11.8.4/.helmignore
diff --git a/stable/sickchill/11.8.4/CHANGELOG.md b/stable/sickchill/11.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..26248df5d81
--- /dev/null
+++ b/stable/sickchill/11.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sickchill-11.8.4](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
+
+
+## [sickchill-11.8.3](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
+
+
+## [sickchill-11.8.3](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
+
+
+## [sickchill-11.8.3](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
+
+
+## [sickchill-11.8.3](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
+
+
+## [sickchill-11.8.3](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/sickchill/11.8.4/Chart.yaml b/stable/sickchill/11.8.4/Chart.yaml
new file mode 100644
index 00000000000..aad62331ac1
--- /dev/null
+++ b/stable/sickchill/11.8.4/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.3.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An Automatic Video Library Manager for TV Shows
+home: https://truecharts.org/charts/stable/sickchill
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png
+keywords:
+ - sickchill
+ - video
+ - library
+ - manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sickchill
+sources:
+ - https://github.com/SickChill/SickChill
+ - https://github.com/linuxserver/docker-sickchill
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill
+ - https://ghcr.io/linuxserver/sickchill
+type: application
+version: 11.8.4
diff --git a/stable/sickchill/11.8.0/README.md b/stable/sickchill/11.8.4/README.md
similarity index 100%
rename from stable/sickchill/11.8.0/README.md
rename to stable/sickchill/11.8.4/README.md
diff --git a/stable/sickchill/11.8.4/app-changelog.md b/stable/sickchill/11.8.4/app-changelog.md
new file mode 100644
index 00000000000..592533a155f
--- /dev/null
+++ b/stable/sickchill/11.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [sickchill-11.8.4](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@7ed3920](https://github.com/7ed3920) by renovate ([#19585](https://github.com/truecharts/charts/issues/19585))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@c2ab87f](https://github.com/c2ab87f) by renovate ([#19246](https://github.com/truecharts/charts/issues/19246))
\ No newline at end of file
diff --git a/stable/sickchill/11.8.0/app-readme.md b/stable/sickchill/11.8.4/app-readme.md
similarity index 100%
rename from stable/sickchill/11.8.0/app-readme.md
rename to stable/sickchill/11.8.4/app-readme.md
diff --git a/stable/sickchill/11.8.4/charts/common-20.2.4.tgz b/stable/sickchill/11.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sickchill/11.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/sickchill/11.8.4/ix_values.yaml b/stable/sickchill/11.8.4/ix_values.yaml
new file mode 100644
index 00000000000..081eae0159a
--- /dev/null
+++ b/stable/sickchill/11.8.4/ix_values.yaml
@@ -0,0 +1,25 @@
+image:
+ repository: ghcr.io/linuxserver/sickchill
+ pullPolicy: IfNotPresent
+ tag: 2024.3.1@sha256:7ed39207d2c339dd64081b377b219b217c3ef96ac74ccae827d461093c7e9e75
+service:
+ main:
+ ports:
+ main:
+ port: 10067
+ targetPort: 8081
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/sickchill/11.8.0/questions.yaml b/stable/sickchill/11.8.4/questions.yaml
similarity index 100%
rename from stable/sickchill/11.8.0/questions.yaml
rename to stable/sickchill/11.8.4/questions.yaml
diff --git a/stable/smartctl-exporter/2.8.0/templates/NOTES.txt b/stable/sickchill/11.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/templates/NOTES.txt
rename to stable/sickchill/11.8.4/templates/NOTES.txt
diff --git a/stable/sickgear/11.6.0/templates/common.yaml b/stable/sickchill/11.8.4/templates/common.yaml
similarity index 100%
rename from stable/sickgear/11.6.0/templates/common.yaml
rename to stable/sickchill/11.8.4/templates/common.yaml
diff --git a/stable/smokeping/10.7.2/values.yaml b/stable/sickchill/11.8.4/values.yaml
similarity index 100%
rename from stable/smokeping/10.7.2/values.yaml
rename to stable/sickchill/11.8.4/values.yaml
diff --git a/stable/sickgear/11.6.0/CHANGELOG.md b/stable/sickgear/11.6.0/CHANGELOG.md
deleted file mode 100644
index 4c62bba8def..00000000000
--- a/stable/sickgear/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sickgear-11.6.0](https://github.com/truecharts/charts/compare/sickgear-11.5.2...sickgear-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sickgear-11.5.2](https://github.com/truecharts/charts/compare/sickgear-11.5.1...sickgear-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sickgear-11.5.1](https://github.com/truecharts/charts/compare/sickgear-11.5.0...sickgear-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sickgear-11.5.0](https://github.com/truecharts/charts/compare/sickgear-11.4.1...sickgear-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sickgear-11.4.1](https://github.com/truecharts/charts/compare/sickgear-11.4.0...sickgear-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sickgear-11.4.0](https://github.com/truecharts/charts/compare/sickgear-11.3.0...sickgear-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sickgear-11.3.0](https://github.com/truecharts/charts/compare/sickgear-11.2.3...sickgear-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sickgear-11.2.3](https://github.com/truecharts/charts/compare/sickgear-11.2.2...sickgear-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sickgear-11.2.2](https://github.com/truecharts/charts/compare/sickgear-11.2.0...sickgear-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sickgear/11.6.0/Chart.yaml b/stable/sickgear/11.6.0/Chart.yaml
deleted file mode 100644
index 09c73bc69f4..00000000000
--- a/stable/sickgear/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
-home: https://truecharts.org/charts/stable/sickgear
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png
-keywords:
- - sickgear
- - manager
- - tv
- - shows
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sickgear
-sources:
- - https://github.com/SickGear/SickGear
- - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear
- - https://hub.docker.com/r/sickgear/sickgear
-type: application
-version: 11.6.0
diff --git a/stable/sickgear/11.6.0/charts/common-20.1.5.tgz b/stable/sickgear/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sickgear/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/smtp-relay/3.6.0/.helmignore b/stable/sickgear/11.7.3/.helmignore
similarity index 100%
rename from stable/smtp-relay/3.6.0/.helmignore
rename to stable/sickgear/11.7.3/.helmignore
diff --git a/stable/sickgear/11.7.3/CHANGELOG.md b/stable/sickgear/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..664aa40be1b
--- /dev/null
+++ b/stable/sickgear/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sickgear-11.7.2](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sickgear/11.7.3/Chart.yaml b/stable/sickgear/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..ae843fd936b
--- /dev/null
+++ b/stable/sickgear/11.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
+home: https://truecharts.org/charts/stable/sickgear
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png
+keywords:
+ - sickgear
+ - manager
+ - tv
+ - shows
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sickgear
+sources:
+ - https://github.com/SickGear/SickGear
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear
+ - https://hub.docker.com/r/sickgear/sickgear
+type: application
+version: 11.7.3
diff --git a/stable/sickgear/11.6.0/README.md b/stable/sickgear/11.7.3/README.md
similarity index 100%
rename from stable/sickgear/11.6.0/README.md
rename to stable/sickgear/11.7.3/README.md
diff --git a/stable/sickgear/11.7.3/app-changelog.md b/stable/sickgear/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..65de1613e19
--- /dev/null
+++ b/stable/sickgear/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sickgear-11.7.3](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sickgear/11.6.0/app-readme.md b/stable/sickgear/11.7.3/app-readme.md
similarity index 100%
rename from stable/sickgear/11.6.0/app-readme.md
rename to stable/sickgear/11.7.3/app-readme.md
diff --git a/stable/sickgear/11.7.3/charts/common-20.2.4.tgz b/stable/sickgear/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sickgear/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sickgear/11.6.0/ix_values.yaml b/stable/sickgear/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/sickgear/11.6.0/ix_values.yaml
rename to stable/sickgear/11.7.3/ix_values.yaml
diff --git a/stable/sickgear/11.6.0/questions.yaml b/stable/sickgear/11.7.3/questions.yaml
similarity index 100%
rename from stable/sickgear/11.6.0/questions.yaml
rename to stable/sickgear/11.7.3/questions.yaml
diff --git a/stable/smokeping/10.7.2/templates/NOTES.txt b/stable/sickgear/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/smokeping/10.7.2/templates/NOTES.txt
rename to stable/sickgear/11.7.3/templates/NOTES.txt
diff --git a/stable/smokeping/10.7.2/templates/common.yaml b/stable/sickgear/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/smokeping/10.7.2/templates/common.yaml
rename to stable/sickgear/11.7.3/templates/common.yaml
diff --git a/stable/smtp-relay/3.6.0/values.yaml b/stable/sickgear/11.7.3/values.yaml
similarity index 100%
rename from stable/smtp-relay/3.6.0/values.yaml
rename to stable/sickgear/11.7.3/values.yaml
diff --git a/stable/simply-shorten/8.6.0/CHANGELOG.md b/stable/simply-shorten/8.6.0/CHANGELOG.md
deleted file mode 100644
index add9316d043..00000000000
--- a/stable/simply-shorten/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [simply-shorten-8.6.0](https://github.com/truecharts/charts/compare/simply-shorten-8.5.2...simply-shorten-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [simply-shorten-8.5.2](https://github.com/truecharts/charts/compare/simply-shorten-8.5.1...simply-shorten-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [simply-shorten-8.5.1](https://github.com/truecharts/charts/compare/simply-shorten-8.5.0...simply-shorten-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [simply-shorten-8.5.0](https://github.com/truecharts/charts/compare/simply-shorten-8.4.1...simply-shorten-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [simply-shorten-8.4.1](https://github.com/truecharts/charts/compare/simply-shorten-8.4.0...simply-shorten-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [simply-shorten-8.4.0](https://github.com/truecharts/charts/compare/simply-shorten-8.3.0...simply-shorten-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [simply-shorten-8.3.0](https://github.com/truecharts/charts/compare/simply-shorten-8.2.3...simply-shorten-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [simply-shorten-8.2.3](https://github.com/truecharts/charts/compare/simply-shorten-8.2.2...simply-shorten-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [simply-shorten-8.2.2](https://github.com/truecharts/charts/compare/simply-shorten-8.2.0...simply-shorten-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/simply-shorten/8.6.0/Chart.yaml b/stable/simply-shorten/8.6.0/Chart.yaml
deleted file mode 100644
index 607d76eed83..00000000000
--- a/stable/simply-shorten/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.1.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A dead simple URL shortener.
-home: https://truecharts.org/charts/stable/simply-shorten
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png
-keywords:
- - simply-shorten
- - Cloud
- - Productivity
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: simply-shorten
-sources:
- - https://gitlab.com/draganczukp/simply-shorten
- - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten
- - https://hub.docker.com/r/draganczukp/simply-shorten
-type: application
-version: 8.6.0
diff --git a/stable/simply-shorten/8.6.0/charts/common-20.1.5.tgz b/stable/simply-shorten/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/simply-shorten/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/snapdrop/9.7.0/.helmignore b/stable/simply-shorten/8.7.3/.helmignore
similarity index 100%
rename from stable/snapdrop/9.7.0/.helmignore
rename to stable/simply-shorten/8.7.3/.helmignore
diff --git a/stable/simply-shorten/8.7.3/CHANGELOG.md b/stable/simply-shorten/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bfa3a91e753
--- /dev/null
+++ b/stable/simply-shorten/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [simply-shorten-8.7.2](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/simply-shorten/8.7.3/Chart.yaml b/stable/simply-shorten/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..19fe4ccf59f
--- /dev/null
+++ b/stable/simply-shorten/8.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A dead simple URL shortener.
+home: https://truecharts.org/charts/stable/simply-shorten
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png
+keywords:
+ - simply-shorten
+ - Cloud
+ - Productivity
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: simply-shorten
+sources:
+ - https://gitlab.com/draganczukp/simply-shorten
+ - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten
+ - https://hub.docker.com/r/draganczukp/simply-shorten
+type: application
+version: 8.7.3
diff --git a/stable/simply-shorten/8.6.0/README.md b/stable/simply-shorten/8.7.3/README.md
similarity index 100%
rename from stable/simply-shorten/8.6.0/README.md
rename to stable/simply-shorten/8.7.3/README.md
diff --git a/stable/simply-shorten/8.7.3/app-changelog.md b/stable/simply-shorten/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..d668de459bc
--- /dev/null
+++ b/stable/simply-shorten/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [simply-shorten-8.7.3](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/simply-shorten/8.6.0/app-readme.md b/stable/simply-shorten/8.7.3/app-readme.md
similarity index 100%
rename from stable/simply-shorten/8.6.0/app-readme.md
rename to stable/simply-shorten/8.7.3/app-readme.md
diff --git a/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz b/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/simply-shorten/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/simply-shorten/8.6.0/ix_values.yaml b/stable/simply-shorten/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/simply-shorten/8.6.0/ix_values.yaml
rename to stable/simply-shorten/8.7.3/ix_values.yaml
diff --git a/stable/simply-shorten/8.6.0/questions.yaml b/stable/simply-shorten/8.7.3/questions.yaml
similarity index 100%
rename from stable/simply-shorten/8.6.0/questions.yaml
rename to stable/simply-shorten/8.7.3/questions.yaml
diff --git a/stable/smtp-relay/3.6.0/templates/NOTES.txt b/stable/simply-shorten/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/smtp-relay/3.6.0/templates/NOTES.txt
rename to stable/simply-shorten/8.7.3/templates/NOTES.txt
diff --git a/stable/socials/5.6.0/templates/common.yaml b/stable/simply-shorten/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/socials/5.6.0/templates/common.yaml
rename to stable/simply-shorten/8.7.3/templates/common.yaml
diff --git a/stable/snapdrop/9.7.0/values.yaml b/stable/simply-shorten/8.7.3/values.yaml
similarity index 100%
rename from stable/snapdrop/9.7.0/values.yaml
rename to stable/simply-shorten/8.7.3/values.yaml
diff --git a/stable/sinusbot/5.6.0/CHANGELOG.md b/stable/sinusbot/5.6.0/CHANGELOG.md
deleted file mode 100644
index 2c032422e7e..00000000000
--- a/stable/sinusbot/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sinusbot-5.6.0](https://github.com/truecharts/charts/compare/sinusbot-5.5.2...sinusbot-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sinusbot-5.5.2](https://github.com/truecharts/charts/compare/sinusbot-5.5.1...sinusbot-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sinusbot-5.5.1](https://github.com/truecharts/charts/compare/sinusbot-5.5.0...sinusbot-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sinusbot-5.5.0](https://github.com/truecharts/charts/compare/sinusbot-5.4.1...sinusbot-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sinusbot-5.4.1](https://github.com/truecharts/charts/compare/sinusbot-5.4.0...sinusbot-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sinusbot-5.4.0](https://github.com/truecharts/charts/compare/sinusbot-5.3.0...sinusbot-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sinusbot-5.3.0](https://github.com/truecharts/charts/compare/sinusbot-5.2.3...sinusbot-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sinusbot-5.2.3](https://github.com/truecharts/charts/compare/sinusbot-5.2.2...sinusbot-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sinusbot-5.2.2](https://github.com/truecharts/charts/compare/sinusbot-5.2.0...sinusbot-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sinusbot/5.6.0/Chart.yaml b/stable/sinusbot/5.6.0/Chart.yaml
deleted file mode 100644
index 5568968441a..00000000000
--- a/stable/sinusbot/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord.
-home: https://truecharts.org/charts/stable/sinusbot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png
-keywords:
- - sinusbot
- - Productivity
- - Tools-Utilities
- - MediaServer-Music
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sinusbot
-sources:
- - https://forum.sinusbot.com
- - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot
- - https://hub.docker.com/r/sinusbot/docker
-type: application
-version: 5.6.0
diff --git a/stable/sinusbot/5.6.0/charts/common-20.1.5.tgz b/stable/sinusbot/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sinusbot/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/snippet-box/7.6.0/.helmignore b/stable/sinusbot/5.7.3/.helmignore
similarity index 100%
rename from stable/snippet-box/7.6.0/.helmignore
rename to stable/sinusbot/5.7.3/.helmignore
diff --git a/stable/sinusbot/5.7.3/CHANGELOG.md b/stable/sinusbot/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..1a9a3c86457
--- /dev/null
+++ b/stable/sinusbot/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sinusbot-5.7.2](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sinusbot/5.7.3/Chart.yaml b/stable/sinusbot/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0f7c59cd5c0
--- /dev/null
+++ b/stable/sinusbot/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord.
+home: https://truecharts.org/charts/stable/sinusbot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png
+keywords:
+ - sinusbot
+ - Productivity
+ - Tools-Utilities
+ - MediaServer-Music
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sinusbot
+sources:
+ - https://forum.sinusbot.com
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot
+ - https://hub.docker.com/r/sinusbot/docker
+type: application
+version: 5.7.3
diff --git a/stable/sinusbot/5.6.0/README.md b/stable/sinusbot/5.7.3/README.md
similarity index 100%
rename from stable/sinusbot/5.6.0/README.md
rename to stable/sinusbot/5.7.3/README.md
diff --git a/stable/sinusbot/5.7.3/app-changelog.md b/stable/sinusbot/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e10d45e2a6a
--- /dev/null
+++ b/stable/sinusbot/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sinusbot-5.7.3](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sinusbot/5.6.0/app-readme.md b/stable/sinusbot/5.7.3/app-readme.md
similarity index 100%
rename from stable/sinusbot/5.6.0/app-readme.md
rename to stable/sinusbot/5.7.3/app-readme.md
diff --git a/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz b/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sinusbot/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sinusbot/5.6.0/ix_values.yaml b/stable/sinusbot/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/sinusbot/5.6.0/ix_values.yaml
rename to stable/sinusbot/5.7.3/ix_values.yaml
diff --git a/stable/sinusbot/5.6.0/questions.yaml b/stable/sinusbot/5.7.3/questions.yaml
similarity index 100%
rename from stable/sinusbot/5.6.0/questions.yaml
rename to stable/sinusbot/5.7.3/questions.yaml
diff --git a/stable/songkong/5.7.1/templates/common.yaml b/stable/sinusbot/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/songkong/5.7.1/templates/common.yaml
rename to stable/sinusbot/5.7.3/templates/common.yaml
diff --git a/stable/snippet-box/7.6.0/values.yaml b/stable/sinusbot/5.7.3/values.yaml
similarity index 100%
rename from stable/snippet-box/7.6.0/values.yaml
rename to stable/sinusbot/5.7.3/values.yaml
diff --git a/stable/slack-invite/5.6.0/CHANGELOG.md b/stable/slack-invite/5.6.0/CHANGELOG.md
deleted file mode 100644
index cdbd9c44072..00000000000
--- a/stable/slack-invite/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [slack-invite-5.6.0](https://github.com/truecharts/charts/compare/slack-invite-5.5.2...slack-invite-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [slack-invite-5.5.2](https://github.com/truecharts/charts/compare/slack-invite-5.5.1...slack-invite-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [slack-invite-5.5.1](https://github.com/truecharts/charts/compare/slack-invite-5.5.0...slack-invite-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [slack-invite-5.5.0](https://github.com/truecharts/charts/compare/slack-invite-5.4.1...slack-invite-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [slack-invite-5.4.1](https://github.com/truecharts/charts/compare/slack-invite-5.4.0...slack-invite-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [slack-invite-5.4.0](https://github.com/truecharts/charts/compare/slack-invite-5.3.0...slack-invite-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [slack-invite-5.3.0](https://github.com/truecharts/charts/compare/slack-invite-5.2.3...slack-invite-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [slack-invite-5.2.3](https://github.com/truecharts/charts/compare/slack-invite-5.2.2...slack-invite-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [slack-invite-5.2.2](https://github.com/truecharts/charts/compare/slack-invite-5.2.0...slack-invite-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/slack-invite/5.6.0/Chart.yaml b/stable/slack-invite/5.6.0/Chart.yaml
deleted file mode 100644
index e33550c04a7..00000000000
--- a/stable/slack-invite/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Messenger
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Creates a simple webpage for Slack invite signups
-home: https://truecharts.org/charts/stable/slack-invite
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png
-keywords:
- - slack-invite
- - Network-Messenger
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: slack-invite
-sources:
- - httpss://github.com/ninthwalker/slack-invite
- - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite
- - https://hub.docker.com/r/ninthwalker/slack-invite
-type: application
-version: 5.6.0
diff --git a/stable/slack-invite/5.6.0/charts/common-20.1.5.tgz b/stable/slack-invite/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/slack-invite/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/socials/5.6.0/.helmignore b/stable/slack-invite/5.7.3/.helmignore
similarity index 100%
rename from stable/socials/5.6.0/.helmignore
rename to stable/slack-invite/5.7.3/.helmignore
diff --git a/stable/slack-invite/5.7.3/CHANGELOG.md b/stable/slack-invite/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5a04e57979b
--- /dev/null
+++ b/stable/slack-invite/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slack-invite-5.7.2](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/slack-invite/5.7.3/Chart.yaml b/stable/slack-invite/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c2c82d3778e
--- /dev/null
+++ b/stable/slack-invite/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Messenger
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Creates a simple webpage for Slack invite signups
+home: https://truecharts.org/charts/stable/slack-invite
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png
+keywords:
+ - slack-invite
+ - Network-Messenger
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: slack-invite
+sources:
+ - httpss://github.com/ninthwalker/slack-invite
+ - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite
+ - https://hub.docker.com/r/ninthwalker/slack-invite
+type: application
+version: 5.7.3
diff --git a/stable/slack-invite/5.6.0/README.md b/stable/slack-invite/5.7.3/README.md
similarity index 100%
rename from stable/slack-invite/5.6.0/README.md
rename to stable/slack-invite/5.7.3/README.md
diff --git a/stable/slack-invite/5.7.3/app-changelog.md b/stable/slack-invite/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b3635566da0
--- /dev/null
+++ b/stable/slack-invite/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [slack-invite-5.7.3](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/slack-invite/5.6.0/app-readme.md b/stable/slack-invite/5.7.3/app-readme.md
similarity index 100%
rename from stable/slack-invite/5.6.0/app-readme.md
rename to stable/slack-invite/5.7.3/app-readme.md
diff --git a/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz b/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/slack-invite/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/slack-invite/5.6.0/ix_values.yaml b/stable/slack-invite/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/slack-invite/5.6.0/ix_values.yaml
rename to stable/slack-invite/5.7.3/ix_values.yaml
diff --git a/stable/slack-invite/5.6.0/questions.yaml b/stable/slack-invite/5.7.3/questions.yaml
similarity index 100%
rename from stable/slack-invite/5.6.0/questions.yaml
rename to stable/slack-invite/5.7.3/questions.yaml
diff --git a/stable/sourcegraph/5.7.0/templates/common.yaml b/stable/slack-invite/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/sourcegraph/5.7.0/templates/common.yaml
rename to stable/slack-invite/5.7.3/templates/common.yaml
diff --git a/stable/socials/5.6.0/values.yaml b/stable/slack-invite/5.7.3/values.yaml
similarity index 100%
rename from stable/socials/5.6.0/values.yaml
rename to stable/slack-invite/5.7.3/values.yaml
diff --git a/stable/slash/4.7.2/CHANGELOG.md b/stable/slash/4.7.2/CHANGELOG.md
deleted file mode 100644
index 0580ad67b45..00000000000
--- a/stable/slash/4.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/slash/4.7.2/Chart.yaml b/stable/slash/4.7.2/Chart.yaml
deleted file mode 100644
index 0aafc887ead..00000000000
--- a/stable/slash/4.7.2/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: bookmarks
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A bookmarking and link shortening service that enables easy saving and sharing of links.
-home: https://truecharts.org/charts/stable/slash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png
-keywords:
- - slash
- - bookmarks
- - url-shortener
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: slash
-sources:
- - https://github.com/boojack/slash
- - https://github.com/truecharts/charts/tree/master/charts/stable/slash
- - https://hub.docker.com/r/yourselfhosted/slash
-type: application
-version: 4.7.2
diff --git a/stable/slash/4.7.2/app-changelog.md b/stable/slash/4.7.2/app-changelog.md
deleted file mode 100644
index 87dc1c2cc4c..00000000000
--- a/stable/slash/4.7.2/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/slash/4.7.2/charts/common-20.2.2.tgz b/stable/slash/4.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/slash/4.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/slash/4.7.2/ix_values.yaml b/stable/slash/4.7.2/ix_values.yaml
deleted file mode 100644
index f2e7c7aa365..00000000000
--- a/stable/slash/4.7.2/ix_values.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-image:
- repository: yourselfhosted/slash
- pullPolicy: IfNotPresent
- tag: 1.0.0@sha256:428570aa5db00b80c1fb9d8b5c5d38837cd51be6ab4775a82542e9b58d3448c5
-service:
- main:
- ports:
- main:
- protocol: http
- port: 5231
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
-persistence:
- config:
- enabled: true
- mountPath: "/var/opt/slash"
-portal:
- open:
- enabled: true
diff --git a/stable/soft-serve/6.6.0/.helmignore b/stable/slash/4.7.6/.helmignore
similarity index 100%
rename from stable/soft-serve/6.6.0/.helmignore
rename to stable/slash/4.7.6/.helmignore
diff --git a/stable/slash/4.7.6/CHANGELOG.md b/stable/slash/4.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..74199a7f05a
--- /dev/null
+++ b/stable/slash/4.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [slash-4.7.6](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slash-4.7.5](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slash-4.7.5](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slash-4.7.5](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [slash-4.7.5](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
diff --git a/stable/slash/4.7.6/Chart.yaml b/stable/slash/4.7.6/Chart.yaml
new file mode 100644
index 00000000000..2241794c474
--- /dev/null
+++ b/stable/slash/4.7.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: bookmarks
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A bookmarking and link shortening service that enables easy saving and sharing of links.
+home: https://truecharts.org/charts/stable/slash
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png
+keywords:
+ - slash
+ - bookmarks
+ - url-shortener
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: slash
+sources:
+ - https://github.com/boojack/slash
+ - https://github.com/truecharts/charts/tree/master/charts/stable/slash
+ - https://hub.docker.com/r/yourselfhosted/slash
+type: application
+version: 4.7.6
diff --git a/stable/slash/4.7.2/README.md b/stable/slash/4.7.6/README.md
similarity index 100%
rename from stable/slash/4.7.2/README.md
rename to stable/slash/4.7.6/README.md
diff --git a/stable/slash/4.7.6/app-changelog.md b/stable/slash/4.7.6/app-changelog.md
new file mode 100644
index 00000000000..8df6146e69d
--- /dev/null
+++ b/stable/slash/4.7.6/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [slash-4.7.6](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image yourselfhosted/slash to 1.0.0[@2822294](https://github.com/2822294) by renovate ([#19741](https://github.com/truecharts/charts/issues/19741))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image yourselfhosted/slash to 1.0.0[@25cba50](https://github.com/25cba50) by renovate ([#19511](https://github.com/truecharts/charts/issues/19511))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourselfhosted/slash to 1.0.0[@428570a](https://github.com/428570a) by renovate ([#19424](https://github.com/truecharts/charts/issues/19424))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/slash/4.7.2/app-readme.md b/stable/slash/4.7.6/app-readme.md
similarity index 100%
rename from stable/slash/4.7.2/app-readme.md
rename to stable/slash/4.7.6/app-readme.md
diff --git a/stable/slash/4.7.6/charts/common-20.2.4.tgz b/stable/slash/4.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/slash/4.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/slash/4.7.6/ix_values.yaml b/stable/slash/4.7.6/ix_values.yaml
new file mode 100644
index 00000000000..652743208af
--- /dev/null
+++ b/stable/slash/4.7.6/ix_values.yaml
@@ -0,0 +1,24 @@
+image:
+ repository: yourselfhosted/slash
+ pullPolicy: IfNotPresent
+ tag: 1.0.0@sha256:28222940a5d2845f7894df1ca250b6786513899f9a04d2204f5570b1b21ebac1
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 5231
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
+persistence:
+ config:
+ enabled: true
+ mountPath: "/var/opt/slash"
+portal:
+ open:
+ enabled: true
diff --git a/stable/slash/4.7.2/questions.yaml b/stable/slash/4.7.6/questions.yaml
similarity index 100%
rename from stable/slash/4.7.2/questions.yaml
rename to stable/slash/4.7.6/questions.yaml
diff --git a/stable/snapdrop/9.7.0/templates/NOTES.txt b/stable/slash/4.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/snapdrop/9.7.0/templates/NOTES.txt
rename to stable/slash/4.7.6/templates/NOTES.txt
diff --git a/stable/snapdrop/9.7.0/templates/common.yaml b/stable/slash/4.7.6/templates/common.yaml
similarity index 100%
rename from stable/snapdrop/9.7.0/templates/common.yaml
rename to stable/slash/4.7.6/templates/common.yaml
diff --git a/stable/soft-serve/6.6.0/values.yaml b/stable/slash/4.7.6/values.yaml
similarity index 100%
rename from stable/soft-serve/6.6.0/values.yaml
rename to stable/slash/4.7.6/values.yaml
diff --git a/stable/smartctl-exporter/2.8.0/CHANGELOG.md b/stable/smartctl-exporter/2.8.0/CHANGELOG.md
deleted file mode 100644
index 4f20f2fa8b2..00000000000
--- a/stable/smartctl-exporter/2.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [smartctl-exporter-2.8.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.7.2...smartctl-exporter-2.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [smartctl-exporter-2.7.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.7.1...smartctl-exporter-2.7.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [smartctl-exporter-2.7.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.7.0...smartctl-exporter-2.7.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [smartctl-exporter-2.7.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.6.1...smartctl-exporter-2.7.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [smartctl-exporter-2.6.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.6.0...smartctl-exporter-2.6.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [smartctl-exporter-2.6.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.5.0...smartctl-exporter-2.6.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [smartctl-exporter-2.5.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.3...smartctl-exporter-2.5.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [smartctl-exporter-2.4.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.2...smartctl-exporter-2.4.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [smartctl-exporter-2.4.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.0...smartctl-exporter-2.4.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/smartctl-exporter/2.8.0/Chart.yaml b/stable/smartctl-exporter/2.8.0/Chart.yaml
deleted file mode 100644
index 8c5d73bf278..00000000000
--- a/stable/smartctl-exporter/2.8.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.12.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Prometheus exporter for SMART using smartctl binary to gather metrics.
-home: https://truecharts.org/charts/stable/smartctl-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png
-keywords:
- - prometheus
- - smartctl-exporter
- - monitoring
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: smartctl-exporter
-sources:
- - https://github.com/prometheus-community/smartctl_exporter
- - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
- - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
-type: application
-version: 2.8.0
diff --git a/stable/smartctl-exporter/2.8.0/charts/common-20.1.5.tgz b/stable/smartctl-exporter/2.8.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/smartctl-exporter/2.8.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/solr/10.7.0/.helmignore b/stable/smartctl-exporter/2.9.3/.helmignore
similarity index 100%
rename from stable/solr/10.7.0/.helmignore
rename to stable/smartctl-exporter/2.9.3/.helmignore
diff --git a/stable/smartctl-exporter/2.9.3/CHANGELOG.md b/stable/smartctl-exporter/2.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..6dd4e2e8ebb
--- /dev/null
+++ b/stable/smartctl-exporter/2.9.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smartctl-exporter-2.9.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/smartctl-exporter/2.9.3/Chart.yaml b/stable/smartctl-exporter/2.9.3/Chart.yaml
new file mode 100644
index 00000000000..594e34d240c
--- /dev/null
+++ b/stable/smartctl-exporter/2.9.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.12.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Prometheus exporter for SMART using smartctl binary to gather metrics.
+home: https://truecharts.org/charts/stable/smartctl-exporter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.png
+keywords:
+ - prometheus
+ - smartctl-exporter
+ - monitoring
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: smartctl-exporter
+sources:
+ - https://github.com/prometheus-community/smartctl_exporter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
+ - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
+type: application
+version: 2.9.3
diff --git a/stable/smartctl-exporter/2.8.0/README.md b/stable/smartctl-exporter/2.9.3/README.md
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/README.md
rename to stable/smartctl-exporter/2.9.3/README.md
diff --git a/stable/smartctl-exporter/2.9.3/app-changelog.md b/stable/smartctl-exporter/2.9.3/app-changelog.md
new file mode 100644
index 00000000000..92d11b36039
--- /dev/null
+++ b/stable/smartctl-exporter/2.9.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [smartctl-exporter-2.9.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/smartctl-exporter/2.8.0/app-readme.md b/stable/smartctl-exporter/2.9.3/app-readme.md
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/app-readme.md
rename to stable/smartctl-exporter/2.9.3/app-readme.md
diff --git a/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz b/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/smartctl-exporter/2.9.3/charts/common-20.2.4.tgz differ
diff --git a/stable/smartctl-exporter/2.8.0/dashboard.json b/stable/smartctl-exporter/2.9.3/dashboard.json
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/dashboard.json
rename to stable/smartctl-exporter/2.9.3/dashboard.json
diff --git a/stable/smartctl-exporter/2.8.0/ix_values.yaml b/stable/smartctl-exporter/2.9.3/ix_values.yaml
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/ix_values.yaml
rename to stable/smartctl-exporter/2.9.3/ix_values.yaml
diff --git a/stable/smartctl-exporter/2.8.0/questions.yaml b/stable/smartctl-exporter/2.9.3/questions.yaml
similarity index 100%
rename from stable/smartctl-exporter/2.8.0/questions.yaml
rename to stable/smartctl-exporter/2.9.3/questions.yaml
diff --git a/stable/soft-serve/6.6.0/templates/NOTES.txt b/stable/smartctl-exporter/2.9.3/templates/NOTES.txt
similarity index 100%
rename from stable/soft-serve/6.6.0/templates/NOTES.txt
rename to stable/smartctl-exporter/2.9.3/templates/NOTES.txt
diff --git a/stable/snippet-box/7.6.0/templates/common.yaml b/stable/smartctl-exporter/2.9.3/templates/common.yaml
similarity index 100%
rename from stable/snippet-box/7.6.0/templates/common.yaml
rename to stable/smartctl-exporter/2.9.3/templates/common.yaml
diff --git a/stable/solr/10.7.0/values.yaml b/stable/smartctl-exporter/2.9.3/values.yaml
similarity index 100%
rename from stable/solr/10.7.0/values.yaml
rename to stable/smartctl-exporter/2.9.3/values.yaml
diff --git a/stable/smokeping/10.7.2/CHANGELOG.md b/stable/smokeping/10.7.2/CHANGELOG.md
deleted file mode 100644
index 58fcba360f8..00000000000
--- a/stable/smokeping/10.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
-
diff --git a/stable/smokeping/10.7.2/Chart.yaml b/stable/smokeping/10.7.2/Chart.yaml
deleted file mode 100644
index f7b03d32a29..00000000000
--- a/stable/smokeping/10.7.2/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.8.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Keep track of your network latency.
-home: https://truecharts.org/charts/stable/smokeping
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png
-keywords:
- - smokeping
- - network
- - latency
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: smokeping
-sources:
- - https://oss.oetiker.ch/smokeping/
- - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping
- - https://ghcr.io/linuxserver/smokeping
-type: application
-version: 10.7.2
diff --git a/stable/smokeping/10.7.2/app-changelog.md b/stable/smokeping/10.7.2/app-changelog.md
deleted file mode 100644
index fce25cafac9..00000000000
--- a/stable/smokeping/10.7.2/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [smokeping-10.7.2](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
\ No newline at end of file
diff --git a/stable/smokeping/10.7.2/charts/common-20.2.2.tgz b/stable/smokeping/10.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/smokeping/10.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/smokeping/10.7.2/ix_values.yaml b/stable/smokeping/10.7.2/ix_values.yaml
deleted file mode 100644
index 9541f5f0137..00000000000
--- a/stable/smokeping/10.7.2/ix_values.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/smokeping
- pullPolicy: IfNotPresent
- tag: 2.8.2@sha256:9c492780fd5f7a67f3addb6b84a9fad15e5ead0fb3bf10666b1759302d14a083
-strategy:
- type: Recreate
-service:
- main:
- ports:
- main:
- port: 10030
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- data:
- enabled: true
- mountPath: "/data"
- varrun:
- enabled: false
-portal:
- open:
- enabled: true
-securityContext:
- container:
- capabilities:
- add:
- - NET_RAW
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- allowPrivilegeEscalation: true
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
diff --git a/stable/sonarr/21.4.1/.helmignore b/stable/smokeping/10.7.6/.helmignore
similarity index 100%
rename from stable/sonarr/21.4.1/.helmignore
rename to stable/smokeping/10.7.6/.helmignore
diff --git a/stable/smokeping/10.7.6/CHANGELOG.md b/stable/smokeping/10.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..71d834c963f
--- /dev/null
+++ b/stable/smokeping/10.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
+
+
+## [smokeping-10.7.5](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
+
+
+## [smokeping-10.7.5](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
+
+
+## [smokeping-10.7.5](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
+
+
+## [smokeping-10.7.5](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.5) (2024-03-24)
+
+### Chore
diff --git a/stable/smokeping/10.7.6/Chart.yaml b/stable/smokeping/10.7.6/Chart.yaml
new file mode 100644
index 00000000000..660f118b40c
--- /dev/null
+++ b/stable/smokeping/10.7.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.8.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Keep track of your network latency.
+home: https://truecharts.org/charts/stable/smokeping
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png
+keywords:
+ - smokeping
+ - network
+ - latency
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: smokeping
+sources:
+ - https://oss.oetiker.ch/smokeping/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping
+ - https://ghcr.io/linuxserver/smokeping
+type: application
+version: 10.7.6
diff --git a/stable/smokeping/10.7.2/README.md b/stable/smokeping/10.7.6/README.md
similarity index 100%
rename from stable/smokeping/10.7.2/README.md
rename to stable/smokeping/10.7.6/README.md
diff --git a/stable/smokeping/10.7.6/app-changelog.md b/stable/smokeping/10.7.6/app-changelog.md
new file mode 100644
index 00000000000..c72b760860e
--- /dev/null
+++ b/stable/smokeping/10.7.6/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [smokeping-10.7.6](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@d7283c4](https://github.com/d7283c4) by renovate ([#19686](https://github.com/truecharts/charts/issues/19686))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@4245daf](https://github.com/4245daf) by renovate ([#19648](https://github.com/truecharts/charts/issues/19648))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@9c49278](https://github.com/9c49278) by renovate ([#19519](https://github.com/truecharts/charts/issues/19519))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@a1ac286](https://github.com/a1ac286) by renovate ([#19247](https://github.com/truecharts/charts/issues/19247))
\ No newline at end of file
diff --git a/stable/smokeping/10.7.2/app-readme.md b/stable/smokeping/10.7.6/app-readme.md
similarity index 100%
rename from stable/smokeping/10.7.2/app-readme.md
rename to stable/smokeping/10.7.6/app-readme.md
diff --git a/stable/smokeping/10.7.6/charts/common-20.2.4.tgz b/stable/smokeping/10.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/smokeping/10.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/smokeping/10.7.6/ix_values.yaml b/stable/smokeping/10.7.6/ix_values.yaml
new file mode 100644
index 00000000000..ff77cbc0ebc
--- /dev/null
+++ b/stable/smokeping/10.7.6/ix_values.yaml
@@ -0,0 +1,46 @@
+image:
+ repository: ghcr.io/linuxserver/smokeping
+ pullPolicy: IfNotPresent
+ tag: 2.8.2@sha256:d7283c4ee72136889e712844d8be13daf6db2c854eda702283130823b11f5250
+strategy:
+ type: Recreate
+service:
+ main:
+ ports:
+ main:
+ port: 10030
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ data:
+ enabled: true
+ mountPath: "/data"
+ varrun:
+ enabled: false
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ capabilities:
+ add:
+ - NET_RAW
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ allowPrivilegeEscalation: true
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
diff --git a/stable/smokeping/10.7.2/questions.yaml b/stable/smokeping/10.7.6/questions.yaml
similarity index 100%
rename from stable/smokeping/10.7.2/questions.yaml
rename to stable/smokeping/10.7.6/questions.yaml
diff --git a/stable/solr/10.7.0/templates/NOTES.txt b/stable/smokeping/10.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/solr/10.7.0/templates/NOTES.txt
rename to stable/smokeping/10.7.6/templates/NOTES.txt
diff --git a/stable/solr/10.7.0/templates/common.yaml b/stable/smokeping/10.7.6/templates/common.yaml
similarity index 100%
rename from stable/solr/10.7.0/templates/common.yaml
rename to stable/smokeping/10.7.6/templates/common.yaml
diff --git a/stable/sonarr/21.4.1/values.yaml b/stable/smokeping/10.7.6/values.yaml
similarity index 100%
rename from stable/sonarr/21.4.1/values.yaml
rename to stable/smokeping/10.7.6/values.yaml
diff --git a/stable/smtp-relay/3.6.0/CHANGELOG.md b/stable/smtp-relay/3.6.0/CHANGELOG.md
deleted file mode 100644
index ac07154aecb..00000000000
--- a/stable/smtp-relay/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [smtp-relay-3.6.0](https://github.com/truecharts/charts/compare/smtp-relay-3.5.2...smtp-relay-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [smtp-relay-3.5.2](https://github.com/truecharts/charts/compare/smtp-relay-3.5.1...smtp-relay-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [smtp-relay-3.5.1](https://github.com/truecharts/charts/compare/smtp-relay-3.5.0...smtp-relay-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [smtp-relay-3.5.0](https://github.com/truecharts/charts/compare/smtp-relay-3.4.1...smtp-relay-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [smtp-relay-3.4.1](https://github.com/truecharts/charts/compare/smtp-relay-3.4.0...smtp-relay-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [smtp-relay-3.4.0](https://github.com/truecharts/charts/compare/smtp-relay-3.3.0...smtp-relay-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [smtp-relay-3.3.0](https://github.com/truecharts/charts/compare/smtp-relay-3.2.3...smtp-relay-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [smtp-relay-3.2.3](https://github.com/truecharts/charts/compare/smtp-relay-3.2.2...smtp-relay-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [smtp-relay-3.2.2](https://github.com/truecharts/charts/compare/smtp-relay-3.2.0...smtp-relay-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/smtp-relay/3.6.0/Chart.yaml b/stable/smtp-relay/3.6.0/Chart.yaml
deleted file mode 100644
index fdd04dea1ac..00000000000
--- a/stable/smtp-relay/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: smtp
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.5.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A SMTP service for relaying emails.
-home: https://truecharts.org/charts/stable/smtp-relay
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png
-keywords:
- - smtp-relay
- - smtp
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: smtp-relay
-sources:
- - https://github.com/ix-ai/smtp
- - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay
- - https://ghcr.io/ix-ai/smtp
-type: application
-version: 3.6.0
diff --git a/stable/smtp-relay/3.6.0/charts/common-20.1.5.tgz b/stable/smtp-relay/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/smtp-relay/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/songkong/5.7.1/.helmignore b/stable/smtp-relay/3.7.3/.helmignore
similarity index 100%
rename from stable/songkong/5.7.1/.helmignore
rename to stable/smtp-relay/3.7.3/.helmignore
diff --git a/stable/smtp-relay/3.7.3/CHANGELOG.md b/stable/smtp-relay/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..37d8fe18c63
--- /dev/null
+++ b/stable/smtp-relay/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [smtp-relay-3.7.2](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/smtp-relay/3.7.3/Chart.yaml b/stable/smtp-relay/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..755df8440de
--- /dev/null
+++ b/stable/smtp-relay/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: smtp
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.5.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A SMTP service for relaying emails.
+home: https://truecharts.org/charts/stable/smtp-relay
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png
+keywords:
+ - smtp-relay
+ - smtp
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: smtp-relay
+sources:
+ - https://github.com/ix-ai/smtp
+ - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay
+ - https://ghcr.io/ix-ai/smtp
+type: application
+version: 3.7.3
diff --git a/stable/smtp-relay/3.6.0/README.md b/stable/smtp-relay/3.7.3/README.md
similarity index 100%
rename from stable/smtp-relay/3.6.0/README.md
rename to stable/smtp-relay/3.7.3/README.md
diff --git a/stable/smtp-relay/3.7.3/app-changelog.md b/stable/smtp-relay/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..d3d14ef975d
--- /dev/null
+++ b/stable/smtp-relay/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [smtp-relay-3.7.3](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/smtp-relay/3.6.0/app-readme.md b/stable/smtp-relay/3.7.3/app-readme.md
similarity index 100%
rename from stable/smtp-relay/3.6.0/app-readme.md
rename to stable/smtp-relay/3.7.3/app-readme.md
diff --git a/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz b/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/smtp-relay/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/smtp-relay/3.6.0/ix_values.yaml b/stable/smtp-relay/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/smtp-relay/3.6.0/ix_values.yaml
rename to stable/smtp-relay/3.7.3/ix_values.yaml
diff --git a/stable/smtp-relay/3.6.0/questions.yaml b/stable/smtp-relay/3.7.3/questions.yaml
similarity index 100%
rename from stable/smtp-relay/3.6.0/questions.yaml
rename to stable/smtp-relay/3.7.3/questions.yaml
diff --git a/stable/sonarr/21.4.1/templates/NOTES.txt b/stable/smtp-relay/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/sonarr/21.4.1/templates/NOTES.txt
rename to stable/smtp-relay/3.7.3/templates/NOTES.txt
diff --git a/stable/spaceengineers/6.6.0/templates/common.yaml b/stable/smtp-relay/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/spaceengineers/6.6.0/templates/common.yaml
rename to stable/smtp-relay/3.7.3/templates/common.yaml
diff --git a/stable/songkong/5.7.1/values.yaml b/stable/smtp-relay/3.7.3/values.yaml
similarity index 100%
rename from stable/songkong/5.7.1/values.yaml
rename to stable/smtp-relay/3.7.3/values.yaml
diff --git a/stable/snapdrop/9.7.0/CHANGELOG.md b/stable/snapdrop/9.7.0/CHANGELOG.md
deleted file mode 100644
index 6cfdcb3edde..00000000000
--- a/stable/snapdrop/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
diff --git a/stable/snapdrop/9.7.0/Chart.yaml b/stable/snapdrop/9.7.0/Chart.yaml
deleted file mode 100644
index 2c2bb1cf508..00000000000
--- a/stable/snapdrop/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
-home: https://truecharts.org/charts/stable/snapdrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png
-keywords:
- - snapdrop
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: snapdrop
-sources:
- - https://github.com/linuxserver/docker-snapdrop
- - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
- - https://hub.docker.com/r/linuxserver/snapdrop
-type: application
-version: 9.7.0
diff --git a/stable/snapdrop/9.7.0/app-changelog.md b/stable/snapdrop/9.7.0/app-changelog.md
deleted file mode 100644
index 6a02e4039e1..00000000000
--- a/stable/snapdrop/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [snapdrop-9.7.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
\ No newline at end of file
diff --git a/stable/snapdrop/9.7.0/charts/common-20.2.0.tgz b/stable/snapdrop/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/snapdrop/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/snapdrop/9.7.0/ix_values.yaml b/stable/snapdrop/9.7.0/ix_values.yaml
deleted file mode 100644
index 32bfe83372b..00000000000
--- a/stable/snapdrop/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-image:
- repository: linuxserver/snapdrop
- tag: latest@sha256:9cd65cd76ce87c98d4cc63667beff3c154c2c19be21ce8e54519b493a7a0c838
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- port: 10215
- targetPort: 80
-persistence:
- config:
- enabled: true
- mountPath: "/config"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
diff --git a/stable/sonsoftheforest/3.6.0/.helmignore b/stable/snapdrop/9.7.4/.helmignore
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/.helmignore
rename to stable/snapdrop/9.7.4/.helmignore
diff --git a/stable/snapdrop/9.7.4/CHANGELOG.md b/stable/snapdrop/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..25ec5b6f94d
--- /dev/null
+++ b/stable/snapdrop/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [snapdrop-9.7.4](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
+
+
+## [snapdrop-9.7.3](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
+
+
+## [snapdrop-9.7.3](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
+
+
+## [snapdrop-9.7.3](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
+
+
+## [snapdrop-9.7.3](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
+
+
+## [snapdrop-9.7.3](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/snapdrop/9.7.4/Chart.yaml b/stable/snapdrop/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..271e238ab31
--- /dev/null
+++ b/stable/snapdrop/9.7.4/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
+home: https://truecharts.org/charts/stable/snapdrop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png
+keywords:
+ - snapdrop
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: snapdrop
+sources:
+ - https://github.com/linuxserver/docker-snapdrop
+ - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
+ - https://hub.docker.com/r/linuxserver/snapdrop
+type: application
+version: 9.7.4
diff --git a/stable/snapdrop/9.7.0/README.md b/stable/snapdrop/9.7.4/README.md
similarity index 100%
rename from stable/snapdrop/9.7.0/README.md
rename to stable/snapdrop/9.7.4/README.md
diff --git a/stable/snapdrop/9.7.4/app-changelog.md b/stable/snapdrop/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..80ed9581c43
--- /dev/null
+++ b/stable/snapdrop/9.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [snapdrop-9.7.4](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image linuxserver/snapdrop to latest[@e552b6f](https://github.com/e552b6f) by renovate ([#19588](https://github.com/truecharts/charts/issues/19588))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image linuxserver/snapdrop to latest[@9cd65cd](https://github.com/9cd65cd) by renovate ([#19268](https://github.com/truecharts/charts/issues/19268))
\ No newline at end of file
diff --git a/stable/snapdrop/9.7.0/app-readme.md b/stable/snapdrop/9.7.4/app-readme.md
similarity index 100%
rename from stable/snapdrop/9.7.0/app-readme.md
rename to stable/snapdrop/9.7.4/app-readme.md
diff --git a/stable/snapdrop/9.7.4/charts/common-20.2.4.tgz b/stable/snapdrop/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/snapdrop/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/snapdrop/9.7.4/ix_values.yaml b/stable/snapdrop/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..f94bba83c65
--- /dev/null
+++ b/stable/snapdrop/9.7.4/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: linuxserver/snapdrop
+ tag: latest@sha256:e552b6f5b5b11ad42ca6b1d184d6c21f40aaf97ba3d2291ab2e4d1c770a17dd3
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ port: 10215
+ targetPort: 80
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
diff --git a/stable/snapdrop/9.7.0/questions.yaml b/stable/snapdrop/9.7.4/questions.yaml
similarity index 100%
rename from stable/snapdrop/9.7.0/questions.yaml
rename to stable/snapdrop/9.7.4/questions.yaml
diff --git a/stable/sonsoftheforest/3.6.0/templates/NOTES.txt b/stable/snapdrop/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/templates/NOTES.txt
rename to stable/snapdrop/9.7.4/templates/NOTES.txt
diff --git a/stable/speedtest-exporter/10.7.0/templates/common.yaml b/stable/snapdrop/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/templates/common.yaml
rename to stable/snapdrop/9.7.4/templates/common.yaml
diff --git a/stable/sonsoftheforest/3.6.0/values.yaml b/stable/snapdrop/9.7.4/values.yaml
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/values.yaml
rename to stable/snapdrop/9.7.4/values.yaml
diff --git a/stable/snippet-box/7.6.0/CHANGELOG.md b/stable/snippet-box/7.6.0/CHANGELOG.md
deleted file mode 100644
index abea8c40352..00000000000
--- a/stable/snippet-box/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [snippet-box-7.6.0](https://github.com/truecharts/charts/compare/snippet-box-7.5.2...snippet-box-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [snippet-box-7.5.2](https://github.com/truecharts/charts/compare/snippet-box-7.5.1...snippet-box-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [snippet-box-7.5.1](https://github.com/truecharts/charts/compare/snippet-box-7.5.0...snippet-box-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [snippet-box-7.5.0](https://github.com/truecharts/charts/compare/snippet-box-7.4.1...snippet-box-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [snippet-box-7.4.1](https://github.com/truecharts/charts/compare/snippet-box-7.4.0...snippet-box-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [snippet-box-7.4.0](https://github.com/truecharts/charts/compare/snippet-box-7.3.0...snippet-box-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [snippet-box-7.3.0](https://github.com/truecharts/charts/compare/snippet-box-7.2.3...snippet-box-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [snippet-box-7.2.3](https://github.com/truecharts/charts/compare/snippet-box-7.2.2...snippet-box-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [snippet-box-7.2.2](https://github.com/truecharts/charts/compare/snippet-box-7.2.0...snippet-box-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/snippet-box/7.6.0/Chart.yaml b/stable/snippet-box/7.6.0/Chart.yaml
deleted file mode 100644
index 1dcac9e10c5..00000000000
--- a/stable/snippet-box/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Snippet Box is a simple self-hosted app for organizing your code snippets.
-home: https://truecharts.org/charts/stable/snippet-box
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png
-keywords:
- - snippet-box
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: snippet-box
-sources:
- - https://github.com/pawelmalak/snippet-box
- - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box
- - https://hub.docker.com/r/pawelmalak/snippet-box
-type: application
-version: 7.6.0
diff --git a/stable/snippet-box/7.6.0/charts/common-20.1.5.tgz b/stable/snippet-box/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/snippet-box/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sourcegraph/5.7.0/.helmignore b/stable/snippet-box/7.7.3/.helmignore
similarity index 100%
rename from stable/sourcegraph/5.7.0/.helmignore
rename to stable/snippet-box/7.7.3/.helmignore
diff --git a/stable/snippet-box/7.7.3/CHANGELOG.md b/stable/snippet-box/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..afd67266475
--- /dev/null
+++ b/stable/snippet-box/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [snippet-box-7.7.2](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/snippet-box/7.7.3/Chart.yaml b/stable/snippet-box/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..8c7f048b03e
--- /dev/null
+++ b/stable/snippet-box/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Snippet Box is a simple self-hosted app for organizing your code snippets.
+home: https://truecharts.org/charts/stable/snippet-box
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png
+keywords:
+ - snippet-box
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: snippet-box
+sources:
+ - https://github.com/pawelmalak/snippet-box
+ - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box
+ - https://hub.docker.com/r/pawelmalak/snippet-box
+type: application
+version: 7.7.3
diff --git a/stable/snippet-box/7.6.0/README.md b/stable/snippet-box/7.7.3/README.md
similarity index 100%
rename from stable/snippet-box/7.6.0/README.md
rename to stable/snippet-box/7.7.3/README.md
diff --git a/stable/snippet-box/7.7.3/app-changelog.md b/stable/snippet-box/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..2e2a69f6911
--- /dev/null
+++ b/stable/snippet-box/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [snippet-box-7.7.3](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/snippet-box/7.6.0/app-readme.md b/stable/snippet-box/7.7.3/app-readme.md
similarity index 100%
rename from stable/snippet-box/7.6.0/app-readme.md
rename to stable/snippet-box/7.7.3/app-readme.md
diff --git a/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz b/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/snippet-box/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/snippet-box/7.6.0/ix_values.yaml b/stable/snippet-box/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/snippet-box/7.6.0/ix_values.yaml
rename to stable/snippet-box/7.7.3/ix_values.yaml
diff --git a/stable/snippet-box/7.6.0/questions.yaml b/stable/snippet-box/7.7.3/questions.yaml
similarity index 100%
rename from stable/snippet-box/7.6.0/questions.yaml
rename to stable/snippet-box/7.7.3/questions.yaml
diff --git a/stable/spotweb/12.6.0/templates/common.yaml b/stable/snippet-box/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/spotweb/12.6.0/templates/common.yaml
rename to stable/snippet-box/7.7.3/templates/common.yaml
diff --git a/stable/sourcegraph/5.7.0/values.yaml b/stable/snippet-box/7.7.3/values.yaml
similarity index 100%
rename from stable/sourcegraph/5.7.0/values.yaml
rename to stable/snippet-box/7.7.3/values.yaml
diff --git a/stable/socials/5.6.0/CHANGELOG.md b/stable/socials/5.6.0/CHANGELOG.md
deleted file mode 100644
index ba2d38b511a..00000000000
--- a/stable/socials/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [socials-5.6.0](https://github.com/truecharts/charts/compare/socials-5.5.2...socials-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [socials-5.5.2](https://github.com/truecharts/charts/compare/socials-5.5.1...socials-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [socials-5.5.1](https://github.com/truecharts/charts/compare/socials-5.5.0...socials-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [socials-5.5.0](https://github.com/truecharts/charts/compare/socials-5.4.1...socials-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [socials-5.4.1](https://github.com/truecharts/charts/compare/socials-5.4.0...socials-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [socials-5.4.0](https://github.com/truecharts/charts/compare/socials-5.3.0...socials-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [socials-5.3.0](https://github.com/truecharts/charts/compare/socials-5.2.3...socials-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [socials-5.2.3](https://github.com/truecharts/charts/compare/socials-5.2.2...socials-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [socials-5.2.2](https://github.com/truecharts/charts/compare/socials-5.2.0...socials-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/socials/5.6.0/Chart.yaml b/stable/socials/5.6.0/Chart.yaml
deleted file mode 100644
index 2e741dde536..00000000000
--- a/stable/socials/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: main
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!
-home: https://truecharts.org/charts/stable/socials
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png
-keywords:
- - socials
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: socials
-sources:
- - https://github.com/diamkil/socials
- - https://registry.hub.docker.com/r/diamkil/socials/
- - https://github.com/truecharts/charts/tree/master/charts/stable/socials
- - https://ghcr.io/diamkil/socials
-type: application
-version: 5.6.0
diff --git a/stable/socials/5.6.0/charts/common-20.1.5.tgz b/stable/socials/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/socials/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/spaceengineers/6.6.0/.helmignore b/stable/socials/5.7.3/.helmignore
similarity index 100%
rename from stable/spaceengineers/6.6.0/.helmignore
rename to stable/socials/5.7.3/.helmignore
diff --git a/stable/socials/5.7.3/CHANGELOG.md b/stable/socials/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f9fff22298f
--- /dev/null
+++ b/stable/socials/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [socials-5.7.2](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/socials/5.7.3/Chart.yaml b/stable/socials/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..c9c31cbadd8
--- /dev/null
+++ b/stable/socials/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: main
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!
+home: https://truecharts.org/charts/stable/socials
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png
+keywords:
+ - socials
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: socials
+sources:
+ - https://github.com/diamkil/socials
+ - https://registry.hub.docker.com/r/diamkil/socials/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/socials
+ - https://ghcr.io/diamkil/socials
+type: application
+version: 5.7.3
diff --git a/stable/socials/5.6.0/README.md b/stable/socials/5.7.3/README.md
similarity index 100%
rename from stable/socials/5.6.0/README.md
rename to stable/socials/5.7.3/README.md
diff --git a/stable/socials/5.7.3/app-changelog.md b/stable/socials/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..c5ee5f25e59
--- /dev/null
+++ b/stable/socials/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [socials-5.7.3](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/socials/5.6.0/app-readme.md b/stable/socials/5.7.3/app-readme.md
similarity index 100%
rename from stable/socials/5.6.0/app-readme.md
rename to stable/socials/5.7.3/app-readme.md
diff --git a/stable/socials/5.7.3/charts/common-20.2.4.tgz b/stable/socials/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/socials/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/socials/5.6.0/ix_values.yaml b/stable/socials/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/socials/5.6.0/ix_values.yaml
rename to stable/socials/5.7.3/ix_values.yaml
diff --git a/stable/socials/5.6.0/questions.yaml b/stable/socials/5.7.3/questions.yaml
similarity index 100%
rename from stable/socials/5.6.0/questions.yaml
rename to stable/socials/5.7.3/questions.yaml
diff --git a/stable/sqlite-web/5.6.0/templates/common.yaml b/stable/socials/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/sqlite-web/5.6.0/templates/common.yaml
rename to stable/socials/5.7.3/templates/common.yaml
diff --git a/stable/spaceengineers/6.6.0/values.yaml b/stable/socials/5.7.3/values.yaml
similarity index 100%
rename from stable/spaceengineers/6.6.0/values.yaml
rename to stable/socials/5.7.3/values.yaml
diff --git a/stable/soft-serve/6.6.0/CHANGELOG.md b/stable/soft-serve/6.6.0/CHANGELOG.md
deleted file mode 100644
index 94fbbc86742..00000000000
--- a/stable/soft-serve/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [soft-serve-6.6.0](https://github.com/truecharts/charts/compare/soft-serve-6.5.2...soft-serve-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [soft-serve-6.5.2](https://github.com/truecharts/charts/compare/soft-serve-6.5.1...soft-serve-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [soft-serve-6.5.1](https://github.com/truecharts/charts/compare/soft-serve-6.5.0...soft-serve-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [soft-serve-6.5.0](https://github.com/truecharts/charts/compare/soft-serve-6.4.1...soft-serve-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [soft-serve-6.4.1](https://github.com/truecharts/charts/compare/soft-serve-6.4.0...soft-serve-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [soft-serve-6.4.0](https://github.com/truecharts/charts/compare/soft-serve-6.3.0...soft-serve-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [soft-serve-6.3.0](https://github.com/truecharts/charts/compare/soft-serve-6.2.3...soft-serve-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [soft-serve-6.2.3](https://github.com/truecharts/charts/compare/soft-serve-6.2.2...soft-serve-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [soft-serve-6.2.2](https://github.com/truecharts/charts/compare/soft-serve-6.2.0...soft-serve-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/soft-serve/6.6.0/Chart.yaml b/stable/soft-serve/6.6.0/Chart.yaml
deleted file mode 100644
index ff3f2ae89ce..00000000000
--- a/stable/soft-serve/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: git
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.7.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A tasty, self-hostable Git server for the command line.
-home: https://truecharts.org/charts/stable/soft-serve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png
-keywords:
- - soft-serve
- - git
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: soft-serve
-sources:
- - https://github.com/charmbracelet/soft-serve
- - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve
- - https://hub.docker.com/r/charmcli/soft-serve
-type: application
-version: 6.6.0
diff --git a/stable/soft-serve/6.6.0/charts/common-20.1.5.tgz b/stable/soft-serve/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/soft-serve/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/speedtest-exporter/10.7.0/.helmignore b/stable/soft-serve/6.7.3/.helmignore
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/.helmignore
rename to stable/soft-serve/6.7.3/.helmignore
diff --git a/stable/soft-serve/6.7.3/CHANGELOG.md b/stable/soft-serve/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..88a164fecb4
--- /dev/null
+++ b/stable/soft-serve/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [soft-serve-6.7.2](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/soft-serve/6.7.3/Chart.yaml b/stable/soft-serve/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..6b7c6ecb750
--- /dev/null
+++ b/stable/soft-serve/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: git
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.7.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A tasty, self-hostable Git server for the command line.
+home: https://truecharts.org/charts/stable/soft-serve
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.png
+keywords:
+ - soft-serve
+ - git
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: soft-serve
+sources:
+ - https://github.com/charmbracelet/soft-serve
+ - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve
+ - https://hub.docker.com/r/charmcli/soft-serve
+type: application
+version: 6.7.3
diff --git a/stable/soft-serve/6.6.0/README.md b/stable/soft-serve/6.7.3/README.md
similarity index 100%
rename from stable/soft-serve/6.6.0/README.md
rename to stable/soft-serve/6.7.3/README.md
diff --git a/stable/soft-serve/6.7.3/app-changelog.md b/stable/soft-serve/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..18779f9aaa3
--- /dev/null
+++ b/stable/soft-serve/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [soft-serve-6.7.3](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/soft-serve/6.6.0/app-readme.md b/stable/soft-serve/6.7.3/app-readme.md
similarity index 100%
rename from stable/soft-serve/6.6.0/app-readme.md
rename to stable/soft-serve/6.7.3/app-readme.md
diff --git a/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz b/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/soft-serve/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/soft-serve/6.6.0/ix_values.yaml b/stable/soft-serve/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/soft-serve/6.6.0/ix_values.yaml
rename to stable/soft-serve/6.7.3/ix_values.yaml
diff --git a/stable/soft-serve/6.6.0/questions.yaml b/stable/soft-serve/6.7.3/questions.yaml
similarity index 100%
rename from stable/soft-serve/6.6.0/questions.yaml
rename to stable/soft-serve/6.7.3/questions.yaml
diff --git a/stable/spaceengineers/6.6.0/templates/NOTES.txt b/stable/soft-serve/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/spaceengineers/6.6.0/templates/NOTES.txt
rename to stable/soft-serve/6.7.3/templates/NOTES.txt
diff --git a/stable/soft-serve/6.6.0/templates/_secret.tpl b/stable/soft-serve/6.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/soft-serve/6.6.0/templates/_secret.tpl
rename to stable/soft-serve/6.7.3/templates/_secret.tpl
diff --git a/stable/soft-serve/6.6.0/templates/common.yaml b/stable/soft-serve/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/soft-serve/6.6.0/templates/common.yaml
rename to stable/soft-serve/6.7.3/templates/common.yaml
diff --git a/stable/speedtest-exporter/10.7.0/values.yaml b/stable/soft-serve/6.7.3/values.yaml
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/values.yaml
rename to stable/soft-serve/6.7.3/values.yaml
diff --git a/stable/solr/10.7.0/CHANGELOG.md b/stable/solr/10.7.0/CHANGELOG.md
deleted file mode 100644
index c6f74e29455..00000000000
--- a/stable/solr/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/solr/10.7.0/Chart.yaml b/stable/solr/10.7.0/Chart.yaml
deleted file mode 100644
index 360f37a0790..00000000000
--- a/stable/solr/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: search
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 9.5.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: includeCommon
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Apache Solr
-home: https://truecharts.org/charts/stable/solr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png
-keywords:
- - solr
- - apache
- - search
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: solr
-sources:
- - https://github.com/apache/solr
- - https://github.com/truecharts/charts/tree/master/charts/stable/solr
- - https://hub.docker.com/r/bitnami/solr
-type: application
-version: 10.7.0
diff --git a/stable/solr/10.7.0/app-changelog.md b/stable/solr/10.7.0/app-changelog.md
deleted file mode 100644
index 6bfc5cc122b..00000000000
--- a/stable/solr/10.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [solr-10.7.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/solr/10.7.0/charts/common-20.2.0.tgz b/stable/solr/10.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/solr/10.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/solr/10.7.0/ix_values.yaml b/stable/solr/10.7.0/ix_values.yaml
deleted file mode 100644
index a56cf17ae7c..00000000000
--- a/stable/solr/10.7.0/ix_values.yaml
+++ /dev/null
@@ -1,124 +0,0 @@
-image:
- repository: bitnami/solr
- pullPolicy: IfNotPresent
- tag: 9.5.0@sha256:6032dd56f33aa2d417a4f9552b13ae1963fa03bad9b34dfeb4931e1befb28e4e
-
-includeCommon: true
-workload:
- main:
- replicas: 1
- podSpec:
- containers:
- main:
- env:
- SOLR_CORES: "{{ .Values.solrCores }}"
- SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
- SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
- SOLR_OPTS: "{{ .Values.solrOpts }}"
- SOLR_ADMIN_PASSWORD:
- secretKeyRef:
- expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}"
- name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}'
- key: "solr-password"
- # -- Probe configuration
- # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
- # @default -- See below
- probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- # -- Enable the liveness probe
- enabled: true
- # -- Set this to `true` if you wish to specify your own livenessProbe
- custom: true
- # -- The spec field contains the values for the default livenessProbe.
- # If you selected `custom: true`, this field holds the definition of the livenessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - |
- if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
- until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- else
- until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- fi;
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- # -- Enable the readiness probe
- enabled: true
- # -- Set this to `true` if you wish to specify your own readinessProbe
- custom: true
- # -- The spec field contains the values for the default readinessProbe.
- # If you selected `custom: true`, this field holds the definition of the readinessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - |
- if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
- until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- else
- until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- fi;
- # -- Startup probe configuration
- # @default -- See below
- startup:
- # -- Enable the startup probe
- enabled: true
- custom: true
- # -- The spec field contains the values for the default livenessProbe.
- # If you selected `custom: true`, this field holds the definition of the livenessProbe.
- # @default -- See below
- spec:
- exec:
- command:
- - /bin/bash
- - -ec
- - |
- if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
- until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- else
- until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
- fi;
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 1001
- runAsGroup: 0
-service:
- main:
- ports:
- main:
- port: 8983
- targetPort: 8983
-persistence:
- db:
- enabled: true
- mountPath: "/bitnami/solr"
-# Currently only single core is supported, with multiple cores, probes will fail.
-solrCores: "testcore"
-solrEnableAuthentication: "yes"
-solrUsername: "test"
-# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m'
-solrOpts: ""
-# -- Secret or password
-# One of these options is required, unless used as a dependency for another TrueCharts chart.
-existingSecret: ""
-solrPassword: ""
-secret:
- credentials:
- enabled: true
- data:
- solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}'
-portal:
- open:
- enabled: true
-manifestManager:
- enabled: false
diff --git a/stable/speedtest-tracker/1.7.1/.helmignore b/stable/solr/10.7.4/.helmignore
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/.helmignore
rename to stable/solr/10.7.4/.helmignore
diff --git a/stable/solr/10.7.4/CHANGELOG.md b/stable/solr/10.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..5bfa8254997
--- /dev/null
+++ b/stable/solr/10.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [solr-10.7.3](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [solr-10.7.3](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [solr-10.7.3](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [solr-10.7.3](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [solr-10.7.3](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/solr/10.7.4/Chart.yaml b/stable/solr/10.7.4/Chart.yaml
new file mode 100644
index 00000000000..6de6dbca794
--- /dev/null
+++ b/stable/solr/10.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: search
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 9.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: includeCommon
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Apache Solr
+home: https://truecharts.org/charts/stable/solr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png
+keywords:
+ - solr
+ - apache
+ - search
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: solr
+sources:
+ - https://github.com/apache/solr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/solr
+ - https://hub.docker.com/r/bitnami/solr
+type: application
+version: 10.7.4
diff --git a/stable/solr/10.7.0/README.md b/stable/solr/10.7.4/README.md
similarity index 100%
rename from stable/solr/10.7.0/README.md
rename to stable/solr/10.7.4/README.md
diff --git a/stable/solr/10.7.4/app-changelog.md b/stable/solr/10.7.4/app-changelog.md
new file mode 100644
index 00000000000..85b105d1c32
--- /dev/null
+++ b/stable/solr/10.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [solr-10.7.4](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/solr to 9.5.0[@996036d](https://github.com/996036d) by renovate ([#19659](https://github.com/truecharts/charts/issues/19659))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/solr/10.7.0/app-readme.md b/stable/solr/10.7.4/app-readme.md
similarity index 100%
rename from stable/solr/10.7.0/app-readme.md
rename to stable/solr/10.7.4/app-readme.md
diff --git a/stable/solr/10.7.4/charts/common-20.2.4.tgz b/stable/solr/10.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/solr/10.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/solr/10.7.4/ix_values.yaml b/stable/solr/10.7.4/ix_values.yaml
new file mode 100644
index 00000000000..eb8286a1dd5
--- /dev/null
+++ b/stable/solr/10.7.4/ix_values.yaml
@@ -0,0 +1,124 @@
+image:
+ repository: bitnami/solr
+ pullPolicy: IfNotPresent
+ tag: 9.5.0@sha256:996036d9be8e908c3f03f928fc12e909220fdbba9d8a496fc1fd2ab9bfb9dd61
+
+includeCommon: true
+workload:
+ main:
+ replicas: 1
+ podSpec:
+ containers:
+ main:
+ env:
+ SOLR_CORES: "{{ .Values.solrCores }}"
+ SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}"
+ SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}"
+ SOLR_OPTS: "{{ .Values.solrOpts }}"
+ SOLR_ADMIN_PASSWORD:
+ secretKeyRef:
+ expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}"
+ name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}'
+ key: "solr-password"
+ # -- Probe configuration
+ # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
+ # @default -- See below
+ probes:
+ # -- Liveness probe configuration
+ # @default -- See below
+ liveness:
+ # -- Enable the liveness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own livenessProbe
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - |
+ if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
+ until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ else
+ until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ fi;
+ # -- Redainess probe configuration
+ # @default -- See below
+ readiness:
+ # -- Enable the readiness probe
+ enabled: true
+ # -- Set this to `true` if you wish to specify your own readinessProbe
+ custom: true
+ # -- The spec field contains the values for the default readinessProbe.
+ # If you selected `custom: true`, this field holds the definition of the readinessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - |
+ if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
+ until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ else
+ until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ fi;
+ # -- Startup probe configuration
+ # @default -- See below
+ startup:
+ # -- Enable the startup probe
+ enabled: true
+ custom: true
+ # -- The spec field contains the values for the default livenessProbe.
+ # If you selected `custom: true`, this field holds the definition of the livenessProbe.
+ # @default -- See below
+ spec:
+ exec:
+ command:
+ - /bin/bash
+ - -ec
+ - |
+ if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then
+ until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ else
+ until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
+ fi;
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 1001
+ runAsGroup: 0
+service:
+ main:
+ ports:
+ main:
+ port: 8983
+ targetPort: 8983
+persistence:
+ db:
+ enabled: true
+ mountPath: "/bitnami/solr"
+# Currently only single core is supported, with multiple cores, probes will fail.
+solrCores: "testcore"
+solrEnableAuthentication: "yes"
+solrUsername: "test"
+# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m'
+solrOpts: ""
+# -- Secret or password
+# One of these options is required, unless used as a dependency for another TrueCharts chart.
+existingSecret: ""
+solrPassword: ""
+secret:
+ credentials:
+ enabled: true
+ data:
+ solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}'
+portal:
+ open:
+ enabled: true
+manifestManager:
+ enabled: false
diff --git a/stable/solr/10.7.0/questions.yaml b/stable/solr/10.7.4/questions.yaml
similarity index 100%
rename from stable/solr/10.7.0/questions.yaml
rename to stable/solr/10.7.4/questions.yaml
diff --git a/stable/speedtest-exporter/10.7.0/templates/NOTES.txt b/stable/solr/10.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/templates/NOTES.txt
rename to stable/solr/10.7.4/templates/NOTES.txt
diff --git a/stable/sqlitebrowser/10.6.0/templates/common.yaml b/stable/solr/10.7.4/templates/common.yaml
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/templates/common.yaml
rename to stable/solr/10.7.4/templates/common.yaml
diff --git a/stable/speedtest-tracker/1.7.1/values.yaml b/stable/solr/10.7.4/values.yaml
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/values.yaml
rename to stable/solr/10.7.4/values.yaml
diff --git a/stable/sonarr/21.4.1/CHANGELOG.md b/stable/sonarr/21.4.1/CHANGELOG.md
deleted file mode 100644
index 32a7da163cd..00000000000
--- a/stable/sonarr/21.4.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
-
-
-## [sonarr-21.4.0](https://github.com/truecharts/charts/compare/sonarr-21.3.2...sonarr-21.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/sonarr/21.4.1/Chart.yaml b/stable/sonarr/21.4.1/Chart.yaml
deleted file mode 100644
index 376ee8506b5..00000000000
--- a/stable/sonarr/21.4.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.2.1183
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Smart PVR for newsgroup and bittorrent users
-home: https://truecharts.org/charts/stable/sonarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png
-keywords:
- - sonarr
- - torrent
- - usenet
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sonarr
-sources:
- - https://github.com/Sonarr/Sonarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
- - https://ghcr.io/onedr0p/sonarr
- - https://ghcr.io/onedr0p/exportarr
-type: application
-version: 21.4.1
diff --git a/stable/sonarr/21.4.1/app-changelog.md b/stable/sonarr/21.4.1/app-changelog.md
deleted file mode 100644
index ba8af2a6b17..00000000000
--- a/stable/sonarr/21.4.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [sonarr-21.4.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.4.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
\ No newline at end of file
diff --git a/stable/sonarr/21.4.1/charts/common-20.1.5.tgz b/stable/sonarr/21.4.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sonarr/21.4.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/splunk/7.6.0/.helmignore b/stable/sonarr/21.5.3/.helmignore
similarity index 100%
rename from stable/splunk/7.6.0/.helmignore
rename to stable/sonarr/21.5.3/.helmignore
diff --git a/stable/sonarr/21.5.3/CHANGELOG.md b/stable/sonarr/21.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..3c142e5a1f5
--- /dev/null
+++ b/stable/sonarr/21.5.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
+
+
+## [sonarr-21.5.2](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
+
+
+## [sonarr-21.5.2](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
+
+
+## [sonarr-21.5.2](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
+
+
+## [sonarr-21.5.2](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
+
+
+## [sonarr-21.5.2](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
\ No newline at end of file
diff --git a/stable/sonarr/21.5.3/Chart.yaml b/stable/sonarr/21.5.3/Chart.yaml
new file mode 100644
index 00000000000..1271456b2db
--- /dev/null
+++ b/stable/sonarr/21.5.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.2.1183
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Smart PVR for newsgroup and bittorrent users
+home: https://truecharts.org/charts/stable/sonarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png
+keywords:
+ - sonarr
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sonarr
+sources:
+ - https://github.com/Sonarr/Sonarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
+ - https://ghcr.io/onedr0p/exportarr
+ - https://ghcr.io/onedr0p/sonarr
+type: application
+version: 21.5.3
diff --git a/stable/sonarr/21.4.1/README.md b/stable/sonarr/21.5.3/README.md
similarity index 100%
rename from stable/sonarr/21.4.1/README.md
rename to stable/sonarr/21.5.3/README.md
diff --git a/stable/sonarr/21.5.3/app-changelog.md b/stable/sonarr/21.5.3/app-changelog.md
new file mode 100644
index 00000000000..7702222eca9
--- /dev/null
+++ b/stable/sonarr/21.5.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [sonarr-21.5.3](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183[@bbfcda0](https://github.com/bbfcda0) by renovate ([#19260](https://github.com/truecharts/charts/issues/19260))
\ No newline at end of file
diff --git a/stable/sonarr/21.4.1/app-readme.md b/stable/sonarr/21.5.3/app-readme.md
similarity index 100%
rename from stable/sonarr/21.4.1/app-readme.md
rename to stable/sonarr/21.5.3/app-readme.md
diff --git a/stable/sonarr/21.5.3/charts/common-20.2.4.tgz b/stable/sonarr/21.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sonarr/21.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sonarr/21.4.1/ix_values.yaml b/stable/sonarr/21.5.3/ix_values.yaml
similarity index 100%
rename from stable/sonarr/21.4.1/ix_values.yaml
rename to stable/sonarr/21.5.3/ix_values.yaml
diff --git a/stable/sonarr/21.4.1/questions.yaml b/stable/sonarr/21.5.3/questions.yaml
similarity index 100%
rename from stable/sonarr/21.4.1/questions.yaml
rename to stable/sonarr/21.5.3/questions.yaml
diff --git a/stable/speedtest-tracker/1.7.1/templates/NOTES.txt b/stable/sonarr/21.5.3/templates/NOTES.txt
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/templates/NOTES.txt
rename to stable/sonarr/21.5.3/templates/NOTES.txt
diff --git a/stable/sonarr/21.4.1/templates/common.yaml b/stable/sonarr/21.5.3/templates/common.yaml
similarity index 100%
rename from stable/sonarr/21.4.1/templates/common.yaml
rename to stable/sonarr/21.5.3/templates/common.yaml
diff --git a/stable/splunk/7.6.0/values.yaml b/stable/sonarr/21.5.3/values.yaml
similarity index 100%
rename from stable/splunk/7.6.0/values.yaml
rename to stable/sonarr/21.5.3/values.yaml
diff --git a/stable/songkong/5.7.1/CHANGELOG.md b/stable/songkong/5.7.1/CHANGELOG.md
deleted file mode 100644
index f021dcf723b..00000000000
--- a/stable/songkong/5.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
diff --git a/stable/songkong/5.7.1/Chart.yaml b/stable/songkong/5.7.1/Chart.yaml
deleted file mode 100644
index ef897e6caa9..00000000000
--- a/stable/songkong/5.7.1/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Music
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically
-home: https://truecharts.org/charts/stable/songkong
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png
-keywords:
- - songkong
- - MediaApp-Music
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: songkong
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/songkong
- - https://hub.docker.com/r/songkong/songkong
-type: application
-version: 5.7.1
diff --git a/stable/songkong/5.7.1/app-changelog.md b/stable/songkong/5.7.1/app-changelog.md
deleted file mode 100644
index 44abea34d4e..00000000000
--- a/stable/songkong/5.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
\ No newline at end of file
diff --git a/stable/songkong/5.7.1/charts/common-20.2.2.tgz b/stable/songkong/5.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/songkong/5.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/songkong/5.7.1/ix_values.yaml b/stable/songkong/5.7.1/ix_values.yaml
deleted file mode 100644
index f1ae984f05f..00000000000
--- a/stable/songkong/5.7.1/ix_values.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: songkong/songkong
- tag: latest@sha256:d7eb00a43e2a76123da4332cd292da2bd30672e546d28afb18417584741f8a7f
-persistence:
- music:
- enabled: true
- mountPath: /music
- songkongconfig:
- enabled: true
- mountPath: /songkong
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 4567
- protocol: tcp
- targetPort: 4567
diff --git a/stable/spotweb/12.6.0/.helmignore b/stable/songkong/5.7.5/.helmignore
similarity index 100%
rename from stable/spotweb/12.6.0/.helmignore
rename to stable/songkong/5.7.5/.helmignore
diff --git a/stable/songkong/5.7.5/CHANGELOG.md b/stable/songkong/5.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..0b43c4e5977
--- /dev/null
+++ b/stable/songkong/5.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [songkong-5.7.5](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
+
+
+## [songkong-5.7.4](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
+
+
+## [songkong-5.7.4](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
+
+
+## [songkong-5.7.4](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
+
+
+## [songkong-5.7.4](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
diff --git a/stable/songkong/5.7.5/Chart.yaml b/stable/songkong/5.7.5/Chart.yaml
new file mode 100644
index 00000000000..41f90319bab
--- /dev/null
+++ b/stable/songkong/5.7.5/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Music
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically
+home: https://truecharts.org/charts/stable/songkong
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png
+keywords:
+ - songkong
+ - MediaApp-Music
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: songkong
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/songkong
+ - https://hub.docker.com/r/songkong/songkong
+type: application
+version: 5.7.5
diff --git a/stable/songkong/5.7.1/README.md b/stable/songkong/5.7.5/README.md
similarity index 100%
rename from stable/songkong/5.7.1/README.md
rename to stable/songkong/5.7.5/README.md
diff --git a/stable/songkong/5.7.5/app-changelog.md b/stable/songkong/5.7.5/app-changelog.md
new file mode 100644
index 00000000000..d35c2e7bce6
--- /dev/null
+++ b/stable/songkong/5.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [songkong-5.7.5](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image songkong/songkong to latest[@6e0ffc3](https://github.com/6e0ffc3) by renovate ([#19632](https://github.com/truecharts/charts/issues/19632))
+
+- update container image songkong/songkong to latest[@39be597](https://github.com/39be597) by renovate ([#19546](https://github.com/truecharts/charts/issues/19546))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image songkong/songkong to latest[@d7eb00a](https://github.com/d7eb00a) by renovate ([#19286](https://github.com/truecharts/charts/issues/19286))
\ No newline at end of file
diff --git a/stable/songkong/5.7.1/app-readme.md b/stable/songkong/5.7.5/app-readme.md
similarity index 100%
rename from stable/songkong/5.7.1/app-readme.md
rename to stable/songkong/5.7.5/app-readme.md
diff --git a/stable/songkong/5.7.5/charts/common-20.2.4.tgz b/stable/songkong/5.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/songkong/5.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/songkong/5.7.5/ix_values.yaml b/stable/songkong/5.7.5/ix_values.yaml
new file mode 100644
index 00000000000..0beb4b8f8f3
--- /dev/null
+++ b/stable/songkong/5.7.5/ix_values.yaml
@@ -0,0 +1,26 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: songkong/songkong
+ tag: latest@sha256:6e0ffc386060bd485fbc68a6f5442e560d2261e8a9947c709439e9f8d491cc7a
+persistence:
+ music:
+ enabled: true
+ mountPath: /music
+ songkongconfig:
+ enabled: true
+ mountPath: /songkong
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 4567
+ protocol: tcp
+ targetPort: 4567
diff --git a/stable/songkong/5.7.1/questions.yaml b/stable/songkong/5.7.5/questions.yaml
similarity index 100%
rename from stable/songkong/5.7.1/questions.yaml
rename to stable/songkong/5.7.5/questions.yaml
diff --git a/stable/stackedit/5.6.0/templates/common.yaml b/stable/songkong/5.7.5/templates/common.yaml
similarity index 100%
rename from stable/stackedit/5.6.0/templates/common.yaml
rename to stable/songkong/5.7.5/templates/common.yaml
diff --git a/stable/spotweb/12.6.0/values.yaml b/stable/songkong/5.7.5/values.yaml
similarity index 100%
rename from stable/spotweb/12.6.0/values.yaml
rename to stable/songkong/5.7.5/values.yaml
diff --git a/stable/sonsoftheforest/3.6.0/CHANGELOG.md b/stable/sonsoftheforest/3.6.0/CHANGELOG.md
deleted file mode 100644
index 345688c92b8..00000000000
--- a/stable/sonsoftheforest/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sonsoftheforest-3.6.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.5.2...sonsoftheforest-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sonsoftheforest-3.5.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.5.1...sonsoftheforest-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sonsoftheforest-3.5.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.5.0...sonsoftheforest-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sonsoftheforest-3.5.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.4.1...sonsoftheforest-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sonsoftheforest-3.4.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.4.0...sonsoftheforest-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sonsoftheforest-3.4.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.3.0...sonsoftheforest-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sonsoftheforest-3.3.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.3...sonsoftheforest-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sonsoftheforest-3.2.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.2...sonsoftheforest-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sonsoftheforest-3.2.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.0...sonsoftheforest-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sonsoftheforest/3.6.0/Chart.yaml b/stable/sonsoftheforest/3.6.0/Chart.yaml
deleted file mode 100644
index 818190827d9..00000000000
--- a/stable/sonsoftheforest/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: sonsoftheforest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A custom SteamCMD chart that runs Sons Of The Forest Server.
-home: https://truecharts.org/charts/stable/sonsoftheforest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png
-keywords:
- - sonsoftheforest
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sonsoftheforest
-sources:
- - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest
- - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 3.6.0
diff --git a/stable/sonsoftheforest/3.6.0/charts/common-20.1.5.tgz b/stable/sonsoftheforest/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sonsoftheforest/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sqlite-web/5.6.0/.helmignore b/stable/sonsoftheforest/3.7.3/.helmignore
similarity index 100%
rename from stable/sqlite-web/5.6.0/.helmignore
rename to stable/sonsoftheforest/3.7.3/.helmignore
diff --git a/stable/sonsoftheforest/3.7.3/CHANGELOG.md b/stable/sonsoftheforest/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3cc083e41f3
--- /dev/null
+++ b/stable/sonsoftheforest/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sonsoftheforest-3.7.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sonsoftheforest/3.7.3/Chart.yaml b/stable/sonsoftheforest/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..f1ff9d195d1
--- /dev/null
+++ b/stable/sonsoftheforest/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: sonsoftheforest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A custom SteamCMD chart that runs Sons Of The Forest Server.
+home: https://truecharts.org/charts/stable/sonsoftheforest
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.png
+keywords:
+ - sonsoftheforest
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sonsoftheforest
+sources:
+ - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 3.7.3
diff --git a/stable/sonsoftheforest/3.6.0/README.md b/stable/sonsoftheforest/3.7.3/README.md
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/README.md
rename to stable/sonsoftheforest/3.7.3/README.md
diff --git a/stable/sonsoftheforest/3.7.3/app-changelog.md b/stable/sonsoftheforest/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..9b969eaaf5a
--- /dev/null
+++ b/stable/sonsoftheforest/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sonsoftheforest-3.7.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sonsoftheforest/3.6.0/app-readme.md b/stable/sonsoftheforest/3.7.3/app-readme.md
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/app-readme.md
rename to stable/sonsoftheforest/3.7.3/app-readme.md
diff --git a/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz b/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sonsoftheforest/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sonsoftheforest/3.6.0/ix_values.yaml b/stable/sonsoftheforest/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/ix_values.yaml
rename to stable/sonsoftheforest/3.7.3/ix_values.yaml
diff --git a/stable/sonsoftheforest/3.6.0/questions.yaml b/stable/sonsoftheforest/3.7.3/questions.yaml
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/questions.yaml
rename to stable/sonsoftheforest/3.7.3/questions.yaml
diff --git a/stable/splunk/7.6.0/templates/NOTES.txt b/stable/sonsoftheforest/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/splunk/7.6.0/templates/NOTES.txt
rename to stable/sonsoftheforest/3.7.3/templates/NOTES.txt
diff --git a/stable/sonsoftheforest/3.6.0/templates/_configmap.tpl b/stable/sonsoftheforest/3.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/templates/_configmap.tpl
rename to stable/sonsoftheforest/3.7.3/templates/_configmap.tpl
diff --git a/stable/sonsoftheforest/3.6.0/templates/common.yaml b/stable/sonsoftheforest/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/sonsoftheforest/3.6.0/templates/common.yaml
rename to stable/sonsoftheforest/3.7.3/templates/common.yaml
diff --git a/stable/sqlite-web/5.6.0/values.yaml b/stable/sonsoftheforest/3.7.3/values.yaml
similarity index 100%
rename from stable/sqlite-web/5.6.0/values.yaml
rename to stable/sonsoftheforest/3.7.3/values.yaml
diff --git a/stable/sourcegraph/5.7.0/CHANGELOG.md b/stable/sourcegraph/5.7.0/CHANGELOG.md
deleted file mode 100644
index d6f599d6a16..00000000000
--- a/stable/sourcegraph/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/sourcegraph/5.7.0/Chart.yaml b/stable/sourcegraph/5.7.0/Chart.yaml
deleted file mode 100644
index 90e3621b262..00000000000
--- a/stable/sourcegraph/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Backup
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.3.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Sourcegraph Chart.
-home: https://truecharts.org/charts/stable/sourcegraph
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png
-keywords:
- - sourcegraph
- - Backup
- - Cloud
- - Network-Web
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sourcegraph
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph
- - https://hub.docker.com/r/sourcegraph/server
-type: application
-version: 5.7.0
diff --git a/stable/sourcegraph/5.7.0/app-changelog.md b/stable/sourcegraph/5.7.0/app-changelog.md
deleted file mode 100644
index 341b831c2fa..00000000000
--- a/stable/sourcegraph/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [sourcegraph-5.7.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sourcegraph/5.7.0/charts/common-20.2.0.tgz b/stable/sourcegraph/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/sourcegraph/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/sourcegraph/5.7.0/ix_values.yaml b/stable/sourcegraph/5.7.0/ix_values.yaml
deleted file mode 100644
index 4aa9b7a66c4..00000000000
--- a/stable/sourcegraph/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: sourcegraph/server
- tag: 5.3.2@sha256:1b65b6793e7a1aa07cedffe9c12d46b636d563f8fc0387c5b58a9e152f2731f8
-persistence:
- applicationdatastoragepath:
- enabled: true
- mountPath: /var/opt/sourcegraph
- configstoragepath:
- enabled: true
- mountPath: /etc/sourcegraph
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- adminconsolepo:
- enabled: true
- ports:
- adminconsolepo:
- enabled: true
- port: 2633
- protocol: tcp
- targetPort: 2633
- grafanaport:
- enabled: true
- ports:
- grafanaport:
- enabled: true
- port: 3370
- protocol: tcp
- targetPort: 3370
- main:
- ports:
- main:
- port: 7080
- protocol: http
- targetPort: 7080
diff --git a/stable/sqlitebrowser/10.6.0/.helmignore b/stable/sourcegraph/5.7.4/.helmignore
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/.helmignore
rename to stable/sourcegraph/5.7.4/.helmignore
diff --git a/stable/sourcegraph/5.7.4/CHANGELOG.md b/stable/sourcegraph/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..6c76c7f39d9
--- /dev/null
+++ b/stable/sourcegraph/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sourcegraph-5.7.3](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sourcegraph-5.7.3](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sourcegraph-5.7.3](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sourcegraph-5.7.3](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sourcegraph-5.7.3](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sourcegraph/5.7.4/Chart.yaml b/stable/sourcegraph/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..23f5ae51a6c
--- /dev/null
+++ b/stable/sourcegraph/5.7.4/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Backup
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.3.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Sourcegraph Chart.
+home: https://truecharts.org/charts/stable/sourcegraph
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png
+keywords:
+ - sourcegraph
+ - Backup
+ - Cloud
+ - Network-Web
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sourcegraph
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph
+ - https://hub.docker.com/r/sourcegraph/server
+type: application
+version: 5.7.4
diff --git a/stable/sourcegraph/5.7.0/README.md b/stable/sourcegraph/5.7.4/README.md
similarity index 100%
rename from stable/sourcegraph/5.7.0/README.md
rename to stable/sourcegraph/5.7.4/README.md
diff --git a/stable/sourcegraph/5.7.4/app-changelog.md b/stable/sourcegraph/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..46bd23d4879
--- /dev/null
+++ b/stable/sourcegraph/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [sourcegraph-5.7.4](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image sourcegraph/server to v5.3.3[@1227381](https://github.com/1227381) by renovate ([#19618](https://github.com/truecharts/charts/issues/19618))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sourcegraph/5.7.0/app-readme.md b/stable/sourcegraph/5.7.4/app-readme.md
similarity index 100%
rename from stable/sourcegraph/5.7.0/app-readme.md
rename to stable/sourcegraph/5.7.4/app-readme.md
diff --git a/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz b/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sourcegraph/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/sourcegraph/5.7.4/ix_values.yaml b/stable/sourcegraph/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..5e1a06484a9
--- /dev/null
+++ b/stable/sourcegraph/5.7.4/ix_values.yaml
@@ -0,0 +1,42 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: sourcegraph/server
+ tag: 5.3.3@sha256:122738147801dfd82ea98bd8b1db8765e854fe1133415fa664d7c5955882313d
+persistence:
+ applicationdatastoragepath:
+ enabled: true
+ mountPath: /var/opt/sourcegraph
+ configstoragepath:
+ enabled: true
+ mountPath: /etc/sourcegraph
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ adminconsolepo:
+ enabled: true
+ ports:
+ adminconsolepo:
+ enabled: true
+ port: 2633
+ protocol: tcp
+ targetPort: 2633
+ grafanaport:
+ enabled: true
+ ports:
+ grafanaport:
+ enabled: true
+ port: 3370
+ protocol: tcp
+ targetPort: 3370
+ main:
+ ports:
+ main:
+ port: 7080
+ protocol: http
+ targetPort: 7080
diff --git a/stable/sourcegraph/5.7.0/questions.yaml b/stable/sourcegraph/5.7.4/questions.yaml
similarity index 100%
rename from stable/sourcegraph/5.7.0/questions.yaml
rename to stable/sourcegraph/5.7.4/questions.yaml
diff --git a/stable/standardnotes-web/5.6.0/templates/common.yaml b/stable/sourcegraph/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/standardnotes-web/5.6.0/templates/common.yaml
rename to stable/sourcegraph/5.7.4/templates/common.yaml
diff --git a/stable/sqlitebrowser/10.6.0/values.yaml b/stable/sourcegraph/5.7.4/values.yaml
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/values.yaml
rename to stable/sourcegraph/5.7.4/values.yaml
diff --git a/stable/spaceengineers/6.6.0/CHANGELOG.md b/stable/spaceengineers/6.6.0/CHANGELOG.md
deleted file mode 100644
index 3c000f518b1..00000000000
--- a/stable/spaceengineers/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [spaceengineers-6.6.0](https://github.com/truecharts/charts/compare/spaceengineers-6.5.2...spaceengineers-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [spaceengineers-6.5.2](https://github.com/truecharts/charts/compare/spaceengineers-6.5.1...spaceengineers-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [spaceengineers-6.5.1](https://github.com/truecharts/charts/compare/spaceengineers-6.5.0...spaceengineers-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [spaceengineers-6.5.0](https://github.com/truecharts/charts/compare/spaceengineers-6.4.1...spaceengineers-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [spaceengineers-6.4.1](https://github.com/truecharts/charts/compare/spaceengineers-6.4.0...spaceengineers-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [spaceengineers-6.4.0](https://github.com/truecharts/charts/compare/spaceengineers-6.3.0...spaceengineers-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [spaceengineers-6.3.0](https://github.com/truecharts/charts/compare/spaceengineers-6.2.3...spaceengineers-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [spaceengineers-6.2.3](https://github.com/truecharts/charts/compare/spaceengineers-6.2.2...spaceengineers-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [spaceengineers-6.2.2](https://github.com/truecharts/charts/compare/spaceengineers-6.2.0...spaceengineers-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/spaceengineers/6.6.0/Chart.yaml b/stable/spaceengineers/6.6.0/Chart.yaml
deleted file mode 100644
index 30d1cb7d91e..00000000000
--- a/stable/spaceengineers/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Space Engineers Dedicated Server.
-home: https://truecharts.org/charts/stable/spaceengineers
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png
-keywords:
- - spaceengineers
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: spaceengineers
-sources:
- - https://github.com/Devidian/docker-spaceengineers
- - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers
- - https://hub.docker.com/r/devidian/spaceengineers
-type: application
-version: 6.6.0
diff --git a/stable/spaceengineers/6.6.0/charts/common-20.1.5.tgz b/stable/spaceengineers/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/spaceengineers/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/sshwifty/5.6.0/.helmignore b/stable/spaceengineers/6.7.3/.helmignore
similarity index 100%
rename from stable/sshwifty/5.6.0/.helmignore
rename to stable/spaceengineers/6.7.3/.helmignore
diff --git a/stable/spaceengineers/6.7.3/CHANGELOG.md b/stable/spaceengineers/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e82228b18b5
--- /dev/null
+++ b/stable/spaceengineers/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spaceengineers-6.7.2](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/spaceengineers/6.7.3/Chart.yaml b/stable/spaceengineers/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..46937faeae9
--- /dev/null
+++ b/stable/spaceengineers/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Space Engineers Dedicated Server.
+home: https://truecharts.org/charts/stable/spaceengineers
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png
+keywords:
+ - spaceengineers
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: spaceengineers
+sources:
+ - https://github.com/Devidian/docker-spaceengineers
+ - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers
+ - https://hub.docker.com/r/devidian/spaceengineers
+type: application
+version: 6.7.3
diff --git a/stable/spaceengineers/6.6.0/README.md b/stable/spaceengineers/6.7.3/README.md
similarity index 100%
rename from stable/spaceengineers/6.6.0/README.md
rename to stable/spaceengineers/6.7.3/README.md
diff --git a/stable/spaceengineers/6.7.3/app-changelog.md b/stable/spaceengineers/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..9ca23c341f2
--- /dev/null
+++ b/stable/spaceengineers/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [spaceengineers-6.7.3](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/spaceengineers/6.6.0/app-readme.md b/stable/spaceengineers/6.7.3/app-readme.md
similarity index 100%
rename from stable/spaceengineers/6.6.0/app-readme.md
rename to stable/spaceengineers/6.7.3/app-readme.md
diff --git a/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz b/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/spaceengineers/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/spaceengineers/6.6.0/ix_values.yaml b/stable/spaceengineers/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/spaceengineers/6.6.0/ix_values.yaml
rename to stable/spaceengineers/6.7.3/ix_values.yaml
diff --git a/stable/spaceengineers/6.6.0/questions.yaml b/stable/spaceengineers/6.7.3/questions.yaml
similarity index 100%
rename from stable/spaceengineers/6.6.0/questions.yaml
rename to stable/spaceengineers/6.7.3/questions.yaml
diff --git a/stable/spotweb/12.6.0/templates/NOTES.txt b/stable/spaceengineers/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/spotweb/12.6.0/templates/NOTES.txt
rename to stable/spaceengineers/6.7.3/templates/NOTES.txt
diff --git a/stable/sshwifty/5.6.0/templates/common.yaml b/stable/spaceengineers/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/sshwifty/5.6.0/templates/common.yaml
rename to stable/spaceengineers/6.7.3/templates/common.yaml
diff --git a/stable/sshwifty/5.6.0/values.yaml b/stable/spaceengineers/6.7.3/values.yaml
similarity index 100%
rename from stable/sshwifty/5.6.0/values.yaml
rename to stable/spaceengineers/6.7.3/values.yaml
diff --git a/stable/speedtest-exporter/10.7.0/CHANGELOG.md b/stable/speedtest-exporter/10.7.0/CHANGELOG.md
deleted file mode 100644
index 148e5b4949e..00000000000
--- a/stable/speedtest-exporter/10.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [speedtest-exporter-10.7.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.6.2...speedtest-exporter-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [speedtest-exporter-10.6.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.6.1...speedtest-exporter-10.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [speedtest-exporter-10.6.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.6.0...speedtest-exporter-10.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [speedtest-exporter-10.6.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.5.1...speedtest-exporter-10.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [speedtest-exporter-10.5.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.5.0...speedtest-exporter-10.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [speedtest-exporter-10.5.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.4.0...speedtest-exporter-10.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [speedtest-exporter-10.4.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.4...speedtest-exporter-10.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [speedtest-exporter-10.3.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.3...speedtest-exporter-10.3.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [speedtest-exporter-10.3.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.1...speedtest-exporter-10.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/speedtest-exporter/10.7.0/Chart.yaml b/stable/speedtest-exporter/10.7.0/Chart.yaml
deleted file mode 100644
index 5893bcc9711..00000000000
--- a/stable/speedtest-exporter/10.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.5.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Speedtest Exporter made in python using the official speedtest bin
-home: https://truecharts.org/charts/stable/speedtest-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png
-keywords:
- - speedtest-exporter
- - speedtest
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: speedtest-exporter
-sources:
- - https://github.com/MiguelNdeCarvalho/speedtest-exporter/
- - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter
- - https://ghcr.io/miguelndecarvalho/speedtest-exporter
-type: application
-version: 10.7.0
diff --git a/stable/speedtest-exporter/10.7.0/charts/common-20.1.5.tgz b/stable/speedtest-exporter/10.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/speedtest-exporter/10.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/st-reborn-server/5.6.0/.helmignore b/stable/speedtest-exporter/10.8.3/.helmignore
similarity index 100%
rename from stable/st-reborn-server/5.6.0/.helmignore
rename to stable/speedtest-exporter/10.8.3/.helmignore
diff --git a/stable/speedtest-exporter/10.8.3/CHANGELOG.md b/stable/speedtest-exporter/10.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..8126bd8eb5d
--- /dev/null
+++ b/stable/speedtest-exporter/10.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [speedtest-exporter-10.8.2](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/speedtest-exporter/10.8.3/Chart.yaml b/stable/speedtest-exporter/10.8.3/Chart.yaml
new file mode 100644
index 00000000000..949e4e28986
--- /dev/null
+++ b/stable/speedtest-exporter/10.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.5.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Speedtest Exporter made in python using the official speedtest bin
+home: https://truecharts.org/charts/stable/speedtest-exporter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png
+keywords:
+ - speedtest-exporter
+ - speedtest
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: speedtest-exporter
+sources:
+ - https://github.com/MiguelNdeCarvalho/speedtest-exporter/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter
+ - https://ghcr.io/miguelndecarvalho/speedtest-exporter
+type: application
+version: 10.8.3
diff --git a/stable/speedtest-exporter/10.7.0/README.md b/stable/speedtest-exporter/10.8.3/README.md
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/README.md
rename to stable/speedtest-exporter/10.8.3/README.md
diff --git a/stable/speedtest-exporter/10.8.3/app-changelog.md b/stable/speedtest-exporter/10.8.3/app-changelog.md
new file mode 100644
index 00000000000..decc78cf239
--- /dev/null
+++ b/stable/speedtest-exporter/10.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [speedtest-exporter-10.8.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/speedtest-exporter/10.7.0/app-readme.md b/stable/speedtest-exporter/10.8.3/app-readme.md
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/app-readme.md
rename to stable/speedtest-exporter/10.8.3/app-readme.md
diff --git a/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz b/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/speedtest-exporter/10.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/speedtest-exporter/10.7.0/dashboard.json b/stable/speedtest-exporter/10.8.3/dashboard.json
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/dashboard.json
rename to stable/speedtest-exporter/10.8.3/dashboard.json
diff --git a/stable/speedtest-exporter/10.7.0/ix_values.yaml b/stable/speedtest-exporter/10.8.3/ix_values.yaml
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/ix_values.yaml
rename to stable/speedtest-exporter/10.8.3/ix_values.yaml
diff --git a/stable/speedtest-exporter/10.7.0/questions.yaml b/stable/speedtest-exporter/10.8.3/questions.yaml
similarity index 100%
rename from stable/speedtest-exporter/10.7.0/questions.yaml
rename to stable/speedtest-exporter/10.8.3/questions.yaml
diff --git a/stable/sqlitebrowser/10.6.0/templates/NOTES.txt b/stable/speedtest-exporter/10.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/templates/NOTES.txt
rename to stable/speedtest-exporter/10.8.3/templates/NOTES.txt
diff --git a/stable/st-reborn-server/5.6.0/templates/common.yaml b/stable/speedtest-exporter/10.8.3/templates/common.yaml
similarity index 100%
rename from stable/st-reborn-server/5.6.0/templates/common.yaml
rename to stable/speedtest-exporter/10.8.3/templates/common.yaml
diff --git a/stable/st-reborn-server/5.6.0/values.yaml b/stable/speedtest-exporter/10.8.3/values.yaml
similarity index 100%
rename from stable/st-reborn-server/5.6.0/values.yaml
rename to stable/speedtest-exporter/10.8.3/values.yaml
diff --git a/stable/speedtest-tracker/1.7.1/CHANGELOG.md b/stable/speedtest-tracker/1.7.1/CHANGELOG.md
deleted file mode 100644
index 471c2b4db2d..00000000000
--- a/stable/speedtest-tracker/1.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
-
diff --git a/stable/speedtest-tracker/1.7.1/Chart.yaml b/stable/speedtest-tracker/1.7.1/Chart.yaml
deleted file mode 100644
index b517a4dff1c..00000000000
--- a/stable/speedtest-tracker/1.7.1/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.18.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
-home: https://truecharts.org/charts/stable/speedtest-tracker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
-keywords:
- - speedtest
- - speedtest-tracker
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: speedtest-tracker
-sources:
- - https://github.com/alexjustesen/speedtest-tracker
- - https://github.com/linuxserver/docker-speedtest-tracker
- - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker
- - https://ghcr.io/linuxserver/speedtest-tracker
-type: application
-version: 1.7.1
diff --git a/stable/speedtest-tracker/1.7.1/app-changelog.md b/stable/speedtest-tracker/1.7.1/app-changelog.md
deleted file mode 100644
index 80d8f010bd5..00000000000
--- a/stable/speedtest-tracker/1.7.1/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
\ No newline at end of file
diff --git a/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz b/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz b/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/speedtest-tracker/1.7.1/ix_values.yaml b/stable/speedtest-tracker/1.7.1/ix_values.yaml
deleted file mode 100644
index 83a315e8299..00000000000
--- a/stable/speedtest-tracker/1.7.1/ix_values.yaml
+++ /dev/null
@@ -1,94 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/speedtest-tracker
- pullPolicy: IfNotPresent
- tag: 0.18.3@sha256:85071b7bfe30da60734969cda10a9d9b267f993bddf5bb1965f3896e1618fb11
-service:
- main:
- ports:
- main:
- targetPort: 80
- port: 9004
-ingress:
- main:
- integrations:
- homepage:
- widget:
- type: speedtest
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: false
-redis:
- enabled: true
- redisUsername: default
-cnpg:
- main:
- enabled: true
- user: speedtest-tracker
- database: speedtest-tracker
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- securityContext:
- capabilities:
- add:
- - SYS_CHROOT
- - KILL
- probes:
- liveness:
- enabled: true
- type: http
- path: /api/healthcheck
- startup:
- enabled: true
- type: http
- path: /api/healthcheck
- readiness:
- enabled: true
- type: http
- path: /api/healthcheck
- env:
- APP_URL: ""
- DB_CONNECTION: pgsql
- DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- DB_PORT: "5432"
- DB_DATABASE: "{{ .Values.cnpg.main.database }}"
- DB_USERNAME: "{{ .Values.cnpg.main.user }}"
- DB_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- APP_KEY:
- secretKeyRef:
- name: speedtest-tracker-secrets
- key: APP_KEY
- MAIL_MAILER: "smtp"
- MAIL_PORT: 465
- MAIL_USERNAME: ""
- MAIL_PASSWORD: ""
- MAIL_ENCRYPTION: "SSL"
- MAIL_FROM_ADDRESS: ""
- MAIL_FROM_NAME: "Speedtest Tracker"
- TELEGRAM_BOT_TOKEN: ""
- CACHE_DRIVER: redis
- REDIS_URL:
- secretKeyRef:
- expandObjectName: false
- name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
- key: url
diff --git a/stable/speedtest-tracker/1.7.1/questions.yaml b/stable/speedtest-tracker/1.7.1/questions.yaml
deleted file mode 100755
index 8ed7e97e30b..00000000000
--- a/stable/speedtest-tracker/1.7.1/questions.yaml
+++ /dev/null
@@ -1,3340 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: APP_URL
- label: "Speedtest-Tracker URL"
- schema:
- type: string
- default: ""
- - variable: TELEGRAM_BOT_TOKEN
- label: "Speedtest-Tracker Telegram Token"
- schema:
- type: string
- default: ""
- - variable: mail
- label: Show Mail Server Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: MAIL_MAILER
- label: Protocol
- schema:
- type: string
- required: true
- default: "smtp"
- - variable: MAIL_HOST
- label: Host
- schema:
- type: string
- required: true
- default: ""
- - variable: MAIL_PORT
- label: Port
- schema:
- type: int
- required: true
- default: 465
- - variable: MAIL_USERNAME
- label: Username
- schema:
- type: string
- required: true
- default: ""
- - variable: MAIL_PASSWORD
- label: Password
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: MAIL_ENCRYPTION
- label: Encryption
- schema:
- type: string
- required: true
- default: "SSL"
- - variable: MAIL_FROM_ADDRESS
- label: Sender Address
- schema:
- type: string
- required: true
- default: ""
- - variable: MAIL_FROM_NAME
- label: Sender Name
- schema:
- type: string
- required: true
- default: "Speedtest Tracker"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 9004
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Config.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/stackedit/5.6.0/.helmignore b/stable/speedtest-tracker/1.8.3/.helmignore
similarity index 100%
rename from stable/stackedit/5.6.0/.helmignore
rename to stable/speedtest-tracker/1.8.3/.helmignore
diff --git a/stable/speedtest-tracker/1.8.3/CHANGELOG.md b/stable/speedtest-tracker/1.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..40336b90971
--- /dev/null
+++ b/stable/speedtest-tracker/1.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
+
+
+## [speedtest-tracker-1.8.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
+
+
+## [speedtest-tracker-1.8.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
+
+
+## [speedtest-tracker-1.8.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
+
+
+## [speedtest-tracker-1.8.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.2) (2024-03-24)
+
+### Chore
diff --git a/stable/speedtest-tracker/1.8.3/Chart.yaml b/stable/speedtest-tracker/1.8.3/Chart.yaml
new file mode 100644
index 00000000000..119728f3af8
--- /dev/null
+++ b/stable/speedtest-tracker/1.8.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.18.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
+home: https://truecharts.org/charts/stable/speedtest-tracker
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
+keywords:
+ - speedtest
+ - speedtest-tracker
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: speedtest-tracker
+sources:
+ - https://github.com/alexjustesen/speedtest-tracker
+ - https://github.com/linuxserver/docker-speedtest-tracker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker
+ - https://ghcr.io/linuxserver/speedtest-tracker
+type: application
+version: 1.8.3
diff --git a/stable/speedtest-tracker/1.7.1/README.md b/stable/speedtest-tracker/1.8.3/README.md
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/README.md
rename to stable/speedtest-tracker/1.8.3/README.md
diff --git a/stable/speedtest-tracker/1.8.3/app-changelog.md b/stable/speedtest-tracker/1.8.3/app-changelog.md
new file mode 100644
index 00000000000..0ca29e9fa1f
--- /dev/null
+++ b/stable/speedtest-tracker/1.8.3/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [speedtest-tracker-1.8.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to 0.18.3[@5f66162](https://github.com/5f66162) by renovate ([#19705](https://github.com/truecharts/charts/issues/19705))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image ghcr.io/linuxserver/speedtest-tracker to v0.18.3[@85071b7](https://github.com/85071b7) by renovate ([#19307](https://github.com/truecharts/charts/issues/19307))
\ No newline at end of file
diff --git a/stable/speedtest-tracker/1.7.1/app-readme.md b/stable/speedtest-tracker/1.8.3/app-readme.md
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/app-readme.md
rename to stable/speedtest-tracker/1.8.3/app-readme.md
diff --git a/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz b/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/speedtest-tracker/1.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/speedtest-tracker/1.8.3/charts/redis-13.2.2.tgz b/stable/speedtest-tracker/1.8.3/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/speedtest-tracker/1.8.3/charts/redis-13.2.2.tgz differ
diff --git a/stable/speedtest-tracker/1.8.3/ix_values.yaml b/stable/speedtest-tracker/1.8.3/ix_values.yaml
new file mode 100644
index 00000000000..7337ef17b7f
--- /dev/null
+++ b/stable/speedtest-tracker/1.8.3/ix_values.yaml
@@ -0,0 +1,94 @@
+image:
+ repository: ghcr.io/linuxserver/speedtest-tracker
+ pullPolicy: IfNotPresent
+ tag: 0.18.3@sha256:5f661624cc34846a05c279ce1e0c0249960f33582e0b27c21ff586a383a6e4f9
+service:
+ main:
+ ports:
+ main:
+ targetPort: 80
+ port: 9004
+ingress:
+ main:
+ integrations:
+ homepage:
+ widget:
+ type: speedtest
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: false
+redis:
+ enabled: true
+ redisUsername: default
+cnpg:
+ main:
+ enabled: true
+ user: speedtest-tracker
+ database: speedtest-tracker
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ securityContext:
+ capabilities:
+ add:
+ - SYS_CHROOT
+ - KILL
+ probes:
+ liveness:
+ enabled: true
+ type: http
+ path: /api/healthcheck
+ startup:
+ enabled: true
+ type: http
+ path: /api/healthcheck
+ readiness:
+ enabled: true
+ type: http
+ path: /api/healthcheck
+ env:
+ APP_URL: ""
+ DB_CONNECTION: pgsql
+ DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ DB_PORT: "5432"
+ DB_DATABASE: "{{ .Values.cnpg.main.database }}"
+ DB_USERNAME: "{{ .Values.cnpg.main.user }}"
+ DB_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ APP_KEY:
+ secretKeyRef:
+ name: speedtest-tracker-secrets
+ key: APP_KEY
+ MAIL_MAILER: "smtp"
+ MAIL_PORT: 465
+ MAIL_USERNAME: ""
+ MAIL_PASSWORD: ""
+ MAIL_ENCRYPTION: "SSL"
+ MAIL_FROM_ADDRESS: ""
+ MAIL_FROM_NAME: "Speedtest Tracker"
+ TELEGRAM_BOT_TOKEN: ""
+ CACHE_DRIVER: redis
+ REDIS_URL:
+ secretKeyRef:
+ expandObjectName: false
+ name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
+ key: url
diff --git a/stable/speedtest-tracker/1.8.3/questions.yaml b/stable/speedtest-tracker/1.8.3/questions.yaml
new file mode 100755
index 00000000000..088b074da4c
--- /dev/null
+++ b/stable/speedtest-tracker/1.8.3/questions.yaml
@@ -0,0 +1,3341 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: APP_URL
+ label: "Speedtest-Tracker URL"
+ schema:
+ type: string
+ default: ""
+ - variable: TELEGRAM_BOT_TOKEN
+ label: "Speedtest-Tracker Telegram Token"
+ schema:
+ type: string
+ default: ""
+ - variable: mail
+ label: Show Mail Server Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: MAIL_MAILER
+ label: Protocol
+ schema:
+ type: string
+ required: true
+ default: "smtp"
+ - variable: MAIL_HOST
+ label: Host
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: MAIL_PORT
+ label: Port
+ schema:
+ type: int
+ required: true
+ default: 465
+ - variable: MAIL_USERNAME
+ label: Username
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: MAIL_PASSWORD
+ label: Password
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: MAIL_ENCRYPTION
+ label: Encryption
+ schema:
+ type: string
+ required: true
+ default: "SSL"
+ - variable: MAIL_FROM_ADDRESS
+ label: Sender Address
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: MAIL_FROM_NAME
+ label: Sender Name
+ schema:
+ type: string
+ required: true
+ default: "Speedtest Tracker"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 9004
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Config.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/sshwifty/5.6.0/templates/NOTES.txt b/stable/speedtest-tracker/1.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/sshwifty/5.6.0/templates/NOTES.txt
rename to stable/speedtest-tracker/1.8.3/templates/NOTES.txt
diff --git a/stable/speedtest-tracker/1.7.1/templates/_secrets.tpl b/stable/speedtest-tracker/1.8.3/templates/_secrets.tpl
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/templates/_secrets.tpl
rename to stable/speedtest-tracker/1.8.3/templates/_secrets.tpl
diff --git a/stable/speedtest-tracker/1.7.1/templates/common.yaml b/stable/speedtest-tracker/1.8.3/templates/common.yaml
similarity index 100%
rename from stable/speedtest-tracker/1.7.1/templates/common.yaml
rename to stable/speedtest-tracker/1.8.3/templates/common.yaml
diff --git a/stable/stackedit/5.6.0/values.yaml b/stable/speedtest-tracker/1.8.3/values.yaml
similarity index 100%
rename from stable/stackedit/5.6.0/values.yaml
rename to stable/speedtest-tracker/1.8.3/values.yaml
diff --git a/stable/splunk/7.6.0/CHANGELOG.md b/stable/splunk/7.6.0/CHANGELOG.md
deleted file mode 100644
index eeeff2495f6..00000000000
--- a/stable/splunk/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [splunk-7.6.0](https://github.com/truecharts/charts/compare/splunk-7.5.2...splunk-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [splunk-7.5.2](https://github.com/truecharts/charts/compare/splunk-7.5.1...splunk-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [splunk-7.5.1](https://github.com/truecharts/charts/compare/splunk-7.5.0...splunk-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [splunk-7.5.0](https://github.com/truecharts/charts/compare/splunk-7.4.1...splunk-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [splunk-7.4.1](https://github.com/truecharts/charts/compare/splunk-7.4.0...splunk-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [splunk-7.4.0](https://github.com/truecharts/charts/compare/splunk-7.3.0...splunk-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [splunk-7.3.0](https://github.com/truecharts/charts/compare/splunk-7.2.3...splunk-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [splunk-7.2.3](https://github.com/truecharts/charts/compare/splunk-7.2.2...splunk-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [splunk-7.2.2](https://github.com/truecharts/charts/compare/splunk-7.2.0...splunk-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/splunk/7.6.0/Chart.yaml b/stable/splunk/7.6.0/Chart.yaml
deleted file mode 100644
index 2083929c4e2..00000000000
--- a/stable/splunk/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 9.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com
-home: https://truecharts.org/charts/stable/splunk
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png
-keywords:
- - splunk
- - Tools-Utilities
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: splunk
-sources:
- - https://splunk.github.io/docker-splunk
- - https://github.com/truecharts/charts/tree/master/charts/stable/splunk
- - https://hub.docker.com/r/splunk/splunk
-type: application
-version: 7.6.0
diff --git a/stable/splunk/7.6.0/charts/common-20.1.5.tgz b/stable/splunk/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/splunk/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/standardnotes-web/5.6.0/.helmignore b/stable/splunk/7.7.3/.helmignore
similarity index 100%
rename from stable/standardnotes-web/5.6.0/.helmignore
rename to stable/splunk/7.7.3/.helmignore
diff --git a/stable/splunk/7.7.3/CHANGELOG.md b/stable/splunk/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f6a8ba0bc59
--- /dev/null
+++ b/stable/splunk/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [splunk-7.7.3](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [splunk-7.7.2](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/splunk/7.7.3/Chart.yaml b/stable/splunk/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..1d2c42976df
--- /dev/null
+++ b/stable/splunk/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 9.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com
+home: https://truecharts.org/charts/stable/splunk
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png
+keywords:
+ - splunk
+ - Tools-Utilities
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: splunk
+sources:
+ - https://splunk.github.io/docker-splunk
+ - https://github.com/truecharts/charts/tree/master/charts/stable/splunk
+ - https://hub.docker.com/r/splunk/splunk
+type: application
+version: 7.7.3
diff --git a/stable/splunk/7.6.0/README.md b/stable/splunk/7.7.3/README.md
similarity index 100%
rename from stable/splunk/7.6.0/README.md
rename to stable/splunk/7.7.3/README.md
diff --git a/stable/splunk/7.7.3/app-changelog.md b/stable/splunk/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..916bd089827
--- /dev/null
+++ b/stable/splunk/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [splunk-7.7.3](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/splunk/7.6.0/app-readme.md b/stable/splunk/7.7.3/app-readme.md
similarity index 100%
rename from stable/splunk/7.6.0/app-readme.md
rename to stable/splunk/7.7.3/app-readme.md
diff --git a/stable/splunk/7.7.3/charts/common-20.2.4.tgz b/stable/splunk/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/splunk/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/splunk/7.6.0/ix_values.yaml b/stable/splunk/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/splunk/7.6.0/ix_values.yaml
rename to stable/splunk/7.7.3/ix_values.yaml
diff --git a/stable/splunk/7.6.0/questions.yaml b/stable/splunk/7.7.3/questions.yaml
similarity index 100%
rename from stable/splunk/7.6.0/questions.yaml
rename to stable/splunk/7.7.3/questions.yaml
diff --git a/stable/stash/15.7.1/templates/NOTES.txt b/stable/splunk/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/stash/15.7.1/templates/NOTES.txt
rename to stable/splunk/7.7.3/templates/NOTES.txt
diff --git a/stable/splunk/7.6.0/templates/_config.tpl b/stable/splunk/7.7.3/templates/_config.tpl
similarity index 100%
rename from stable/splunk/7.6.0/templates/_config.tpl
rename to stable/splunk/7.7.3/templates/_config.tpl
diff --git a/stable/splunk/7.6.0/templates/common.yaml b/stable/splunk/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/splunk/7.6.0/templates/common.yaml
rename to stable/splunk/7.7.3/templates/common.yaml
diff --git a/stable/standardnotes-web/5.6.0/values.yaml b/stable/splunk/7.7.3/values.yaml
similarity index 100%
rename from stable/standardnotes-web/5.6.0/values.yaml
rename to stable/splunk/7.7.3/values.yaml
diff --git a/stable/spotweb/12.6.0/CHANGELOG.md b/stable/spotweb/12.6.0/CHANGELOG.md
deleted file mode 100644
index d2e7bb4b89b..00000000000
--- a/stable/spotweb/12.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [spotweb-12.6.0](https://github.com/truecharts/charts/compare/spotweb-12.5.2...spotweb-12.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [spotweb-12.5.2](https://github.com/truecharts/charts/compare/spotweb-12.5.1...spotweb-12.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [spotweb-12.5.1](https://github.com/truecharts/charts/compare/spotweb-12.5.0...spotweb-12.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [spotweb-12.5.0](https://github.com/truecharts/charts/compare/spotweb-12.4.1...spotweb-12.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [spotweb-12.4.1](https://github.com/truecharts/charts/compare/spotweb-12.4.0...spotweb-12.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [spotweb-12.4.0](https://github.com/truecharts/charts/compare/spotweb-12.3.0...spotweb-12.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [spotweb-12.3.0](https://github.com/truecharts/charts/compare/spotweb-12.2.3...spotweb-12.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [spotweb-12.2.3](https://github.com/truecharts/charts/compare/spotweb-12.2.2...spotweb-12.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [spotweb-12.2.2](https://github.com/truecharts/charts/compare/spotweb-12.2.0...spotweb-12.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/spotweb/12.6.0/Chart.yaml b/stable/spotweb/12.6.0/Chart.yaml
deleted file mode 100644
index fb3c6b02046..00000000000
--- a/stable/spotweb/12.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Spotweb is a decentralized usenet community based on the Spotnet protocol.
-home: https://truecharts.org/charts/stable/spotweb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png
-keywords:
- - usenet
- - spotweb
- - spotnet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: spotweb
-sources:
- - https://github.com/spotweb/spotweb
- - https://github.com/joachimbaten/spotweb-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb
- - https://hub.docker.com/r/jbaten/spotweb
-type: application
-version: 12.6.0
diff --git a/stable/spotweb/12.6.0/charts/common-20.1.5.tgz b/stable/spotweb/12.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/spotweb/12.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/spotweb/12.6.0/questions.yaml b/stable/spotweb/12.6.0/questions.yaml
deleted file mode 100755
index 5c734208b9e..00000000000
--- a/stable/spotweb/12.6.0/questions.yaml
+++ /dev/null
@@ -1,3064 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: SPOTWEB_USERNAME
- label: "Admin username"
- description: "Username to configure for the admin of this installation."
- schema:
- type: string
- default: ""
- valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$
- required: true
- - variable: SPOTWEB_PASSWORD
- label: "Admin password"
- description: "Password to configure for the admin of this installation."
- schema:
- type: string
- default: ""
- valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
- private: true
- required: true
- - variable: SPOTWEB_SYSTEMTYPE
- label: "System Type"
- description: "System type to configure during initialization."
- schema:
- type: string
- required: true
- default: "single"
- enum:
- - value: "single"
- description: "Singe User System"
- - value: "shared"
- description: "Shared System"
- - value: "public"
- description: "Public System"
- - variable: SPOTWEB_FIRSTNAME
- label: "Admin first name"
- description: "The first name of the admin user."
- schema:
- type: string
- required: true
- default: "firstname"
- valid_chars: ^([^<>]{2})([^<>]*)$
- - variable: SPOTWEB_LASTNAME
- label: "Admin last name"
- description: "Last name of the admin user."
- schema:
- type: string
- required: true
- default: "lastname"
- valid_chars: ^([^<>]{2})([^<>]*)$
- - variable: SPOTWEB_MAIL
- label: "Admin mail adres"
- description: "Email adres to configure for the provided admin user."
- schema:
- type: string
- required: true
- default: firstname@lastname.com
- valid_chars: ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$
- - variable: SPOTWEB_RETRIEVE
- label: "SPOTWEB_RETRIEVE"
- description: "Schedule on which to automatically retrieve new spots."
- schema:
- type: string
- default: "15min"
- enum:
- - value: "1min"
- description: "Each minute"
- - value: "5min"
- description: "Every 5 minutes"
- - value: "15min"
- description: "Every 15 minutes"
- - value: "hourly"
- description: "Every hour"
- - value: "weekly"
- description: "Once a week"
- - value: "monthly"
- description: "Once a month"
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "Spotweb Web UI and API endpoint"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Web Interface"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10050
- editable: true
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/starmade/5.6.0/.helmignore b/stable/spotweb/12.7.3/.helmignore
similarity index 100%
rename from stable/starmade/5.6.0/.helmignore
rename to stable/spotweb/12.7.3/.helmignore
diff --git a/stable/spotweb/12.7.3/CHANGELOG.md b/stable/spotweb/12.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..98f69bb61fa
--- /dev/null
+++ b/stable/spotweb/12.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [spotweb-12.7.2](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/spotweb/12.7.3/Chart.yaml b/stable/spotweb/12.7.3/Chart.yaml
new file mode 100644
index 00000000000..c7e83a2f3c1
--- /dev/null
+++ b/stable/spotweb/12.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Spotweb is a decentralized usenet community based on the Spotnet protocol.
+home: https://truecharts.org/charts/stable/spotweb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png
+keywords:
+ - usenet
+ - spotweb
+ - spotnet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: spotweb
+sources:
+ - https://github.com/spotweb/spotweb
+ - https://github.com/joachimbaten/spotweb-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb
+ - https://hub.docker.com/r/jbaten/spotweb
+type: application
+version: 12.7.3
diff --git a/stable/spotweb/12.6.0/README.md b/stable/spotweb/12.7.3/README.md
similarity index 100%
rename from stable/spotweb/12.6.0/README.md
rename to stable/spotweb/12.7.3/README.md
diff --git a/stable/spotweb/12.7.3/app-changelog.md b/stable/spotweb/12.7.3/app-changelog.md
new file mode 100644
index 00000000000..f29a40a9da6
--- /dev/null
+++ b/stable/spotweb/12.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [spotweb-12.7.3](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/spotweb/12.6.0/app-readme.md b/stable/spotweb/12.7.3/app-readme.md
similarity index 100%
rename from stable/spotweb/12.6.0/app-readme.md
rename to stable/spotweb/12.7.3/app-readme.md
diff --git a/stable/spotweb/12.7.3/charts/common-20.2.4.tgz b/stable/spotweb/12.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/spotweb/12.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/spotweb/12.6.0/ix_values.yaml b/stable/spotweb/12.7.3/ix_values.yaml
similarity index 100%
rename from stable/spotweb/12.6.0/ix_values.yaml
rename to stable/spotweb/12.7.3/ix_values.yaml
diff --git a/stable/spotweb/12.7.3/questions.yaml b/stable/spotweb/12.7.3/questions.yaml
new file mode 100755
index 00000000000..d2f9e8a0f23
--- /dev/null
+++ b/stable/spotweb/12.7.3/questions.yaml
@@ -0,0 +1,3066 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: SPOTWEB_USERNAME
+ label: "Admin username"
+ description: "Username to configure for the admin of this installation."
+ schema:
+ type: string
+ default: ""
+ valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$
+ required: true
+ - variable: SPOTWEB_PASSWORD
+ label: "Admin password"
+ description: "Password to configure for the admin of this installation."
+ schema:
+ type: string
+ default: ""
+ valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
+ private: true
+ required: true
+ - variable: SPOTWEB_SYSTEMTYPE
+ label: "System Type"
+ description: "System type to configure during initialization."
+ schema:
+ type: string
+ required: true
+ default: "single"
+ enum:
+ - value: "single"
+ description: "Singe User System"
+ - value: "shared"
+ description: "Shared System"
+ - value: "public"
+ description: "Public System"
+ - variable: SPOTWEB_FIRSTNAME
+ label: "Admin first name"
+ description: "The first name of the admin user."
+ schema:
+ type: string
+ required: true
+ default: "firstname"
+ valid_chars: ^([^<>]{2})([^<>]*)$
+ - variable: SPOTWEB_LASTNAME
+ label: "Admin last name"
+ description: "Last name of the admin user."
+ schema:
+ type: string
+ required: true
+ default: "lastname"
+ valid_chars: ^([^<>]{2})([^<>]*)$
+ - variable: SPOTWEB_MAIL
+ label: "Admin mail adres"
+ description: "Email adres to configure for the provided admin user."
+ schema:
+ type: string
+ required: true
+ default: firstname@lastname.com
+ valid_chars: ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$
+ - variable: SPOTWEB_RETRIEVE
+ label: "SPOTWEB_RETRIEVE"
+ description: "Schedule on which to automatically retrieve new spots."
+ schema:
+ type: string
+ default: "15min"
+ enum:
+ - value: "1min"
+ description: "Each minute"
+ - value: "5min"
+ description: "Every 5 minutes"
+ - value: "15min"
+ description: "Every 15 minutes"
+ - value: "hourly"
+ description: "Every hour"
+ - value: "weekly"
+ description: "Once a week"
+ - value: "monthly"
+ description: "Once a month"
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "Spotweb Web UI and API endpoint"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Web Interface"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10050
+ editable: true
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/static-web-server/4.7.0/templates/NOTES.txt b/stable/spotweb/12.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/static-web-server/4.7.0/templates/NOTES.txt
rename to stable/spotweb/12.7.3/templates/NOTES.txt
diff --git a/stable/stash/15.7.1/templates/common.yaml b/stable/spotweb/12.7.3/templates/common.yaml
similarity index 100%
rename from stable/stash/15.7.1/templates/common.yaml
rename to stable/spotweb/12.7.3/templates/common.yaml
diff --git a/stable/starmade/5.6.0/values.yaml b/stable/spotweb/12.7.3/values.yaml
similarity index 100%
rename from stable/starmade/5.6.0/values.yaml
rename to stable/spotweb/12.7.3/values.yaml
diff --git a/stable/sqlite-web/5.6.0/CHANGELOG.md b/stable/sqlite-web/5.6.0/CHANGELOG.md
deleted file mode 100644
index a377b4bbe37..00000000000
--- a/stable/sqlite-web/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sqlite-web-5.6.0](https://github.com/truecharts/charts/compare/sqlite-web-5.5.2...sqlite-web-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sqlite-web-5.5.2](https://github.com/truecharts/charts/compare/sqlite-web-5.5.1...sqlite-web-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sqlite-web-5.5.1](https://github.com/truecharts/charts/compare/sqlite-web-5.5.0...sqlite-web-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sqlite-web-5.5.0](https://github.com/truecharts/charts/compare/sqlite-web-5.4.1...sqlite-web-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sqlite-web-5.4.1](https://github.com/truecharts/charts/compare/sqlite-web-5.4.0...sqlite-web-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sqlite-web-5.4.0](https://github.com/truecharts/charts/compare/sqlite-web-5.3.0...sqlite-web-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sqlite-web-5.3.0](https://github.com/truecharts/charts/compare/sqlite-web-5.2.3...sqlite-web-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sqlite-web-5.2.3](https://github.com/truecharts/charts/compare/sqlite-web-5.2.2...sqlite-web-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sqlite-web-5.2.2](https://github.com/truecharts/charts/compare/sqlite-web-5.2.0...sqlite-web-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sqlite-web/5.6.0/Chart.yaml b/stable/sqlite-web/5.6.0/Chart.yaml
deleted file mode 100644
index cf939f37bf7..00000000000
--- a/stable/sqlite-web/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: sqlite-web is a web-based SQLite database browser written in Python.
-home: https://truecharts.org/charts/stable/sqlite-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png
-keywords:
- - sqlite-web
- - Productivity
- - Tools-Utilities
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sqlite-web
-sources:
- - https://github.com/coleifer/sqlite-web
- - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web
- - https://hub.docker.com/r/coleifer/sqlite-web
-type: application
-version: 5.6.0
diff --git a/stable/sqlite-web/5.6.0/charts/common-20.1.5.tgz b/stable/sqlite-web/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sqlite-web/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/stash/15.7.1/.helmignore b/stable/sqlite-web/5.7.3/.helmignore
similarity index 100%
rename from stable/stash/15.7.1/.helmignore
rename to stable/sqlite-web/5.7.3/.helmignore
diff --git a/stable/sqlite-web/5.7.3/CHANGELOG.md b/stable/sqlite-web/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9cee19bbcc1
--- /dev/null
+++ b/stable/sqlite-web/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlite-web-5.7.2](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sqlite-web/5.7.3/Chart.yaml b/stable/sqlite-web/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..41419b9ae43
--- /dev/null
+++ b/stable/sqlite-web/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: sqlite-web is a web-based SQLite database browser written in Python.
+home: https://truecharts.org/charts/stable/sqlite-web
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png
+keywords:
+ - sqlite-web
+ - Productivity
+ - Tools-Utilities
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sqlite-web
+sources:
+ - https://github.com/coleifer/sqlite-web
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web
+ - https://hub.docker.com/r/coleifer/sqlite-web
+type: application
+version: 5.7.3
diff --git a/stable/sqlite-web/5.6.0/README.md b/stable/sqlite-web/5.7.3/README.md
similarity index 100%
rename from stable/sqlite-web/5.6.0/README.md
rename to stable/sqlite-web/5.7.3/README.md
diff --git a/stable/sqlite-web/5.7.3/app-changelog.md b/stable/sqlite-web/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..894aed4c6ab
--- /dev/null
+++ b/stable/sqlite-web/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sqlite-web-5.7.3](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sqlite-web/5.6.0/app-readme.md b/stable/sqlite-web/5.7.3/app-readme.md
similarity index 100%
rename from stable/sqlite-web/5.6.0/app-readme.md
rename to stable/sqlite-web/5.7.3/app-readme.md
diff --git a/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz b/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sqlite-web/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sqlite-web/5.6.0/ix_values.yaml b/stable/sqlite-web/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/sqlite-web/5.6.0/ix_values.yaml
rename to stable/sqlite-web/5.7.3/ix_values.yaml
diff --git a/stable/sqlite-web/5.6.0/questions.yaml b/stable/sqlite-web/5.7.3/questions.yaml
similarity index 100%
rename from stable/sqlite-web/5.6.0/questions.yaml
rename to stable/sqlite-web/5.7.3/questions.yaml
diff --git a/stable/starmade/5.6.0/templates/common.yaml b/stable/sqlite-web/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/starmade/5.6.0/templates/common.yaml
rename to stable/sqlite-web/5.7.3/templates/common.yaml
diff --git a/stable/stash/15.7.1/values.yaml b/stable/sqlite-web/5.7.3/values.yaml
similarity index 100%
rename from stable/stash/15.7.1/values.yaml
rename to stable/sqlite-web/5.7.3/values.yaml
diff --git a/stable/sqlitebrowser/10.6.0/CHANGELOG.md b/stable/sqlitebrowser/10.6.0/CHANGELOG.md
deleted file mode 100644
index 5d538dc6c33..00000000000
--- a/stable/sqlitebrowser/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sqlitebrowser-10.6.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.5.2...sqlitebrowser-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sqlitebrowser-10.5.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.5.1...sqlitebrowser-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sqlitebrowser-10.5.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.5.0...sqlitebrowser-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sqlitebrowser-10.5.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.4.1...sqlitebrowser-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sqlitebrowser-10.4.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.4.0...sqlitebrowser-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sqlitebrowser-10.4.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.3.0...sqlitebrowser-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sqlitebrowser-10.3.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.3...sqlitebrowser-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sqlitebrowser-10.2.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.2...sqlitebrowser-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sqlitebrowser-10.2.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.0...sqlitebrowser-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/sqlitebrowser/10.6.0/Chart.yaml b/stable/sqlitebrowser/10.6.0/Chart.yaml
deleted file mode 100644
index d95bc2cf32e..00000000000
--- a/stable/sqlitebrowser/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 18.04.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
-home: https://truecharts.org/charts/stable/sqlitebrowser
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png
-keywords:
- - sqlite
- - browser
- - sqlitebrowser
- - database
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sqlitebrowser
-sources:
- - https://github.com/linuxserver/docker-sqlitebrowser
- - https://sqlitebrowser.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser
- - https://ghcr.io/linuxserver/sqlitebrowser
-type: application
-version: 10.6.0
diff --git a/stable/sqlitebrowser/10.6.0/charts/common-20.1.5.tgz b/stable/sqlitebrowser/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sqlitebrowser/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/static-web-server/4.7.0/.helmignore b/stable/sqlitebrowser/10.7.3/.helmignore
similarity index 100%
rename from stable/static-web-server/4.7.0/.helmignore
rename to stable/sqlitebrowser/10.7.3/.helmignore
diff --git a/stable/sqlitebrowser/10.7.3/CHANGELOG.md b/stable/sqlitebrowser/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..980af4f8a55
--- /dev/null
+++ b/stable/sqlitebrowser/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sqlitebrowser-10.7.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sqlitebrowser/10.7.3/Chart.yaml b/stable/sqlitebrowser/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..2b624fc2803
--- /dev/null
+++ b/stable/sqlitebrowser/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 18.04.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
+home: https://truecharts.org/charts/stable/sqlitebrowser
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png
+keywords:
+ - sqlite
+ - browser
+ - sqlitebrowser
+ - database
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sqlitebrowser
+sources:
+ - https://github.com/linuxserver/docker-sqlitebrowser
+ - https://sqlitebrowser.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser
+ - https://ghcr.io/linuxserver/sqlitebrowser
+type: application
+version: 10.7.3
diff --git a/stable/sqlitebrowser/10.6.0/README.md b/stable/sqlitebrowser/10.7.3/README.md
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/README.md
rename to stable/sqlitebrowser/10.7.3/README.md
diff --git a/stable/sqlitebrowser/10.7.3/app-changelog.md b/stable/sqlitebrowser/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..65d45a7b4ac
--- /dev/null
+++ b/stable/sqlitebrowser/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sqlitebrowser-10.7.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sqlitebrowser/10.6.0/app-readme.md b/stable/sqlitebrowser/10.7.3/app-readme.md
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/app-readme.md
rename to stable/sqlitebrowser/10.7.3/app-readme.md
diff --git a/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz b/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sqlitebrowser/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sqlitebrowser/10.6.0/ix_values.yaml b/stable/sqlitebrowser/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/ix_values.yaml
rename to stable/sqlitebrowser/10.7.3/ix_values.yaml
diff --git a/stable/sqlitebrowser/10.6.0/questions.yaml b/stable/sqlitebrowser/10.7.3/questions.yaml
similarity index 100%
rename from stable/sqlitebrowser/10.6.0/questions.yaml
rename to stable/sqlitebrowser/10.7.3/questions.yaml
diff --git a/stable/static/10.6.0/templates/NOTES.txt b/stable/sqlitebrowser/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/static/10.6.0/templates/NOTES.txt
rename to stable/sqlitebrowser/10.7.3/templates/NOTES.txt
diff --git a/stable/static/10.6.0/templates/common.yaml b/stable/sqlitebrowser/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/static/10.6.0/templates/common.yaml
rename to stable/sqlitebrowser/10.7.3/templates/common.yaml
diff --git a/stable/static-web-server/4.7.0/values.yaml b/stable/sqlitebrowser/10.7.3/values.yaml
similarity index 100%
rename from stable/static-web-server/4.7.0/values.yaml
rename to stable/sqlitebrowser/10.7.3/values.yaml
diff --git a/stable/sshwifty/5.6.0/CHANGELOG.md b/stable/sshwifty/5.6.0/CHANGELOG.md
deleted file mode 100644
index 2824a5fa829..00000000000
--- a/stable/sshwifty/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [sshwifty-5.6.0](https://github.com/truecharts/charts/compare/sshwifty-5.5.2...sshwifty-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [sshwifty-5.5.2](https://github.com/truecharts/charts/compare/sshwifty-5.5.1...sshwifty-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [sshwifty-5.5.1](https://github.com/truecharts/charts/compare/sshwifty-5.5.0...sshwifty-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [sshwifty-5.5.0](https://github.com/truecharts/charts/compare/sshwifty-5.4.2...sshwifty-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [sshwifty-5.4.2](https://github.com/truecharts/charts/compare/sshwifty-5.4.1...sshwifty-5.4.2) (2024-03-11)
-
-### Chore
-
-
-
-- update container image niruix/sshwifty to latest[@43fc2c9](https://github.com/43fc2c9) by renovate ([#19036](https://github.com/truecharts/charts/issues/19036))
-
-
-## [sshwifty-5.4.1](https://github.com/truecharts/charts/compare/sshwifty-5.4.0...sshwifty-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [sshwifty-5.4.0](https://github.com/truecharts/charts/compare/sshwifty-5.3.0...sshwifty-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [sshwifty-5.3.0](https://github.com/truecharts/charts/compare/sshwifty-5.2.3...sshwifty-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [sshwifty-5.2.3](https://github.com/truecharts/charts/compare/sshwifty-5.2.2...sshwifty-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [sshwifty-5.2.2](https://github.com/truecharts/charts/compare/sshwifty-5.2.0...sshwifty-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/sshwifty/5.6.0/Chart.yaml b/stable/sshwifty/5.6.0/Chart.yaml
deleted file mode 100644
index 5977fc6b565..00000000000
--- a/stable/sshwifty/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: ssh
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SSHwifty is a SSH and Telnet connector made for the Web.
-home: https://truecharts.org/charts/stable/sshwifty
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
-keywords:
- - ssh
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: sshwifty
-sources:
- - https://github.com/niruix/sshwifty
- - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty
- - https://hub.docker.com/r/niruix/sshwifty
-type: application
-version: 5.6.0
diff --git a/stable/sshwifty/5.6.0/charts/common-20.1.5.tgz b/stable/sshwifty/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/sshwifty/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/static/10.6.0/.helmignore b/stable/sshwifty/5.7.3/.helmignore
similarity index 100%
rename from stable/static/10.6.0/.helmignore
rename to stable/sshwifty/5.7.3/.helmignore
diff --git a/stable/sshwifty/5.7.3/CHANGELOG.md b/stable/sshwifty/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2f0608489ed
--- /dev/null
+++ b/stable/sshwifty/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [sshwifty-5.7.2](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/sshwifty/5.7.3/Chart.yaml b/stable/sshwifty/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..27d06d3bf00
--- /dev/null
+++ b/stable/sshwifty/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: ssh
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SSHwifty is a SSH and Telnet connector made for the Web.
+home: https://truecharts.org/charts/stable/sshwifty
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.png
+keywords:
+ - ssh
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: sshwifty
+sources:
+ - https://github.com/niruix/sshwifty
+ - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty
+ - https://hub.docker.com/r/niruix/sshwifty
+type: application
+version: 5.7.3
diff --git a/stable/sshwifty/5.6.0/README.md b/stable/sshwifty/5.7.3/README.md
similarity index 100%
rename from stable/sshwifty/5.6.0/README.md
rename to stable/sshwifty/5.7.3/README.md
diff --git a/stable/sshwifty/5.7.3/app-changelog.md b/stable/sshwifty/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..241e863a31d
--- /dev/null
+++ b/stable/sshwifty/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [sshwifty-5.7.3](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/sshwifty/5.6.0/app-readme.md b/stable/sshwifty/5.7.3/app-readme.md
similarity index 100%
rename from stable/sshwifty/5.6.0/app-readme.md
rename to stable/sshwifty/5.7.3/app-readme.md
diff --git a/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz b/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/sshwifty/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/sshwifty/5.6.0/ix_values.yaml b/stable/sshwifty/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/sshwifty/5.6.0/ix_values.yaml
rename to stable/sshwifty/5.7.3/ix_values.yaml
diff --git a/stable/sshwifty/5.6.0/questions.yaml b/stable/sshwifty/5.7.3/questions.yaml
similarity index 100%
rename from stable/sshwifty/5.6.0/questions.yaml
rename to stable/sshwifty/5.7.3/questions.yaml
diff --git a/stable/steam-headless/3.7.0/templates/NOTES.txt b/stable/sshwifty/5.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/steam-headless/3.7.0/templates/NOTES.txt
rename to stable/sshwifty/5.7.3/templates/NOTES.txt
diff --git a/stable/static-web-server/4.7.0/templates/common.yaml b/stable/sshwifty/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/static-web-server/4.7.0/templates/common.yaml
rename to stable/sshwifty/5.7.3/templates/common.yaml
diff --git a/stable/static/10.6.0/values.yaml b/stable/sshwifty/5.7.3/values.yaml
similarity index 100%
rename from stable/static/10.6.0/values.yaml
rename to stable/sshwifty/5.7.3/values.yaml
diff --git a/stable/st-reborn-server/5.6.0/CHANGELOG.md b/stable/st-reborn-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index bccf03fe621..00000000000
--- a/stable/st-reborn-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [st-reborn-server-5.6.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.5.2...st-reborn-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [st-reborn-server-5.5.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.5.1...st-reborn-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [st-reborn-server-5.5.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.5.0...st-reborn-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [st-reborn-server-5.5.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.4.1...st-reborn-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [st-reborn-server-5.4.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.4.0...st-reborn-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [st-reborn-server-5.4.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.3.0...st-reborn-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [st-reborn-server-5.3.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.3...st-reborn-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [st-reborn-server-5.2.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.2...st-reborn-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [st-reborn-server-5.2.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.0...st-reborn-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/st-reborn-server/5.6.0/Chart.yaml b/stable/st-reborn-server/5.6.0/Chart.yaml
deleted file mode 100644
index 6028d0b17f6..00000000000
--- a/stable/st-reborn-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Skyrim Together Reborn server files.
-home: https://truecharts.org/charts/stable/st-reborn-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png
-keywords:
- - st-reborn-server
- - gameserver
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: st-reborn-server
-sources:
- - https://github.com/tiltedphoques/TiltedEvolution
- - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server
- - https://hub.docker.com/r/tiltedphoques/st-reborn-server
-type: application
-version: 5.6.0
diff --git a/stable/st-reborn-server/5.6.0/charts/common-20.1.5.tgz b/stable/st-reborn-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/st-reborn-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/stationeers/5.6.0/.helmignore b/stable/st-reborn-server/5.7.3/.helmignore
similarity index 100%
rename from stable/stationeers/5.6.0/.helmignore
rename to stable/st-reborn-server/5.7.3/.helmignore
diff --git a/stable/st-reborn-server/5.7.3/CHANGELOG.md b/stable/st-reborn-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0035d5073ff
--- /dev/null
+++ b/stable/st-reborn-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [st-reborn-server-5.7.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/st-reborn-server/5.7.3/Chart.yaml b/stable/st-reborn-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0abf0bb66d4
--- /dev/null
+++ b/stable/st-reborn-server/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Skyrim Together Reborn server files.
+home: https://truecharts.org/charts/stable/st-reborn-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png
+keywords:
+ - st-reborn-server
+ - gameserver
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: st-reborn-server
+sources:
+ - https://github.com/tiltedphoques/TiltedEvolution
+ - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server
+ - https://hub.docker.com/r/tiltedphoques/st-reborn-server
+type: application
+version: 5.7.3
diff --git a/stable/st-reborn-server/5.6.0/README.md b/stable/st-reborn-server/5.7.3/README.md
similarity index 100%
rename from stable/st-reborn-server/5.6.0/README.md
rename to stable/st-reborn-server/5.7.3/README.md
diff --git a/stable/st-reborn-server/5.7.3/app-changelog.md b/stable/st-reborn-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..eff9e017b51
--- /dev/null
+++ b/stable/st-reborn-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [st-reborn-server-5.7.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/st-reborn-server/5.6.0/app-readme.md b/stable/st-reborn-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/st-reborn-server/5.6.0/app-readme.md
rename to stable/st-reborn-server/5.7.3/app-readme.md
diff --git a/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz b/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/st-reborn-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/st-reborn-server/5.6.0/ix_values.yaml b/stable/st-reborn-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/st-reborn-server/5.6.0/ix_values.yaml
rename to stable/st-reborn-server/5.7.3/ix_values.yaml
diff --git a/stable/st-reborn-server/5.6.0/questions.yaml b/stable/st-reborn-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/st-reborn-server/5.6.0/questions.yaml
rename to stable/st-reborn-server/5.7.3/questions.yaml
diff --git a/stable/steam-headless/3.7.0/templates/common.yaml b/stable/st-reborn-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/steam-headless/3.7.0/templates/common.yaml
rename to stable/st-reborn-server/5.7.3/templates/common.yaml
diff --git a/stable/stationeers/5.6.0/values.yaml b/stable/st-reborn-server/5.7.3/values.yaml
similarity index 100%
rename from stable/stationeers/5.6.0/values.yaml
rename to stable/st-reborn-server/5.7.3/values.yaml
diff --git a/stable/stackedit/5.6.0/CHANGELOG.md b/stable/stackedit/5.6.0/CHANGELOG.md
deleted file mode 100644
index d57c02cfd86..00000000000
--- a/stable/stackedit/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [stackedit-5.6.0](https://github.com/truecharts/charts/compare/stackedit-5.5.2...stackedit-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [stackedit-5.5.2](https://github.com/truecharts/charts/compare/stackedit-5.5.1...stackedit-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [stackedit-5.5.1](https://github.com/truecharts/charts/compare/stackedit-5.5.0...stackedit-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [stackedit-5.5.0](https://github.com/truecharts/charts/compare/stackedit-5.4.1...stackedit-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [stackedit-5.4.1](https://github.com/truecharts/charts/compare/stackedit-5.4.0...stackedit-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [stackedit-5.4.0](https://github.com/truecharts/charts/compare/stackedit-5.3.0...stackedit-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [stackedit-5.3.0](https://github.com/truecharts/charts/compare/stackedit-5.2.3...stackedit-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [stackedit-5.2.3](https://github.com/truecharts/charts/compare/stackedit-5.2.2...stackedit-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [stackedit-5.2.2](https://github.com/truecharts/charts/compare/stackedit-5.2.0...stackedit-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/stackedit/5.6.0/Chart.yaml b/stable/stackedit/5.6.0/Chart.yaml
deleted file mode 100644
index 73b381b7468..00000000000
--- a/stable/stackedit/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.
-home: https://truecharts.org/charts/stable/stackedit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png
-keywords:
- - stackedit
- - Productivity
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: stackedit
-sources:
- - https://stackedit.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit
- - https://hub.docker.com/r/qmcgaw/stackedit
-type: application
-version: 5.6.0
diff --git a/stable/stackedit/5.6.0/charts/common-20.1.5.tgz b/stable/stackedit/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/stackedit/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/steam-headless/3.7.0/.helmignore b/stable/stackedit/5.7.3/.helmignore
similarity index 100%
rename from stable/steam-headless/3.7.0/.helmignore
rename to stable/stackedit/5.7.3/.helmignore
diff --git a/stable/stackedit/5.7.3/CHANGELOG.md b/stable/stackedit/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..7983d9b121c
--- /dev/null
+++ b/stable/stackedit/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stackedit-5.7.2](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/stackedit/5.7.3/Chart.yaml b/stable/stackedit/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..90a729aa734
--- /dev/null
+++ b/stable/stackedit/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.
+home: https://truecharts.org/charts/stable/stackedit
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png
+keywords:
+ - stackedit
+ - Productivity
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: stackedit
+sources:
+ - https://stackedit.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit
+ - https://hub.docker.com/r/qmcgaw/stackedit
+type: application
+version: 5.7.3
diff --git a/stable/stackedit/5.6.0/README.md b/stable/stackedit/5.7.3/README.md
similarity index 100%
rename from stable/stackedit/5.6.0/README.md
rename to stable/stackedit/5.7.3/README.md
diff --git a/stable/stackedit/5.7.3/app-changelog.md b/stable/stackedit/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b46a3d109d8
--- /dev/null
+++ b/stable/stackedit/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [stackedit-5.7.3](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/stackedit/5.6.0/app-readme.md b/stable/stackedit/5.7.3/app-readme.md
similarity index 100%
rename from stable/stackedit/5.6.0/app-readme.md
rename to stable/stackedit/5.7.3/app-readme.md
diff --git a/stable/stackedit/5.7.3/charts/common-20.2.4.tgz b/stable/stackedit/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/stackedit/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/stackedit/5.6.0/ix_values.yaml b/stable/stackedit/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/stackedit/5.6.0/ix_values.yaml
rename to stable/stackedit/5.7.3/ix_values.yaml
diff --git a/stable/stackedit/5.6.0/questions.yaml b/stable/stackedit/5.7.3/questions.yaml
similarity index 100%
rename from stable/stackedit/5.6.0/questions.yaml
rename to stable/stackedit/5.7.3/questions.yaml
diff --git a/stable/stationeers/5.6.0/templates/common.yaml b/stable/stackedit/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/stationeers/5.6.0/templates/common.yaml
rename to stable/stackedit/5.7.3/templates/common.yaml
diff --git a/stable/steam-headless/3.7.0/values.yaml b/stable/stackedit/5.7.3/values.yaml
similarity index 100%
rename from stable/steam-headless/3.7.0/values.yaml
rename to stable/stackedit/5.7.3/values.yaml
diff --git a/stable/standardnotes-web/5.6.0/CHANGELOG.md b/stable/standardnotes-web/5.6.0/CHANGELOG.md
deleted file mode 100644
index ffdaff00684..00000000000
--- a/stable/standardnotes-web/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [standardnotes-web-5.6.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.5.2...standardnotes-web-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [standardnotes-web-5.5.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.5.1...standardnotes-web-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [standardnotes-web-5.5.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.5.0...standardnotes-web-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [standardnotes-web-5.5.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.4.1...standardnotes-web-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [standardnotes-web-5.4.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.4.0...standardnotes-web-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [standardnotes-web-5.4.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.3.0...standardnotes-web-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [standardnotes-web-5.3.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.3...standardnotes-web-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [standardnotes-web-5.2.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.2...standardnotes-web-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [standardnotes-web-5.2.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.0...standardnotes-web-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/standardnotes-web/5.6.0/Chart.yaml b/stable/standardnotes-web/5.6.0/Chart.yaml
deleted file mode 100644
index aa86c936a4b..00000000000
--- a/stable/standardnotes-web/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A safe and private place for your life's work.
-home: https://truecharts.org/charts/stable/standardnotes-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png
-keywords:
- - standardnotes-web
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: standardnotes-web
-sources:
- - https://standardnotes.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web
- - https://hub.docker.com/r/standardnotes/web
-type: application
-version: 5.6.0
diff --git a/stable/standardnotes-web/5.6.0/charts/common-20.1.5.tgz b/stable/standardnotes-web/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/standardnotes-web/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/storj-node/9.6.0/.helmignore b/stable/standardnotes-web/5.7.3/.helmignore
similarity index 100%
rename from stable/storj-node/9.6.0/.helmignore
rename to stable/standardnotes-web/5.7.3/.helmignore
diff --git a/stable/standardnotes-web/5.7.3/CHANGELOG.md b/stable/standardnotes-web/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2a849f0c6a4
--- /dev/null
+++ b/stable/standardnotes-web/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [standardnotes-web-5.7.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/standardnotes-web/5.7.3/Chart.yaml b/stable/standardnotes-web/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e4f00535920
--- /dev/null
+++ b/stable/standardnotes-web/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A safe and private place for your life's work.
+home: https://truecharts.org/charts/stable/standardnotes-web
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png
+keywords:
+ - standardnotes-web
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: standardnotes-web
+sources:
+ - https://standardnotes.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web
+ - https://hub.docker.com/r/standardnotes/web
+type: application
+version: 5.7.3
diff --git a/stable/standardnotes-web/5.6.0/README.md b/stable/standardnotes-web/5.7.3/README.md
similarity index 100%
rename from stable/standardnotes-web/5.6.0/README.md
rename to stable/standardnotes-web/5.7.3/README.md
diff --git a/stable/standardnotes-web/5.7.3/app-changelog.md b/stable/standardnotes-web/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e2d5188d970
--- /dev/null
+++ b/stable/standardnotes-web/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [standardnotes-web-5.7.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/standardnotes-web/5.6.0/app-readme.md b/stable/standardnotes-web/5.7.3/app-readme.md
similarity index 100%
rename from stable/standardnotes-web/5.6.0/app-readme.md
rename to stable/standardnotes-web/5.7.3/app-readme.md
diff --git a/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz b/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/standardnotes-web/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/standardnotes-web/5.6.0/ix_values.yaml b/stable/standardnotes-web/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/standardnotes-web/5.6.0/ix_values.yaml
rename to stable/standardnotes-web/5.7.3/ix_values.yaml
diff --git a/stable/standardnotes-web/5.6.0/questions.yaml b/stable/standardnotes-web/5.7.3/questions.yaml
similarity index 100%
rename from stable/standardnotes-web/5.6.0/questions.yaml
rename to stable/standardnotes-web/5.7.3/questions.yaml
diff --git a/stable/storm/5.6.0/templates/common.yaml b/stable/standardnotes-web/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/storm/5.6.0/templates/common.yaml
rename to stable/standardnotes-web/5.7.3/templates/common.yaml
diff --git a/stable/storj-node/9.6.0/values.yaml b/stable/standardnotes-web/5.7.3/values.yaml
similarity index 100%
rename from stable/storj-node/9.6.0/values.yaml
rename to stable/standardnotes-web/5.7.3/values.yaml
diff --git a/stable/starmade/5.6.0/CHANGELOG.md b/stable/starmade/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4f8b2ea6ee2..00000000000
--- a/stable/starmade/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [starmade-5.6.0](https://github.com/truecharts/charts/compare/starmade-5.5.2...starmade-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [starmade-5.5.2](https://github.com/truecharts/charts/compare/starmade-5.5.1...starmade-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [starmade-5.5.1](https://github.com/truecharts/charts/compare/starmade-5.5.0...starmade-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [starmade-5.5.0](https://github.com/truecharts/charts/compare/starmade-5.4.1...starmade-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [starmade-5.4.1](https://github.com/truecharts/charts/compare/starmade-5.4.0...starmade-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [starmade-5.4.0](https://github.com/truecharts/charts/compare/starmade-5.3.0...starmade-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [starmade-5.3.0](https://github.com/truecharts/charts/compare/starmade-5.2.3...starmade-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [starmade-5.2.3](https://github.com/truecharts/charts/compare/starmade-5.2.2...starmade-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [starmade-5.2.2](https://github.com/truecharts/charts/compare/starmade-5.2.0...starmade-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/starmade/5.6.0/Chart.yaml b/stable/starmade/5.6.0/Chart.yaml
deleted file mode 100644
index f0de953e261..00000000000
--- a/stable/starmade/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.
-home: https://truecharts.org/charts/stable/starmade
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png
-keywords:
- - starmade
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: starmade
-sources:
- - https://www.star-made.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/starmade
- - https://hub.docker.com/r/ich777/starmade-server
-type: application
-version: 5.6.0
diff --git a/stable/starmade/5.6.0/charts/common-20.1.5.tgz b/stable/starmade/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/starmade/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/storm/5.6.0/.helmignore b/stable/starmade/5.7.3/.helmignore
similarity index 100%
rename from stable/storm/5.6.0/.helmignore
rename to stable/starmade/5.7.3/.helmignore
diff --git a/stable/starmade/5.7.3/CHANGELOG.md b/stable/starmade/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..446cb0d6441
--- /dev/null
+++ b/stable/starmade/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [starmade-5.7.2](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/starmade/5.7.3/Chart.yaml b/stable/starmade/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..e72308cf300
--- /dev/null
+++ b/stable/starmade/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.
+home: https://truecharts.org/charts/stable/starmade
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png
+keywords:
+ - starmade
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: starmade
+sources:
+ - https://www.star-made.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/starmade
+ - https://hub.docker.com/r/ich777/starmade-server
+type: application
+version: 5.7.3
diff --git a/stable/starmade/5.6.0/README.md b/stable/starmade/5.7.3/README.md
similarity index 100%
rename from stable/starmade/5.6.0/README.md
rename to stable/starmade/5.7.3/README.md
diff --git a/stable/starmade/5.7.3/app-changelog.md b/stable/starmade/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1a3510848c7
--- /dev/null
+++ b/stable/starmade/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [starmade-5.7.3](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/starmade/5.6.0/app-readme.md b/stable/starmade/5.7.3/app-readme.md
similarity index 100%
rename from stable/starmade/5.6.0/app-readme.md
rename to stable/starmade/5.7.3/app-readme.md
diff --git a/stable/starmade/5.7.3/charts/common-20.2.4.tgz b/stable/starmade/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/starmade/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/starmade/5.6.0/ix_values.yaml b/stable/starmade/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/starmade/5.6.0/ix_values.yaml
rename to stable/starmade/5.7.3/ix_values.yaml
diff --git a/stable/starmade/5.6.0/questions.yaml b/stable/starmade/5.7.3/questions.yaml
similarity index 100%
rename from stable/starmade/5.6.0/questions.yaml
rename to stable/starmade/5.7.3/questions.yaml
diff --git a/stable/suistartpage/5.6.0/templates/common.yaml b/stable/starmade/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/suistartpage/5.6.0/templates/common.yaml
rename to stable/starmade/5.7.3/templates/common.yaml
diff --git a/stable/storm/5.6.0/values.yaml b/stable/starmade/5.7.3/values.yaml
similarity index 100%
rename from stable/storm/5.6.0/values.yaml
rename to stable/starmade/5.7.3/values.yaml
diff --git a/stable/stash/15.7.1/CHANGELOG.md b/stable/stash/15.7.1/CHANGELOG.md
deleted file mode 100644
index 2f721e296fa..00000000000
--- a/stable/stash/15.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
-
-
-## [stash-15.7.0](https://github.com/truecharts/charts/compare/stash-15.6.2...stash-15.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/stash/15.7.1/Chart.yaml b/stable/stash/15.7.1/Chart.yaml
deleted file mode 100644
index f428713e108..00000000000
--- a/stable/stash/15.7.1/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.25.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An organizer for your porn, written in Go
-home: https://truecharts.org/charts/stable/stash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png
-keywords:
- - porn
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: stash
-sources:
- - https://github.com/stashapp/stash
- - https://github.com/truecharts/charts/tree/master/charts/stable/stash
- - https://hub.docker.com/r/stashapp/stash
-type: application
-version: 15.7.1
diff --git a/stable/stash/15.7.1/app-changelog.md b/stable/stash/15.7.1/app-changelog.md
deleted file mode 100644
index 6ae3349f4b2..00000000000
--- a/stable/stash/15.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [stash-15.7.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
\ No newline at end of file
diff --git a/stable/stash/15.7.1/charts/common-20.1.5.tgz b/stable/stash/15.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/stash/15.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/strapi/13.6.0/.helmignore b/stable/stash/15.8.3/.helmignore
similarity index 100%
rename from stable/strapi/13.6.0/.helmignore
rename to stable/stash/15.8.3/.helmignore
diff --git a/stable/stash/15.8.3/CHANGELOG.md b/stable/stash/15.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..aac0f50029b
--- /dev/null
+++ b/stable/stash/15.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
+
+
+## [stash-15.8.2](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
+
+
+## [stash-15.8.2](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
+
+
+## [stash-15.8.2](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
+
+
+## [stash-15.8.2](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
+
+
+## [stash-15.8.2](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
\ No newline at end of file
diff --git a/stable/stash/15.8.3/Chart.yaml b/stable/stash/15.8.3/Chart.yaml
new file mode 100644
index 00000000000..952f0e14d66
--- /dev/null
+++ b/stable/stash/15.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.25.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An organizer for your porn, written in Go
+home: https://truecharts.org/charts/stable/stash
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png
+keywords:
+ - porn
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: stash
+sources:
+ - https://github.com/stashapp/stash
+ - https://github.com/truecharts/charts/tree/master/charts/stable/stash
+ - https://hub.docker.com/r/stashapp/stash
+type: application
+version: 15.8.3
diff --git a/stable/stash/15.7.1/README.md b/stable/stash/15.8.3/README.md
similarity index 100%
rename from stable/stash/15.7.1/README.md
rename to stable/stash/15.8.3/README.md
diff --git a/stable/stash/15.8.3/app-changelog.md b/stable/stash/15.8.3/app-changelog.md
new file mode 100644
index 00000000000..9402182607f
--- /dev/null
+++ b/stable/stash/15.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [stash-15.8.3](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image stashapp/stash to v0.25.1[@6b8814b](https://github.com/6b8814b) by renovate ([#19328](https://github.com/truecharts/charts/issues/19328))
\ No newline at end of file
diff --git a/stable/stash/15.7.1/app-readme.md b/stable/stash/15.8.3/app-readme.md
similarity index 100%
rename from stable/stash/15.7.1/app-readme.md
rename to stable/stash/15.8.3/app-readme.md
diff --git a/stable/stash/15.8.3/charts/common-20.2.4.tgz b/stable/stash/15.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/stash/15.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/stash/15.7.1/ix_values.yaml b/stable/stash/15.8.3/ix_values.yaml
similarity index 100%
rename from stable/stash/15.7.1/ix_values.yaml
rename to stable/stash/15.8.3/ix_values.yaml
diff --git a/stable/stash/15.7.1/questions.yaml b/stable/stash/15.8.3/questions.yaml
similarity index 100%
rename from stable/stash/15.7.1/questions.yaml
rename to stable/stash/15.8.3/questions.yaml
diff --git a/stable/storj-node/9.6.0/templates/NOTES.txt b/stable/stash/15.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/storj-node/9.6.0/templates/NOTES.txt
rename to stable/stash/15.8.3/templates/NOTES.txt
diff --git a/stable/storj-node/9.6.0/templates/common.yaml b/stable/stash/15.8.3/templates/common.yaml
similarity index 100%
rename from stable/storj-node/9.6.0/templates/common.yaml
rename to stable/stash/15.8.3/templates/common.yaml
diff --git a/stable/strapi/13.6.0/values.yaml b/stable/stash/15.8.3/values.yaml
similarity index 100%
rename from stable/strapi/13.6.0/values.yaml
rename to stable/stash/15.8.3/values.yaml
diff --git a/stable/static-web-server/4.7.0/CHANGELOG.md b/stable/static-web-server/4.7.0/CHANGELOG.md
deleted file mode 100644
index b4c9e8eb5a0..00000000000
--- a/stable/static-web-server/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [static-web-server-4.7.0](https://github.com/truecharts/charts/compare/static-web-server-4.6.2...static-web-server-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [static-web-server-4.6.2](https://github.com/truecharts/charts/compare/static-web-server-4.6.1...static-web-server-4.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [static-web-server-4.6.1](https://github.com/truecharts/charts/compare/static-web-server-4.6.0...static-web-server-4.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [static-web-server-4.6.0](https://github.com/truecharts/charts/compare/static-web-server-4.5.0...static-web-server-4.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [static-web-server-4.5.0](https://github.com/truecharts/charts/compare/static-web-server-4.4.1...static-web-server-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/static-web-server/static-web-server to v2.28.0[@542265a](https://github.com/542265a) by renovate ([#19105](https://github.com/truecharts/charts/issues/19105))
-
-
-## [static-web-server-4.4.1](https://github.com/truecharts/charts/compare/static-web-server-4.4.0...static-web-server-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [static-web-server-4.4.0](https://github.com/truecharts/charts/compare/static-web-server-4.3.0...static-web-server-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [static-web-server-4.3.0](https://github.com/truecharts/charts/compare/static-web-server-4.2.3...static-web-server-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [static-web-server-4.2.3](https://github.com/truecharts/charts/compare/static-web-server-4.2.2...static-web-server-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [static-web-server-4.2.2](https://github.com/truecharts/charts/compare/static-web-server-4.2.0...static-web-server-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/static-web-server/4.7.0/Chart.yaml b/stable/static-web-server/4.7.0/Chart.yaml
deleted file mode 100644
index 583fe839aa6..00000000000
--- a/stable/static-web-server/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: web-server
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.28.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A cross-platform, high-performance and asynchronous web server for static files-serving.
-home: https://truecharts.org/charts/stable/static-web-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png
-keywords:
- - web-server
- - apache
- - rust
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: static-web-server
-sources:
- - https://static-web-server.net
- - https://github.com/static-web-server/static-web-server
- - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server
- - https://ghcr.io/static-web-server/static-web-server
-type: application
-version: 4.7.0
diff --git a/stable/static-web-server/4.7.0/charts/common-20.1.5.tgz b/stable/static-web-server/4.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/static-web-server/4.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/stun-turn-server/6.6.0/.helmignore b/stable/static-web-server/4.8.3/.helmignore
similarity index 100%
rename from stable/stun-turn-server/6.6.0/.helmignore
rename to stable/static-web-server/4.8.3/.helmignore
diff --git a/stable/static-web-server/4.8.3/CHANGELOG.md b/stable/static-web-server/4.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a79de9a576
--- /dev/null
+++ b/stable/static-web-server/4.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-web-server-4.8.2](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/static-web-server/4.8.3/Chart.yaml b/stable/static-web-server/4.8.3/Chart.yaml
new file mode 100644
index 00000000000..daadbd2e7a3
--- /dev/null
+++ b/stable/static-web-server/4.8.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: web-server
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.28.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A cross-platform, high-performance and asynchronous web server for static files-serving.
+home: https://truecharts.org/charts/stable/static-web-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png
+keywords:
+ - web-server
+ - apache
+ - rust
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: static-web-server
+sources:
+ - https://static-web-server.net
+ - https://github.com/static-web-server/static-web-server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server
+ - https://ghcr.io/static-web-server/static-web-server
+type: application
+version: 4.8.3
diff --git a/stable/static-web-server/4.7.0/README.md b/stable/static-web-server/4.8.3/README.md
similarity index 100%
rename from stable/static-web-server/4.7.0/README.md
rename to stable/static-web-server/4.8.3/README.md
diff --git a/stable/static-web-server/4.8.3/app-changelog.md b/stable/static-web-server/4.8.3/app-changelog.md
new file mode 100644
index 00000000000..9aa392fc729
--- /dev/null
+++ b/stable/static-web-server/4.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [static-web-server-4.8.3](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/static-web-server/4.7.0/app-readme.md b/stable/static-web-server/4.8.3/app-readme.md
similarity index 100%
rename from stable/static-web-server/4.7.0/app-readme.md
rename to stable/static-web-server/4.8.3/app-readme.md
diff --git a/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz b/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/static-web-server/4.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/static-web-server/4.7.0/ix_values.yaml b/stable/static-web-server/4.8.3/ix_values.yaml
similarity index 100%
rename from stable/static-web-server/4.7.0/ix_values.yaml
rename to stable/static-web-server/4.8.3/ix_values.yaml
diff --git a/stable/static-web-server/4.7.0/questions.yaml b/stable/static-web-server/4.8.3/questions.yaml
similarity index 100%
rename from stable/static-web-server/4.7.0/questions.yaml
rename to stable/static-web-server/4.8.3/questions.yaml
diff --git a/stable/storm/5.6.0/templates/NOTES.txt b/stable/static-web-server/4.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/storm/5.6.0/templates/NOTES.txt
rename to stable/static-web-server/4.8.3/templates/NOTES.txt
diff --git a/stable/strapi/13.6.0/templates/common.yaml b/stable/static-web-server/4.8.3/templates/common.yaml
similarity index 100%
rename from stable/strapi/13.6.0/templates/common.yaml
rename to stable/static-web-server/4.8.3/templates/common.yaml
diff --git a/stable/stun-turn-server/6.6.0/values.yaml b/stable/static-web-server/4.8.3/values.yaml
similarity index 100%
rename from stable/stun-turn-server/6.6.0/values.yaml
rename to stable/static-web-server/4.8.3/values.yaml
diff --git a/stable/static/10.6.0/CHANGELOG.md b/stable/static/10.6.0/CHANGELOG.md
deleted file mode 100644
index 45c70efd3a1..00000000000
--- a/stable/static/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [static-10.6.0](https://github.com/truecharts/charts/compare/static-10.5.2...static-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [static-10.5.2](https://github.com/truecharts/charts/compare/static-10.5.1...static-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [static-10.5.1](https://github.com/truecharts/charts/compare/static-10.5.0...static-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [static-10.5.0](https://github.com/truecharts/charts/compare/static-10.4.1...static-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [static-10.4.1](https://github.com/truecharts/charts/compare/static-10.4.0...static-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [static-10.4.0](https://github.com/truecharts/charts/compare/static-10.3.0...static-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [static-10.3.0](https://github.com/truecharts/charts/compare/static-10.2.3...static-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [static-10.2.3](https://github.com/truecharts/charts/compare/static-10.2.2...static-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [static-10.2.2](https://github.com/truecharts/charts/compare/static-10.2.0...static-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/static/10.6.0/Chart.yaml b/stable/static/10.6.0/Chart.yaml
deleted file mode 100644
index ae1cd8fb854..00000000000
--- a/stable/static/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: ee8a20c
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
-home: https://truecharts.org/charts/stable/static
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png
-keywords:
- - app
- - web
- - filesystem
- - static
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: static
-sources:
- - https://github.com/prologic/static
- - https://github.com/nicholaswilde/docker-static
- - https://github.com/truecharts/charts/tree/master/charts/stable/static
- - https://ghcr.io/nicholaswilde/static
-type: application
-version: 10.6.0
diff --git a/stable/static/10.6.0/charts/common-20.1.5.tgz b/stable/static/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/static/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/suistartpage/5.6.0/.helmignore b/stable/static/10.7.3/.helmignore
similarity index 100%
rename from stable/suistartpage/5.6.0/.helmignore
rename to stable/static/10.7.3/.helmignore
diff --git a/stable/static/10.7.3/CHANGELOG.md b/stable/static/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9bc667f32f0
--- /dev/null
+++ b/stable/static/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [static-10.7.2](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/static/10.7.3/Chart.yaml b/stable/static/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..fc724d4af62
--- /dev/null
+++ b/stable/static/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: ee8a20c
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
+home: https://truecharts.org/charts/stable/static
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png
+keywords:
+ - app
+ - web
+ - filesystem
+ - static
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: static
+sources:
+ - https://github.com/prologic/static
+ - https://github.com/nicholaswilde/docker-static
+ - https://github.com/truecharts/charts/tree/master/charts/stable/static
+ - https://ghcr.io/nicholaswilde/static
+type: application
+version: 10.7.3
diff --git a/stable/static/10.6.0/README.md b/stable/static/10.7.3/README.md
similarity index 100%
rename from stable/static/10.6.0/README.md
rename to stable/static/10.7.3/README.md
diff --git a/stable/static/10.7.3/app-changelog.md b/stable/static/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..51c7ffece6b
--- /dev/null
+++ b/stable/static/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [static-10.7.3](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/static/10.6.0/app-readme.md b/stable/static/10.7.3/app-readme.md
similarity index 100%
rename from stable/static/10.6.0/app-readme.md
rename to stable/static/10.7.3/app-readme.md
diff --git a/stable/static/10.7.3/charts/common-20.2.4.tgz b/stable/static/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/static/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/static/10.6.0/ix_values.yaml b/stable/static/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/static/10.6.0/ix_values.yaml
rename to stable/static/10.7.3/ix_values.yaml
diff --git a/stable/static/10.6.0/questions.yaml b/stable/static/10.7.3/questions.yaml
similarity index 100%
rename from stable/static/10.6.0/questions.yaml
rename to stable/static/10.7.3/questions.yaml
diff --git a/stable/strapi/13.6.0/templates/NOTES.txt b/stable/static/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/strapi/13.6.0/templates/NOTES.txt
rename to stable/static/10.7.3/templates/NOTES.txt
diff --git a/stable/twtxt/10.6.0/templates/common.yaml b/stable/static/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/twtxt/10.6.0/templates/common.yaml
rename to stable/static/10.7.3/templates/common.yaml
diff --git a/stable/suistartpage/5.6.0/values.yaml b/stable/static/10.7.3/values.yaml
similarity index 100%
rename from stable/suistartpage/5.6.0/values.yaml
rename to stable/static/10.7.3/values.yaml
diff --git a/stable/stationeers/5.6.0/CHANGELOG.md b/stable/stationeers/5.6.0/CHANGELOG.md
deleted file mode 100644
index 848d16956da..00000000000
--- a/stable/stationeers/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [stationeers-5.6.0](https://github.com/truecharts/charts/compare/stationeers-5.5.2...stationeers-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [stationeers-5.5.2](https://github.com/truecharts/charts/compare/stationeers-5.5.1...stationeers-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [stationeers-5.5.1](https://github.com/truecharts/charts/compare/stationeers-5.5.0...stationeers-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [stationeers-5.5.0](https://github.com/truecharts/charts/compare/stationeers-5.4.1...stationeers-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [stationeers-5.4.1](https://github.com/truecharts/charts/compare/stationeers-5.4.0...stationeers-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [stationeers-5.4.0](https://github.com/truecharts/charts/compare/stationeers-5.3.0...stationeers-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [stationeers-5.3.0](https://github.com/truecharts/charts/compare/stationeers-5.2.3...stationeers-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [stationeers-5.2.3](https://github.com/truecharts/charts/compare/stationeers-5.2.2...stationeers-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [stationeers-5.2.2](https://github.com/truecharts/charts/compare/stationeers-5.2.0...stationeers-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/stationeers/5.6.0/Chart.yaml b/stable/stationeers/5.6.0/Chart.yaml
deleted file mode 100644
index de6c34e3fdc..00000000000
--- a/stable/stationeers/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stationeers
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Stationeers and run it.
-home: https://truecharts.org/charts/stable/stationeers
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png
-keywords:
- - stationeers
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: stationeers
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/stationeers/5.6.0/charts/common-20.1.5.tgz b/stable/stationeers/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/stationeers/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/survivethenights/5.6.0/.helmignore b/stable/stationeers/5.7.3/.helmignore
similarity index 100%
rename from stable/survivethenights/5.6.0/.helmignore
rename to stable/stationeers/5.7.3/.helmignore
diff --git a/stable/stationeers/5.7.3/CHANGELOG.md b/stable/stationeers/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5046ccbdba1
--- /dev/null
+++ b/stable/stationeers/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stationeers-5.7.2](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/stationeers/5.7.3/Chart.yaml b/stable/stationeers/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3b6d8edec26
--- /dev/null
+++ b/stable/stationeers/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stationeers
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Stationeers and run it.
+home: https://truecharts.org/charts/stable/stationeers
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png
+keywords:
+ - stationeers
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: stationeers
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/stationeers/5.6.0/README.md b/stable/stationeers/5.7.3/README.md
similarity index 100%
rename from stable/stationeers/5.6.0/README.md
rename to stable/stationeers/5.7.3/README.md
diff --git a/stable/stationeers/5.7.3/app-changelog.md b/stable/stationeers/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a1acebb2237
--- /dev/null
+++ b/stable/stationeers/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [stationeers-5.7.3](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/stationeers/5.6.0/app-readme.md b/stable/stationeers/5.7.3/app-readme.md
similarity index 100%
rename from stable/stationeers/5.6.0/app-readme.md
rename to stable/stationeers/5.7.3/app-readme.md
diff --git a/stable/stationeers/5.7.3/charts/common-20.2.4.tgz b/stable/stationeers/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/stationeers/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/stationeers/5.6.0/ix_values.yaml b/stable/stationeers/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/stationeers/5.6.0/ix_values.yaml
rename to stable/stationeers/5.7.3/ix_values.yaml
diff --git a/stable/stationeers/5.6.0/questions.yaml b/stable/stationeers/5.7.3/questions.yaml
similarity index 100%
rename from stable/stationeers/5.6.0/questions.yaml
rename to stable/stationeers/5.7.3/questions.yaml
diff --git a/stable/survivethenights/5.6.0/templates/common.yaml b/stable/stationeers/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/survivethenights/5.6.0/templates/common.yaml
rename to stable/stationeers/5.7.3/templates/common.yaml
diff --git a/stable/survivethenights/5.6.0/values.yaml b/stable/stationeers/5.7.3/values.yaml
similarity index 100%
rename from stable/survivethenights/5.6.0/values.yaml
rename to stable/stationeers/5.7.3/values.yaml
diff --git a/stable/steam-headless/3.7.0/CHANGELOG.md b/stable/steam-headless/3.7.0/CHANGELOG.md
deleted file mode 100644
index 8d9a3cd635e..00000000000
--- a/stable/steam-headless/3.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
diff --git a/stable/steam-headless/3.7.0/Chart.yaml b/stable/steam-headless/3.7.0/Chart.yaml
deleted file mode 100644
index 12083c2e016..00000000000
--- a/stable/steam-headless/3.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: games
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Headless Steam chart.
-home: https://truecharts.org/charts/stable/steam-headless
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png
-keywords:
- - steam-headless
- - games
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: steam-headless
-sources:
- - https://github.com/Steam-Headless/docker-steam-headless
- - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless
- - https://hub.docker.com/r/josh5/steam-headless
-type: application
-version: 3.7.0
diff --git a/stable/steam-headless/3.7.0/app-changelog.md b/stable/steam-headless/3.7.0/app-changelog.md
deleted file mode 100644
index f2f4e7bd07d..00000000000
--- a/stable/steam-headless/3.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [steam-headless-3.7.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
\ No newline at end of file
diff --git a/stable/steam-headless/3.7.0/charts/common-20.2.0.tgz b/stable/steam-headless/3.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/steam-headless/3.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/steam-headless/3.7.0/ix_values.yaml b/stable/steam-headless/3.7.0/ix_values.yaml
deleted file mode 100644
index 181221538be..00000000000
--- a/stable/steam-headless/3.7.0/ix_values.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
-image:
- repository: josh5/steam-headless
- tag: latest@sha256:66334165167c0b360184595e4c457dac415d1935efaa48e2770b6021e4ab2f67
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- privileged: true
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}"
- MODE: "primary"
- # MODE = secondary
- # DISPLAY: :0
- # HOST_DBUS: true
- WEB_UI_MODE: "vnc"
- ENABLE_VNC_AUDIO: false
- # NEKO_NAT1TO1: "" needs to be the ip of the host
- ENABLE_SUNSHINE: false
- # SUNSHINE_USER: ""
- # SUNSHINE_PASS: ""
- # USER_PASSWORD: ""
- ENABLE_EVDEV_INPUTS: false
-
-service:
- main:
- ports:
- main:
- protocol: http
- port: 8083
-
-persistence:
- home:
- enabled: true
- mountPath: /home/default
- games:
- enabled: true
- mountPath: /mnt/games
- flatpak:
- enabled: true
- mountPath: /var/lib/flatpak
-
-portal:
- open:
- enabled: true
diff --git a/stable/synclounge/9.7.1/.helmignore b/stable/steam-headless/3.7.4/.helmignore
similarity index 100%
rename from stable/synclounge/9.7.1/.helmignore
rename to stable/steam-headless/3.7.4/.helmignore
diff --git a/stable/steam-headless/3.7.4/CHANGELOG.md b/stable/steam-headless/3.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..fe1eba9c284
--- /dev/null
+++ b/stable/steam-headless/3.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [steam-headless-3.7.4](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
+
+
+## [steam-headless-3.7.3](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
+
+
+## [steam-headless-3.7.3](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
+
+
+## [steam-headless-3.7.3](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
+
+
+## [steam-headless-3.7.3](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
+
+
+## [steam-headless-3.7.3](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/steam-headless/3.7.4/Chart.yaml b/stable/steam-headless/3.7.4/Chart.yaml
new file mode 100644
index 00000000000..d49db1c26ad
--- /dev/null
+++ b/stable/steam-headless/3.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: games
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Headless Steam chart.
+home: https://truecharts.org/charts/stable/steam-headless
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.png
+keywords:
+ - steam-headless
+ - games
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: steam-headless
+sources:
+ - https://github.com/Steam-Headless/docker-steam-headless
+ - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless
+ - https://hub.docker.com/r/josh5/steam-headless
+type: application
+version: 3.7.4
diff --git a/stable/steam-headless/3.7.0/README.md b/stable/steam-headless/3.7.4/README.md
similarity index 100%
rename from stable/steam-headless/3.7.0/README.md
rename to stable/steam-headless/3.7.4/README.md
diff --git a/stable/steam-headless/3.7.4/app-changelog.md b/stable/steam-headless/3.7.4/app-changelog.md
new file mode 100644
index 00000000000..4571e72c0ad
--- /dev/null
+++ b/stable/steam-headless/3.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [steam-headless-3.7.4](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image josh5/steam-headless to latest[@b2ecd76](https://github.com/b2ecd76) by renovate ([#19664](https://github.com/truecharts/charts/issues/19664))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image josh5/steam-headless to latest[@6633416](https://github.com/6633416) by renovate ([#19266](https://github.com/truecharts/charts/issues/19266))
\ No newline at end of file
diff --git a/stable/steam-headless/3.7.0/app-readme.md b/stable/steam-headless/3.7.4/app-readme.md
similarity index 100%
rename from stable/steam-headless/3.7.0/app-readme.md
rename to stable/steam-headless/3.7.4/app-readme.md
diff --git a/stable/steam-headless/3.7.4/charts/common-20.2.4.tgz b/stable/steam-headless/3.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/steam-headless/3.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/steam-headless/3.7.4/ix_values.yaml b/stable/steam-headless/3.7.4/ix_values.yaml
new file mode 100644
index 00000000000..33a9c22b1d2
--- /dev/null
+++ b/stable/steam-headless/3.7.4/ix_values.yaml
@@ -0,0 +1,61 @@
+image:
+ repository: josh5/steam-headless
+ tag: latest@sha256:b2ecd7672710949c795b2c74b10fc481bffd60f1057456a80980eac408e830fe
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ privileged: true
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ PORT_NOVNC_WEB: "{{ .Values.service.main.ports.main.port }}"
+ MODE: "primary"
+ # MODE = secondary
+ # DISPLAY: :0
+ # HOST_DBUS: true
+ WEB_UI_MODE: "vnc"
+ ENABLE_VNC_AUDIO: false
+ # NEKO_NAT1TO1: "" needs to be the ip of the host
+ ENABLE_SUNSHINE: false
+ # SUNSHINE_USER: ""
+ # SUNSHINE_PASS: ""
+ # USER_PASSWORD: ""
+ ENABLE_EVDEV_INPUTS: false
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 8083
+
+persistence:
+ home:
+ enabled: true
+ mountPath: /home/default
+ games:
+ enabled: true
+ mountPath: /mnt/games
+ flatpak:
+ enabled: true
+ mountPath: /var/lib/flatpak
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/steam-headless/3.7.0/questions.yaml b/stable/steam-headless/3.7.4/questions.yaml
similarity index 100%
rename from stable/steam-headless/3.7.0/questions.yaml
rename to stable/steam-headless/3.7.4/questions.yaml
diff --git a/stable/stun-turn-server/6.6.0/templates/NOTES.txt b/stable/steam-headless/3.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/stun-turn-server/6.6.0/templates/NOTES.txt
rename to stable/steam-headless/3.7.4/templates/NOTES.txt
diff --git a/stable/stun-turn-server/6.6.0/templates/common.yaml b/stable/steam-headless/3.7.4/templates/common.yaml
similarity index 100%
rename from stable/stun-turn-server/6.6.0/templates/common.yaml
rename to stable/steam-headless/3.7.4/templates/common.yaml
diff --git a/stable/synclounge/9.7.1/values.yaml b/stable/steam-headless/3.7.4/values.yaml
similarity index 100%
rename from stable/synclounge/9.7.1/values.yaml
rename to stable/steam-headless/3.7.4/values.yaml
diff --git a/stable/storj-node/9.6.0/CHANGELOG.md b/stable/storj-node/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1a58b7e4e08..00000000000
--- a/stable/storj-node/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [storj-node-9.6.0](https://github.com/truecharts/charts/compare/storj-node-9.5.2...storj-node-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [storj-node-9.5.2](https://github.com/truecharts/charts/compare/storj-node-9.5.1...storj-node-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [storj-node-9.5.1](https://github.com/truecharts/charts/compare/storj-node-9.5.0...storj-node-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [storj-node-9.5.0](https://github.com/truecharts/charts/compare/storj-node-9.4.1...storj-node-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [storj-node-9.4.1](https://github.com/truecharts/charts/compare/storj-node-9.4.0...storj-node-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [storj-node-9.4.0](https://github.com/truecharts/charts/compare/storj-node-9.3.0...storj-node-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [storj-node-9.3.0](https://github.com/truecharts/charts/compare/storj-node-9.2.3...storj-node-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [storj-node-9.2.3](https://github.com/truecharts/charts/compare/storj-node-9.2.2...storj-node-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [storj-node-9.2.2](https://github.com/truecharts/charts/compare/storj-node-9.2.0...storj-node-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/storj-node/9.6.0/Chart.yaml b/stable/storj-node/9.6.0/Chart.yaml
deleted file mode 100644
index 70d24e22c0f..00000000000
--- a/stable/storj-node/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.71.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner
-home: https://truecharts.org/charts/stable/storj-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png
-keywords:
- - storj
- - storage
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: storj-node
-sources:
- - https://docs.storj.io/node/
- - https://github.com/storj/storj
- - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node
- - https://hub.docker.com/r/storjlabs/storagenode
-type: application
-version: 9.6.0
diff --git a/stable/storj-node/9.6.0/charts/common-20.1.5.tgz b/stable/storj-node/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/storj-node/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/syncthing/18.6.0/.helmignore b/stable/storj-node/9.7.3/.helmignore
similarity index 100%
rename from stable/syncthing/18.6.0/.helmignore
rename to stable/storj-node/9.7.3/.helmignore
diff --git a/stable/storj-node/9.7.3/CHANGELOG.md b/stable/storj-node/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..60d24103ba8
--- /dev/null
+++ b/stable/storj-node/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storj-node-9.7.2](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/storj-node/9.7.3/Chart.yaml b/stable/storj-node/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..952dba47f12
--- /dev/null
+++ b/stable/storj-node/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.71.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner
+home: https://truecharts.org/charts/stable/storj-node
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png
+keywords:
+ - storj
+ - storage
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: storj-node
+sources:
+ - https://docs.storj.io/node/
+ - https://github.com/storj/storj
+ - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node
+ - https://hub.docker.com/r/storjlabs/storagenode
+type: application
+version: 9.7.3
diff --git a/stable/storj-node/9.6.0/README.md b/stable/storj-node/9.7.3/README.md
similarity index 100%
rename from stable/storj-node/9.6.0/README.md
rename to stable/storj-node/9.7.3/README.md
diff --git a/stable/storj-node/9.6.0/SKIPINSTALL b/stable/storj-node/9.7.3/SKIPINSTALL
similarity index 100%
rename from stable/storj-node/9.6.0/SKIPINSTALL
rename to stable/storj-node/9.7.3/SKIPINSTALL
diff --git a/stable/storj-node/9.7.3/app-changelog.md b/stable/storj-node/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..08eecbbcfe3
--- /dev/null
+++ b/stable/storj-node/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [storj-node-9.7.3](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/storj-node/9.6.0/app-readme.md b/stable/storj-node/9.7.3/app-readme.md
similarity index 100%
rename from stable/storj-node/9.6.0/app-readme.md
rename to stable/storj-node/9.7.3/app-readme.md
diff --git a/stable/storj-node/9.7.3/charts/common-20.2.4.tgz b/stable/storj-node/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/storj-node/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/storj-node/9.6.0/ix_values.yaml b/stable/storj-node/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/storj-node/9.6.0/ix_values.yaml
rename to stable/storj-node/9.7.3/ix_values.yaml
diff --git a/stable/storj-node/9.6.0/questions.yaml b/stable/storj-node/9.7.3/questions.yaml
similarity index 100%
rename from stable/storj-node/9.6.0/questions.yaml
rename to stable/storj-node/9.7.3/questions.yaml
diff --git a/stable/synclounge/9.7.1/templates/NOTES.txt b/stable/storj-node/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/synclounge/9.7.1/templates/NOTES.txt
rename to stable/storj-node/9.7.3/templates/NOTES.txt
diff --git a/stable/synclounge/9.7.1/templates/common.yaml b/stable/storj-node/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/synclounge/9.7.1/templates/common.yaml
rename to stable/storj-node/9.7.3/templates/common.yaml
diff --git a/stable/syncthing/18.6.0/values.yaml b/stable/storj-node/9.7.3/values.yaml
similarity index 100%
rename from stable/syncthing/18.6.0/values.yaml
rename to stable/storj-node/9.7.3/values.yaml
diff --git a/stable/storm/5.6.0/CHANGELOG.md b/stable/storm/5.6.0/CHANGELOG.md
deleted file mode 100644
index 82a9a4a67af..00000000000
--- a/stable/storm/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [storm-5.6.0](https://github.com/truecharts/charts/compare/storm-5.5.2...storm-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [storm-5.5.2](https://github.com/truecharts/charts/compare/storm-5.5.1...storm-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [storm-5.5.1](https://github.com/truecharts/charts/compare/storm-5.5.0...storm-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [storm-5.5.0](https://github.com/truecharts/charts/compare/storm-5.4.1...storm-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [storm-5.4.1](https://github.com/truecharts/charts/compare/storm-5.4.0...storm-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [storm-5.4.0](https://github.com/truecharts/charts/compare/storm-5.3.0...storm-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [storm-5.3.0](https://github.com/truecharts/charts/compare/storm-5.2.3...storm-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [storm-5.2.3](https://github.com/truecharts/charts/compare/storm-5.2.2...storm-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [storm-5.2.2](https://github.com/truecharts/charts/compare/storm-5.2.0...storm-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/storm/5.6.0/Chart.yaml b/stable/storm/5.6.0/Chart.yaml
deleted file mode 100644
index ddc0da847f9..00000000000
--- a/stable/storm/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.3.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Modern Deluge Interface.
-home: https://truecharts.org/charts/stable/storm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png
-keywords:
- - storm
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: storm
-sources:
- - https://github.com/relvacode/storm/pkgs/container/storm
- - https://github.com/relvacode/storm
- - https://github.com/truecharts/charts/tree/master/charts/stable/storm
- - https://ghcr.io/relvacode/storm
-type: application
-version: 5.6.0
diff --git a/stable/storm/5.6.0/charts/common-20.1.5.tgz b/stable/storm/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/storm/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/synctube/7.6.0/.helmignore b/stable/storm/5.7.3/.helmignore
similarity index 100%
rename from stable/synctube/7.6.0/.helmignore
rename to stable/storm/5.7.3/.helmignore
diff --git a/stable/storm/5.7.3/CHANGELOG.md b/stable/storm/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f2e8e8cfaac
--- /dev/null
+++ b/stable/storm/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [storm-5.7.2](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/storm/5.7.3/Chart.yaml b/stable/storm/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..6824a9fea03
--- /dev/null
+++ b/stable/storm/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.3.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Modern Deluge Interface.
+home: https://truecharts.org/charts/stable/storm
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png
+keywords:
+ - storm
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: storm
+sources:
+ - https://github.com/relvacode/storm/pkgs/container/storm
+ - https://github.com/relvacode/storm
+ - https://github.com/truecharts/charts/tree/master/charts/stable/storm
+ - https://ghcr.io/relvacode/storm
+type: application
+version: 5.7.3
diff --git a/stable/storm/5.6.0/README.md b/stable/storm/5.7.3/README.md
similarity index 100%
rename from stable/storm/5.6.0/README.md
rename to stable/storm/5.7.3/README.md
diff --git a/stable/storm/5.7.3/app-changelog.md b/stable/storm/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3508760195d
--- /dev/null
+++ b/stable/storm/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [storm-5.7.3](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/storm/5.6.0/app-readme.md b/stable/storm/5.7.3/app-readme.md
similarity index 100%
rename from stable/storm/5.6.0/app-readme.md
rename to stable/storm/5.7.3/app-readme.md
diff --git a/stable/storm/5.7.3/charts/common-20.2.4.tgz b/stable/storm/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/storm/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/storm/5.6.0/ix_values.yaml b/stable/storm/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/storm/5.6.0/ix_values.yaml
rename to stable/storm/5.7.3/ix_values.yaml
diff --git a/stable/storm/5.6.0/questions.yaml b/stable/storm/5.7.3/questions.yaml
similarity index 100%
rename from stable/storm/5.6.0/questions.yaml
rename to stable/storm/5.7.3/questions.yaml
diff --git a/stable/syncthing/18.6.0/templates/NOTES.txt b/stable/storm/5.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/syncthing/18.6.0/templates/NOTES.txt
rename to stable/storm/5.7.3/templates/NOTES.txt
diff --git a/stable/synctube/7.6.0/templates/common.yaml b/stable/storm/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/synctube/7.6.0/templates/common.yaml
rename to stable/storm/5.7.3/templates/common.yaml
diff --git a/stable/synctube/7.6.0/values.yaml b/stable/storm/5.7.3/values.yaml
similarity index 100%
rename from stable/synctube/7.6.0/values.yaml
rename to stable/storm/5.7.3/values.yaml
diff --git a/stable/strapi/13.6.0/CHANGELOG.md b/stable/strapi/13.6.0/CHANGELOG.md
deleted file mode 100644
index aab46b193d7..00000000000
--- a/stable/strapi/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [strapi-13.6.0](https://github.com/truecharts/charts/compare/strapi-13.5.2...strapi-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [strapi-13.5.2](https://github.com/truecharts/charts/compare/strapi-13.5.1...strapi-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [strapi-13.5.1](https://github.com/truecharts/charts/compare/strapi-13.5.0...strapi-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [strapi-13.5.0](https://github.com/truecharts/charts/compare/strapi-13.4.1...strapi-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [strapi-13.4.1](https://github.com/truecharts/charts/compare/strapi-13.4.0...strapi-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [strapi-13.4.0](https://github.com/truecharts/charts/compare/strapi-13.3.0...strapi-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [strapi-13.3.0](https://github.com/truecharts/charts/compare/strapi-13.2.3...strapi-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [strapi-13.2.3](https://github.com/truecharts/charts/compare/strapi-13.2.2...strapi-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [strapi-13.2.2](https://github.com/truecharts/charts/compare/strapi-13.2.0...strapi-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/strapi/13.6.0/Chart.yaml b/stable/strapi/13.6.0/Chart.yaml
deleted file mode 100644
index d8c5c9a181f..00000000000
--- a/stable/strapi/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: cms
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.16.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open-source headless CMS. JavaScript, fully customizable and developer-first.
-home: https://truecharts.org/charts/stable/strapi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png
-keywords:
- - strapi
- - cms
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: strapi
-sources:
- - https://truecharts.org/charts/stable/strapi
- - https://github.com/naskio/docker-strapi
- - https://github.com/truecharts/charts/tree/master/charts/stable/strapi
- - https://hub.docker.com/r/naskio/strapi
-type: application
-version: 13.6.0
diff --git a/stable/strapi/13.6.0/charts/common-20.1.5.tgz b/stable/strapi/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/strapi/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/strapi/13.6.0/questions.yaml b/stable/strapi/13.6.0/questions.yaml
deleted file mode 100755
index ad5d9b1c003..00000000000
--- a/stable/strapi/13.6.0/questions.yaml
+++ /dev/null
@@ -1,3346 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- admin:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/admin"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: JWT_SECRET
- label: Jwt Secret
- description: The secret used to sign the JWT for the Users-Permissions plugin.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: ADMIN_JWT_SECRET
- label: Admin Jwt Secret
- description: The secret used to sign the JWT for the Admin panel.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: APP_KEYS
- label: App Keys
- description: The secret keys used to sign the session cookies.
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: NODE_ENV
- label: Node Environment
- description: Sets Node's Environment
- schema:
- type: string
- default: production
- enum:
- - value: production
- description: Production
- - value: development
- description: Development
- - variable: PUBLIC_URL
- label: Public URL
- schema:
- type: string
- default: ""
- - variable: STRAPI_LICENSE
- label: Strapi License
- description: The license key to activate the Enterprise Edition.
- schema:
- type: string
- default: ""
- - variable: STRAPI_DISABLE_UPDATE_NOTIFICATION
- label: Strapi Disable Update Notifications
- description: Don't show the notification message about updating Strapi.
- schema:
- type: boolean
- default: true
- - variable: FAST_REFRESH
- label: Fast Refresh
- description: enable "Fast Refresh" for near-instant feedback.
- schema:
- type: boolean
- default: false
- - variable: EXTRA_ARGS
- label: "Extra Args (Leave empty for default)"
- description: "Pass extra args to the strapi new"
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 1337
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/syslog-ng/9.6.0/.helmignore b/stable/strapi/13.7.3/.helmignore
similarity index 100%
rename from stable/syslog-ng/9.6.0/.helmignore
rename to stable/strapi/13.7.3/.helmignore
diff --git a/stable/strapi/13.7.3/CHANGELOG.md b/stable/strapi/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a1bb3bbdf83
--- /dev/null
+++ b/stable/strapi/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [strapi-13.7.2](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/strapi/13.7.3/Chart.yaml b/stable/strapi/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..fc837e08c1f
--- /dev/null
+++ b/stable/strapi/13.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: cms
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.16.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open-source headless CMS. JavaScript, fully customizable and developer-first.
+home: https://truecharts.org/charts/stable/strapi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png
+keywords:
+ - strapi
+ - cms
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: strapi
+sources:
+ - https://truecharts.org/charts/stable/strapi
+ - https://github.com/naskio/docker-strapi
+ - https://github.com/truecharts/charts/tree/master/charts/stable/strapi
+ - https://hub.docker.com/r/naskio/strapi
+type: application
+version: 13.7.3
diff --git a/stable/strapi/13.6.0/README.md b/stable/strapi/13.7.3/README.md
similarity index 100%
rename from stable/strapi/13.6.0/README.md
rename to stable/strapi/13.7.3/README.md
diff --git a/stable/strapi/13.7.3/app-changelog.md b/stable/strapi/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..f8a4728e9b2
--- /dev/null
+++ b/stable/strapi/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [strapi-13.7.3](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/strapi/13.6.0/app-readme.md b/stable/strapi/13.7.3/app-readme.md
similarity index 100%
rename from stable/strapi/13.6.0/app-readme.md
rename to stable/strapi/13.7.3/app-readme.md
diff --git a/stable/strapi/13.7.3/charts/common-20.2.4.tgz b/stable/strapi/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/strapi/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/strapi/13.6.0/ix_values.yaml b/stable/strapi/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/strapi/13.6.0/ix_values.yaml
rename to stable/strapi/13.7.3/ix_values.yaml
diff --git a/stable/strapi/13.7.3/questions.yaml b/stable/strapi/13.7.3/questions.yaml
new file mode 100755
index 00000000000..45fa2dc05ee
--- /dev/null
+++ b/stable/strapi/13.7.3/questions.yaml
@@ -0,0 +1,3348 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ admin:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/admin"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: JWT_SECRET
+ label: Jwt Secret
+ description: The secret used to sign the JWT for the Users-Permissions plugin.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: ADMIN_JWT_SECRET
+ label: Admin Jwt Secret
+ description: The secret used to sign the JWT for the Admin panel.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: APP_KEYS
+ label: App Keys
+ description: The secret keys used to sign the session cookies.
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: NODE_ENV
+ label: Node Environment
+ description: Sets Node's Environment
+ schema:
+ type: string
+ default: production
+ enum:
+ - value: production
+ description: Production
+ - value: development
+ description: Development
+ - variable: PUBLIC_URL
+ label: Public URL
+ schema:
+ type: string
+ default: ""
+ - variable: STRAPI_LICENSE
+ label: Strapi License
+ description: The license key to activate the Enterprise Edition.
+ schema:
+ type: string
+ default: ""
+ - variable: STRAPI_DISABLE_UPDATE_NOTIFICATION
+ label: Strapi Disable Update Notifications
+ description: Don't show the notification message about updating Strapi.
+ schema:
+ type: boolean
+ default: true
+ - variable: FAST_REFRESH
+ label: Fast Refresh
+ description: enable "Fast Refresh" for near-instant feedback.
+ schema:
+ type: boolean
+ default: false
+ - variable: EXTRA_ARGS
+ label: "Extra Args (Leave empty for default)"
+ description: "Pass extra args to the strapi new"
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 1337
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/synctube/7.6.0/templates/NOTES.txt b/stable/strapi/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/synctube/7.6.0/templates/NOTES.txt
rename to stable/strapi/13.7.3/templates/NOTES.txt
diff --git a/stable/syncthing/18.6.0/templates/common.yaml b/stable/strapi/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/syncthing/18.6.0/templates/common.yaml
rename to stable/strapi/13.7.3/templates/common.yaml
diff --git a/stable/syslog-ng/9.6.0/values.yaml b/stable/strapi/13.7.3/values.yaml
similarity index 100%
rename from stable/syslog-ng/9.6.0/values.yaml
rename to stable/strapi/13.7.3/values.yaml
diff --git a/stable/stun-turn-server/6.6.0/CHANGELOG.md b/stable/stun-turn-server/6.6.0/CHANGELOG.md
deleted file mode 100644
index bb611aaed30..00000000000
--- a/stable/stun-turn-server/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [stun-turn-server-6.6.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.5.2...stun-turn-server-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [stun-turn-server-6.5.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.5.1...stun-turn-server-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [stun-turn-server-6.5.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.5.0...stun-turn-server-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [stun-turn-server-6.5.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.4.1...stun-turn-server-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [stun-turn-server-6.4.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.4.0...stun-turn-server-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [stun-turn-server-6.4.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.3.0...stun-turn-server-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [stun-turn-server-6.3.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.3...stun-turn-server-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [stun-turn-server-6.2.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.2...stun-turn-server-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [stun-turn-server-6.2.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.0...stun-turn-server-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/stun-turn-server/6.6.0/Chart.yaml b/stable/stun-turn-server/6.6.0/Chart.yaml
deleted file mode 100644
index 062663c12cc..00000000000
--- a/stable/stun-turn-server/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk.
-home: https://truecharts.org/charts/stable/stun-turn-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png
-keywords:
- - stun-turn-server
- - Network
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: stun-turn-server
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server
- - https://hub.docker.com/r/ich777/stun-turn-server
-type: application
-version: 6.6.0
diff --git a/stable/stun-turn-server/6.6.0/charts/common-20.1.5.tgz b/stable/stun-turn-server/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/stun-turn-server/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tachidesk-docker/6.7.0/.helmignore b/stable/stun-turn-server/6.7.3/.helmignore
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/.helmignore
rename to stable/stun-turn-server/6.7.3/.helmignore
diff --git a/stable/stun-turn-server/6.7.3/CHANGELOG.md b/stable/stun-turn-server/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8a209cbc27b
--- /dev/null
+++ b/stable/stun-turn-server/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [stun-turn-server-6.7.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/stun-turn-server/6.7.3/Chart.yaml b/stable/stun-turn-server/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..d6bac9cdf09
--- /dev/null
+++ b/stable/stun-turn-server/6.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk.
+home: https://truecharts.org/charts/stable/stun-turn-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png
+keywords:
+ - stun-turn-server
+ - Network
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: stun-turn-server
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server
+ - https://hub.docker.com/r/ich777/stun-turn-server
+type: application
+version: 6.7.3
diff --git a/stable/stun-turn-server/6.6.0/README.md b/stable/stun-turn-server/6.7.3/README.md
similarity index 100%
rename from stable/stun-turn-server/6.6.0/README.md
rename to stable/stun-turn-server/6.7.3/README.md
diff --git a/stable/stun-turn-server/6.7.3/app-changelog.md b/stable/stun-turn-server/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..c3b64ecc0d3
--- /dev/null
+++ b/stable/stun-turn-server/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [stun-turn-server-6.7.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/stun-turn-server/6.6.0/app-readme.md b/stable/stun-turn-server/6.7.3/app-readme.md
similarity index 100%
rename from stable/stun-turn-server/6.6.0/app-readme.md
rename to stable/stun-turn-server/6.7.3/app-readme.md
diff --git a/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz b/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/stun-turn-server/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/stun-turn-server/6.6.0/ix_values.yaml b/stable/stun-turn-server/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/stun-turn-server/6.6.0/ix_values.yaml
rename to stable/stun-turn-server/6.7.3/ix_values.yaml
diff --git a/stable/stun-turn-server/6.6.0/questions.yaml b/stable/stun-turn-server/6.7.3/questions.yaml
similarity index 100%
rename from stable/stun-turn-server/6.6.0/questions.yaml
rename to stable/stun-turn-server/6.7.3/questions.yaml
diff --git a/stable/syslog-ng/9.6.0/templates/NOTES.txt b/stable/stun-turn-server/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/syslog-ng/9.6.0/templates/NOTES.txt
rename to stable/stun-turn-server/6.7.3/templates/NOTES.txt
diff --git a/stable/syslog-ng/9.6.0/templates/common.yaml b/stable/stun-turn-server/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/syslog-ng/9.6.0/templates/common.yaml
rename to stable/stun-turn-server/6.7.3/templates/common.yaml
diff --git a/stable/tachidesk-docker/6.7.0/values.yaml b/stable/stun-turn-server/6.7.3/values.yaml
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/values.yaml
rename to stable/stun-turn-server/6.7.3/values.yaml
diff --git a/stable/suistartpage/5.6.0/CHANGELOG.md b/stable/suistartpage/5.6.0/CHANGELOG.md
deleted file mode 100644
index 63df08111b0..00000000000
--- a/stable/suistartpage/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [suistartpage-5.6.0](https://github.com/truecharts/charts/compare/suistartpage-5.5.2...suistartpage-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [suistartpage-5.5.2](https://github.com/truecharts/charts/compare/suistartpage-5.5.1...suistartpage-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [suistartpage-5.5.1](https://github.com/truecharts/charts/compare/suistartpage-5.5.0...suistartpage-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [suistartpage-5.5.0](https://github.com/truecharts/charts/compare/suistartpage-5.4.1...suistartpage-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [suistartpage-5.4.1](https://github.com/truecharts/charts/compare/suistartpage-5.4.0...suistartpage-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [suistartpage-5.4.0](https://github.com/truecharts/charts/compare/suistartpage-5.3.0...suistartpage-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [suistartpage-5.3.0](https://github.com/truecharts/charts/compare/suistartpage-5.2.3...suistartpage-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [suistartpage-5.2.3](https://github.com/truecharts/charts/compare/suistartpage-5.2.2...suistartpage-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [suistartpage-5.2.2](https://github.com/truecharts/charts/compare/suistartpage-5.2.0...suistartpage-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/suistartpage/5.6.0/Chart.yaml b/stable/suistartpage/5.6.0/Chart.yaml
deleted file mode 100644
index 6dcc160d915..00000000000
--- a/stable/suistartpage/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well.
-home: https://truecharts.org/charts/stable/suistartpage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png
-keywords:
- - suistartpage
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: suistartpage
-sources:
- - https://github.com/CorneliousJD/SUI-Startpage
- - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage
- - https://hub.docker.com/r/corneliousjd/sui-startpage
-type: application
-version: 5.6.0
diff --git a/stable/suistartpage/5.6.0/charts/common-20.1.5.tgz b/stable/suistartpage/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/suistartpage/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tagspaces/3.6.0/.helmignore b/stable/suistartpage/5.7.3/.helmignore
similarity index 100%
rename from stable/tagspaces/3.6.0/.helmignore
rename to stable/suistartpage/5.7.3/.helmignore
diff --git a/stable/suistartpage/5.7.3/CHANGELOG.md b/stable/suistartpage/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..93254fbb9da
--- /dev/null
+++ b/stable/suistartpage/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [suistartpage-5.7.2](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/suistartpage/5.7.3/Chart.yaml b/stable/suistartpage/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..15d2612070a
--- /dev/null
+++ b/stable/suistartpage/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well.
+home: https://truecharts.org/charts/stable/suistartpage
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png
+keywords:
+ - suistartpage
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: suistartpage
+sources:
+ - https://github.com/CorneliousJD/SUI-Startpage
+ - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage
+ - https://hub.docker.com/r/corneliousjd/sui-startpage
+type: application
+version: 5.7.3
diff --git a/stable/suistartpage/5.6.0/README.md b/stable/suistartpage/5.7.3/README.md
similarity index 100%
rename from stable/suistartpage/5.6.0/README.md
rename to stable/suistartpage/5.7.3/README.md
diff --git a/stable/suistartpage/5.7.3/app-changelog.md b/stable/suistartpage/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..76d9a88ff99
--- /dev/null
+++ b/stable/suistartpage/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [suistartpage-5.7.3](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/suistartpage/5.6.0/app-readme.md b/stable/suistartpage/5.7.3/app-readme.md
similarity index 100%
rename from stable/suistartpage/5.6.0/app-readme.md
rename to stable/suistartpage/5.7.3/app-readme.md
diff --git a/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz b/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/suistartpage/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/suistartpage/5.6.0/ix_values.yaml b/stable/suistartpage/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/suistartpage/5.6.0/ix_values.yaml
rename to stable/suistartpage/5.7.3/ix_values.yaml
diff --git a/stable/suistartpage/5.6.0/questions.yaml b/stable/suistartpage/5.7.3/questions.yaml
similarity index 100%
rename from stable/suistartpage/5.6.0/questions.yaml
rename to stable/suistartpage/5.7.3/questions.yaml
diff --git a/stable/tachidesk-docker/6.7.0/templates/common.yaml b/stable/suistartpage/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/templates/common.yaml
rename to stable/suistartpage/5.7.3/templates/common.yaml
diff --git a/stable/tagspaces/3.6.0/values.yaml b/stable/suistartpage/5.7.3/values.yaml
similarity index 100%
rename from stable/tagspaces/3.6.0/values.yaml
rename to stable/suistartpage/5.7.3/values.yaml
diff --git a/stable/survivethenights/5.6.0/CHANGELOG.md b/stable/survivethenights/5.6.0/CHANGELOG.md
deleted file mode 100644
index 89b63a8da3a..00000000000
--- a/stable/survivethenights/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [survivethenights-5.6.0](https://github.com/truecharts/charts/compare/survivethenights-5.5.2...survivethenights-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [survivethenights-5.5.2](https://github.com/truecharts/charts/compare/survivethenights-5.5.1...survivethenights-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [survivethenights-5.5.1](https://github.com/truecharts/charts/compare/survivethenights-5.5.0...survivethenights-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [survivethenights-5.5.0](https://github.com/truecharts/charts/compare/survivethenights-5.4.1...survivethenights-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [survivethenights-5.4.1](https://github.com/truecharts/charts/compare/survivethenights-5.4.0...survivethenights-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [survivethenights-5.4.0](https://github.com/truecharts/charts/compare/survivethenights-5.3.0...survivethenights-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [survivethenights-5.3.0](https://github.com/truecharts/charts/compare/survivethenights-5.2.3...survivethenights-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [survivethenights-5.2.3](https://github.com/truecharts/charts/compare/survivethenights-5.2.2...survivethenights-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [survivethenights-5.2.2](https://github.com/truecharts/charts/compare/survivethenights-5.2.0...survivethenights-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/survivethenights/5.6.0/Chart.yaml b/stable/survivethenights/5.6.0/Chart.yaml
deleted file mode 100644
index b526d19bbd8..00000000000
--- a/stable/survivethenights/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stn
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it.
-home: https://truecharts.org/charts/stable/survivethenights
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png
-keywords:
- - survivethenights
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: survivethenights
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/survivethenights/5.6.0/charts/common-20.1.5.tgz b/stable/survivethenights/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/survivethenights/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tailscale/8.8.0/.helmignore b/stable/survivethenights/5.7.3/.helmignore
similarity index 100%
rename from stable/tailscale/8.8.0/.helmignore
rename to stable/survivethenights/5.7.3/.helmignore
diff --git a/stable/survivethenights/5.7.3/CHANGELOG.md b/stable/survivethenights/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..75f28c24d0c
--- /dev/null
+++ b/stable/survivethenights/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [survivethenights-5.7.2](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/survivethenights/5.7.3/Chart.yaml b/stable/survivethenights/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..4719c42ef6e
--- /dev/null
+++ b/stable/survivethenights/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stn
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it.
+home: https://truecharts.org/charts/stable/survivethenights
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png
+keywords:
+ - survivethenights
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: survivethenights
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/survivethenights/5.6.0/README.md b/stable/survivethenights/5.7.3/README.md
similarity index 100%
rename from stable/survivethenights/5.6.0/README.md
rename to stable/survivethenights/5.7.3/README.md
diff --git a/stable/survivethenights/5.7.3/app-changelog.md b/stable/survivethenights/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..442012d58dd
--- /dev/null
+++ b/stable/survivethenights/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [survivethenights-5.7.3](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/survivethenights/5.6.0/app-readme.md b/stable/survivethenights/5.7.3/app-readme.md
similarity index 100%
rename from stable/survivethenights/5.6.0/app-readme.md
rename to stable/survivethenights/5.7.3/app-readme.md
diff --git a/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz b/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/survivethenights/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/survivethenights/5.6.0/ix_values.yaml b/stable/survivethenights/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/survivethenights/5.6.0/ix_values.yaml
rename to stable/survivethenights/5.7.3/ix_values.yaml
diff --git a/stable/survivethenights/5.6.0/questions.yaml b/stable/survivethenights/5.7.3/questions.yaml
similarity index 100%
rename from stable/survivethenights/5.6.0/questions.yaml
rename to stable/survivethenights/5.7.3/questions.yaml
diff --git a/stable/tanoshi/5.6.0/templates/common.yaml b/stable/survivethenights/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tanoshi/5.6.0/templates/common.yaml
rename to stable/survivethenights/5.7.3/templates/common.yaml
diff --git a/stable/tailscale/8.8.0/values.yaml b/stable/survivethenights/5.7.3/values.yaml
similarity index 100%
rename from stable/tailscale/8.8.0/values.yaml
rename to stable/survivethenights/5.7.3/values.yaml
diff --git a/stable/synclounge/9.7.1/CHANGELOG.md b/stable/synclounge/9.7.1/CHANGELOG.md
deleted file mode 100644
index 5f51d126f20..00000000000
--- a/stable/synclounge/9.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
diff --git a/stable/synclounge/9.7.1/Chart.yaml b/stable/synclounge/9.7.1/Chart.yaml
deleted file mode 100644
index 5c9211c57e1..00000000000
--- a/stable/synclounge/9.7.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.2.26
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
-home: https://truecharts.org/charts/stable/synclounge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png
-keywords:
- - synclounge
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: synclounge
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge
- - https://ghcr.io/linuxserver/synclounge
-type: application
-version: 9.7.1
diff --git a/stable/synclounge/9.7.1/app-changelog.md b/stable/synclounge/9.7.1/app-changelog.md
deleted file mode 100644
index 5f0b8fb9adf..00000000000
--- a/stable/synclounge/9.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
\ No newline at end of file
diff --git a/stable/synclounge/9.7.1/charts/common-20.2.2.tgz b/stable/synclounge/9.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/synclounge/9.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/synclounge/9.7.1/ix_values.yaml b/stable/synclounge/9.7.1/ix_values.yaml
deleted file mode 100644
index cee52a6e6c9..00000000000
--- a/stable/synclounge/9.7.1/ix_values.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/synclounge
- pullPolicy: IfNotPresent
- tag: 5.2.26@sha256:fb4a0ce0054c9de85f112cfee4c4b46211bcb4337070b092fdec4865e00e4232
-service:
- main:
- ports:
- main:
- targetPort: 8088
- port: 8088
-persistence:
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- AUTH_LIST: ""
diff --git a/stable/tandoor-recipes/16.7.0/.helmignore b/stable/synclounge/9.7.5/.helmignore
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/.helmignore
rename to stable/synclounge/9.7.5/.helmignore
diff --git a/stable/synclounge/9.7.5/CHANGELOG.md b/stable/synclounge/9.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..3bd6a451c54
--- /dev/null
+++ b/stable/synclounge/9.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [synclounge-9.7.5](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
+
+
+## [synclounge-9.7.4](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
+
+
+## [synclounge-9.7.4](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
+
+
+## [synclounge-9.7.4](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
+
+
+## [synclounge-9.7.4](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
diff --git a/stable/synclounge/9.7.5/Chart.yaml b/stable/synclounge/9.7.5/Chart.yaml
new file mode 100644
index 00000000000..56fd56ccd51
--- /dev/null
+++ b/stable/synclounge/9.7.5/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.2.26
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
+home: https://truecharts.org/charts/stable/synclounge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png
+keywords:
+ - synclounge
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: synclounge
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge
+ - https://ghcr.io/linuxserver/synclounge
+type: application
+version: 9.7.5
diff --git a/stable/synclounge/9.7.1/README.md b/stable/synclounge/9.7.5/README.md
similarity index 100%
rename from stable/synclounge/9.7.1/README.md
rename to stable/synclounge/9.7.5/README.md
diff --git a/stable/synclounge/9.7.5/app-changelog.md b/stable/synclounge/9.7.5/app-changelog.md
new file mode 100644
index 00000000000..d111466d8de
--- /dev/null
+++ b/stable/synclounge/9.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [synclounge-9.7.5](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@1c7b019](https://github.com/1c7b019) by renovate ([#19600](https://github.com/truecharts/charts/issues/19600))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@ce33c94](https://github.com/ce33c94) by renovate ([#19508](https://github.com/truecharts/charts/issues/19508))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@fb4a0ce](https://github.com/fb4a0ce) by renovate ([#19248](https://github.com/truecharts/charts/issues/19248))
\ No newline at end of file
diff --git a/stable/synclounge/9.7.1/app-readme.md b/stable/synclounge/9.7.5/app-readme.md
similarity index 100%
rename from stable/synclounge/9.7.1/app-readme.md
rename to stable/synclounge/9.7.5/app-readme.md
diff --git a/stable/synclounge/9.7.5/charts/common-20.2.4.tgz b/stable/synclounge/9.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/synclounge/9.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/synclounge/9.7.5/ix_values.yaml b/stable/synclounge/9.7.5/ix_values.yaml
new file mode 100644
index 00000000000..da96b5815b9
--- /dev/null
+++ b/stable/synclounge/9.7.5/ix_values.yaml
@@ -0,0 +1,29 @@
+image:
+ repository: ghcr.io/linuxserver/synclounge
+ pullPolicy: IfNotPresent
+ tag: 5.2.26@sha256:1c7b0197e98fa73f60b5190af7a99bd23d4b0f145b89cb046b9dabbb4b8a540f
+service:
+ main:
+ ports:
+ main:
+ targetPort: 8088
+ port: 8088
+persistence:
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ AUTH_LIST: ""
diff --git a/stable/synclounge/9.7.1/questions.yaml b/stable/synclounge/9.7.5/questions.yaml
similarity index 100%
rename from stable/synclounge/9.7.1/questions.yaml
rename to stable/synclounge/9.7.5/questions.yaml
diff --git a/stable/tagspaces/3.6.0/templates/NOTES.txt b/stable/synclounge/9.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/tagspaces/3.6.0/templates/NOTES.txt
rename to stable/synclounge/9.7.5/templates/NOTES.txt
diff --git a/stable/tasmoadmin/8.6.0/templates/common.yaml b/stable/synclounge/9.7.5/templates/common.yaml
similarity index 100%
rename from stable/tasmoadmin/8.6.0/templates/common.yaml
rename to stable/synclounge/9.7.5/templates/common.yaml
diff --git a/stable/tandoor-recipes/16.7.0/values.yaml b/stable/synclounge/9.7.5/values.yaml
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/values.yaml
rename to stable/synclounge/9.7.5/values.yaml
diff --git a/stable/syncthing/18.6.0/CHANGELOG.md b/stable/syncthing/18.6.0/CHANGELOG.md
deleted file mode 100644
index fffa82e6c0c..00000000000
--- a/stable/syncthing/18.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [syncthing-18.6.0](https://github.com/truecharts/charts/compare/syncthing-18.5.2...syncthing-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [syncthing-18.5.2](https://github.com/truecharts/charts/compare/syncthing-18.5.1...syncthing-18.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [syncthing-18.5.1](https://github.com/truecharts/charts/compare/syncthing-18.5.0...syncthing-18.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [syncthing-18.5.0](https://github.com/truecharts/charts/compare/syncthing-18.4.1...syncthing-18.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [syncthing-18.4.1](https://github.com/truecharts/charts/compare/syncthing-18.4.0...syncthing-18.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [syncthing-18.4.0](https://github.com/truecharts/charts/compare/syncthing-18.3.0...syncthing-18.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [syncthing-18.3.0](https://github.com/truecharts/charts/compare/syncthing-18.2.4...syncthing-18.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [syncthing-18.2.4](https://github.com/truecharts/charts/compare/syncthing-18.2.3...syncthing-18.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [syncthing-18.2.3](https://github.com/truecharts/charts/compare/syncthing-18.2.1...syncthing-18.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/syncthing/18.6.0/Chart.yaml b/stable/syncthing/18.6.0/Chart.yaml
deleted file mode 100644
index a4dbbc4c05c..00000000000
--- a/stable/syncthing/18.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.27.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: P2P file synchronization application
-home: https://truecharts.org/charts/stable/syncthing
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
-keywords:
- - syncthing
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: syncthing
-sources:
- - https://syncthing.net/
- - https://github.com/syncthing/syncthing
- - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
- - https://hub.docker.com/r/syncthing/syncthing
-type: application
-version: 18.6.0
diff --git a/stable/syncthing/18.6.0/charts/common-20.1.5.tgz b/stable/syncthing/18.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/syncthing/18.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tanoshi/5.6.0/.helmignore b/stable/syncthing/18.7.3/.helmignore
similarity index 100%
rename from stable/tanoshi/5.6.0/.helmignore
rename to stable/syncthing/18.7.3/.helmignore
diff --git a/stable/syncthing/18.7.3/CHANGELOG.md b/stable/syncthing/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a7ae8d69bb1
--- /dev/null
+++ b/stable/syncthing/18.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syncthing-18.7.2](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/syncthing/18.7.3/Chart.yaml b/stable/syncthing/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..afbb6799d44
--- /dev/null
+++ b/stable/syncthing/18.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.27.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: P2P file synchronization application
+home: https://truecharts.org/charts/stable/syncthing
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
+keywords:
+ - syncthing
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: syncthing
+sources:
+ - https://syncthing.net/
+ - https://github.com/syncthing/syncthing
+ - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
+ - https://hub.docker.com/r/syncthing/syncthing
+type: application
+version: 18.7.3
diff --git a/stable/syncthing/18.6.0/README.md b/stable/syncthing/18.7.3/README.md
similarity index 100%
rename from stable/syncthing/18.6.0/README.md
rename to stable/syncthing/18.7.3/README.md
diff --git a/stable/syncthing/18.7.3/app-changelog.md b/stable/syncthing/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..d0d7a541ec8
--- /dev/null
+++ b/stable/syncthing/18.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [syncthing-18.7.3](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/syncthing/18.6.0/app-readme.md b/stable/syncthing/18.7.3/app-readme.md
similarity index 100%
rename from stable/syncthing/18.6.0/app-readme.md
rename to stable/syncthing/18.7.3/app-readme.md
diff --git a/stable/syncthing/18.7.3/charts/common-20.2.4.tgz b/stable/syncthing/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/syncthing/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/syncthing/18.6.0/ix_values.yaml b/stable/syncthing/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/syncthing/18.6.0/ix_values.yaml
rename to stable/syncthing/18.7.3/ix_values.yaml
diff --git a/stable/syncthing/18.6.0/questions.yaml b/stable/syncthing/18.7.3/questions.yaml
similarity index 100%
rename from stable/syncthing/18.6.0/questions.yaml
rename to stable/syncthing/18.7.3/questions.yaml
diff --git a/stable/tailscale/8.8.0/templates/NOTES.txt b/stable/syncthing/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tailscale/8.8.0/templates/NOTES.txt
rename to stable/syncthing/18.7.3/templates/NOTES.txt
diff --git a/stable/tasmobackup/6.6.0/templates/common.yaml b/stable/syncthing/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/tasmobackup/6.6.0/templates/common.yaml
rename to stable/syncthing/18.7.3/templates/common.yaml
diff --git a/stable/tanoshi/5.6.0/values.yaml b/stable/syncthing/18.7.3/values.yaml
similarity index 100%
rename from stable/tanoshi/5.6.0/values.yaml
rename to stable/syncthing/18.7.3/values.yaml
diff --git a/stable/synctube/7.6.0/CHANGELOG.md b/stable/synctube/7.6.0/CHANGELOG.md
deleted file mode 100644
index 149df77208f..00000000000
--- a/stable/synctube/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [synctube-7.6.0](https://github.com/truecharts/charts/compare/synctube-7.5.2...synctube-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [synctube-7.5.2](https://github.com/truecharts/charts/compare/synctube-7.5.1...synctube-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [synctube-7.5.1](https://github.com/truecharts/charts/compare/synctube-7.5.0...synctube-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [synctube-7.5.0](https://github.com/truecharts/charts/compare/synctube-7.4.1...synctube-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [synctube-7.4.1](https://github.com/truecharts/charts/compare/synctube-7.4.0...synctube-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [synctube-7.4.0](https://github.com/truecharts/charts/compare/synctube-7.3.0...synctube-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [synctube-7.3.0](https://github.com/truecharts/charts/compare/synctube-7.2.3...synctube-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [synctube-7.2.3](https://github.com/truecharts/charts/compare/synctube-7.2.2...synctube-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [synctube-7.2.2](https://github.com/truecharts/charts/compare/synctube-7.2.0...synctube-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/synctube/7.6.0/Chart.yaml b/stable/synctube/7.6.0/Chart.yaml
deleted file mode 100644
index cf8f123a6c1..00000000000
--- a/stable/synctube/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
-home: https://truecharts.org/charts/stable/synctube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png
-keywords:
- - synctube
- - Cloud
- - Productivity
- - Tools-Utilities
- - MediaApp-Video
- - MediaServer-Video
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: synctube
-sources:
- - https://github.com/RblSb/SyncTube
- - https://github.com/truecharts/charts/tree/master/charts/stable/synctube
- - https://hub.docker.com/r/littlestache/synctube
-type: application
-version: 7.6.0
diff --git a/stable/synctube/7.6.0/charts/common-20.1.5.tgz b/stable/synctube/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/synctube/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tar1090/5.7.6/.helmignore b/stable/synctube/7.7.3/.helmignore
similarity index 100%
rename from stable/tar1090/5.7.6/.helmignore
rename to stable/synctube/7.7.3/.helmignore
diff --git a/stable/synctube/7.7.3/CHANGELOG.md b/stable/synctube/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..bb1f849ce2c
--- /dev/null
+++ b/stable/synctube/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [synctube-7.7.2](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/synctube/7.7.3/Chart.yaml b/stable/synctube/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..e87c05c3262
--- /dev/null
+++ b/stable/synctube/7.7.3/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
+home: https://truecharts.org/charts/stable/synctube
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png
+keywords:
+ - synctube
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - MediaApp-Video
+ - MediaServer-Video
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: synctube
+sources:
+ - https://github.com/RblSb/SyncTube
+ - https://github.com/truecharts/charts/tree/master/charts/stable/synctube
+ - https://hub.docker.com/r/littlestache/synctube
+type: application
+version: 7.7.3
diff --git a/stable/synctube/7.6.0/README.md b/stable/synctube/7.7.3/README.md
similarity index 100%
rename from stable/synctube/7.6.0/README.md
rename to stable/synctube/7.7.3/README.md
diff --git a/stable/synctube/7.7.3/app-changelog.md b/stable/synctube/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..1e2207c44c8
--- /dev/null
+++ b/stable/synctube/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [synctube-7.7.3](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/synctube/7.6.0/app-readme.md b/stable/synctube/7.7.3/app-readme.md
similarity index 100%
rename from stable/synctube/7.6.0/app-readme.md
rename to stable/synctube/7.7.3/app-readme.md
diff --git a/stable/synctube/7.7.3/charts/common-20.2.4.tgz b/stable/synctube/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/synctube/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/synctube/7.6.0/ix_values.yaml b/stable/synctube/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/synctube/7.6.0/ix_values.yaml
rename to stable/synctube/7.7.3/ix_values.yaml
diff --git a/stable/synctube/7.6.0/questions.yaml b/stable/synctube/7.7.3/questions.yaml
similarity index 100%
rename from stable/synctube/7.6.0/questions.yaml
rename to stable/synctube/7.7.3/questions.yaml
diff --git a/stable/tauticord/4.3.2/templates/NOTES.txt b/stable/synctube/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tauticord/4.3.2/templates/NOTES.txt
rename to stable/synctube/7.7.3/templates/NOTES.txt
diff --git a/stable/tar1090/5.7.6/templates/common.yaml b/stable/synctube/7.7.3/templates/common.yaml
similarity index 100%
rename from stable/tar1090/5.7.6/templates/common.yaml
rename to stable/synctube/7.7.3/templates/common.yaml
diff --git a/stable/tar1090/5.7.6/values.yaml b/stable/synctube/7.7.3/values.yaml
similarity index 100%
rename from stable/tar1090/5.7.6/values.yaml
rename to stable/synctube/7.7.3/values.yaml
diff --git a/stable/syslog-ng/9.6.0/CHANGELOG.md b/stable/syslog-ng/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1c130a8cae1..00000000000
--- a/stable/syslog-ng/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [syslog-ng-9.6.0](https://github.com/truecharts/charts/compare/syslog-ng-9.5.2...syslog-ng-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [syslog-ng-9.5.2](https://github.com/truecharts/charts/compare/syslog-ng-9.5.1...syslog-ng-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [syslog-ng-9.5.1](https://github.com/truecharts/charts/compare/syslog-ng-9.5.0...syslog-ng-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [syslog-ng-9.5.0](https://github.com/truecharts/charts/compare/syslog-ng-9.4.1...syslog-ng-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [syslog-ng-9.4.1](https://github.com/truecharts/charts/compare/syslog-ng-9.4.0...syslog-ng-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [syslog-ng-9.4.0](https://github.com/truecharts/charts/compare/syslog-ng-9.3.0...syslog-ng-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [syslog-ng-9.3.0](https://github.com/truecharts/charts/compare/syslog-ng-9.2.3...syslog-ng-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [syslog-ng-9.2.3](https://github.com/truecharts/charts/compare/syslog-ng-9.2.2...syslog-ng-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [syslog-ng-9.2.2](https://github.com/truecharts/charts/compare/syslog-ng-9.2.0...syslog-ng-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/syslog-ng/9.6.0/Chart.yaml b/stable/syslog-ng/9.6.0/Chart.yaml
deleted file mode 100644
index fe231a6b10f..00000000000
--- a/stable/syslog-ng/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.6.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
-home: https://truecharts.org/charts/stable/syslog-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png
-keywords:
- - syslog-ng
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: syslog-ng
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng
- - https://hub.docker.com/r/balabit/syslog-ng
-type: application
-version: 9.6.0
diff --git a/stable/syslog-ng/9.6.0/charts/common-20.1.5.tgz b/stable/syslog-ng/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/syslog-ng/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tasmoadmin/8.6.0/.helmignore b/stable/syslog-ng/9.7.3/.helmignore
similarity index 100%
rename from stable/tasmoadmin/8.6.0/.helmignore
rename to stable/syslog-ng/9.7.3/.helmignore
diff --git a/stable/syslog-ng/9.7.3/CHANGELOG.md b/stable/syslog-ng/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..93cb5cf6162
--- /dev/null
+++ b/stable/syslog-ng/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [syslog-ng-9.7.2](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/syslog-ng/9.7.3/Chart.yaml b/stable/syslog-ng/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..efa3d51ec7e
--- /dev/null
+++ b/stable/syslog-ng/9.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.6.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
+home: https://truecharts.org/charts/stable/syslog-ng
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png
+keywords:
+ - syslog-ng
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: syslog-ng
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng
+ - https://hub.docker.com/r/balabit/syslog-ng
+type: application
+version: 9.7.3
diff --git a/stable/syslog-ng/9.6.0/README.md b/stable/syslog-ng/9.7.3/README.md
similarity index 100%
rename from stable/syslog-ng/9.6.0/README.md
rename to stable/syslog-ng/9.7.3/README.md
diff --git a/stable/syslog-ng/9.7.3/app-changelog.md b/stable/syslog-ng/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..8a3f295dee3
--- /dev/null
+++ b/stable/syslog-ng/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [syslog-ng-9.7.3](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/syslog-ng/9.6.0/app-readme.md b/stable/syslog-ng/9.7.3/app-readme.md
similarity index 100%
rename from stable/syslog-ng/9.6.0/app-readme.md
rename to stable/syslog-ng/9.7.3/app-readme.md
diff --git a/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz b/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/syslog-ng/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/syslog-ng/9.6.0/ix_values.yaml b/stable/syslog-ng/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/syslog-ng/9.6.0/ix_values.yaml
rename to stable/syslog-ng/9.7.3/ix_values.yaml
diff --git a/stable/syslog-ng/9.6.0/questions.yaml b/stable/syslog-ng/9.7.3/questions.yaml
similarity index 100%
rename from stable/syslog-ng/9.6.0/questions.yaml
rename to stable/syslog-ng/9.7.3/questions.yaml
diff --git a/stable/tautulli/18.6.1/templates/NOTES.txt b/stable/syslog-ng/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tautulli/18.6.1/templates/NOTES.txt
rename to stable/syslog-ng/9.7.3/templates/NOTES.txt
diff --git a/stable/tasmocompiler/6.7.0/templates/common.yaml b/stable/syslog-ng/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/tasmocompiler/6.7.0/templates/common.yaml
rename to stable/syslog-ng/9.7.3/templates/common.yaml
diff --git a/stable/tasmoadmin/8.6.0/values.yaml b/stable/syslog-ng/9.7.3/values.yaml
similarity index 100%
rename from stable/tasmoadmin/8.6.0/values.yaml
rename to stable/syslog-ng/9.7.3/values.yaml
diff --git a/stable/tachidesk-docker/6.7.0/CHANGELOG.md b/stable/tachidesk-docker/6.7.0/CHANGELOG.md
deleted file mode 100644
index 3f2353134f8..00000000000
--- a/stable/tachidesk-docker/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/tachidesk-docker/6.7.0/Chart.yaml b/stable/tachidesk-docker/6.7.0/Chart.yaml
deleted file mode 100644
index 3215afa1318..00000000000
--- a/stable/tachidesk-docker/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: preiew
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The official Tachidesk Chart-Chart.
-home: https://truecharts.org/charts/stable/tachidesk-docker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png
-keywords:
- - tachidesk-docker
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tachidesk-docker
-sources:
- - https://github.com/suwayomi/docker-tachidesk
- - https://github.com/Suwayomi/Tachidesk-Server
- - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker
- - https://ghcr.io/suwayomi/tachidesk
-type: application
-version: 6.7.0
diff --git a/stable/tachidesk-docker/6.7.0/app-changelog.md b/stable/tachidesk-docker/6.7.0/app-changelog.md
deleted file mode 100644
index a07bcb0b01a..00000000000
--- a/stable/tachidesk-docker/6.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tachidesk-docker-6.7.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tachidesk-docker/6.7.0/charts/common-20.2.0.tgz b/stable/tachidesk-docker/6.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/tachidesk-docker/6.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/tachidesk-docker/6.7.0/ix_values.yaml b/stable/tachidesk-docker/6.7.0/ix_values.yaml
deleted file mode 100644
index be755fe488a..00000000000
--- a/stable/tachidesk-docker/6.7.0/ix_values.yaml
+++ /dev/null
@@ -1,68 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ghcr.io/suwayomi/tachidesk
- tag: preview@sha256:a9142967f101cc1d52fc4fb139de25e0751e93ae595fd38a88c5259f18bcc1a6
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- BIND_IP: "0.0.0.0"
- BIND_PORT: "{{ .Values.service.main.ports.main.port }}"
- SOCKS_PROXY_ENABLED: false
- SOCKS_PROXY_HOST: ""
- SOCKS_PROXY_PORT: ""
- DOWNLOAD_AS_CBZ: true
- BASIC_AUTH_ENABLED: false
- BASIC_AUTH_USERNAME: ""
- BASIC_AUTH_PASSWORD: ""
- DEBUG: false
- GQL_DEBUG: false
- WEB_UI_ENABLED: true
- WEB_UI_FLAVOR: "WebUI"
- WEB_UI_CHANNEL: "stable"
- WEB_UI_UPDATE_INTERVAL: 23
- AUTO_DOWNLOAD_CHAPTERS: false
- AUTO_DOWNLOAD_EXCLUDE_UNREAD: true
- AUTO_DOWNLOAD_AHEAD_LIMIT: 0
- EXTENSION_REPOS: ""
- MAX_SOURCES_IN_PARALLEL: 6
- UPDATE_EXCLUDE_UNREAD: true
- UPDATE_EXCLUDE_STARTED: true
- UPDATE_EXCLUDE_COMPLETED: true
- UPDATE_INTERVAL: 12
- UPDATE_MANGA_INFO: false
- BACKUP_INTERVAL: 1
- BACKUP_TTL: 14
- FLARESOLVERR_ENABLED: false
- FLARESOLVERR_URL: ""
- FLARESOLVERR_TIMEOUT: 60
- FLARESOLVERR_SESSION_NAME: "suwayomi"
- FLARESOLVERR_SESSION_TTL: 15
-
-service:
- main:
- ports:
- main:
- port: 4567
-
-persistence:
- appdata:
- enabled: true
- mountPath: /home/suwayomi/.local/share/Tachidesk
- library:
- enabled: true
- mountPath: /home/suwayomi/.local/share/Tachidesk/downloads
- local-library:
- enabled: true
- mountPath: /home/suwayomi/.local/share/Tachidesk/local
-
-portal:
- open:
- enabled: true
diff --git a/stable/tasmobackup/6.6.0/.helmignore b/stable/tachidesk-docker/6.7.4/.helmignore
similarity index 100%
rename from stable/tasmobackup/6.6.0/.helmignore
rename to stable/tachidesk-docker/6.7.4/.helmignore
diff --git a/stable/tachidesk-docker/6.7.4/CHANGELOG.md b/stable/tachidesk-docker/6.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..5433ca0c731
--- /dev/null
+++ b/stable/tachidesk-docker/6.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tachidesk-docker-6.7.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tachidesk-docker-6.7.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tachidesk-docker-6.7.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tachidesk-docker-6.7.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tachidesk-docker-6.7.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tachidesk-docker/6.7.4/Chart.yaml b/stable/tachidesk-docker/6.7.4/Chart.yaml
new file mode 100644
index 00000000000..4705cb01a63
--- /dev/null
+++ b/stable/tachidesk-docker/6.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: preiew
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The official Tachidesk Chart-Chart.
+home: https://truecharts.org/charts/stable/tachidesk-docker
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png
+keywords:
+ - tachidesk-docker
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tachidesk-docker
+sources:
+ - https://github.com/suwayomi/docker-tachidesk
+ - https://github.com/Suwayomi/Tachidesk-Server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker
+ - https://ghcr.io/suwayomi/tachidesk
+type: application
+version: 6.7.4
diff --git a/stable/tachidesk-docker/6.7.0/README.md b/stable/tachidesk-docker/6.7.4/README.md
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/README.md
rename to stable/tachidesk-docker/6.7.4/README.md
diff --git a/stable/tachidesk-docker/6.7.4/app-changelog.md b/stable/tachidesk-docker/6.7.4/app-changelog.md
new file mode 100644
index 00000000000..95d3fc30314
--- /dev/null
+++ b/stable/tachidesk-docker/6.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tachidesk-docker-6.7.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image ghcr.io/suwayomi/tachidesk to preview[@c9316b8](https://github.com/c9316b8) by renovate ([#19398](https://github.com/truecharts/charts/issues/19398))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tachidesk-docker/6.7.0/app-readme.md b/stable/tachidesk-docker/6.7.4/app-readme.md
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/app-readme.md
rename to stable/tachidesk-docker/6.7.4/app-readme.md
diff --git a/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz b/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tachidesk-docker/6.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/tachidesk-docker/6.7.4/ix_values.yaml b/stable/tachidesk-docker/6.7.4/ix_values.yaml
new file mode 100644
index 00000000000..5e0c938ada3
--- /dev/null
+++ b/stable/tachidesk-docker/6.7.4/ix_values.yaml
@@ -0,0 +1,68 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ghcr.io/suwayomi/tachidesk
+ tag: preview@sha256:c9316b802ebfb3a837d9149e0452184595fdf87e3006b1f507c5a72461934773
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ BIND_IP: "0.0.0.0"
+ BIND_PORT: "{{ .Values.service.main.ports.main.port }}"
+ SOCKS_PROXY_ENABLED: false
+ SOCKS_PROXY_HOST: ""
+ SOCKS_PROXY_PORT: ""
+ DOWNLOAD_AS_CBZ: true
+ BASIC_AUTH_ENABLED: false
+ BASIC_AUTH_USERNAME: ""
+ BASIC_AUTH_PASSWORD: ""
+ DEBUG: false
+ GQL_DEBUG: false
+ WEB_UI_ENABLED: true
+ WEB_UI_FLAVOR: "WebUI"
+ WEB_UI_CHANNEL: "stable"
+ WEB_UI_UPDATE_INTERVAL: 23
+ AUTO_DOWNLOAD_CHAPTERS: false
+ AUTO_DOWNLOAD_EXCLUDE_UNREAD: true
+ AUTO_DOWNLOAD_AHEAD_LIMIT: 0
+ EXTENSION_REPOS: ""
+ MAX_SOURCES_IN_PARALLEL: 6
+ UPDATE_EXCLUDE_UNREAD: true
+ UPDATE_EXCLUDE_STARTED: true
+ UPDATE_EXCLUDE_COMPLETED: true
+ UPDATE_INTERVAL: 12
+ UPDATE_MANGA_INFO: false
+ BACKUP_INTERVAL: 1
+ BACKUP_TTL: 14
+ FLARESOLVERR_ENABLED: false
+ FLARESOLVERR_URL: ""
+ FLARESOLVERR_TIMEOUT: 60
+ FLARESOLVERR_SESSION_NAME: "suwayomi"
+ FLARESOLVERR_SESSION_TTL: 15
+
+service:
+ main:
+ ports:
+ main:
+ port: 4567
+
+persistence:
+ appdata:
+ enabled: true
+ mountPath: /home/suwayomi/.local/share/Tachidesk
+ library:
+ enabled: true
+ mountPath: /home/suwayomi/.local/share/Tachidesk/downloads
+ local-library:
+ enabled: true
+ mountPath: /home/suwayomi/.local/share/Tachidesk/local
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/tachidesk-docker/6.7.0/questions.yaml b/stable/tachidesk-docker/6.7.4/questions.yaml
similarity index 100%
rename from stable/tachidesk-docker/6.7.0/questions.yaml
rename to stable/tachidesk-docker/6.7.4/questions.yaml
diff --git a/stable/teedy-docs/5.6.0/templates/common.yaml b/stable/tachidesk-docker/6.7.4/templates/common.yaml
similarity index 100%
rename from stable/teedy-docs/5.6.0/templates/common.yaml
rename to stable/tachidesk-docker/6.7.4/templates/common.yaml
diff --git a/stable/tasmobackup/6.6.0/values.yaml b/stable/tachidesk-docker/6.7.4/values.yaml
similarity index 100%
rename from stable/tasmobackup/6.6.0/values.yaml
rename to stable/tachidesk-docker/6.7.4/values.yaml
diff --git a/stable/tagspaces/3.6.0/CHANGELOG.md b/stable/tagspaces/3.6.0/CHANGELOG.md
deleted file mode 100644
index d9468197dfa..00000000000
--- a/stable/tagspaces/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tagspaces-3.6.0](https://github.com/truecharts/charts/compare/tagspaces-3.5.2...tagspaces-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tagspaces-3.5.2](https://github.com/truecharts/charts/compare/tagspaces-3.5.1...tagspaces-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tagspaces-3.5.1](https://github.com/truecharts/charts/compare/tagspaces-3.5.0...tagspaces-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tagspaces-3.5.0](https://github.com/truecharts/charts/compare/tagspaces-3.4.1...tagspaces-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tagspaces-3.4.1](https://github.com/truecharts/charts/compare/tagspaces-3.4.0...tagspaces-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tagspaces-3.4.0](https://github.com/truecharts/charts/compare/tagspaces-3.3.0...tagspaces-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tagspaces-3.3.0](https://github.com/truecharts/charts/compare/tagspaces-3.2.3...tagspaces-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tagspaces-3.2.3](https://github.com/truecharts/charts/compare/tagspaces-3.2.2...tagspaces-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tagspaces-3.2.2](https://github.com/truecharts/charts/compare/tagspaces-3.2.0...tagspaces-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tagspaces/3.6.0/Chart.yaml b/stable/tagspaces/3.6.0/Chart.yaml
deleted file mode 100644
index a049a0098e6..00000000000
--- a/stable/tagspaces/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.5.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TagSpaces is an offline, open source, document manager with tagging support.
-home: https://truecharts.org/charts/stable/tagspaces
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png
-keywords:
- - tagspaces
- - documents
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tagspaces
-sources:
- - https://github.com/tagspaces/tagspaces
- - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces
- - https://hub.docker.com/r/tagspaces/tagspaces-lite-web
-type: application
-version: 3.6.0
diff --git a/stable/tagspaces/3.6.0/charts/common-20.1.5.tgz b/stable/tagspaces/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tagspaces/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tasmocompiler/6.7.0/.helmignore b/stable/tagspaces/3.7.3/.helmignore
similarity index 100%
rename from stable/tasmocompiler/6.7.0/.helmignore
rename to stable/tagspaces/3.7.3/.helmignore
diff --git a/stable/tagspaces/3.7.3/CHANGELOG.md b/stable/tagspaces/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f29f964a968
--- /dev/null
+++ b/stable/tagspaces/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tagspaces-3.7.2](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tagspaces/3.7.3/Chart.yaml b/stable/tagspaces/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..9def3b91e0c
--- /dev/null
+++ b/stable/tagspaces/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.5.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TagSpaces is an offline, open source, document manager with tagging support.
+home: https://truecharts.org/charts/stable/tagspaces
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png
+keywords:
+ - tagspaces
+ - documents
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tagspaces
+sources:
+ - https://github.com/tagspaces/tagspaces
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces
+ - https://hub.docker.com/r/tagspaces/tagspaces-lite-web
+type: application
+version: 3.7.3
diff --git a/stable/tagspaces/3.6.0/README.md b/stable/tagspaces/3.7.3/README.md
similarity index 100%
rename from stable/tagspaces/3.6.0/README.md
rename to stable/tagspaces/3.7.3/README.md
diff --git a/stable/tagspaces/3.7.3/app-changelog.md b/stable/tagspaces/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..067fb81ad52
--- /dev/null
+++ b/stable/tagspaces/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tagspaces-3.7.3](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tagspaces/3.6.0/app-readme.md b/stable/tagspaces/3.7.3/app-readme.md
similarity index 100%
rename from stable/tagspaces/3.6.0/app-readme.md
rename to stable/tagspaces/3.7.3/app-readme.md
diff --git a/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz b/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tagspaces/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tagspaces/3.6.0/ix_values.yaml b/stable/tagspaces/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/tagspaces/3.6.0/ix_values.yaml
rename to stable/tagspaces/3.7.3/ix_values.yaml
diff --git a/stable/tagspaces/3.6.0/questions.yaml b/stable/tagspaces/3.7.3/questions.yaml
similarity index 100%
rename from stable/tagspaces/3.6.0/questions.yaml
rename to stable/tagspaces/3.7.3/questions.yaml
diff --git a/stable/tdarr-node/9.6.0/templates/NOTES.txt b/stable/tagspaces/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tdarr-node/9.6.0/templates/NOTES.txt
rename to stable/tagspaces/3.7.3/templates/NOTES.txt
diff --git a/stable/tagspaces/3.6.0/templates/_secrets.tpl b/stable/tagspaces/3.7.3/templates/_secrets.tpl
similarity index 100%
rename from stable/tagspaces/3.6.0/templates/_secrets.tpl
rename to stable/tagspaces/3.7.3/templates/_secrets.tpl
diff --git a/stable/tagspaces/3.6.0/templates/common.yaml b/stable/tagspaces/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/tagspaces/3.6.0/templates/common.yaml
rename to stable/tagspaces/3.7.3/templates/common.yaml
diff --git a/stable/tasmocompiler/6.7.0/values.yaml b/stable/tagspaces/3.7.3/values.yaml
similarity index 100%
rename from stable/tasmocompiler/6.7.0/values.yaml
rename to stable/tagspaces/3.7.3/values.yaml
diff --git a/stable/tailscale/8.8.0/CHANGELOG.md b/stable/tailscale/8.8.0/CHANGELOG.md
deleted file mode 100644
index 25364df048c..00000000000
--- a/stable/tailscale/8.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
-
-
-## [tailscale-8.7.0](https://github.com/truecharts/charts/compare/tailscale-8.6.2...tailscale-8.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/tailscale/8.8.0/Chart.yaml b/stable/tailscale/8.8.0/Chart.yaml
deleted file mode 100644
index b49faf8236d..00000000000
--- a/stable/tailscale/8.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.62.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Tailscale lets you connect your devices and users together in your own secure virtual private network
-home: https://truecharts.org/charts/stable/tailscale
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png
-keywords:
- - vpn
- - tailscale
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tailscale
-sources:
- - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
- - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
- - https://hub.docker.com/r/tailscale/tailscale
-type: application
-version: 8.8.0
diff --git a/stable/tailscale/8.8.0/app-changelog.md b/stable/tailscale/8.8.0/app-changelog.md
deleted file mode 100644
index 02b7a293a45..00000000000
--- a/stable/tailscale/8.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tailscale-8.8.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
\ No newline at end of file
diff --git a/stable/tailscale/8.8.0/charts/common-20.1.5.tgz b/stable/tailscale/8.8.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tailscale/8.8.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tauticord/4.3.2/.helmignore b/stable/tailscale/8.9.3/.helmignore
similarity index 100%
rename from stable/tauticord/4.3.2/.helmignore
rename to stable/tailscale/8.9.3/.helmignore
diff --git a/stable/tailscale/8.9.3/CHANGELOG.md b/stable/tailscale/8.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..3ba021e565d
--- /dev/null
+++ b/stable/tailscale/8.9.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tailscale-8.9.3](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
+
+
+## [tailscale-8.9.2](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
+
+
+## [tailscale-8.9.2](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
+
+
+## [tailscale-8.9.2](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
+
+
+## [tailscale-8.9.2](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
+
+
+## [tailscale-8.9.2](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
\ No newline at end of file
diff --git a/stable/tailscale/8.9.3/Chart.yaml b/stable/tailscale/8.9.3/Chart.yaml
new file mode 100644
index 00000000000..b89a2855683
--- /dev/null
+++ b/stable/tailscale/8.9.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.62.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Tailscale lets you connect your devices and users together in your own secure virtual private network
+home: https://truecharts.org/charts/stable/tailscale
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png
+keywords:
+ - vpn
+ - tailscale
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tailscale
+sources:
+ - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
+ - https://hub.docker.com/r/tailscale/tailscale
+type: application
+version: 8.9.3
diff --git a/stable/tailscale/8.8.0/README.md b/stable/tailscale/8.9.3/README.md
similarity index 100%
rename from stable/tailscale/8.8.0/README.md
rename to stable/tailscale/8.9.3/README.md
diff --git a/stable/tailscale/8.9.3/app-changelog.md b/stable/tailscale/8.9.3/app-changelog.md
new file mode 100644
index 00000000000..ead0504676f
--- /dev/null
+++ b/stable/tailscale/8.9.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tailscale-8.9.3](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tailscale/tailscale to v1.62.0[@22a86da](https://github.com/22a86da) by renovate ([#19348](https://github.com/truecharts/charts/issues/19348))
\ No newline at end of file
diff --git a/stable/tailscale/8.8.0/app-readme.md b/stable/tailscale/8.9.3/app-readme.md
similarity index 100%
rename from stable/tailscale/8.8.0/app-readme.md
rename to stable/tailscale/8.9.3/app-readme.md
diff --git a/stable/tailscale/8.9.3/charts/common-20.2.4.tgz b/stable/tailscale/8.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tailscale/8.9.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tailscale/8.8.0/ix_values.yaml b/stable/tailscale/8.9.3/ix_values.yaml
similarity index 100%
rename from stable/tailscale/8.8.0/ix_values.yaml
rename to stable/tailscale/8.9.3/ix_values.yaml
diff --git a/stable/tailscale/8.8.0/questions.yaml b/stable/tailscale/8.9.3/questions.yaml
similarity index 100%
rename from stable/tailscale/8.8.0/questions.yaml
rename to stable/tailscale/8.9.3/questions.yaml
diff --git a/stable/tdarr/9.6.0/templates/NOTES.txt b/stable/tailscale/8.9.3/templates/NOTES.txt
similarity index 100%
rename from stable/tdarr/9.6.0/templates/NOTES.txt
rename to stable/tailscale/8.9.3/templates/NOTES.txt
diff --git a/stable/tailscale/8.8.0/templates/_configmap.tpl b/stable/tailscale/8.9.3/templates/_configmap.tpl
similarity index 100%
rename from stable/tailscale/8.8.0/templates/_configmap.tpl
rename to stable/tailscale/8.9.3/templates/_configmap.tpl
diff --git a/stable/tailscale/8.8.0/templates/_secret.tpl b/stable/tailscale/8.9.3/templates/_secret.tpl
similarity index 100%
rename from stable/tailscale/8.8.0/templates/_secret.tpl
rename to stable/tailscale/8.9.3/templates/_secret.tpl
diff --git a/stable/tailscale/8.8.0/templates/common.yaml b/stable/tailscale/8.9.3/templates/common.yaml
similarity index 100%
rename from stable/tailscale/8.8.0/templates/common.yaml
rename to stable/tailscale/8.9.3/templates/common.yaml
diff --git a/stable/tauticord/4.3.2/values.yaml b/stable/tailscale/8.9.3/values.yaml
similarity index 100%
rename from stable/tauticord/4.3.2/values.yaml
rename to stable/tailscale/8.9.3/values.yaml
diff --git a/stable/tandoor-recipes/16.7.0/CHANGELOG.md b/stable/tandoor-recipes/16.7.0/CHANGELOG.md
deleted file mode 100644
index 570299d5dfa..00000000000
--- a/stable/tandoor-recipes/16.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/tandoor-recipes/16.7.0/Chart.yaml b/stable/tandoor-recipes/16.7.0/Chart.yaml
deleted file mode 100644
index eeea5de239d..00000000000
--- a/stable/tandoor-recipes/16.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.14
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
-home: https://truecharts.org/charts/stable/tandoor-recipes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png
-keywords:
- - tandoor
- - recipes
- - cooking
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tandoor-recipes
-sources:
- - https://github.com/vabene1111/recipes
- - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes
- - https://hub.docker.com/r/vabene1111/recipes
-type: application
-version: 16.7.0
diff --git a/stable/tandoor-recipes/16.7.0/app-changelog.md b/stable/tandoor-recipes/16.7.0/app-changelog.md
deleted file mode 100644
index a7c89630969..00000000000
--- a/stable/tandoor-recipes/16.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tandoor-recipes-16.7.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tandoor-recipes/16.7.0/charts/common-20.2.0.tgz b/stable/tandoor-recipes/16.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/tandoor-recipes/16.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/tandoor-recipes/16.7.0/ix_values.yaml b/stable/tandoor-recipes/16.7.0/ix_values.yaml
deleted file mode 100644
index 08e2f1306f0..00000000000
--- a/stable/tandoor-recipes/16.7.0/ix_values.yaml
+++ /dev/null
@@ -1,62 +0,0 @@
-image:
- repository: vabene1111/recipes
- pullPolicy: IfNotPresent
- tag: 1.5.14@sha256:0a8356025307642b3803cde0793d59467bb6af07ee685527e28f215868b30537
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- DB_ENGINE: django.db.backends.postgresql
- POSTGRES_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- POSTGRES_PORT: 5432
- POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
- POSTGRES_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- POSTGRES_DB: "{{ .Values.cnpg.main.database }}"
- TANDOOR_PORT: "{{ .Values.service.main.ports.main.port }}"
- ALLOWED_HOSTS: "*"
- COMMENT_PREF_DEFAULT: 1
- CSRF_TRUSTED_ORIGINS: ""
- DEBUG: 0
- FRACTION_PREF_DEFAULT: 0
- GUNICORN_MEDIA: 1
- SECRET_KEY:
- secretKeyRef:
- key: SECRET_KEY
- name: recipes-secrets
- SHOPPING_MIN_AUTOSYNC_INTERVAL: 5
- TIMEZONE: "{{ .Values.TZ }}"
-service:
- main:
- ports:
- main:
- port: 10029
-persistence:
- media:
- enabled: true
- mountPath: /opt/recipes/mediafiles
- static:
- enabled: true
- mountPath: /opt/recipes/staticfiles
- type: emptyDir
-cnpg:
- main:
- enabled: true
- user: recipes
- database: recipes
-portal:
- open:
- enabled: true
diff --git a/stable/tandoor-recipes/16.7.0/questions.yaml b/stable/tandoor-recipes/16.7.0/questions.yaml
deleted file mode 100755
index 706535556f0..00000000000
--- a/stable/tandoor-recipes/16.7.0/questions.yaml
+++ /dev/null
@@ -1,3308 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: DEBUG
- label: "DEBUG"
- description: "Only set this to true when testing/debugging"
- schema:
- type: int
- default: 0
- - variable: ALLOWED_HOSTS
- label: "ALLOWED_HOSTS"
- description: "hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,..."
- schema:
- type: string
- default: "*"
- - variable: CSRF_TRUSTED_ORIGINS
- label: "CSRF_TRUSTED_ORIGINS"
- description: "Cross Site Request Forgery protection"
- schema:
- type: string
- default: ""
- - variable: FRACTION_PREF_DEFAULT
- label: "FRACTION_PREF_DEFAULT"
- description: "The default value for the user preference 'fractions' (enable/disable fraction support)"
- schema:
- type: int
- default: 0
- - variable: COMMENT_PREF_DEFAULT
- label: "COMMENT_PREF_DEFAULT"
- description: "The default value for the user preference 'comments' (enable/disable commenting system)"
- schema:
- type: int
- default: 1
- - variable: SHOPPING_MIN_AUTOSYNC_INTERVAL
- label: "SHOPPING_MIN_AUTOSYNC_INTERVAL"
- description: "Users can set an amount of time after which the shopping list is refreshed"
- schema:
- type: int
- default: 5
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10029
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: media
- label: "App Media Storage"
- description: "Stores the Application media."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/tautulli/18.6.1/.helmignore b/stable/tandoor-recipes/16.7.4/.helmignore
similarity index 100%
rename from stable/tautulli/18.6.1/.helmignore
rename to stable/tandoor-recipes/16.7.4/.helmignore
diff --git a/stable/tandoor-recipes/16.7.4/CHANGELOG.md b/stable/tandoor-recipes/16.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..a41486a7422
--- /dev/null
+++ b/stable/tandoor-recipes/16.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tandoor-recipes-16.7.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tandoor-recipes-16.7.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tandoor-recipes-16.7.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tandoor-recipes-16.7.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tandoor-recipes-16.7.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tandoor-recipes/16.7.4/Chart.yaml b/stable/tandoor-recipes/16.7.4/Chart.yaml
new file mode 100644
index 00000000000..ee8536a52f1
--- /dev/null
+++ b/stable/tandoor-recipes/16.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.15
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
+home: https://truecharts.org/charts/stable/tandoor-recipes
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png
+keywords:
+ - tandoor
+ - recipes
+ - cooking
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tandoor-recipes
+sources:
+ - https://github.com/vabene1111/recipes
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes
+ - https://hub.docker.com/r/vabene1111/recipes
+type: application
+version: 16.7.4
diff --git a/stable/tandoor-recipes/16.7.0/README.md b/stable/tandoor-recipes/16.7.4/README.md
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/README.md
rename to stable/tandoor-recipes/16.7.4/README.md
diff --git a/stable/tandoor-recipes/16.7.4/app-changelog.md b/stable/tandoor-recipes/16.7.4/app-changelog.md
new file mode 100644
index 00000000000..b6d39d3cf9e
--- /dev/null
+++ b/stable/tandoor-recipes/16.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tandoor-recipes-16.7.4](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image vabene1111/recipes to v1.5.15[@9fb4861](https://github.com/9fb4861) by renovate ([#19608](https://github.com/truecharts/charts/issues/19608))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tandoor-recipes/16.7.0/app-readme.md b/stable/tandoor-recipes/16.7.4/app-readme.md
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/app-readme.md
rename to stable/tandoor-recipes/16.7.4/app-readme.md
diff --git a/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz b/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tandoor-recipes/16.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/tandoor-recipes/16.7.4/ix_values.yaml b/stable/tandoor-recipes/16.7.4/ix_values.yaml
new file mode 100644
index 00000000000..8bd05470167
--- /dev/null
+++ b/stable/tandoor-recipes/16.7.4/ix_values.yaml
@@ -0,0 +1,62 @@
+image:
+ repository: vabene1111/recipes
+ pullPolicy: IfNotPresent
+ tag: 1.5.15@sha256:9fb486148cc1a2f35216c8212e12edac3888ec18d41ed569df6b5dd5e39d9354
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ DB_ENGINE: django.db.backends.postgresql
+ POSTGRES_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ POSTGRES_PORT: 5432
+ POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
+ POSTGRES_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ POSTGRES_DB: "{{ .Values.cnpg.main.database }}"
+ TANDOOR_PORT: "{{ .Values.service.main.ports.main.port }}"
+ ALLOWED_HOSTS: "*"
+ COMMENT_PREF_DEFAULT: 1
+ CSRF_TRUSTED_ORIGINS: ""
+ DEBUG: 0
+ FRACTION_PREF_DEFAULT: 0
+ GUNICORN_MEDIA: 1
+ SECRET_KEY:
+ secretKeyRef:
+ key: SECRET_KEY
+ name: recipes-secrets
+ SHOPPING_MIN_AUTOSYNC_INTERVAL: 5
+ TIMEZONE: "{{ .Values.TZ }}"
+service:
+ main:
+ ports:
+ main:
+ port: 10029
+persistence:
+ media:
+ enabled: true
+ mountPath: /opt/recipes/mediafiles
+ static:
+ enabled: true
+ mountPath: /opt/recipes/staticfiles
+ type: emptyDir
+cnpg:
+ main:
+ enabled: true
+ user: recipes
+ database: recipes
+portal:
+ open:
+ enabled: true
diff --git a/stable/tandoor-recipes/16.7.4/questions.yaml b/stable/tandoor-recipes/16.7.4/questions.yaml
new file mode 100755
index 00000000000..599d516afa0
--- /dev/null
+++ b/stable/tandoor-recipes/16.7.4/questions.yaml
@@ -0,0 +1,3310 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: DEBUG
+ label: "DEBUG"
+ description: "Only set this to true when testing/debugging"
+ schema:
+ type: int
+ default: 0
+ - variable: ALLOWED_HOSTS
+ label: "ALLOWED_HOSTS"
+ description: "hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,..."
+ schema:
+ type: string
+ default: "*"
+ - variable: CSRF_TRUSTED_ORIGINS
+ label: "CSRF_TRUSTED_ORIGINS"
+ description: "Cross Site Request Forgery protection"
+ schema:
+ type: string
+ default: ""
+ - variable: FRACTION_PREF_DEFAULT
+ label: "FRACTION_PREF_DEFAULT"
+ description: "The default value for the user preference 'fractions' (enable/disable fraction support)"
+ schema:
+ type: int
+ default: 0
+ - variable: COMMENT_PREF_DEFAULT
+ label: "COMMENT_PREF_DEFAULT"
+ description: "The default value for the user preference 'comments' (enable/disable commenting system)"
+ schema:
+ type: int
+ default: 1
+ - variable: SHOPPING_MIN_AUTOSYNC_INTERVAL
+ label: "SHOPPING_MIN_AUTOSYNC_INTERVAL"
+ description: "Users can set an amount of time after which the shopping list is refreshed"
+ schema:
+ type: int
+ default: 5
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10029
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: media
+ label: "App Media Storage"
+ description: "Stores the Application media."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/tandoor-recipes/16.7.0/templates/_secrets.tpl b/stable/tandoor-recipes/16.7.4/templates/_secrets.tpl
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/templates/_secrets.tpl
rename to stable/tandoor-recipes/16.7.4/templates/_secrets.tpl
diff --git a/stable/tandoor-recipes/16.7.0/templates/common.yaml b/stable/tandoor-recipes/16.7.4/templates/common.yaml
similarity index 100%
rename from stable/tandoor-recipes/16.7.0/templates/common.yaml
rename to stable/tandoor-recipes/16.7.4/templates/common.yaml
diff --git a/stable/tautulli/18.6.1/values.yaml b/stable/tandoor-recipes/16.7.4/values.yaml
similarity index 100%
rename from stable/tautulli/18.6.1/values.yaml
rename to stable/tandoor-recipes/16.7.4/values.yaml
diff --git a/stable/tanoshi/5.6.0/CHANGELOG.md b/stable/tanoshi/5.6.0/CHANGELOG.md
deleted file mode 100644
index c421b5781ba..00000000000
--- a/stable/tanoshi/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tanoshi-5.6.0](https://github.com/truecharts/charts/compare/tanoshi-5.5.2...tanoshi-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tanoshi-5.5.2](https://github.com/truecharts/charts/compare/tanoshi-5.5.1...tanoshi-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tanoshi-5.5.1](https://github.com/truecharts/charts/compare/tanoshi-5.5.0...tanoshi-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tanoshi-5.5.0](https://github.com/truecharts/charts/compare/tanoshi-5.4.1...tanoshi-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tanoshi-5.4.1](https://github.com/truecharts/charts/compare/tanoshi-5.4.0...tanoshi-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tanoshi-5.4.0](https://github.com/truecharts/charts/compare/tanoshi-5.3.0...tanoshi-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tanoshi-5.3.0](https://github.com/truecharts/charts/compare/tanoshi-5.2.3...tanoshi-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tanoshi-5.2.3](https://github.com/truecharts/charts/compare/tanoshi-5.2.2...tanoshi-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tanoshi-5.2.2](https://github.com/truecharts/charts/compare/tanoshi-5.2.0...tanoshi-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tanoshi/5.6.0/Chart.yaml b/stable/tanoshi/5.6.0/Chart.yaml
deleted file mode 100644
index a108793815b..00000000000
--- a/stable/tanoshi/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Selfhosted web manga reader.
-home: https://truecharts.org/charts/stable/tanoshi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png
-keywords:
- - tanoshi
- - Productivity
- - MediaApp-Books
- - MediaServer-Books
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tanoshi
-sources:
- - https://github.com/faldez/tanoshi
- - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi
- - https://hub.docker.com/r/faldez/tanoshi
-type: application
-version: 5.6.0
diff --git a/stable/tanoshi/5.6.0/charts/common-20.1.5.tgz b/stable/tanoshi/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tanoshi/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tdarr-node/9.6.0/.helmignore b/stable/tanoshi/5.7.3/.helmignore
similarity index 100%
rename from stable/tdarr-node/9.6.0/.helmignore
rename to stable/tanoshi/5.7.3/.helmignore
diff --git a/stable/tanoshi/5.7.3/CHANGELOG.md b/stable/tanoshi/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4e8a226c53e
--- /dev/null
+++ b/stable/tanoshi/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tanoshi-5.7.2](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tanoshi/5.7.3/Chart.yaml b/stable/tanoshi/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a4215a796f8
--- /dev/null
+++ b/stable/tanoshi/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Selfhosted web manga reader.
+home: https://truecharts.org/charts/stable/tanoshi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png
+keywords:
+ - tanoshi
+ - Productivity
+ - MediaApp-Books
+ - MediaServer-Books
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tanoshi
+sources:
+ - https://github.com/faldez/tanoshi
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi
+ - https://hub.docker.com/r/faldez/tanoshi
+type: application
+version: 5.7.3
diff --git a/stable/tanoshi/5.6.0/README.md b/stable/tanoshi/5.7.3/README.md
similarity index 100%
rename from stable/tanoshi/5.6.0/README.md
rename to stable/tanoshi/5.7.3/README.md
diff --git a/stable/tanoshi/5.7.3/app-changelog.md b/stable/tanoshi/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..a1ab60c8896
--- /dev/null
+++ b/stable/tanoshi/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tanoshi-5.7.3](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tanoshi/5.6.0/app-readme.md b/stable/tanoshi/5.7.3/app-readme.md
similarity index 100%
rename from stable/tanoshi/5.6.0/app-readme.md
rename to stable/tanoshi/5.7.3/app-readme.md
diff --git a/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz b/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tanoshi/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tanoshi/5.6.0/ix_values.yaml b/stable/tanoshi/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tanoshi/5.6.0/ix_values.yaml
rename to stable/tanoshi/5.7.3/ix_values.yaml
diff --git a/stable/tanoshi/5.6.0/questions.yaml b/stable/tanoshi/5.7.3/questions.yaml
similarity index 100%
rename from stable/tanoshi/5.6.0/questions.yaml
rename to stable/tanoshi/5.7.3/questions.yaml
diff --git a/stable/telethon-downloader/5.6.0/templates/common.yaml b/stable/tanoshi/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/telethon-downloader/5.6.0/templates/common.yaml
rename to stable/tanoshi/5.7.3/templates/common.yaml
diff --git a/stable/tdarr-node/9.6.0/values.yaml b/stable/tanoshi/5.7.3/values.yaml
similarity index 100%
rename from stable/tdarr-node/9.6.0/values.yaml
rename to stable/tanoshi/5.7.3/values.yaml
diff --git a/stable/tdarr/9.6.0/.helmignore b/stable/tar1090/5.7.10/.helmignore
similarity index 100%
rename from stable/tdarr/9.6.0/.helmignore
rename to stable/tar1090/5.7.10/.helmignore
diff --git a/stable/tar1090/5.7.10/CHANGELOG.md b/stable/tar1090/5.7.10/CHANGELOG.md
new file mode 100644
index 00000000000..9c62c9eb746
--- /dev/null
+++ b/stable/tar1090/5.7.10/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tar1090-5.7.10](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.10) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652))
+
+- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
+
+- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
+
+- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
+
+- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
+
+- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
+
+
+## [tar1090-5.7.9](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.9) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652))
+
+- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
+
+- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
+
+- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
+
+- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
+
+- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
+
+
+## [tar1090-5.7.9](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.9) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652))
+
+- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
+
+- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
+
+- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
+
+- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
+
+- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
+
+
+## [tar1090-5.7.9](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.9) (2024-03-24)
\ No newline at end of file
diff --git a/stable/tar1090/5.7.10/Chart.yaml b/stable/tar1090/5.7.10/Chart.yaml
new file mode 100644
index 00000000000..23418bdb832
--- /dev/null
+++ b/stable/tar1090/5.7.10/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Multi-arch tar1090 Chart for visualising ADSB data.
+home: https://truecharts.org/charts/stable/tar1090
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png
+keywords:
+ - tar1090
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tar1090
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090
+ - https://hub.docker.com/r/mikenye/tar1090
+type: application
+version: 5.7.10
diff --git a/stable/tar1090/5.7.6/README.md b/stable/tar1090/5.7.10/README.md
similarity index 100%
rename from stable/tar1090/5.7.6/README.md
rename to stable/tar1090/5.7.10/README.md
diff --git a/stable/tar1090/5.7.10/app-changelog.md b/stable/tar1090/5.7.10/app-changelog.md
new file mode 100644
index 00000000000..87422f258e9
--- /dev/null
+++ b/stable/tar1090/5.7.10/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [tar1090-5.7.10](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.10) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mikenye/tar1090 to latest[@b1c2fd9](https://github.com/b1c2fd9) by renovate ([#19688](https://github.com/truecharts/charts/issues/19688))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mikenye/tar1090 to latest[@849e4ee](https://github.com/849e4ee) by renovate ([#19652](https://github.com/truecharts/charts/issues/19652))
+
+- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
+
+- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
+
+- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
+
+- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
+
+- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
\ No newline at end of file
diff --git a/stable/tar1090/5.7.6/app-readme.md b/stable/tar1090/5.7.10/app-readme.md
similarity index 100%
rename from stable/tar1090/5.7.6/app-readme.md
rename to stable/tar1090/5.7.10/app-readme.md
diff --git a/stable/tar1090/5.7.10/charts/common-20.2.4.tgz b/stable/tar1090/5.7.10/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tar1090/5.7.10/charts/common-20.2.4.tgz differ
diff --git a/stable/tar1090/5.7.10/ix_values.yaml b/stable/tar1090/5.7.10/ix_values.yaml
new file mode 100644
index 00000000000..d1ed3ec8b43
--- /dev/null
+++ b/stable/tar1090/5.7.10/ix_values.yaml
@@ -0,0 +1,30 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: mikenye/tar1090
+ tag: latest@sha256:b1c2fd96f212f92c6ee86df48388a305fca2817972db103b36a5d9544daf6bdf
+persistence: {}
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 8078
+ protocol: tcp
+ targetPort: 80
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ BEASTHOST:
+ LAT: xx.xxxxx
+ LONG: xx.xxxxx
+ MLATHOST:
diff --git a/stable/tar1090/5.7.6/questions.yaml b/stable/tar1090/5.7.10/questions.yaml
similarity index 100%
rename from stable/tar1090/5.7.6/questions.yaml
rename to stable/tar1090/5.7.10/questions.yaml
diff --git a/stable/theforest/5.6.0/templates/common.yaml b/stable/tar1090/5.7.10/templates/common.yaml
similarity index 100%
rename from stable/theforest/5.6.0/templates/common.yaml
rename to stable/tar1090/5.7.10/templates/common.yaml
diff --git a/stable/tdarr/9.6.0/values.yaml b/stable/tar1090/5.7.10/values.yaml
similarity index 100%
rename from stable/tdarr/9.6.0/values.yaml
rename to stable/tar1090/5.7.10/values.yaml
diff --git a/stable/tar1090/5.7.6/CHANGELOG.md b/stable/tar1090/5.7.6/CHANGELOG.md
deleted file mode 100644
index 267ae810d75..00000000000
--- a/stable/tar1090/5.7.6/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tar1090-5.7.6](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.6) (2024-03-22)
-
-### Chore
-
-
-
-- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
-
-- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
-
-- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
-
-- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
-
-- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
-
-
-## [tar1090-5.7.6](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.6) (2024-03-22)
-
-### Chore
-
-
-
-- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
-
-- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
-
-- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
-
-- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
-
-- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
-
-
-## [tar1090-5.7.6](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.6) (2024-03-22)
-
-### Chore
-
-
-
-- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
-
-- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
-
-- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
-
-- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
-
-- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
-
-
-## [tar1090-5.7.6](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.6) (2024-03-22)
-
-### Chore
-
-
-
-- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
-
-- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
-
-- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
-
-- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
-
-- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
\ No newline at end of file
diff --git a/stable/tar1090/5.7.6/Chart.yaml b/stable/tar1090/5.7.6/Chart.yaml
deleted file mode 100644
index 082ea3b89c5..00000000000
--- a/stable/tar1090/5.7.6/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Multi-arch tar1090 Chart for visualising ADSB data.
-home: https://truecharts.org/charts/stable/tar1090
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png
-keywords:
- - tar1090
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tar1090
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090
- - https://hub.docker.com/r/mikenye/tar1090
-type: application
-version: 5.7.6
diff --git a/stable/tar1090/5.7.6/app-changelog.md b/stable/tar1090/5.7.6/app-changelog.md
deleted file mode 100644
index 174e1f14d77..00000000000
--- a/stable/tar1090/5.7.6/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [tar1090-5.7.6](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.6) (2024-03-22)
-
-### Chore
-
-
-
-- update container image mikenye/tar1090 to latest[@dd76fbb](https://github.com/dd76fbb) by renovate ([#19572](https://github.com/truecharts/charts/issues/19572))
-
-- update container image mikenye/tar1090 to latest[@1ba63a9](https://github.com/1ba63a9) by renovate ([#19509](https://github.com/truecharts/charts/issues/19509))
-
-- update container image mikenye/tar1090 to latest[@61af65c](https://github.com/61af65c) by renovate ([#19503](https://github.com/truecharts/charts/issues/19503))
-
-- update container image mikenye/tar1090 to latest[@4f47346](https://github.com/4f47346) by renovate ([#19484](https://github.com/truecharts/charts/issues/19484))
-
-- update container image mikenye/tar1090 to latest[@1b35e3f](https://github.com/1b35e3f) by renovate ([#19470](https://github.com/truecharts/charts/issues/19470))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mikenye/tar1090 to latest[@a1075a0](https://github.com/a1075a0) by renovate ([#19275](https://github.com/truecharts/charts/issues/19275))
\ No newline at end of file
diff --git a/stable/tar1090/5.7.6/charts/common-20.2.2.tgz b/stable/tar1090/5.7.6/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/tar1090/5.7.6/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/tar1090/5.7.6/ix_values.yaml b/stable/tar1090/5.7.6/ix_values.yaml
deleted file mode 100644
index 8cac194cf0b..00000000000
--- a/stable/tar1090/5.7.6/ix_values.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: mikenye/tar1090
- tag: latest@sha256:dd76fbbafce1d809d358f4616665d0cb547b31521924e1daceead727c6cfe3c3
-persistence: {}
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 8078
- protocol: tcp
- targetPort: 80
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- BEASTHOST:
- LAT: xx.xxxxx
- LONG: xx.xxxxx
- MLATHOST:
diff --git a/stable/tasmoadmin/8.6.0/CHANGELOG.md b/stable/tasmoadmin/8.6.0/CHANGELOG.md
deleted file mode 100644
index fd8b536d409..00000000000
--- a/stable/tasmoadmin/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tasmoadmin-8.6.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.5.2...tasmoadmin-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tasmoadmin-8.5.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.5.1...tasmoadmin-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tasmoadmin-8.5.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.5.0...tasmoadmin-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tasmoadmin-8.5.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.4.1...tasmoadmin-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tasmoadmin-8.4.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.4.0...tasmoadmin-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tasmoadmin-8.4.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.3.0...tasmoadmin-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tasmoadmin-8.3.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.3...tasmoadmin-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tasmoadmin-8.2.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.2...tasmoadmin-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tasmoadmin-8.2.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.0...tasmoadmin-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tasmoadmin/8.6.0/Chart.yaml b/stable/tasmoadmin/8.6.0/Chart.yaml
deleted file mode 100644
index bfc209fa236..00000000000
--- a/stable/tasmoadmin/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A administrative platform for devices flashed with Tasmota.
-home: https://truecharts.org/charts/stable/tasmoadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
-keywords:
- - tasmoadmin
- - home-automation
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tasmoadmin
-sources:
- - https://github.com/TasmoAdmin/TasmoAdmin
- - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin
- - https://ghcr.io/tasmoadmin/tasmoadmin
-type: application
-version: 8.6.0
diff --git a/stable/tasmoadmin/8.6.0/charts/common-20.1.5.tgz b/stable/tasmoadmin/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tasmoadmin/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/teamspeak3/10.6.1/.helmignore b/stable/tasmoadmin/8.7.3/.helmignore
similarity index 100%
rename from stable/teamspeak3/10.6.1/.helmignore
rename to stable/tasmoadmin/8.7.3/.helmignore
diff --git a/stable/tasmoadmin/8.7.3/CHANGELOG.md b/stable/tasmoadmin/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4b94213dfc8
--- /dev/null
+++ b/stable/tasmoadmin/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmoadmin-8.7.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tasmoadmin/8.7.3/Chart.yaml b/stable/tasmoadmin/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..9cd90241777
--- /dev/null
+++ b/stable/tasmoadmin/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A administrative platform for devices flashed with Tasmota.
+home: https://truecharts.org/charts/stable/tasmoadmin
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
+keywords:
+ - tasmoadmin
+ - home-automation
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tasmoadmin
+sources:
+ - https://github.com/TasmoAdmin/TasmoAdmin
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin
+ - https://ghcr.io/tasmoadmin/tasmoadmin
+type: application
+version: 8.7.3
diff --git a/stable/tasmoadmin/8.6.0/README.md b/stable/tasmoadmin/8.7.3/README.md
similarity index 100%
rename from stable/tasmoadmin/8.6.0/README.md
rename to stable/tasmoadmin/8.7.3/README.md
diff --git a/stable/tasmoadmin/8.7.3/app-changelog.md b/stable/tasmoadmin/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..8f0b70e168b
--- /dev/null
+++ b/stable/tasmoadmin/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tasmoadmin-8.7.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tasmoadmin/8.6.0/app-readme.md b/stable/tasmoadmin/8.7.3/app-readme.md
similarity index 100%
rename from stable/tasmoadmin/8.6.0/app-readme.md
rename to stable/tasmoadmin/8.7.3/app-readme.md
diff --git a/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz b/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tasmoadmin/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tasmoadmin/8.6.0/ix_values.yaml b/stable/tasmoadmin/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/tasmoadmin/8.6.0/ix_values.yaml
rename to stable/tasmoadmin/8.7.3/ix_values.yaml
diff --git a/stable/tasmoadmin/8.6.0/questions.yaml b/stable/tasmoadmin/8.7.3/questions.yaml
similarity index 100%
rename from stable/tasmoadmin/8.6.0/questions.yaml
rename to stable/tasmoadmin/8.7.3/questions.yaml
diff --git a/stable/tauticord/4.3.2/templates/common.yaml b/stable/tasmoadmin/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/tauticord/4.3.2/templates/common.yaml
rename to stable/tasmoadmin/8.7.3/templates/common.yaml
diff --git a/stable/teamspeak3/10.6.1/values.yaml b/stable/tasmoadmin/8.7.3/values.yaml
similarity index 100%
rename from stable/teamspeak3/10.6.1/values.yaml
rename to stable/tasmoadmin/8.7.3/values.yaml
diff --git a/stable/tasmobackup/6.6.0/CHANGELOG.md b/stable/tasmobackup/6.6.0/CHANGELOG.md
deleted file mode 100644
index 502db0f424b..00000000000
--- a/stable/tasmobackup/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tasmobackup-6.6.0](https://github.com/truecharts/charts/compare/tasmobackup-6.5.2...tasmobackup-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tasmobackup-6.5.2](https://github.com/truecharts/charts/compare/tasmobackup-6.5.1...tasmobackup-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tasmobackup-6.5.1](https://github.com/truecharts/charts/compare/tasmobackup-6.5.0...tasmobackup-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tasmobackup-6.5.0](https://github.com/truecharts/charts/compare/tasmobackup-6.4.1...tasmobackup-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tasmobackup-6.4.1](https://github.com/truecharts/charts/compare/tasmobackup-6.4.0...tasmobackup-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tasmobackup-6.4.0](https://github.com/truecharts/charts/compare/tasmobackup-6.3.0...tasmobackup-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tasmobackup-6.3.0](https://github.com/truecharts/charts/compare/tasmobackup-6.2.3...tasmobackup-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tasmobackup-6.2.3](https://github.com/truecharts/charts/compare/tasmobackup-6.2.2...tasmobackup-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tasmobackup-6.2.2](https://github.com/truecharts/charts/compare/tasmobackup-6.2.0...tasmobackup-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tasmobackup/6.6.0/Chart.yaml b/stable/tasmobackup/6.6.0/Chart.yaml
deleted file mode 100644
index 69e1ae4fd65..00000000000
--- a/stable/tasmobackup/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.05.00
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: backup all your tasmota devices in one place.
-home: https://truecharts.org/charts/stable/tasmobackup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png
-keywords:
- - tasmobackup
- - home-automation
- - Network-Management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tasmobackup
-sources:
- - https://github.com/danmed/TasmoBackupV1
- - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup
- - https://hub.docker.com/r/danmed/tasmobackupv1
-type: application
-version: 6.6.0
diff --git a/stable/tasmobackup/6.6.0/charts/common-20.1.5.tgz b/stable/tasmobackup/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tasmobackup/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/teedy-docs/5.6.0/.helmignore b/stable/tasmobackup/6.7.3/.helmignore
similarity index 100%
rename from stable/teedy-docs/5.6.0/.helmignore
rename to stable/tasmobackup/6.7.3/.helmignore
diff --git a/stable/tasmobackup/6.7.3/CHANGELOG.md b/stable/tasmobackup/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..137d34d1f0c
--- /dev/null
+++ b/stable/tasmobackup/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmobackup-6.7.2](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tasmobackup/6.7.3/Chart.yaml b/stable/tasmobackup/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..6e7a281402c
--- /dev/null
+++ b/stable/tasmobackup/6.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.05.00
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: backup all your tasmota devices in one place.
+home: https://truecharts.org/charts/stable/tasmobackup
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png
+keywords:
+ - tasmobackup
+ - home-automation
+ - Network-Management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tasmobackup
+sources:
+ - https://github.com/danmed/TasmoBackupV1
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup
+ - https://hub.docker.com/r/danmed/tasmobackupv1
+type: application
+version: 6.7.3
diff --git a/stable/tasmobackup/6.6.0/README.md b/stable/tasmobackup/6.7.3/README.md
similarity index 100%
rename from stable/tasmobackup/6.6.0/README.md
rename to stable/tasmobackup/6.7.3/README.md
diff --git a/stable/tasmobackup/6.7.3/app-changelog.md b/stable/tasmobackup/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..6165c8cff36
--- /dev/null
+++ b/stable/tasmobackup/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tasmobackup-6.7.3](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tasmobackup/6.6.0/app-readme.md b/stable/tasmobackup/6.7.3/app-readme.md
similarity index 100%
rename from stable/tasmobackup/6.6.0/app-readme.md
rename to stable/tasmobackup/6.7.3/app-readme.md
diff --git a/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz b/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tasmobackup/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tasmobackup/6.6.0/ix_values.yaml b/stable/tasmobackup/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/tasmobackup/6.6.0/ix_values.yaml
rename to stable/tasmobackup/6.7.3/ix_values.yaml
diff --git a/stable/tasmobackup/6.6.0/questions.yaml b/stable/tasmobackup/6.7.3/questions.yaml
similarity index 100%
rename from stable/tasmobackup/6.6.0/questions.yaml
rename to stable/tasmobackup/6.7.3/questions.yaml
diff --git a/stable/tautulli/18.6.1/templates/common.yaml b/stable/tasmobackup/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/tautulli/18.6.1/templates/common.yaml
rename to stable/tasmobackup/6.7.3/templates/common.yaml
diff --git a/stable/teedy-docs/5.6.0/values.yaml b/stable/tasmobackup/6.7.3/values.yaml
similarity index 100%
rename from stable/teedy-docs/5.6.0/values.yaml
rename to stable/tasmobackup/6.7.3/values.yaml
diff --git a/stable/tasmocompiler/6.7.0/CHANGELOG.md b/stable/tasmocompiler/6.7.0/CHANGELOG.md
deleted file mode 100644
index 2be479c8003..00000000000
--- a/stable/tasmocompiler/6.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/tasmocompiler/6.7.0/Chart.yaml b/stable/tasmocompiler/6.7.0/Chart.yaml
deleted file mode 100644
index 04e51b0872a..00000000000
--- a/stable/tasmocompiler/6.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings
-home: https://truecharts.org/charts/stable/tasmocompiler
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png
-keywords:
- - tasmocompiler
- - home-automation
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tasmocompiler
-sources:
- - https://github.com/benzino77/tasmocompiler
- - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler
- - https://hub.docker.com/r/benzino77/tasmocompiler
-type: application
-version: 6.7.0
diff --git a/stable/tasmocompiler/6.7.0/app-changelog.md b/stable/tasmocompiler/6.7.0/app-changelog.md
deleted file mode 100644
index 5c3acd884d5..00000000000
--- a/stable/tasmocompiler/6.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tasmocompiler-6.7.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tasmocompiler/6.7.0/charts/common-20.2.0.tgz b/stable/tasmocompiler/6.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/tasmocompiler/6.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/tasmocompiler/6.7.0/ix_values.yaml b/stable/tasmocompiler/6.7.0/ix_values.yaml
deleted file mode 100644
index a1f04d08c72..00000000000
--- a/stable/tasmocompiler/6.7.0/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-image:
- repository: benzino77/tasmocompiler
- tag: latest@sha256:8c349e37dfa02a2632488a18100a67d0d7102b1436b77d387e65a63cf09d2225
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- port: 14003
- protocol: http
- targetPort: 3000
-
-portal:
- open:
- enabled: true
diff --git a/stable/teedy/15.6.0/.helmignore b/stable/tasmocompiler/6.7.4/.helmignore
similarity index 100%
rename from stable/teedy/15.6.0/.helmignore
rename to stable/tasmocompiler/6.7.4/.helmignore
diff --git a/stable/tasmocompiler/6.7.4/CHANGELOG.md b/stable/tasmocompiler/6.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..a68b99b287d
--- /dev/null
+++ b/stable/tasmocompiler/6.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmocompiler-6.7.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmocompiler-6.7.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmocompiler-6.7.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmocompiler-6.7.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tasmocompiler-6.7.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tasmocompiler/6.7.4/Chart.yaml b/stable/tasmocompiler/6.7.4/Chart.yaml
new file mode 100644
index 00000000000..687ff5a155b
--- /dev/null
+++ b/stable/tasmocompiler/6.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings
+home: https://truecharts.org/charts/stable/tasmocompiler
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png
+keywords:
+ - tasmocompiler
+ - home-automation
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tasmocompiler
+sources:
+ - https://github.com/benzino77/tasmocompiler
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler
+ - https://hub.docker.com/r/benzino77/tasmocompiler
+type: application
+version: 6.7.4
diff --git a/stable/tasmocompiler/6.7.0/README.md b/stable/tasmocompiler/6.7.4/README.md
similarity index 100%
rename from stable/tasmocompiler/6.7.0/README.md
rename to stable/tasmocompiler/6.7.4/README.md
diff --git a/stable/tasmocompiler/6.7.4/app-changelog.md b/stable/tasmocompiler/6.7.4/app-changelog.md
new file mode 100644
index 00000000000..27ad7de649d
--- /dev/null
+++ b/stable/tasmocompiler/6.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tasmocompiler-6.7.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image benzino77/tasmocompiler to latest[@df411c3](https://github.com/df411c3) by renovate ([#19410](https://github.com/truecharts/charts/issues/19410))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tasmocompiler/6.7.0/app-readme.md b/stable/tasmocompiler/6.7.4/app-readme.md
similarity index 100%
rename from stable/tasmocompiler/6.7.0/app-readme.md
rename to stable/tasmocompiler/6.7.4/app-readme.md
diff --git a/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz b/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tasmocompiler/6.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/tasmocompiler/6.7.4/ix_values.yaml b/stable/tasmocompiler/6.7.4/ix_values.yaml
new file mode 100644
index 00000000000..7e4ebd01591
--- /dev/null
+++ b/stable/tasmocompiler/6.7.4/ix_values.yaml
@@ -0,0 +1,23 @@
+image:
+ repository: benzino77/tasmocompiler
+ tag: latest@sha256:df411c39b0fa608e91a0ec83145749a2c26e1c192d52ac6d191d2a2f69f4a4e5
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 14003
+ protocol: http
+ targetPort: 3000
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/tasmocompiler/6.7.0/questions.yaml b/stable/tasmocompiler/6.7.4/questions.yaml
similarity index 100%
rename from stable/tasmocompiler/6.7.0/questions.yaml
rename to stable/tasmocompiler/6.7.4/questions.yaml
diff --git a/stable/tdarr-node/9.6.0/templates/common.yaml b/stable/tasmocompiler/6.7.4/templates/common.yaml
similarity index 100%
rename from stable/tdarr-node/9.6.0/templates/common.yaml
rename to stable/tasmocompiler/6.7.4/templates/common.yaml
diff --git a/stable/teedy/15.6.0/values.yaml b/stable/tasmocompiler/6.7.4/values.yaml
similarity index 100%
rename from stable/teedy/15.6.0/values.yaml
rename to stable/tasmocompiler/6.7.4/values.yaml
diff --git a/stable/tauticord/4.3.2/CHANGELOG.md b/stable/tauticord/4.3.2/CHANGELOG.md
deleted file mode 100644
index 2f7e4a7996d..00000000000
--- a/stable/tauticord/4.3.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
-
diff --git a/stable/tauticord/4.3.2/Chart.yaml b/stable/tauticord/4.3.2/Chart.yaml
deleted file mode 100644
index e7d6c4ab97c..00000000000
--- a/stable/tauticord/4.3.2/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: discord
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.1.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Discord bot that displays live data from Tautulli.
-home: https://truecharts.org/charts/stable/tauticord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png
-keywords:
- - tauticord
- - tautulli
- - discord
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tauticord
-sources:
- - https://github.com/nwithan8/tauticord
- - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord
- - https://ghcr.io/nwithan8/tauticord
-type: application
-version: 4.3.2
diff --git a/stable/tauticord/4.3.2/app-changelog.md b/stable/tauticord/4.3.2/app-changelog.md
deleted file mode 100644
index f80d08b9992..00000000000
--- a/stable/tauticord/4.3.2/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [tauticord-4.3.2](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.2) (2024-03-19)
-
-### Chore
-
-
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
\ No newline at end of file
diff --git a/stable/tauticord/4.3.2/charts/common-20.2.2.tgz b/stable/tauticord/4.3.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/tauticord/4.3.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/tauticord/4.3.2/ix_values.yaml b/stable/tauticord/4.3.2/ix_values.yaml
deleted file mode 100644
index c13a9b49c1b..00000000000
--- a/stable/tauticord/4.3.2/ix_values.yaml
+++ /dev/null
@@ -1,156 +0,0 @@
-image:
- repository: ghcr.io/nwithan8/tauticord
- pullPolicy: IfNotPresent
- tag: 4.1.2@sha256:0d8b5f1de3436a6ffe7e26ff6cb17f82238c5939e31316d1b088ba3542d7eb35
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-tauticord:
- refresh_seconds: 15
- terminate_message: "Your stream has ended."
- use_24_hour_time: false
- use_friendly_names: false
- allow_analytics: false
- discord:
- bot_token: ""
- server_id: ""
- admin_ids: []
- post_summary_message: true
- channel_name: "Tautulli Status"
- nitro: false
- tautulli:
- key: ""
- url: ""
- plex:
- pass: false
- server_name: "My Plex Server"
- hide:
- usernames: false
- platforms: false
- player_names: false
- quality: false
- bandwidth: false
- transcode: false
- progress: false
- eta: false
- cat_stats:
- name: "Tautulli Stats"
- stream_count_enabled: false
- stream_count_channel_id: 0
- stream_transcode_count_enabled: false
- stream_transcode_count_channel_id: 0
- stream_bandwidth_enabled: false
- stream_bandwidth_channel_id: 0
- stream_local_bandwidth_enabled: false
- stream_local_bandwidth_channel_id: 0
- stream_remote_bandwidth_enabled: false
- stream_remote_bandwidth_channel_id: 0
- stream_plex_status_enabled: false
- stream_plex_status_channel_id: 0
- cat_libraries:
- name: "Plex Library Stats"
- library_stats_enabled: false
- library_names:
- - TV SHows
- - Movies
- - Music
- refresh_seconds: 3600
- use_emojis: true
- tv_series_count_enabled: true
- tv_episode_count_enabled: true
- music_artist_count_enabled: true
- music_track_count_enabled: true
- cat_performance:
- name: "Performance"
- monitor_cpu_enabled: false
- monitor_memory_enabled: false
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- env:
- TC_USE_SELF_SIGNED_CERT: false
- TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}"
- TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}"
- TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}"
- TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}"
- TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}"
- # Discord
- TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}"
- TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}"
- TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}'
- TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}"
- TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}"
- TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}"
- # Tautulli
- TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}"
- TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}"
- # Plex
- TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}"
- TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}"
- # Hide Info
- TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}"
- TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}"
- TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}"
- TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}"
- TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}"
- TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}"
- TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}"
- TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}"
- # Stats Cat
- TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}"
- TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}"
- TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}"
- # Transcode
- TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}"
- TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}"
- # Bandwidth
- TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}"
- TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}"
- # Bandwidth
- TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}"
- TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}"
- # Bandwidth
- TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}"
- TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}"
- # Plex
- TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}"
- TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}"
- # Libraries Cat
- TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}"
- TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}"
- TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}'
- TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}"
- TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}"
- TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}"
- TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}"
- TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}"
- TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}"
- # Performance Cat
- TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}"
- TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}"
- TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}"
-persistence:
- logs:
- enabled: true
- mountPath: "/logs"
-portal:
- open:
- enabled: false
diff --git a/stable/telethon-downloader/5.6.0/.helmignore b/stable/tauticord/4.3.6/.helmignore
similarity index 100%
rename from stable/telethon-downloader/5.6.0/.helmignore
rename to stable/tauticord/4.3.6/.helmignore
diff --git a/stable/tauticord/4.3.6/CHANGELOG.md b/stable/tauticord/4.3.6/CHANGELOG.md
new file mode 100644
index 00000000000..2f0a67db0a1
--- /dev/null
+++ b/stable/tauticord/4.3.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tauticord-4.3.6](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
+
+
+## [tauticord-4.3.5](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
+
+
+## [tauticord-4.3.5](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
+
+
+## [tauticord-4.3.5](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.5) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
+
+
+## [tauticord-4.3.5](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.5) (2024-03-23)
+
+### Chore
diff --git a/stable/tauticord/4.3.6/Chart.yaml b/stable/tauticord/4.3.6/Chart.yaml
new file mode 100644
index 00000000000..809f296941c
--- /dev/null
+++ b/stable/tauticord/4.3.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: discord
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.1.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Discord bot that displays live data from Tautulli.
+home: https://truecharts.org/charts/stable/tauticord
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png
+keywords:
+ - tauticord
+ - tautulli
+ - discord
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tauticord
+sources:
+ - https://github.com/nwithan8/tauticord
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord
+ - https://ghcr.io/nwithan8/tauticord
+type: application
+version: 4.3.6
diff --git a/stable/tauticord/4.3.2/README.md b/stable/tauticord/4.3.6/README.md
similarity index 100%
rename from stable/tauticord/4.3.2/README.md
rename to stable/tauticord/4.3.6/README.md
diff --git a/stable/tauticord/4.3.6/app-changelog.md b/stable/tauticord/4.3.6/app-changelog.md
new file mode 100644
index 00000000000..69bca0e4370
--- /dev/null
+++ b/stable/tauticord/4.3.6/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [tauticord-4.3.6](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.4[@ce2f0a2](https://github.com/ce2f0a2) by renovate ([#19526](https://github.com/truecharts/charts/issues/19526))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.3[@4d9bbcd](https://github.com/4d9bbcd) by renovate ([#19505](https://github.com/truecharts/charts/issues/19505))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.2[@0d8b5f1](https://github.com/0d8b5f1) by renovate ([#19452](https://github.com/truecharts/charts/issues/19452))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/nwithan8/tauticord to v4.1.1[@485f6ca](https://github.com/485f6ca) by renovate ([#19342](https://github.com/truecharts/charts/issues/19342))
\ No newline at end of file
diff --git a/stable/tauticord/4.3.2/app-readme.md b/stable/tauticord/4.3.6/app-readme.md
similarity index 100%
rename from stable/tauticord/4.3.2/app-readme.md
rename to stable/tauticord/4.3.6/app-readme.md
diff --git a/stable/tauticord/4.3.6/charts/common-20.2.4.tgz b/stable/tauticord/4.3.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tauticord/4.3.6/charts/common-20.2.4.tgz differ
diff --git a/stable/tauticord/4.3.6/ix_values.yaml b/stable/tauticord/4.3.6/ix_values.yaml
new file mode 100644
index 00000000000..75bd8d6e394
--- /dev/null
+++ b/stable/tauticord/4.3.6/ix_values.yaml
@@ -0,0 +1,156 @@
+image:
+ repository: ghcr.io/nwithan8/tauticord
+ pullPolicy: IfNotPresent
+ tag: 4.1.4@sha256:ce2f0a27ebaf1099829803ad457ed4f94af39aa73cef7c426b7393e17688c626
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+tauticord:
+ refresh_seconds: 15
+ terminate_message: "Your stream has ended."
+ use_24_hour_time: false
+ use_friendly_names: false
+ allow_analytics: false
+ discord:
+ bot_token: ""
+ server_id: ""
+ admin_ids: []
+ post_summary_message: true
+ channel_name: "Tautulli Status"
+ nitro: false
+ tautulli:
+ key: ""
+ url: ""
+ plex:
+ pass: false
+ server_name: "My Plex Server"
+ hide:
+ usernames: false
+ platforms: false
+ player_names: false
+ quality: false
+ bandwidth: false
+ transcode: false
+ progress: false
+ eta: false
+ cat_stats:
+ name: "Tautulli Stats"
+ stream_count_enabled: false
+ stream_count_channel_id: 0
+ stream_transcode_count_enabled: false
+ stream_transcode_count_channel_id: 0
+ stream_bandwidth_enabled: false
+ stream_bandwidth_channel_id: 0
+ stream_local_bandwidth_enabled: false
+ stream_local_bandwidth_channel_id: 0
+ stream_remote_bandwidth_enabled: false
+ stream_remote_bandwidth_channel_id: 0
+ stream_plex_status_enabled: false
+ stream_plex_status_channel_id: 0
+ cat_libraries:
+ name: "Plex Library Stats"
+ library_stats_enabled: false
+ library_names:
+ - TV SHows
+ - Movies
+ - Music
+ refresh_seconds: 3600
+ use_emojis: true
+ tv_series_count_enabled: true
+ tv_episode_count_enabled: true
+ music_artist_count_enabled: true
+ music_track_count_enabled: true
+ cat_performance:
+ name: "Performance"
+ monitor_cpu_enabled: false
+ monitor_memory_enabled: false
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ env:
+ TC_USE_SELF_SIGNED_CERT: false
+ TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}"
+ TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}"
+ TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}"
+ TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}"
+ TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}"
+ # Discord
+ TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}"
+ TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}"
+ TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}'
+ TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}"
+ TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}"
+ TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}"
+ # Tautulli
+ TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}"
+ TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}"
+ # Plex
+ TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}"
+ TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}"
+ # Hide Info
+ TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}"
+ TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}"
+ TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}"
+ TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}"
+ TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}"
+ TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}"
+ TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}"
+ TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}"
+ # Stats Cat
+ TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}"
+ TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}"
+ TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}"
+ # Transcode
+ TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}"
+ TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}"
+ # Bandwidth
+ TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}"
+ TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}"
+ # Bandwidth
+ TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}"
+ TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}"
+ # Bandwidth
+ TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}"
+ TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}"
+ # Plex
+ TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}"
+ TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}"
+ # Libraries Cat
+ TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}"
+ TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}"
+ TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}'
+ TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}"
+ TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}"
+ TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}"
+ TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}"
+ TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}"
+ TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}"
+ # Performance Cat
+ TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}"
+ TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}"
+ TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}"
+persistence:
+ logs:
+ enabled: true
+ mountPath: "/logs"
+portal:
+ open:
+ enabled: false
diff --git a/stable/tauticord/4.3.2/questions.yaml b/stable/tauticord/4.3.6/questions.yaml
similarity index 100%
rename from stable/tauticord/4.3.2/questions.yaml
rename to stable/tauticord/4.3.6/questions.yaml
diff --git a/stable/teedy/15.6.0/templates/NOTES.txt b/stable/tauticord/4.3.6/templates/NOTES.txt
similarity index 100%
rename from stable/teedy/15.6.0/templates/NOTES.txt
rename to stable/tauticord/4.3.6/templates/NOTES.txt
diff --git a/stable/tdarr/9.6.0/templates/common.yaml b/stable/tauticord/4.3.6/templates/common.yaml
similarity index 100%
rename from stable/tdarr/9.6.0/templates/common.yaml
rename to stable/tauticord/4.3.6/templates/common.yaml
diff --git a/stable/telethon-downloader/5.6.0/values.yaml b/stable/tauticord/4.3.6/values.yaml
similarity index 100%
rename from stable/telethon-downloader/5.6.0/values.yaml
rename to stable/tauticord/4.3.6/values.yaml
diff --git a/stable/tautulli/18.6.1/CHANGELOG.md b/stable/tautulli/18.6.1/CHANGELOG.md
deleted file mode 100644
index 08883b86fec..00000000000
--- a/stable/tautulli/18.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
-
-
-## [tautulli-18.6.0](https://github.com/truecharts/charts/compare/tautulli-18.5.2...tautulli-18.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/tautulli/18.6.1/Chart.yaml b/stable/tautulli/18.6.1/Chart.yaml
deleted file mode 100644
index 59aa3ef4970..00000000000
--- a/stable/tautulli/18.6.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.13.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Python based monitoring and tracking tool for Plex Media Server
-home: https://truecharts.org/charts/stable/tautulli
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png
-keywords:
- - tautulli
- - plex
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tautulli
-sources:
- - https://github.com/Tautulli/Tautulli
- - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli
- - https://ghcr.io/onedr0p/tautulli
-type: application
-version: 18.6.1
diff --git a/stable/tautulli/18.6.1/app-changelog.md b/stable/tautulli/18.6.1/app-changelog.md
deleted file mode 100644
index a4099ba5dbe..00000000000
--- a/stable/tautulli/18.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tautulli-18.6.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
\ No newline at end of file
diff --git a/stable/tautulli/18.6.1/charts/common-20.1.5.tgz b/stable/tautulli/18.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tautulli/18.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/terraria-tshock/6.6.0/.helmignore b/stable/tautulli/18.7.3/.helmignore
similarity index 100%
rename from stable/terraria-tshock/6.6.0/.helmignore
rename to stable/tautulli/18.7.3/.helmignore
diff --git a/stable/tautulli/18.7.3/CHANGELOG.md b/stable/tautulli/18.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..484d182699a
--- /dev/null
+++ b/stable/tautulli/18.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
+
+
+## [tautulli-18.7.2](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
+
+
+## [tautulli-18.7.2](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
+
+
+## [tautulli-18.7.2](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
+
+
+## [tautulli-18.7.2](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
+
+
+## [tautulli-18.7.2](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
\ No newline at end of file
diff --git a/stable/tautulli/18.7.3/Chart.yaml b/stable/tautulli/18.7.3/Chart.yaml
new file mode 100644
index 00000000000..9559deafd50
--- /dev/null
+++ b/stable/tautulli/18.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.13.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Python based monitoring and tracking tool for Plex Media Server
+home: https://truecharts.org/charts/stable/tautulli
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png
+keywords:
+ - tautulli
+ - plex
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tautulli
+sources:
+ - https://github.com/Tautulli/Tautulli
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli
+ - https://ghcr.io/onedr0p/tautulli
+type: application
+version: 18.7.3
diff --git a/stable/tautulli/18.6.1/README.md b/stable/tautulli/18.7.3/README.md
similarity index 100%
rename from stable/tautulli/18.6.1/README.md
rename to stable/tautulli/18.7.3/README.md
diff --git a/stable/tautulli/18.7.3/app-changelog.md b/stable/tautulli/18.7.3/app-changelog.md
new file mode 100644
index 00000000000..72a160f37a9
--- /dev/null
+++ b/stable/tautulli/18.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tautulli-18.7.3](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@b3000c0](https://github.com/b3000c0) by renovate ([#19261](https://github.com/truecharts/charts/issues/19261))
\ No newline at end of file
diff --git a/stable/tautulli/18.6.1/app-readme.md b/stable/tautulli/18.7.3/app-readme.md
similarity index 100%
rename from stable/tautulli/18.6.1/app-readme.md
rename to stable/tautulli/18.7.3/app-readme.md
diff --git a/stable/tautulli/18.7.3/charts/common-20.2.4.tgz b/stable/tautulli/18.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tautulli/18.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tautulli/18.6.1/ix_values.yaml b/stable/tautulli/18.7.3/ix_values.yaml
similarity index 100%
rename from stable/tautulli/18.6.1/ix_values.yaml
rename to stable/tautulli/18.7.3/ix_values.yaml
diff --git a/stable/tautulli/18.6.1/questions.yaml b/stable/tautulli/18.7.3/questions.yaml
similarity index 100%
rename from stable/tautulli/18.6.1/questions.yaml
rename to stable/tautulli/18.7.3/questions.yaml
diff --git a/stable/thelounge/13.6.0/templates/NOTES.txt b/stable/tautulli/18.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/thelounge/13.6.0/templates/NOTES.txt
rename to stable/tautulli/18.7.3/templates/NOTES.txt
diff --git a/stable/teamspeak3/10.6.1/templates/common.yaml b/stable/tautulli/18.7.3/templates/common.yaml
similarity index 100%
rename from stable/teamspeak3/10.6.1/templates/common.yaml
rename to stable/tautulli/18.7.3/templates/common.yaml
diff --git a/stable/terraria-tshock/6.6.0/values.yaml b/stable/tautulli/18.7.3/values.yaml
similarity index 100%
rename from stable/terraria-tshock/6.6.0/values.yaml
rename to stable/tautulli/18.7.3/values.yaml
diff --git a/stable/tdarr-node/9.6.0/CHANGELOG.md b/stable/tdarr-node/9.6.0/CHANGELOG.md
deleted file mode 100644
index 1551309972c..00000000000
--- a/stable/tdarr-node/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tdarr-node-9.6.0](https://github.com/truecharts/charts/compare/tdarr-node-9.5.2...tdarr-node-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tdarr-node-9.5.2](https://github.com/truecharts/charts/compare/tdarr-node-9.5.1...tdarr-node-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tdarr-node-9.5.1](https://github.com/truecharts/charts/compare/tdarr-node-9.5.0...tdarr-node-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tdarr-node-9.5.0](https://github.com/truecharts/charts/compare/tdarr-node-9.4.1...tdarr-node-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tdarr-node-9.4.1](https://github.com/truecharts/charts/compare/tdarr-node-9.4.0...tdarr-node-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tdarr-node-9.4.0](https://github.com/truecharts/charts/compare/tdarr-node-9.3.0...tdarr-node-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tdarr-node-9.3.0](https://github.com/truecharts/charts/compare/tdarr-node-9.2.3...tdarr-node-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tdarr-node-9.2.3](https://github.com/truecharts/charts/compare/tdarr-node-9.2.2...tdarr-node-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tdarr-node-9.2.2](https://github.com/truecharts/charts/compare/tdarr-node-9.2.0...tdarr-node-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tdarr-node/9.6.0/Chart.yaml b/stable/tdarr-node/9.6.0/Chart.yaml
deleted file mode 100644
index 09ff7db2ca5..00000000000
--- a/stable/tdarr-node/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.17.01
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Audio/Video library transcoding automation
-home: https://truecharts.org/charts/stable/tdarr-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png
-keywords:
- - encode
- - media
- - tdarr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tdarr-node
-sources:
- - https://github.com/HaveAGitGat/Tdarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node
- - https://hub.docker.com/r/haveagitgat/tdarr_node
-type: application
-version: 9.6.0
diff --git a/stable/tdarr-node/9.6.0/charts/common-20.1.5.tgz b/stable/tdarr-node/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tdarr-node/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/theforest/5.6.0/.helmignore b/stable/tdarr-node/9.7.3/.helmignore
similarity index 100%
rename from stable/theforest/5.6.0/.helmignore
rename to stable/tdarr-node/9.7.3/.helmignore
diff --git a/stable/tdarr-node/9.7.3/CHANGELOG.md b/stable/tdarr-node/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4a3c2f9d692
--- /dev/null
+++ b/stable/tdarr-node/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-node-9.7.2](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tdarr-node/9.7.3/Chart.yaml b/stable/tdarr-node/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..d5aceb2b0c1
--- /dev/null
+++ b/stable/tdarr-node/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.17.01
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Audio/Video library transcoding automation
+home: https://truecharts.org/charts/stable/tdarr-node
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png
+keywords:
+ - encode
+ - media
+ - tdarr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tdarr-node
+sources:
+ - https://github.com/HaveAGitGat/Tdarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node
+ - https://hub.docker.com/r/haveagitgat/tdarr_node
+type: application
+version: 9.7.3
diff --git a/stable/tdarr-node/9.6.0/README.md b/stable/tdarr-node/9.7.3/README.md
similarity index 100%
rename from stable/tdarr-node/9.6.0/README.md
rename to stable/tdarr-node/9.7.3/README.md
diff --git a/stable/tdarr-node/9.7.3/app-changelog.md b/stable/tdarr-node/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..bd715450e9e
--- /dev/null
+++ b/stable/tdarr-node/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tdarr-node-9.7.3](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tdarr-node/9.6.0/app-readme.md b/stable/tdarr-node/9.7.3/app-readme.md
similarity index 100%
rename from stable/tdarr-node/9.6.0/app-readme.md
rename to stable/tdarr-node/9.7.3/app-readme.md
diff --git a/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz b/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tdarr-node/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tdarr-node/9.6.0/ix_values.yaml b/stable/tdarr-node/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/tdarr-node/9.6.0/ix_values.yaml
rename to stable/tdarr-node/9.7.3/ix_values.yaml
diff --git a/stable/tdarr-node/9.6.0/questions.yaml b/stable/tdarr-node/9.7.3/questions.yaml
similarity index 100%
rename from stable/tdarr-node/9.6.0/questions.yaml
rename to stable/tdarr-node/9.7.3/questions.yaml
diff --git a/stable/theme-park/9.7.0/templates/NOTES.txt b/stable/tdarr-node/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/theme-park/9.7.0/templates/NOTES.txt
rename to stable/tdarr-node/9.7.3/templates/NOTES.txt
diff --git a/stable/teedy/15.6.0/templates/common.yaml b/stable/tdarr-node/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/teedy/15.6.0/templates/common.yaml
rename to stable/tdarr-node/9.7.3/templates/common.yaml
diff --git a/stable/theforest/5.6.0/values.yaml b/stable/tdarr-node/9.7.3/values.yaml
similarity index 100%
rename from stable/theforest/5.6.0/values.yaml
rename to stable/tdarr-node/9.7.3/values.yaml
diff --git a/stable/tdarr/9.6.0/CHANGELOG.md b/stable/tdarr/9.6.0/CHANGELOG.md
deleted file mode 100644
index 75c5570a10f..00000000000
--- a/stable/tdarr/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tdarr-9.6.0](https://github.com/truecharts/charts/compare/tdarr-9.5.2...tdarr-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tdarr-9.5.2](https://github.com/truecharts/charts/compare/tdarr-9.5.1...tdarr-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tdarr-9.5.1](https://github.com/truecharts/charts/compare/tdarr-9.5.0...tdarr-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tdarr-9.5.0](https://github.com/truecharts/charts/compare/tdarr-9.4.1...tdarr-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tdarr-9.4.1](https://github.com/truecharts/charts/compare/tdarr-9.4.0...tdarr-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tdarr-9.4.0](https://github.com/truecharts/charts/compare/tdarr-9.3.0...tdarr-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tdarr-9.3.0](https://github.com/truecharts/charts/compare/tdarr-9.2.3...tdarr-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tdarr-9.2.3](https://github.com/truecharts/charts/compare/tdarr-9.2.2...tdarr-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tdarr-9.2.2](https://github.com/truecharts/charts/compare/tdarr-9.2.0...tdarr-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tdarr/9.6.0/Chart.yaml b/stable/tdarr/9.6.0/Chart.yaml
deleted file mode 100644
index 8f45ead60a5..00000000000
--- a/stable/tdarr/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.17.01
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Audio/Video library transcoding automation
-home: https://truecharts.org/charts/stable/tdarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png
-keywords:
- - encode
- - media
- - tdarr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tdarr
-sources:
- - https://github.com/HaveAGitGat/Tdarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr
- - https://hub.docker.com/r/haveagitgat/tdarr
-type: application
-version: 9.6.0
diff --git a/stable/tdarr/9.6.0/charts/common-20.1.5.tgz b/stable/tdarr/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tdarr/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/thelounge/13.6.0/.helmignore b/stable/tdarr/9.7.3/.helmignore
similarity index 100%
rename from stable/thelounge/13.6.0/.helmignore
rename to stable/tdarr/9.7.3/.helmignore
diff --git a/stable/tdarr/9.7.3/CHANGELOG.md b/stable/tdarr/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6a40db6ff39
--- /dev/null
+++ b/stable/tdarr/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tdarr-9.7.2](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tdarr/9.7.3/Chart.yaml b/stable/tdarr/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..a5aef5f193c
--- /dev/null
+++ b/stable/tdarr/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.17.01
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Audio/Video library transcoding automation
+home: https://truecharts.org/charts/stable/tdarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png
+keywords:
+ - encode
+ - media
+ - tdarr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tdarr
+sources:
+ - https://github.com/HaveAGitGat/Tdarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr
+ - https://hub.docker.com/r/haveagitgat/tdarr
+type: application
+version: 9.7.3
diff --git a/stable/tdarr/9.6.0/README.md b/stable/tdarr/9.7.3/README.md
similarity index 100%
rename from stable/tdarr/9.6.0/README.md
rename to stable/tdarr/9.7.3/README.md
diff --git a/stable/tdarr/9.7.3/app-changelog.md b/stable/tdarr/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..a69ada9d584
--- /dev/null
+++ b/stable/tdarr/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tdarr-9.7.3](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tdarr/9.6.0/app-readme.md b/stable/tdarr/9.7.3/app-readme.md
similarity index 100%
rename from stable/tdarr/9.6.0/app-readme.md
rename to stable/tdarr/9.7.3/app-readme.md
diff --git a/stable/tdarr/9.7.3/charts/common-20.2.4.tgz b/stable/tdarr/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tdarr/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tdarr/9.6.0/ix_values.yaml b/stable/tdarr/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/tdarr/9.6.0/ix_values.yaml
rename to stable/tdarr/9.7.3/ix_values.yaml
diff --git a/stable/tdarr/9.6.0/questions.yaml b/stable/tdarr/9.7.3/questions.yaml
similarity index 100%
rename from stable/tdarr/9.6.0/questions.yaml
rename to stable/tdarr/9.7.3/questions.yaml
diff --git a/stable/tinymediamanager/10.6.0/templates/NOTES.txt b/stable/tdarr/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tinymediamanager/10.6.0/templates/NOTES.txt
rename to stable/tdarr/9.7.3/templates/NOTES.txt
diff --git a/stable/thelounge/13.6.0/templates/common.yaml b/stable/tdarr/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/thelounge/13.6.0/templates/common.yaml
rename to stable/tdarr/9.7.3/templates/common.yaml
diff --git a/stable/thelounge/13.6.0/values.yaml b/stable/tdarr/9.7.3/values.yaml
similarity index 100%
rename from stable/thelounge/13.6.0/values.yaml
rename to stable/tdarr/9.7.3/values.yaml
diff --git a/stable/teamspeak3/10.6.1/CHANGELOG.md b/stable/teamspeak3/10.6.1/CHANGELOG.md
deleted file mode 100644
index 65abcc1f19f..00000000000
--- a/stable/teamspeak3/10.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
-
-
-## [teamspeak3-10.6.0](https://github.com/truecharts/charts/compare/teamspeak3-10.5.2...teamspeak3-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/teamspeak3/10.6.1/Chart.yaml b/stable/teamspeak3/10.6.1/Chart.yaml
deleted file mode 100644
index f83301b0a76..00000000000
--- a/stable/teamspeak3/10.6.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: voice
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.13.7
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TeamSpeak is software for quality voice communication via the Internet.
-home: https://truecharts.org/charts/stable/teamspeak3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png
-keywords:
- - voice server
- - teamspeak
- - teamspeak3
- - teamspeak server
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: teamspeak3
-sources:
- - https://www.teamspeak.com/en/
- - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3
- - https://hub.docker.com/_/teamspeak
-type: application
-version: 10.6.1
diff --git a/stable/teamspeak3/10.6.1/app-changelog.md b/stable/teamspeak3/10.6.1/app-changelog.md
deleted file mode 100644
index af989d50b03..00000000000
--- a/stable/teamspeak3/10.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [teamspeak3-10.6.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
\ No newline at end of file
diff --git a/stable/teamspeak3/10.6.1/charts/common-20.1.5.tgz b/stable/teamspeak3/10.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/teamspeak3/10.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/theme-park/9.7.0/.helmignore b/stable/teamspeak3/10.7.3/.helmignore
similarity index 100%
rename from stable/theme-park/9.7.0/.helmignore
rename to stable/teamspeak3/10.7.3/.helmignore
diff --git a/stable/teamspeak3/10.7.3/CHANGELOG.md b/stable/teamspeak3/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..4d12cd70c91
--- /dev/null
+++ b/stable/teamspeak3/10.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
+
+
+## [teamspeak3-10.7.2](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
+
+
+## [teamspeak3-10.7.2](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
+
+
+## [teamspeak3-10.7.2](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
+
+
+## [teamspeak3-10.7.2](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
+
+
+## [teamspeak3-10.7.2](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
\ No newline at end of file
diff --git a/stable/teamspeak3/10.7.3/Chart.yaml b/stable/teamspeak3/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..1b805e9e2e2
--- /dev/null
+++ b/stable/teamspeak3/10.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: voice
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.13.7
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TeamSpeak is software for quality voice communication via the Internet.
+home: https://truecharts.org/charts/stable/teamspeak3
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png
+keywords:
+ - voice server
+ - teamspeak
+ - teamspeak3
+ - teamspeak server
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: teamspeak3
+sources:
+ - https://www.teamspeak.com/en/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3
+ - https://hub.docker.com/_/teamspeak
+type: application
+version: 10.7.3
diff --git a/stable/teamspeak3/10.6.1/README.md b/stable/teamspeak3/10.7.3/README.md
similarity index 100%
rename from stable/teamspeak3/10.6.1/README.md
rename to stable/teamspeak3/10.7.3/README.md
diff --git a/stable/teamspeak3/10.7.3/app-changelog.md b/stable/teamspeak3/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..9d9d7b3982c
--- /dev/null
+++ b/stable/teamspeak3/10.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [teamspeak3-10.7.3](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image teamspeak to 3.13.7[@b5bdec5](https://github.com/b5bdec5) by renovate ([#19291](https://github.com/truecharts/charts/issues/19291))
\ No newline at end of file
diff --git a/stable/teamspeak3/10.6.1/app-readme.md b/stable/teamspeak3/10.7.3/app-readme.md
similarity index 100%
rename from stable/teamspeak3/10.6.1/app-readme.md
rename to stable/teamspeak3/10.7.3/app-readme.md
diff --git a/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz b/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/teamspeak3/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/teamspeak3/10.6.1/ix_values.yaml b/stable/teamspeak3/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/teamspeak3/10.6.1/ix_values.yaml
rename to stable/teamspeak3/10.7.3/ix_values.yaml
diff --git a/stable/teamspeak3/10.6.1/questions.yaml b/stable/teamspeak3/10.7.3/questions.yaml
similarity index 100%
rename from stable/teamspeak3/10.6.1/questions.yaml
rename to stable/teamspeak3/10.7.3/questions.yaml
diff --git a/stable/theme-park/9.7.0/templates/common.yaml b/stable/teamspeak3/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/theme-park/9.7.0/templates/common.yaml
rename to stable/teamspeak3/10.7.3/templates/common.yaml
diff --git a/stable/theme-park/9.7.0/values.yaml b/stable/teamspeak3/10.7.3/values.yaml
similarity index 100%
rename from stable/theme-park/9.7.0/values.yaml
rename to stable/teamspeak3/10.7.3/values.yaml
diff --git a/stable/teedy-docs/5.6.0/CHANGELOG.md b/stable/teedy-docs/5.6.0/CHANGELOG.md
deleted file mode 100644
index 842c81730cf..00000000000
--- a/stable/teedy-docs/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [teedy-docs-5.6.0](https://github.com/truecharts/charts/compare/teedy-docs-5.5.2...teedy-docs-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [teedy-docs-5.5.2](https://github.com/truecharts/charts/compare/teedy-docs-5.5.1...teedy-docs-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [teedy-docs-5.5.1](https://github.com/truecharts/charts/compare/teedy-docs-5.5.0...teedy-docs-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [teedy-docs-5.5.0](https://github.com/truecharts/charts/compare/teedy-docs-5.4.1...teedy-docs-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [teedy-docs-5.4.1](https://github.com/truecharts/charts/compare/teedy-docs-5.4.0...teedy-docs-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [teedy-docs-5.4.0](https://github.com/truecharts/charts/compare/teedy-docs-5.3.0...teedy-docs-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [teedy-docs-5.3.0](https://github.com/truecharts/charts/compare/teedy-docs-5.2.4...teedy-docs-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [teedy-docs-5.2.4](https://github.com/truecharts/charts/compare/teedy-docs-5.2.3...teedy-docs-5.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [teedy-docs-5.2.3](https://github.com/truecharts/charts/compare/teedy-docs-5.2.1...teedy-docs-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/teedy-docs/5.6.0/Chart.yaml b/stable/teedy-docs/5.6.0/Chart.yaml
deleted file mode 100644
index c23dd67dab9..00000000000
--- a/stable/teedy-docs/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses.
-home: https://truecharts.org/charts/stable/teedy-docs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png
-keywords:
- - teedy-docs
- - Cloud
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: teedy-docs
-sources:
- - https://github.com/sismics/docs
- - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs
- - https://hub.docker.com/r/sismics/docs
-type: application
-version: 5.6.0
diff --git a/stable/teedy-docs/5.6.0/charts/common-20.1.5.tgz b/stable/teedy-docs/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/teedy-docs/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/thunderbird/5.7.0/.helmignore b/stable/teedy-docs/5.7.3/.helmignore
similarity index 100%
rename from stable/thunderbird/5.7.0/.helmignore
rename to stable/teedy-docs/5.7.3/.helmignore
diff --git a/stable/teedy-docs/5.7.3/CHANGELOG.md b/stable/teedy-docs/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dd4946d8879
--- /dev/null
+++ b/stable/teedy-docs/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-docs-5.7.2](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/teedy-docs/5.7.3/Chart.yaml b/stable/teedy-docs/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..cb67390d42b
--- /dev/null
+++ b/stable/teedy-docs/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses.
+home: https://truecharts.org/charts/stable/teedy-docs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png
+keywords:
+ - teedy-docs
+ - Cloud
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: teedy-docs
+sources:
+ - https://github.com/sismics/docs
+ - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs
+ - https://hub.docker.com/r/sismics/docs
+type: application
+version: 5.7.3
diff --git a/stable/teedy-docs/5.6.0/README.md b/stable/teedy-docs/5.7.3/README.md
similarity index 100%
rename from stable/teedy-docs/5.6.0/README.md
rename to stable/teedy-docs/5.7.3/README.md
diff --git a/stable/teedy-docs/5.7.3/app-changelog.md b/stable/teedy-docs/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..3e18ff44f7c
--- /dev/null
+++ b/stable/teedy-docs/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [teedy-docs-5.7.3](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/teedy-docs/5.6.0/app-readme.md b/stable/teedy-docs/5.7.3/app-readme.md
similarity index 100%
rename from stable/teedy-docs/5.6.0/app-readme.md
rename to stable/teedy-docs/5.7.3/app-readme.md
diff --git a/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz b/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/teedy-docs/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/teedy-docs/5.6.0/ix_values.yaml b/stable/teedy-docs/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/teedy-docs/5.6.0/ix_values.yaml
rename to stable/teedy-docs/5.7.3/ix_values.yaml
diff --git a/stable/teedy-docs/5.6.0/questions.yaml b/stable/teedy-docs/5.7.3/questions.yaml
similarity index 100%
rename from stable/teedy-docs/5.6.0/questions.yaml
rename to stable/teedy-docs/5.7.3/questions.yaml
diff --git a/stable/thunderbird/5.7.0/templates/common.yaml b/stable/teedy-docs/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/thunderbird/5.7.0/templates/common.yaml
rename to stable/teedy-docs/5.7.3/templates/common.yaml
diff --git a/stable/thunderbird/5.7.0/values.yaml b/stable/teedy-docs/5.7.3/values.yaml
similarity index 100%
rename from stable/thunderbird/5.7.0/values.yaml
rename to stable/teedy-docs/5.7.3/values.yaml
diff --git a/stable/teedy/15.6.0/CHANGELOG.md b/stable/teedy/15.6.0/CHANGELOG.md
deleted file mode 100644
index 717300eade4..00000000000
--- a/stable/teedy/15.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [teedy-15.6.0](https://github.com/truecharts/charts/compare/teedy-15.5.2...teedy-15.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [teedy-15.5.2](https://github.com/truecharts/charts/compare/teedy-15.5.1...teedy-15.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [teedy-15.5.1](https://github.com/truecharts/charts/compare/teedy-15.5.0...teedy-15.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [teedy-15.5.0](https://github.com/truecharts/charts/compare/teedy-15.4.1...teedy-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [teedy-15.4.1](https://github.com/truecharts/charts/compare/teedy-15.4.0...teedy-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [teedy-15.4.0](https://github.com/truecharts/charts/compare/teedy-15.3.0...teedy-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [teedy-15.3.0](https://github.com/truecharts/charts/compare/teedy-15.2.3...teedy-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [teedy-15.2.3](https://github.com/truecharts/charts/compare/teedy-15.2.2...teedy-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [teedy-15.2.2](https://github.com/truecharts/charts/compare/teedy-15.2.0...teedy-15.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/teedy/15.6.0/Chart.yaml b/stable/teedy/15.6.0/Chart.yaml
deleted file mode 100644
index cec5e87b6c9..00000000000
--- a/stable/teedy/15.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.11.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Teedy is an open source, lightweight document management system for individuals and businesses.
-home: https://truecharts.org/charts/stable/teedy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png
-keywords:
- - teedy
- - documents
- - management
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: teedy
-sources:
- - https://github.com/sismics/docs
- - https://github.com/truecharts/charts/tree/master/charts/stable/teedy
- - https://hub.docker.com/r/sismics/docs
-type: application
-version: 15.6.0
diff --git a/stable/teedy/15.6.0/charts/common-20.1.5.tgz b/stable/teedy/15.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/teedy/15.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/teedy/15.6.0/questions.yaml b/stable/teedy/15.6.0/questions.yaml
deleted file mode 100755
index b1f7c050e80..00000000000
--- a/stable/teedy/15.6.0/questions.yaml
+++ /dev/null
@@ -1,3202 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: DOCS_ADMIN_EMAIL_INIT
- label: "DOCS_ADMIN_EMAIL_INIT"
- description: "Sets the DOCS_ADMIN_EMAIL_INIT env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_ADMIN_PASSWORD_INIT
- label: "DOCS_ADMIN_PASSWORD_INIT"
- description: "Sets the DOCS_ADMIN_PASSWORD_INIT env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_SMTP_USERNAME
- label: "DOCS_SMTP_USERNAME"
- description: "Sets the DOCS_SMTP_USERNAME env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_SMTP_PASSWORD
- label: "DOCS_SMTP_PASSWORD"
- description: "Sets the DOCS_SMTP_PASSWORD env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_DEFAULT_LANGUAGE
- label: "DOCS_DEFAULT_LANGUAGE"
- description: "Sets the DOCS_DEFAULT_LANGUAGE env var"
- schema:
- type: string
- default: "eng"
- - variable: DOCS_BASE_URL
- label: "DOCS_BASE_URL"
- description: "Sets the DOCS_BASE_URL env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_SMTP_HOSTNAME
- label: "DOCS_SMTP_HOSTNAME"
- description: "Sets the DOCS_SMTP_HOSTNAME env var"
- schema:
- type: string
- default: ""
- - variable: DOCS_SMTP_PORT
- label: "DOCS_SMTP_PORT"
- description: "Sets the DOCS_SMTP_PORT env var"
- schema:
- type: int
- default: 0
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10100
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/timetagger/6.4.0/.helmignore b/stable/teedy/15.7.3/.helmignore
similarity index 100%
rename from stable/timetagger/6.4.0/.helmignore
rename to stable/teedy/15.7.3/.helmignore
diff --git a/stable/teedy/15.7.3/CHANGELOG.md b/stable/teedy/15.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6a82fb78833
--- /dev/null
+++ b/stable/teedy/15.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [teedy-15.7.2](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/teedy/15.7.3/Chart.yaml b/stable/teedy/15.7.3/Chart.yaml
new file mode 100644
index 00000000000..56704e060ef
--- /dev/null
+++ b/stable/teedy/15.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.11.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Teedy is an open source, lightweight document management system for individuals and businesses.
+home: https://truecharts.org/charts/stable/teedy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png
+keywords:
+ - teedy
+ - documents
+ - management
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: teedy
+sources:
+ - https://github.com/sismics/docs
+ - https://github.com/truecharts/charts/tree/master/charts/stable/teedy
+ - https://hub.docker.com/r/sismics/docs
+type: application
+version: 15.7.3
diff --git a/stable/teedy/15.6.0/README.md b/stable/teedy/15.7.3/README.md
similarity index 100%
rename from stable/teedy/15.6.0/README.md
rename to stable/teedy/15.7.3/README.md
diff --git a/stable/teedy/15.7.3/app-changelog.md b/stable/teedy/15.7.3/app-changelog.md
new file mode 100644
index 00000000000..c01461ca3c0
--- /dev/null
+++ b/stable/teedy/15.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [teedy-15.7.3](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/teedy/15.6.0/app-readme.md b/stable/teedy/15.7.3/app-readme.md
similarity index 100%
rename from stable/teedy/15.6.0/app-readme.md
rename to stable/teedy/15.7.3/app-readme.md
diff --git a/stable/teedy/15.7.3/charts/common-20.2.4.tgz b/stable/teedy/15.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/teedy/15.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/teedy/15.6.0/ix_values.yaml b/stable/teedy/15.7.3/ix_values.yaml
similarity index 100%
rename from stable/teedy/15.6.0/ix_values.yaml
rename to stable/teedy/15.7.3/ix_values.yaml
diff --git a/stable/teedy/15.7.3/questions.yaml b/stable/teedy/15.7.3/questions.yaml
new file mode 100755
index 00000000000..5b3be87cae3
--- /dev/null
+++ b/stable/teedy/15.7.3/questions.yaml
@@ -0,0 +1,3204 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: DOCS_ADMIN_EMAIL_INIT
+ label: "DOCS_ADMIN_EMAIL_INIT"
+ description: "Sets the DOCS_ADMIN_EMAIL_INIT env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_ADMIN_PASSWORD_INIT
+ label: "DOCS_ADMIN_PASSWORD_INIT"
+ description: "Sets the DOCS_ADMIN_PASSWORD_INIT env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_SMTP_USERNAME
+ label: "DOCS_SMTP_USERNAME"
+ description: "Sets the DOCS_SMTP_USERNAME env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_SMTP_PASSWORD
+ label: "DOCS_SMTP_PASSWORD"
+ description: "Sets the DOCS_SMTP_PASSWORD env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_DEFAULT_LANGUAGE
+ label: "DOCS_DEFAULT_LANGUAGE"
+ description: "Sets the DOCS_DEFAULT_LANGUAGE env var"
+ schema:
+ type: string
+ default: "eng"
+ - variable: DOCS_BASE_URL
+ label: "DOCS_BASE_URL"
+ description: "Sets the DOCS_BASE_URL env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_SMTP_HOSTNAME
+ label: "DOCS_SMTP_HOSTNAME"
+ description: "Sets the DOCS_SMTP_HOSTNAME env var"
+ schema:
+ type: string
+ default: ""
+ - variable: DOCS_SMTP_PORT
+ label: "DOCS_SMTP_PORT"
+ description: "Sets the DOCS_SMTP_PORT env var"
+ schema:
+ type: int
+ default: 0
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10100
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/traccar/15.6.0/templates/NOTES.txt b/stable/teedy/15.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/traccar/15.6.0/templates/NOTES.txt
rename to stable/teedy/15.7.3/templates/NOTES.txt
diff --git a/stable/timetagger/6.4.0/templates/common.yaml b/stable/teedy/15.7.3/templates/common.yaml
similarity index 100%
rename from stable/timetagger/6.4.0/templates/common.yaml
rename to stable/teedy/15.7.3/templates/common.yaml
diff --git a/stable/timetagger/6.4.0/values.yaml b/stable/teedy/15.7.3/values.yaml
similarity index 100%
rename from stable/timetagger/6.4.0/values.yaml
rename to stable/teedy/15.7.3/values.yaml
diff --git a/stable/telethon-downloader/5.6.0/CHANGELOG.md b/stable/telethon-downloader/5.6.0/CHANGELOG.md
deleted file mode 100644
index 21e588996f3..00000000000
--- a/stable/telethon-downloader/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [telethon-downloader-5.6.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.5.2...telethon-downloader-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [telethon-downloader-5.5.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.5.1...telethon-downloader-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [telethon-downloader-5.5.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.5.0...telethon-downloader-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [telethon-downloader-5.5.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.4.1...telethon-downloader-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [telethon-downloader-5.4.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.4.0...telethon-downloader-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [telethon-downloader-5.4.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.3.0...telethon-downloader-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [telethon-downloader-5.3.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.4...telethon-downloader-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [telethon-downloader-5.2.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.3...telethon-downloader-5.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [telethon-downloader-5.2.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.1...telethon-downloader-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/telethon-downloader/5.6.0/Chart.yaml b/stable/telethon-downloader/5.6.0/Chart.yaml
deleted file mode 100644
index f0f8fef4b39..00000000000
--- a/stable/telethon-downloader/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library.
-home: https://truecharts.org/charts/stable/telethon-downloader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png
-keywords:
- - telethon-downloader
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: telethon-downloader
-sources:
- - https://docs.telethon.dev/
- - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader
- - https://hub.docker.com/r/jsavargas/telethon_downloader
-type: application
-version: 5.6.0
diff --git a/stable/telethon-downloader/5.6.0/charts/common-20.1.5.tgz b/stable/telethon-downloader/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/telethon-downloader/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tinymediamanager/10.6.0/.helmignore b/stable/telethon-downloader/5.7.3/.helmignore
similarity index 100%
rename from stable/tinymediamanager/10.6.0/.helmignore
rename to stable/telethon-downloader/5.7.3/.helmignore
diff --git a/stable/telethon-downloader/5.7.3/CHANGELOG.md b/stable/telethon-downloader/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b25720eefde
--- /dev/null
+++ b/stable/telethon-downloader/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [telethon-downloader-5.7.2](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/telethon-downloader/5.7.3/Chart.yaml b/stable/telethon-downloader/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a32c381eb20
--- /dev/null
+++ b/stable/telethon-downloader/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library.
+home: https://truecharts.org/charts/stable/telethon-downloader
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png
+keywords:
+ - telethon-downloader
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: telethon-downloader
+sources:
+ - https://docs.telethon.dev/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader
+ - https://hub.docker.com/r/jsavargas/telethon_downloader
+type: application
+version: 5.7.3
diff --git a/stable/telethon-downloader/5.6.0/README.md b/stable/telethon-downloader/5.7.3/README.md
similarity index 100%
rename from stable/telethon-downloader/5.6.0/README.md
rename to stable/telethon-downloader/5.7.3/README.md
diff --git a/stable/telethon-downloader/5.7.3/app-changelog.md b/stable/telethon-downloader/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..8c0d72a441f
--- /dev/null
+++ b/stable/telethon-downloader/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [telethon-downloader-5.7.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/telethon-downloader/5.6.0/app-readme.md b/stable/telethon-downloader/5.7.3/app-readme.md
similarity index 100%
rename from stable/telethon-downloader/5.6.0/app-readme.md
rename to stable/telethon-downloader/5.7.3/app-readme.md
diff --git a/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz b/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/telethon-downloader/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/telethon-downloader/5.6.0/ix_values.yaml b/stable/telethon-downloader/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/telethon-downloader/5.6.0/ix_values.yaml
rename to stable/telethon-downloader/5.7.3/ix_values.yaml
diff --git a/stable/telethon-downloader/5.6.0/questions.yaml b/stable/telethon-downloader/5.7.3/questions.yaml
similarity index 100%
rename from stable/telethon-downloader/5.6.0/questions.yaml
rename to stable/telethon-downloader/5.7.3/questions.yaml
diff --git a/stable/tonido/5.6.0/templates/common.yaml b/stable/telethon-downloader/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tonido/5.6.0/templates/common.yaml
rename to stable/telethon-downloader/5.7.3/templates/common.yaml
diff --git a/stable/tinymediamanager/10.6.0/values.yaml b/stable/telethon-downloader/5.7.3/values.yaml
similarity index 100%
rename from stable/tinymediamanager/10.6.0/values.yaml
rename to stable/telethon-downloader/5.7.3/values.yaml
diff --git a/stable/terraria-tshock/6.6.0/CHANGELOG.md b/stable/terraria-tshock/6.6.0/CHANGELOG.md
deleted file mode 100644
index 32f04c525ae..00000000000
--- a/stable/terraria-tshock/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [terraria-tshock-6.6.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.5.2...terraria-tshock-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [terraria-tshock-6.5.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.5.1...terraria-tshock-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [terraria-tshock-6.5.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.5.0...terraria-tshock-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [terraria-tshock-6.5.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.4.1...terraria-tshock-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [terraria-tshock-6.4.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.4.0...terraria-tshock-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [terraria-tshock-6.4.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.3.0...terraria-tshock-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [terraria-tshock-6.3.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.3...terraria-tshock-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [terraria-tshock-6.2.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.2...terraria-tshock-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [terraria-tshock-6.2.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.0...terraria-tshock-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/terraria-tshock/6.6.0/Chart.yaml b/stable/terraria-tshock/6.6.0/Chart.yaml
deleted file mode 100644
index 6ef7fd31e9e..00000000000
--- a/stable/terraria-tshock/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: tshock
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: SteamCMD Terraria and the TShock MOD.
-home: https://truecharts.org/charts/stable/terraria-tshock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png
-keywords:
- - terraria-tshock
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: terraria-tshock
-sources:
- - https://tshock.co/
- - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock
- - https://hub.docker.com/r/ich777/terrariaserver
-type: application
-version: 6.6.0
diff --git a/stable/terraria-tshock/6.6.0/charts/common-20.1.5.tgz b/stable/terraria-tshock/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/terraria-tshock/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tonido/5.6.0/.helmignore b/stable/terraria-tshock/6.7.3/.helmignore
similarity index 100%
rename from stable/tonido/5.6.0/.helmignore
rename to stable/terraria-tshock/6.7.3/.helmignore
diff --git a/stable/terraria-tshock/6.7.3/CHANGELOG.md b/stable/terraria-tshock/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e50048cc828
--- /dev/null
+++ b/stable/terraria-tshock/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [terraria-tshock-6.7.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/terraria-tshock/6.7.3/Chart.yaml b/stable/terraria-tshock/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..593349deec8
--- /dev/null
+++ b/stable/terraria-tshock/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: tshock
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: SteamCMD Terraria and the TShock MOD.
+home: https://truecharts.org/charts/stable/terraria-tshock
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png
+keywords:
+ - terraria-tshock
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: terraria-tshock
+sources:
+ - https://tshock.co/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock
+ - https://hub.docker.com/r/ich777/terrariaserver
+type: application
+version: 6.7.3
diff --git a/stable/terraria-tshock/6.6.0/README.md b/stable/terraria-tshock/6.7.3/README.md
similarity index 100%
rename from stable/terraria-tshock/6.6.0/README.md
rename to stable/terraria-tshock/6.7.3/README.md
diff --git a/stable/terraria-tshock/6.7.3/app-changelog.md b/stable/terraria-tshock/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..ca0e80756d5
--- /dev/null
+++ b/stable/terraria-tshock/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [terraria-tshock-6.7.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/terraria-tshock/6.6.0/app-readme.md b/stable/terraria-tshock/6.7.3/app-readme.md
similarity index 100%
rename from stable/terraria-tshock/6.6.0/app-readme.md
rename to stable/terraria-tshock/6.7.3/app-readme.md
diff --git a/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz b/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/terraria-tshock/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/terraria-tshock/6.6.0/ix_values.yaml b/stable/terraria-tshock/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/terraria-tshock/6.6.0/ix_values.yaml
rename to stable/terraria-tshock/6.7.3/ix_values.yaml
diff --git a/stable/terraria-tshock/6.6.0/questions.yaml b/stable/terraria-tshock/6.7.3/questions.yaml
similarity index 100%
rename from stable/terraria-tshock/6.6.0/questions.yaml
rename to stable/terraria-tshock/6.7.3/questions.yaml
diff --git a/stable/terraria-tshock/6.6.0/templates/_secret.tpl b/stable/terraria-tshock/6.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/terraria-tshock/6.6.0/templates/_secret.tpl
rename to stable/terraria-tshock/6.7.3/templates/_secret.tpl
diff --git a/stable/terraria-tshock/6.6.0/templates/common.yaml b/stable/terraria-tshock/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/terraria-tshock/6.6.0/templates/common.yaml
rename to stable/terraria-tshock/6.7.3/templates/common.yaml
diff --git a/stable/tonido/5.6.0/values.yaml b/stable/terraria-tshock/6.7.3/values.yaml
similarity index 100%
rename from stable/tonido/5.6.0/values.yaml
rename to stable/terraria-tshock/6.7.3/values.yaml
diff --git a/stable/theforest/5.6.0/CHANGELOG.md b/stable/theforest/5.6.0/CHANGELOG.md
deleted file mode 100644
index 0364b5ca772..00000000000
--- a/stable/theforest/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [theforest-5.6.0](https://github.com/truecharts/charts/compare/theforest-5.5.2...theforest-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [theforest-5.5.2](https://github.com/truecharts/charts/compare/theforest-5.5.1...theforest-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [theforest-5.5.1](https://github.com/truecharts/charts/compare/theforest-5.5.0...theforest-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [theforest-5.5.0](https://github.com/truecharts/charts/compare/theforest-5.4.1...theforest-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [theforest-5.4.1](https://github.com/truecharts/charts/compare/theforest-5.4.0...theforest-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [theforest-5.4.0](https://github.com/truecharts/charts/compare/theforest-5.3.0...theforest-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [theforest-5.3.0](https://github.com/truecharts/charts/compare/theforest-5.2.3...theforest-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [theforest-5.2.3](https://github.com/truecharts/charts/compare/theforest-5.2.2...theforest-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [theforest-5.2.2](https://github.com/truecharts/charts/compare/theforest-5.2.0...theforest-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/theforest/5.6.0/Chart.yaml b/stable/theforest/5.6.0/Chart.yaml
deleted file mode 100644
index ede127147de..00000000000
--- a/stable/theforest/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: theforest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)"
-home: https://truecharts.org/charts/stable/theforest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png
-keywords:
- - theforest
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: theforest
-sources:
- - https://www.steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/theforest
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/theforest/5.6.0/charts/common-20.1.5.tgz b/stable/theforest/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/theforest/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/traccar/15.6.0/.helmignore b/stable/theforest/5.7.3/.helmignore
similarity index 100%
rename from stable/traccar/15.6.0/.helmignore
rename to stable/theforest/5.7.3/.helmignore
diff --git a/stable/theforest/5.7.3/CHANGELOG.md b/stable/theforest/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3bd72bc0b60
--- /dev/null
+++ b/stable/theforest/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theforest-5.7.2](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/theforest/5.7.3/Chart.yaml b/stable/theforest/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..79550529903
--- /dev/null
+++ b/stable/theforest/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: theforest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)"
+home: https://truecharts.org/charts/stable/theforest
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png
+keywords:
+ - theforest
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: theforest
+sources:
+ - https://www.steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/theforest
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/theforest/5.6.0/README.md b/stable/theforest/5.7.3/README.md
similarity index 100%
rename from stable/theforest/5.6.0/README.md
rename to stable/theforest/5.7.3/README.md
diff --git a/stable/theforest/5.7.3/app-changelog.md b/stable/theforest/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5fbd2e45baa
--- /dev/null
+++ b/stable/theforest/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [theforest-5.7.3](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/theforest/5.6.0/app-readme.md b/stable/theforest/5.7.3/app-readme.md
similarity index 100%
rename from stable/theforest/5.6.0/app-readme.md
rename to stable/theforest/5.7.3/app-readme.md
diff --git a/stable/theforest/5.7.3/charts/common-20.2.4.tgz b/stable/theforest/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/theforest/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/theforest/5.6.0/ix_values.yaml b/stable/theforest/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/theforest/5.6.0/ix_values.yaml
rename to stable/theforest/5.7.3/ix_values.yaml
diff --git a/stable/theforest/5.6.0/questions.yaml b/stable/theforest/5.7.3/questions.yaml
similarity index 100%
rename from stable/theforest/5.6.0/questions.yaml
rename to stable/theforest/5.7.3/questions.yaml
diff --git a/stable/tracks/5.6.0/templates/common.yaml b/stable/theforest/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tracks/5.6.0/templates/common.yaml
rename to stable/theforest/5.7.3/templates/common.yaml
diff --git a/stable/traccar/15.6.0/values.yaml b/stable/theforest/5.7.3/values.yaml
similarity index 100%
rename from stable/traccar/15.6.0/values.yaml
rename to stable/theforest/5.7.3/values.yaml
diff --git a/stable/thelounge/13.6.0/CHANGELOG.md b/stable/thelounge/13.6.0/CHANGELOG.md
deleted file mode 100644
index 6d6f4b191a3..00000000000
--- a/stable/thelounge/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [thelounge-13.6.0](https://github.com/truecharts/charts/compare/thelounge-13.5.2...thelounge-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [thelounge-13.5.2](https://github.com/truecharts/charts/compare/thelounge-13.5.1...thelounge-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [thelounge-13.5.1](https://github.com/truecharts/charts/compare/thelounge-13.5.0...thelounge-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [thelounge-13.5.0](https://github.com/truecharts/charts/compare/thelounge-13.4.1...thelounge-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [thelounge-13.4.1](https://github.com/truecharts/charts/compare/thelounge-13.4.0...thelounge-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [thelounge-13.4.0](https://github.com/truecharts/charts/compare/thelounge-13.3.0...thelounge-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [thelounge-13.3.0](https://github.com/truecharts/charts/compare/thelounge-13.2.3...thelounge-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [thelounge-13.2.3](https://github.com/truecharts/charts/compare/thelounge-13.2.2...thelounge-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [thelounge-13.2.2](https://github.com/truecharts/charts/compare/thelounge-13.2.0...thelounge-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/thelounge/13.6.0/Chart.yaml b/stable/thelounge/13.6.0/Chart.yaml
deleted file mode 100644
index 18bc747eebf..00000000000
--- a/stable/thelounge/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.4.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Lounge, modern web IRC client designed for self-hosting
-home: https://truecharts.org/charts/stable/thelounge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png
-keywords:
- - thelounge
- - IRC
- - The Lounge
- - docker
- - thelounge-docker
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: thelounge
-sources:
- - https://github.com/thelounge/thelounge
- - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
- - https://hub.docker.com/r/thelounge/thelounge
-type: application
-version: 13.6.0
diff --git a/stable/thelounge/13.6.0/charts/common-20.1.5.tgz b/stable/thelounge/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/thelounge/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tracks/5.6.0/.helmignore b/stable/thelounge/13.7.3/.helmignore
similarity index 100%
rename from stable/tracks/5.6.0/.helmignore
rename to stable/thelounge/13.7.3/.helmignore
diff --git a/stable/thelounge/13.7.3/CHANGELOG.md b/stable/thelounge/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3b9ca90e6a4
--- /dev/null
+++ b/stable/thelounge/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thelounge-13.7.2](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/thelounge/13.7.3/Chart.yaml b/stable/thelounge/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..c8628c4968c
--- /dev/null
+++ b/stable/thelounge/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.4.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Lounge, modern web IRC client designed for self-hosting
+home: https://truecharts.org/charts/stable/thelounge
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png
+keywords:
+ - thelounge
+ - IRC
+ - The Lounge
+ - docker
+ - thelounge-docker
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: thelounge
+sources:
+ - https://github.com/thelounge/thelounge
+ - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
+ - https://hub.docker.com/r/thelounge/thelounge
+type: application
+version: 13.7.3
diff --git a/stable/thelounge/13.6.0/README.md b/stable/thelounge/13.7.3/README.md
similarity index 100%
rename from stable/thelounge/13.6.0/README.md
rename to stable/thelounge/13.7.3/README.md
diff --git a/stable/thelounge/13.7.3/app-changelog.md b/stable/thelounge/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..2a7235febaf
--- /dev/null
+++ b/stable/thelounge/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [thelounge-13.7.3](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/thelounge/13.6.0/app-readme.md b/stable/thelounge/13.7.3/app-readme.md
similarity index 100%
rename from stable/thelounge/13.6.0/app-readme.md
rename to stable/thelounge/13.7.3/app-readme.md
diff --git a/stable/thelounge/13.7.3/charts/common-20.2.4.tgz b/stable/thelounge/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/thelounge/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/thelounge/13.6.0/ix_values.yaml b/stable/thelounge/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/thelounge/13.6.0/ix_values.yaml
rename to stable/thelounge/13.7.3/ix_values.yaml
diff --git a/stable/thelounge/13.6.0/questions.yaml b/stable/thelounge/13.7.3/questions.yaml
similarity index 100%
rename from stable/thelounge/13.6.0/questions.yaml
rename to stable/thelounge/13.7.3/questions.yaml
diff --git a/stable/traggo/6.8.0/templates/NOTES.txt b/stable/thelounge/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/traggo/6.8.0/templates/NOTES.txt
rename to stable/thelounge/13.7.3/templates/NOTES.txt
diff --git a/stable/tinymediamanager/10.6.0/templates/common.yaml b/stable/thelounge/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/tinymediamanager/10.6.0/templates/common.yaml
rename to stable/thelounge/13.7.3/templates/common.yaml
diff --git a/stable/tracks/5.6.0/values.yaml b/stable/thelounge/13.7.3/values.yaml
similarity index 100%
rename from stable/tracks/5.6.0/values.yaml
rename to stable/thelounge/13.7.3/values.yaml
diff --git a/stable/theme-park/9.7.0/CHANGELOG.md b/stable/theme-park/9.7.0/CHANGELOG.md
deleted file mode 100644
index a2b78a8bbf1..00000000000
--- a/stable/theme-park/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [theme-park-9.7.0](https://github.com/truecharts/charts/compare/theme-park-9.6.2...theme-park-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [theme-park-9.6.2](https://github.com/truecharts/charts/compare/theme-park-9.6.1...theme-park-9.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [theme-park-9.6.1](https://github.com/truecharts/charts/compare/theme-park-9.6.0...theme-park-9.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [theme-park-9.6.0](https://github.com/truecharts/charts/compare/theme-park-9.5.1...theme-park-9.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [theme-park-9.5.1](https://github.com/truecharts/charts/compare/theme-park-9.5.0...theme-park-9.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [theme-park-9.5.0](https://github.com/truecharts/charts/compare/theme-park-9.4.0...theme-park-9.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [theme-park-9.4.0](https://github.com/truecharts/charts/compare/theme-park-9.3.3...theme-park-9.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [theme-park-9.3.3](https://github.com/truecharts/charts/compare/theme-park-9.3.2...theme-park-9.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [theme-park-9.3.2](https://github.com/truecharts/charts/compare/theme-park-9.3.0...theme-park-9.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/theme-park/9.7.0/Chart.yaml b/stable/theme-park/9.7.0/Chart.yaml
deleted file mode 100644
index b5dd645be1d..00000000000
--- a/stable/theme-park/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: customization
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.16.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Custom themes for your favorite apps!
-home: https://truecharts.org/charts/stable/theme-park
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png
-keywords:
- - theme-park
- - customization
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: theme-park
-sources:
- - https://github.com/gilbn/theme.park
- - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park
- - https://ghcr.io/onedr0p/theme-park
-type: application
-version: 9.7.0
diff --git a/stable/theme-park/9.7.0/charts/common-20.1.5.tgz b/stable/theme-park/9.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/theme-park/9.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/traefik-forward-auth/3.7.0/.helmignore b/stable/theme-park/9.8.3/.helmignore
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/.helmignore
rename to stable/theme-park/9.8.3/.helmignore
diff --git a/stable/theme-park/9.8.3/CHANGELOG.md b/stable/theme-park/9.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..e4c3c465011
--- /dev/null
+++ b/stable/theme-park/9.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [theme-park-9.8.2](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/theme-park/9.8.3/Chart.yaml b/stable/theme-park/9.8.3/Chart.yaml
new file mode 100644
index 00000000000..fc2548a810d
--- /dev/null
+++ b/stable/theme-park/9.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: customization
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.16.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Custom themes for your favorite apps!
+home: https://truecharts.org/charts/stable/theme-park
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png
+keywords:
+ - theme-park
+ - customization
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: theme-park
+sources:
+ - https://github.com/gilbn/theme.park
+ - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park
+ - https://ghcr.io/onedr0p/theme-park
+type: application
+version: 9.8.3
diff --git a/stable/theme-park/9.7.0/README.md b/stable/theme-park/9.8.3/README.md
similarity index 100%
rename from stable/theme-park/9.7.0/README.md
rename to stable/theme-park/9.8.3/README.md
diff --git a/stable/theme-park/9.8.3/app-changelog.md b/stable/theme-park/9.8.3/app-changelog.md
new file mode 100644
index 00000000000..10267da0ffa
--- /dev/null
+++ b/stable/theme-park/9.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [theme-park-9.8.3](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/theme-park/9.7.0/app-readme.md b/stable/theme-park/9.8.3/app-readme.md
similarity index 100%
rename from stable/theme-park/9.7.0/app-readme.md
rename to stable/theme-park/9.8.3/app-readme.md
diff --git a/stable/theme-park/9.8.3/charts/common-20.2.4.tgz b/stable/theme-park/9.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/theme-park/9.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/theme-park/9.7.0/ix_values.yaml b/stable/theme-park/9.8.3/ix_values.yaml
similarity index 100%
rename from stable/theme-park/9.7.0/ix_values.yaml
rename to stable/theme-park/9.8.3/ix_values.yaml
diff --git a/stable/theme-park/9.7.0/questions.yaml b/stable/theme-park/9.8.3/questions.yaml
similarity index 100%
rename from stable/theme-park/9.7.0/questions.yaml
rename to stable/theme-park/9.8.3/questions.yaml
diff --git a/stable/transmission/20.6.0/templates/NOTES.txt b/stable/theme-park/9.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/transmission/20.6.0/templates/NOTES.txt
rename to stable/theme-park/9.8.3/templates/NOTES.txt
diff --git a/stable/traccar/15.6.0/templates/common.yaml b/stable/theme-park/9.8.3/templates/common.yaml
similarity index 100%
rename from stable/traccar/15.6.0/templates/common.yaml
rename to stable/theme-park/9.8.3/templates/common.yaml
diff --git a/stable/traefik-forward-auth/3.7.0/values.yaml b/stable/theme-park/9.8.3/values.yaml
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/values.yaml
rename to stable/theme-park/9.8.3/values.yaml
diff --git a/stable/thunderbird/5.7.0/CHANGELOG.md b/stable/thunderbird/5.7.0/CHANGELOG.md
deleted file mode 100644
index 19343b83e07..00000000000
--- a/stable/thunderbird/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/thunderbird/5.7.0/Chart.yaml b/stable/thunderbird/5.7.0/Chart.yaml
deleted file mode 100644
index bf79488170b..00000000000
--- a/stable/thunderbird/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install Thunderbird in the preferred version and language.
-home: https://truecharts.org/charts/stable/thunderbird
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png
-keywords:
- - thunderbird
- - mail
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: thunderbird
-sources:
- - https://www.thunderbird.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird
- - https://hub.docker.com/r/ich777/thunderbird
-type: application
-version: 5.7.0
diff --git a/stable/thunderbird/5.7.0/app-changelog.md b/stable/thunderbird/5.7.0/app-changelog.md
deleted file mode 100644
index c969bff408e..00000000000
--- a/stable/thunderbird/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [thunderbird-5.7.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/thunderbird/5.7.0/charts/common-20.2.0.tgz b/stable/thunderbird/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/thunderbird/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/thunderbird/5.7.0/ix_values.yaml b/stable/thunderbird/5.7.0/ix_values.yaml
deleted file mode 100644
index eed960dea93..00000000000
--- a/stable/thunderbird/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: ich777/thunderbird
- tag: latest@sha256:5ac32507e5cad25930eb59819b91f068c4eb1885dac2149b1550893eb067782d
-persistence:
- data:
- enabled: true
- mountPath: /thunderbird
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 10291
- targetPort: 8080
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- CUSTOM_RES_H: "768"
- CUSTOM_RES_W: "1280"
- DATA_PERM: "770"
- THUNDERBIRD_LANG: en-US
- THUNDERBIRD_V: latest
diff --git a/stable/traggo/6.8.0/.helmignore b/stable/thunderbird/5.7.4/.helmignore
similarity index 100%
rename from stable/traggo/6.8.0/.helmignore
rename to stable/thunderbird/5.7.4/.helmignore
diff --git a/stable/thunderbird/5.7.4/CHANGELOG.md b/stable/thunderbird/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..55a0b303252
--- /dev/null
+++ b/stable/thunderbird/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thunderbird-5.7.3](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thunderbird-5.7.3](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thunderbird-5.7.3](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thunderbird-5.7.3](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [thunderbird-5.7.3](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/thunderbird/5.7.4/Chart.yaml b/stable/thunderbird/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..5a2bf536644
--- /dev/null
+++ b/stable/thunderbird/5.7.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install Thunderbird in the preferred version and language.
+home: https://truecharts.org/charts/stable/thunderbird
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png
+keywords:
+ - thunderbird
+ - mail
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: thunderbird
+sources:
+ - https://www.thunderbird.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird
+ - https://hub.docker.com/r/ich777/thunderbird
+type: application
+version: 5.7.4
diff --git a/stable/thunderbird/5.7.0/README.md b/stable/thunderbird/5.7.4/README.md
similarity index 100%
rename from stable/thunderbird/5.7.0/README.md
rename to stable/thunderbird/5.7.4/README.md
diff --git a/stable/thunderbird/5.7.4/app-changelog.md b/stable/thunderbird/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..2afbdc033a0
--- /dev/null
+++ b/stable/thunderbird/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [thunderbird-5.7.4](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ich777/thunderbird to latest[@82b487d](https://github.com/82b487d) by renovate ([#19614](https://github.com/truecharts/charts/issues/19614))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/thunderbird/5.7.0/app-readme.md b/stable/thunderbird/5.7.4/app-readme.md
similarity index 100%
rename from stable/thunderbird/5.7.0/app-readme.md
rename to stable/thunderbird/5.7.4/app-readme.md
diff --git a/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz b/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/thunderbird/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/thunderbird/5.7.4/ix_values.yaml b/stable/thunderbird/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..b55d59152e1
--- /dev/null
+++ b/stable/thunderbird/5.7.4/ix_values.yaml
@@ -0,0 +1,33 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: ich777/thunderbird
+ tag: latest@sha256:82b487d57dca47904cbf56b7464814c28f092a4a510fa97ab09b5c2325d66162
+persistence:
+ data:
+ enabled: true
+ mountPath: /thunderbird
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 10291
+ targetPort: 8080
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ CUSTOM_RES_H: "768"
+ CUSTOM_RES_W: "1280"
+ DATA_PERM: "770"
+ THUNDERBIRD_LANG: en-US
+ THUNDERBIRD_V: latest
diff --git a/stable/thunderbird/5.7.0/questions.yaml b/stable/thunderbird/5.7.4/questions.yaml
similarity index 100%
rename from stable/thunderbird/5.7.0/questions.yaml
rename to stable/thunderbird/5.7.4/questions.yaml
diff --git a/stable/traktarr/5.6.0/templates/common.yaml b/stable/thunderbird/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/traktarr/5.6.0/templates/common.yaml
rename to stable/thunderbird/5.7.4/templates/common.yaml
diff --git a/stable/traggo/6.8.0/values.yaml b/stable/thunderbird/5.7.4/values.yaml
similarity index 100%
rename from stable/traggo/6.8.0/values.yaml
rename to stable/thunderbird/5.7.4/values.yaml
diff --git a/stable/timetagger/6.4.0/CHANGELOG.md b/stable/timetagger/6.4.0/CHANGELOG.md
deleted file mode 100644
index 4159f20f8cb..00000000000
--- a/stable/timetagger/6.4.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [timetagger-6.4.0](https://github.com/truecharts/charts/compare/timetagger-6.3.2...timetagger-6.4.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [timetagger-6.3.2](https://github.com/truecharts/charts/compare/timetagger-6.3.1...timetagger-6.3.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [timetagger-6.3.1](https://github.com/truecharts/charts/compare/timetagger-6.3.0...timetagger-6.3.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [timetagger-6.3.0](https://github.com/truecharts/charts/compare/timetagger-6.2.1...timetagger-6.3.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [timetagger-6.2.1](https://github.com/truecharts/charts/compare/timetagger-6.2.0...timetagger-6.2.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [timetagger-6.2.0](https://github.com/truecharts/charts/compare/timetagger-6.1.0...timetagger-6.2.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [timetagger-6.1.0](https://github.com/truecharts/charts/compare/timetagger-6.0.3...timetagger-6.1.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [timetagger-6.0.3](https://github.com/truecharts/charts/compare/timetagger-6.0.2...timetagger-6.0.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [timetagger-6.0.2](https://github.com/truecharts/charts/compare/timetagger-5.2.0...timetagger-6.0.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/timetagger/6.4.0/Chart.yaml b/stable/timetagger/6.4.0/Chart.yaml
deleted file mode 100644
index d71ae7208c0..00000000000
--- a/stable/timetagger/6.4.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 23.11.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An open source time-tracker with an interactive user experience and powerful reporting.
-home: https://truecharts.org/charts/stable/timetagger
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png
-keywords:
- - time
- - timetagger
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: timetagger
-sources:
- - https://timetagger.app
- - https://github.com/almarklein/timetagger
- - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger
- - https://ghcr.io/almarklein/timetagger
-type: application
-version: 6.4.0
diff --git a/stable/timetagger/6.4.0/charts/common-20.1.5.tgz b/stable/timetagger/6.4.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/timetagger/6.4.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/traktarr/5.6.0/.helmignore b/stable/timetagger/6.5.3/.helmignore
similarity index 100%
rename from stable/traktarr/5.6.0/.helmignore
rename to stable/timetagger/6.5.3/.helmignore
diff --git a/stable/timetagger/6.5.3/CHANGELOG.md b/stable/timetagger/6.5.3/CHANGELOG.md
new file mode 100644
index 00000000000..a4fcf86796d
--- /dev/null
+++ b/stable/timetagger/6.5.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [timetagger-6.5.2](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/timetagger/6.5.3/Chart.yaml b/stable/timetagger/6.5.3/Chart.yaml
new file mode 100644
index 00000000000..ba846470cd3
--- /dev/null
+++ b/stable/timetagger/6.5.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 23.11.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An open source time-tracker with an interactive user experience and powerful reporting.
+home: https://truecharts.org/charts/stable/timetagger
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png
+keywords:
+ - time
+ - timetagger
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: timetagger
+sources:
+ - https://timetagger.app
+ - https://github.com/almarklein/timetagger
+ - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger
+ - https://ghcr.io/almarklein/timetagger
+type: application
+version: 6.5.3
diff --git a/stable/timetagger/6.4.0/README.md b/stable/timetagger/6.5.3/README.md
similarity index 100%
rename from stable/timetagger/6.4.0/README.md
rename to stable/timetagger/6.5.3/README.md
diff --git a/stable/timetagger/6.5.3/app-changelog.md b/stable/timetagger/6.5.3/app-changelog.md
new file mode 100644
index 00000000000..ad5d119ef05
--- /dev/null
+++ b/stable/timetagger/6.5.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [timetagger-6.5.3](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/timetagger/6.4.0/app-readme.md b/stable/timetagger/6.5.3/app-readme.md
similarity index 100%
rename from stable/timetagger/6.4.0/app-readme.md
rename to stable/timetagger/6.5.3/app-readme.md
diff --git a/stable/timetagger/6.5.3/charts/common-20.2.4.tgz b/stable/timetagger/6.5.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/timetagger/6.5.3/charts/common-20.2.4.tgz differ
diff --git a/stable/timetagger/6.4.0/ix_values.yaml b/stable/timetagger/6.5.3/ix_values.yaml
similarity index 100%
rename from stable/timetagger/6.4.0/ix_values.yaml
rename to stable/timetagger/6.5.3/ix_values.yaml
diff --git a/stable/timetagger/6.4.0/questions.yaml b/stable/timetagger/6.5.3/questions.yaml
similarity index 100%
rename from stable/timetagger/6.4.0/questions.yaml
rename to stable/timetagger/6.5.3/questions.yaml
diff --git a/stable/trilium-notes/12.7.0/templates/common.yaml b/stable/timetagger/6.5.3/templates/common.yaml
similarity index 100%
rename from stable/trilium-notes/12.7.0/templates/common.yaml
rename to stable/timetagger/6.5.3/templates/common.yaml
diff --git a/stable/traktarr/5.6.0/values.yaml b/stable/timetagger/6.5.3/values.yaml
similarity index 100%
rename from stable/traktarr/5.6.0/values.yaml
rename to stable/timetagger/6.5.3/values.yaml
diff --git a/stable/tinymediamanager/10.6.0/CHANGELOG.md b/stable/tinymediamanager/10.6.0/CHANGELOG.md
deleted file mode 100644
index 1d7de0cca7f..00000000000
--- a/stable/tinymediamanager/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tinymediamanager-10.6.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.5.2...tinymediamanager-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tinymediamanager-10.5.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.5.1...tinymediamanager-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tinymediamanager-10.5.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.5.0...tinymediamanager-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tinymediamanager-10.5.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.4.1...tinymediamanager-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tinymediamanager-10.4.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.4.0...tinymediamanager-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tinymediamanager-10.4.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.3.0...tinymediamanager-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tinymediamanager-10.3.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.4...tinymediamanager-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tinymediamanager-10.2.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.3...tinymediamanager-10.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tinymediamanager-10.2.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.1...tinymediamanager-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tinymediamanager/10.6.0/Chart.yaml b/stable/tinymediamanager/10.6.0/Chart.yaml
deleted file mode 100644
index fe76ce305f4..00000000000
--- a/stable/tinymediamanager/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.0.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TinyMediaManager is a full featured media manager to organize and clean up your media library.
-home: https://truecharts.org/charts/stable/tinymediamanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png
-keywords:
- - tiny
- - media
- - manager
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tinymediamanager
-sources:
- - https://gitlab.com/tinyMediaManager/tinyMediaManager
- - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager
- - https://hub.docker.com/r/tinymediamanager/tinymediamanager
-type: application
-version: 10.6.0
diff --git a/stable/tinymediamanager/10.6.0/charts/common-20.1.5.tgz b/stable/tinymediamanager/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tinymediamanager/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/trango/5.6.0/.helmignore b/stable/tinymediamanager/10.7.3/.helmignore
similarity index 100%
rename from stable/trango/5.6.0/.helmignore
rename to stable/tinymediamanager/10.7.3/.helmignore
diff --git a/stable/tinymediamanager/10.7.3/CHANGELOG.md b/stable/tinymediamanager/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..08608fb3914
--- /dev/null
+++ b/stable/tinymediamanager/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tinymediamanager-10.7.2](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tinymediamanager/10.7.3/Chart.yaml b/stable/tinymediamanager/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..795f9a0d13a
--- /dev/null
+++ b/stable/tinymediamanager/10.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TinyMediaManager is a full featured media manager to organize and clean up your media library.
+home: https://truecharts.org/charts/stable/tinymediamanager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png
+keywords:
+ - tiny
+ - media
+ - manager
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tinymediamanager
+sources:
+ - https://gitlab.com/tinyMediaManager/tinyMediaManager
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager
+ - https://hub.docker.com/r/tinymediamanager/tinymediamanager
+type: application
+version: 10.7.3
diff --git a/stable/tinymediamanager/10.6.0/README.md b/stable/tinymediamanager/10.7.3/README.md
similarity index 100%
rename from stable/tinymediamanager/10.6.0/README.md
rename to stable/tinymediamanager/10.7.3/README.md
diff --git a/stable/tinymediamanager/10.7.3/app-changelog.md b/stable/tinymediamanager/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..a558bfd3b4b
--- /dev/null
+++ b/stable/tinymediamanager/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tinymediamanager-10.7.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tinymediamanager/10.6.0/app-readme.md b/stable/tinymediamanager/10.7.3/app-readme.md
similarity index 100%
rename from stable/tinymediamanager/10.6.0/app-readme.md
rename to stable/tinymediamanager/10.7.3/app-readme.md
diff --git a/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz b/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tinymediamanager/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tinymediamanager/10.6.0/ix_values.yaml b/stable/tinymediamanager/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/tinymediamanager/10.6.0/ix_values.yaml
rename to stable/tinymediamanager/10.7.3/ix_values.yaml
diff --git a/stable/tinymediamanager/10.6.0/questions.yaml b/stable/tinymediamanager/10.7.3/questions.yaml
similarity index 100%
rename from stable/tinymediamanager/10.6.0/questions.yaml
rename to stable/tinymediamanager/10.7.3/questions.yaml
diff --git a/stable/trilium-notes/12.7.0/templates/NOTES.txt b/stable/tinymediamanager/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/trilium-notes/12.7.0/templates/NOTES.txt
rename to stable/tinymediamanager/10.7.3/templates/NOTES.txt
diff --git a/stable/truecommand/19.6.1/templates/common.yaml b/stable/tinymediamanager/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/truecommand/19.6.1/templates/common.yaml
rename to stable/tinymediamanager/10.7.3/templates/common.yaml
diff --git a/stable/trango/5.6.0/values.yaml b/stable/tinymediamanager/10.7.3/values.yaml
similarity index 100%
rename from stable/trango/5.6.0/values.yaml
rename to stable/tinymediamanager/10.7.3/values.yaml
diff --git a/stable/tonido/5.6.0/CHANGELOG.md b/stable/tonido/5.6.0/CHANGELOG.md
deleted file mode 100644
index adb1e7e92dd..00000000000
--- a/stable/tonido/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tonido-5.6.0](https://github.com/truecharts/charts/compare/tonido-5.5.2...tonido-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tonido-5.5.2](https://github.com/truecharts/charts/compare/tonido-5.5.1...tonido-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tonido-5.5.1](https://github.com/truecharts/charts/compare/tonido-5.5.0...tonido-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tonido-5.5.0](https://github.com/truecharts/charts/compare/tonido-5.4.1...tonido-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tonido-5.4.1](https://github.com/truecharts/charts/compare/tonido-5.4.0...tonido-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tonido-5.4.0](https://github.com/truecharts/charts/compare/tonido-5.3.0...tonido-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tonido-5.3.0](https://github.com/truecharts/charts/compare/tonido-5.2.3...tonido-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tonido-5.2.3](https://github.com/truecharts/charts/compare/tonido-5.2.2...tonido-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tonido-5.2.2](https://github.com/truecharts/charts/compare/tonido-5.2.0...tonido-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tonido/5.6.0/Chart.yaml b/stable/tonido/5.6.0/Chart.yaml
deleted file mode 100644
index 37df9a28c42..00000000000
--- a/stable/tonido/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary.
-home: https://truecharts.org/charts/stable/tonido
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png
-keywords:
- - tonido
- - Cloud
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tonido
-sources:
- - https://registry.hub.docker.com/r/captinsano/tonido/
- - https://github.com/truecharts/charts/tree/master/charts/stable/tonido
- - https://hub.docker.com/r/captinsano/tonido
-type: application
-version: 5.6.0
diff --git a/stable/tonido/5.6.0/charts/common-20.1.5.tgz b/stable/tonido/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tonido/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/transmission/20.6.0/.helmignore b/stable/tonido/5.7.3/.helmignore
similarity index 100%
rename from stable/transmission/20.6.0/.helmignore
rename to stable/tonido/5.7.3/.helmignore
diff --git a/stable/tonido/5.7.3/CHANGELOG.md b/stable/tonido/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c6cc27a6113
--- /dev/null
+++ b/stable/tonido/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tonido-5.7.2](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tonido/5.7.3/Chart.yaml b/stable/tonido/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..f0ab4463a7a
--- /dev/null
+++ b/stable/tonido/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary.
+home: https://truecharts.org/charts/stable/tonido
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png
+keywords:
+ - tonido
+ - Cloud
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tonido
+sources:
+ - https://registry.hub.docker.com/r/captinsano/tonido/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tonido
+ - https://hub.docker.com/r/captinsano/tonido
+type: application
+version: 5.7.3
diff --git a/stable/tonido/5.6.0/README.md b/stable/tonido/5.7.3/README.md
similarity index 100%
rename from stable/tonido/5.6.0/README.md
rename to stable/tonido/5.7.3/README.md
diff --git a/stable/tonido/5.7.3/app-changelog.md b/stable/tonido/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..84444dbccb6
--- /dev/null
+++ b/stable/tonido/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tonido-5.7.3](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tonido/5.6.0/app-readme.md b/stable/tonido/5.7.3/app-readme.md
similarity index 100%
rename from stable/tonido/5.6.0/app-readme.md
rename to stable/tonido/5.7.3/app-readme.md
diff --git a/stable/tonido/5.7.3/charts/common-20.2.4.tgz b/stable/tonido/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tonido/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tonido/5.6.0/ix_values.yaml b/stable/tonido/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tonido/5.6.0/ix_values.yaml
rename to stable/tonido/5.7.3/ix_values.yaml
diff --git a/stable/tonido/5.6.0/questions.yaml b/stable/tonido/5.7.3/questions.yaml
similarity index 100%
rename from stable/tonido/5.6.0/questions.yaml
rename to stable/tonido/5.7.3/questions.yaml
diff --git a/stable/trango/5.6.0/templates/common.yaml b/stable/tonido/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/trango/5.6.0/templates/common.yaml
rename to stable/tonido/5.7.3/templates/common.yaml
diff --git a/stable/transmission/20.6.0/values.yaml b/stable/tonido/5.7.3/values.yaml
similarity index 100%
rename from stable/transmission/20.6.0/values.yaml
rename to stable/tonido/5.7.3/values.yaml
diff --git a/stable/traccar/15.6.0/CHANGELOG.md b/stable/traccar/15.6.0/CHANGELOG.md
deleted file mode 100644
index 6313135cad1..00000000000
--- a/stable/traccar/15.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traccar-15.6.0](https://github.com/truecharts/charts/compare/traccar-15.5.2...traccar-15.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [traccar-15.5.2](https://github.com/truecharts/charts/compare/traccar-15.5.1...traccar-15.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [traccar-15.5.1](https://github.com/truecharts/charts/compare/traccar-15.5.0...traccar-15.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [traccar-15.5.0](https://github.com/truecharts/charts/compare/traccar-15.4.1...traccar-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [traccar-15.4.1](https://github.com/truecharts/charts/compare/traccar-15.4.0...traccar-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [traccar-15.4.0](https://github.com/truecharts/charts/compare/traccar-15.3.0...traccar-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [traccar-15.3.0](https://github.com/truecharts/charts/compare/traccar-15.2.3...traccar-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [traccar-15.2.3](https://github.com/truecharts/charts/compare/traccar-15.2.2...traccar-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [traccar-15.2.2](https://github.com/truecharts/charts/compare/traccar-15.2.0...traccar-15.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/traccar/15.6.0/Chart.yaml b/stable/traccar/15.6.0/Chart.yaml
deleted file mode 100644
index 13e3708e9e5..00000000000
--- a/stable/traccar/15.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.12.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Traccar is an open source GPS tracking system.
-home: https://truecharts.org/charts/stable/traccar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png
-keywords:
- - traccar
- - gps
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traccar
-sources:
- - https://github.com/traccar/traccar
- - https://github.com/truecharts/charts/tree/master/charts/stable/traccar
- - https://hub.docker.com/r/traccar/traccar
-type: application
-version: 15.6.0
diff --git a/stable/traccar/15.6.0/charts/common-20.1.5.tgz b/stable/traccar/15.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/traccar/15.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/traccar/15.6.0/questions.yaml b/stable/traccar/15.6.0/questions.yaml
deleted file mode 100755
index e13416a7541..00000000000
--- a/stable/traccar/15.6.0/questions.yaml
+++ /dev/null
@@ -1,3166 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: CONFIG_USE_ENVIRONMENT_VARIABLES
- label: "CONFIG_USE_ENVIRONMENT_VARIABLES"
- description: "Sets the CONFIG_USE_ENVIRONMENT_VARIABLES env var"
- schema:
- type: boolean
- default: true
- - variable: LOGGER_CONSOLE
- label: "LOGGER_CONSOLE"
- description: "Sets the LOGGER_CONSOLE env var"
- schema:
- type: boolean
- default: true
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 8082
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: data
- label: "App Data Storage"
- description: "Stores the Application Data."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/trilium-notes/12.7.0/.helmignore b/stable/traccar/15.7.3/.helmignore
similarity index 100%
rename from stable/trilium-notes/12.7.0/.helmignore
rename to stable/traccar/15.7.3/.helmignore
diff --git a/stable/traccar/15.7.3/CHANGELOG.md b/stable/traccar/15.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a63a45a8806
--- /dev/null
+++ b/stable/traccar/15.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traccar-15.7.2](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/traccar/15.7.3/Chart.yaml b/stable/traccar/15.7.3/Chart.yaml
new file mode 100644
index 00000000000..9c0f236746a
--- /dev/null
+++ b/stable/traccar/15.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.12.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Traccar is an open source GPS tracking system.
+home: https://truecharts.org/charts/stable/traccar
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png
+keywords:
+ - traccar
+ - gps
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traccar
+sources:
+ - https://github.com/traccar/traccar
+ - https://github.com/truecharts/charts/tree/master/charts/stable/traccar
+ - https://hub.docker.com/r/traccar/traccar
+type: application
+version: 15.7.3
diff --git a/stable/traccar/15.6.0/README.md b/stable/traccar/15.7.3/README.md
similarity index 100%
rename from stable/traccar/15.6.0/README.md
rename to stable/traccar/15.7.3/README.md
diff --git a/stable/traccar/15.7.3/app-changelog.md b/stable/traccar/15.7.3/app-changelog.md
new file mode 100644
index 00000000000..a562a377f65
--- /dev/null
+++ b/stable/traccar/15.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [traccar-15.7.3](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traccar/15.6.0/app-readme.md b/stable/traccar/15.7.3/app-readme.md
similarity index 100%
rename from stable/traccar/15.6.0/app-readme.md
rename to stable/traccar/15.7.3/app-readme.md
diff --git a/stable/traccar/15.7.3/charts/common-20.2.4.tgz b/stable/traccar/15.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/traccar/15.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/traccar/15.6.0/ix_values.yaml b/stable/traccar/15.7.3/ix_values.yaml
similarity index 100%
rename from stable/traccar/15.6.0/ix_values.yaml
rename to stable/traccar/15.7.3/ix_values.yaml
diff --git a/stable/traccar/15.7.3/questions.yaml b/stable/traccar/15.7.3/questions.yaml
new file mode 100755
index 00000000000..824ff518473
--- /dev/null
+++ b/stable/traccar/15.7.3/questions.yaml
@@ -0,0 +1,3168 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: CONFIG_USE_ENVIRONMENT_VARIABLES
+ label: "CONFIG_USE_ENVIRONMENT_VARIABLES"
+ description: "Sets the CONFIG_USE_ENVIRONMENT_VARIABLES env var"
+ schema:
+ type: boolean
+ default: true
+ - variable: LOGGER_CONSOLE
+ label: "LOGGER_CONSOLE"
+ description: "Sets the LOGGER_CONSOLE env var"
+ schema:
+ type: boolean
+ default: true
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 8082
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: data
+ label: "App Data Storage"
+ description: "Stores the Application Data."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/truecommand/19.6.1/templates/NOTES.txt b/stable/traccar/15.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/truecommand/19.6.1/templates/NOTES.txt
rename to stable/traccar/15.7.3/templates/NOTES.txt
diff --git a/stable/truenas-exporter/1.6.0/templates/common.yaml b/stable/traccar/15.7.3/templates/common.yaml
similarity index 100%
rename from stable/truenas-exporter/1.6.0/templates/common.yaml
rename to stable/traccar/15.7.3/templates/common.yaml
diff --git a/stable/trilium-notes/12.7.0/values.yaml b/stable/traccar/15.7.3/values.yaml
similarity index 100%
rename from stable/trilium-notes/12.7.0/values.yaml
rename to stable/traccar/15.7.3/values.yaml
diff --git a/stable/tracks/5.6.0/CHANGELOG.md b/stable/tracks/5.6.0/CHANGELOG.md
deleted file mode 100644
index fb5a5c2eb66..00000000000
--- a/stable/tracks/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tracks-5.6.0](https://github.com/truecharts/charts/compare/tracks-5.5.2...tracks-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tracks-5.5.2](https://github.com/truecharts/charts/compare/tracks-5.5.1...tracks-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tracks-5.5.1](https://github.com/truecharts/charts/compare/tracks-5.5.0...tracks-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tracks-5.5.0](https://github.com/truecharts/charts/compare/tracks-5.4.1...tracks-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tracks-5.4.1](https://github.com/truecharts/charts/compare/tracks-5.4.0...tracks-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tracks-5.4.0](https://github.com/truecharts/charts/compare/tracks-5.3.0...tracks-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tracks-5.3.0](https://github.com/truecharts/charts/compare/tracks-5.2.3...tracks-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tracks-5.2.3](https://github.com/truecharts/charts/compare/tracks-5.2.2...tracks-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tracks-5.2.2](https://github.com/truecharts/charts/compare/tracks-5.2.0...tracks-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tracks/5.6.0/Chart.yaml b/stable/tracks/5.6.0/Chart.yaml
deleted file mode 100644
index 9e70404a36c..00000000000
--- a/stable/tracks/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Tracks is a web-based todo application to help you implement the GTD methodology. "
-home: https://truecharts.org/charts/stable/tracks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png
-keywords:
- - tracks
- - Productivity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tracks
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/tracks
- - https://hub.docker.com/r/tracksapp/tracks
-type: application
-version: 5.6.0
diff --git a/stable/tracks/5.6.0/charts/common-20.1.5.tgz b/stable/tracks/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tracks/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/troddit/5.6.0/.helmignore b/stable/tracks/5.7.3/.helmignore
similarity index 100%
rename from stable/troddit/5.6.0/.helmignore
rename to stable/tracks/5.7.3/.helmignore
diff --git a/stable/tracks/5.7.3/CHANGELOG.md b/stable/tracks/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..47332aeeba0
--- /dev/null
+++ b/stable/tracks/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tracks-5.7.2](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tracks/5.7.3/Chart.yaml b/stable/tracks/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..0cb122b5c96
--- /dev/null
+++ b/stable/tracks/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Tracks is a web-based todo application to help you implement the GTD methodology. "
+home: https://truecharts.org/charts/stable/tracks
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png
+keywords:
+ - tracks
+ - Productivity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tracks
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tracks
+ - https://hub.docker.com/r/tracksapp/tracks
+type: application
+version: 5.7.3
diff --git a/stable/tracks/5.6.0/README.md b/stable/tracks/5.7.3/README.md
similarity index 100%
rename from stable/tracks/5.6.0/README.md
rename to stable/tracks/5.7.3/README.md
diff --git a/stable/tracks/5.7.3/app-changelog.md b/stable/tracks/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..098f1baac63
--- /dev/null
+++ b/stable/tracks/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tracks-5.7.3](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tracks/5.6.0/app-readme.md b/stable/tracks/5.7.3/app-readme.md
similarity index 100%
rename from stable/tracks/5.6.0/app-readme.md
rename to stable/tracks/5.7.3/app-readme.md
diff --git a/stable/tracks/5.7.3/charts/common-20.2.4.tgz b/stable/tracks/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tracks/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tracks/5.6.0/ix_values.yaml b/stable/tracks/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tracks/5.6.0/ix_values.yaml
rename to stable/tracks/5.7.3/ix_values.yaml
diff --git a/stable/tracks/5.6.0/questions.yaml b/stable/tracks/5.7.3/questions.yaml
similarity index 100%
rename from stable/tracks/5.6.0/questions.yaml
rename to stable/tracks/5.7.3/questions.yaml
diff --git a/stable/troddit/5.6.0/templates/common.yaml b/stable/tracks/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/troddit/5.6.0/templates/common.yaml
rename to stable/tracks/5.7.3/templates/common.yaml
diff --git a/stable/troddit/5.6.0/values.yaml b/stable/tracks/5.7.3/values.yaml
similarity index 100%
rename from stable/troddit/5.6.0/values.yaml
rename to stable/tracks/5.7.3/values.yaml
diff --git a/stable/traefik-forward-auth/3.7.0/CHANGELOG.md b/stable/traefik-forward-auth/3.7.0/CHANGELOG.md
deleted file mode 100644
index 9513d19430e..00000000000
--- a/stable/traefik-forward-auth/3.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/traefik-forward-auth/3.7.0/Chart.yaml b/stable/traefik-forward-auth/3.7.0/Chart.yaml
deleted file mode 100644
index e5b1e51d1f9..00000000000
--- a/stable/traefik-forward-auth/3.7.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
-home: https://truecharts.org/charts/stable/traefik-forward-auth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png
-keywords:
- - traefik-forward-auth
- - traefik
- - forward-auth
- - auth
- - ingress
- - middleware
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traefik-forward-auth
-sources:
- - https://github.com/thomseddon/traefik-forward-auth
- - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth
- - https://hub.docker.com/r/thomseddon/traefik-forward-auth
-type: application
-version: 3.7.0
diff --git a/stable/traefik-forward-auth/3.7.0/app-changelog.md b/stable/traefik-forward-auth/3.7.0/app-changelog.md
deleted file mode 100644
index 9950f9784ca..00000000000
--- a/stable/traefik-forward-auth/3.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [traefik-forward-auth-3.7.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traefik-forward-auth/3.7.0/charts/common-20.2.0.tgz b/stable/traefik-forward-auth/3.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/traefik-forward-auth/3.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/traefik-forward-auth/3.7.0/questions.yaml b/stable/traefik-forward-auth/3.7.0/questions.yaml
deleted file mode 100755
index 7ef0de44cde..00000000000
--- a/stable/traefik-forward-auth/3.7.0/questions.yaml
+++ /dev/null
@@ -1,3087 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: tfaAppOptions
- group: App Configuration
- label: Application Options
- schema:
- type: dict
- attrs:
- - variable: secret
- label: Secret
- description: Mandatory, can be any string.
- schema:
- type: string
- required: true
- private: true
- - variable: port
- label: Port
- schema:
- type: int
- default: 4181
- - variable: logLevel
- label: Log level
- schema:
- type: string
- default: warn
- enum:
- - value: trace
- description: Trace (most detailed)
- - value: debug
- description: Debug
- - value: info
- description: Information
- - value: warn
- description: Warning
- - value: error
- description: Error
- - value: fatal
- description: Fatal
- - value: panic
- description: Panic (least detailed)
- - variable: logFormat
- label: Log format
- schema:
- type: string
- default: text
- enum:
- - value: text
- description: Text
- - value: json
- description: JSON
- - value: pretty
- description: Pretty
- - variable: tfaAuthOptions
- group: App Configuration
- label: Auth Options
- schema:
- type: dict
- attrs:
- - variable: authHost
- label: Auth host
- description: Single host to use when returning from 3rd party auth.
- schema:
- type: string
- - variable: urlPath
- label: Callback URL Path
- schema:
- type: string
- default: "/_oauth"
- - variable: defaultAction
- label: Default action
- schema:
- type: string
- default: auth
- enum:
- - value: auth
- description: Authenticate
- - value: allow
- description: Allow (do not require authentication)
- - variable: defaultProvider
- label: Default provider
- schema:
- type: string
- default: google
- enum:
- - value: google
- description: Google Provider
- - value: oidc
- description: OIDC Provider
- - value: generic-oauth
- description: Generic OAuth2 Provider
- - variable: domain
- label: Domains
- description: Only allow given email domains.
- schema:
- type: list
- default: []
- items:
- - variable: allowedDomain
- label: Host
- schema:
- type: string
- required: true
- - variable: whitelist
- label: Whitelist
- description: Only allow given email addresses.
- schema:
- type: list
- default: []
- items:
- - variable: allowedEmail
- label: Host
- schema:
- type: string
- required: true
- - variable: rules
- label: Rules
- description: Additional rules in rule..= format.
- schema:
- type: list
- default: []
- items:
- - variable: rule
- label: Rule
- schema:
- type: string
- required: true
- - variable: logoutRedirect
- label: Logout redirect
- description: URL to redirect to following logout.
- schema:
- type: string
- - variable: tfaCookieOptions
- group: App Configuration
- label: Cookie Options
- schema:
- type: dict
- attrs:
- - variable: cookieDomain
- label: Cookie domain hosts
- schema:
- type: list
- default: []
- items:
- - variable: cookieDomainHost
- label: Host
- schema:
- type: string
- required: true
- - variable: cookieName
- label: Cookie name
- schema:
- type: string
- default: "_forward_auth"
- - variable: csrfCookieName
- label: CSRF cookie name
- schema:
- type: string
- default: "_forward_auth_csrf"
- - variable: lifetime
- label: Lifetime
- description: Lifetime in seconds.
- schema:
- type: int
- default: 43200
- - variable: insecureCookie
- label: Use insecure cookies
- schema:
- type: boolean
- default: false
- - variable: tfaGoogleOptions
- group: App Configuration
- label: Google Provider
- schema:
- type: dict
- attrs:
- - variable: clientId
- label: Client ID
- schema:
- type: string
- private: true
- - variable: clientSecret
- label: Client Secret
- schema:
- type: string
- private: true
- - variable: prompt
- label: Prompt
- description: Space separated list of OpenID prompt options.
- schema:
- type: string
- - variable: tfaOidcOptions
- group: App Configuration
- label: OIDC Provider
- schema:
- type: dict
- attrs:
- - variable: issuerUrl
- label: Issuer URL
- schema:
- type: string
- - variable: clientId
- label: Client ID
- schema:
- type: string
- private: true
- - variable: clientSecret
- label: Client Secret
- schema:
- type: string
- private: true
- - variable: resource
- label: Resource
- description: Optional resource indicator.
- schema:
- type: string
- - variable: tfaOauthOptions
- group: App Configuration
- label: Generic OAuth2 Provider
- schema:
- type: dict
- attrs:
- - variable: authUrl
- label: Auth/Login URL
- schema:
- type: string
- - variable: tokenUrl
- label: Token URL
- schema:
- type: string
- - variable: userUrl
- label: User URL
- description: URL used to retrieve user info.
- schema:
- type: string
- - variable: clientId
- label: Client ID
- schema:
- type: string
- private: true
- - variable: clientSecret
- label: Client Secret
- schema:
- type: string
- private: true
- - variable: scopes
- label: Scopes
- schema:
- type: string
- default: profile, email
- - variable: tokenStyle
- label: Token style
- description: How token is presented when querying the User URL
- schema:
- type: string
- default: header
- enum:
- - value: header
- description: Header
- - value: query
- description: Query
- - variable: resource
- label: Resource
- description: Optional resource indicator.
- schema:
- type: string
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 4181
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/truecommand/19.6.1/.helmignore b/stable/traefik-forward-auth/3.7.4/.helmignore
similarity index 100%
rename from stable/truecommand/19.6.1/.helmignore
rename to stable/traefik-forward-auth/3.7.4/.helmignore
diff --git a/stable/traefik-forward-auth/3.7.4/CHANGELOG.md b/stable/traefik-forward-auth/3.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..259022444e9
--- /dev/null
+++ b/stable/traefik-forward-auth/3.7.4/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-forward-auth-3.7.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/traefik-forward-auth/3.7.4/Chart.yaml b/stable/traefik-forward-auth/3.7.4/Chart.yaml
new file mode 100644
index 00000000000..5212dc28aaa
--- /dev/null
+++ b/stable/traefik-forward-auth/3.7.4/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
+home: https://truecharts.org/charts/stable/traefik-forward-auth
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.png
+keywords:
+ - traefik-forward-auth
+ - traefik
+ - forward-auth
+ - auth
+ - ingress
+ - middleware
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traefik-forward-auth
+sources:
+ - https://github.com/thomseddon/traefik-forward-auth
+ - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth
+ - https://hub.docker.com/r/thomseddon/traefik-forward-auth
+type: application
+version: 3.7.4
diff --git a/stable/traefik-forward-auth/3.7.0/README.md b/stable/traefik-forward-auth/3.7.4/README.md
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/README.md
rename to stable/traefik-forward-auth/3.7.4/README.md
diff --git a/stable/traefik-forward-auth/3.7.4/app-changelog.md b/stable/traefik-forward-auth/3.7.4/app-changelog.md
new file mode 100644
index 00000000000..6efda80d813
--- /dev/null
+++ b/stable/traefik-forward-auth/3.7.4/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [traefik-forward-auth-3.7.4](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traefik-forward-auth/3.7.0/app-readme.md b/stable/traefik-forward-auth/3.7.4/app-readme.md
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/app-readme.md
rename to stable/traefik-forward-auth/3.7.4/app-readme.md
diff --git a/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz b/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/traefik-forward-auth/3.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/traefik-forward-auth/3.7.0/ix_values.yaml b/stable/traefik-forward-auth/3.7.4/ix_values.yaml
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/ix_values.yaml
rename to stable/traefik-forward-auth/3.7.4/ix_values.yaml
diff --git a/stable/traefik-forward-auth/3.7.4/questions.yaml b/stable/traefik-forward-auth/3.7.4/questions.yaml
new file mode 100755
index 00000000000..0e91c32a2e3
--- /dev/null
+++ b/stable/traefik-forward-auth/3.7.4/questions.yaml
@@ -0,0 +1,2811 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: tfaAppOptions
+ group: App Configuration
+ label: Application Options
+ schema:
+ type: dict
+ attrs:
+ - variable: secret
+ label: Secret
+ description: Mandatory, can be any string.
+ schema:
+ type: string
+ required: true
+ private: true
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 4181
+ - variable: logLevel
+ label: Log level
+ schema:
+ type: string
+ default: warn
+ enum:
+ - value: trace
+ description: Trace (most detailed)
+ - value: debug
+ description: Debug
+ - value: info
+ description: Information
+ - value: warn
+ description: Warning
+ - value: error
+ description: Error
+ - value: fatal
+ description: Fatal
+ - value: panic
+ description: Panic (least detailed)
+ - variable: logFormat
+ label: Log format
+ schema:
+ type: string
+ default: text
+ enum:
+ - value: text
+ description: Text
+ - value: json
+ description: JSON
+ - value: pretty
+ description: Pretty
+ - variable: tfaAuthOptions
+ group: App Configuration
+ label: Auth Options
+ schema:
+ type: dict
+ attrs:
+ - variable: authHost
+ label: Auth host
+ description: Single host to use when returning from 3rd party auth.
+ schema:
+ type: string
+ - variable: urlPath
+ label: Callback URL Path
+ schema:
+ type: string
+ default: "/_oauth"
+ - variable: defaultAction
+ label: Default action
+ schema:
+ type: string
+ default: auth
+ enum:
+ - value: auth
+ description: Authenticate
+ - value: allow
+ description: Allow (do not require authentication)
+ - variable: defaultProvider
+ label: Default provider
+ schema:
+ type: string
+ default: google
+ enum:
+ - value: google
+ description: Google Provider
+ - value: oidc
+ description: OIDC Provider
+ - value: generic-oauth
+ description: Generic OAuth2 Provider
+ - variable: domain
+ label: Domains
+ description: Only allow given email domains.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: allowedDomain
+ label: Host
+ schema:
+ type: string
+ required: true
+ - variable: whitelist
+ label: Whitelist
+ description: Only allow given email addresses.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: allowedEmail
+ label: Host
+ schema:
+ type: string
+ required: true
+ - variable: rules
+ label: Rules
+ description: Additional rules in rule..= format.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: rule
+ label: Rule
+ schema:
+ type: string
+ required: true
+ - variable: logoutRedirect
+ label: Logout redirect
+ description: URL to redirect to following logout.
+ schema:
+ type: string
+ - variable: tfaCookieOptions
+ group: App Configuration
+ label: Cookie Options
+ schema:
+ type: dict
+ attrs:
+ - variable: cookieDomain
+ label: Cookie domain hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: cookieDomainHost
+ label: Host
+ schema:
+ type: string
+ required: true
+ - variable: cookieName
+ label: Cookie name
+ schema:
+ type: string
+ default: "_forward_auth"
+ - variable: csrfCookieName
+ label: CSRF cookie name
+ schema:
+ type: string
+ default: "_forward_auth_csrf"
+ - variable: lifetime
+ label: Lifetime
+ description: Lifetime in seconds.
+ schema:
+ type: int
+ default: 43200
+ - variable: insecureCookie
+ label: Use insecure cookies
+ schema:
+ type: boolean
+ default: false
+ - variable: tfaGoogleOptions
+ group: App Configuration
+ label: Google Provider
+ schema:
+ type: dict
+ attrs:
+ - variable: clientId
+ label: Client ID
+ schema:
+ type: string
+ private: true
+ - variable: clientSecret
+ label: Client Secret
+ schema:
+ type: string
+ private: true
+ - variable: prompt
+ label: Prompt
+ description: Space separated list of OpenID prompt options.
+ schema:
+ type: string
+ - variable: tfaOidcOptions
+ group: App Configuration
+ label: OIDC Provider
+ schema:
+ type: dict
+ attrs:
+ - variable: issuerUrl
+ label: Issuer URL
+ schema:
+ type: string
+ - variable: clientId
+ label: Client ID
+ schema:
+ type: string
+ private: true
+ - variable: clientSecret
+ label: Client Secret
+ schema:
+ type: string
+ private: true
+ - variable: resource
+ label: Resource
+ description: Optional resource indicator.
+ schema:
+ type: string
+ - variable: tfaOauthOptions
+ group: App Configuration
+ label: Generic OAuth2 Provider
+ schema:
+ type: dict
+ attrs:
+ - variable: authUrl
+ label: Auth/Login URL
+ schema:
+ type: string
+ - variable: tokenUrl
+ label: Token URL
+ schema:
+ type: string
+ - variable: userUrl
+ label: User URL
+ description: URL used to retrieve user info.
+ schema:
+ type: string
+ - variable: clientId
+ label: Client ID
+ schema:
+ type: string
+ private: true
+ - variable: clientSecret
+ label: Client Secret
+ schema:
+ type: string
+ private: true
+ - variable: scopes
+ label: Scopes
+ schema:
+ type: string
+ default: profile, email
+ - variable: tokenStyle
+ label: Token style
+ description: How token is presented when querying the User URL
+ schema:
+ type: string
+ default: header
+ enum:
+ - value: header
+ description: Header
+ - value: query
+ description: Query
+ - variable: resource
+ label: Resource
+ description: Optional resource indicator.
+ schema:
+ type: string
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 4181
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/traefik-forward-auth/3.7.0/templates/_args.tpl b/stable/traefik-forward-auth/3.7.4/templates/_args.tpl
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/templates/_args.tpl
rename to stable/traefik-forward-auth/3.7.4/templates/_args.tpl
diff --git a/stable/traefik-forward-auth/3.7.0/templates/_secrets.tpl b/stable/traefik-forward-auth/3.7.4/templates/_secrets.tpl
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/templates/_secrets.tpl
rename to stable/traefik-forward-auth/3.7.4/templates/_secrets.tpl
diff --git a/stable/traefik-forward-auth/3.7.0/templates/common.yaml b/stable/traefik-forward-auth/3.7.4/templates/common.yaml
similarity index 100%
rename from stable/traefik-forward-auth/3.7.0/templates/common.yaml
rename to stable/traefik-forward-auth/3.7.4/templates/common.yaml
diff --git a/stable/truecommand/19.6.1/values.yaml b/stable/traefik-forward-auth/3.7.4/values.yaml
similarity index 100%
rename from stable/truecommand/19.6.1/values.yaml
rename to stable/traefik-forward-auth/3.7.4/values.yaml
diff --git a/stable/traggo/6.8.0/CHANGELOG.md b/stable/traggo/6.8.0/CHANGELOG.md
deleted file mode 100644
index 7975b8cc5be..00000000000
--- a/stable/traggo/6.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/traggo/6.8.0/Chart.yaml b/stable/traggo/6.8.0/Chart.yaml
deleted file mode 100644
index 7f8877288fc..00000000000
--- a/stable/traggo/6.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.4.3
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
-home: https://truecharts.org/charts/stable/traggo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png
-keywords:
- - time-tracking
- - tag
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traggo
-sources:
- - https://github.com/traggo/server
- - https://github.com/truecharts/charts/tree/master/charts/stable/traggo
- - https://hub.docker.com/r/traggo/server
-type: application
-version: 6.8.0
diff --git a/stable/traggo/6.8.0/app-changelog.md b/stable/traggo/6.8.0/app-changelog.md
deleted file mode 100644
index f4c049e92ba..00000000000
--- a/stable/traggo/6.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [traggo-6.8.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traggo/6.8.0/charts/common-20.2.0.tgz b/stable/traggo/6.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/traggo/6.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/traggo/6.8.0/ix_values.yaml b/stable/traggo/6.8.0/ix_values.yaml
deleted file mode 100644
index b3a8e39f342..00000000000
--- a/stable/traggo/6.8.0/ix_values.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-image:
- repository: traggo/server
- pullPolicy: IfNotPresent
- tag: 0.4.3@sha256:93a800bb78b429b258d275cc79b8329331f4ef239ba1c79bcd5386155d8eae41
-traggo:
- username: admin
- password: admin
- pass_strength: 10
- log_level: info
-service:
- main:
- ports:
- main:
- protocol: http
- port: 12117
-persistence:
- config:
- enabled: true
- mountPath: /opt/traggo/data
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: http
- readiness:
- type: http
- startup:
- type: http
- envFrom:
- - secretRef:
- name: "secret"
diff --git a/stable/truenas-exporter/1.6.0/.helmignore b/stable/traggo/6.8.4/.helmignore
similarity index 100%
rename from stable/truenas-exporter/1.6.0/.helmignore
rename to stable/traggo/6.8.4/.helmignore
diff --git a/stable/traggo/6.8.4/CHANGELOG.md b/stable/traggo/6.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..04955c0bca6
--- /dev/null
+++ b/stable/traggo/6.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traggo-6.8.3](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traggo-6.8.3](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traggo-6.8.3](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traggo-6.8.3](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traggo-6.8.3](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traggo/6.8.4/Chart.yaml b/stable/traggo/6.8.4/Chart.yaml
new file mode 100644
index 00000000000..74d32570105
--- /dev/null
+++ b/stable/traggo/6.8.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.4.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
+home: https://truecharts.org/charts/stable/traggo
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.png
+keywords:
+ - time-tracking
+ - tag
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traggo
+sources:
+ - https://github.com/traggo/server
+ - https://github.com/truecharts/charts/tree/master/charts/stable/traggo
+ - https://hub.docker.com/r/traggo/server
+type: application
+version: 6.8.4
diff --git a/stable/traggo/6.8.0/README.md b/stable/traggo/6.8.4/README.md
similarity index 100%
rename from stable/traggo/6.8.0/README.md
rename to stable/traggo/6.8.4/README.md
diff --git a/stable/traggo/6.8.4/app-changelog.md b/stable/traggo/6.8.4/app-changelog.md
new file mode 100644
index 00000000000..04432f3dc08
--- /dev/null
+++ b/stable/traggo/6.8.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [traggo-6.8.4](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image traggo/server to v0.4.4[@d5b7274](https://github.com/d5b7274) by renovate ([#19476](https://github.com/truecharts/charts/issues/19476))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traggo/6.8.0/app-readme.md b/stable/traggo/6.8.4/app-readme.md
similarity index 100%
rename from stable/traggo/6.8.0/app-readme.md
rename to stable/traggo/6.8.4/app-readme.md
diff --git a/stable/traggo/6.8.4/charts/common-20.2.4.tgz b/stable/traggo/6.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/traggo/6.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/traggo/6.8.4/ix_values.yaml b/stable/traggo/6.8.4/ix_values.yaml
new file mode 100644
index 00000000000..b70ebc9c64c
--- /dev/null
+++ b/stable/traggo/6.8.4/ix_values.yaml
@@ -0,0 +1,37 @@
+image:
+ repository: traggo/server
+ pullPolicy: IfNotPresent
+ tag: 0.4.4@sha256:d5b72742db60a8b12e0e70060cb536f94458b59bcc6862701178821983962b50
+traggo:
+ username: admin
+ password: admin
+ pass_strength: 10
+ log_level: info
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 12117
+persistence:
+ config:
+ enabled: true
+ mountPath: /opt/traggo/data
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: http
+ readiness:
+ type: http
+ startup:
+ type: http
+ envFrom:
+ - secretRef:
+ name: "secret"
diff --git a/stable/traggo/6.8.0/questions.yaml b/stable/traggo/6.8.4/questions.yaml
similarity index 100%
rename from stable/traggo/6.8.0/questions.yaml
rename to stable/traggo/6.8.4/questions.yaml
diff --git a/stable/truenas-exporter/1.6.0/templates/NOTES.txt b/stable/traggo/6.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/truenas-exporter/1.6.0/templates/NOTES.txt
rename to stable/traggo/6.8.4/templates/NOTES.txt
diff --git a/stable/traggo/6.8.0/templates/_secret.tpl b/stable/traggo/6.8.4/templates/_secret.tpl
similarity index 100%
rename from stable/traggo/6.8.0/templates/_secret.tpl
rename to stable/traggo/6.8.4/templates/_secret.tpl
diff --git a/stable/traggo/6.8.0/templates/common.yaml b/stable/traggo/6.8.4/templates/common.yaml
similarity index 100%
rename from stable/traggo/6.8.0/templates/common.yaml
rename to stable/traggo/6.8.4/templates/common.yaml
diff --git a/stable/truenas-exporter/1.6.0/values.yaml b/stable/traggo/6.8.4/values.yaml
similarity index 100%
rename from stable/truenas-exporter/1.6.0/values.yaml
rename to stable/traggo/6.8.4/values.yaml
diff --git a/stable/traktarr/5.6.0/CHANGELOG.md b/stable/traktarr/5.6.0/CHANGELOG.md
deleted file mode 100644
index b014e5dda40..00000000000
--- a/stable/traktarr/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traktarr-5.6.0](https://github.com/truecharts/charts/compare/traktarr-5.5.2...traktarr-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [traktarr-5.5.2](https://github.com/truecharts/charts/compare/traktarr-5.5.1...traktarr-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [traktarr-5.5.1](https://github.com/truecharts/charts/compare/traktarr-5.5.0...traktarr-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [traktarr-5.5.0](https://github.com/truecharts/charts/compare/traktarr-5.4.1...traktarr-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [traktarr-5.4.1](https://github.com/truecharts/charts/compare/traktarr-5.4.0...traktarr-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [traktarr-5.4.0](https://github.com/truecharts/charts/compare/traktarr-5.3.0...traktarr-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [traktarr-5.3.0](https://github.com/truecharts/charts/compare/traktarr-5.2.3...traktarr-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [traktarr-5.2.3](https://github.com/truecharts/charts/compare/traktarr-5.2.2...traktarr-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [traktarr-5.2.2](https://github.com/truecharts/charts/compare/traktarr-5.2.0...traktarr-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/traktarr/5.6.0/Chart.yaml b/stable/traktarr/5.6.0/Chart.yaml
deleted file mode 100644
index fed394fbd50..00000000000
--- a/stable/traktarr/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists.
-home: https://truecharts.org/charts/stable/traktarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png
-keywords:
- - traktarr
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traktarr
-sources:
- - https://github.com/l3uddz/traktarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr
- - https://hub.docker.com/r/eafxx/traktarr
-type: application
-version: 5.6.0
diff --git a/stable/traktarr/5.6.0/charts/common-20.1.5.tgz b/stable/traktarr/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/traktarr/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tsmuxer/9.6.0/.helmignore b/stable/traktarr/5.7.3/.helmignore
similarity index 100%
rename from stable/tsmuxer/9.6.0/.helmignore
rename to stable/traktarr/5.7.3/.helmignore
diff --git a/stable/traktarr/5.7.3/CHANGELOG.md b/stable/traktarr/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..09a229bc45e
--- /dev/null
+++ b/stable/traktarr/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traktarr-5.7.2](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/traktarr/5.7.3/Chart.yaml b/stable/traktarr/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7f4141c0eed
--- /dev/null
+++ b/stable/traktarr/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists.
+home: https://truecharts.org/charts/stable/traktarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png
+keywords:
+ - traktarr
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traktarr
+sources:
+ - https://github.com/l3uddz/traktarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr
+ - https://hub.docker.com/r/eafxx/traktarr
+type: application
+version: 5.7.3
diff --git a/stable/traktarr/5.6.0/README.md b/stable/traktarr/5.7.3/README.md
similarity index 100%
rename from stable/traktarr/5.6.0/README.md
rename to stable/traktarr/5.7.3/README.md
diff --git a/stable/traktarr/5.7.3/app-changelog.md b/stable/traktarr/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..0d1b9723ddd
--- /dev/null
+++ b/stable/traktarr/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [traktarr-5.7.3](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/traktarr/5.6.0/app-readme.md b/stable/traktarr/5.7.3/app-readme.md
similarity index 100%
rename from stable/traktarr/5.6.0/app-readme.md
rename to stable/traktarr/5.7.3/app-readme.md
diff --git a/stable/traktarr/5.7.3/charts/common-20.2.4.tgz b/stable/traktarr/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/traktarr/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/traktarr/5.6.0/ix_values.yaml b/stable/traktarr/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/traktarr/5.6.0/ix_values.yaml
rename to stable/traktarr/5.7.3/ix_values.yaml
diff --git a/stable/traktarr/5.6.0/questions.yaml b/stable/traktarr/5.7.3/questions.yaml
similarity index 100%
rename from stable/traktarr/5.6.0/questions.yaml
rename to stable/traktarr/5.7.3/questions.yaml
diff --git a/stable/tubearchivist-redisjson/5.6.0/templates/common.yaml b/stable/traktarr/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/templates/common.yaml
rename to stable/traktarr/5.7.3/templates/common.yaml
diff --git a/stable/tsmuxer/9.6.0/values.yaml b/stable/traktarr/5.7.3/values.yaml
similarity index 100%
rename from stable/tsmuxer/9.6.0/values.yaml
rename to stable/traktarr/5.7.3/values.yaml
diff --git a/stable/trango/5.6.0/CHANGELOG.md b/stable/trango/5.6.0/CHANGELOG.md
deleted file mode 100644
index 7f470bca0c5..00000000000
--- a/stable/trango/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [trango-5.6.0](https://github.com/truecharts/charts/compare/trango-5.5.2...trango-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [trango-5.5.2](https://github.com/truecharts/charts/compare/trango-5.5.1...trango-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [trango-5.5.1](https://github.com/truecharts/charts/compare/trango-5.5.0...trango-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [trango-5.5.0](https://github.com/truecharts/charts/compare/trango-5.4.1...trango-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [trango-5.4.1](https://github.com/truecharts/charts/compare/trango-5.4.0...trango-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [trango-5.4.0](https://github.com/truecharts/charts/compare/trango-5.3.0...trango-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [trango-5.3.0](https://github.com/truecharts/charts/compare/trango-5.2.3...trango-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [trango-5.2.3](https://github.com/truecharts/charts/compare/trango-5.2.2...trango-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [trango-5.2.2](https://github.com/truecharts/charts/compare/trango-5.2.0...trango-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/trango/5.6.0/Chart.yaml b/stable/trango/5.6.0/Chart.yaml
deleted file mode 100644
index c1f94479646..00000000000
--- a/stable/trango/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network.
-home: https://truecharts.org/charts/stable/trango
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png
-keywords:
- - trango
- - Network-Other
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: trango
-sources:
- - https://trango.io/
- - https://github.com/truecharts/charts/tree/master/charts/stable/trango
- - https://hub.docker.com/r/tak786/trango-self-hosted
-type: application
-version: 5.6.0
diff --git a/stable/trango/5.6.0/charts/common-20.1.5.tgz b/stable/trango/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/trango/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tsn-ranksystem/1.2.3/.helmignore b/stable/trango/5.7.3/.helmignore
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/.helmignore
rename to stable/trango/5.7.3/.helmignore
diff --git a/stable/trango/5.7.3/CHANGELOG.md b/stable/trango/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..39df1097720
--- /dev/null
+++ b/stable/trango/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trango-5.7.2](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/trango/5.7.3/Chart.yaml b/stable/trango/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3da28332162
--- /dev/null
+++ b/stable/trango/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network.
+home: https://truecharts.org/charts/stable/trango
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png
+keywords:
+ - trango
+ - Network-Other
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: trango
+sources:
+ - https://trango.io/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/trango
+ - https://hub.docker.com/r/tak786/trango-self-hosted
+type: application
+version: 5.7.3
diff --git a/stable/trango/5.6.0/README.md b/stable/trango/5.7.3/README.md
similarity index 100%
rename from stable/trango/5.6.0/README.md
rename to stable/trango/5.7.3/README.md
diff --git a/stable/trango/5.7.3/app-changelog.md b/stable/trango/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..036c587cabe
--- /dev/null
+++ b/stable/trango/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [trango-5.7.3](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/trango/5.6.0/app-readme.md b/stable/trango/5.7.3/app-readme.md
similarity index 100%
rename from stable/trango/5.6.0/app-readme.md
rename to stable/trango/5.7.3/app-readme.md
diff --git a/stable/trango/5.7.3/charts/common-20.2.4.tgz b/stable/trango/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/trango/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/trango/5.6.0/ix_values.yaml b/stable/trango/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/trango/5.6.0/ix_values.yaml
rename to stable/trango/5.7.3/ix_values.yaml
diff --git a/stable/trango/5.6.0/questions.yaml b/stable/trango/5.7.3/questions.yaml
similarity index 100%
rename from stable/trango/5.6.0/questions.yaml
rename to stable/trango/5.7.3/questions.yaml
diff --git a/stable/tubesync/5.6.1/templates/common.yaml b/stable/trango/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tubesync/5.6.1/templates/common.yaml
rename to stable/trango/5.7.3/templates/common.yaml
diff --git a/stable/tsn-ranksystem/1.2.3/values.yaml b/stable/trango/5.7.3/values.yaml
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/values.yaml
rename to stable/trango/5.7.3/values.yaml
diff --git a/stable/transmission/20.6.0/CHANGELOG.md b/stable/transmission/20.6.0/CHANGELOG.md
deleted file mode 100644
index 0255664d77a..00000000000
--- a/stable/transmission/20.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [transmission-20.6.0](https://github.com/truecharts/charts/compare/transmission-20.5.2...transmission-20.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [transmission-20.5.2](https://github.com/truecharts/charts/compare/transmission-20.5.1...transmission-20.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [transmission-20.5.1](https://github.com/truecharts/charts/compare/transmission-20.5.0...transmission-20.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [transmission-20.5.0](https://github.com/truecharts/charts/compare/transmission-20.4.1...transmission-20.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [transmission-20.4.1](https://github.com/truecharts/charts/compare/transmission-20.4.0...transmission-20.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [transmission-20.4.0](https://github.com/truecharts/charts/compare/transmission-20.3.0...transmission-20.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [transmission-20.3.0](https://github.com/truecharts/charts/compare/transmission-20.2.3...transmission-20.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [transmission-20.2.3](https://github.com/truecharts/charts/compare/transmission-20.2.2...transmission-20.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [transmission-20.2.2](https://github.com/truecharts/charts/compare/transmission-20.2.0...transmission-20.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/transmission/20.6.0/Chart.yaml b/stable/transmission/20.6.0/Chart.yaml
deleted file mode 100644
index 4005ef6b9ec..00000000000
--- a/stable/transmission/20.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: download-tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.0.5
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: fast, easy, and free BitTorrent client.
-home: https://truecharts.org/charts/stable/transmission
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png
-keywords:
- - transmission
- - torrent
- - usenet
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: transmission
-sources:
- - https://github.com/transmission/transmission
- - https://github.com/truecharts/charts/tree/master/charts/stable/transmission
- - https://ghcr.io/onedr0p/transmission
-type: application
-version: 20.6.0
diff --git a/stable/transmission/20.6.0/charts/common-20.1.5.tgz b/stable/transmission/20.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/transmission/20.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tt-rss/16.7.1/.helmignore b/stable/transmission/20.7.3/.helmignore
similarity index 100%
rename from stable/tt-rss/16.7.1/.helmignore
rename to stable/transmission/20.7.3/.helmignore
diff --git a/stable/transmission/20.7.3/CHANGELOG.md b/stable/transmission/20.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..dc000d8d264
--- /dev/null
+++ b/stable/transmission/20.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [transmission-20.7.2](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/transmission/20.7.3/Chart.yaml b/stable/transmission/20.7.3/Chart.yaml
new file mode 100644
index 00000000000..fa93317a5c5
--- /dev/null
+++ b/stable/transmission/20.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: download-tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.0.5
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: fast, easy, and free BitTorrent client.
+home: https://truecharts.org/charts/stable/transmission
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png
+keywords:
+ - transmission
+ - torrent
+ - usenet
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: transmission
+sources:
+ - https://github.com/transmission/transmission
+ - https://github.com/truecharts/charts/tree/master/charts/stable/transmission
+ - https://ghcr.io/onedr0p/transmission
+type: application
+version: 20.7.3
diff --git a/stable/transmission/20.6.0/README.md b/stable/transmission/20.7.3/README.md
similarity index 100%
rename from stable/transmission/20.6.0/README.md
rename to stable/transmission/20.7.3/README.md
diff --git a/stable/transmission/20.7.3/app-changelog.md b/stable/transmission/20.7.3/app-changelog.md
new file mode 100644
index 00000000000..c5c650c711a
--- /dev/null
+++ b/stable/transmission/20.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [transmission-20.7.3](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/transmission/20.6.0/app-readme.md b/stable/transmission/20.7.3/app-readme.md
similarity index 100%
rename from stable/transmission/20.6.0/app-readme.md
rename to stable/transmission/20.7.3/app-readme.md
diff --git a/stable/transmission/20.7.3/charts/common-20.2.4.tgz b/stable/transmission/20.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/transmission/20.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/transmission/20.6.0/ix_values.yaml b/stable/transmission/20.7.3/ix_values.yaml
similarity index 100%
rename from stable/transmission/20.6.0/ix_values.yaml
rename to stable/transmission/20.7.3/ix_values.yaml
diff --git a/stable/transmission/20.6.0/questions.yaml b/stable/transmission/20.7.3/questions.yaml
similarity index 100%
rename from stable/transmission/20.6.0/questions.yaml
rename to stable/transmission/20.7.3/questions.yaml
diff --git a/stable/tsmuxer/9.6.0/templates/NOTES.txt b/stable/transmission/20.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tsmuxer/9.6.0/templates/NOTES.txt
rename to stable/transmission/20.7.3/templates/NOTES.txt
diff --git a/stable/transmission/20.6.0/templates/common.yaml b/stable/transmission/20.7.3/templates/common.yaml
similarity index 100%
rename from stable/transmission/20.6.0/templates/common.yaml
rename to stable/transmission/20.7.3/templates/common.yaml
diff --git a/stable/tt-rss/16.7.1/values.yaml b/stable/transmission/20.7.3/values.yaml
similarity index 100%
rename from stable/tt-rss/16.7.1/values.yaml
rename to stable/transmission/20.7.3/values.yaml
diff --git a/stable/trilium-notes/12.7.0/CHANGELOG.md b/stable/trilium-notes/12.7.0/CHANGELOG.md
deleted file mode 100644
index d37910f5203..00000000000
--- a/stable/trilium-notes/12.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [trilium-notes-12.7.0](https://github.com/truecharts/charts/compare/trilium-notes-12.6.2...trilium-notes-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [trilium-notes-12.6.2](https://github.com/truecharts/charts/compare/trilium-notes-12.6.1...trilium-notes-12.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [trilium-notes-12.6.1](https://github.com/truecharts/charts/compare/trilium-notes-12.6.0...trilium-notes-12.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [trilium-notes-12.6.0](https://github.com/truecharts/charts/compare/trilium-notes-12.5.1...trilium-notes-12.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [trilium-notes-12.5.1](https://github.com/truecharts/charts/compare/trilium-notes-12.5.0...trilium-notes-12.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [trilium-notes-12.5.0](https://github.com/truecharts/charts/compare/trilium-notes-12.4.0...trilium-notes-12.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [trilium-notes-12.4.0](https://github.com/truecharts/charts/compare/trilium-notes-12.3.3...trilium-notes-12.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [trilium-notes-12.3.3](https://github.com/truecharts/charts/compare/trilium-notes-12.3.2...trilium-notes-12.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [trilium-notes-12.3.2](https://github.com/truecharts/charts/compare/trilium-notes-12.3.0...trilium-notes-12.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/trilium-notes/12.7.0/Chart.yaml b/stable/trilium-notes/12.7.0/Chart.yaml
deleted file mode 100644
index b3383d66205..00000000000
--- a/stable/trilium-notes/12.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.63.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
-home: https://truecharts.org/charts/stable/trilium-notes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png
-keywords:
- - trilium
- - notes
- - note
- - information
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: trilium-notes
-sources:
- - https://github.com/zadam/trilium
- - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes
- - https://ghcr.io/zadam/trilium
-type: application
-version: 12.7.0
diff --git a/stable/trilium-notes/12.7.0/charts/common-20.1.5.tgz b/stable/trilium-notes/12.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/trilium-notes/12.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tubearchivist-redisjson/5.6.0/.helmignore b/stable/trilium-notes/12.8.3/.helmignore
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/.helmignore
rename to stable/trilium-notes/12.8.3/.helmignore
diff --git a/stable/trilium-notes/12.8.3/CHANGELOG.md b/stable/trilium-notes/12.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..03caff71657
--- /dev/null
+++ b/stable/trilium-notes/12.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [trilium-notes-12.8.3](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [trilium-notes-12.8.2](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/trilium-notes/12.8.3/Chart.yaml b/stable/trilium-notes/12.8.3/Chart.yaml
new file mode 100644
index 00000000000..07837b404ea
--- /dev/null
+++ b/stable/trilium-notes/12.8.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.63.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
+home: https://truecharts.org/charts/stable/trilium-notes
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png
+keywords:
+ - trilium
+ - notes
+ - note
+ - information
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: trilium-notes
+sources:
+ - https://github.com/zadam/trilium
+ - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes
+ - https://ghcr.io/zadam/trilium
+type: application
+version: 12.8.3
diff --git a/stable/trilium-notes/12.7.0/README.md b/stable/trilium-notes/12.8.3/README.md
similarity index 100%
rename from stable/trilium-notes/12.7.0/README.md
rename to stable/trilium-notes/12.8.3/README.md
diff --git a/stable/trilium-notes/12.8.3/app-changelog.md b/stable/trilium-notes/12.8.3/app-changelog.md
new file mode 100644
index 00000000000..f3dff0d4850
--- /dev/null
+++ b/stable/trilium-notes/12.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [trilium-notes-12.8.3](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/trilium-notes/12.7.0/app-readme.md b/stable/trilium-notes/12.8.3/app-readme.md
similarity index 100%
rename from stable/trilium-notes/12.7.0/app-readme.md
rename to stable/trilium-notes/12.8.3/app-readme.md
diff --git a/stable/trilium-notes/12.8.3/charts/common-20.2.4.tgz b/stable/trilium-notes/12.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/trilium-notes/12.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/trilium-notes/12.7.0/ix_values.yaml b/stable/trilium-notes/12.8.3/ix_values.yaml
similarity index 100%
rename from stable/trilium-notes/12.7.0/ix_values.yaml
rename to stable/trilium-notes/12.8.3/ix_values.yaml
diff --git a/stable/trilium-notes/12.7.0/questions.yaml b/stable/trilium-notes/12.8.3/questions.yaml
similarity index 100%
rename from stable/trilium-notes/12.7.0/questions.yaml
rename to stable/trilium-notes/12.8.3/questions.yaml
diff --git a/stable/tsn-ranksystem/1.2.3/templates/NOTES.txt b/stable/trilium-notes/12.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/templates/NOTES.txt
rename to stable/trilium-notes/12.8.3/templates/NOTES.txt
diff --git a/stable/tsmuxer/9.6.0/templates/common.yaml b/stable/trilium-notes/12.8.3/templates/common.yaml
similarity index 100%
rename from stable/tsmuxer/9.6.0/templates/common.yaml
rename to stable/trilium-notes/12.8.3/templates/common.yaml
diff --git a/stable/tubearchivist-redisjson/5.6.0/values.yaml b/stable/trilium-notes/12.8.3/values.yaml
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/values.yaml
rename to stable/trilium-notes/12.8.3/values.yaml
diff --git a/stable/troddit/5.6.0/CHANGELOG.md b/stable/troddit/5.6.0/CHANGELOG.md
deleted file mode 100644
index e778fec599a..00000000000
--- a/stable/troddit/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [troddit-5.6.0](https://github.com/truecharts/charts/compare/troddit-5.5.2...troddit-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [troddit-5.5.2](https://github.com/truecharts/charts/compare/troddit-5.5.1...troddit-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [troddit-5.5.1](https://github.com/truecharts/charts/compare/troddit-5.5.0...troddit-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [troddit-5.5.0](https://github.com/truecharts/charts/compare/troddit-5.4.1...troddit-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [troddit-5.4.1](https://github.com/truecharts/charts/compare/troddit-5.4.0...troddit-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [troddit-5.4.0](https://github.com/truecharts/charts/compare/troddit-5.3.0...troddit-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [troddit-5.3.0](https://github.com/truecharts/charts/compare/troddit-5.2.3...troddit-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [troddit-5.2.3](https://github.com/truecharts/charts/compare/troddit-5.2.2...troddit-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [troddit-5.2.2](https://github.com/truecharts/charts/compare/troddit-5.2.0...troddit-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/troddit/5.6.0/Chart.yaml b/stable/troddit/5.6.0/Chart.yaml
deleted file mode 100644
index 04afb7bd84c..00000000000
--- a/stable/troddit/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Network-Web
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A web client for Reddit
-home: https://truecharts.org/charts/stable/troddit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png
-keywords:
- - troddit
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: troddit
-sources:
- - https://github.com/burhan-syed/troddit
- - https://github.com/truecharts/charts/tree/master/charts/stable/troddit
- - https://hub.docker.com/r/bsyed/troddit
-type: application
-version: 5.6.0
diff --git a/stable/troddit/5.6.0/charts/common-20.1.5.tgz b/stable/troddit/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/troddit/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tubesync/5.6.1/.helmignore b/stable/troddit/5.7.3/.helmignore
similarity index 100%
rename from stable/tubesync/5.6.1/.helmignore
rename to stable/troddit/5.7.3/.helmignore
diff --git a/stable/troddit/5.7.3/CHANGELOG.md b/stable/troddit/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..62ab7c61237
--- /dev/null
+++ b/stable/troddit/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [troddit-5.7.2](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/troddit/5.7.3/Chart.yaml b/stable/troddit/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9db4fb81210
--- /dev/null
+++ b/stable/troddit/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Network-Web
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A web client for Reddit
+home: https://truecharts.org/charts/stable/troddit
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png
+keywords:
+ - troddit
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: troddit
+sources:
+ - https://github.com/burhan-syed/troddit
+ - https://github.com/truecharts/charts/tree/master/charts/stable/troddit
+ - https://hub.docker.com/r/bsyed/troddit
+type: application
+version: 5.7.3
diff --git a/stable/troddit/5.6.0/README.md b/stable/troddit/5.7.3/README.md
similarity index 100%
rename from stable/troddit/5.6.0/README.md
rename to stable/troddit/5.7.3/README.md
diff --git a/stable/troddit/5.7.3/app-changelog.md b/stable/troddit/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..cd2120761db
--- /dev/null
+++ b/stable/troddit/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [troddit-5.7.3](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/troddit/5.6.0/app-readme.md b/stable/troddit/5.7.3/app-readme.md
similarity index 100%
rename from stable/troddit/5.6.0/app-readme.md
rename to stable/troddit/5.7.3/app-readme.md
diff --git a/stable/troddit/5.7.3/charts/common-20.2.4.tgz b/stable/troddit/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/troddit/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/troddit/5.6.0/ix_values.yaml b/stable/troddit/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/troddit/5.6.0/ix_values.yaml
rename to stable/troddit/5.7.3/ix_values.yaml
diff --git a/stable/troddit/5.6.0/questions.yaml b/stable/troddit/5.7.3/questions.yaml
similarity index 100%
rename from stable/troddit/5.6.0/questions.yaml
rename to stable/troddit/5.7.3/questions.yaml
diff --git a/stable/tvhproxy/5.6.0/templates/common.yaml b/stable/troddit/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/tvhproxy/5.6.0/templates/common.yaml
rename to stable/troddit/5.7.3/templates/common.yaml
diff --git a/stable/tubesync/5.6.1/values.yaml b/stable/troddit/5.7.3/values.yaml
similarity index 100%
rename from stable/tubesync/5.6.1/values.yaml
rename to stable/troddit/5.7.3/values.yaml
diff --git a/stable/truecommand/19.6.1/CHANGELOG.md b/stable/truecommand/19.6.1/CHANGELOG.md
deleted file mode 100644
index d0985083aec..00000000000
--- a/stable/truecommand/19.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
-
-
-## [truecommand-19.6.0](https://github.com/truecharts/charts/compare/truecommand-19.5.2...truecommand-19.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/truecommand/19.6.1/Chart.yaml b/stable/truecommand/19.6.1/Chart.yaml
deleted file mode 100644
index c4fbb4042e1..00000000000
--- a/stable/truecommand/19.6.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Administration
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.0.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Aggregated management of TrueNAS devices
-home: https://truecharts.org/charts/stable/truecommand
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png
-keywords:
- - truecommand
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: truecommand
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand
- - https://hub.docker.com/r/ixsystems/truecommand
-type: application
-version: 19.6.1
diff --git a/stable/truecommand/19.6.1/app-changelog.md b/stable/truecommand/19.6.1/app-changelog.md
deleted file mode 100644
index e933719eb4d..00000000000
--- a/stable/truecommand/19.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [truecommand-19.6.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
\ No newline at end of file
diff --git a/stable/truecommand/19.6.1/charts/common-20.1.5.tgz b/stable/truecommand/19.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/truecommand/19.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/tvheadend/19.7.1/.helmignore b/stable/truecommand/19.7.3/.helmignore
similarity index 100%
rename from stable/tvheadend/19.7.1/.helmignore
rename to stable/truecommand/19.7.3/.helmignore
diff --git a/stable/truecommand/19.7.3/CHANGELOG.md b/stable/truecommand/19.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fa6eb36997a
--- /dev/null
+++ b/stable/truecommand/19.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
+
+
+## [truecommand-19.7.2](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
+
+
+## [truecommand-19.7.2](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
+
+
+## [truecommand-19.7.2](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
+
+
+## [truecommand-19.7.2](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
+
+
+## [truecommand-19.7.2](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
\ No newline at end of file
diff --git a/stable/truecommand/19.7.3/Chart.yaml b/stable/truecommand/19.7.3/Chart.yaml
new file mode 100644
index 00000000000..4e1f35b8e7a
--- /dev/null
+++ b/stable/truecommand/19.7.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Administration
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Aggregated management of TrueNAS devices
+home: https://truecharts.org/charts/stable/truecommand
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png
+keywords:
+ - truecommand
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: truecommand
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand
+ - https://hub.docker.com/r/ixsystems/truecommand
+type: application
+version: 19.7.3
diff --git a/stable/truecommand/19.6.1/README.md b/stable/truecommand/19.7.3/README.md
similarity index 100%
rename from stable/truecommand/19.6.1/README.md
rename to stable/truecommand/19.7.3/README.md
diff --git a/stable/truecommand/19.7.3/app-changelog.md b/stable/truecommand/19.7.3/app-changelog.md
new file mode 100644
index 00000000000..a825892779c
--- /dev/null
+++ b/stable/truecommand/19.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [truecommand-19.7.3](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ixsystems/truecommand to v3.0.1[@df4fe22](https://github.com/df4fe22) by renovate ([#19314](https://github.com/truecharts/charts/issues/19314))
\ No newline at end of file
diff --git a/stable/truecommand/19.6.1/app-readme.md b/stable/truecommand/19.7.3/app-readme.md
similarity index 100%
rename from stable/truecommand/19.6.1/app-readme.md
rename to stable/truecommand/19.7.3/app-readme.md
diff --git a/stable/truecommand/19.7.3/charts/common-20.2.4.tgz b/stable/truecommand/19.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/truecommand/19.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/truecommand/19.6.1/ix_values.yaml b/stable/truecommand/19.7.3/ix_values.yaml
similarity index 100%
rename from stable/truecommand/19.6.1/ix_values.yaml
rename to stable/truecommand/19.7.3/ix_values.yaml
diff --git a/stable/truecommand/19.6.1/questions.yaml b/stable/truecommand/19.7.3/questions.yaml
similarity index 100%
rename from stable/truecommand/19.6.1/questions.yaml
rename to stable/truecommand/19.7.3/questions.yaml
diff --git a/stable/tt-rss/16.7.1/templates/NOTES.txt b/stable/truecommand/19.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/tt-rss/16.7.1/templates/NOTES.txt
rename to stable/truecommand/19.7.3/templates/NOTES.txt
diff --git a/stable/tsn-ranksystem/1.2.3/templates/common.yaml b/stable/truecommand/19.7.3/templates/common.yaml
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/templates/common.yaml
rename to stable/truecommand/19.7.3/templates/common.yaml
diff --git a/stable/tvheadend/19.7.1/values.yaml b/stable/truecommand/19.7.3/values.yaml
similarity index 100%
rename from stable/tvheadend/19.7.1/values.yaml
rename to stable/truecommand/19.7.3/values.yaml
diff --git a/stable/truenas-exporter/1.6.0/CHANGELOG.md b/stable/truenas-exporter/1.6.0/CHANGELOG.md
deleted file mode 100644
index 76280766e15..00000000000
--- a/stable/truenas-exporter/1.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/truenas-exporter/1.6.0/Chart.yaml b/stable/truenas-exporter/1.6.0/Chart.yaml
deleted file mode 100644
index b0a9dfbb63b..00000000000
--- a/stable/truenas-exporter/1.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: system
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.15.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A metrics exporter for TrueNAS
-home: https://truecharts.org/charts/stable/truenas-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png
-keywords:
- - truenas-exporter
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: truenas-exporter
-sources:
- - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main
- - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter
- - https://hub.docker.com/r/prom/graphite-exporter
-type: application
-version: 1.6.0
diff --git a/stable/truenas-exporter/1.6.0/app-changelog.md b/stable/truenas-exporter/1.6.0/app-changelog.md
deleted file mode 100644
index 0ee9e88405c..00000000000
--- a/stable/truenas-exporter/1.6.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [truenas-exporter-1.6.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/truenas-exporter/1.6.0/charts/common-20.2.0.tgz b/stable/truenas-exporter/1.6.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/truenas-exporter/1.6.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/truenas-exporter/1.6.0/ix_values.yaml b/stable/truenas-exporter/1.6.0/ix_values.yaml
deleted file mode 100644
index 0d3868c42ad..00000000000
--- a/stable/truenas-exporter/1.6.0/ix_values.yaml
+++ /dev/null
@@ -1,495 +0,0 @@
-image:
- repository: prom/graphite-exporter
- pullPolicy: IfNotPresent
- tag: v0.15.0
-
-service:
- main:
- ports:
- main:
- protocol: tcp
- port: 9109
- main-udp:
- enabled: true
- protocol: udp
- port: 9109
- metrics:
- enabled: true
- ports:
- metrics:
- enabled: true
- protocol: http
- port: 9108
-
-workload:
- main:
- podSpec:
- containers:
- main:
- args:
- - "--graphite.mapping-config=/config/graphite_mapping.conf"
-
-metrics:
- main:
- enabled: true
- targetSelector: metrics
- endpoints:
- - port: metrics
-
-portal:
- open:
- enabled: false
-
-persistence:
- config:
- enabled: true
- type: configmap
- mountPath: /config/graphite_mapping.conf
- objectName: config
- readOnly: true
- subPath: graphite_mapping.conf
-
-configmap:
- dashboard:
- enabled: true
- labels:
- grafana_dashboard: "1"
- data:
- truenasexporter.json: >-
- {{ .Files.Get "dashboard.json" | indent 8 }}
- config:
- enabled: true
- data:
- graphite_mapping.conf: >-
- mappings:
-
- ################################################
- # memory mapping
- ################################################
-
- - match: "truenas.*.system.ram.*"
- name: "physical_memory"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- - match: "truenas.*.mem.*.*"
- name: "memory_${2}"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${3}"
-
- - match: "truenas.*.system.swap.*"
- name: "swap"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- ################################################
- # disk smart metrics
- ################################################
-
- - match: "truenas.*.smart.log.smart.disktemp.*.*"
- name: "disk_temperature"
- labels:
- job: "truenas"
- instance: "${1}"
- serial: "${2}"
-
- ################################################
- # disk operation mappings
- ################################################
-
- - match: "truenas.*.disk.*.*"
- name: "disk_io"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ops.*.*"
- name: "disk_io_ops"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ext.*.*"
- name: "disk_io"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ext_ops.*.*"
- name: "disk_io_ops"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_backlog.*.backlog"
- name: "disk_io_backlog"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
-
- - match: "truenas.*.disk_busy.*.busy"
- name: "disk_busy"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
-
- - match: "truenas.*.disk_util.*.utilization"
- name: "disk_utilization"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
-
- - match: "truenas.*.disk_mops.*.*"
- name: "disk_io"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "merged_${3}"
-
- - match: "truenas.*.disk_ext_mops.*.*"
- name: "disk_io"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "merged_${3}"
-
- - match: "truenas.*.disk_iotime.*.*"
- name: "disk_iotime"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ext_iotime.*.*"
- name: "disk_iotime"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_qops.*.operations"
- name: "disk_qops"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
-
- - match: "truenas.*.disk_await.*.*"
- name: "disk_await"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ext_await.*.*"
- name: "disk_await"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_avgsz.*.*"
- name: "disk_io_size"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_ext_avgsz.*.*"
- name: "disk_io_size"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
- op: "${3}"
-
- - match: "truenas.*.disk_svctm.*.svctm"
- name: "disk_svctm"
- labels:
- job: "truenas"
- instance: "${1}"
- disk: "${2}"
-
- - match: "truenas.*.system.io.*"
- name: "system_io"
- labels:
- job: "truenas"
- instance: "${1}"
- op: "${2}"
-
- ################################################
- # CPU mapping
- ################################################
-
- - match: "truenas.*.system.intr.interrupts"
- name: "interrupts"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "hard"
-
- - match: "truenas.*.system.cpu.softirq"
- name: "interrupts"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "soft"
-
- - match: "truenas.*.cpu.*.softirq"
- name: "cpu_softirq"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "${2}"
-
- - match: "truenas.*.system.ctxt.switches"
- name: "context_switches"
- labels:
- job: "truenas"
- instance: "${1}"
-
- - match: "truenas.*.system.cpu.*"
- name: "cpu_total"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- - match: "truenas.*.cputemp.temperatures.*"
- name: "cpu_temperature"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "cpu${2}"
-
- - match: "truenas.*.cpu.core_throttling.*"
- name: "cpu_throttling"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "${2}"
-
- - match: "truenas.*.cpu.cpufreq.*"
- name: "cpu_frequency"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "${2}"
-
- - match: 'truenas\.(.*)\.cpu\.(.*)_cpuidle\.(.*)'
- match_type: "regex"
- name: "cpu_idlestate"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "${2}"
- state: "${3}"
-
- - match: 'truenas\.(.*)\.cpu\.(.*)\.(.*)'
- match_type: "regex"
- name: "cpu_usage"
- labels:
- job: "truenas"
- instance: "${1}"
- cpu: "${2}"
- kind: "${3}"
-
- ################################################
- # process mapping
- ################################################
-
- - match: "truenas.*.system.forks.started"
- name: "processes_forks"
- labels:
- job: "truenas"
- instance: "${1}"
-
- - match: "truenas.*.system.processes.*"
- name: "processes"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- - match: "truenas.*.system.active_processes.*"
- name: "processes"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- ################################################
- # uptime mapping
- ################################################
-
- - match: "truenas.*.system.uptime.uptime"
- name: "uptime"
- labels:
- job: "truenas"
- instance: "${1}"
-
- - match: "truenas.*.system.clock_sync_state.state"
- name: "clock_synced"
- labels:
- job: "truenas"
- instance: "${1}"
-
- - match: "truenas.*.system.clock_status.*"
- name: "clock_status"
- labels:
- job: "truenas"
- instance: "${1}"
- state: "${2}"
-
- - match: "truenas.*.system.clock_sync_offset.offset"
- name: "clock_offset"
- labels:
- job: "truenas"
- instance: "${1}"
-
- ################################################
- # load mapping
- ################################################
-
- - match: "truenas.*.system.load.*"
- name: "system_load"
- labels:
- job: "truenas"
- instance: "${1}"
- kind: "${2}"
-
- ################################################
- # nsfd mappings
- ################################################
-
- - match: "truenas.*.nfsd.*.*"
- name: "nfs_${2}"
- labels:
- job: "truenas"
- instance: "${1}"
- op: "${3}"
-
- ################################################
- # zfs mappings
- ################################################
-
- - match: "truenas.*.zfs.*.*"
- name: "zfs_${2}"
- labels:
- job: "truenas"
- instance: "${1}"
- op: "${3}"
-
- - match: 'truenas\.(.*)\.zfspool\.state_(.*)\.(.*)'
- match_type: "regex"
- name: "zfs_pool"
- labels:
- job: "truenas"
- instance: "${1}"
- pool: "${2}"
- state: "${3}"
-
- ################################################
- # network mappings
- ################################################
-
- - match: "truenas.*.net.*.*"
- name: "interface_io"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- op: "${3}"
-
- - match: "truenas.*.net_speed.*.speed"
- name: "interface_speed"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
-
- - match: "truenas.*.net_duplex.*.*"
- name: "interface_duplex"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- state: "${3}"
-
- - match: "truenas.*.net_operstate.*.*"
- name: "interface_operationstate"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- state: "${3}"
-
- - match: "truenas.*.net_carrier.*.*"
- name: "interface_carrierstate"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- state: "${3}"
-
- - match: "truenas.*.net_mtu.*.mtu"
- name: "interface_mtu"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
-
- - match: "truenas.*.net_packets.*.*"
- name: "interface_packets"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- op: "${3}"
-
- - match: "truenas.*.net_errors.*.*"
- name: "interface_errors"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- op: "${3}"
-
- - match: "truenas.*.net_drops.*.*"
- name: "interface_drops"
- labels:
- job: "truenas"
- instance: "${1}"
- interface: "${2}"
- op: "${3}"
-
- - match: "truenas.*.system.net.*"
- name: "system_net_io"
- labels:
- job: "truenas"
- instance: "${1}"
- op: "${2}"
diff --git a/stable/tvhproxy/5.6.0/.helmignore b/stable/truenas-exporter/1.6.4/.helmignore
similarity index 100%
rename from stable/tvhproxy/5.6.0/.helmignore
rename to stable/truenas-exporter/1.6.4/.helmignore
diff --git a/stable/truenas-exporter/1.6.4/CHANGELOG.md b/stable/truenas-exporter/1.6.4/CHANGELOG.md
new file mode 100644
index 00000000000..5c2d3f0ec8c
--- /dev/null
+++ b/stable/truenas-exporter/1.6.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [truenas-exporter-1.6.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [truenas-exporter-1.6.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [truenas-exporter-1.6.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [truenas-exporter-1.6.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [truenas-exporter-1.6.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/truenas-exporter/1.6.4/Chart.yaml b/stable/truenas-exporter/1.6.4/Chart.yaml
new file mode 100644
index 00000000000..5f04016ce67
--- /dev/null
+++ b/stable/truenas-exporter/1.6.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: system
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.15.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A metrics exporter for TrueNAS
+home: https://truecharts.org/charts/stable/truenas-exporter
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.png
+keywords:
+ - truenas-exporter
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: truenas-exporter
+sources:
+ - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main
+ - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter
+ - https://hub.docker.com/r/prom/graphite-exporter
+type: application
+version: 1.6.4
diff --git a/stable/truenas-exporter/1.6.0/README.md b/stable/truenas-exporter/1.6.4/README.md
similarity index 100%
rename from stable/truenas-exporter/1.6.0/README.md
rename to stable/truenas-exporter/1.6.4/README.md
diff --git a/stable/truenas-exporter/1.6.4/app-changelog.md b/stable/truenas-exporter/1.6.4/app-changelog.md
new file mode 100644
index 00000000000..0ef6004674c
--- /dev/null
+++ b/stable/truenas-exporter/1.6.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [truenas-exporter-1.6.4](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image prom/graphite-exporter to v0.15.1[@9b2900c](https://github.com/9b2900c) by renovate ([#19643](https://github.com/truecharts/charts/issues/19643))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/truenas-exporter/1.6.0/app-readme.md b/stable/truenas-exporter/1.6.4/app-readme.md
similarity index 100%
rename from stable/truenas-exporter/1.6.0/app-readme.md
rename to stable/truenas-exporter/1.6.4/app-readme.md
diff --git a/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz b/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/truenas-exporter/1.6.4/charts/common-20.2.4.tgz differ
diff --git a/stable/truenas-exporter/1.6.0/dashboard.json b/stable/truenas-exporter/1.6.4/dashboard.json
similarity index 100%
rename from stable/truenas-exporter/1.6.0/dashboard.json
rename to stable/truenas-exporter/1.6.4/dashboard.json
diff --git a/stable/truenas-exporter/1.6.4/ix_values.yaml b/stable/truenas-exporter/1.6.4/ix_values.yaml
new file mode 100644
index 00000000000..aac8053b32b
--- /dev/null
+++ b/stable/truenas-exporter/1.6.4/ix_values.yaml
@@ -0,0 +1,495 @@
+image:
+ repository: prom/graphite-exporter
+ pullPolicy: IfNotPresent
+ tag: v0.15.1@sha256:9b2900c0ffe258eb4f5485270b12a01c385753897f7f3ad6a2cb64101292a879
+
+service:
+ main:
+ ports:
+ main:
+ protocol: tcp
+ port: 9109
+ main-udp:
+ enabled: true
+ protocol: udp
+ port: 9109
+ metrics:
+ enabled: true
+ ports:
+ metrics:
+ enabled: true
+ protocol: http
+ port: 9108
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ args:
+ - "--graphite.mapping-config=/config/graphite_mapping.conf"
+
+metrics:
+ main:
+ enabled: true
+ targetSelector: metrics
+ endpoints:
+ - port: metrics
+
+portal:
+ open:
+ enabled: false
+
+persistence:
+ config:
+ enabled: true
+ type: configmap
+ mountPath: /config/graphite_mapping.conf
+ objectName: config
+ readOnly: true
+ subPath: graphite_mapping.conf
+
+configmap:
+ dashboard:
+ enabled: true
+ labels:
+ grafana_dashboard: "1"
+ data:
+ truenasexporter.json: >-
+ {{ .Files.Get "dashboard.json" | indent 8 }}
+ config:
+ enabled: true
+ data:
+ graphite_mapping.conf: >-
+ mappings:
+
+ ################################################
+ # memory mapping
+ ################################################
+
+ - match: "truenas.*.system.ram.*"
+ name: "physical_memory"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ - match: "truenas.*.mem.*.*"
+ name: "memory_${2}"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${3}"
+
+ - match: "truenas.*.system.swap.*"
+ name: "swap"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ ################################################
+ # disk smart metrics
+ ################################################
+
+ - match: "truenas.*.smart.log.smart.disktemp.*.*"
+ name: "disk_temperature"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ serial: "${2}"
+
+ ################################################
+ # disk operation mappings
+ ################################################
+
+ - match: "truenas.*.disk.*.*"
+ name: "disk_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ops.*.*"
+ name: "disk_io_ops"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ext.*.*"
+ name: "disk_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ext_ops.*.*"
+ name: "disk_io_ops"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_backlog.*.backlog"
+ name: "disk_io_backlog"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+
+ - match: "truenas.*.disk_busy.*.busy"
+ name: "disk_busy"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+
+ - match: "truenas.*.disk_util.*.utilization"
+ name: "disk_utilization"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+
+ - match: "truenas.*.disk_mops.*.*"
+ name: "disk_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "merged_${3}"
+
+ - match: "truenas.*.disk_ext_mops.*.*"
+ name: "disk_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "merged_${3}"
+
+ - match: "truenas.*.disk_iotime.*.*"
+ name: "disk_iotime"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ext_iotime.*.*"
+ name: "disk_iotime"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_qops.*.operations"
+ name: "disk_qops"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+
+ - match: "truenas.*.disk_await.*.*"
+ name: "disk_await"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ext_await.*.*"
+ name: "disk_await"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_avgsz.*.*"
+ name: "disk_io_size"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_ext_avgsz.*.*"
+ name: "disk_io_size"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.disk_svctm.*.svctm"
+ name: "disk_svctm"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ disk: "${2}"
+
+ - match: "truenas.*.system.io.*"
+ name: "system_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ op: "${2}"
+
+ ################################################
+ # CPU mapping
+ ################################################
+
+ - match: "truenas.*.system.intr.interrupts"
+ name: "interrupts"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "hard"
+
+ - match: "truenas.*.system.cpu.softirq"
+ name: "interrupts"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "soft"
+
+ - match: "truenas.*.cpu.*.softirq"
+ name: "cpu_softirq"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "${2}"
+
+ - match: "truenas.*.system.ctxt.switches"
+ name: "context_switches"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+
+ - match: "truenas.*.system.cpu.*"
+ name: "cpu_total"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ - match: "truenas.*.cputemp.temperatures.*"
+ name: "cpu_temperature"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "cpu${2}"
+
+ - match: "truenas.*.cpu.core_throttling.*"
+ name: "cpu_throttling"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "${2}"
+
+ - match: "truenas.*.cpu.cpufreq.*"
+ name: "cpu_frequency"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "${2}"
+
+ - match: 'truenas\.(.*)\.cpu\.(.*)_cpuidle\.(.*)'
+ match_type: "regex"
+ name: "cpu_idlestate"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "${2}"
+ state: "${3}"
+
+ - match: 'truenas\.(.*)\.cpu\.(.*)\.(.*)'
+ match_type: "regex"
+ name: "cpu_usage"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ cpu: "${2}"
+ kind: "${3}"
+
+ ################################################
+ # process mapping
+ ################################################
+
+ - match: "truenas.*.system.forks.started"
+ name: "processes_forks"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+
+ - match: "truenas.*.system.processes.*"
+ name: "processes"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ - match: "truenas.*.system.active_processes.*"
+ name: "processes"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ ################################################
+ # uptime mapping
+ ################################################
+
+ - match: "truenas.*.system.uptime.uptime"
+ name: "uptime"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+
+ - match: "truenas.*.system.clock_sync_state.state"
+ name: "clock_synced"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+
+ - match: "truenas.*.system.clock_status.*"
+ name: "clock_status"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ state: "${2}"
+
+ - match: "truenas.*.system.clock_sync_offset.offset"
+ name: "clock_offset"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+
+ ################################################
+ # load mapping
+ ################################################
+
+ - match: "truenas.*.system.load.*"
+ name: "system_load"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ kind: "${2}"
+
+ ################################################
+ # nsfd mappings
+ ################################################
+
+ - match: "truenas.*.nfsd.*.*"
+ name: "nfs_${2}"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ op: "${3}"
+
+ ################################################
+ # zfs mappings
+ ################################################
+
+ - match: "truenas.*.zfs.*.*"
+ name: "zfs_${2}"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ op: "${3}"
+
+ - match: 'truenas\.(.*)\.zfspool\.state_(.*)\.(.*)'
+ match_type: "regex"
+ name: "zfs_pool"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ pool: "${2}"
+ state: "${3}"
+
+ ################################################
+ # network mappings
+ ################################################
+
+ - match: "truenas.*.net.*.*"
+ name: "interface_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.net_speed.*.speed"
+ name: "interface_speed"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+
+ - match: "truenas.*.net_duplex.*.*"
+ name: "interface_duplex"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ state: "${3}"
+
+ - match: "truenas.*.net_operstate.*.*"
+ name: "interface_operationstate"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ state: "${3}"
+
+ - match: "truenas.*.net_carrier.*.*"
+ name: "interface_carrierstate"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ state: "${3}"
+
+ - match: "truenas.*.net_mtu.*.mtu"
+ name: "interface_mtu"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+
+ - match: "truenas.*.net_packets.*.*"
+ name: "interface_packets"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.net_errors.*.*"
+ name: "interface_errors"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.net_drops.*.*"
+ name: "interface_drops"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ interface: "${2}"
+ op: "${3}"
+
+ - match: "truenas.*.system.net.*"
+ name: "system_net_io"
+ labels:
+ job: "truenas"
+ instance: "${1}"
+ op: "${2}"
diff --git a/stable/truenas-exporter/1.6.0/questions.yaml b/stable/truenas-exporter/1.6.4/questions.yaml
similarity index 100%
rename from stable/truenas-exporter/1.6.0/questions.yaml
rename to stable/truenas-exporter/1.6.4/questions.yaml
diff --git a/stable/tvheadend/19.7.1/templates/NOTES.txt b/stable/truenas-exporter/1.6.4/templates/NOTES.txt
similarity index 100%
rename from stable/tvheadend/19.7.1/templates/NOTES.txt
rename to stable/truenas-exporter/1.6.4/templates/NOTES.txt
diff --git a/stable/tvheadend/19.7.1/templates/common.yaml b/stable/truenas-exporter/1.6.4/templates/common.yaml
similarity index 100%
rename from stable/tvheadend/19.7.1/templates/common.yaml
rename to stable/truenas-exporter/1.6.4/templates/common.yaml
diff --git a/stable/tvhproxy/5.6.0/values.yaml b/stable/truenas-exporter/1.6.4/values.yaml
similarity index 100%
rename from stable/tvhproxy/5.6.0/values.yaml
rename to stable/truenas-exporter/1.6.4/values.yaml
diff --git a/stable/tsmuxer/9.6.0/CHANGELOG.md b/stable/tsmuxer/9.6.0/CHANGELOG.md
deleted file mode 100644
index 6848cfe7e4d..00000000000
--- a/stable/tsmuxer/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tsmuxer-9.6.0](https://github.com/truecharts/charts/compare/tsmuxer-9.5.2...tsmuxer-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tsmuxer-9.5.2](https://github.com/truecharts/charts/compare/tsmuxer-9.5.1...tsmuxer-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tsmuxer-9.5.1](https://github.com/truecharts/charts/compare/tsmuxer-9.5.0...tsmuxer-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tsmuxer-9.5.0](https://github.com/truecharts/charts/compare/tsmuxer-9.4.1...tsmuxer-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tsmuxer-9.4.1](https://github.com/truecharts/charts/compare/tsmuxer-9.4.0...tsmuxer-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tsmuxer-9.4.0](https://github.com/truecharts/charts/compare/tsmuxer-9.3.0...tsmuxer-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tsmuxer-9.3.0](https://github.com/truecharts/charts/compare/tsmuxer-9.2.3...tsmuxer-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tsmuxer-9.2.3](https://github.com/truecharts/charts/compare/tsmuxer-9.2.2...tsmuxer-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tsmuxer-9.2.2](https://github.com/truecharts/charts/compare/tsmuxer-9.2.0...tsmuxer-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tsmuxer/9.6.0/Chart.yaml b/stable/tsmuxer/9.6.0/Chart.yaml
deleted file mode 100644
index 324124890df..00000000000
--- a/stable/tsmuxer/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 24.01.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: tsMuxer is a Transport Stream muxer.
-home: https://truecharts.org/charts/stable/tsmuxer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png
-keywords:
- - media
- - tsmuxer
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tsmuxer
-sources:
- - https://github.com/jlesage/docker-tsmuxer
- - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer
- - https://hub.docker.com/r/jlesage/tsmuxer
-type: application
-version: 9.6.0
diff --git a/stable/tsmuxer/9.6.0/charts/common-20.1.5.tgz b/stable/tsmuxer/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tsmuxer/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/twofauth/1.5.0/.helmignore b/stable/tsmuxer/9.7.3/.helmignore
similarity index 100%
rename from stable/twofauth/1.5.0/.helmignore
rename to stable/tsmuxer/9.7.3/.helmignore
diff --git a/stable/tsmuxer/9.7.3/CHANGELOG.md b/stable/tsmuxer/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8b9d84e6063
--- /dev/null
+++ b/stable/tsmuxer/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tsmuxer-9.7.2](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tsmuxer/9.7.3/Chart.yaml b/stable/tsmuxer/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..81538c55c9e
--- /dev/null
+++ b/stable/tsmuxer/9.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 24.01.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: tsMuxer is a Transport Stream muxer.
+home: https://truecharts.org/charts/stable/tsmuxer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png
+keywords:
+ - media
+ - tsmuxer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tsmuxer
+sources:
+ - https://github.com/jlesage/docker-tsmuxer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer
+ - https://hub.docker.com/r/jlesage/tsmuxer
+type: application
+version: 9.7.3
diff --git a/stable/tsmuxer/9.6.0/README.md b/stable/tsmuxer/9.7.3/README.md
similarity index 100%
rename from stable/tsmuxer/9.6.0/README.md
rename to stable/tsmuxer/9.7.3/README.md
diff --git a/stable/tsmuxer/9.7.3/app-changelog.md b/stable/tsmuxer/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..ef82e555f4c
--- /dev/null
+++ b/stable/tsmuxer/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tsmuxer-9.7.3](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tsmuxer/9.6.0/app-readme.md b/stable/tsmuxer/9.7.3/app-readme.md
similarity index 100%
rename from stable/tsmuxer/9.6.0/app-readme.md
rename to stable/tsmuxer/9.7.3/app-readme.md
diff --git a/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz b/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tsmuxer/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tsmuxer/9.6.0/ix_values.yaml b/stable/tsmuxer/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/tsmuxer/9.6.0/ix_values.yaml
rename to stable/tsmuxer/9.7.3/ix_values.yaml
diff --git a/stable/tsmuxer/9.6.0/questions.yaml b/stable/tsmuxer/9.7.3/questions.yaml
similarity index 100%
rename from stable/tsmuxer/9.6.0/questions.yaml
rename to stable/tsmuxer/9.7.3/questions.yaml
diff --git a/stable/twofauth/1.5.0/templates/NOTES.txt b/stable/tsmuxer/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/twofauth/1.5.0/templates/NOTES.txt
rename to stable/tsmuxer/9.7.3/templates/NOTES.txt
diff --git a/stable/ubooquity/10.7.2/templates/common.yaml b/stable/tsmuxer/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/ubooquity/10.7.2/templates/common.yaml
rename to stable/tsmuxer/9.7.3/templates/common.yaml
diff --git a/stable/twofauth/1.5.0/values.yaml b/stable/tsmuxer/9.7.3/values.yaml
similarity index 100%
rename from stable/twofauth/1.5.0/values.yaml
rename to stable/tsmuxer/9.7.3/values.yaml
diff --git a/stable/tsn-ranksystem/1.2.3/CHANGELOG.md b/stable/tsn-ranksystem/1.2.3/CHANGELOG.md
deleted file mode 100644
index e1406f4e6f1..00000000000
--- a/stable/tsn-ranksystem/1.2.3/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tsn-ranksystem-1.2.3](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-### Fix
-
-
-
-- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
-
-
-## [tsn-ranksystem-1.2.3](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-### Fix
-
-
-
-- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
-
-
-## [tsn-ranksystem-1.2.3](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-### Fix
-
-
-
-- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
-
-
-## [tsn-ranksystem-1.2.3](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-### Fix
-
-
-
-- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
\ No newline at end of file
diff --git a/stable/tsn-ranksystem/1.2.3/Chart.yaml b/stable/tsn-ranksystem/1.2.3/Chart.yaml
deleted file mode 100644
index e55a01210c9..00000000000
--- a/stable/tsn-ranksystem/1.2.3/Chart.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server.
-home: https://truecharts.org/charts/stable/tsn-ranksystem
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.png
-keywords:
- - teamspeak
- - tsn-ranksystem
- - ranksystem
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tsn-ranksystem
-sources:
- - https://github.com/JohannesBauer97/tsn-ranksystem-webserver
- - https://ts-ranksystem.com/
- - https://github.com/Newcomer1989/TSN-Ranksystem
- - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem
- - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver
-type: application
-version: 1.2.3
diff --git a/stable/tsn-ranksystem/1.2.3/app-changelog.md b/stable/tsn-ranksystem/1.2.3/app-changelog.md
deleted file mode 100644
index 3738021fba6..00000000000
--- a/stable/tsn-ranksystem/1.2.3/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [tsn-ranksystem-1.2.3](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.3) (2024-03-21)
-
-### Chore
-
-
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-### Fix
-
-
-
-- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
\ No newline at end of file
diff --git a/stable/tsn-ranksystem/1.2.3/charts/common-20.2.2.tgz b/stable/tsn-ranksystem/1.2.3/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/tsn-ranksystem/1.2.3/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/tsn-ranksystem/1.2.3/charts/mariadb-13.7.2.tgz b/stable/tsn-ranksystem/1.2.3/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/tsn-ranksystem/1.2.3/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/tsn-ranksystem/1.2.3/ix_values.yaml b/stable/tsn-ranksystem/1.2.3/ix_values.yaml
deleted file mode 100644
index d023c7e1bc6..00000000000
--- a/stable/tsn-ranksystem/1.2.3/ix_values.yaml
+++ /dev/null
@@ -1,127 +0,0 @@
-image:
- repository: serverlein/tsn-ranksystem-webserver
- pullPolicy: IfNotPresent
- tag: latest@sha256:b97cee9b242bba0c792b0fa8c74d66917698725c93145327b1fa39a72ceb953c
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
-
-ranksystem:
- cron_enabled: true
- cron_schedule: "*/5 * * * *"
-
-workload:
- main:
- podSpec:
- initContainers:
- download-ranksystem:
- enabled: true
- type: init
- imageSelector: "image"
- command:
- - /bin/sh
- - -c
- args:
- - |
- web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }}
- indexFile=${web_location}/index.php
-
- if [ ! -f "${indexFile}" ]; then
- # download with curl as git & wget not available
- # automatically fetch newest version
- LOCATION=$(curl -s https://api.github.com/repos/Newcomer1989/TSN-Ranksystem/releases/latest \
- | grep "tarball_url" \
- | awk '{ print $2 }' \
- | sed 's/,$//' \
- | sed 's/"//g' ) \
- ; curl -sL -o ${web_location}/ranksystem.tar.gz $LOCATION
- # unzip file
- tar -xzf ${web_location}/ranksystem.tar.gz
- # get topfolder
- top_folder=$(find ${web_location} -type d -name "Newcomer*" -exec basename \{} .po \;)
- # move to topfolder
- mv ${top_folder}/* ${web_location}
- # delete obsolete folders & files
- rm -rf ${web_location}/ranksystem.tar.gz ${top_folder}
-
- webinterface_location=${web_location}/webinterface
- navFile=${webinterface_location}/_nav.php
-
- # remove annoying SSL message (doesnt work with traefik/ingress)
- sed -i "$(($(wc -l < ${navFile})-4)),$(($(wc -l < ${navFile})))d" ${navFile}
-
- echo "Files downloaded and installed."
- echo "Folder :$PWD"
- echo "Files:"
- ls
- else
- echo "Files Located. No action needed."
- fi
- containers:
- main:
- lifecycle:
- postStart:
- type: exec
- command:
- - /bin/sh
- - -c
- - |
- web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }}
- if [ -f "${web_location}/install.php" ]; then
- curl -v -X POST -d "dbtype=mysql&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpass={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&install=&installchecked=" http://localhost/install.php
- sleep 1;
- curl -v -X POST -d "user=ranksystem&pass=ranksystem&confweb=" http://localhost/install.php
- echo "Install script executed."
- else
- echo "Install script doesnt exists, no further action is needed."
- fi
- ranksystem-cron:
- enabled: "{{ .Values.ranksystem.cron_enabled }}"
- type: CronJob
- schedule: "{{ .Values.ranksystem.cron_schedule }}"
- podSpec:
- restartPolicy: OnFailure
- containers:
- ranksystem-cron:
- primary: true
- enabled: true
- imageSelector: "image"
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
- command:
- - /bin/sh
- - -c
- - |
- php /var/www/html/worker.php check
-
-service:
- main:
- ports:
- main:
- targetPort: 80
- port: 9300
-persistence:
- web:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /var/www/html
- download-ranksystem:
- mountPath: /var/www/html
- ranksystem-cron:
- ranksystem-cron:
- mountPath: /var/www/html
-mariadb:
- enabled: true
- mariadbUsername: ranksystem
- mariadbDatabase: ranksystem
-portal:
- open:
- enabled: true
diff --git a/stable/twonky-server/5.7.0/.helmignore b/stable/tsn-ranksystem/1.2.7/.helmignore
similarity index 100%
rename from stable/twonky-server/5.7.0/.helmignore
rename to stable/tsn-ranksystem/1.2.7/.helmignore
diff --git a/stable/tsn-ranksystem/1.2.7/CHANGELOG.md b/stable/tsn-ranksystem/1.2.7/CHANGELOG.md
new file mode 100644
index 00000000000..5b989915072
--- /dev/null
+++ b/stable/tsn-ranksystem/1.2.7/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tsn-ranksystem-1.2.7](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+### Fix
+
+
+
+- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610))
+
+- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
+
+
+## [tsn-ranksystem-1.2.6](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+### Fix
+
+
+
+- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610))
+
+- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
+
+
+## [tsn-ranksystem-1.2.6](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.6) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+### Fix
+
+
+
+- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610))
+
+- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
+
+
+## [tsn-ranksystem-1.2.6](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.6) (2024-03-23)
\ No newline at end of file
diff --git a/stable/tsn-ranksystem/1.2.7/Chart.yaml b/stable/tsn-ranksystem/1.2.7/Chart.yaml
new file mode 100644
index 00000000000..2835c89d4a1
--- /dev/null
+++ b/stable/tsn-ranksystem/1.2.7/Chart.yaml
@@ -0,0 +1,47 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server.
+home: https://truecharts.org/charts/stable/tsn-ranksystem
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.png
+keywords:
+ - teamspeak
+ - tsn-ranksystem
+ - ranksystem
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tsn-ranksystem
+sources:
+ - https://github.com/JohannesBauer97/tsn-ranksystem-webserver
+ - https://ts-ranksystem.com/
+ - https://github.com/Newcomer1989/TSN-Ranksystem
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem
+ - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver
+type: application
+version: 1.2.7
diff --git a/stable/tsn-ranksystem/1.2.3/README.md b/stable/tsn-ranksystem/1.2.7/README.md
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/README.md
rename to stable/tsn-ranksystem/1.2.7/README.md
diff --git a/stable/tsn-ranksystem/1.2.7/app-changelog.md b/stable/tsn-ranksystem/1.2.7/app-changelog.md
new file mode 100644
index 00000000000..5e12020133b
--- /dev/null
+++ b/stable/tsn-ranksystem/1.2.7/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [tsn-ranksystem-1.2.7](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.2.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+### Fix
+
+
+
+- Fix Cronjob ([#19610](https://github.com/truecharts/charts/issues/19610))
+
+- Fixed Persistance for Cronjob ([#19583](https://github.com/truecharts/charts/issues/19583))
\ No newline at end of file
diff --git a/stable/tsn-ranksystem/1.2.3/app-readme.md b/stable/tsn-ranksystem/1.2.7/app-readme.md
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/app-readme.md
rename to stable/tsn-ranksystem/1.2.7/app-readme.md
diff --git a/stable/tsn-ranksystem/1.2.7/charts/common-20.2.4.tgz b/stable/tsn-ranksystem/1.2.7/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tsn-ranksystem/1.2.7/charts/common-20.2.4.tgz differ
diff --git a/stable/tsn-ranksystem/1.2.7/charts/mariadb-13.7.3.tgz b/stable/tsn-ranksystem/1.2.7/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/tsn-ranksystem/1.2.7/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/tsn-ranksystem/1.2.7/ix_values.yaml b/stable/tsn-ranksystem/1.2.7/ix_values.yaml
new file mode 100644
index 00000000000..37e1e2703d4
--- /dev/null
+++ b/stable/tsn-ranksystem/1.2.7/ix_values.yaml
@@ -0,0 +1,130 @@
+image:
+ repository: serverlein/tsn-ranksystem-webserver
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:b97cee9b242bba0c792b0fa8c74d66917698725c93145327b1fa39a72ceb953c
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+
+ranksystem:
+ cron_enabled: true
+ cron_schedule: "*/5 * * * *"
+
+workload:
+ main:
+ podSpec:
+ initContainers:
+ download-ranksystem:
+ enabled: true
+ type: init
+ imageSelector: "image"
+ command:
+ - /bin/sh
+ - -c
+ args:
+ - |
+ web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }}
+ indexFile=${web_location}/index.php
+
+ if [ ! -f "${indexFile}" ]; then
+ # download with curl as git & wget not available
+ # automatically fetch newest version
+ LOCATION=$(curl -s https://api.github.com/repos/Newcomer1989/TSN-Ranksystem/releases/latest \
+ | grep "tarball_url" \
+ | awk '{ print $2 }' \
+ | sed 's/,$//' \
+ | sed 's/"//g' ) \
+ ; curl -sL -o ${web_location}/ranksystem.tar.gz $LOCATION
+ # unzip file
+ tar -xzf ${web_location}/ranksystem.tar.gz
+ # get topfolder
+ top_folder=$(find ${web_location} -type d -name "Newcomer*" -exec basename \{} .po \;)
+ # move to topfolder
+ mv ${top_folder}/* ${web_location}
+ # delete obsolete folders & files
+ rm -rf ${web_location}/ranksystem.tar.gz ${top_folder}
+
+ webinterface_location=${web_location}/webinterface
+ navFile=${webinterface_location}/_nav.php
+ workerFile=${web_location}/worker.php
+
+ # remove annoying SSL message (doesnt work with traefik/ingress)
+ sed -i "$(($(wc -l < ${navFile})-4)),$(($(wc -l < ${navFile})))d" ${navFile}
+
+ # change help() to check() in worker.php
+ sed -i "s/\bhelp();/check();/g" ${workerFile}
+ echo "Files downloaded and installed."
+ echo "Folder :$PWD"
+ echo "Files:"
+ ls
+ else
+ echo "Files Located. No action needed."
+ fi
+ containers:
+ main:
+ lifecycle:
+ postStart:
+ type: exec
+ command:
+ - /bin/sh
+ - -c
+ - |
+ web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }}
+ if [ -f "${web_location}/install.php" ]; then
+ curl -v -X POST -d "dbtype=mysql&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpass={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&install=&installchecked=" http://localhost/install.php
+ sleep 1;
+ curl -v -X POST -d "user=ranksystem&pass=ranksystem&confweb=" http://localhost/install.php
+ echo "Install script executed."
+ else
+ echo "Install script doesnt exists, no further action is needed."
+ fi
+ ranksystem-cron:
+ enabled: "{{ .Values.ranksystem.cron_enabled }}"
+ type: CronJob
+ schedule: "{{ .Values.ranksystem.cron_schedule }}"
+ podSpec:
+ restartPolicy: OnFailure
+ containers:
+ ranksystem-cron:
+ primary: true
+ enabled: true
+ imageSelector: "image"
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
+ command:
+ - /bin/sh
+ - -c
+ - |
+ name={{ include "tc.v1.common.lib.chart.names.fullname" $ }}
+ port={{ .Values.service.main.ports.main.port }}
+ while ! curl -s -o -v /dev/null http://${name}:${port}/worker.php; do sleep 1; done && \
+ curl -v -X GET -d "action=run_command" http://${name}:${port}/worker.php
+
+service:
+ main:
+ ports:
+ main:
+ targetPort: 80
+ port: 9300
+persistence:
+ web:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /var/www/html
+ download-ranksystem:
+ mountPath: /var/www/html
+mariadb:
+ enabled: true
+ mariadbUsername: ranksystem
+ mariadbDatabase: ranksystem
+portal:
+ open:
+ enabled: true
diff --git a/stable/tsn-ranksystem/1.2.3/questions.yaml b/stable/tsn-ranksystem/1.2.7/questions.yaml
similarity index 100%
rename from stable/tsn-ranksystem/1.2.3/questions.yaml
rename to stable/tsn-ranksystem/1.2.7/questions.yaml
diff --git a/stable/twtxt/10.6.0/templates/NOTES.txt b/stable/tsn-ranksystem/1.2.7/templates/NOTES.txt
similarity index 100%
rename from stable/twtxt/10.6.0/templates/NOTES.txt
rename to stable/tsn-ranksystem/1.2.7/templates/NOTES.txt
diff --git a/stable/unifi/20.6.0/templates/common.yaml b/stable/tsn-ranksystem/1.2.7/templates/common.yaml
similarity index 100%
rename from stable/unifi/20.6.0/templates/common.yaml
rename to stable/tsn-ranksystem/1.2.7/templates/common.yaml
diff --git a/stable/twonky-server/5.7.0/values.yaml b/stable/tsn-ranksystem/1.2.7/values.yaml
similarity index 100%
rename from stable/twonky-server/5.7.0/values.yaml
rename to stable/tsn-ranksystem/1.2.7/values.yaml
diff --git a/stable/tt-rss/16.7.1/CHANGELOG.md b/stable/tt-rss/16.7.1/CHANGELOG.md
deleted file mode 100644
index 32cb8cfd2ea..00000000000
--- a/stable/tt-rss/16.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
diff --git a/stable/tt-rss/16.7.1/Chart.yaml b/stable/tt-rss/16.7.1/Chart.yaml
deleted file mode 100644
index 99669647426..00000000000
--- a/stable/tt-rss/16.7.1/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: rss
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
-home: https://truecharts.org/charts/stable/tt-rss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png
-keywords:
- - tt-rss
- - rss
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tt-rss
-sources:
- - https://git.tt-rss.org/fox/tt-rss
- - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss
- - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static
- - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx
-type: application
-version: 16.7.1
diff --git a/stable/tt-rss/16.7.1/app-changelog.md b/stable/tt-rss/16.7.1/app-changelog.md
deleted file mode 100644
index 20efdcc77a7..00000000000
--- a/stable/tt-rss/16.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz b/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/tt-rss/16.7.1/ix_values.yaml b/stable/tt-rss/16.7.1/ix_values.yaml
deleted file mode 100644
index 57d1154ce59..00000000000
--- a/stable/tt-rss/16.7.1/ix_values.yaml
+++ /dev/null
@@ -1,242 +0,0 @@
-image:
- repository: cthulhoo/ttrss-fpm-pgsql-static
- pullPolicy: IfNotPresent
- tag: latest@sha256:d71e863334f875b274c1b7d4708f15f8d56d447d600d37b702a27dd59da62878
-nginxImage:
- repository: cthulhoo/ttrss-web-nginx
- pullPolicy: IfNotPresent
- tag: latest@sha256:cde5998cc285cc6fb6973d279f0697c01a356b809aec0daf2712cf31654c9df8
-updaterImage:
- repository: cthulhoo/ttrss-fpm-pgsql-static
- pullPolicy: IfNotPresent
- tag: latest@sha256:d71e863334f875b274c1b7d4708f15f8d56d447d600d37b702a27dd59da62878
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-persistence:
- html:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /var/www/html
- nginx:
- nginx:
- mountPath: /var/www/html
- readOnly: true
- updater:
- updater:
- mountPath: /var/www/html
- config:
- enabled: true
- targetSelector:
- main:
- main:
- mountPath: /opt/tt-rss/config.d
- updater:
- updater:
- mountPath: /opt/tt-rss/config.d
- nginx-conf:
- enabled: true
- type: configmap
- objectName: config
- targetSelector:
- nginx:
- nginx:
- mountPath: /etc/nginx/templates/nginx.conf.template
- subPath: nginx.conf.template
- plugins:
- enabled: true
- mountPath: /var/www/html/tt-rss/plugins.local
- themes:
- enabled: true
- mountPath: /var/www/html/tt-rss/themes.local
-cnpg:
- main:
- enabled: true
- user: tt-rss
- database: tt-rss
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: exec
- command:
- - /bin/sh
- - -c
- - netstat -npl | grep :9000
- readiness:
- type: exec
- command:
- - /bin/sh
- - -c
- - ls /var/www/html/tt-rss/.app_is_ready
- startup:
- type: tcp
- port: "{{ .Values.service.app.ports.app.port }}"
- env:
- TTRSS_SELF_URL_PATH: ""
- # tt-rss tests with "-z" so an empty string should still allow the randomly generated password to be made.
- ADMIN_USER_PASS: ""
- TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}"
- TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}"
- TTRSS_DB_PORT: "5432"
- TTRSS_DB_PASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- TTRSS_DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- nginx:
- enabled: true
- type: Deployment
- podSpec:
- containers:
- nginx:
- enabled: true
- primary: true
- imageSelector: nginxImage
- probes:
- readiness:
- enabled: true
- type: http
- path: "/public.php?op=healthcheck"
- port: "{{ .Values.service.main.ports.main.port }}"
- liveness:
- enabled: true
- type: http
- path: "/public.php?op=healthcheck"
- port: "{{ .Values.service.main.ports.main.port }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- env:
- APP_UPSTREAM: '{{ printf "%s-app" (include "tc.v1.common.lib.chart.names.fullname" .) }}'
- APP_WEB_ROOT: /var/www/html/tt-rss
- APP_BASE: ""
- updater:
- enabled: true
- type: Deployment
- podSpec:
- containers:
- updater:
- enabled: true
- primary: true
- imageSelector: updaterImage
- args: /opt/tt-rss/updater.sh
- probes:
- liveness:
- type: exec
- command:
- - /usr/bin/test
- - -f
- - "/var/www/html/tt-rss/lock/update_daemon.lock"
- readiness:
- type: exec
- command:
- - /usr/bin/test
- - -f
- - "/var/www/html/tt-rss/lock/update_daemon.lock"
- startup:
- type: exec
- command:
- - /usr/bin/test
- - -f
- - "/var/www/html/tt-rss/lock/update_daemon.lock"
- env:
- TTRSS_SELF_URL_PATH: ""
- TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}"
- TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}"
- TTRSS_DB_PORT: "5432"
- TTRSS_DB_PASS:
- secretKeyRef:
- name: cnpg-main-user
- key: password
- TTRSS_DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
-service:
- # Main service links to ingress easier (according to nextcloud's values.yaml)
- # That's why the nginx is swapped with app
- main:
- targetSelector: nginx
- ports:
- main:
- targetSelector: nginx
- port: 10104
- app:
- enabled: true
- targetSelector: main
- ports:
- app:
- enabled: true
- targetSelector: main
- port: 9000
- targetPort: 9000
-configmap:
- config:
- enabled: true
- data:
- nginx.conf.template: |-
- worker_processes auto;
- pid /var/run/nginx.pid;
- events {
- worker_connections 1024;
- }
- http {
- include /etc/nginx/mime.types;
- default_type application/octet-stream;
- access_log /dev/stdout;
- error_log /dev/stderr warn;
- sendfile on;
- index index.php;
- # Removed during app integration to Truecharts.
- # See: https://github.com/truecharts/charts/pull/17293#discussion_r1461102952
- #resolver ${RESOLVER} valid=5s;
- server {
- listen {{ .Values.service.main.ports.main.port }};
- root ${APP_WEB_ROOT};
- location ${APP_BASE}/cache {
- aio threads;
- internal;
- }
- location ${APP_BASE}/backups {
- internal;
- }
- rewrite ${APP_BASE}/healthz ${APP_BASE}/public.php?op=healthcheck;
- location ~ \.php$ {
- # regex to split $uri to $fastcgi_script_name and $fastcgi_path
- fastcgi_split_path_info ^(.+?\.php)(/.*)$;
- # Check that the PHP script exists before passing it
- try_files $fastcgi_script_name =404;
- # Bypass the fact that try_files resets $fastcgi_path_info
- # see: http://trac.nginx.org/nginx/ticket/321
- set $path_info $fastcgi_path_info;
- fastcgi_param PATH_INFO $path_info;
- fastcgi_index index.php;
- include fastcgi.conf;
- # See note for `resolver` line above
- #set $backend "${APP_UPSTREAM}:9000";
- # See note for `resolver` line above
- #fastcgi_pass $backend;
- fastcgi_pass ${APP_UPSTREAM}:9000;
- }
- location / {
- try_files $uri $uri/ =404;
- }
-
- }
- }
diff --git a/stable/tt-rss/16.7.1/questions.yaml b/stable/tt-rss/16.7.1/questions.yaml
deleted file mode 100755
index 162655153fe..00000000000
--- a/stable/tt-rss/16.7.1/questions.yaml
+++ /dev/null
@@ -1,4109 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: App Configuration
- label: Image Environment
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: TTRSS_SELF_URL_PATH
- label: TTRSS Self URL Path
- description: You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. e.g. https://rss.example.com
- schema:
- type: string
- required: true
- default: ""
- - variable: ADMIN_USER_PASS
- label: TTRSS Admin User Password
- description: Leave blank and tt-rss will generate a random password to use with admin account on first run. Check container logs for password.
- schema:
- type: string
- private: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10104
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: html
- label: App HTML Storage
- description: Stores the Application files.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: config
- label: App Config Storage
- description: Stores the Application Configuration.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: plugins
- label: App Plugins Storage
- description: Stores the Application Plugins.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: themes
- label: App Themes Storage
- description: Stores the Application Themes.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "revision"
- schema:
- type: string
- default: ""
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/twtxt/10.6.0/.helmignore b/stable/tt-rss/16.7.6/.helmignore
similarity index 100%
rename from stable/twtxt/10.6.0/.helmignore
rename to stable/tt-rss/16.7.6/.helmignore
diff --git a/stable/tt-rss/16.7.6/CHANGELOG.md b/stable/tt-rss/16.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..ad514d83b7b
--- /dev/null
+++ b/stable/tt-rss/16.7.6/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tt-rss-16.7.6](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tt-rss-16.7.5](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tt-rss-16.7.5](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tt-rss-16.7.5](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tt-rss-16.7.5](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tt-rss-16.7.5](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.5) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/tt-rss/16.7.6/Chart.yaml b/stable/tt-rss/16.7.6/Chart.yaml
new file mode 100644
index 00000000000..980337906df
--- /dev/null
+++ b/stable/tt-rss/16.7.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: rss
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
+home: https://truecharts.org/charts/stable/tt-rss
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png
+keywords:
+ - tt-rss
+ - rss
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tt-rss
+sources:
+ - https://git.tt-rss.org/fox/tt-rss
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss
+ - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static
+ - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx
+type: application
+version: 16.7.6
diff --git a/stable/tt-rss/16.7.1/README.md b/stable/tt-rss/16.7.6/README.md
similarity index 100%
rename from stable/tt-rss/16.7.1/README.md
rename to stable/tt-rss/16.7.6/README.md
diff --git a/stable/tt-rss/16.7.6/app-changelog.md b/stable/tt-rss/16.7.6/app-changelog.md
new file mode 100644
index 00000000000..42867826d0b
--- /dev/null
+++ b/stable/tt-rss/16.7.6/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [tt-rss-16.7.6](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image cthulhoo/ttrss-web-nginx to latest[@a9c4b19](https://github.com/a9c4b19) by renovate ([#19683](https://github.com/truecharts/charts/issues/19683))
+
+- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@47b115c](https://github.com/47b115c) by renovate ([#19682](https://github.com/truecharts/charts/issues/19682))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tt-rss/16.7.1/app-readme.md b/stable/tt-rss/16.7.6/app-readme.md
similarity index 100%
rename from stable/tt-rss/16.7.1/app-readme.md
rename to stable/tt-rss/16.7.6/app-readme.md
diff --git a/stable/tt-rss/16.7.6/charts/common-20.2.4.tgz b/stable/tt-rss/16.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tt-rss/16.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/tt-rss/16.7.6/ix_values.yaml b/stable/tt-rss/16.7.6/ix_values.yaml
new file mode 100644
index 00000000000..f1a49a01d90
--- /dev/null
+++ b/stable/tt-rss/16.7.6/ix_values.yaml
@@ -0,0 +1,242 @@
+image:
+ repository: cthulhoo/ttrss-fpm-pgsql-static
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:47b115cb46c74dddaa52be3aae4fd2dc78ad08534692f286428ccae8ccaf7326
+nginxImage:
+ repository: cthulhoo/ttrss-web-nginx
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:a9c4b19b58591ec160d399e8c3e38eb4fa49b93b774843d24a971e6e7dfe139b
+updaterImage:
+ repository: cthulhoo/ttrss-fpm-pgsql-static
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:47b115cb46c74dddaa52be3aae4fd2dc78ad08534692f286428ccae8ccaf7326
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+persistence:
+ html:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /var/www/html
+ nginx:
+ nginx:
+ mountPath: /var/www/html
+ readOnly: true
+ updater:
+ updater:
+ mountPath: /var/www/html
+ config:
+ enabled: true
+ targetSelector:
+ main:
+ main:
+ mountPath: /opt/tt-rss/config.d
+ updater:
+ updater:
+ mountPath: /opt/tt-rss/config.d
+ nginx-conf:
+ enabled: true
+ type: configmap
+ objectName: config
+ targetSelector:
+ nginx:
+ nginx:
+ mountPath: /etc/nginx/templates/nginx.conf.template
+ subPath: nginx.conf.template
+ plugins:
+ enabled: true
+ mountPath: /var/www/html/tt-rss/plugins.local
+ themes:
+ enabled: true
+ mountPath: /var/www/html/tt-rss/themes.local
+cnpg:
+ main:
+ enabled: true
+ user: tt-rss
+ database: tt-rss
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: exec
+ command:
+ - /bin/sh
+ - -c
+ - netstat -npl | grep :9000
+ readiness:
+ type: exec
+ command:
+ - /bin/sh
+ - -c
+ - ls /var/www/html/tt-rss/.app_is_ready
+ startup:
+ type: tcp
+ port: "{{ .Values.service.app.ports.app.port }}"
+ env:
+ TTRSS_SELF_URL_PATH: ""
+ # tt-rss tests with "-z" so an empty string should still allow the randomly generated password to be made.
+ ADMIN_USER_PASS: ""
+ TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}"
+ TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}"
+ TTRSS_DB_PORT: "5432"
+ TTRSS_DB_PASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ TTRSS_DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ nginx:
+ enabled: true
+ type: Deployment
+ podSpec:
+ containers:
+ nginx:
+ enabled: true
+ primary: true
+ imageSelector: nginxImage
+ probes:
+ readiness:
+ enabled: true
+ type: http
+ path: "/public.php?op=healthcheck"
+ port: "{{ .Values.service.main.ports.main.port }}"
+ liveness:
+ enabled: true
+ type: http
+ path: "/public.php?op=healthcheck"
+ port: "{{ .Values.service.main.ports.main.port }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ env:
+ APP_UPSTREAM: '{{ printf "%s-app" (include "tc.v1.common.lib.chart.names.fullname" .) }}'
+ APP_WEB_ROOT: /var/www/html/tt-rss
+ APP_BASE: ""
+ updater:
+ enabled: true
+ type: Deployment
+ podSpec:
+ containers:
+ updater:
+ enabled: true
+ primary: true
+ imageSelector: updaterImage
+ args: /opt/tt-rss/updater.sh
+ probes:
+ liveness:
+ type: exec
+ command:
+ - /usr/bin/test
+ - -f
+ - "/var/www/html/tt-rss/lock/update_daemon.lock"
+ readiness:
+ type: exec
+ command:
+ - /usr/bin/test
+ - -f
+ - "/var/www/html/tt-rss/lock/update_daemon.lock"
+ startup:
+ type: exec
+ command:
+ - /usr/bin/test
+ - -f
+ - "/var/www/html/tt-rss/lock/update_daemon.lock"
+ env:
+ TTRSS_SELF_URL_PATH: ""
+ TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}"
+ TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}"
+ TTRSS_DB_PORT: "5432"
+ TTRSS_DB_PASS:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+ TTRSS_DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+service:
+ # Main service links to ingress easier (according to nextcloud's values.yaml)
+ # That's why the nginx is swapped with app
+ main:
+ targetSelector: nginx
+ ports:
+ main:
+ targetSelector: nginx
+ port: 10104
+ app:
+ enabled: true
+ targetSelector: main
+ ports:
+ app:
+ enabled: true
+ targetSelector: main
+ port: 9000
+ targetPort: 9000
+configmap:
+ config:
+ enabled: true
+ data:
+ nginx.conf.template: |-
+ worker_processes auto;
+ pid /var/run/nginx.pid;
+ events {
+ worker_connections 1024;
+ }
+ http {
+ include /etc/nginx/mime.types;
+ default_type application/octet-stream;
+ access_log /dev/stdout;
+ error_log /dev/stderr warn;
+ sendfile on;
+ index index.php;
+ # Removed during app integration to Truecharts.
+ # See: https://github.com/truecharts/charts/pull/17293#discussion_r1461102952
+ #resolver ${RESOLVER} valid=5s;
+ server {
+ listen {{ .Values.service.main.ports.main.port }};
+ root ${APP_WEB_ROOT};
+ location ${APP_BASE}/cache {
+ aio threads;
+ internal;
+ }
+ location ${APP_BASE}/backups {
+ internal;
+ }
+ rewrite ${APP_BASE}/healthz ${APP_BASE}/public.php?op=healthcheck;
+ location ~ \.php$ {
+ # regex to split $uri to $fastcgi_script_name and $fastcgi_path
+ fastcgi_split_path_info ^(.+?\.php)(/.*)$;
+ # Check that the PHP script exists before passing it
+ try_files $fastcgi_script_name =404;
+ # Bypass the fact that try_files resets $fastcgi_path_info
+ # see: http://trac.nginx.org/nginx/ticket/321
+ set $path_info $fastcgi_path_info;
+ fastcgi_param PATH_INFO $path_info;
+ fastcgi_index index.php;
+ include fastcgi.conf;
+ # See note for `resolver` line above
+ #set $backend "${APP_UPSTREAM}:9000";
+ # See note for `resolver` line above
+ #fastcgi_pass $backend;
+ fastcgi_pass ${APP_UPSTREAM}:9000;
+ }
+ location / {
+ try_files $uri $uri/ =404;
+ }
+
+ }
+ }
diff --git a/stable/tt-rss/16.7.6/questions.yaml b/stable/tt-rss/16.7.6/questions.yaml
new file mode 100755
index 00000000000..9818de72ff7
--- /dev/null
+++ b/stable/tt-rss/16.7.6/questions.yaml
@@ -0,0 +1,4110 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: App Configuration
+ label: Image Environment
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: TTRSS_SELF_URL_PATH
+ label: TTRSS Self URL Path
+ description: You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. e.g. https://rss.example.com
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: ADMIN_USER_PASS
+ label: TTRSS Admin User Password
+ description: Leave blank and tt-rss will generate a random password to use with admin account on first run. Check container logs for password.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10104
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: html
+ label: App HTML Storage
+ description: Stores the Application files.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: config
+ label: App Config Storage
+ description: Stores the Application Configuration.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: plugins
+ label: App Plugins Storage
+ description: Stores the Application Plugins.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: themes
+ label: App Themes Storage
+ description: Stores the Application Themes.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/ubooquity/10.7.2/templates/NOTES.txt b/stable/tt-rss/16.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/ubooquity/10.7.2/templates/NOTES.txt
rename to stable/tt-rss/16.7.6/templates/NOTES.txt
diff --git a/stable/tt-rss/16.7.1/templates/common.yaml b/stable/tt-rss/16.7.6/templates/common.yaml
similarity index 100%
rename from stable/tt-rss/16.7.1/templates/common.yaml
rename to stable/tt-rss/16.7.6/templates/common.yaml
diff --git a/stable/twtxt/10.6.0/values.yaml b/stable/tt-rss/16.7.6/values.yaml
similarity index 100%
rename from stable/twtxt/10.6.0/values.yaml
rename to stable/tt-rss/16.7.6/values.yaml
diff --git a/stable/tubearchivist-redisjson/5.6.0/CHANGELOG.md b/stable/tubearchivist-redisjson/5.6.0/CHANGELOG.md
deleted file mode 100644
index 702f3163d55..00000000000
--- a/stable/tubearchivist-redisjson/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tubearchivist-redisjson-5.6.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.5.2...tubearchivist-redisjson-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tubearchivist-redisjson-5.5.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.5.1...tubearchivist-redisjson-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tubearchivist-redisjson-5.5.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.5.0...tubearchivist-redisjson-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tubearchivist-redisjson-5.5.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.4.1...tubearchivist-redisjson-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tubearchivist-redisjson-5.4.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.4.0...tubearchivist-redisjson-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tubearchivist-redisjson-5.4.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.3.0...tubearchivist-redisjson-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tubearchivist-redisjson-5.3.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.3...tubearchivist-redisjson-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tubearchivist-redisjson-5.2.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.2...tubearchivist-redisjson-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tubearchivist-redisjson-5.2.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.0...tubearchivist-redisjson-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tubearchivist-redisjson/5.6.0/Chart.yaml b/stable/tubearchivist-redisjson/5.6.0/Chart.yaml
deleted file mode 100644
index 73ea70c7a53..00000000000
--- a/stable/tubearchivist-redisjson/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a dependancy Chart for the application "TubeArchivist"
-home: https://truecharts.org/charts/stable/tubearchivist-redisjson
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png
-keywords:
- - tubearchivist-redisjson
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tubearchivist-redisjson
-sources:
- - https://github.com/RedisJSON/RedisJSON
- - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson
- - https://hub.docker.com/r/redislabs/rejson
-type: application
-version: 5.6.0
diff --git a/stable/tubearchivist-redisjson/5.6.0/charts/common-20.1.5.tgz b/stable/tubearchivist-redisjson/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tubearchivist-redisjson/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ubooquity/10.7.2/.helmignore b/stable/tubearchivist-redisjson/5.7.3/.helmignore
similarity index 100%
rename from stable/ubooquity/10.7.2/.helmignore
rename to stable/tubearchivist-redisjson/5.7.3/.helmignore
diff --git a/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md b/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3f0fbed93af
--- /dev/null
+++ b/stable/tubearchivist-redisjson/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tubearchivist-redisjson-5.7.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tubearchivist-redisjson/5.7.3/Chart.yaml b/stable/tubearchivist-redisjson/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..3ba0c5d3cd9
--- /dev/null
+++ b/stable/tubearchivist-redisjson/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a dependancy Chart for the application "TubeArchivist"
+home: https://truecharts.org/charts/stable/tubearchivist-redisjson
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png
+keywords:
+ - tubearchivist-redisjson
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tubearchivist-redisjson
+sources:
+ - https://github.com/RedisJSON/RedisJSON
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson
+ - https://hub.docker.com/r/redislabs/rejson
+type: application
+version: 5.7.3
diff --git a/stable/tubearchivist-redisjson/5.6.0/README.md b/stable/tubearchivist-redisjson/5.7.3/README.md
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/README.md
rename to stable/tubearchivist-redisjson/5.7.3/README.md
diff --git a/stable/tubearchivist-redisjson/5.7.3/app-changelog.md b/stable/tubearchivist-redisjson/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..50e35e5f465
--- /dev/null
+++ b/stable/tubearchivist-redisjson/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tubearchivist-redisjson-5.7.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tubearchivist-redisjson/5.6.0/app-readme.md b/stable/tubearchivist-redisjson/5.7.3/app-readme.md
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/app-readme.md
rename to stable/tubearchivist-redisjson/5.7.3/app-readme.md
diff --git a/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz b/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tubearchivist-redisjson/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tubearchivist-redisjson/5.6.0/ix_values.yaml b/stable/tubearchivist-redisjson/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/ix_values.yaml
rename to stable/tubearchivist-redisjson/5.7.3/ix_values.yaml
diff --git a/stable/tubearchivist-redisjson/5.6.0/questions.yaml b/stable/tubearchivist-redisjson/5.7.3/questions.yaml
similarity index 100%
rename from stable/tubearchivist-redisjson/5.6.0/questions.yaml
rename to stable/tubearchivist-redisjson/5.7.3/questions.yaml
diff --git a/stable/twonky-server/5.7.0/templates/common.yaml b/stable/tubearchivist-redisjson/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/twonky-server/5.7.0/templates/common.yaml
rename to stable/tubearchivist-redisjson/5.7.3/templates/common.yaml
diff --git a/stable/ubooquity/10.7.2/values.yaml b/stable/tubearchivist-redisjson/5.7.3/values.yaml
similarity index 100%
rename from stable/ubooquity/10.7.2/values.yaml
rename to stable/tubearchivist-redisjson/5.7.3/values.yaml
diff --git a/stable/tubesync/5.6.1/CHANGELOG.md b/stable/tubesync/5.6.1/CHANGELOG.md
deleted file mode 100644
index e9c8b2213f7..00000000000
--- a/stable/tubesync/5.6.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
-
-
-## [tubesync-5.6.0](https://github.com/truecharts/charts/compare/tubesync-5.5.2...tubesync-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/tubesync/5.6.1/Chart.yaml b/stable/tubesync/5.6.1/Chart.yaml
deleted file mode 100644
index 936a452e75e..00000000000
--- a/stable/tubesync/5.6.1/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.
-home: https://truecharts.org/charts/stable/tubesync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png
-keywords:
- - tubesync
- - Downloaders
- - MediaApp-Video
- - MediaServer-Video
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tubesync
-sources:
- - https://github.com/meeb/tubesync
- - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync
- - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync
- - https://ghcr.io/meeb/tubesync
-type: application
-version: 5.6.1
diff --git a/stable/tubesync/5.6.1/app-changelog.md b/stable/tubesync/5.6.1/app-changelog.md
deleted file mode 100644
index 6f8e9b6d809..00000000000
--- a/stable/tubesync/5.6.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [tubesync-5.6.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
\ No newline at end of file
diff --git a/stable/tubesync/5.6.1/charts/common-20.1.5.tgz b/stable/tubesync/5.6.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tubesync/5.6.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/unifi/20.6.0/.helmignore b/stable/tubesync/5.7.3/.helmignore
similarity index 100%
rename from stable/unifi/20.6.0/.helmignore
rename to stable/tubesync/5.7.3/.helmignore
diff --git a/stable/tubesync/5.7.3/CHANGELOG.md b/stable/tubesync/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0051fb55bb0
--- /dev/null
+++ b/stable/tubesync/5.7.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tubesync-5.7.3](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
+
+
+## [tubesync-5.7.2](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
+
+
+## [tubesync-5.7.2](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
+
+
+## [tubesync-5.7.2](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
+
+
+## [tubesync-5.7.2](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
+
+
+## [tubesync-5.7.2](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
\ No newline at end of file
diff --git a/stable/tubesync/5.7.3/Chart.yaml b/stable/tubesync/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..607ab74dc3e
--- /dev/null
+++ b/stable/tubesync/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.
+home: https://truecharts.org/charts/stable/tubesync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png
+keywords:
+ - tubesync
+ - Downloaders
+ - MediaApp-Video
+ - MediaServer-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tubesync
+sources:
+ - https://github.com/meeb/tubesync
+ - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync
+ - https://ghcr.io/meeb/tubesync
+type: application
+version: 5.7.3
diff --git a/stable/tubesync/5.6.1/README.md b/stable/tubesync/5.7.3/README.md
similarity index 100%
rename from stable/tubesync/5.6.1/README.md
rename to stable/tubesync/5.7.3/README.md
diff --git a/stable/tubesync/5.7.3/app-changelog.md b/stable/tubesync/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..9028f2adecc
--- /dev/null
+++ b/stable/tubesync/5.7.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [tubesync-5.7.3](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/meeb/tubesync to latest[@4d50ddd](https://github.com/4d50ddd) by renovate ([#19251](https://github.com/truecharts/charts/issues/19251))
\ No newline at end of file
diff --git a/stable/tubesync/5.6.1/app-readme.md b/stable/tubesync/5.7.3/app-readme.md
similarity index 100%
rename from stable/tubesync/5.6.1/app-readme.md
rename to stable/tubesync/5.7.3/app-readme.md
diff --git a/stable/tubesync/5.7.3/charts/common-20.2.4.tgz b/stable/tubesync/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tubesync/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tubesync/5.6.1/ix_values.yaml b/stable/tubesync/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tubesync/5.6.1/ix_values.yaml
rename to stable/tubesync/5.7.3/ix_values.yaml
diff --git a/stable/tubesync/5.6.1/questions.yaml b/stable/tubesync/5.7.3/questions.yaml
similarity index 100%
rename from stable/tubesync/5.6.1/questions.yaml
rename to stable/tubesync/5.7.3/questions.yaml
diff --git a/stable/universal-media-server/5.6.0/templates/common.yaml b/stable/tubesync/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/universal-media-server/5.6.0/templates/common.yaml
rename to stable/tubesync/5.7.3/templates/common.yaml
diff --git a/stable/unifi/20.6.0/values.yaml b/stable/tubesync/5.7.3/values.yaml
similarity index 100%
rename from stable/unifi/20.6.0/values.yaml
rename to stable/tubesync/5.7.3/values.yaml
diff --git a/stable/tvheadend/19.7.1/CHANGELOG.md b/stable/tvheadend/19.7.1/CHANGELOG.md
deleted file mode 100644
index b6718811d1f..00000000000
--- a/stable/tvheadend/19.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
diff --git a/stable/tvheadend/19.7.1/Chart.yaml b/stable/tvheadend/19.7.1/Chart.yaml
deleted file mode 100644
index cd2161fd39f..00000000000
--- a/stable/tvheadend/19.7.1/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TVheadend - a TV streaming server and digital video recorder
-home: https://truecharts.org/charts/stable/tvheadend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png
-keywords:
- - tvheadend
- - tv
- - streaming
- - dvb
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tvheadend
-sources:
- - https://github.com/tvheadend/tvheadend
- - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend
- - https://ghcr.io/linuxserver/tvheadend
-type: application
-version: 19.7.1
diff --git a/stable/tvheadend/19.7.1/app-changelog.md b/stable/tvheadend/19.7.1/app-changelog.md
deleted file mode 100644
index 067de6683d7..00000000000
--- a/stable/tvheadend/19.7.1/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
\ No newline at end of file
diff --git a/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz b/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/tvheadend/19.7.1/ix_values.yaml b/stable/tvheadend/19.7.1/ix_values.yaml
deleted file mode 100644
index 12bd6f25b9a..00000000000
--- a/stable/tvheadend/19.7.1/ix_values.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/tvheadend
- pullPolicy: IfNotPresent
- tag: latest@sha256:b04a8cef34f2a786fd3d20e2e335c48e352a5a0d8216854c77045019456d3a97
-service:
- main:
- ports:
- main:
- port: 9981
- targetPort: 9981
- htsp:
- enabled: true
- ports:
- htsp:
- enabled: true
- port: 9982
- targetPort: 9982
-persistence:
- config:
- enabled: true
- mountPath: "/config"
- varrun:
- enabled: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- readiness:
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- startup:
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- env:
- RUN_OPTS: ""
diff --git a/stable/universal-media-server/5.6.0/.helmignore b/stable/tvheadend/19.7.5/.helmignore
similarity index 100%
rename from stable/universal-media-server/5.6.0/.helmignore
rename to stable/tvheadend/19.7.5/.helmignore
diff --git a/stable/tvheadend/19.7.5/CHANGELOG.md b/stable/tvheadend/19.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..689ac4b36d7
--- /dev/null
+++ b/stable/tvheadend/19.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
+
+
+## [tvheadend-19.7.4](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
+
+
+## [tvheadend-19.7.4](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
+
+
+## [tvheadend-19.7.4](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
+
+
+## [tvheadend-19.7.4](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.4) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
diff --git a/stable/tvheadend/19.7.5/Chart.yaml b/stable/tvheadend/19.7.5/Chart.yaml
new file mode 100644
index 00000000000..e69b57c6ab4
--- /dev/null
+++ b/stable/tvheadend/19.7.5/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TVheadend - a TV streaming server and digital video recorder
+home: https://truecharts.org/charts/stable/tvheadend
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png
+keywords:
+ - tvheadend
+ - tv
+ - streaming
+ - dvb
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tvheadend
+sources:
+ - https://github.com/tvheadend/tvheadend
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend
+ - https://ghcr.io/linuxserver/tvheadend
+type: application
+version: 19.7.5
diff --git a/stable/tvheadend/19.7.1/README.md b/stable/tvheadend/19.7.5/README.md
similarity index 100%
rename from stable/tvheadend/19.7.1/README.md
rename to stable/tvheadend/19.7.5/README.md
diff --git a/stable/tvheadend/19.7.5/app-changelog.md b/stable/tvheadend/19.7.5/app-changelog.md
new file mode 100644
index 00000000000..90e8f92d5f8
--- /dev/null
+++ b/stable/tvheadend/19.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [tvheadend-19.7.5](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@a2661fd](https://github.com/a2661fd) by renovate ([#19687](https://github.com/truecharts/charts/issues/19687))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@42887e3](https://github.com/42887e3) by renovate ([#19601](https://github.com/truecharts/charts/issues/19601))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/tvheadend to latest[@b04a8ce](https://github.com/b04a8ce) by renovate ([#19354](https://github.com/truecharts/charts/issues/19354))
\ No newline at end of file
diff --git a/stable/tvheadend/19.7.1/app-readme.md b/stable/tvheadend/19.7.5/app-readme.md
similarity index 100%
rename from stable/tvheadend/19.7.1/app-readme.md
rename to stable/tvheadend/19.7.5/app-readme.md
diff --git a/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz b/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tvheadend/19.7.5/charts/common-20.2.4.tgz differ
diff --git a/stable/tvheadend/19.7.5/ix_values.yaml b/stable/tvheadend/19.7.5/ix_values.yaml
new file mode 100644
index 00000000000..8dc88ad2a87
--- /dev/null
+++ b/stable/tvheadend/19.7.5/ix_values.yaml
@@ -0,0 +1,49 @@
+image:
+ repository: ghcr.io/linuxserver/tvheadend
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:a2661fd42c188f8050e5dfc5684c851daff08303198fa2f853621f18f297fa56
+service:
+ main:
+ ports:
+ main:
+ port: 9981
+ targetPort: 9981
+ htsp:
+ enabled: true
+ ports:
+ htsp:
+ enabled: true
+ port: 9982
+ targetPort: 9982
+persistence:
+ config:
+ enabled: true
+ mountPath: "/config"
+ varrun:
+ enabled: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ readiness:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ startup:
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ env:
+ RUN_OPTS: ""
diff --git a/stable/tvheadend/19.7.1/questions.yaml b/stable/tvheadend/19.7.5/questions.yaml
similarity index 100%
rename from stable/tvheadend/19.7.1/questions.yaml
rename to stable/tvheadend/19.7.5/questions.yaml
diff --git a/stable/unifi/20.6.0/templates/NOTES.txt b/stable/tvheadend/19.7.5/templates/NOTES.txt
similarity index 100%
rename from stable/unifi/20.6.0/templates/NOTES.txt
rename to stable/tvheadend/19.7.5/templates/NOTES.txt
diff --git a/stable/unmanic/10.6.0/templates/common.yaml b/stable/tvheadend/19.7.5/templates/common.yaml
similarity index 100%
rename from stable/unmanic/10.6.0/templates/common.yaml
rename to stable/tvheadend/19.7.5/templates/common.yaml
diff --git a/stable/universal-media-server/5.6.0/values.yaml b/stable/tvheadend/19.7.5/values.yaml
similarity index 100%
rename from stable/universal-media-server/5.6.0/values.yaml
rename to stable/tvheadend/19.7.5/values.yaml
diff --git a/stable/tvhproxy/5.6.0/CHANGELOG.md b/stable/tvhproxy/5.6.0/CHANGELOG.md
deleted file mode 100644
index cec25129f44..00000000000
--- a/stable/tvhproxy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [tvhproxy-5.6.0](https://github.com/truecharts/charts/compare/tvhproxy-5.5.2...tvhproxy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [tvhproxy-5.5.2](https://github.com/truecharts/charts/compare/tvhproxy-5.5.1...tvhproxy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [tvhproxy-5.5.1](https://github.com/truecharts/charts/compare/tvhproxy-5.5.0...tvhproxy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [tvhproxy-5.5.0](https://github.com/truecharts/charts/compare/tvhproxy-5.4.1...tvhproxy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [tvhproxy-5.4.1](https://github.com/truecharts/charts/compare/tvhproxy-5.4.0...tvhproxy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [tvhproxy-5.4.0](https://github.com/truecharts/charts/compare/tvhproxy-5.3.0...tvhproxy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [tvhproxy-5.3.0](https://github.com/truecharts/charts/compare/tvhproxy-5.2.3...tvhproxy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [tvhproxy-5.2.3](https://github.com/truecharts/charts/compare/tvhproxy-5.2.2...tvhproxy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [tvhproxy-5.2.2](https://github.com/truecharts/charts/compare/tvhproxy-5.2.0...tvhproxy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/tvhproxy/5.6.0/Chart.yaml b/stable/tvhproxy/5.6.0/Chart.yaml
deleted file mode 100644
index fce79b62ece..00000000000
--- a/stable/tvhproxy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaApp-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address.
-home: https://truecharts.org/charts/stable/tvhproxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png
-keywords:
- - tvhproxy
- - MediaApp-Video
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: tvhproxy
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy
- - https://hub.docker.com/r/chvb/docker-tvhproxy
-type: application
-version: 5.6.0
diff --git a/stable/tvhproxy/5.6.0/charts/common-20.1.5.tgz b/stable/tvhproxy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/tvhproxy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/unmanic/10.6.0/.helmignore b/stable/tvhproxy/5.7.3/.helmignore
similarity index 100%
rename from stable/unmanic/10.6.0/.helmignore
rename to stable/tvhproxy/5.7.3/.helmignore
diff --git a/stable/tvhproxy/5.7.3/CHANGELOG.md b/stable/tvhproxy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..aa6c35b2332
--- /dev/null
+++ b/stable/tvhproxy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [tvhproxy-5.7.2](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/tvhproxy/5.7.3/Chart.yaml b/stable/tvhproxy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..624486a6df7
--- /dev/null
+++ b/stable/tvhproxy/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaApp-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address.
+home: https://truecharts.org/charts/stable/tvhproxy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png
+keywords:
+ - tvhproxy
+ - MediaApp-Video
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: tvhproxy
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy
+ - https://hub.docker.com/r/chvb/docker-tvhproxy
+type: application
+version: 5.7.3
diff --git a/stable/tvhproxy/5.6.0/README.md b/stable/tvhproxy/5.7.3/README.md
similarity index 100%
rename from stable/tvhproxy/5.6.0/README.md
rename to stable/tvhproxy/5.7.3/README.md
diff --git a/stable/tvhproxy/5.7.3/app-changelog.md b/stable/tvhproxy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..e4dca30c5a0
--- /dev/null
+++ b/stable/tvhproxy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [tvhproxy-5.7.3](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/tvhproxy/5.6.0/app-readme.md b/stable/tvhproxy/5.7.3/app-readme.md
similarity index 100%
rename from stable/tvhproxy/5.6.0/app-readme.md
rename to stable/tvhproxy/5.7.3/app-readme.md
diff --git a/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz b/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/tvhproxy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/tvhproxy/5.6.0/ix_values.yaml b/stable/tvhproxy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/tvhproxy/5.6.0/ix_values.yaml
rename to stable/tvhproxy/5.7.3/ix_values.yaml
diff --git a/stable/tvhproxy/5.6.0/questions.yaml b/stable/tvhproxy/5.7.3/questions.yaml
similarity index 100%
rename from stable/tvhproxy/5.6.0/questions.yaml
rename to stable/tvhproxy/5.7.3/questions.yaml
diff --git a/stable/urban-terror/5.6.0/templates/common.yaml b/stable/tvhproxy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/urban-terror/5.6.0/templates/common.yaml
rename to stable/tvhproxy/5.7.3/templates/common.yaml
diff --git a/stable/unmanic/10.6.0/values.yaml b/stable/tvhproxy/5.7.3/values.yaml
similarity index 100%
rename from stable/unmanic/10.6.0/values.yaml
rename to stable/tvhproxy/5.7.3/values.yaml
diff --git a/stable/twofauth/1.5.0/CHANGELOG.md b/stable/twofauth/1.5.0/CHANGELOG.md
deleted file mode 100644
index ec62811003d..00000000000
--- a/stable/twofauth/1.5.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
diff --git a/stable/twofauth/1.5.0/Chart.yaml b/stable/twofauth/1.5.0/Chart.yaml
deleted file mode 100644
index c16fa4212c7..00000000000
--- a/stable/twofauth/1.5.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: auth
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.1.0
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Web app to manage your 2FA accounts and generate their security codes.
-home: https://truecharts.org/charts/stable/twofauth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
-keywords:
- - 2fauth
- - auth
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: twofauth
-sources:
- - https://github.com/Bubka/2fauth
- - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
- - https://hub.docker.com/r/2fauth/2fauth
-type: application
-version: 1.5.0
diff --git a/stable/twofauth/1.5.0/app-changelog.md b/stable/twofauth/1.5.0/app-changelog.md
deleted file mode 100644
index 4025cc48a7f..00000000000
--- a/stable/twofauth/1.5.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [twofauth-1.5.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
\ No newline at end of file
diff --git a/stable/twofauth/1.5.0/charts/common-20.2.0.tgz b/stable/twofauth/1.5.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/twofauth/1.5.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/twofauth/1.5.0/ix_values.yaml b/stable/twofauth/1.5.0/ix_values.yaml
deleted file mode 100644
index 02a889ae61c..00000000000
--- a/stable/twofauth/1.5.0/ix_values.yaml
+++ /dev/null
@@ -1,126 +0,0 @@
-image:
- repository: 2fauth/2fauth
- pullPolicy: IfNotPresent
- tag: 5.1.0@sha256:c14a80e63346df10e57adcbf55d9a4193046a52d888d1824b9db6680c50b27f0
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsUser: 1000
- runAsGroup: 1000
-
-twofauth:
- app:
- name: 2FAuth
- site_owner: mail@example.com
- url: http://localhost:8000
- session_lifetime: 120
- trusted_proxies: []
- mail:
- driver: log
- host: ""
- port: 587
- from: ""
- user: ""
- pass: ""
- # TLS | STARTTLS | SSL
- encryption: STARTTLS
- from_name: 2FAuth
- from_address: changeme@example.com
- auth:
- # web-guard | reverse-proxy-guard
- guard: web-guard
- # show if guard uses reverse-proxy-guard
- proxy_header_for_user: ""
- proxy_header_for_email: ""
- proxy_logout_url: ""
- webauthn:
- name: 2FAuth
- id: ""
- icon: ""
- # required | preferred | discouraged
- user_verified: preferred
-
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- path: /infos
- readiness:
- path: /infos
- startup:
- type: tcp
- env:
- # APP
- APP_ENV: local
- APP_KEY:
- secretKeyRef:
- name: twofauth-secret
- key: APP_KEY
- APP_NAME: "{{ .Values.twofauth.app.name }}"
- SITE_OWNER: "{{ .Values.twofauth.app.site_owner }}"
- APP_URL: "{{ .Values.twofauth.app.url }}"
- SESSION_LIFETIME: "{{ .Values.twofauth.app.session_lifetime }}"
- TRUSTED_PROXIES: '{{ join "," .Values.twofauth.app.trusted_proxies }}'
- # MAIL
- MAIL_DRIVER: "{{ .Values.twofauth.mail.driver }}"
- MAIL_HOST: "{{ .Values.twofauth.mail.host }}"
- MAIL_PORT: "{{ .Values.twofauth.mail.port }}"
- MAIL_FROM: "{{ .Values.twofauth.mail.from }}"
- MAIL_USERNAME: "{{ .Values.twofauth.mail.user }}"
- MAIL_PASSWORD: "{{ .Values.twofauth.mail.pass }}"
- MAIL_ENCRYPTION: "{{ .Values.twofauth.mail.encryption }}"
- MAIL_FROM_NAME: "{{ .Values.twofauth.mail.from_name }}"
- MAIL_FROM_ADDRESS: "{{ .Values.twofauth.mail.from_address }}"
- # AUTH
- AUTHENTICATION_GUARD: "{{ .Values.twofauth.auth.guard }}"
- AUTH_PROXY_HEADER_FOR_USER: "{{ .Values.twofauth.auth.proxy_header_for_user }}"
- AUTH_PROXY_HEADER_FOR_EMAIL: "{{ .Values.twofauth.auth.proxy_header_for_email }}"
- PROXY_LOGOUT_URL: "{{ .Values.twofauth.auth.proxy_logout_url }}"
- # WebAuthn:
- WEBAUTHN_NAME: "{{ .Values.twofauth.webauthn.name }}"
- WEBAUTHN_ID: "{{ .Values.twofauth.webauthn.id }}"
- # Optional image data in BASE64 (128 bytes maximum) or an image url
- WEBAUTHN_ICON: "{{ .Values.twofauth.webauthn.icon }}"
- WEBAUTHN_USER_VERIFICATION: "{{ .Values.twofauth.webauthn.user_verified }}"
- # Postgres
- DB_CONNECTION: pgsql
- DB_DATABASE: "{{ .Values.cnpg.main.database }}"
- DB_USERNAME: "{{ .Values.cnpg.main.user }}"
- DB_PORT: 5432
- DB_HOST:
- secretKeyRef:
- name: cnpg-main-urls
- key: host
- DB_PASSWORD:
- secretKeyRef:
- name: cnpg-main-user
- key: password
-
-service:
- main:
- ports:
- main:
- protocol: http
- targetPort: 8000
- port: 8000
-
-persistence:
- config:
- enabled: true
- mountPath: /2fauth
- varrun:
- enabled: false
-
-cnpg:
- main:
- enabled: true
- user: twofauth
- database: twofauth
-
-portal:
- open:
- enabled: true
diff --git a/stable/unpackerr/13.6.0/.helmignore b/stable/twofauth/1.5.4/.helmignore
similarity index 100%
rename from stable/unpackerr/13.6.0/.helmignore
rename to stable/twofauth/1.5.4/.helmignore
diff --git a/stable/twofauth/1.5.4/CHANGELOG.md b/stable/twofauth/1.5.4/CHANGELOG.md
new file mode 100644
index 00000000000..510d1221010
--- /dev/null
+++ b/stable/twofauth/1.5.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
+
+
+## [twofauth-1.5.3](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
+
+
+## [twofauth-1.5.3](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
+
+
+## [twofauth-1.5.3](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
+
+
+## [twofauth-1.5.3](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
+
+
+## [twofauth-1.5.3](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/twofauth/1.5.4/Chart.yaml b/stable/twofauth/1.5.4/Chart.yaml
new file mode 100644
index 00000000000..846ac34a1c5
--- /dev/null
+++ b/stable/twofauth/1.5.4/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: auth
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.1.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Web app to manage your 2FA accounts and generate their security codes.
+home: https://truecharts.org/charts/stable/twofauth
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
+keywords:
+ - 2fauth
+ - auth
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: twofauth
+sources:
+ - https://github.com/Bubka/2fauth
+ - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
+ - https://hub.docker.com/r/2fauth/2fauth
+type: application
+version: 1.5.4
diff --git a/stable/twofauth/1.5.0/README.md b/stable/twofauth/1.5.4/README.md
similarity index 100%
rename from stable/twofauth/1.5.0/README.md
rename to stable/twofauth/1.5.4/README.md
diff --git a/stable/twofauth/1.5.4/app-changelog.md b/stable/twofauth/1.5.4/app-changelog.md
new file mode 100644
index 00000000000..f695d380ea4
--- /dev/null
+++ b/stable/twofauth/1.5.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [twofauth-1.5.4](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image 2fauth/2fauth to v5.1.1[@ef78cc3](https://github.com/ef78cc3) by renovate ([#19606](https://github.com/truecharts/charts/issues/19606))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image 2fauth/2fauth to v5.1.0[@c14a80e](https://github.com/c14a80e) by renovate ([#19334](https://github.com/truecharts/charts/issues/19334))
\ No newline at end of file
diff --git a/stable/twofauth/1.5.0/app-readme.md b/stable/twofauth/1.5.4/app-readme.md
similarity index 100%
rename from stable/twofauth/1.5.0/app-readme.md
rename to stable/twofauth/1.5.4/app-readme.md
diff --git a/stable/twofauth/1.5.4/charts/common-20.2.4.tgz b/stable/twofauth/1.5.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/twofauth/1.5.4/charts/common-20.2.4.tgz differ
diff --git a/stable/twofauth/1.5.4/ix_values.yaml b/stable/twofauth/1.5.4/ix_values.yaml
new file mode 100644
index 00000000000..6f4ca0d8bab
--- /dev/null
+++ b/stable/twofauth/1.5.4/ix_values.yaml
@@ -0,0 +1,126 @@
+image:
+ repository: 2fauth/2fauth
+ pullPolicy: IfNotPresent
+ tag: 5.1.1@sha256:ef78cc3c0cfbb302b6b933941639b2de7a018251c95fd1ee354a421486d144f1
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsUser: 1000
+ runAsGroup: 1000
+
+twofauth:
+ app:
+ name: 2FAuth
+ site_owner: mail@example.com
+ url: http://localhost:8000
+ session_lifetime: 120
+ trusted_proxies: []
+ mail:
+ driver: log
+ host: ""
+ port: 587
+ from: ""
+ user: ""
+ pass: ""
+ # TLS | STARTTLS | SSL
+ encryption: STARTTLS
+ from_name: 2FAuth
+ from_address: changeme@example.com
+ auth:
+ # web-guard | reverse-proxy-guard
+ guard: web-guard
+ # show if guard uses reverse-proxy-guard
+ proxy_header_for_user: ""
+ proxy_header_for_email: ""
+ proxy_logout_url: ""
+ webauthn:
+ name: 2FAuth
+ id: ""
+ icon: ""
+ # required | preferred | discouraged
+ user_verified: preferred
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ path: /infos
+ readiness:
+ path: /infos
+ startup:
+ type: tcp
+ env:
+ # APP
+ APP_ENV: local
+ APP_KEY:
+ secretKeyRef:
+ name: twofauth-secret
+ key: APP_KEY
+ APP_NAME: "{{ .Values.twofauth.app.name }}"
+ SITE_OWNER: "{{ .Values.twofauth.app.site_owner }}"
+ APP_URL: "{{ .Values.twofauth.app.url }}"
+ SESSION_LIFETIME: "{{ .Values.twofauth.app.session_lifetime }}"
+ TRUSTED_PROXIES: '{{ join "," .Values.twofauth.app.trusted_proxies }}'
+ # MAIL
+ MAIL_DRIVER: "{{ .Values.twofauth.mail.driver }}"
+ MAIL_HOST: "{{ .Values.twofauth.mail.host }}"
+ MAIL_PORT: "{{ .Values.twofauth.mail.port }}"
+ MAIL_FROM: "{{ .Values.twofauth.mail.from }}"
+ MAIL_USERNAME: "{{ .Values.twofauth.mail.user }}"
+ MAIL_PASSWORD: "{{ .Values.twofauth.mail.pass }}"
+ MAIL_ENCRYPTION: "{{ .Values.twofauth.mail.encryption }}"
+ MAIL_FROM_NAME: "{{ .Values.twofauth.mail.from_name }}"
+ MAIL_FROM_ADDRESS: "{{ .Values.twofauth.mail.from_address }}"
+ # AUTH
+ AUTHENTICATION_GUARD: "{{ .Values.twofauth.auth.guard }}"
+ AUTH_PROXY_HEADER_FOR_USER: "{{ .Values.twofauth.auth.proxy_header_for_user }}"
+ AUTH_PROXY_HEADER_FOR_EMAIL: "{{ .Values.twofauth.auth.proxy_header_for_email }}"
+ PROXY_LOGOUT_URL: "{{ .Values.twofauth.auth.proxy_logout_url }}"
+ # WebAuthn:
+ WEBAUTHN_NAME: "{{ .Values.twofauth.webauthn.name }}"
+ WEBAUTHN_ID: "{{ .Values.twofauth.webauthn.id }}"
+ # Optional image data in BASE64 (128 bytes maximum) or an image url
+ WEBAUTHN_ICON: "{{ .Values.twofauth.webauthn.icon }}"
+ WEBAUTHN_USER_VERIFICATION: "{{ .Values.twofauth.webauthn.user_verified }}"
+ # Postgres
+ DB_CONNECTION: pgsql
+ DB_DATABASE: "{{ .Values.cnpg.main.database }}"
+ DB_USERNAME: "{{ .Values.cnpg.main.user }}"
+ DB_PORT: 5432
+ DB_HOST:
+ secretKeyRef:
+ name: cnpg-main-urls
+ key: host
+ DB_PASSWORD:
+ secretKeyRef:
+ name: cnpg-main-user
+ key: password
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ targetPort: 8000
+ port: 8000
+
+persistence:
+ config:
+ enabled: true
+ mountPath: /2fauth
+ varrun:
+ enabled: false
+
+cnpg:
+ main:
+ enabled: true
+ user: twofauth
+ database: twofauth
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/twofauth/1.5.0/questions.yaml b/stable/twofauth/1.5.4/questions.yaml
similarity index 100%
rename from stable/twofauth/1.5.0/questions.yaml
rename to stable/twofauth/1.5.4/questions.yaml
diff --git a/stable/unmanic/10.6.0/templates/NOTES.txt b/stable/twofauth/1.5.4/templates/NOTES.txt
similarity index 100%
rename from stable/unmanic/10.6.0/templates/NOTES.txt
rename to stable/twofauth/1.5.4/templates/NOTES.txt
diff --git a/stable/twofauth/1.5.0/templates/_secrets.tpl b/stable/twofauth/1.5.4/templates/_secrets.tpl
similarity index 100%
rename from stable/twofauth/1.5.0/templates/_secrets.tpl
rename to stable/twofauth/1.5.4/templates/_secrets.tpl
diff --git a/stable/twofauth/1.5.0/templates/common.yaml b/stable/twofauth/1.5.4/templates/common.yaml
similarity index 100%
rename from stable/twofauth/1.5.0/templates/common.yaml
rename to stable/twofauth/1.5.4/templates/common.yaml
diff --git a/stable/unpackerr/13.6.0/values.yaml b/stable/twofauth/1.5.4/values.yaml
similarity index 100%
rename from stable/unpackerr/13.6.0/values.yaml
rename to stable/twofauth/1.5.4/values.yaml
diff --git a/stable/twonky-server/5.7.0/CHANGELOG.md b/stable/twonky-server/5.7.0/CHANGELOG.md
deleted file mode 100644
index 1be7d0cfecd..00000000000
--- a/stable/twonky-server/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
diff --git a/stable/twonky-server/5.7.0/Chart.yaml b/stable/twonky-server/5.7.0/Chart.yaml
deleted file mode 100644
index 3e22be9ec4f..00000000000
--- a/stable/twonky-server/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends.
-home: https://truecharts.org/charts/stable/twonky-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png
-keywords:
- - twonky-server
- - MediaServer-Video
- - MediaServer-Music
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: twonky-server
-sources:
- - https://github.com/H2CK/twonkyserver
- - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server
- - https://hub.docker.com/r/dtjs48jkt/twonkyserver
-type: application
-version: 5.7.0
diff --git a/stable/twonky-server/5.7.0/app-changelog.md b/stable/twonky-server/5.7.0/app-changelog.md
deleted file mode 100644
index fe2dd6a1e72..00000000000
--- a/stable/twonky-server/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [twonky-server-5.7.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
\ No newline at end of file
diff --git a/stable/twonky-server/5.7.0/charts/common-20.2.0.tgz b/stable/twonky-server/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/twonky-server/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/twonky-server/5.7.0/ix_values.yaml b/stable/twonky-server/5.7.0/ix_values.yaml
deleted file mode 100644
index 61082253690..00000000000
--- a/stable/twonky-server/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: dtjs48jkt/twonkyserver
- tag: latest@sha256:fe69332cc576a65609bf899b1d9512e1a612b7e25a48114ef6230759c729d740
-persistence:
- config:
- enabled: true
- mountPath: /config
- data:
- enabled: true
- mountPath: /data
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 9000
- protocol: tcp
- targetPort: 9000
diff --git a/stable/unpoller/10.8.0/.helmignore b/stable/twonky-server/5.7.4/.helmignore
similarity index 100%
rename from stable/unpoller/10.8.0/.helmignore
rename to stable/twonky-server/5.7.4/.helmignore
diff --git a/stable/twonky-server/5.7.4/CHANGELOG.md b/stable/twonky-server/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..29496664076
--- /dev/null
+++ b/stable/twonky-server/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [twonky-server-5.7.4](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
+
+
+## [twonky-server-5.7.3](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
+
+
+## [twonky-server-5.7.3](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
+
+
+## [twonky-server-5.7.3](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
+
+
+## [twonky-server-5.7.3](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
+
+
+## [twonky-server-5.7.3](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/twonky-server/5.7.4/Chart.yaml b/stable/twonky-server/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..b2639cffbb3
--- /dev/null
+++ b/stable/twonky-server/5.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends.
+home: https://truecharts.org/charts/stable/twonky-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png
+keywords:
+ - twonky-server
+ - MediaServer-Video
+ - MediaServer-Music
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: twonky-server
+sources:
+ - https://github.com/H2CK/twonkyserver
+ - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server
+ - https://hub.docker.com/r/dtjs48jkt/twonkyserver
+type: application
+version: 5.7.4
diff --git a/stable/twonky-server/5.7.0/README.md b/stable/twonky-server/5.7.4/README.md
similarity index 100%
rename from stable/twonky-server/5.7.0/README.md
rename to stable/twonky-server/5.7.4/README.md
diff --git a/stable/twonky-server/5.7.4/app-changelog.md b/stable/twonky-server/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..701d54fa2f6
--- /dev/null
+++ b/stable/twonky-server/5.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [twonky-server-5.7.4](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image dtjs48jkt/twonkyserver to latest[@e0bf0a7](https://github.com/e0bf0a7) by renovate ([#19612](https://github.com/truecharts/charts/issues/19612))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image dtjs48jkt/twonkyserver to latest[@fe69332](https://github.com/fe69332) by renovate ([#19225](https://github.com/truecharts/charts/issues/19225))
\ No newline at end of file
diff --git a/stable/twonky-server/5.7.0/app-readme.md b/stable/twonky-server/5.7.4/app-readme.md
similarity index 100%
rename from stable/twonky-server/5.7.0/app-readme.md
rename to stable/twonky-server/5.7.4/app-readme.md
diff --git a/stable/twonky-server/5.7.4/charts/common-20.2.4.tgz b/stable/twonky-server/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/twonky-server/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/twonky-server/5.7.4/ix_values.yaml b/stable/twonky-server/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..b3bd9c77001
--- /dev/null
+++ b/stable/twonky-server/5.7.4/ix_values.yaml
@@ -0,0 +1,26 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: dtjs48jkt/twonkyserver
+ tag: latest@sha256:e0bf0a79eb62e05f1c055aa49784268fc12380515fddd1ad80cc5a1258645d89
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+ data:
+ enabled: true
+ mountPath: /data
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 9000
+ protocol: tcp
+ targetPort: 9000
diff --git a/stable/twonky-server/5.7.0/questions.yaml b/stable/twonky-server/5.7.4/questions.yaml
similarity index 100%
rename from stable/twonky-server/5.7.0/questions.yaml
rename to stable/twonky-server/5.7.4/questions.yaml
diff --git a/stable/v-rising/5.6.0/templates/common.yaml b/stable/twonky-server/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/v-rising/5.6.0/templates/common.yaml
rename to stable/twonky-server/5.7.4/templates/common.yaml
diff --git a/stable/unpoller/10.8.0/values.yaml b/stable/twonky-server/5.7.4/values.yaml
similarity index 100%
rename from stable/unpoller/10.8.0/values.yaml
rename to stable/twonky-server/5.7.4/values.yaml
diff --git a/stable/twtxt/10.6.0/CHANGELOG.md b/stable/twtxt/10.6.0/CHANGELOG.md
deleted file mode 100644
index e5e7ec8f3f6..00000000000
--- a/stable/twtxt/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [twtxt-10.6.0](https://github.com/truecharts/charts/compare/twtxt-10.5.2...twtxt-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [twtxt-10.5.2](https://github.com/truecharts/charts/compare/twtxt-10.5.1...twtxt-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [twtxt-10.5.1](https://github.com/truecharts/charts/compare/twtxt-10.5.0...twtxt-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [twtxt-10.5.0](https://github.com/truecharts/charts/compare/twtxt-10.4.1...twtxt-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [twtxt-10.4.1](https://github.com/truecharts/charts/compare/twtxt-10.4.0...twtxt-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [twtxt-10.4.0](https://github.com/truecharts/charts/compare/twtxt-10.3.0...twtxt-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [twtxt-10.3.0](https://github.com/truecharts/charts/compare/twtxt-10.2.3...twtxt-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [twtxt-10.2.3](https://github.com/truecharts/charts/compare/twtxt-10.2.2...twtxt-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [twtxt-10.2.2](https://github.com/truecharts/charts/compare/twtxt-10.2.0...twtxt-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/twtxt/10.6.0/Chart.yaml b/stable/twtxt/10.6.0/Chart.yaml
deleted file mode 100644
index 84b3eb4de8f..00000000000
--- a/stable/twtxt/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.1.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
-home: https://truecharts.org/charts/stable/twtxt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png
-keywords:
- - twtxt
- - blogging
- - blog
- - social-network
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: twtxt
-sources:
- - https://github.com/prologic/twtxt
- - https://github.com/nicholaswilde/docker-twtxt
- - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt
- - https://ghcr.io/nicholaswilde/twtxt
-type: application
-version: 10.6.0
diff --git a/stable/twtxt/10.6.0/charts/common-20.1.5.tgz b/stable/twtxt/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/twtxt/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/unturned/6.6.0/.helmignore b/stable/twtxt/10.7.3/.helmignore
similarity index 100%
rename from stable/unturned/6.6.0/.helmignore
rename to stable/twtxt/10.7.3/.helmignore
diff --git a/stable/twtxt/10.7.3/CHANGELOG.md b/stable/twtxt/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0c2ffd35822
--- /dev/null
+++ b/stable/twtxt/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [twtxt-10.7.2](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/twtxt/10.7.3/Chart.yaml b/stable/twtxt/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..779d898672f
--- /dev/null
+++ b/stable/twtxt/10.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.1.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
+home: https://truecharts.org/charts/stable/twtxt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png
+keywords:
+ - twtxt
+ - blogging
+ - blog
+ - social-network
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: twtxt
+sources:
+ - https://github.com/prologic/twtxt
+ - https://github.com/nicholaswilde/docker-twtxt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt
+ - https://ghcr.io/nicholaswilde/twtxt
+type: application
+version: 10.7.3
diff --git a/stable/twtxt/10.6.0/README.md b/stable/twtxt/10.7.3/README.md
similarity index 100%
rename from stable/twtxt/10.6.0/README.md
rename to stable/twtxt/10.7.3/README.md
diff --git a/stable/twtxt/10.7.3/app-changelog.md b/stable/twtxt/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..8070ac2cd42
--- /dev/null
+++ b/stable/twtxt/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [twtxt-10.7.3](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/twtxt/10.6.0/app-readme.md b/stable/twtxt/10.7.3/app-readme.md
similarity index 100%
rename from stable/twtxt/10.6.0/app-readme.md
rename to stable/twtxt/10.7.3/app-readme.md
diff --git a/stable/twtxt/10.7.3/charts/common-20.2.4.tgz b/stable/twtxt/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/twtxt/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/twtxt/10.6.0/ix_values.yaml b/stable/twtxt/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/twtxt/10.6.0/ix_values.yaml
rename to stable/twtxt/10.7.3/ix_values.yaml
diff --git a/stable/twtxt/10.6.0/questions.yaml b/stable/twtxt/10.7.3/questions.yaml
similarity index 100%
rename from stable/twtxt/10.6.0/questions.yaml
rename to stable/twtxt/10.7.3/questions.yaml
diff --git a/stable/unpackerr/13.6.0/templates/NOTES.txt b/stable/twtxt/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/unpackerr/13.6.0/templates/NOTES.txt
rename to stable/twtxt/10.7.3/templates/NOTES.txt
diff --git a/stable/twtxt/10.7.3/templates/common.yaml b/stable/twtxt/10.7.3/templates/common.yaml
new file mode 100644
index 00000000000..992373e7501
--- /dev/null
+++ b/stable/twtxt/10.7.3/templates/common.yaml
@@ -0,0 +1,2 @@
+
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/stable/unturned/6.6.0/values.yaml b/stable/twtxt/10.7.3/values.yaml
similarity index 100%
rename from stable/unturned/6.6.0/values.yaml
rename to stable/twtxt/10.7.3/values.yaml
diff --git a/stable/ubooquity/10.7.2/CHANGELOG.md b/stable/ubooquity/10.7.2/CHANGELOG.md
deleted file mode 100644
index d70719c9cda..00000000000
--- a/stable/ubooquity/10.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
-
diff --git a/stable/ubooquity/10.7.2/Chart.yaml b/stable/ubooquity/10.7.2/Chart.yaml
deleted file mode 100644
index 13a5912f7f0..00000000000
--- a/stable/ubooquity/10.7.2/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.1.2
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
-home: https://truecharts.org/charts/stable/ubooquity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png
-keywords:
- - ubooquity
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ubooquity
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity
- - https://ghcr.io/linuxserver/ubooquity
-type: application
-version: 10.7.2
diff --git a/stable/ubooquity/10.7.2/app-changelog.md b/stable/ubooquity/10.7.2/app-changelog.md
deleted file mode 100644
index e9f707b7839..00000000000
--- a/stable/ubooquity/10.7.2/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [ubooquity-10.7.2](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.2) (2024-03-21)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
\ No newline at end of file
diff --git a/stable/ubooquity/10.7.2/charts/common-20.2.2.tgz b/stable/ubooquity/10.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/ubooquity/10.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/ubooquity/10.7.2/ix_values.yaml b/stable/ubooquity/10.7.2/ix_values.yaml
deleted file mode 100644
index 9fc026486ef..00000000000
--- a/stable/ubooquity/10.7.2/ix_values.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/ubooquity
- pullPolicy: IfNotPresent
- tag: 2.1.2@sha256:3c4900b2a92c70e57cebe8095c225438c98fd119bef97eb67ffa428e001a2c94
-service:
- main:
- ports:
- main:
- targetPort: 2202
- port: 2202
- admin:
- enabled: true
- ports:
- admin:
- enabled: true
- targetPort: 2203
- port: 2203
-persistence:
- varrun:
- enabled: true
- config:
- enabled: true
- mountPath: "/config"
- books:
- enabled: true
- mountPath: "/books"
- comics:
- enabled: true
- mountPath: "/comics"
- files:
- enabled: true
- mountPath: "/files"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- env:
- MAXMEM: 512
diff --git a/stable/uptime-kuma/10.6.0/.helmignore b/stable/ubooquity/10.7.6/.helmignore
similarity index 100%
rename from stable/uptime-kuma/10.6.0/.helmignore
rename to stable/ubooquity/10.7.6/.helmignore
diff --git a/stable/ubooquity/10.7.6/CHANGELOG.md b/stable/ubooquity/10.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..aa6b8484c0e
--- /dev/null
+++ b/stable/ubooquity/10.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
+
+
+## [ubooquity-10.7.5](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
+
+
+## [ubooquity-10.7.5](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
+
+
+## [ubooquity-10.7.5](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
+
+
+## [ubooquity-10.7.5](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.5) (2024-03-24)
+
+### Chore
diff --git a/stable/ubooquity/10.7.6/Chart.yaml b/stable/ubooquity/10.7.6/Chart.yaml
new file mode 100644
index 00000000000..c7a69c2a59d
--- /dev/null
+++ b/stable/ubooquity/10.7.6/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.1.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
+home: https://truecharts.org/charts/stable/ubooquity
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png
+keywords:
+ - ubooquity
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ubooquity
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity
+ - https://ghcr.io/linuxserver/ubooquity
+type: application
+version: 10.7.6
diff --git a/stable/ubooquity/10.7.2/README.md b/stable/ubooquity/10.7.6/README.md
similarity index 100%
rename from stable/ubooquity/10.7.2/README.md
rename to stable/ubooquity/10.7.6/README.md
diff --git a/stable/ubooquity/10.7.6/app-changelog.md b/stable/ubooquity/10.7.6/app-changelog.md
new file mode 100644
index 00000000000..bf00628697e
--- /dev/null
+++ b/stable/ubooquity/10.7.6/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [ubooquity-10.7.6](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@87fbb42](https://github.com/87fbb42) by renovate ([#19706](https://github.com/truecharts/charts/issues/19706))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@5f445be](https://github.com/5f445be) by renovate ([#19602](https://github.com/truecharts/charts/issues/19602))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@3c4900b](https://github.com/3c4900b) by renovate ([#19520](https://github.com/truecharts/charts/issues/19520))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@4291fa5](https://github.com/4291fa5) by renovate ([#19249](https://github.com/truecharts/charts/issues/19249))
\ No newline at end of file
diff --git a/stable/ubooquity/10.7.2/app-readme.md b/stable/ubooquity/10.7.6/app-readme.md
similarity index 100%
rename from stable/ubooquity/10.7.2/app-readme.md
rename to stable/ubooquity/10.7.6/app-readme.md
diff --git a/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz b/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ubooquity/10.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/ubooquity/10.7.6/ix_values.yaml b/stable/ubooquity/10.7.6/ix_values.yaml
new file mode 100644
index 00000000000..d9b6e2a7d33
--- /dev/null
+++ b/stable/ubooquity/10.7.6/ix_values.yaml
@@ -0,0 +1,55 @@
+image:
+ repository: ghcr.io/linuxserver/ubooquity
+ pullPolicy: IfNotPresent
+ tag: 2.1.2@sha256:87fbb42d8367b64c3077e3ffee73469d7b4b696cb3b3757e743bddae096ed312
+service:
+ main:
+ ports:
+ main:
+ targetPort: 2202
+ port: 2202
+ admin:
+ enabled: true
+ ports:
+ admin:
+ enabled: true
+ targetPort: 2203
+ port: 2203
+persistence:
+ varrun:
+ enabled: true
+ config:
+ enabled: true
+ mountPath: "/config"
+ books:
+ enabled: true
+ mountPath: "/books"
+ comics:
+ enabled: true
+ mountPath: "/comics"
+ files:
+ enabled: true
+ mountPath: "/files"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ env:
+ MAXMEM: 512
diff --git a/stable/ubooquity/10.7.2/questions.yaml b/stable/ubooquity/10.7.6/questions.yaml
similarity index 100%
rename from stable/ubooquity/10.7.2/questions.yaml
rename to stable/ubooquity/10.7.6/questions.yaml
diff --git a/stable/unpoller/10.8.0/templates/NOTES.txt b/stable/ubooquity/10.7.6/templates/NOTES.txt
similarity index 100%
rename from stable/unpoller/10.8.0/templates/NOTES.txt
rename to stable/ubooquity/10.7.6/templates/NOTES.txt
diff --git a/stable/unpackerr/13.6.0/templates/common.yaml b/stable/ubooquity/10.7.6/templates/common.yaml
similarity index 100%
rename from stable/unpackerr/13.6.0/templates/common.yaml
rename to stable/ubooquity/10.7.6/templates/common.yaml
diff --git a/stable/uptime-kuma/10.6.0/values.yaml b/stable/ubooquity/10.7.6/values.yaml
similarity index 100%
rename from stable/uptime-kuma/10.6.0/values.yaml
rename to stable/ubooquity/10.7.6/values.yaml
diff --git a/stable/unifi/20.6.0/CHANGELOG.md b/stable/unifi/20.6.0/CHANGELOG.md
deleted file mode 100644
index 01343441418..00000000000
--- a/stable/unifi/20.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [unifi-20.6.0](https://github.com/truecharts/charts/compare/unifi-20.5.2...unifi-20.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [unifi-20.5.2](https://github.com/truecharts/charts/compare/unifi-20.5.1...unifi-20.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [unifi-20.5.1](https://github.com/truecharts/charts/compare/unifi-20.5.0...unifi-20.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [unifi-20.5.0](https://github.com/truecharts/charts/compare/unifi-20.4.1...unifi-20.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [unifi-20.4.1](https://github.com/truecharts/charts/compare/unifi-20.4.0...unifi-20.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [unifi-20.4.0](https://github.com/truecharts/charts/compare/unifi-20.3.0...unifi-20.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [unifi-20.3.0](https://github.com/truecharts/charts/compare/unifi-20.2.3...unifi-20.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [unifi-20.2.3](https://github.com/truecharts/charts/compare/unifi-20.2.2...unifi-20.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [unifi-20.2.2](https://github.com/truecharts/charts/compare/unifi-20.2.0...unifi-20.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/unifi/20.6.0/Chart.yaml b/stable/unifi/20.6.0/Chart.yaml
deleted file mode 100644
index 1bf8cd1fb77..00000000000
--- a/stable/unifi/20.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 8.0.28
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Ubiquiti Network's Unifi Controller
-home: https://truecharts.org/charts/stable/unifi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png
-keywords:
- - ubiquiti
- - unifi
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: unifi
-sources:
- - https://unifi-network.ui.com
- - https://github.com/jacobalberty/unifi-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/unifi
- - https://ghcr.io/goofball222/unifi
-type: application
-version: 20.6.0
diff --git a/stable/unifi/20.6.0/charts/common-20.1.5.tgz b/stable/unifi/20.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/unifi/20.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/uptimerobot-prometheus/11.6.0/.helmignore b/stable/unifi/20.7.3/.helmignore
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/.helmignore
rename to stable/unifi/20.7.3/.helmignore
diff --git a/stable/unifi/20.7.3/CHANGELOG.md b/stable/unifi/20.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..31b049840df
--- /dev/null
+++ b/stable/unifi/20.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [unifi-20.7.3](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unifi-20.7.2](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/unifi/20.7.3/Chart.yaml b/stable/unifi/20.7.3/Chart.yaml
new file mode 100644
index 00000000000..d60e9e0f962
--- /dev/null
+++ b/stable/unifi/20.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 8.0.28
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Ubiquiti Network's Unifi Controller
+home: https://truecharts.org/charts/stable/unifi
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png
+keywords:
+ - ubiquiti
+ - unifi
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: unifi
+sources:
+ - https://unifi-network.ui.com
+ - https://github.com/jacobalberty/unifi-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/unifi
+ - https://ghcr.io/goofball222/unifi
+type: application
+version: 20.7.3
diff --git a/stable/unifi/20.6.0/README.md b/stable/unifi/20.7.3/README.md
similarity index 100%
rename from stable/unifi/20.6.0/README.md
rename to stable/unifi/20.7.3/README.md
diff --git a/stable/unifi/20.7.3/app-changelog.md b/stable/unifi/20.7.3/app-changelog.md
new file mode 100644
index 00000000000..a990a480184
--- /dev/null
+++ b/stable/unifi/20.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [unifi-20.7.3](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/unifi/20.6.0/app-readme.md b/stable/unifi/20.7.3/app-readme.md
similarity index 100%
rename from stable/unifi/20.6.0/app-readme.md
rename to stable/unifi/20.7.3/app-readme.md
diff --git a/stable/unifi/20.7.3/charts/common-20.2.4.tgz b/stable/unifi/20.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/unifi/20.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/unifi/20.6.0/ix_values.yaml b/stable/unifi/20.7.3/ix_values.yaml
similarity index 100%
rename from stable/unifi/20.6.0/ix_values.yaml
rename to stable/unifi/20.7.3/ix_values.yaml
diff --git a/stable/unifi/20.6.0/questions.yaml b/stable/unifi/20.7.3/questions.yaml
similarity index 100%
rename from stable/unifi/20.6.0/questions.yaml
rename to stable/unifi/20.7.3/questions.yaml
diff --git a/stable/unturned/6.6.0/templates/NOTES.txt b/stable/unifi/20.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/unturned/6.6.0/templates/NOTES.txt
rename to stable/unifi/20.7.3/templates/NOTES.txt
diff --git a/stable/unpoller/10.8.0/templates/common.yaml b/stable/unifi/20.7.3/templates/common.yaml
similarity index 100%
rename from stable/unpoller/10.8.0/templates/common.yaml
rename to stable/unifi/20.7.3/templates/common.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/values.yaml b/stable/unifi/20.7.3/values.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/values.yaml
rename to stable/unifi/20.7.3/values.yaml
diff --git a/stable/universal-media-server/5.6.0/CHANGELOG.md b/stable/universal-media-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index bc3e86a5552..00000000000
--- a/stable/universal-media-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [universal-media-server-5.6.0](https://github.com/truecharts/charts/compare/universal-media-server-5.5.2...universal-media-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [universal-media-server-5.5.2](https://github.com/truecharts/charts/compare/universal-media-server-5.5.1...universal-media-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [universal-media-server-5.5.1](https://github.com/truecharts/charts/compare/universal-media-server-5.5.0...universal-media-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [universal-media-server-5.5.0](https://github.com/truecharts/charts/compare/universal-media-server-5.4.1...universal-media-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [universal-media-server-5.4.1](https://github.com/truecharts/charts/compare/universal-media-server-5.4.0...universal-media-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [universal-media-server-5.4.0](https://github.com/truecharts/charts/compare/universal-media-server-5.3.0...universal-media-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [universal-media-server-5.3.0](https://github.com/truecharts/charts/compare/universal-media-server-5.2.3...universal-media-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [universal-media-server-5.2.3](https://github.com/truecharts/charts/compare/universal-media-server-5.2.2...universal-media-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [universal-media-server-5.2.2](https://github.com/truecharts/charts/compare/universal-media-server-5.2.0...universal-media-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/universal-media-server/5.6.0/Chart.yaml b/stable/universal-media-server/5.6.0/Chart.yaml
deleted file mode 100644
index 5f0781c47bd..00000000000
--- a/stable/universal-media-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Video
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility.
-home: https://truecharts.org/charts/stable/universal-media-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png
-keywords:
- - universal-media-server
- - MediaServer-Video
- - MediaServer-Music
- - MediaServer-Photos
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: universal-media-server
-sources:
- - https://www.universalmediaserver.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server
- - https://hub.docker.com/r/universalmediaserver/ums
-type: application
-version: 5.6.0
diff --git a/stable/universal-media-server/5.6.0/charts/common-20.1.5.tgz b/stable/universal-media-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/universal-media-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/urban-terror/5.6.0/.helmignore b/stable/universal-media-server/5.7.3/.helmignore
similarity index 100%
rename from stable/urban-terror/5.6.0/.helmignore
rename to stable/universal-media-server/5.7.3/.helmignore
diff --git a/stable/universal-media-server/5.7.3/CHANGELOG.md b/stable/universal-media-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9118e107df8
--- /dev/null
+++ b/stable/universal-media-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [universal-media-server-5.7.2](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/universal-media-server/5.7.3/Chart.yaml b/stable/universal-media-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..ea531792da0
--- /dev/null
+++ b/stable/universal-media-server/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Video
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility.
+home: https://truecharts.org/charts/stable/universal-media-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png
+keywords:
+ - universal-media-server
+ - MediaServer-Video
+ - MediaServer-Music
+ - MediaServer-Photos
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: universal-media-server
+sources:
+ - https://www.universalmediaserver.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server
+ - https://hub.docker.com/r/universalmediaserver/ums
+type: application
+version: 5.7.3
diff --git a/stable/universal-media-server/5.6.0/README.md b/stable/universal-media-server/5.7.3/README.md
similarity index 100%
rename from stable/universal-media-server/5.6.0/README.md
rename to stable/universal-media-server/5.7.3/README.md
diff --git a/stable/universal-media-server/5.7.3/app-changelog.md b/stable/universal-media-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1e8ffb3bd64
--- /dev/null
+++ b/stable/universal-media-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [universal-media-server-5.7.3](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/universal-media-server/5.6.0/app-readme.md b/stable/universal-media-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/universal-media-server/5.6.0/app-readme.md
rename to stable/universal-media-server/5.7.3/app-readme.md
diff --git a/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz b/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/universal-media-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/universal-media-server/5.6.0/ix_values.yaml b/stable/universal-media-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/universal-media-server/5.6.0/ix_values.yaml
rename to stable/universal-media-server/5.7.3/ix_values.yaml
diff --git a/stable/universal-media-server/5.6.0/questions.yaml b/stable/universal-media-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/universal-media-server/5.6.0/questions.yaml
rename to stable/universal-media-server/5.7.3/questions.yaml
diff --git a/stable/valetudo-mapper/5.6.0/templates/common.yaml b/stable/universal-media-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/templates/common.yaml
rename to stable/universal-media-server/5.7.3/templates/common.yaml
diff --git a/stable/urban-terror/5.6.0/values.yaml b/stable/universal-media-server/5.7.3/values.yaml
similarity index 100%
rename from stable/urban-terror/5.6.0/values.yaml
rename to stable/universal-media-server/5.7.3/values.yaml
diff --git a/stable/unmanic/10.6.0/CHANGELOG.md b/stable/unmanic/10.6.0/CHANGELOG.md
deleted file mode 100644
index 1b1eb7ef55b..00000000000
--- a/stable/unmanic/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [unmanic-10.6.0](https://github.com/truecharts/charts/compare/unmanic-10.5.3...unmanic-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [unmanic-10.5.3](https://github.com/truecharts/charts/compare/unmanic-10.5.2...unmanic-10.5.3) (2024-03-13)
-
-### Chore
-
-
-
-- update container image josh5/unmanic to v0.2.6[@4d49c48](https://github.com/4d49c48) by renovate ([#19188](https://github.com/truecharts/charts/issues/19188))
-
-
-## [unmanic-10.5.2](https://github.com/truecharts/charts/compare/unmanic-10.5.1...unmanic-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [unmanic-10.5.1](https://github.com/truecharts/charts/compare/unmanic-10.5.0...unmanic-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [unmanic-10.5.0](https://github.com/truecharts/charts/compare/unmanic-10.4.1...unmanic-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [unmanic-10.4.1](https://github.com/truecharts/charts/compare/unmanic-10.4.0...unmanic-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [unmanic-10.4.0](https://github.com/truecharts/charts/compare/unmanic-10.3.0...unmanic-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [unmanic-10.3.0](https://github.com/truecharts/charts/compare/unmanic-10.2.3...unmanic-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [unmanic-10.2.3](https://github.com/truecharts/charts/compare/unmanic-10.2.2...unmanic-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [unmanic-10.2.2](https://github.com/truecharts/charts/compare/unmanic-10.2.0...unmanic-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/unmanic/10.6.0/Chart.yaml b/stable/unmanic/10.6.0/Chart.yaml
deleted file mode 100644
index bf9ed58dabe..00000000000
--- a/stable/unmanic/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.2.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Unmanic is a simple tool for optimising your file library.
-home: https://truecharts.org/charts/stable/unmanic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png
-keywords:
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: unmanic
-sources:
- - https://github.com/Unmanic/unmanic
- - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic
- - https://hub.docker.com/r/josh5/unmanic
-type: application
-version: 10.6.0
diff --git a/stable/unmanic/10.6.0/charts/common-20.1.5.tgz b/stable/unmanic/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/unmanic/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/v-rising/5.6.0/.helmignore b/stable/unmanic/10.7.3/.helmignore
similarity index 100%
rename from stable/v-rising/5.6.0/.helmignore
rename to stable/unmanic/10.7.3/.helmignore
diff --git a/stable/unmanic/10.7.3/CHANGELOG.md b/stable/unmanic/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..11a5dee9e8e
--- /dev/null
+++ b/stable/unmanic/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unmanic-10.7.2](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/unmanic/10.7.3/Chart.yaml b/stable/unmanic/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..5a2f160d1a3
--- /dev/null
+++ b/stable/unmanic/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.2.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Unmanic is a simple tool for optimising your file library.
+home: https://truecharts.org/charts/stable/unmanic
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png
+keywords:
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: unmanic
+sources:
+ - https://github.com/Unmanic/unmanic
+ - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic
+ - https://hub.docker.com/r/josh5/unmanic
+type: application
+version: 10.7.3
diff --git a/stable/unmanic/10.6.0/README.md b/stable/unmanic/10.7.3/README.md
similarity index 100%
rename from stable/unmanic/10.6.0/README.md
rename to stable/unmanic/10.7.3/README.md
diff --git a/stable/unmanic/10.7.3/app-changelog.md b/stable/unmanic/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..bce1c13cf93
--- /dev/null
+++ b/stable/unmanic/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [unmanic-10.7.3](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/unmanic/10.6.0/app-readme.md b/stable/unmanic/10.7.3/app-readme.md
similarity index 100%
rename from stable/unmanic/10.6.0/app-readme.md
rename to stable/unmanic/10.7.3/app-readme.md
diff --git a/stable/unmanic/10.7.3/charts/common-20.2.4.tgz b/stable/unmanic/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/unmanic/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/unmanic/10.6.0/ix_values.yaml b/stable/unmanic/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/unmanic/10.6.0/ix_values.yaml
rename to stable/unmanic/10.7.3/ix_values.yaml
diff --git a/stable/unmanic/10.6.0/questions.yaml b/stable/unmanic/10.7.3/questions.yaml
similarity index 100%
rename from stable/unmanic/10.6.0/questions.yaml
rename to stable/unmanic/10.7.3/questions.yaml
diff --git a/stable/uptime-kuma/10.6.0/templates/NOTES.txt b/stable/unmanic/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/uptime-kuma/10.6.0/templates/NOTES.txt
rename to stable/unmanic/10.7.3/templates/NOTES.txt
diff --git a/stable/unturned/6.6.0/templates/common.yaml b/stable/unmanic/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/unturned/6.6.0/templates/common.yaml
rename to stable/unmanic/10.7.3/templates/common.yaml
diff --git a/stable/v-rising/5.6.0/values.yaml b/stable/unmanic/10.7.3/values.yaml
similarity index 100%
rename from stable/v-rising/5.6.0/values.yaml
rename to stable/unmanic/10.7.3/values.yaml
diff --git a/stable/unpackerr/13.6.0/CHANGELOG.md b/stable/unpackerr/13.6.0/CHANGELOG.md
deleted file mode 100644
index c01ae4d3e55..00000000000
--- a/stable/unpackerr/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [unpackerr-13.6.0](https://github.com/truecharts/charts/compare/unpackerr-13.5.2...unpackerr-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [unpackerr-13.5.2](https://github.com/truecharts/charts/compare/unpackerr-13.5.1...unpackerr-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [unpackerr-13.5.1](https://github.com/truecharts/charts/compare/unpackerr-13.5.0...unpackerr-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [unpackerr-13.5.0](https://github.com/truecharts/charts/compare/unpackerr-13.4.1...unpackerr-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [unpackerr-13.4.1](https://github.com/truecharts/charts/compare/unpackerr-13.4.0...unpackerr-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [unpackerr-13.4.0](https://github.com/truecharts/charts/compare/unpackerr-13.3.0...unpackerr-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [unpackerr-13.3.0](https://github.com/truecharts/charts/compare/unpackerr-13.2.3...unpackerr-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [unpackerr-13.2.3](https://github.com/truecharts/charts/compare/unpackerr-13.2.2...unpackerr-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [unpackerr-13.2.2](https://github.com/truecharts/charts/compare/unpackerr-13.2.0...unpackerr-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/unpackerr/13.6.0/Chart.yaml b/stable/unpackerr/13.6.0/Chart.yaml
deleted file mode 100644
index f828fbb6d67..00000000000
--- a/stable/unpackerr/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.13.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them
-home: https://truecharts.org/charts/stable/unpackerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png
-keywords:
- - unpackerr
- - sonarr
- - radarr
- - lidarr
- - readarr
- - whisparr
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: unpackerr
-sources:
- - https://github.com/davidnewhall/unpackerr
- - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr
- - https://hub.docker.com/r/golift/unpackerr
-type: application
-version: 13.6.0
diff --git a/stable/unpackerr/13.6.0/charts/common-20.1.5.tgz b/stable/unpackerr/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/unpackerr/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/valetudo-mapper/5.6.0/.helmignore b/stable/unpackerr/13.7.3/.helmignore
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/.helmignore
rename to stable/unpackerr/13.7.3/.helmignore
diff --git a/stable/unpackerr/13.7.3/CHANGELOG.md b/stable/unpackerr/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..0e342eefad1
--- /dev/null
+++ b/stable/unpackerr/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpackerr-13.7.2](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/unpackerr/13.7.3/Chart.yaml b/stable/unpackerr/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..404106e843f
--- /dev/null
+++ b/stable/unpackerr/13.7.3/Chart.yaml
@@ -0,0 +1,41 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.13.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them
+home: https://truecharts.org/charts/stable/unpackerr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png
+keywords:
+ - unpackerr
+ - sonarr
+ - radarr
+ - lidarr
+ - readarr
+ - whisparr
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: unpackerr
+sources:
+ - https://github.com/davidnewhall/unpackerr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr
+ - https://hub.docker.com/r/golift/unpackerr
+type: application
+version: 13.7.3
diff --git a/stable/unpackerr/13.6.0/README.md b/stable/unpackerr/13.7.3/README.md
similarity index 100%
rename from stable/unpackerr/13.6.0/README.md
rename to stable/unpackerr/13.7.3/README.md
diff --git a/stable/unpackerr/13.7.3/app-changelog.md b/stable/unpackerr/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..f37948b10d3
--- /dev/null
+++ b/stable/unpackerr/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [unpackerr-13.7.3](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/unpackerr/13.6.0/app-readme.md b/stable/unpackerr/13.7.3/app-readme.md
similarity index 100%
rename from stable/unpackerr/13.6.0/app-readme.md
rename to stable/unpackerr/13.7.3/app-readme.md
diff --git a/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz b/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/unpackerr/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/unpackerr/13.6.0/ix_values.yaml b/stable/unpackerr/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/unpackerr/13.6.0/ix_values.yaml
rename to stable/unpackerr/13.7.3/ix_values.yaml
diff --git a/stable/unpackerr/13.6.0/questions.yaml b/stable/unpackerr/13.7.3/questions.yaml
similarity index 100%
rename from stable/unpackerr/13.6.0/questions.yaml
rename to stable/unpackerr/13.7.3/questions.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/templates/NOTES.txt b/stable/unpackerr/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/templates/NOTES.txt
rename to stable/unpackerr/13.7.3/templates/NOTES.txt
diff --git a/stable/uptimerobot-prometheus/11.6.0/templates/common.yaml b/stable/unpackerr/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/templates/common.yaml
rename to stable/unpackerr/13.7.3/templates/common.yaml
diff --git a/stable/valetudo-mapper/5.6.0/values.yaml b/stable/unpackerr/13.7.3/values.yaml
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/values.yaml
rename to stable/unpackerr/13.7.3/values.yaml
diff --git a/stable/unpoller/10.8.0/CHANGELOG.md b/stable/unpoller/10.8.0/CHANGELOG.md
deleted file mode 100644
index 1c15ed14d43..00000000000
--- a/stable/unpoller/10.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [unpoller-10.8.0](https://github.com/truecharts/charts/compare/unpoller-10.7.2...unpoller-10.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [unpoller-10.7.2](https://github.com/truecharts/charts/compare/unpoller-10.7.1...unpoller-10.7.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [unpoller-10.7.1](https://github.com/truecharts/charts/compare/unpoller-10.7.0...unpoller-10.7.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [unpoller-10.7.0](https://github.com/truecharts/charts/compare/unpoller-10.6.0...unpoller-10.7.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [unpoller-10.6.0](https://github.com/truecharts/charts/compare/unpoller-10.5.1...unpoller-10.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image ghcr.io/unpoller/unpoller to v2.10.0[@c2ac3a1](https://github.com/c2ac3a1) by renovate ([#19106](https://github.com/truecharts/charts/issues/19106))
-
-
-## [unpoller-10.5.1](https://github.com/truecharts/charts/compare/unpoller-10.5.0...unpoller-10.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [unpoller-10.5.0](https://github.com/truecharts/charts/compare/unpoller-10.4.0...unpoller-10.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [unpoller-10.4.0](https://github.com/truecharts/charts/compare/unpoller-10.3.3...unpoller-10.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [unpoller-10.3.3](https://github.com/truecharts/charts/compare/unpoller-10.3.2...unpoller-10.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [unpoller-10.3.2](https://github.com/truecharts/charts/compare/unpoller-10.3.0...unpoller-10.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
\ No newline at end of file
diff --git a/stable/unpoller/10.8.0/Chart.yaml b/stable/unpoller/10.8.0/Chart.yaml
deleted file mode 100644
index a5f8cbac761..00000000000
--- a/stable/unpoller/10.8.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.10.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection.
-home: https://truecharts.org/charts/stable/unpoller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png
-keywords:
- - unifi
- - unifi-poller
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: unpoller
-sources:
- - https://github.com/unifi-poller/unifi-poller
- - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
- - https://ghcr.io/unpoller/unpoller
-type: application
-version: 10.8.0
diff --git a/stable/unpoller/10.8.0/charts/common-20.1.5.tgz b/stable/unpoller/10.8.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/unpoller/10.8.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/valheim/10.6.0/.helmignore b/stable/unpoller/10.9.3/.helmignore
similarity index 100%
rename from stable/valheim/10.6.0/.helmignore
rename to stable/unpoller/10.9.3/.helmignore
diff --git a/stable/unpoller/10.9.3/CHANGELOG.md b/stable/unpoller/10.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..fb0fd5c30f8
--- /dev/null
+++ b/stable/unpoller/10.9.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unpoller-10.9.2](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/unpoller/10.9.3/Chart.yaml b/stable/unpoller/10.9.3/Chart.yaml
new file mode 100644
index 00000000000..2ff5d6dd813
--- /dev/null
+++ b/stable/unpoller/10.9.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.10.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection.
+home: https://truecharts.org/charts/stable/unpoller
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png
+keywords:
+ - unifi
+ - unifi-poller
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: unpoller
+sources:
+ - https://github.com/unifi-poller/unifi-poller
+ - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
+ - https://ghcr.io/unpoller/unpoller
+type: application
+version: 10.9.3
diff --git a/stable/unpoller/10.8.0/README.md b/stable/unpoller/10.9.3/README.md
similarity index 100%
rename from stable/unpoller/10.8.0/README.md
rename to stable/unpoller/10.9.3/README.md
diff --git a/stable/unpoller/10.9.3/app-changelog.md b/stable/unpoller/10.9.3/app-changelog.md
new file mode 100644
index 00000000000..9092ce510e0
--- /dev/null
+++ b/stable/unpoller/10.9.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [unpoller-10.9.3](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/unpoller/10.8.0/app-readme.md b/stable/unpoller/10.9.3/app-readme.md
similarity index 100%
rename from stable/unpoller/10.8.0/app-readme.md
rename to stable/unpoller/10.9.3/app-readme.md
diff --git a/stable/unpoller/10.9.3/charts/common-20.2.4.tgz b/stable/unpoller/10.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/unpoller/10.9.3/charts/common-20.2.4.tgz differ
diff --git a/stable/unpoller/10.8.0/dashboards/DPI.json b/stable/unpoller/10.9.3/dashboards/DPI.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/DPI.json
rename to stable/unpoller/10.9.3/dashboards/DPI.json
diff --git a/stable/unpoller/10.8.0/dashboards/UAP.json b/stable/unpoller/10.9.3/dashboards/UAP.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/UAP.json
rename to stable/unpoller/10.9.3/dashboards/UAP.json
diff --git a/stable/unpoller/10.8.0/dashboards/USG.json b/stable/unpoller/10.9.3/dashboards/USG.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/USG.json
rename to stable/unpoller/10.9.3/dashboards/USG.json
diff --git a/stable/unpoller/10.8.0/dashboards/USW.json b/stable/unpoller/10.9.3/dashboards/USW.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/USW.json
rename to stable/unpoller/10.9.3/dashboards/USW.json
diff --git a/stable/unpoller/10.8.0/dashboards/clients.json b/stable/unpoller/10.9.3/dashboards/clients.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/clients.json
rename to stable/unpoller/10.9.3/dashboards/clients.json
diff --git a/stable/unpoller/10.8.0/dashboards/network.json b/stable/unpoller/10.9.3/dashboards/network.json
similarity index 100%
rename from stable/unpoller/10.8.0/dashboards/network.json
rename to stable/unpoller/10.9.3/dashboards/network.json
diff --git a/stable/unpoller/10.8.0/ix_values.yaml b/stable/unpoller/10.9.3/ix_values.yaml
similarity index 100%
rename from stable/unpoller/10.8.0/ix_values.yaml
rename to stable/unpoller/10.9.3/ix_values.yaml
diff --git a/stable/unpoller/10.8.0/questions.yaml b/stable/unpoller/10.9.3/questions.yaml
similarity index 100%
rename from stable/unpoller/10.8.0/questions.yaml
rename to stable/unpoller/10.9.3/questions.yaml
diff --git a/stable/valheim/10.6.0/templates/NOTES.txt b/stable/unpoller/10.9.3/templates/NOTES.txt
similarity index 100%
rename from stable/valheim/10.6.0/templates/NOTES.txt
rename to stable/unpoller/10.9.3/templates/NOTES.txt
diff --git a/stable/verysync/9.6.0/templates/common.yaml b/stable/unpoller/10.9.3/templates/common.yaml
similarity index 100%
rename from stable/verysync/9.6.0/templates/common.yaml
rename to stable/unpoller/10.9.3/templates/common.yaml
diff --git a/stable/valheim/10.6.0/values.yaml b/stable/unpoller/10.9.3/values.yaml
similarity index 100%
rename from stable/valheim/10.6.0/values.yaml
rename to stable/unpoller/10.9.3/values.yaml
diff --git a/stable/unturned/6.6.0/CHANGELOG.md b/stable/unturned/6.6.0/CHANGELOG.md
deleted file mode 100644
index 1de670b53d9..00000000000
--- a/stable/unturned/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [unturned-6.6.0](https://github.com/truecharts/charts/compare/unturned-6.5.2...unturned-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [unturned-6.5.2](https://github.com/truecharts/charts/compare/unturned-6.5.1...unturned-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [unturned-6.5.1](https://github.com/truecharts/charts/compare/unturned-6.5.0...unturned-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [unturned-6.5.0](https://github.com/truecharts/charts/compare/unturned-6.4.1...unturned-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [unturned-6.4.1](https://github.com/truecharts/charts/compare/unturned-6.4.0...unturned-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [unturned-6.4.0](https://github.com/truecharts/charts/compare/unturned-6.3.0...unturned-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [unturned-6.3.0](https://github.com/truecharts/charts/compare/unturned-6.2.3...unturned-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [unturned-6.2.3](https://github.com/truecharts/charts/compare/unturned-6.2.2...unturned-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [unturned-6.2.2](https://github.com/truecharts/charts/compare/unturned-6.2.0...unturned-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/unturned/6.6.0/Chart.yaml b/stable/unturned/6.6.0/Chart.yaml
deleted file mode 100644
index f1f576bd828..00000000000
--- a/stable/unturned/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: unturned
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Unturned SteamCMD
-home: https://truecharts.org/charts/stable/unturned
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png
-keywords:
- - unturned
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: unturned
-sources:
- - https://github.com/ich777/docker-steamcmd-server/tree/unturned
- - https://github.com/truecharts/charts/tree/master/charts/stable/unturned
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 6.6.0
diff --git a/stable/unturned/6.6.0/charts/common-20.1.5.tgz b/stable/unturned/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/unturned/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/van-dam/4.7.0/.helmignore b/stable/unturned/6.7.3/.helmignore
similarity index 100%
rename from stable/van-dam/4.7.0/.helmignore
rename to stable/unturned/6.7.3/.helmignore
diff --git a/stable/unturned/6.7.3/CHANGELOG.md b/stable/unturned/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..a07a4758c83
--- /dev/null
+++ b/stable/unturned/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [unturned-6.7.2](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/unturned/6.7.3/Chart.yaml b/stable/unturned/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..cd8737098ab
--- /dev/null
+++ b/stable/unturned/6.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: unturned
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Unturned SteamCMD
+home: https://truecharts.org/charts/stable/unturned
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png
+keywords:
+ - unturned
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: unturned
+sources:
+ - https://github.com/ich777/docker-steamcmd-server/tree/unturned
+ - https://github.com/truecharts/charts/tree/master/charts/stable/unturned
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 6.7.3
diff --git a/stable/unturned/6.6.0/README.md b/stable/unturned/6.7.3/README.md
similarity index 100%
rename from stable/unturned/6.6.0/README.md
rename to stable/unturned/6.7.3/README.md
diff --git a/stable/unturned/6.7.3/app-changelog.md b/stable/unturned/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..05d852d0de1
--- /dev/null
+++ b/stable/unturned/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [unturned-6.7.3](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/unturned/6.6.0/app-readme.md b/stable/unturned/6.7.3/app-readme.md
similarity index 100%
rename from stable/unturned/6.6.0/app-readme.md
rename to stable/unturned/6.7.3/app-readme.md
diff --git a/stable/unturned/6.7.3/charts/common-20.2.4.tgz b/stable/unturned/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/unturned/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/unturned/6.6.0/ix_values.yaml b/stable/unturned/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/unturned/6.6.0/ix_values.yaml
rename to stable/unturned/6.7.3/ix_values.yaml
diff --git a/stable/unturned/6.6.0/questions.yaml b/stable/unturned/6.7.3/questions.yaml
similarity index 100%
rename from stable/unturned/6.6.0/questions.yaml
rename to stable/unturned/6.7.3/questions.yaml
diff --git a/stable/van-dam/4.7.0/templates/NOTES.txt b/stable/unturned/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/van-dam/4.7.0/templates/NOTES.txt
rename to stable/unturned/6.7.3/templates/NOTES.txt
diff --git a/stable/vocechat-server/3.6.0/templates/common.yaml b/stable/unturned/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/vocechat-server/3.6.0/templates/common.yaml
rename to stable/unturned/6.7.3/templates/common.yaml
diff --git a/stable/van-dam/4.7.0/values.yaml b/stable/unturned/6.7.3/values.yaml
similarity index 100%
rename from stable/van-dam/4.7.0/values.yaml
rename to stable/unturned/6.7.3/values.yaml
diff --git a/stable/uptime-kuma/10.6.0/CHANGELOG.md b/stable/uptime-kuma/10.6.0/CHANGELOG.md
deleted file mode 100644
index d00d7b7b6a1..00000000000
--- a/stable/uptime-kuma/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [uptime-kuma-10.6.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.5.2...uptime-kuma-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [uptime-kuma-10.5.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.5.1...uptime-kuma-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [uptime-kuma-10.5.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.5.0...uptime-kuma-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [uptime-kuma-10.5.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.4.1...uptime-kuma-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [uptime-kuma-10.4.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.4.0...uptime-kuma-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [uptime-kuma-10.4.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.3.0...uptime-kuma-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [uptime-kuma-10.3.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.3...uptime-kuma-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [uptime-kuma-10.2.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.2...uptime-kuma-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [uptime-kuma-10.2.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.0...uptime-kuma-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/uptime-kuma/10.6.0/Chart.yaml b/stable/uptime-kuma/10.6.0/Chart.yaml
deleted file mode 100644
index 228e2faa97a..00000000000
--- a/stable/uptime-kuma/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: monitoring
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.23.11
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A fancy self-hosted monitoring tool
-home: https://truecharts.org/charts/stable/uptime-kuma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png
-keywords:
- - monitoring
- - uptime
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: uptime-kuma
-sources:
- - https://github.com/louislam/uptime-kuma
- - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma
- - https://hub.docker.com/r/louislam/uptime-kuma
-type: application
-version: 10.6.0
diff --git a/stable/uptime-kuma/10.6.0/charts/common-20.1.5.tgz b/stable/uptime-kuma/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/uptime-kuma/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/venstar2mqtt/5.6.0/.helmignore b/stable/uptime-kuma/10.7.3/.helmignore
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/.helmignore
rename to stable/uptime-kuma/10.7.3/.helmignore
diff --git a/stable/uptime-kuma/10.7.3/CHANGELOG.md b/stable/uptime-kuma/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..702099a272f
--- /dev/null
+++ b/stable/uptime-kuma/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptime-kuma-10.7.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/uptime-kuma/10.7.3/Chart.yaml b/stable/uptime-kuma/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..9eb474c7a2a
--- /dev/null
+++ b/stable/uptime-kuma/10.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: monitoring
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.23.11
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A fancy self-hosted monitoring tool
+home: https://truecharts.org/charts/stable/uptime-kuma
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png
+keywords:
+ - monitoring
+ - uptime
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: uptime-kuma
+sources:
+ - https://github.com/louislam/uptime-kuma
+ - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma
+ - https://hub.docker.com/r/louislam/uptime-kuma
+type: application
+version: 10.7.3
diff --git a/stable/uptime-kuma/10.6.0/README.md b/stable/uptime-kuma/10.7.3/README.md
similarity index 100%
rename from stable/uptime-kuma/10.6.0/README.md
rename to stable/uptime-kuma/10.7.3/README.md
diff --git a/stable/uptime-kuma/10.7.3/app-changelog.md b/stable/uptime-kuma/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..5ba71db36aa
--- /dev/null
+++ b/stable/uptime-kuma/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [uptime-kuma-10.7.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/uptime-kuma/10.6.0/app-readme.md b/stable/uptime-kuma/10.7.3/app-readme.md
similarity index 100%
rename from stable/uptime-kuma/10.6.0/app-readme.md
rename to stable/uptime-kuma/10.7.3/app-readme.md
diff --git a/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz b/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/uptime-kuma/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/uptime-kuma/10.6.0/ix_values.yaml b/stable/uptime-kuma/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/uptime-kuma/10.6.0/ix_values.yaml
rename to stable/uptime-kuma/10.7.3/ix_values.yaml
diff --git a/stable/uptime-kuma/10.6.0/questions.yaml b/stable/uptime-kuma/10.7.3/questions.yaml
similarity index 100%
rename from stable/uptime-kuma/10.6.0/questions.yaml
rename to stable/uptime-kuma/10.7.3/questions.yaml
diff --git a/stable/verysync/9.6.0/templates/NOTES.txt b/stable/uptime-kuma/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/verysync/9.6.0/templates/NOTES.txt
rename to stable/uptime-kuma/10.7.3/templates/NOTES.txt
diff --git a/stable/uptime-kuma/10.6.0/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.7.3/templates/_prometheusrules.tpl
similarity index 100%
rename from stable/uptime-kuma/10.6.0/templates/_prometheusrules.tpl
rename to stable/uptime-kuma/10.7.3/templates/_prometheusrules.tpl
diff --git a/stable/uptime-kuma/10.6.0/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.7.3/templates/_servicemonitor.tpl
similarity index 100%
rename from stable/uptime-kuma/10.6.0/templates/_servicemonitor.tpl
rename to stable/uptime-kuma/10.7.3/templates/_servicemonitor.tpl
diff --git a/stable/uptime-kuma/10.6.0/templates/common.yaml b/stable/uptime-kuma/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/uptime-kuma/10.6.0/templates/common.yaml
rename to stable/uptime-kuma/10.7.3/templates/common.yaml
diff --git a/stable/venstar2mqtt/5.6.0/values.yaml b/stable/uptime-kuma/10.7.3/values.yaml
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/values.yaml
rename to stable/uptime-kuma/10.7.3/values.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/CHANGELOG.md b/stable/uptimerobot-prometheus/11.6.0/CHANGELOG.md
deleted file mode 100644
index 4b6f63cf8a2..00000000000
--- a/stable/uptimerobot-prometheus/11.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [uptimerobot-prometheus-11.6.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.5.2...uptimerobot-prometheus-11.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [uptimerobot-prometheus-11.5.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.5.1...uptimerobot-prometheus-11.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [uptimerobot-prometheus-11.5.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.5.0...uptimerobot-prometheus-11.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [uptimerobot-prometheus-11.5.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.4.1...uptimerobot-prometheus-11.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [uptimerobot-prometheus-11.4.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.4.0...uptimerobot-prometheus-11.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [uptimerobot-prometheus-11.4.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.3.0...uptimerobot-prometheus-11.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [uptimerobot-prometheus-11.3.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.3...uptimerobot-prometheus-11.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [uptimerobot-prometheus-11.2.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.2...uptimerobot-prometheus-11.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [uptimerobot-prometheus-11.2.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.0...uptimerobot-prometheus-11.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/uptimerobot-prometheus/11.6.0/Chart.yaml b/stable/uptimerobot-prometheus/11.6.0/Chart.yaml
deleted file mode 100644
index 6d5b30ff4f1..00000000000
--- a/stable/uptimerobot-prometheus/11.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: metrics
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.0.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Prometheus Exporter for the official uptimerobot CLI
-home: https://truecharts.org/charts/stable/uptimerobot-prometheus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png
-keywords:
- - uptimerobot
- - prometheus
- - grafana
- - metrics
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: uptimerobot-prometheus
-sources:
- - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
- - https://github.com/lekpamartin/uptimerobot_exporter
- - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus
- - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter
-type: application
-version: 11.6.0
diff --git a/stable/uptimerobot-prometheus/11.6.0/charts/common-20.1.5.tgz b/stable/uptimerobot-prometheus/11.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/uptimerobot-prometheus/11.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/vertex/5.7.2/.helmignore b/stable/uptimerobot-prometheus/11.7.3/.helmignore
similarity index 100%
rename from stable/vertex/5.7.2/.helmignore
rename to stable/uptimerobot-prometheus/11.7.3/.helmignore
diff --git a/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md b/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6e5489bcc0e
--- /dev/null
+++ b/stable/uptimerobot-prometheus/11.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [uptimerobot-prometheus-11.7.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/uptimerobot-prometheus/11.7.3/Chart.yaml b/stable/uptimerobot-prometheus/11.7.3/Chart.yaml
new file mode 100644
index 00000000000..ad442916867
--- /dev/null
+++ b/stable/uptimerobot-prometheus/11.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: metrics
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.0.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Prometheus Exporter for the official uptimerobot CLI
+home: https://truecharts.org/charts/stable/uptimerobot-prometheus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png
+keywords:
+ - uptimerobot
+ - prometheus
+ - grafana
+ - metrics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: uptimerobot-prometheus
+sources:
+ - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
+ - https://github.com/lekpamartin/uptimerobot_exporter
+ - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus
+ - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter
+type: application
+version: 11.7.3
diff --git a/stable/uptimerobot-prometheus/11.6.0/README.md b/stable/uptimerobot-prometheus/11.7.3/README.md
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/README.md
rename to stable/uptimerobot-prometheus/11.7.3/README.md
diff --git a/stable/uptimerobot-prometheus/11.7.3/app-changelog.md b/stable/uptimerobot-prometheus/11.7.3/app-changelog.md
new file mode 100644
index 00000000000..4fbc9018e55
--- /dev/null
+++ b/stable/uptimerobot-prometheus/11.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [uptimerobot-prometheus-11.7.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/uptimerobot-prometheus/11.6.0/app-readme.md b/stable/uptimerobot-prometheus/11.7.3/app-readme.md
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/app-readme.md
rename to stable/uptimerobot-prometheus/11.7.3/app-readme.md
diff --git a/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz b/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/uptimerobot-prometheus/11.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/uptimerobot-prometheus/11.6.0/ix_values.yaml b/stable/uptimerobot-prometheus/11.7.3/ix_values.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/ix_values.yaml
rename to stable/uptimerobot-prometheus/11.7.3/ix_values.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/questions.yaml b/stable/uptimerobot-prometheus/11.7.3/questions.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/questions.yaml
rename to stable/uptimerobot-prometheus/11.7.3/questions.yaml
diff --git a/stable/vikunja/13.7.0/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/vikunja/13.7.0/templates/NOTES.txt
rename to stable/uptimerobot-prometheus/11.7.3/templates/NOTES.txt
diff --git a/stable/wallos/4.7.4/templates/common.yaml b/stable/uptimerobot-prometheus/11.7.3/templates/common.yaml
similarity index 100%
rename from stable/wallos/4.7.4/templates/common.yaml
rename to stable/uptimerobot-prometheus/11.7.3/templates/common.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.7.3/templates/prometheusrules.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/templates/prometheusrules.yaml
rename to stable/uptimerobot-prometheus/11.7.3/templates/prometheusrules.yaml
diff --git a/stable/uptimerobot-prometheus/11.6.0/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.7.3/templates/servicemonitor.yaml
similarity index 100%
rename from stable/uptimerobot-prometheus/11.6.0/templates/servicemonitor.yaml
rename to stable/uptimerobot-prometheus/11.7.3/templates/servicemonitor.yaml
diff --git a/stable/vertex/5.7.2/values.yaml b/stable/uptimerobot-prometheus/11.7.3/values.yaml
similarity index 100%
rename from stable/vertex/5.7.2/values.yaml
rename to stable/uptimerobot-prometheus/11.7.3/values.yaml
diff --git a/stable/urban-terror/5.6.0/CHANGELOG.md b/stable/urban-terror/5.6.0/CHANGELOG.md
deleted file mode 100644
index 8976616b412..00000000000
--- a/stable/urban-terror/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [urban-terror-5.6.0](https://github.com/truecharts/charts/compare/urban-terror-5.5.2...urban-terror-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [urban-terror-5.5.2](https://github.com/truecharts/charts/compare/urban-terror-5.5.1...urban-terror-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [urban-terror-5.5.1](https://github.com/truecharts/charts/compare/urban-terror-5.5.0...urban-terror-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [urban-terror-5.5.0](https://github.com/truecharts/charts/compare/urban-terror-5.4.1...urban-terror-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [urban-terror-5.4.1](https://github.com/truecharts/charts/compare/urban-terror-5.4.0...urban-terror-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [urban-terror-5.4.0](https://github.com/truecharts/charts/compare/urban-terror-5.3.0...urban-terror-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [urban-terror-5.3.0](https://github.com/truecharts/charts/compare/urban-terror-5.2.3...urban-terror-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [urban-terror-5.2.3](https://github.com/truecharts/charts/compare/urban-terror-5.2.2...urban-terror-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [urban-terror-5.2.2](https://github.com/truecharts/charts/compare/urban-terror-5.2.0...urban-terror-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/urban-terror/5.6.0/Chart.yaml b/stable/urban-terror/5.6.0/Chart.yaml
deleted file mode 100644
index 2b90763bd91..00000000000
--- a/stable/urban-terror/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.
-home: https://truecharts.org/charts/stable/urban-terror
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png
-keywords:
- - urban-terror
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: urban-terror
-sources:
- - https://www.urbanterror.info/
- - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror
- - https://hub.docker.com/r/ich777/urbanterror
-type: application
-version: 5.6.0
diff --git a/stable/urban-terror/5.6.0/charts/common-20.1.5.tgz b/stable/urban-terror/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/urban-terror/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/verysync/9.6.0/.helmignore b/stable/urban-terror/5.7.3/.helmignore
similarity index 100%
rename from stable/verysync/9.6.0/.helmignore
rename to stable/urban-terror/5.7.3/.helmignore
diff --git a/stable/urban-terror/5.7.3/CHANGELOG.md b/stable/urban-terror/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..252b6ce43ff
--- /dev/null
+++ b/stable/urban-terror/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [urban-terror-5.7.2](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/urban-terror/5.7.3/Chart.yaml b/stable/urban-terror/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d3a13cdd318
--- /dev/null
+++ b/stable/urban-terror/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.
+home: https://truecharts.org/charts/stable/urban-terror
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png
+keywords:
+ - urban-terror
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: urban-terror
+sources:
+ - https://www.urbanterror.info/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror
+ - https://hub.docker.com/r/ich777/urbanterror
+type: application
+version: 5.7.3
diff --git a/stable/urban-terror/5.6.0/README.md b/stable/urban-terror/5.7.3/README.md
similarity index 100%
rename from stable/urban-terror/5.6.0/README.md
rename to stable/urban-terror/5.7.3/README.md
diff --git a/stable/urban-terror/5.7.3/app-changelog.md b/stable/urban-terror/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d9a2ca8b5e2
--- /dev/null
+++ b/stable/urban-terror/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [urban-terror-5.7.3](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/urban-terror/5.6.0/app-readme.md b/stable/urban-terror/5.7.3/app-readme.md
similarity index 100%
rename from stable/urban-terror/5.6.0/app-readme.md
rename to stable/urban-terror/5.7.3/app-readme.md
diff --git a/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz b/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/urban-terror/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/urban-terror/5.6.0/ix_values.yaml b/stable/urban-terror/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/urban-terror/5.6.0/ix_values.yaml
rename to stable/urban-terror/5.7.3/ix_values.yaml
diff --git a/stable/urban-terror/5.6.0/questions.yaml b/stable/urban-terror/5.7.3/questions.yaml
similarity index 100%
rename from stable/urban-terror/5.6.0/questions.yaml
rename to stable/urban-terror/5.7.3/questions.yaml
diff --git a/stable/venstar2mqtt/5.6.0/templates/common.yaml b/stable/urban-terror/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/templates/common.yaml
rename to stable/urban-terror/5.7.3/templates/common.yaml
diff --git a/stable/verysync/9.6.0/values.yaml b/stable/urban-terror/5.7.3/values.yaml
similarity index 100%
rename from stable/verysync/9.6.0/values.yaml
rename to stable/urban-terror/5.7.3/values.yaml
diff --git a/stable/v-rising/5.6.0/CHANGELOG.md b/stable/v-rising/5.6.0/CHANGELOG.md
deleted file mode 100644
index f58f7635819..00000000000
--- a/stable/v-rising/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [v-rising-5.6.0](https://github.com/truecharts/charts/compare/v-rising-5.5.2...v-rising-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [v-rising-5.5.2](https://github.com/truecharts/charts/compare/v-rising-5.5.1...v-rising-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [v-rising-5.5.1](https://github.com/truecharts/charts/compare/v-rising-5.5.0...v-rising-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [v-rising-5.5.0](https://github.com/truecharts/charts/compare/v-rising-5.4.1...v-rising-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [v-rising-5.4.1](https://github.com/truecharts/charts/compare/v-rising-5.4.0...v-rising-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [v-rising-5.4.0](https://github.com/truecharts/charts/compare/v-rising-5.3.0...v-rising-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [v-rising-5.3.0](https://github.com/truecharts/charts/compare/v-rising-5.2.3...v-rising-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [v-rising-5.2.3](https://github.com/truecharts/charts/compare/v-rising-5.2.2...v-rising-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [v-rising-5.2.2](https://github.com/truecharts/charts/compare/v-rising-5.2.0...v-rising-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/v-rising/5.6.0/Chart.yaml b/stable/v-rising/5.6.0/Chart.yaml
deleted file mode 100644
index 83f034deed5..00000000000
--- a/stable/v-rising/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: rising
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install SteamCMD. It will also install V Rising and run it.
-home: https://truecharts.org/charts/stable/v-rising
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png
-keywords:
- - v-rising
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: v-rising
-sources:
- - https://steampowered.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising
- - https://hub.docker.com/r/ich777/steamcmd
-type: application
-version: 5.6.0
diff --git a/stable/v-rising/5.6.0/charts/common-20.1.5.tgz b/stable/v-rising/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/v-rising/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/vikunja/13.7.0/.helmignore b/stable/v-rising/5.7.3/.helmignore
similarity index 100%
rename from stable/vikunja/13.7.0/.helmignore
rename to stable/v-rising/5.7.3/.helmignore
diff --git a/stable/v-rising/5.7.3/CHANGELOG.md b/stable/v-rising/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f25b78fc9b0
--- /dev/null
+++ b/stable/v-rising/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [v-rising-5.7.2](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/v-rising/5.7.3/Chart.yaml b/stable/v-rising/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7443159a96f
--- /dev/null
+++ b/stable/v-rising/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: rising
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install SteamCMD. It will also install V Rising and run it.
+home: https://truecharts.org/charts/stable/v-rising
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png
+keywords:
+ - v-rising
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: v-rising
+sources:
+ - https://steampowered.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising
+ - https://hub.docker.com/r/ich777/steamcmd
+type: application
+version: 5.7.3
diff --git a/stable/v-rising/5.6.0/README.md b/stable/v-rising/5.7.3/README.md
similarity index 100%
rename from stable/v-rising/5.6.0/README.md
rename to stable/v-rising/5.7.3/README.md
diff --git a/stable/v-rising/5.7.3/app-changelog.md b/stable/v-rising/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..1632b12ee18
--- /dev/null
+++ b/stable/v-rising/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [v-rising-5.7.3](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/v-rising/5.6.0/app-readme.md b/stable/v-rising/5.7.3/app-readme.md
similarity index 100%
rename from stable/v-rising/5.6.0/app-readme.md
rename to stable/v-rising/5.7.3/app-readme.md
diff --git a/stable/v-rising/5.7.3/charts/common-20.2.4.tgz b/stable/v-rising/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/v-rising/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/v-rising/5.6.0/ix_values.yaml b/stable/v-rising/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/v-rising/5.6.0/ix_values.yaml
rename to stable/v-rising/5.7.3/ix_values.yaml
diff --git a/stable/v-rising/5.6.0/questions.yaml b/stable/v-rising/5.7.3/questions.yaml
similarity index 100%
rename from stable/v-rising/5.6.0/questions.yaml
rename to stable/v-rising/5.7.3/questions.yaml
diff --git a/stable/vertex/5.7.2/templates/common.yaml b/stable/v-rising/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/vertex/5.7.2/templates/common.yaml
rename to stable/v-rising/5.7.3/templates/common.yaml
diff --git a/stable/vikunja/13.7.0/values.yaml b/stable/v-rising/5.7.3/values.yaml
similarity index 100%
rename from stable/vikunja/13.7.0/values.yaml
rename to stable/v-rising/5.7.3/values.yaml
diff --git a/stable/valetudo-mapper/5.6.0/CHANGELOG.md b/stable/valetudo-mapper/5.6.0/CHANGELOG.md
deleted file mode 100644
index e3e86b750f4..00000000000
--- a/stable/valetudo-mapper/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [valetudo-mapper-5.6.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.5.2...valetudo-mapper-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [valetudo-mapper-5.5.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.5.1...valetudo-mapper-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [valetudo-mapper-5.5.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.5.0...valetudo-mapper-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [valetudo-mapper-5.5.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.4.1...valetudo-mapper-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [valetudo-mapper-5.4.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.4.0...valetudo-mapper-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [valetudo-mapper-5.4.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.3.0...valetudo-mapper-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [valetudo-mapper-5.3.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.3...valetudo-mapper-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [valetudo-mapper-5.2.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.2...valetudo-mapper-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [valetudo-mapper-5.2.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.0...valetudo-mapper-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/valetudo-mapper/5.6.0/Chart.yaml b/stable/valetudo-mapper/5.6.0/Chart.yaml
deleted file mode 100644
index 2cb5cc94656..00000000000
--- a/stable/valetudo-mapper/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: "Valetudo-RE companion service for generating PNG maps.\r"
-home: https://truecharts.org/charts/stable/valetudo-mapper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png
-keywords:
- - valetudo-mapper
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: valetudo-mapper
-sources:
- - https://github.com/rand256/valetudo-mapper
- - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper
- - https://hub.docker.com/r/rand256/valetudo-mapper
-type: application
-version: 5.6.0
diff --git a/stable/valetudo-mapper/5.6.0/charts/common-20.1.5.tgz b/stable/valetudo-mapper/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/valetudo-mapper/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/vintage-story/5.6.0/.helmignore b/stable/valetudo-mapper/5.7.3/.helmignore
similarity index 100%
rename from stable/vintage-story/5.6.0/.helmignore
rename to stable/valetudo-mapper/5.7.3/.helmignore
diff --git a/stable/valetudo-mapper/5.7.3/CHANGELOG.md b/stable/valetudo-mapper/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..34da50cee03
--- /dev/null
+++ b/stable/valetudo-mapper/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valetudo-mapper-5.7.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/valetudo-mapper/5.7.3/Chart.yaml b/stable/valetudo-mapper/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a01f66cd4b0
--- /dev/null
+++ b/stable/valetudo-mapper/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: "Valetudo-RE companion service for generating PNG maps.\r"
+home: https://truecharts.org/charts/stable/valetudo-mapper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png
+keywords:
+ - valetudo-mapper
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: valetudo-mapper
+sources:
+ - https://github.com/rand256/valetudo-mapper
+ - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper
+ - https://hub.docker.com/r/rand256/valetudo-mapper
+type: application
+version: 5.7.3
diff --git a/stable/valetudo-mapper/5.6.0/README.md b/stable/valetudo-mapper/5.7.3/README.md
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/README.md
rename to stable/valetudo-mapper/5.7.3/README.md
diff --git a/stable/valetudo-mapper/5.7.3/app-changelog.md b/stable/valetudo-mapper/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..2f15cd75451
--- /dev/null
+++ b/stable/valetudo-mapper/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [valetudo-mapper-5.7.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/valetudo-mapper/5.6.0/app-readme.md b/stable/valetudo-mapper/5.7.3/app-readme.md
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/app-readme.md
rename to stable/valetudo-mapper/5.7.3/app-readme.md
diff --git a/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz b/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/valetudo-mapper/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/valetudo-mapper/5.6.0/ix_values.yaml b/stable/valetudo-mapper/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/ix_values.yaml
rename to stable/valetudo-mapper/5.7.3/ix_values.yaml
diff --git a/stable/valetudo-mapper/5.6.0/questions.yaml b/stable/valetudo-mapper/5.7.3/questions.yaml
similarity index 100%
rename from stable/valetudo-mapper/5.6.0/questions.yaml
rename to stable/valetudo-mapper/5.7.3/questions.yaml
diff --git a/stable/vintage-story/5.6.0/templates/common.yaml b/stable/valetudo-mapper/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/vintage-story/5.6.0/templates/common.yaml
rename to stable/valetudo-mapper/5.7.3/templates/common.yaml
diff --git a/stable/vintage-story/5.6.0/values.yaml b/stable/valetudo-mapper/5.7.3/values.yaml
similarity index 100%
rename from stable/vintage-story/5.6.0/values.yaml
rename to stable/valetudo-mapper/5.7.3/values.yaml
diff --git a/stable/valheim/10.6.0/CHANGELOG.md b/stable/valheim/10.6.0/CHANGELOG.md
deleted file mode 100644
index 6493cb31857..00000000000
--- a/stable/valheim/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [valheim-10.6.0](https://github.com/truecharts/charts/compare/valheim-10.5.2...valheim-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [valheim-10.5.2](https://github.com/truecharts/charts/compare/valheim-10.5.1...valheim-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [valheim-10.5.1](https://github.com/truecharts/charts/compare/valheim-10.5.0...valheim-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [valheim-10.5.0](https://github.com/truecharts/charts/compare/valheim-10.4.1...valheim-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [valheim-10.4.1](https://github.com/truecharts/charts/compare/valheim-10.4.0...valheim-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [valheim-10.4.0](https://github.com/truecharts/charts/compare/valheim-10.3.0...valheim-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [valheim-10.3.0](https://github.com/truecharts/charts/compare/valheim-10.2.3...valheim-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [valheim-10.2.3](https://github.com/truecharts/charts/compare/valheim-10.2.2...valheim-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [valheim-10.2.2](https://github.com/truecharts/charts/compare/valheim-10.2.0...valheim-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/valheim/10.6.0/Chart.yaml b/stable/valheim/10.6.0/Chart.yaml
deleted file mode 100644
index 43b1068aecb..00000000000
--- a/stable/valheim/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Valheim dedicated gameserver with automatic update and world backup support
-home: https://truecharts.org/charts/stable/valheim
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png
-keywords:
- - valheim
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: valheim
-sources:
- - https://github.com/lloesche/valheim-server-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/valheim
- - https://ghcr.io/lloesche/valheim-server
-type: application
-version: 10.6.0
diff --git a/stable/valheim/10.6.0/charts/common-20.1.5.tgz b/stable/valheim/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/valheim/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/virt-manager/5.6.0/.helmignore b/stable/valheim/10.7.3/.helmignore
similarity index 100%
rename from stable/virt-manager/5.6.0/.helmignore
rename to stable/valheim/10.7.3/.helmignore
diff --git a/stable/valheim/10.7.3/CHANGELOG.md b/stable/valheim/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d42ad1cc369
--- /dev/null
+++ b/stable/valheim/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [valheim-10.7.2](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/valheim/10.7.3/Chart.yaml b/stable/valheim/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..6ddef1ffb2a
--- /dev/null
+++ b/stable/valheim/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Valheim dedicated gameserver with automatic update and world backup support
+home: https://truecharts.org/charts/stable/valheim
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png
+keywords:
+ - valheim
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: valheim
+sources:
+ - https://github.com/lloesche/valheim-server-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/valheim
+ - https://ghcr.io/lloesche/valheim-server
+type: application
+version: 10.7.3
diff --git a/stable/valheim/10.6.0/README.md b/stable/valheim/10.7.3/README.md
similarity index 100%
rename from stable/valheim/10.6.0/README.md
rename to stable/valheim/10.7.3/README.md
diff --git a/stable/valheim/10.7.3/app-changelog.md b/stable/valheim/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..b9ba3d1e045
--- /dev/null
+++ b/stable/valheim/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [valheim-10.7.3](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/valheim/10.6.0/app-readme.md b/stable/valheim/10.7.3/app-readme.md
similarity index 100%
rename from stable/valheim/10.6.0/app-readme.md
rename to stable/valheim/10.7.3/app-readme.md
diff --git a/stable/valheim/10.7.3/charts/common-20.2.4.tgz b/stable/valheim/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/valheim/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/valheim/10.6.0/ix_values.yaml b/stable/valheim/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/valheim/10.6.0/ix_values.yaml
rename to stable/valheim/10.7.3/ix_values.yaml
diff --git a/stable/valheim/10.6.0/questions.yaml b/stable/valheim/10.7.3/questions.yaml
similarity index 100%
rename from stable/valheim/10.6.0/questions.yaml
rename to stable/valheim/10.7.3/questions.yaml
diff --git a/stable/vocechat-server/3.6.0/templates/NOTES.txt b/stable/valheim/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/vocechat-server/3.6.0/templates/NOTES.txt
rename to stable/valheim/10.7.3/templates/NOTES.txt
diff --git a/stable/valheim/10.6.0/templates/common.yaml b/stable/valheim/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/valheim/10.6.0/templates/common.yaml
rename to stable/valheim/10.7.3/templates/common.yaml
diff --git a/stable/virt-manager/5.6.0/values.yaml b/stable/valheim/10.7.3/values.yaml
similarity index 100%
rename from stable/virt-manager/5.6.0/values.yaml
rename to stable/valheim/10.7.3/values.yaml
diff --git a/stable/van-dam/4.7.0/CHANGELOG.md b/stable/van-dam/4.7.0/CHANGELOG.md
deleted file mode 100644
index f56dedd7b0b..00000000000
--- a/stable/van-dam/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
diff --git a/stable/van-dam/4.7.0/Chart.yaml b/stable/van-dam/4.7.0/Chart.yaml
deleted file mode 100644
index 58a22292a8a..00000000000
--- a/stable/van-dam/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.54.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
-home: https://truecharts.org/charts/stable/van-dam
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png
-keywords:
- - vanDAM
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: van-dam
-sources:
- - https://github.com/Floppy/van_dam
- - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam
- - https://ghcr.io/floppy/van_dam
-type: application
-version: 4.7.0
diff --git a/stable/van-dam/4.7.0/app-changelog.md b/stable/van-dam/4.7.0/app-changelog.md
deleted file mode 100644
index 84785a20dd7..00000000000
--- a/stable/van-dam/4.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [van-dam-4.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/van-dam/4.7.0/charts/common-20.2.0.tgz b/stable/van-dam/4.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/van-dam/4.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/van-dam/4.7.0/charts/redis-13.0.5.tgz b/stable/van-dam/4.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/van-dam/4.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/van-dam/4.7.0/questions.yaml b/stable/van-dam/4.7.0/questions.yaml
deleted file mode 100755
index 1dcda9fa865..00000000000
--- a/stable/van-dam/4.7.0/questions.yaml
+++ /dev/null
@@ -1,3266 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 3214
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: libraries
- label: "App Libraries Storage"
- description: "Stores the Application Libraries."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/vlmcsd-kms-server/5.6.0/.helmignore b/stable/van-dam/4.8.2/.helmignore
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/.helmignore
rename to stable/van-dam/4.8.2/.helmignore
diff --git a/stable/van-dam/4.8.2/CHANGELOG.md b/stable/van-dam/4.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..a3c813ced97
--- /dev/null
+++ b/stable/van-dam/4.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [van-dam-4.8.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [van-dam-4.8.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [van-dam-4.8.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [van-dam-4.8.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [van-dam-4.8.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/van-dam/4.8.2/Chart.yaml b/stable/van-dam/4.8.2/Chart.yaml
new file mode 100644
index 00000000000..a18eecb4418
--- /dev/null
+++ b/stable/van-dam/4.8.2/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.54.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
+home: https://truecharts.org/charts/stable/van-dam
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png
+keywords:
+ - vanDAM
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: van-dam
+sources:
+ - https://github.com/Floppy/van_dam
+ - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam
+ - https://ghcr.io/floppy/van_dam
+type: application
+version: 4.8.2
diff --git a/stable/van-dam/4.7.0/README.md b/stable/van-dam/4.8.2/README.md
similarity index 100%
rename from stable/van-dam/4.7.0/README.md
rename to stable/van-dam/4.8.2/README.md
diff --git a/stable/van-dam/4.8.2/app-changelog.md b/stable/van-dam/4.8.2/app-changelog.md
new file mode 100644
index 00000000000..143c8333d03
--- /dev/null
+++ b/stable/van-dam/4.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [van-dam-4.8.2](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/van-dam/4.7.0/app-readme.md b/stable/van-dam/4.8.2/app-readme.md
similarity index 100%
rename from stable/van-dam/4.7.0/app-readme.md
rename to stable/van-dam/4.8.2/app-readme.md
diff --git a/stable/van-dam/4.8.2/charts/common-20.2.4.tgz b/stable/van-dam/4.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/van-dam/4.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/van-dam/4.8.2/charts/redis-13.2.2.tgz b/stable/van-dam/4.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/van-dam/4.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/van-dam/4.7.0/ix_values.yaml b/stable/van-dam/4.8.2/ix_values.yaml
similarity index 100%
rename from stable/van-dam/4.7.0/ix_values.yaml
rename to stable/van-dam/4.8.2/ix_values.yaml
diff --git a/stable/van-dam/4.8.2/questions.yaml b/stable/van-dam/4.8.2/questions.yaml
new file mode 100755
index 00000000000..77fcfac959c
--- /dev/null
+++ b/stable/van-dam/4.8.2/questions.yaml
@@ -0,0 +1,3268 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 3214
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: libraries
+ label: "App Libraries Storage"
+ description: "Stores the Application Libraries."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/wallos/4.7.4/templates/NOTES.txt b/stable/van-dam/4.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/wallos/4.7.4/templates/NOTES.txt
rename to stable/van-dam/4.8.2/templates/NOTES.txt
diff --git a/stable/van-dam/4.7.0/templates/_secrets.tpl b/stable/van-dam/4.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/van-dam/4.7.0/templates/_secrets.tpl
rename to stable/van-dam/4.8.2/templates/_secrets.tpl
diff --git a/stable/van-dam/4.7.0/templates/common.yaml b/stable/van-dam/4.8.2/templates/common.yaml
similarity index 100%
rename from stable/van-dam/4.7.0/templates/common.yaml
rename to stable/van-dam/4.8.2/templates/common.yaml
diff --git a/stable/vlmcsd-kms-server/5.6.0/values.yaml b/stable/van-dam/4.8.2/values.yaml
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/values.yaml
rename to stable/van-dam/4.8.2/values.yaml
diff --git a/stable/venstar2mqtt/5.6.0/CHANGELOG.md b/stable/venstar2mqtt/5.6.0/CHANGELOG.md
deleted file mode 100644
index 4fea56f1d35..00000000000
--- a/stable/venstar2mqtt/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [venstar2mqtt-5.6.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.5.2...venstar2mqtt-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [venstar2mqtt-5.5.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.5.1...venstar2mqtt-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [venstar2mqtt-5.5.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.5.0...venstar2mqtt-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [venstar2mqtt-5.5.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.4.1...venstar2mqtt-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [venstar2mqtt-5.4.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.4.0...venstar2mqtt-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [venstar2mqtt-5.4.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.3.0...venstar2mqtt-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [venstar2mqtt-5.3.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.3...venstar2mqtt-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [venstar2mqtt-5.2.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.2...venstar2mqtt-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [venstar2mqtt-5.2.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.0...venstar2mqtt-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/venstar2mqtt/5.6.0/Chart.yaml b/stable/venstar2mqtt/5.6.0/Chart.yaml
deleted file mode 100644
index db23d5fece2..00000000000
--- a/stable/venstar2mqtt/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary.
-home: https://truecharts.org/charts/stable/venstar2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png
-keywords:
- - venstar2mqtt
- - home-automation
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: venstar2mqtt
-sources:
- - https://github.com/terafin/mqtt-venstar-bridge
- - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt
- - https://hub.docker.com/r/terafin/mqtt-venstar-bridge
-type: application
-version: 5.6.0
diff --git a/stable/venstar2mqtt/5.6.0/charts/common-20.1.5.tgz b/stable/venstar2mqtt/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/venstar2mqtt/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/vocechat-server/3.6.0/.helmignore b/stable/venstar2mqtt/5.7.3/.helmignore
similarity index 100%
rename from stable/vocechat-server/3.6.0/.helmignore
rename to stable/venstar2mqtt/5.7.3/.helmignore
diff --git a/stable/venstar2mqtt/5.7.3/CHANGELOG.md b/stable/venstar2mqtt/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..16d41c68c24
--- /dev/null
+++ b/stable/venstar2mqtt/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [venstar2mqtt-5.7.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/venstar2mqtt/5.7.3/Chart.yaml b/stable/venstar2mqtt/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..d78eea32f90
--- /dev/null
+++ b/stable/venstar2mqtt/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary.
+home: https://truecharts.org/charts/stable/venstar2mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png
+keywords:
+ - venstar2mqtt
+ - home-automation
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: venstar2mqtt
+sources:
+ - https://github.com/terafin/mqtt-venstar-bridge
+ - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt
+ - https://hub.docker.com/r/terafin/mqtt-venstar-bridge
+type: application
+version: 5.7.3
diff --git a/stable/venstar2mqtt/5.6.0/README.md b/stable/venstar2mqtt/5.7.3/README.md
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/README.md
rename to stable/venstar2mqtt/5.7.3/README.md
diff --git a/stable/venstar2mqtt/5.7.3/app-changelog.md b/stable/venstar2mqtt/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4fe571a581b
--- /dev/null
+++ b/stable/venstar2mqtt/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [venstar2mqtt-5.7.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/venstar2mqtt/5.6.0/app-readme.md b/stable/venstar2mqtt/5.7.3/app-readme.md
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/app-readme.md
rename to stable/venstar2mqtt/5.7.3/app-readme.md
diff --git a/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz b/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/venstar2mqtt/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/venstar2mqtt/5.6.0/ix_values.yaml b/stable/venstar2mqtt/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/ix_values.yaml
rename to stable/venstar2mqtt/5.7.3/ix_values.yaml
diff --git a/stable/venstar2mqtt/5.6.0/questions.yaml b/stable/venstar2mqtt/5.7.3/questions.yaml
similarity index 100%
rename from stable/venstar2mqtt/5.6.0/questions.yaml
rename to stable/venstar2mqtt/5.7.3/questions.yaml
diff --git a/stable/virt-manager/5.6.0/templates/common.yaml b/stable/venstar2mqtt/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/virt-manager/5.6.0/templates/common.yaml
rename to stable/venstar2mqtt/5.7.3/templates/common.yaml
diff --git a/stable/vocechat-server/3.6.0/values.yaml b/stable/venstar2mqtt/5.7.3/values.yaml
similarity index 100%
rename from stable/vocechat-server/3.6.0/values.yaml
rename to stable/venstar2mqtt/5.7.3/values.yaml
diff --git a/stable/vertex/5.7.2/CHANGELOG.md b/stable/vertex/5.7.2/CHANGELOG.md
deleted file mode 100644
index 009fdfa0ad8..00000000000
--- a/stable/vertex/5.7.2/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/stable/vertex/5.7.2/Chart.yaml b/stable/vertex/5.7.2/Chart.yaml
deleted file mode 100644
index 85660630546..00000000000
--- a/stable/vertex/5.7.2/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: stable
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Vertex
-home: https://truecharts.org/charts/stable/vertex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png
-keywords:
- - vertex
- - home-automation
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vertex
-sources:
- - https://gitlab.lswl.in/lswl/vertex
- - https://github.com/truecharts/charts/tree/master/charts/stable/vertex
- - https://hub.docker.com/r/lswl/vertex
-type: application
-version: 5.7.2
diff --git a/stable/vertex/5.7.2/app-changelog.md b/stable/vertex/5.7.2/app-changelog.md
deleted file mode 100644
index 2540c55c7ee..00000000000
--- a/stable/vertex/5.7.2/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-18)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/vertex/5.7.2/charts/common-20.2.2.tgz b/stable/vertex/5.7.2/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/vertex/5.7.2/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/vertex/5.7.2/ix_values.yaml b/stable/vertex/5.7.2/ix_values.yaml
deleted file mode 100644
index a783b77f042..00000000000
--- a/stable/vertex/5.7.2/ix_values.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lswl/vertex
- tag: stable@sha256:9efeceeb4edaf779135d17070e783208c839c01df21ceefbd794b7e8b88087aa
-persistence:
- config:
- enabled: true
- mountPath: /vertex
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3000
- protocol: tcp
- targetPort: 3000
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- PORT: "3000"
diff --git a/stable/wallos/4.7.4/.helmignore b/stable/vertex/5.7.6/.helmignore
similarity index 100%
rename from stable/wallos/4.7.4/.helmignore
rename to stable/vertex/5.7.6/.helmignore
diff --git a/stable/vertex/5.7.6/CHANGELOG.md b/stable/vertex/5.7.6/CHANGELOG.md
new file mode 100644
index 00000000000..5d75bd25745
--- /dev/null
+++ b/stable/vertex/5.7.6/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vertex-5.7.6](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vertex-5.7.5](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vertex-5.7.5](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vertex-5.7.5](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vertex-5.7.5](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.5) (2024-03-24)
+
+### Chore
+
+
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
diff --git a/stable/vertex/5.7.6/Chart.yaml b/stable/vertex/5.7.6/Chart.yaml
new file mode 100644
index 00000000000..2b87180e255
--- /dev/null
+++ b/stable/vertex/5.7.6/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: stable
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Vertex
+home: https://truecharts.org/charts/stable/vertex
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png
+keywords:
+ - vertex
+ - home-automation
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vertex
+sources:
+ - https://gitlab.lswl.in/lswl/vertex
+ - https://github.com/truecharts/charts/tree/master/charts/stable/vertex
+ - https://hub.docker.com/r/lswl/vertex
+type: application
+version: 5.7.6
diff --git a/stable/vertex/5.7.2/README.md b/stable/vertex/5.7.6/README.md
similarity index 100%
rename from stable/vertex/5.7.2/README.md
rename to stable/vertex/5.7.6/README.md
diff --git a/stable/vertex/5.7.6/app-changelog.md b/stable/vertex/5.7.6/app-changelog.md
new file mode 100644
index 00000000000..eee15521c36
--- /dev/null
+++ b/stable/vertex/5.7.6/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [vertex-5.7.6](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.6) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image lswl/vertex to stable[@f875822](https://github.com/f875822) by renovate ([#19729](https://github.com/truecharts/charts/issues/19729))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image lswl/vertex to stable[@5c2eda0](https://github.com/5c2eda0) by renovate ([#19637](https://github.com/truecharts/charts/issues/19637))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image lswl/vertex to stable[@9efecee](https://github.com/9efecee) by renovate ([#19413](https://github.com/truecharts/charts/issues/19413))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/vertex/5.7.2/app-readme.md b/stable/vertex/5.7.6/app-readme.md
similarity index 100%
rename from stable/vertex/5.7.2/app-readme.md
rename to stable/vertex/5.7.6/app-readme.md
diff --git a/stable/vertex/5.7.6/charts/common-20.2.4.tgz b/stable/vertex/5.7.6/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/vertex/5.7.6/charts/common-20.2.4.tgz differ
diff --git a/stable/vertex/5.7.6/ix_values.yaml b/stable/vertex/5.7.6/ix_values.yaml
new file mode 100644
index 00000000000..6b0636dac19
--- /dev/null
+++ b/stable/vertex/5.7.6/ix_values.yaml
@@ -0,0 +1,30 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lswl/vertex
+ tag: stable@sha256:f87582219bc65f3e8a7de6b45d8e3182329458512115badce88ffd2d22df9c35
+persistence:
+ config:
+ enabled: true
+ mountPath: /vertex
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3000
+ protocol: tcp
+ targetPort: 3000
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ PORT: "3000"
diff --git a/stable/vertex/5.7.2/questions.yaml b/stable/vertex/5.7.6/questions.yaml
similarity index 100%
rename from stable/vertex/5.7.2/questions.yaml
rename to stable/vertex/5.7.6/questions.yaml
diff --git a/stable/vlmcsd-kms-server/5.6.0/templates/common.yaml b/stable/vertex/5.7.6/templates/common.yaml
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/templates/common.yaml
rename to stable/vertex/5.7.6/templates/common.yaml
diff --git a/stable/wallos/4.7.4/values.yaml b/stable/vertex/5.7.6/values.yaml
similarity index 100%
rename from stable/wallos/4.7.4/values.yaml
rename to stable/vertex/5.7.6/values.yaml
diff --git a/stable/verysync/9.6.0/CHANGELOG.md b/stable/verysync/9.6.0/CHANGELOG.md
deleted file mode 100644
index ebe2380dffa..00000000000
--- a/stable/verysync/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [verysync-9.6.0](https://github.com/truecharts/charts/compare/verysync-9.5.2...verysync-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [verysync-9.5.2](https://github.com/truecharts/charts/compare/verysync-9.5.1...verysync-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [verysync-9.5.1](https://github.com/truecharts/charts/compare/verysync-9.5.0...verysync-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [verysync-9.5.0](https://github.com/truecharts/charts/compare/verysync-9.4.1...verysync-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [verysync-9.4.1](https://github.com/truecharts/charts/compare/verysync-9.4.0...verysync-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [verysync-9.4.0](https://github.com/truecharts/charts/compare/verysync-9.3.0...verysync-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [verysync-9.3.0](https://github.com/truecharts/charts/compare/verysync-9.2.3...verysync-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [verysync-9.2.3](https://github.com/truecharts/charts/compare/verysync-9.2.2...verysync-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [verysync-9.2.2](https://github.com/truecharts/charts/compare/verysync-9.2.0...verysync-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/verysync/9.6.0/Chart.yaml b/stable/verysync/9.6.0/Chart.yaml
deleted file mode 100644
index 0ad62dabd75..00000000000
--- a/stable/verysync/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.17.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: very sync is an easy-to-use multi-platform file synchronization software
-home: https://truecharts.org/charts/stable/verysync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png
-keywords:
- - verysync
- - sync
- - btsync
- - bittorrent
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: verysync
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/verysync
- - https://hub.docker.com/r/jonnyan404/verysync
-type: application
-version: 9.6.0
diff --git a/stable/verysync/9.6.0/charts/common-20.1.5.tgz b/stable/verysync/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/verysync/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/watcharr/4.8.0/.helmignore b/stable/verysync/9.7.3/.helmignore
similarity index 100%
rename from stable/watcharr/4.8.0/.helmignore
rename to stable/verysync/9.7.3/.helmignore
diff --git a/stable/verysync/9.7.3/CHANGELOG.md b/stable/verysync/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6f34dc41277
--- /dev/null
+++ b/stable/verysync/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [verysync-9.7.2](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/verysync/9.7.3/Chart.yaml b/stable/verysync/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..a1bc2be8a16
--- /dev/null
+++ b/stable/verysync/9.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.17.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: very sync is an easy-to-use multi-platform file synchronization software
+home: https://truecharts.org/charts/stable/verysync
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png
+keywords:
+ - verysync
+ - sync
+ - btsync
+ - bittorrent
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: verysync
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/verysync
+ - https://hub.docker.com/r/jonnyan404/verysync
+type: application
+version: 9.7.3
diff --git a/stable/verysync/9.6.0/README.md b/stable/verysync/9.7.3/README.md
similarity index 100%
rename from stable/verysync/9.6.0/README.md
rename to stable/verysync/9.7.3/README.md
diff --git a/stable/verysync/9.7.3/app-changelog.md b/stable/verysync/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..bcd91e88cd9
--- /dev/null
+++ b/stable/verysync/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [verysync-9.7.3](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/verysync/9.6.0/app-readme.md b/stable/verysync/9.7.3/app-readme.md
similarity index 100%
rename from stable/verysync/9.6.0/app-readme.md
rename to stable/verysync/9.7.3/app-readme.md
diff --git a/stable/verysync/9.7.3/charts/common-20.2.4.tgz b/stable/verysync/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/verysync/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/verysync/9.6.0/ix_values.yaml b/stable/verysync/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/verysync/9.6.0/ix_values.yaml
rename to stable/verysync/9.7.3/ix_values.yaml
diff --git a/stable/verysync/9.6.0/questions.yaml b/stable/verysync/9.7.3/questions.yaml
similarity index 100%
rename from stable/verysync/9.6.0/questions.yaml
rename to stable/verysync/9.7.3/questions.yaml
diff --git a/stable/watcharr/4.8.0/templates/NOTES.txt b/stable/verysync/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/watcharr/4.8.0/templates/NOTES.txt
rename to stable/verysync/9.7.3/templates/NOTES.txt
diff --git a/stable/watchyourlan/8.6.0/templates/common.yaml b/stable/verysync/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/watchyourlan/8.6.0/templates/common.yaml
rename to stable/verysync/9.7.3/templates/common.yaml
diff --git a/stable/watcharr/4.8.0/values.yaml b/stable/verysync/9.7.3/values.yaml
similarity index 100%
rename from stable/watcharr/4.8.0/values.yaml
rename to stable/verysync/9.7.3/values.yaml
diff --git a/stable/vikunja/13.7.0/CHANGELOG.md b/stable/vikunja/13.7.0/CHANGELOG.md
deleted file mode 100644
index 08826796481..00000000000
--- a/stable/vikunja/13.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
diff --git a/stable/vikunja/13.7.0/Chart.yaml b/stable/vikunja/13.7.0/Chart.yaml
deleted file mode 100644
index b2b46095963..00000000000
--- a/stable/vikunja/13.7.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.22.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The to-do app to organize your life.
-home: https://truecharts.org/charts/stable/vikunja
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png
-keywords:
- - vikunja
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vikunja
-sources:
- - https://vikunja.io/docs
- - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
- - https://hub.docker.com/_/nginx
- - https://hub.docker.com/r/vikunja/api
- - https://hub.docker.com/r/vikunja/frontend
-type: application
-version: 13.7.0
diff --git a/stable/vikunja/13.7.0/app-changelog.md b/stable/vikunja/13.7.0/app-changelog.md
deleted file mode 100644
index 293ed49a66b..00000000000
--- a/stable/vikunja/13.7.0/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [vikunja-13.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
\ No newline at end of file
diff --git a/stable/vikunja/13.7.0/charts/common-20.2.0.tgz b/stable/vikunja/13.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/vikunja/13.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/vikunja/13.7.0/charts/redis-13.0.5.tgz b/stable/vikunja/13.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/vikunja/13.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/vikunja/13.7.0/questions.yaml b/stable/vikunja/13.7.0/questions.yaml
deleted file mode 100755
index 36f5e731400..00000000000
--- a/stable/vikunja/13.7.0/questions.yaml
+++ /dev/null
@@ -1,4126 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: vikunja
- group: App Configuration
- label: Vikunja Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: service
- label: Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: jwtttl
- label: JWT TTL
- description: The duration of the issued JWT tokens in seconds.
- schema:
- type: int
- required: true
- default: 259200
- - variable: jwtttllong
- label: JWT TTL Long
- description: The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period.
- schema:
- type: int
- required: true
- default: 2592000
- - variable: motd
- label: Message of the Day
- description: Set the motd message, available from the /info endpoint
- schema:
- type: string
- default: ""
- - variable: frontendurl
- label: Frontend URL
- description: The URL of the frontend, used to send password reset emails.
- schema:
- type: string
- required: true
- default: ""
- - variable: maxitemsperpage
- label: Max Item per Page
- description: The max number of items which can be returned per page.
- schema:
- type: int
- required: true
- default: 50
- - variable: maxavatarsize
- label: Max Avatar Size
- description: |
- The maximum size clients will be able to request for user avatars.
- If clients request a size bigger than this, it will be changed on the fly.
- schema:
- type: int
- required: true
- default: 1024
- - variable: enablecaldav
- label: Enable CalDAV
- description: Enable the CalDAV endpoint, see the docs for more details.
- schema:
- type: boolean
- default: true
- - variable: enablelinksharing
- label: Enable Link Sharing
- description: Enable sharing of lists via a link.
- schema:
- type: boolean
- default: true
- - variable: enableregistration
- label: Enable Registration
- description: Whether to let new users registering themselves or not
- schema:
- type: boolean
- default: true
- - variable: enabletaskattachments
- label: Enable Task Attachments
- description: Whether to enable task attachments or not
- schema:
- type: boolean
- default: true
- - variable: enabletaskcomments
- label: Enable Task Comments
- description: Whether task comments should be enabled or not
- schema:
- type: boolean
- default: true
- - variable: enabletotp
- label: Enable TOTP
- description: Whether TOTP is enabled. In most cases you want to leave that enabled.
- schema:
- type: boolean
- default: true
- - variable: enableemailreminders
- label: Enable E-Mail Reminders
- description: |
- If enabled, vikunja will send an email to everyone who is either assigned to a task
- or created it when a task reminder is due.
- schema:
- type: boolean
- default: true
- - variable: enableuserdeletion
- label: Enable User Deletion
- description: |
- If true, will allow users to request the complete deletion of their account.
- When using external authentication methods it may be required to coordinate with
- them in order to delete the account. This setting will not affect the cli commands for user deletion.
- schema:
- type: boolean
- default: true
- - variable: cors
- label: CORS
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable or disable cors headers.
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: origins
- label: Origins
- description: A list of origins which may access the api. These need to include the protocol (http:// or https://) and port, if any.
- schema:
- type: list
- default: []
- items:
- - variable: originEntry
- label: ""
- schema:
- type: string
- required: true
- default: ""
- - variable: maxage
- label: Max Age
- description: How long (in seconds) the results of a preflight request can be cached.
- schema:
- type: int
- required: true
- default: 0
- - variable: ratelimit
- label: Rate Limit
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether or not to enable the rate limit.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: kind
- label: Kind
- description: The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit.
- schema:
- type: string
- required: true
- default: user
- enum:
- - value: user
- description: User
- - value: ip
- description: IP
- - variable: period
- label: Period
- description: The time period in seconds for the limit.
- schema:
- type: int
- required: true
- default: 60
- - variable: limit
- label: Limit
- description: The max number of requests a user is allowed to do in the configured time period.
- schema:
- type: int
- required: true
- default: 100
- - variable: files
- label: Files
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: maxsize
- label: Max Size
- description: The maximum size of a file, as a human-readable string.
- schema:
- type: string
- required: true
- default: 20MB
- - variable: avatar
- label: Avatar
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: gravatarexpiration
- label: Gravatar Expiration
- description: When using gravatar, this is the duration in seconds until a cached gravatar user avatar expires
- schema:
- type: int
- required: true
- default: 3600
- - variable: legal
- label: Legal
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: imprinturl
- label: Imprint URL
- description: Legal urls Will be shown in the frontend if configured here
- schema:
- type: string
- default: ""
- - variable: privacyurl
- label: Privacy URL
- description: Legal urls Will be shown in the frontend if configured here
- schema:
- type: string
- default: ""
- - variable: mailer
- label: Mailer
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: host
- label: Host
- description: SMTP Host
- schema:
- type: string
- required: true
- default: ""
- - variable: port
- label: Port
- description: SMTP Port
- schema:
- type: int
- required: true
- default: 587
- - variable: authtype
- label: Auth Type
- description: SMTP Auth Type. Can be either plain, login or cram-md5.
- schema:
- type: string
- required: true
- default: plain
- enum:
- - value: plain
- description: Plain
- - value: login
- description: Login
- - value: cram-md5
- description: Cram-MD5
- - variable: username
- label: Username
- description: SMTP Username
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: Password
- description: SMTP Password
- schema:
- type: string
- required: true
- default: ""
- - variable: fromemail
- label: From E-Mail
- description: The default from address when sending emails
- schema:
- type: string
- required: true
- default: ""
- - variable: skiptlsverify
- label: Skip TLS Verify
- description: Wether to skip verification of the tls certificate on the server
- schema:
- type: boolean
- default: false
- - variable: forcessl
- label: Force SSL
- description: By default, vikunja will try to connect with starttls, use this option to force it to use ssl.
- schema:
- type: boolean
- default: true
- - variable: queuelength
- label: Queue Length
- description: The length of the mail queue.
- schema:
- type: int
- required: true
- default: 100
- - variable: queuetimeout
- label: Queue Timeout
- description: The timeout in seconds after which the current open connection to the mail server will be closed.
- schema:
- type: int
- required: true
- default: 100
- - variable: log
- label: Log
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to show any logging at all or none
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: path
- label: Path
- description: A folder where all the log files should go.
- schema:
- type: string
- required: true
- default: /app/vikunja/logs
- - variable: standard
- label: Standard
- description: Where the normal log should go.
- schema:
- type: string
- required: true
- default: stdout
- enum:
- - value: stdout
- description: stdout
- - value: stderr
- description: stderr
- - value: file
- description: File
- - value: "off"
- description: "Off"
- - variable: level
- label: Level
- description: Change the log level.
- schema:
- type: string
- show_if: [["standard", "!=", "off"]]
- required: true
- default: INFO
- enum:
- - value: INFO
- description: INFO
- - value: NOTICE
- description: NOTICE
- - value: WARNING
- description: WARNING
- - value: ERROR
- description: ERROR
- - value: CRITICAL
- description: CRITICAL
- - value: DEBUG
- description: DEBUG
- - variable: database
- label: Database
- description: Whether or not to log database queries. Useful for debugging.
- schema:
- type: string
- required: true
- default: "off"
- enum:
- - value: stdout
- description: stdout
- - value: stderr
- description: stderr
- - value: file
- description: File
- - value: "off"
- description: "Off"
- - variable: databaselevel
- label: Database Level
- description: The log level for database log messages.
- schema:
- type: string
- show_if: [["database", "!=", "off"]]
- required: true
- default: INFO
- enum:
- - value: INFO
- description: INFO
- - value: NOTICE
- description: NOTICE
- - value: WARNING
- description: WARNING
- - value: ERROR
- description: ERROR
- - value: CRITICAL
- description: CRITICAL
- - value: DEBUG
- description: DEBUG
- - variable: http
- label: HTTP
- description: Whether to log http requests or not.
- schema:
- type: string
- required: true
- default: stdout
- enum:
- - value: stdout
- description: stdout
- - value: stderr
- description: stderr
- - value: file
- description: File
- - value: "off"
- description: "Off"
- - variable: echo
- label: Echo
- description: Echo has its own logging which usually is unnecessary, which is why it is disabled by default.
- schema:
- type: string
- required: true
- default: "off"
- enum:
- - value: stdout
- description: stdout
- - value: stderr
- description: stderr
- - value: file
- description: File
- - value: "off"
- description: "Off"
- - variable: events
- label: Events
- description: Whether or not to log events.
- schema:
- type: string
- required: true
- default: stdout
- enum:
- - value: stdout
- description: stdout
- - value: stderr
- description: stderr
- - value: file
- description: File
- - value: "off"
- description: "Off"
- - variable: eventslevel
- label: Events Level
- description: The log level for event log messages.
- schema:
- type: string
- show_if: [["events", "!=", "off"]]
- required: true
- default: INFO
- enum:
- - value: INFO
- description: INFO
- - value: ERROR
- description: ERROR
- - value: DEBUG
- description: DEBUG
- - variable: defaultsettings
- label: Default Settings
- description: |
- Provide default settings for new users. When a new user is created, these settings will automatically be set for the user.
- If you change them in the config file afterwards they will not be changed back for existing users.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: avatar_provider
- label: Avatar Provider
- description: The avatar source for the user.
- schema:
- type: string
- required: true
- default: initials
- enum:
- - value: initials
- description: Initials
- - value: gravatar
- description: Gravatar
- - value: marble
- description: Marble
- - value: upload
- description: Upload
- - variable: avatar_file_id
- label: Avatar File ID
- description: The id of the file used as avatar.
- schema:
- type: int
- show_if: [["avatar_provider", "=", "upload"]]
- required: true
- default: 0
- - variable: email_reminders_enabled
- label: Enable Email Reminders
- description: If set to true users will get task reminders via email.
- schema:
- type: boolean
- default: false
- - variable: discoverable_by_name
- label: Discoverable by Name
- description: If set to true will allow other users to find this user when searching for parts of their name.
- schema:
- type: boolean
- default: false
- - variable: discoverable_by_email
- label: Discoverable by E-Mail
- description: If set to true will allow other users to find this user when searching for their exact email.
- schema:
- type: boolean
- default: false
- - variable: overdue_tasks_reminders_enabled
- label: Enable Overdue Task Reminders
- description: If set to true will send an email every day with all overdue tasks at a configured time.
- schema:
- type: boolean
- default: false
- - variable: overdue_tasks_reminders_time
- label: Overdue Task Reminder Time
- description: When to send the overdue task reminder email.
- schema:
- type: string
- required: true
- default: "09:00"
- - variable: default_list_id
- label: Default List ID
- description: The id of the default list. Make sure users actually have access to this list when setting this value.
- schema:
- type: int
- required: true
- default: 0
- - variable: week_start
- label: Week Start
- description: Start of the week for the user. 0 is sunday, 1 is monday and so on.
- schema:
- type: int
- required: true
- default: 0
- - variable: language
- label: Language
- description: |
- The language of the user interface. Must be an ISO 639-1 language code.
- Will default to the browser language the user uses when signing up.
- schema:
- type: string
- default: ""
- - variable: timezone
- label: Timezone
- description: The time zone of each individual user. This will affect when users get reminders and overdue task emails.
- schema:
- type: string
- default: ""
- - variable: backgrounds
- label: Backgrounds
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable backgrounds for lists at all.
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: providers
- label: Providers
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: upload
- label: Upload
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable uploaded list backgrounds
- schema:
- type: boolean
- default: true
- - variable: unsplash
- label: Unsplash
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable setting backgrounds from unsplash as list backgrounds
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: accesstoken
- label: Access Token
- description: |
- You need to create an application for your installation at
- https://unsplash.com/oauth/applications/new and set the access token below.
- schema:
- type: string
- required: true
- default: ""
- - variable: applicationid
- label: Application ID
- description: The unsplash application id is only used for ping back and required as per their api guidelines.
- schema:
- type: string
- required: true
- default: ""
- - variable: auth
- label: Auth
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: local
- label: Local
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable or disable local authentication
- schema:
- type: boolean
- default: true
- - variable: openid
- label: OpenID
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable or disable OpenID Connect authentication
- schema:
- type: boolean
- default: true
- show_subquestions_if: true
- subquestions:
- - variable: redirecturl
- label: Redirect URL
- description: The URL to redirect clients to. Defaults to the configured frontend URL.
- schema:
- type: string
- default: ""
- - variable: providers
- label: Providers
- schema:
- type: list
- default: []
- items:
- - variable: providerEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: The name of the provider as it will appear in the frontend.
- schema:
- type: string
- required: true
- default: ""
- - variable: authurl
- label: Auth URL
- description: The auth url to send users to if they want to authenticate using OpenID Connect.
- schema:
- type: string
- required: true
- default: ""
- - variable: logouturl
- label: Logout URL
- description: The oidc logout url that users will be redirected to on logout.
- schema:
- type: string
- default: ""
- - variable: clientid
- label: Client ID
- description: The client ID used to authenticate Vikunja at the OpenID Connect provider.
- schema:
- type: string
- required: true
- default: ""
- - variable: clientsecret
- label: Client Secret
- description: The client secret used to authenticate Vikunja at the OpenID Connect provider.
- schema:
- type: string
- required: true
- default: ""
- - variable: migration
- label: Migration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: todoist
- label: Todoist
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable the todoist migrator or not
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: clientid
- label: Client ID
- description: |
- The client id, required for making requests to the todoist api
- You need to register your vikunja instance at https://developer.todoist.com/appconsole.html to get this
- schema:
- type: string
- required: true
- default: ""
- - variable: clientsecret
- label: Client Secret
- description: The client secret, also required for making requests to the todoist api
- schema:
- type: string
- required: true
- default: ""
- - variable: redirecturl
- label: Redirect URL
- description: The url where clients are redirected after they authorized Vikunja to access their todoist items.
- schema:
- type: string
- required: true
- default: /migrate/todoist
- - variable: trello
- label: Trello
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Whether to enable the trello migrator or not
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: key
- label: Key
- description: |
- The client id, required for making requests to the trello api.
- You need to register your vikunja instance at https://trello.com/app-key,
- (log in before you visit that link) to get this.
- schema:
- type: string
- required: true
- default: ""
- - variable: redirecturl
- label: Redirect URL
- description: The url where clients are redirected after they authorized Vikunja to access their trello cards.
- schema:
- type: string
- required: true
- default: /migrate/trello
- - variable: microsofttodo
- label: Microsoft To Do
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Wheter to enable the microsoft todo migrator or not
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: clientid
- label: Client ID
- description: |
- The client id, required for making requests to the microsoft graph api
- See https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application
- for information about how to register your Vikunja instance.
- schema:
- type: string
- required: true
- default: ""
- - variable: clientsecret
- label: Client Secret
- description: The client secret, also required for making requests to the microsoft graph api
- schema:
- type: string
- required: true
- default: ""
- - variable: redirecturl
- label: Redirect URL
- description: The url where clients are redirected after they authorized Vikunja to access their microsoft todo tasks.
- schema:
- type: string
- required: true
- default: /migrate/microsoft-todo
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service
- description: The Primary service on which the healthcheck runs, often the webUI
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Service Port Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- description: This port exposes the container port on the service
- schema:
- type: int
- default: 10220
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: files
- label: App Files Storage
- description: Stores the Application Files.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
- - variable: metrics
- group: Metrics
- label: Prometheus Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: Main Metrics
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: prometheusRule
- label: PrometheusRule
- description: Enable and configure Prometheus Rules for the App.
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- description: Enable Prometheus Metrics
- schema:
- type: boolean
- default: false
- # TODO: Rule List section
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/watchyourlan/8.6.0/.helmignore b/stable/vikunja/13.8.2/.helmignore
similarity index 100%
rename from stable/watchyourlan/8.6.0/.helmignore
rename to stable/vikunja/13.8.2/.helmignore
diff --git a/stable/vikunja/13.8.2/CHANGELOG.md b/stable/vikunja/13.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..bddbfac343b
--- /dev/null
+++ b/stable/vikunja/13.8.2/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
+
+
+## [vikunja-13.8.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
+
+
+## [vikunja-13.8.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
+
+
+## [vikunja-13.8.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.1) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
+
+
+## [vikunja-13.8.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.1) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/vikunja/13.8.2/Chart.yaml b/stable/vikunja/13.8.2/Chart.yaml
new file mode 100644
index 00000000000..1b98f7f3f15
--- /dev/null
+++ b/stable/vikunja/13.8.2/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.22.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The to-do app to organize your life.
+home: https://truecharts.org/charts/stable/vikunja
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png
+keywords:
+ - vikunja
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vikunja
+sources:
+ - https://vikunja.io/docs
+ - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
+ - https://hub.docker.com/r/vikunja/frontend
+ - https://hub.docker.com/_/nginx
+ - https://hub.docker.com/r/vikunja/api
+type: application
+version: 13.8.2
diff --git a/stable/vikunja/13.7.0/README.md b/stable/vikunja/13.8.2/README.md
similarity index 100%
rename from stable/vikunja/13.7.0/README.md
rename to stable/vikunja/13.8.2/README.md
diff --git a/stable/vikunja/13.8.2/app-changelog.md b/stable/vikunja/13.8.2/app-changelog.md
new file mode 100644
index 00000000000..8855bec23df
--- /dev/null
+++ b/stable/vikunja/13.8.2/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [vikunja-13.8.2](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+- update container image nginx to 1.25.4[@6db391d](https://github.com/6db391d) by renovate ([#19277](https://github.com/truecharts/charts/issues/19277))
\ No newline at end of file
diff --git a/stable/vikunja/13.7.0/app-readme.md b/stable/vikunja/13.8.2/app-readme.md
similarity index 100%
rename from stable/vikunja/13.7.0/app-readme.md
rename to stable/vikunja/13.8.2/app-readme.md
diff --git a/stable/vikunja/13.8.2/charts/common-20.2.4.tgz b/stable/vikunja/13.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/vikunja/13.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/vikunja/13.8.2/charts/redis-13.2.2.tgz b/stable/vikunja/13.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/vikunja/13.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/vikunja/13.7.0/ix_values.yaml b/stable/vikunja/13.8.2/ix_values.yaml
similarity index 100%
rename from stable/vikunja/13.7.0/ix_values.yaml
rename to stable/vikunja/13.8.2/ix_values.yaml
diff --git a/stable/vikunja/13.8.2/questions.yaml b/stable/vikunja/13.8.2/questions.yaml
new file mode 100755
index 00000000000..d639f7fa510
--- /dev/null
+++ b/stable/vikunja/13.8.2/questions.yaml
@@ -0,0 +1,4128 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: vikunja
+ group: App Configuration
+ label: Vikunja Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: service
+ label: Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: jwtttl
+ label: JWT TTL
+ description: The duration of the issued JWT tokens in seconds.
+ schema:
+ type: int
+ required: true
+ default: 259200
+ - variable: jwtttllong
+ label: JWT TTL Long
+ description: The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period.
+ schema:
+ type: int
+ required: true
+ default: 2592000
+ - variable: motd
+ label: Message of the Day
+ description: Set the motd message, available from the /info endpoint
+ schema:
+ type: string
+ default: ""
+ - variable: frontendurl
+ label: Frontend URL
+ description: The URL of the frontend, used to send password reset emails.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: maxitemsperpage
+ label: Max Item per Page
+ description: The max number of items which can be returned per page.
+ schema:
+ type: int
+ required: true
+ default: 50
+ - variable: maxavatarsize
+ label: Max Avatar Size
+ description: |
+ The maximum size clients will be able to request for user avatars.
+ If clients request a size bigger than this, it will be changed on the fly.
+ schema:
+ type: int
+ required: true
+ default: 1024
+ - variable: enablecaldav
+ label: Enable CalDAV
+ description: Enable the CalDAV endpoint, see the docs for more details.
+ schema:
+ type: boolean
+ default: true
+ - variable: enablelinksharing
+ label: Enable Link Sharing
+ description: Enable sharing of lists via a link.
+ schema:
+ type: boolean
+ default: true
+ - variable: enableregistration
+ label: Enable Registration
+ description: Whether to let new users registering themselves or not
+ schema:
+ type: boolean
+ default: true
+ - variable: enabletaskattachments
+ label: Enable Task Attachments
+ description: Whether to enable task attachments or not
+ schema:
+ type: boolean
+ default: true
+ - variable: enabletaskcomments
+ label: Enable Task Comments
+ description: Whether task comments should be enabled or not
+ schema:
+ type: boolean
+ default: true
+ - variable: enabletotp
+ label: Enable TOTP
+ description: Whether TOTP is enabled. In most cases you want to leave that enabled.
+ schema:
+ type: boolean
+ default: true
+ - variable: enableemailreminders
+ label: Enable E-Mail Reminders
+ description: |
+ If enabled, vikunja will send an email to everyone who is either assigned to a task
+ or created it when a task reminder is due.
+ schema:
+ type: boolean
+ default: true
+ - variable: enableuserdeletion
+ label: Enable User Deletion
+ description: |
+ If true, will allow users to request the complete deletion of their account.
+ When using external authentication methods it may be required to coordinate with
+ them in order to delete the account. This setting will not affect the cli commands for user deletion.
+ schema:
+ type: boolean
+ default: true
+ - variable: cors
+ label: CORS
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable or disable cors headers.
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: origins
+ label: Origins
+ description: A list of origins which may access the api. These need to include the protocol (http:// or https://) and port, if any.
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: originEntry
+ label: ""
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: maxage
+ label: Max Age
+ description: How long (in seconds) the results of a preflight request can be cached.
+ schema:
+ type: int
+ required: true
+ default: 0
+ - variable: ratelimit
+ label: Rate Limit
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether or not to enable the rate limit.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: kind
+ label: Kind
+ description: The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit.
+ schema:
+ type: string
+ required: true
+ default: user
+ enum:
+ - value: user
+ description: User
+ - value: ip
+ description: IP
+ - variable: period
+ label: Period
+ description: The time period in seconds for the limit.
+ schema:
+ type: int
+ required: true
+ default: 60
+ - variable: limit
+ label: Limit
+ description: The max number of requests a user is allowed to do in the configured time period.
+ schema:
+ type: int
+ required: true
+ default: 100
+ - variable: files
+ label: Files
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: maxsize
+ label: Max Size
+ description: The maximum size of a file, as a human-readable string.
+ schema:
+ type: string
+ required: true
+ default: 20MB
+ - variable: avatar
+ label: Avatar
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: gravatarexpiration
+ label: Gravatar Expiration
+ description: When using gravatar, this is the duration in seconds until a cached gravatar user avatar expires
+ schema:
+ type: int
+ required: true
+ default: 3600
+ - variable: legal
+ label: Legal
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: imprinturl
+ label: Imprint URL
+ description: Legal urls Will be shown in the frontend if configured here
+ schema:
+ type: string
+ default: ""
+ - variable: privacyurl
+ label: Privacy URL
+ description: Legal urls Will be shown in the frontend if configured here
+ schema:
+ type: string
+ default: ""
+ - variable: mailer
+ label: Mailer
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: host
+ label: Host
+ description: SMTP Host
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: port
+ label: Port
+ description: SMTP Port
+ schema:
+ type: int
+ required: true
+ default: 587
+ - variable: authtype
+ label: Auth Type
+ description: SMTP Auth Type. Can be either plain, login or cram-md5.
+ schema:
+ type: string
+ required: true
+ default: plain
+ enum:
+ - value: plain
+ description: Plain
+ - value: login
+ description: Login
+ - value: cram-md5
+ description: Cram-MD5
+ - variable: username
+ label: Username
+ description: SMTP Username
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: Password
+ description: SMTP Password
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: fromemail
+ label: From E-Mail
+ description: The default from address when sending emails
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: skiptlsverify
+ label: Skip TLS Verify
+ description: Wether to skip verification of the tls certificate on the server
+ schema:
+ type: boolean
+ default: false
+ - variable: forcessl
+ label: Force SSL
+ description: By default, vikunja will try to connect with starttls, use this option to force it to use ssl.
+ schema:
+ type: boolean
+ default: true
+ - variable: queuelength
+ label: Queue Length
+ description: The length of the mail queue.
+ schema:
+ type: int
+ required: true
+ default: 100
+ - variable: queuetimeout
+ label: Queue Timeout
+ description: The timeout in seconds after which the current open connection to the mail server will be closed.
+ schema:
+ type: int
+ required: true
+ default: 100
+ - variable: log
+ label: Log
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to show any logging at all or none
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: path
+ label: Path
+ description: A folder where all the log files should go.
+ schema:
+ type: string
+ required: true
+ default: /app/vikunja/logs
+ - variable: standard
+ label: Standard
+ description: Where the normal log should go.
+ schema:
+ type: string
+ required: true
+ default: stdout
+ enum:
+ - value: stdout
+ description: stdout
+ - value: stderr
+ description: stderr
+ - value: file
+ description: File
+ - value: "off"
+ description: "Off"
+ - variable: level
+ label: Level
+ description: Change the log level.
+ schema:
+ type: string
+ show_if: [["standard", "!=", "off"]]
+ required: true
+ default: INFO
+ enum:
+ - value: INFO
+ description: INFO
+ - value: NOTICE
+ description: NOTICE
+ - value: WARNING
+ description: WARNING
+ - value: ERROR
+ description: ERROR
+ - value: CRITICAL
+ description: CRITICAL
+ - value: DEBUG
+ description: DEBUG
+ - variable: database
+ label: Database
+ description: Whether or not to log database queries. Useful for debugging.
+ schema:
+ type: string
+ required: true
+ default: "off"
+ enum:
+ - value: stdout
+ description: stdout
+ - value: stderr
+ description: stderr
+ - value: file
+ description: File
+ - value: "off"
+ description: "Off"
+ - variable: databaselevel
+ label: Database Level
+ description: The log level for database log messages.
+ schema:
+ type: string
+ show_if: [["database", "!=", "off"]]
+ required: true
+ default: INFO
+ enum:
+ - value: INFO
+ description: INFO
+ - value: NOTICE
+ description: NOTICE
+ - value: WARNING
+ description: WARNING
+ - value: ERROR
+ description: ERROR
+ - value: CRITICAL
+ description: CRITICAL
+ - value: DEBUG
+ description: DEBUG
+ - variable: http
+ label: HTTP
+ description: Whether to log http requests or not.
+ schema:
+ type: string
+ required: true
+ default: stdout
+ enum:
+ - value: stdout
+ description: stdout
+ - value: stderr
+ description: stderr
+ - value: file
+ description: File
+ - value: "off"
+ description: "Off"
+ - variable: echo
+ label: Echo
+ description: Echo has its own logging which usually is unnecessary, which is why it is disabled by default.
+ schema:
+ type: string
+ required: true
+ default: "off"
+ enum:
+ - value: stdout
+ description: stdout
+ - value: stderr
+ description: stderr
+ - value: file
+ description: File
+ - value: "off"
+ description: "Off"
+ - variable: events
+ label: Events
+ description: Whether or not to log events.
+ schema:
+ type: string
+ required: true
+ default: stdout
+ enum:
+ - value: stdout
+ description: stdout
+ - value: stderr
+ description: stderr
+ - value: file
+ description: File
+ - value: "off"
+ description: "Off"
+ - variable: eventslevel
+ label: Events Level
+ description: The log level for event log messages.
+ schema:
+ type: string
+ show_if: [["events", "!=", "off"]]
+ required: true
+ default: INFO
+ enum:
+ - value: INFO
+ description: INFO
+ - value: ERROR
+ description: ERROR
+ - value: DEBUG
+ description: DEBUG
+ - variable: defaultsettings
+ label: Default Settings
+ description: |
+ Provide default settings for new users. When a new user is created, these settings will automatically be set for the user.
+ If you change them in the config file afterwards they will not be changed back for existing users.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: avatar_provider
+ label: Avatar Provider
+ description: The avatar source for the user.
+ schema:
+ type: string
+ required: true
+ default: initials
+ enum:
+ - value: initials
+ description: Initials
+ - value: gravatar
+ description: Gravatar
+ - value: marble
+ description: Marble
+ - value: upload
+ description: Upload
+ - variable: avatar_file_id
+ label: Avatar File ID
+ description: The id of the file used as avatar.
+ schema:
+ type: int
+ show_if: [["avatar_provider", "=", "upload"]]
+ required: true
+ default: 0
+ - variable: email_reminders_enabled
+ label: Enable Email Reminders
+ description: If set to true users will get task reminders via email.
+ schema:
+ type: boolean
+ default: false
+ - variable: discoverable_by_name
+ label: Discoverable by Name
+ description: If set to true will allow other users to find this user when searching for parts of their name.
+ schema:
+ type: boolean
+ default: false
+ - variable: discoverable_by_email
+ label: Discoverable by E-Mail
+ description: If set to true will allow other users to find this user when searching for their exact email.
+ schema:
+ type: boolean
+ default: false
+ - variable: overdue_tasks_reminders_enabled
+ label: Enable Overdue Task Reminders
+ description: If set to true will send an email every day with all overdue tasks at a configured time.
+ schema:
+ type: boolean
+ default: false
+ - variable: overdue_tasks_reminders_time
+ label: Overdue Task Reminder Time
+ description: When to send the overdue task reminder email.
+ schema:
+ type: string
+ required: true
+ default: "09:00"
+ - variable: default_list_id
+ label: Default List ID
+ description: The id of the default list. Make sure users actually have access to this list when setting this value.
+ schema:
+ type: int
+ required: true
+ default: 0
+ - variable: week_start
+ label: Week Start
+ description: Start of the week for the user. 0 is sunday, 1 is monday and so on.
+ schema:
+ type: int
+ required: true
+ default: 0
+ - variable: language
+ label: Language
+ description: |
+ The language of the user interface. Must be an ISO 639-1 language code.
+ Will default to the browser language the user uses when signing up.
+ schema:
+ type: string
+ default: ""
+ - variable: timezone
+ label: Timezone
+ description: The time zone of each individual user. This will affect when users get reminders and overdue task emails.
+ schema:
+ type: string
+ default: ""
+ - variable: backgrounds
+ label: Backgrounds
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable backgrounds for lists at all.
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: providers
+ label: Providers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: upload
+ label: Upload
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable uploaded list backgrounds
+ schema:
+ type: boolean
+ default: true
+ - variable: unsplash
+ label: Unsplash
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable setting backgrounds from unsplash as list backgrounds
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: accesstoken
+ label: Access Token
+ description: |
+ You need to create an application for your installation at
+ https://unsplash.com/oauth/applications/new and set the access token below.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: applicationid
+ label: Application ID
+ description: The unsplash application id is only used for ping back and required as per their api guidelines.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: auth
+ label: Auth
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: local
+ label: Local
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable or disable local authentication
+ schema:
+ type: boolean
+ default: true
+ - variable: openid
+ label: OpenID
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable or disable OpenID Connect authentication
+ schema:
+ type: boolean
+ default: true
+ show_subquestions_if: true
+ subquestions:
+ - variable: redirecturl
+ label: Redirect URL
+ description: The URL to redirect clients to. Defaults to the configured frontend URL.
+ schema:
+ type: string
+ default: ""
+ - variable: providers
+ label: Providers
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: providerEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: The name of the provider as it will appear in the frontend.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: authurl
+ label: Auth URL
+ description: The auth url to send users to if they want to authenticate using OpenID Connect.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: logouturl
+ label: Logout URL
+ description: The oidc logout url that users will be redirected to on logout.
+ schema:
+ type: string
+ default: ""
+ - variable: clientid
+ label: Client ID
+ description: The client ID used to authenticate Vikunja at the OpenID Connect provider.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clientsecret
+ label: Client Secret
+ description: The client secret used to authenticate Vikunja at the OpenID Connect provider.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: migration
+ label: Migration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: todoist
+ label: Todoist
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable the todoist migrator or not
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: clientid
+ label: Client ID
+ description: |
+ The client id, required for making requests to the todoist api
+ You need to register your vikunja instance at https://developer.todoist.com/appconsole.html to get this
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clientsecret
+ label: Client Secret
+ description: The client secret, also required for making requests to the todoist api
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: redirecturl
+ label: Redirect URL
+ description: The url where clients are redirected after they authorized Vikunja to access their todoist items.
+ schema:
+ type: string
+ required: true
+ default: /migrate/todoist
+ - variable: trello
+ label: Trello
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Whether to enable the trello migrator or not
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: key
+ label: Key
+ description: |
+ The client id, required for making requests to the trello api.
+ You need to register your vikunja instance at https://trello.com/app-key,
+ (log in before you visit that link) to get this.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: redirecturl
+ label: Redirect URL
+ description: The url where clients are redirected after they authorized Vikunja to access their trello cards.
+ schema:
+ type: string
+ required: true
+ default: /migrate/trello
+ - variable: microsofttodo
+ label: Microsoft To Do
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Wheter to enable the microsoft todo migrator or not
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: clientid
+ label: Client ID
+ description: |
+ The client id, required for making requests to the microsoft graph api
+ See https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application
+ for information about how to register your Vikunja instance.
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: clientsecret
+ label: Client Secret
+ description: The client secret, also required for making requests to the microsoft graph api
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: redirecturl
+ label: Redirect URL
+ description: The url where clients are redirected after they authorized Vikunja to access their microsoft todo tasks.
+ schema:
+ type: string
+ required: true
+ default: /migrate/microsoft-todo
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service
+ description: The Primary service on which the healthcheck runs, often the webUI
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Service Port Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ default: 10220
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: files
+ label: App Files Storage
+ description: Stores the Application Files.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+ - variable: metrics
+ group: Metrics
+ label: Prometheus Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: Main Metrics
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: prometheusRule
+ label: PrometheusRule
+ description: Enable and configure Prometheus Rules for the App.
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ description: Enable Prometheus Metrics
+ schema:
+ type: boolean
+ default: false
+ # TODO: Rule List section
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/watchyourlan/8.6.0/templates/NOTES.txt b/stable/vikunja/13.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/watchyourlan/8.6.0/templates/NOTES.txt
rename to stable/vikunja/13.8.2/templates/NOTES.txt
diff --git a/stable/vikunja/13.7.0/templates/_secrets.tpl b/stable/vikunja/13.8.2/templates/_secrets.tpl
similarity index 100%
rename from stable/vikunja/13.7.0/templates/_secrets.tpl
rename to stable/vikunja/13.8.2/templates/_secrets.tpl
diff --git a/stable/vikunja/13.7.0/templates/common.yaml b/stable/vikunja/13.8.2/templates/common.yaml
similarity index 100%
rename from stable/vikunja/13.7.0/templates/common.yaml
rename to stable/vikunja/13.8.2/templates/common.yaml
diff --git a/stable/watchyourlan/8.6.0/values.yaml b/stable/vikunja/13.8.2/values.yaml
similarity index 100%
rename from stable/watchyourlan/8.6.0/values.yaml
rename to stable/vikunja/13.8.2/values.yaml
diff --git a/stable/vintage-story/5.6.0/CHANGELOG.md b/stable/vintage-story/5.6.0/CHANGELOG.md
deleted file mode 100644
index c97abe1f363..00000000000
--- a/stable/vintage-story/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vintage-story-5.6.0](https://github.com/truecharts/charts/compare/vintage-story-5.5.2...vintage-story-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [vintage-story-5.5.2](https://github.com/truecharts/charts/compare/vintage-story-5.5.1...vintage-story-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [vintage-story-5.5.1](https://github.com/truecharts/charts/compare/vintage-story-5.5.0...vintage-story-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [vintage-story-5.5.0](https://github.com/truecharts/charts/compare/vintage-story-5.4.1...vintage-story-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [vintage-story-5.4.1](https://github.com/truecharts/charts/compare/vintage-story-5.4.0...vintage-story-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [vintage-story-5.4.0](https://github.com/truecharts/charts/compare/vintage-story-5.3.0...vintage-story-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [vintage-story-5.3.0](https://github.com/truecharts/charts/compare/vintage-story-5.2.3...vintage-story-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [vintage-story-5.2.3](https://github.com/truecharts/charts/compare/vintage-story-5.2.2...vintage-story-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [vintage-story-5.2.2](https://github.com/truecharts/charts/compare/vintage-story-5.2.0...vintage-story-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/vintage-story/5.6.0/Chart.yaml b/stable/vintage-story/5.6.0/Chart.yaml
deleted file mode 100644
index a209c628e39..00000000000
--- a/stable/vintage-story/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it.
-home: https://truecharts.org/charts/stable/vintage-story
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png
-keywords:
- - vintage-story
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vintage-story
-sources:
- - https://www.vintagestory.at/
- - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story
- - https://hub.docker.com/r/ich777/vintagestory
-type: application
-version: 5.6.0
diff --git a/stable/vintage-story/5.6.0/charts/common-20.1.5.tgz b/stable/vintage-story/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/vintage-story/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/webgrabplus/9.7.0/.helmignore b/stable/vintage-story/5.7.3/.helmignore
similarity index 100%
rename from stable/webgrabplus/9.7.0/.helmignore
rename to stable/vintage-story/5.7.3/.helmignore
diff --git a/stable/vintage-story/5.7.3/CHANGELOG.md b/stable/vintage-story/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..73759f7a1ae
--- /dev/null
+++ b/stable/vintage-story/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vintage-story-5.7.2](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/vintage-story/5.7.3/Chart.yaml b/stable/vintage-story/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..34ea8be831c
--- /dev/null
+++ b/stable/vintage-story/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it.
+home: https://truecharts.org/charts/stable/vintage-story
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png
+keywords:
+ - vintage-story
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vintage-story
+sources:
+ - https://www.vintagestory.at/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story
+ - https://hub.docker.com/r/ich777/vintagestory
+type: application
+version: 5.7.3
diff --git a/stable/vintage-story/5.6.0/README.md b/stable/vintage-story/5.7.3/README.md
similarity index 100%
rename from stable/vintage-story/5.6.0/README.md
rename to stable/vintage-story/5.7.3/README.md
diff --git a/stable/vintage-story/5.7.3/app-changelog.md b/stable/vintage-story/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..aff7c36d182
--- /dev/null
+++ b/stable/vintage-story/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [vintage-story-5.7.3](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/vintage-story/5.6.0/app-readme.md b/stable/vintage-story/5.7.3/app-readme.md
similarity index 100%
rename from stable/vintage-story/5.6.0/app-readme.md
rename to stable/vintage-story/5.7.3/app-readme.md
diff --git a/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz b/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/vintage-story/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/vintage-story/5.6.0/ix_values.yaml b/stable/vintage-story/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/vintage-story/5.6.0/ix_values.yaml
rename to stable/vintage-story/5.7.3/ix_values.yaml
diff --git a/stable/vintage-story/5.6.0/questions.yaml b/stable/vintage-story/5.7.3/questions.yaml
similarity index 100%
rename from stable/vintage-story/5.6.0/questions.yaml
rename to stable/vintage-story/5.7.3/questions.yaml
diff --git a/stable/webp-server/5.7.0/templates/common.yaml b/stable/vintage-story/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/webp-server/5.7.0/templates/common.yaml
rename to stable/vintage-story/5.7.3/templates/common.yaml
diff --git a/stable/webgrabplus/9.7.0/values.yaml b/stable/vintage-story/5.7.3/values.yaml
similarity index 100%
rename from stable/webgrabplus/9.7.0/values.yaml
rename to stable/vintage-story/5.7.3/values.yaml
diff --git a/stable/virt-manager/5.6.0/CHANGELOG.md b/stable/virt-manager/5.6.0/CHANGELOG.md
deleted file mode 100644
index ab8e2e9f110..00000000000
--- a/stable/virt-manager/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [virt-manager-5.6.0](https://github.com/truecharts/charts/compare/virt-manager-5.5.2...virt-manager-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [virt-manager-5.5.2](https://github.com/truecharts/charts/compare/virt-manager-5.5.1...virt-manager-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [virt-manager-5.5.1](https://github.com/truecharts/charts/compare/virt-manager-5.5.0...virt-manager-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [virt-manager-5.5.0](https://github.com/truecharts/charts/compare/virt-manager-5.4.1...virt-manager-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [virt-manager-5.4.1](https://github.com/truecharts/charts/compare/virt-manager-5.4.0...virt-manager-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [virt-manager-5.4.0](https://github.com/truecharts/charts/compare/virt-manager-5.3.0...virt-manager-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [virt-manager-5.3.0](https://github.com/truecharts/charts/compare/virt-manager-5.2.3...virt-manager-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [virt-manager-5.2.3](https://github.com/truecharts/charts/compare/virt-manager-5.2.2...virt-manager-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [virt-manager-5.2.2](https://github.com/truecharts/charts/compare/virt-manager-5.2.0...virt-manager-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/virt-manager/5.6.0/Chart.yaml b/stable/virt-manager/5.6.0/Chart.yaml
deleted file mode 100644
index 1e9a41aa57f..00000000000
--- a/stable/virt-manager/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt.
-home: https://truecharts.org/charts/stable/virt-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png
-keywords:
- - virt-manager
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: virt-manager
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager
- - https://hub.docker.com/r/mber5/virt-manager
-type: application
-version: 5.6.0
diff --git a/stable/virt-manager/5.6.0/charts/common-20.1.5.tgz b/stable/virt-manager/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/virt-manager/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/weblate/13.7.0/.helmignore b/stable/virt-manager/5.7.3/.helmignore
similarity index 100%
rename from stable/weblate/13.7.0/.helmignore
rename to stable/virt-manager/5.7.3/.helmignore
diff --git a/stable/virt-manager/5.7.3/CHANGELOG.md b/stable/virt-manager/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5411e40e511
--- /dev/null
+++ b/stable/virt-manager/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [virt-manager-5.7.2](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/virt-manager/5.7.3/Chart.yaml b/stable/virt-manager/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..7873596ecf1
--- /dev/null
+++ b/stable/virt-manager/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt.
+home: https://truecharts.org/charts/stable/virt-manager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png
+keywords:
+ - virt-manager
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: virt-manager
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager
+ - https://hub.docker.com/r/mber5/virt-manager
+type: application
+version: 5.7.3
diff --git a/stable/virt-manager/5.6.0/README.md b/stable/virt-manager/5.7.3/README.md
similarity index 100%
rename from stable/virt-manager/5.6.0/README.md
rename to stable/virt-manager/5.7.3/README.md
diff --git a/stable/virt-manager/5.7.3/app-changelog.md b/stable/virt-manager/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..b7142692ece
--- /dev/null
+++ b/stable/virt-manager/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [virt-manager-5.7.3](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/virt-manager/5.6.0/app-readme.md b/stable/virt-manager/5.7.3/app-readme.md
similarity index 100%
rename from stable/virt-manager/5.6.0/app-readme.md
rename to stable/virt-manager/5.7.3/app-readme.md
diff --git a/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz b/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/virt-manager/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/virt-manager/5.6.0/ix_values.yaml b/stable/virt-manager/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/virt-manager/5.6.0/ix_values.yaml
rename to stable/virt-manager/5.7.3/ix_values.yaml
diff --git a/stable/virt-manager/5.6.0/questions.yaml b/stable/virt-manager/5.7.3/questions.yaml
similarity index 100%
rename from stable/virt-manager/5.6.0/questions.yaml
rename to stable/virt-manager/5.7.3/questions.yaml
diff --git a/stable/webtop/9.7.17/templates/common.yaml b/stable/virt-manager/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/webtop/9.7.17/templates/common.yaml
rename to stable/virt-manager/5.7.3/templates/common.yaml
diff --git a/stable/weblate/13.7.0/values.yaml b/stable/virt-manager/5.7.3/values.yaml
similarity index 100%
rename from stable/weblate/13.7.0/values.yaml
rename to stable/virt-manager/5.7.3/values.yaml
diff --git a/stable/vlmcsd-kms-server/5.6.0/CHANGELOG.md b/stable/vlmcsd-kms-server/5.6.0/CHANGELOG.md
deleted file mode 100644
index 6e39f23b468..00000000000
--- a/stable/vlmcsd-kms-server/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vlmcsd-kms-server-5.6.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.5.2...vlmcsd-kms-server-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [vlmcsd-kms-server-5.5.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.5.1...vlmcsd-kms-server-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [vlmcsd-kms-server-5.5.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.5.0...vlmcsd-kms-server-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [vlmcsd-kms-server-5.5.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.4.1...vlmcsd-kms-server-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [vlmcsd-kms-server-5.4.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.4.0...vlmcsd-kms-server-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [vlmcsd-kms-server-5.4.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.3.0...vlmcsd-kms-server-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [vlmcsd-kms-server-5.3.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.3...vlmcsd-kms-server-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [vlmcsd-kms-server-5.2.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.2...vlmcsd-kms-server-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [vlmcsd-kms-server-5.2.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.0...vlmcsd-kms-server-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/vlmcsd-kms-server/5.6.0/Chart.yaml b/stable/vlmcsd-kms-server/5.6.0/Chart.yaml
deleted file mode 100644
index 7a458d4c7ac..00000000000
--- a/stable/vlmcsd-kms-server/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: vlmcsd is a replacement for Microsoft's KMS server.
-home: https://truecharts.org/charts/stable/vlmcsd-kms-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png
-keywords:
- - vlmcsd-kms-server
- - Cloud
- - Tools-Utilities
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vlmcsd-kms-server
-sources:
- - https://github.com/mikolatero/docker-vlmcsd
- - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server
- - https://hub.docker.com/r/mikolatero/vlmcsd
-type: application
-version: 5.6.0
diff --git a/stable/vlmcsd-kms-server/5.6.0/charts/common-20.1.5.tgz b/stable/vlmcsd-kms-server/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/vlmcsd-kms-server/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/webnut/8.6.0/.helmignore b/stable/vlmcsd-kms-server/5.7.3/.helmignore
similarity index 100%
rename from stable/webnut/8.6.0/.helmignore
rename to stable/vlmcsd-kms-server/5.7.3/.helmignore
diff --git a/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md b/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8be4bae712d
--- /dev/null
+++ b/stable/vlmcsd-kms-server/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vlmcsd-kms-server-5.7.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/vlmcsd-kms-server/5.7.3/Chart.yaml b/stable/vlmcsd-kms-server/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..616744aee6f
--- /dev/null
+++ b/stable/vlmcsd-kms-server/5.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: vlmcsd is a replacement for Microsoft's KMS server.
+home: https://truecharts.org/charts/stable/vlmcsd-kms-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png
+keywords:
+ - vlmcsd-kms-server
+ - Cloud
+ - Tools-Utilities
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vlmcsd-kms-server
+sources:
+ - https://github.com/mikolatero/docker-vlmcsd
+ - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server
+ - https://hub.docker.com/r/mikolatero/vlmcsd
+type: application
+version: 5.7.3
diff --git a/stable/vlmcsd-kms-server/5.6.0/README.md b/stable/vlmcsd-kms-server/5.7.3/README.md
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/README.md
rename to stable/vlmcsd-kms-server/5.7.3/README.md
diff --git a/stable/vlmcsd-kms-server/5.7.3/app-changelog.md b/stable/vlmcsd-kms-server/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..6df906df066
--- /dev/null
+++ b/stable/vlmcsd-kms-server/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [vlmcsd-kms-server-5.7.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/vlmcsd-kms-server/5.6.0/app-readme.md b/stable/vlmcsd-kms-server/5.7.3/app-readme.md
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/app-readme.md
rename to stable/vlmcsd-kms-server/5.7.3/app-readme.md
diff --git a/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz b/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/vlmcsd-kms-server/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/vlmcsd-kms-server/5.6.0/ix_values.yaml b/stable/vlmcsd-kms-server/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/ix_values.yaml
rename to stable/vlmcsd-kms-server/5.7.3/ix_values.yaml
diff --git a/stable/vlmcsd-kms-server/5.6.0/questions.yaml b/stable/vlmcsd-kms-server/5.7.3/questions.yaml
similarity index 100%
rename from stable/vlmcsd-kms-server/5.6.0/questions.yaml
rename to stable/vlmcsd-kms-server/5.7.3/questions.yaml
diff --git a/stable/whisparr/9.7.0/templates/common.yaml b/stable/vlmcsd-kms-server/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/whisparr/9.7.0/templates/common.yaml
rename to stable/vlmcsd-kms-server/5.7.3/templates/common.yaml
diff --git a/stable/webnut/8.6.0/values.yaml b/stable/vlmcsd-kms-server/5.7.3/values.yaml
similarity index 100%
rename from stable/webnut/8.6.0/values.yaml
rename to stable/vlmcsd-kms-server/5.7.3/values.yaml
diff --git a/stable/vocechat-server/3.6.0/CHANGELOG.md b/stable/vocechat-server/3.6.0/CHANGELOG.md
deleted file mode 100644
index 16d01abcdf4..00000000000
--- a/stable/vocechat-server/3.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [vocechat-server-3.6.0](https://github.com/truecharts/charts/compare/vocechat-server-3.5.2...vocechat-server-3.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [vocechat-server-3.5.2](https://github.com/truecharts/charts/compare/vocechat-server-3.5.1...vocechat-server-3.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [vocechat-server-3.5.1](https://github.com/truecharts/charts/compare/vocechat-server-3.5.0...vocechat-server-3.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [vocechat-server-3.5.0](https://github.com/truecharts/charts/compare/vocechat-server-3.4.1...vocechat-server-3.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [vocechat-server-3.4.1](https://github.com/truecharts/charts/compare/vocechat-server-3.4.0...vocechat-server-3.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [vocechat-server-3.4.0](https://github.com/truecharts/charts/compare/vocechat-server-3.3.0...vocechat-server-3.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [vocechat-server-3.3.0](https://github.com/truecharts/charts/compare/vocechat-server-3.2.3...vocechat-server-3.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [vocechat-server-3.2.3](https://github.com/truecharts/charts/compare/vocechat-server-3.2.2...vocechat-server-3.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [vocechat-server-3.2.2](https://github.com/truecharts/charts/compare/vocechat-server-3.2.0...vocechat-server-3.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/vocechat-server/3.6.0/Chart.yaml b/stable/vocechat-server/3.6.0/Chart.yaml
deleted file mode 100644
index 94f6c0d7884..00000000000
--- a/stable/vocechat-server/3.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: social
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.3.44
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A superlight rust written social server.
-home: https://truecharts.org/charts/stable/vocechat-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png
-keywords:
- - vocechat-server
- - social
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: vocechat-server
-sources:
- - https://github.com/Privoce/vocechat-server-rust
- - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server
- - https://hub.docker.com/r/privoce/vocechat-server
-type: application
-version: 3.6.0
diff --git a/stable/vocechat-server/3.6.0/charts/common-20.1.5.tgz b/stable/vocechat-server/3.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/vocechat-server/3.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/webp-server/5.7.0/.helmignore b/stable/vocechat-server/3.7.3/.helmignore
similarity index 100%
rename from stable/webp-server/5.7.0/.helmignore
rename to stable/vocechat-server/3.7.3/.helmignore
diff --git a/stable/vocechat-server/3.7.3/CHANGELOG.md b/stable/vocechat-server/3.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..81a1fa334e6
--- /dev/null
+++ b/stable/vocechat-server/3.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [vocechat-server-3.7.2](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/vocechat-server/3.7.3/Chart.yaml b/stable/vocechat-server/3.7.3/Chart.yaml
new file mode 100644
index 00000000000..42a73f5e0c5
--- /dev/null
+++ b/stable/vocechat-server/3.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: social
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.3.44
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A superlight rust written social server.
+home: https://truecharts.org/charts/stable/vocechat-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.png
+keywords:
+ - vocechat-server
+ - social
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: vocechat-server
+sources:
+ - https://github.com/Privoce/vocechat-server-rust
+ - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server
+ - https://hub.docker.com/r/privoce/vocechat-server
+type: application
+version: 3.7.3
diff --git a/stable/vocechat-server/3.6.0/README.md b/stable/vocechat-server/3.7.3/README.md
similarity index 100%
rename from stable/vocechat-server/3.6.0/README.md
rename to stable/vocechat-server/3.7.3/README.md
diff --git a/stable/vocechat-server/3.7.3/app-changelog.md b/stable/vocechat-server/3.7.3/app-changelog.md
new file mode 100644
index 00000000000..1c2687ee5e2
--- /dev/null
+++ b/stable/vocechat-server/3.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [vocechat-server-3.7.3](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/vocechat-server/3.6.0/app-readme.md b/stable/vocechat-server/3.7.3/app-readme.md
similarity index 100%
rename from stable/vocechat-server/3.6.0/app-readme.md
rename to stable/vocechat-server/3.7.3/app-readme.md
diff --git a/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz b/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/vocechat-server/3.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/vocechat-server/3.6.0/ix_values.yaml b/stable/vocechat-server/3.7.3/ix_values.yaml
similarity index 100%
rename from stable/vocechat-server/3.6.0/ix_values.yaml
rename to stable/vocechat-server/3.7.3/ix_values.yaml
diff --git a/stable/vocechat-server/3.6.0/questions.yaml b/stable/vocechat-server/3.7.3/questions.yaml
similarity index 100%
rename from stable/vocechat-server/3.6.0/questions.yaml
rename to stable/vocechat-server/3.7.3/questions.yaml
diff --git a/stable/webgrabplus/9.7.0/templates/NOTES.txt b/stable/vocechat-server/3.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/webgrabplus/9.7.0/templates/NOTES.txt
rename to stable/vocechat-server/3.7.3/templates/NOTES.txt
diff --git a/stable/webgrabplus/9.7.0/templates/common.yaml b/stable/vocechat-server/3.7.3/templates/common.yaml
similarity index 100%
rename from stable/webgrabplus/9.7.0/templates/common.yaml
rename to stable/vocechat-server/3.7.3/templates/common.yaml
diff --git a/stable/webp-server/5.7.0/values.yaml b/stable/vocechat-server/3.7.3/values.yaml
similarity index 100%
rename from stable/webp-server/5.7.0/values.yaml
rename to stable/vocechat-server/3.7.3/values.yaml
diff --git a/stable/wallos/4.7.4/CHANGELOG.md b/stable/wallos/4.7.4/CHANGELOG.md
deleted file mode 100644
index e9b421dda55..00000000000
--- a/stable/wallos/4.7.4/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
diff --git a/stable/wallos/4.7.4/Chart.yaml b/stable/wallos/4.7.4/Chart.yaml
deleted file mode 100644
index dbc02bfa692..00000000000
--- a/stable/wallos/4.7.4/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Wallos - Self Hosted Subscription tracker
-home: https://truecharts.org/charts/stable/wallos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png
-keywords:
- - dashboard
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wallos
-sources:
- - https://github.com/ellite/Wallos
- - https://github.com/truecharts/charts/tree/master/charts/stable/wallos
- - https://hub.docker.com/r/bellamy/wallos
-type: application
-version: 4.7.4
diff --git a/stable/wallos/4.7.4/app-changelog.md b/stable/wallos/4.7.4/app-changelog.md
deleted file mode 100644
index f8bb619ac5e..00000000000
--- a/stable/wallos/4.7.4/app-changelog.md
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-## [wallos-4.7.4](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.4) (2024-03-20)
-
-### Chore
-
-
-
-- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
-
-- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
\ No newline at end of file
diff --git a/stable/wallos/4.7.4/charts/common-20.2.2.tgz b/stable/wallos/4.7.4/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/wallos/4.7.4/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/wallos/4.7.4/ix_values.yaml b/stable/wallos/4.7.4/ix_values.yaml
deleted file mode 100644
index bc5f2ba2b40..00000000000
--- a/stable/wallos/4.7.4/ix_values.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-image:
- repository: docker.io/bellamy/wallos
- tag: latest@sha256:e62abf1fe66b5ea0db8669f9ba57c8c381f8ef38a95853467693fe4d0a67d039
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- port: 8282
- protocol: tcp
- targetPort: 80
-
-persistence:
- database:
- enabled: true
- mountPath: "/var/www/html/db"
- logos:
- enabled: true
- mountPath: "/var/www/html/images/uploads/logos"
-
-portal:
- open:
- enabled: true
diff --git a/stable/website-shot/10.6.0/.helmignore b/stable/wallos/4.7.8/.helmignore
similarity index 100%
rename from stable/website-shot/10.6.0/.helmignore
rename to stable/wallos/4.7.8/.helmignore
diff --git a/stable/wallos/4.7.8/CHANGELOG.md b/stable/wallos/4.7.8/CHANGELOG.md
new file mode 100644
index 00000000000..798609080a7
--- /dev/null
+++ b/stable/wallos/4.7.8/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wallos-4.7.8](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.8) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552))
+
+- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
+
+- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
+
+
+## [wallos-4.7.7](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552))
+
+- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
+
+- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
+
+
+## [wallos-4.7.7](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552))
+
+- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
+
+- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
+
+
+## [wallos-4.7.7](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.7) (2024-03-25)
+
+### Chore
+
+
+
+- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552))
+
+- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
\ No newline at end of file
diff --git a/stable/wallos/4.7.8/Chart.yaml b/stable/wallos/4.7.8/Chart.yaml
new file mode 100644
index 00000000000..4945e276716
--- /dev/null
+++ b/stable/wallos/4.7.8/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Wallos - Self Hosted Subscription tracker
+home: https://truecharts.org/charts/stable/wallos
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png
+keywords:
+ - dashboard
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wallos
+sources:
+ - https://github.com/ellite/Wallos
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wallos
+ - https://hub.docker.com/r/bellamy/wallos
+type: application
+version: 4.7.8
diff --git a/stable/wallos/4.7.4/README.md b/stable/wallos/4.7.8/README.md
similarity index 100%
rename from stable/wallos/4.7.4/README.md
rename to stable/wallos/4.7.8/README.md
diff --git a/stable/wallos/4.7.8/app-changelog.md b/stable/wallos/4.7.8/app-changelog.md
new file mode 100644
index 00000000000..b8e119c38b8
--- /dev/null
+++ b/stable/wallos/4.7.8/app-changelog.md
@@ -0,0 +1,27 @@
+
+
+## [wallos-4.7.8](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.8) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image docker.io/bellamy/wallos to latest[@bcd6e21](https://github.com/bcd6e21) by renovate ([#19738](https://github.com/truecharts/charts/issues/19738))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image docker.io/bellamy/wallos to latest[@cad87c1](https://github.com/cad87c1) by renovate ([#19552](https://github.com/truecharts/charts/issues/19552))
+
+- update container image docker.io/bellamy/wallos to latest[@e62abf1](https://github.com/e62abf1) by renovate ([#19478](https://github.com/truecharts/charts/issues/19478))
+
+- update container image docker.io/bellamy/wallos to latest[@140c207](https://github.com/140c207) by renovate ([#19436](https://github.com/truecharts/charts/issues/19436))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image docker.io/bellamy/wallos to latest[@2fb50a1](https://github.com/2fb50a1) by renovate ([#19411](https://github.com/truecharts/charts/issues/19411))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image docker.io/bellamy/wallos to latest[@79393ca](https://github.com/79393ca) by renovate ([#19223](https://github.com/truecharts/charts/issues/19223))
\ No newline at end of file
diff --git a/stable/wallos/4.7.4/app-readme.md b/stable/wallos/4.7.8/app-readme.md
similarity index 100%
rename from stable/wallos/4.7.4/app-readme.md
rename to stable/wallos/4.7.8/app-readme.md
diff --git a/stable/wallos/4.7.8/charts/common-20.2.4.tgz b/stable/wallos/4.7.8/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wallos/4.7.8/charts/common-20.2.4.tgz differ
diff --git a/stable/wallos/4.7.8/ix_values.yaml b/stable/wallos/4.7.8/ix_values.yaml
new file mode 100644
index 00000000000..6b5e6329766
--- /dev/null
+++ b/stable/wallos/4.7.8/ix_values.yaml
@@ -0,0 +1,31 @@
+image:
+ repository: docker.io/bellamy/wallos
+ tag: latest@sha256:bcd6e2172df2db46a3d58429a4136224f75944731f16b5f70bdf4d50a75f5cb4
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ port: 8282
+ protocol: tcp
+ targetPort: 80
+
+persistence:
+ database:
+ enabled: true
+ mountPath: "/var/www/html/db"
+ logos:
+ enabled: true
+ mountPath: "/var/www/html/images/uploads/logos"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/wallos/4.7.4/questions.yaml b/stable/wallos/4.7.8/questions.yaml
similarity index 100%
rename from stable/wallos/4.7.4/questions.yaml
rename to stable/wallos/4.7.8/questions.yaml
diff --git a/stable/weblate/13.7.0/templates/NOTES.txt b/stable/wallos/4.7.8/templates/NOTES.txt
similarity index 100%
rename from stable/weblate/13.7.0/templates/NOTES.txt
rename to stable/wallos/4.7.8/templates/NOTES.txt
diff --git a/stable/webnut/8.6.0/templates/common.yaml b/stable/wallos/4.7.8/templates/common.yaml
similarity index 100%
rename from stable/webnut/8.6.0/templates/common.yaml
rename to stable/wallos/4.7.8/templates/common.yaml
diff --git a/stable/website-shot/10.6.0/values.yaml b/stable/wallos/4.7.8/values.yaml
similarity index 100%
rename from stable/website-shot/10.6.0/values.yaml
rename to stable/wallos/4.7.8/values.yaml
diff --git a/stable/watcharr/4.8.0/CHANGELOG.md b/stable/watcharr/4.8.0/CHANGELOG.md
deleted file mode 100644
index a141ef92de5..00000000000
--- a/stable/watcharr/4.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/watcharr/4.8.0/Chart.yaml b/stable/watcharr/4.8.0/Chart.yaml
deleted file mode 100644
index e0e3f7f1d84..00000000000
--- a/stable/watcharr/4.8.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.35.2
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Open source, self-hostable watched list
-home: https://truecharts.org/charts/stable/watcharr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png
-keywords:
- - watcharr
- - media
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: watcharr
-sources:
- - https://github.com/sbondCo/Watcharr
- - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr
- - https://ghcr.io/sbondco/watcharr
-type: application
-version: 4.8.0
diff --git a/stable/watcharr/4.8.0/app-changelog.md b/stable/watcharr/4.8.0/app-changelog.md
deleted file mode 100644
index b9b5ca4ea09..00000000000
--- a/stable/watcharr/4.8.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [watcharr-4.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/watcharr/4.8.0/charts/common-20.2.0.tgz b/stable/watcharr/4.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/watcharr/4.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/watcharr/4.8.0/ix_values.yaml b/stable/watcharr/4.8.0/ix_values.yaml
deleted file mode 100644
index 093a37ecc73..00000000000
--- a/stable/watcharr/4.8.0/ix_values.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-image:
- repository: ghcr.io/sbondco/watcharr
- tag: v1.35.2@sha256:bf9adb619aa7b6ea9da3609546bc5f80135c8def3adcddaace248d6842ed0ae6
- pullPolicy: IfNotPresent
-
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsUser: 0
- runAsGroup: 0
-
-service:
- main:
- ports:
- main:
- protocol: http
- targetPort: 3080
- port: 10684
-
-watcharr:
- mode: prod
- jellyfin_host: ""
- signup_enabled: true
- tmdb_key: ""
- debug: false
-
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}"
- SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}"
- TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}"
- DEBUG: "{{ .Values.watcharr.debug }}"
- MODE: "{{ .Values.watcharr.mode }}"
- JWT_SECRET:
- secretKeyRef:
- name: watcharr-secrets
- key: JWT_SECRET
-
-persistence:
- data:
- enabled: true
- mountPath: "/data"
-
-portal:
- open:
- enabled: true
diff --git a/stable/webtop/9.7.17/.helmignore b/stable/watcharr/4.9.2/.helmignore
similarity index 100%
rename from stable/webtop/9.7.17/.helmignore
rename to stable/watcharr/4.9.2/.helmignore
diff --git a/stable/watcharr/4.9.2/CHANGELOG.md b/stable/watcharr/4.9.2/CHANGELOG.md
new file mode 100644
index 00000000000..646da74d8bc
--- /dev/null
+++ b/stable/watcharr/4.9.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [watcharr-4.9.2](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watcharr-4.9.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watcharr-4.9.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watcharr-4.9.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watcharr-4.9.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watcharr-4.9.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/watcharr/4.9.2/Chart.yaml b/stable/watcharr/4.9.2/Chart.yaml
new file mode 100644
index 00000000000..69ce9b51e7f
--- /dev/null
+++ b/stable/watcharr/4.9.2/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.36.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Open source, self-hostable watched list
+home: https://truecharts.org/charts/stable/watcharr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png
+keywords:
+ - watcharr
+ - media
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: watcharr
+sources:
+ - https://github.com/sbondCo/Watcharr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr
+ - https://ghcr.io/sbondco/watcharr
+type: application
+version: 4.9.2
diff --git a/stable/watcharr/4.8.0/README.md b/stable/watcharr/4.9.2/README.md
similarity index 100%
rename from stable/watcharr/4.8.0/README.md
rename to stable/watcharr/4.9.2/README.md
diff --git a/stable/watcharr/4.9.2/app-changelog.md b/stable/watcharr/4.9.2/app-changelog.md
new file mode 100644
index 00000000000..816fdd72d5a
--- /dev/null
+++ b/stable/watcharr/4.9.2/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [watcharr-4.9.2](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.9.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/sbondco/watcharr to v1.36.0[@2aeab7a](https://github.com/2aeab7a) by renovate ([#19454](https://github.com/truecharts/charts/issues/19454))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/watcharr/4.8.0/app-readme.md b/stable/watcharr/4.9.2/app-readme.md
similarity index 100%
rename from stable/watcharr/4.8.0/app-readme.md
rename to stable/watcharr/4.9.2/app-readme.md
diff --git a/stable/watcharr/4.9.2/charts/common-20.2.4.tgz b/stable/watcharr/4.9.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/watcharr/4.9.2/charts/common-20.2.4.tgz differ
diff --git a/stable/watcharr/4.9.2/ix_values.yaml b/stable/watcharr/4.9.2/ix_values.yaml
new file mode 100644
index 00000000000..3dd99bd8523
--- /dev/null
+++ b/stable/watcharr/4.9.2/ix_values.yaml
@@ -0,0 +1,51 @@
+image:
+ repository: ghcr.io/sbondco/watcharr
+ tag: v1.36.0@sha256:2aeab7a2289efc60adf26654e7481765b2fbc2d362f622ed21f4b9b511cbfc41
+ pullPolicy: IfNotPresent
+
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsUser: 0
+ runAsGroup: 0
+
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ targetPort: 3080
+ port: 10684
+
+watcharr:
+ mode: prod
+ jellyfin_host: ""
+ signup_enabled: true
+ tmdb_key: ""
+ debug: false
+
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}"
+ SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}"
+ TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}"
+ DEBUG: "{{ .Values.watcharr.debug }}"
+ MODE: "{{ .Values.watcharr.mode }}"
+ JWT_SECRET:
+ secretKeyRef:
+ name: watcharr-secrets
+ key: JWT_SECRET
+
+persistence:
+ data:
+ enabled: true
+ mountPath: "/data"
+
+portal:
+ open:
+ enabled: true
diff --git a/stable/watcharr/4.8.0/questions.yaml b/stable/watcharr/4.9.2/questions.yaml
similarity index 100%
rename from stable/watcharr/4.8.0/questions.yaml
rename to stable/watcharr/4.9.2/questions.yaml
diff --git a/stable/webnut/8.6.0/templates/NOTES.txt b/stable/watcharr/4.9.2/templates/NOTES.txt
similarity index 100%
rename from stable/webnut/8.6.0/templates/NOTES.txt
rename to stable/watcharr/4.9.2/templates/NOTES.txt
diff --git a/stable/watcharr/4.8.0/templates/_secrets.tpl b/stable/watcharr/4.9.2/templates/_secrets.tpl
similarity index 100%
rename from stable/watcharr/4.8.0/templates/_secrets.tpl
rename to stable/watcharr/4.9.2/templates/_secrets.tpl
diff --git a/stable/watcharr/4.8.0/templates/common.yaml b/stable/watcharr/4.9.2/templates/common.yaml
similarity index 100%
rename from stable/watcharr/4.8.0/templates/common.yaml
rename to stable/watcharr/4.9.2/templates/common.yaml
diff --git a/stable/webtop/9.7.17/values.yaml b/stable/watcharr/4.9.2/values.yaml
similarity index 100%
rename from stable/webtop/9.7.17/values.yaml
rename to stable/watcharr/4.9.2/values.yaml
diff --git a/stable/watchyourlan/8.6.0/CHANGELOG.md b/stable/watchyourlan/8.6.0/CHANGELOG.md
deleted file mode 100644
index c2176265471..00000000000
--- a/stable/watchyourlan/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [watchyourlan-8.6.0](https://github.com/truecharts/charts/compare/watchyourlan-8.5.2...watchyourlan-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [watchyourlan-8.5.2](https://github.com/truecharts/charts/compare/watchyourlan-8.5.1...watchyourlan-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [watchyourlan-8.5.1](https://github.com/truecharts/charts/compare/watchyourlan-8.5.0...watchyourlan-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [watchyourlan-8.5.0](https://github.com/truecharts/charts/compare/watchyourlan-8.4.1...watchyourlan-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [watchyourlan-8.4.1](https://github.com/truecharts/charts/compare/watchyourlan-8.4.0...watchyourlan-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [watchyourlan-8.4.0](https://github.com/truecharts/charts/compare/watchyourlan-8.3.0...watchyourlan-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [watchyourlan-8.3.0](https://github.com/truecharts/charts/compare/watchyourlan-8.2.3...watchyourlan-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [watchyourlan-8.2.3](https://github.com/truecharts/charts/compare/watchyourlan-8.2.2...watchyourlan-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [watchyourlan-8.2.2](https://github.com/truecharts/charts/compare/watchyourlan-8.2.0...watchyourlan-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/watchyourlan/8.6.0/Chart.yaml b/stable/watchyourlan/8.6.0/Chart.yaml
deleted file mode 100644
index aa66cb8ddb8..00000000000
--- a/stable/watchyourlan/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.6
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Lightweight network IP scanner with web GUI
-home: https://truecharts.org/charts/stable/watchyourlan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png
-keywords:
- - network
- - monitor
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: watchyourlan
-sources:
- - https://github.com/aceberg/WatchYourLAN
- - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan
- - https://hub.docker.com/r/aceberg/watchyourlan
-type: application
-version: 8.6.0
diff --git a/stable/watchyourlan/8.6.0/charts/common-20.1.5.tgz b/stable/watchyourlan/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/watchyourlan/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wekan/14.15.0/.helmignore b/stable/watchyourlan/8.7.3/.helmignore
similarity index 100%
rename from stable/wekan/14.15.0/.helmignore
rename to stable/watchyourlan/8.7.3/.helmignore
diff --git a/stable/watchyourlan/8.7.3/CHANGELOG.md b/stable/watchyourlan/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..5b52751d950
--- /dev/null
+++ b/stable/watchyourlan/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [watchyourlan-8.7.2](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/watchyourlan/8.7.3/Chart.yaml b/stable/watchyourlan/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..c9462394303
--- /dev/null
+++ b/stable/watchyourlan/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.6
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Lightweight network IP scanner with web GUI
+home: https://truecharts.org/charts/stable/watchyourlan
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png
+keywords:
+ - network
+ - monitor
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: watchyourlan
+sources:
+ - https://github.com/aceberg/WatchYourLAN
+ - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan
+ - https://hub.docker.com/r/aceberg/watchyourlan
+type: application
+version: 8.7.3
diff --git a/stable/watchyourlan/8.6.0/README.md b/stable/watchyourlan/8.7.3/README.md
similarity index 100%
rename from stable/watchyourlan/8.6.0/README.md
rename to stable/watchyourlan/8.7.3/README.md
diff --git a/stable/watchyourlan/8.7.3/app-changelog.md b/stable/watchyourlan/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..9c28b1a74a8
--- /dev/null
+++ b/stable/watchyourlan/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [watchyourlan-8.7.3](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/watchyourlan/8.6.0/app-readme.md b/stable/watchyourlan/8.7.3/app-readme.md
similarity index 100%
rename from stable/watchyourlan/8.6.0/app-readme.md
rename to stable/watchyourlan/8.7.3/app-readme.md
diff --git a/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz b/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/watchyourlan/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/watchyourlan/8.6.0/ix_values.yaml b/stable/watchyourlan/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/watchyourlan/8.6.0/ix_values.yaml
rename to stable/watchyourlan/8.7.3/ix_values.yaml
diff --git a/stable/watchyourlan/8.6.0/questions.yaml b/stable/watchyourlan/8.7.3/questions.yaml
similarity index 100%
rename from stable/watchyourlan/8.6.0/questions.yaml
rename to stable/watchyourlan/8.7.3/questions.yaml
diff --git a/stable/website-shot/10.6.0/templates/NOTES.txt b/stable/watchyourlan/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/website-shot/10.6.0/templates/NOTES.txt
rename to stable/watchyourlan/8.7.3/templates/NOTES.txt
diff --git a/stable/website-shot/10.6.0/templates/common.yaml b/stable/watchyourlan/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/website-shot/10.6.0/templates/common.yaml
rename to stable/watchyourlan/8.7.3/templates/common.yaml
diff --git a/stable/wekan/14.15.0/values.yaml b/stable/watchyourlan/8.7.3/values.yaml
similarity index 100%
rename from stable/wekan/14.15.0/values.yaml
rename to stable/watchyourlan/8.7.3/values.yaml
diff --git a/stable/webgrabplus/9.7.0/CHANGELOG.md b/stable/webgrabplus/9.7.0/CHANGELOG.md
deleted file mode 100644
index 96ef93fab55..00000000000
--- a/stable/webgrabplus/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/webgrabplus/9.7.0/Chart.yaml b/stable/webgrabplus/9.7.0/Chart.yaml
deleted file mode 100644
index 60c204f785d..00000000000
--- a/stable/webgrabplus/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.1.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Webgrabplus is a multi-site incremental xmltv epg grabber.
-home: https://truecharts.org/charts/stable/webgrabplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png
-keywords:
- - webgrabplus
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: webgrabplus
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus
- - https://ghcr.io/linuxserver/webgrabplus
-type: application
-version: 9.7.0
diff --git a/stable/webgrabplus/9.7.0/app-changelog.md b/stable/webgrabplus/9.7.0/app-changelog.md
deleted file mode 100644
index 49a9e7c03d3..00000000000
--- a/stable/webgrabplus/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [webgrabplus-9.7.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webgrabplus/9.7.0/charts/common-20.2.0.tgz b/stable/webgrabplus/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/webgrabplus/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/webgrabplus/9.7.0/ix_values.yaml b/stable/webgrabplus/9.7.0/ix_values.yaml
deleted file mode 100644
index ccfe03dc1db..00000000000
--- a/stable/webgrabplus/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-image:
- repository: ghcr.io/linuxserver/webgrabplus
- pullPolicy: IfNotPresent
- tag: 5.1.4@sha256:e4aef47daed43ad00dcdad58b1f7b3db7bd1381d1afd4afffa1a495785c1f506
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-persistence:
- varrun:
- enabled: true
- config:
- enabled: true
- mountPath: "/config"
- data:
- enabled: true
- mountPath: "/data"
-portal:
- open:
- enabled: false
-securityContext:
- container:
- runAsNonRoot: false
- readOnlyRootFilesystem: false
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
diff --git a/stable/wg-easy/12.0.0/.helmignore b/stable/webgrabplus/9.7.4/.helmignore
similarity index 100%
rename from stable/wg-easy/12.0.0/.helmignore
rename to stable/webgrabplus/9.7.4/.helmignore
diff --git a/stable/webgrabplus/9.7.4/CHANGELOG.md b/stable/webgrabplus/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..835214f9118
--- /dev/null
+++ b/stable/webgrabplus/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [webgrabplus-9.7.4](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webgrabplus-9.7.3](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webgrabplus-9.7.3](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webgrabplus-9.7.3](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webgrabplus-9.7.3](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webgrabplus-9.7.3](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webgrabplus/9.7.4/Chart.yaml b/stable/webgrabplus/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..a08a3175657
--- /dev/null
+++ b/stable/webgrabplus/9.7.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.1.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Webgrabplus is a multi-site incremental xmltv epg grabber.
+home: https://truecharts.org/charts/stable/webgrabplus
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png
+keywords:
+ - webgrabplus
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: webgrabplus
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus
+ - https://ghcr.io/linuxserver/webgrabplus
+type: application
+version: 9.7.4
diff --git a/stable/webgrabplus/9.7.0/README.md b/stable/webgrabplus/9.7.4/README.md
similarity index 100%
rename from stable/webgrabplus/9.7.0/README.md
rename to stable/webgrabplus/9.7.4/README.md
diff --git a/stable/webgrabplus/9.7.4/app-changelog.md b/stable/webgrabplus/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..1aa03508f0c
--- /dev/null
+++ b/stable/webgrabplus/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [webgrabplus-9.7.4](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@60509af](https://github.com/60509af) by renovate ([#19586](https://github.com/truecharts/charts/issues/19586))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webgrabplus/9.7.0/app-readme.md b/stable/webgrabplus/9.7.4/app-readme.md
similarity index 100%
rename from stable/webgrabplus/9.7.0/app-readme.md
rename to stable/webgrabplus/9.7.4/app-readme.md
diff --git a/stable/webgrabplus/9.7.4/charts/common-20.2.4.tgz b/stable/webgrabplus/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/webgrabplus/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/webgrabplus/9.7.4/ix_values.yaml b/stable/webgrabplus/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..b1ccb0a3454
--- /dev/null
+++ b/stable/webgrabplus/9.7.4/ix_values.yaml
@@ -0,0 +1,40 @@
+image:
+ repository: ghcr.io/linuxserver/webgrabplus
+ pullPolicy: IfNotPresent
+ tag: 5.1.4@sha256:60509af8fa390f5dcb5bc94e2337d2053cfcf107eeceea10a069240dfcd3a21c
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+persistence:
+ varrun:
+ enabled: true
+ config:
+ enabled: true
+ mountPath: "/config"
+ data:
+ enabled: true
+ mountPath: "/data"
+portal:
+ open:
+ enabled: false
+securityContext:
+ container:
+ runAsNonRoot: false
+ readOnlyRootFilesystem: false
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: false
+ readiness:
+ enabled: false
+ startup:
+ enabled: false
diff --git a/stable/webgrabplus/9.7.0/questions.yaml b/stable/webgrabplus/9.7.4/questions.yaml
similarity index 100%
rename from stable/webgrabplus/9.7.0/questions.yaml
rename to stable/webgrabplus/9.7.4/questions.yaml
diff --git a/stable/webtop/9.7.17/templates/NOTES.txt b/stable/webgrabplus/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/webtop/9.7.17/templates/NOTES.txt
rename to stable/webgrabplus/9.7.4/templates/NOTES.txt
diff --git a/stable/wekan/14.15.0/templates/common.yaml b/stable/webgrabplus/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/wekan/14.15.0/templates/common.yaml
rename to stable/webgrabplus/9.7.4/templates/common.yaml
diff --git a/stable/wg-easy/12.0.0/values.yaml b/stable/webgrabplus/9.7.4/values.yaml
similarity index 100%
rename from stable/wg-easy/12.0.0/values.yaml
rename to stable/webgrabplus/9.7.4/values.yaml
diff --git a/stable/weblate/13.7.0/CHANGELOG.md b/stable/weblate/13.7.0/CHANGELOG.md
deleted file mode 100644
index cb6d29c2b9e..00000000000
--- a/stable/weblate/13.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
diff --git a/stable/weblate/13.7.0/Chart.yaml b/stable/weblate/13.7.0/Chart.yaml
deleted file mode 100644
index 82765be0771..00000000000
--- a/stable/weblate/13.7.0/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.16.4
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: redis
- version: 13.0.5
- repository: oci://tccr.io/truecharts
- condition: redis.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Weblate is a copylefted libre software web-based continuous localization system
-home: https://truecharts.org/charts/stable/weblate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png
-keywords:
- - translate
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: weblate
-sources:
- - https://github.com/WeblateOrg/docker-compose
- - https://docs.weblate.org/en/latest/
- - https://github.com/WeblateOrg/weblate
- - https://github.com/WeblateOrg/docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/weblate
- - https://hub.docker.com/r/weblate/weblate
-type: application
-version: 13.7.0
diff --git a/stable/weblate/13.7.0/app-changelog.md b/stable/weblate/13.7.0/app-changelog.md
deleted file mode 100644
index 9495f7de3c0..00000000000
--- a/stable/weblate/13.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [weblate-13.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/weblate/13.7.0/charts/common-20.2.0.tgz b/stable/weblate/13.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/weblate/13.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/weblate/13.7.0/charts/redis-13.0.5.tgz b/stable/weblate/13.7.0/charts/redis-13.0.5.tgz
deleted file mode 100644
index 0a7cbf06506..00000000000
Binary files a/stable/weblate/13.7.0/charts/redis-13.0.5.tgz and /dev/null differ
diff --git a/stable/weblate/13.7.0/questions.yaml b/stable/weblate/13.7.0/questions.yaml
deleted file mode 100755
index 02605b6365c..00000000000
--- a/stable/weblate/13.7.0/questions.yaml
+++ /dev/null
@@ -1,4459 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: weblate
- group: "App Configuration"
- label: "Weblate Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: general
- label: "General Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: WEBLATE_SITE_DOMAIN
- label: "WEBLATE_SITE_DOMAIN"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- required: true
- default: ""
- - variable: WEBLATE_SITE_TITLE
- label: "WEBLATE_SITE_TITLE (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_ADMIN_NAME
- label: "WEBLATE_ADMIN_NAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_ADMIN_EMAIL
- label: "WEBLATE_ADMIN_EMAIL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_ADMIN_PASSWORD
- label: "WEBLATE_ADMIN_PASSWORD (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_ENABLE_HTTPS
- label: "WEBLATE_ENABLE_HTTPS"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_IP_PROXY_HEADER
- label: "WEBLATE_IP_PROXY_HEADER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SECURE_PROXY_SSL_HEADER
- label: "WEBLATE_SECURE_PROXY_SSL_HEADER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTO_UPDATE
- label: "WEBLATE_AUTO_UPDATE (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "none"
- - value: "remote"
- description: "remote"
- - value: "full"
- description: "full"
- - variable: WEBLATE_SERVER_EMAIL
- label: "WEBLATE_SERVER_EMAIL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DEFAULT_FROM_EMAIL
- label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CONTACT_FORM
- label: "WEBLATE_CONTACT_FORM (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: "Default"
- - value: "reply-to"
- description: "reply-to"
- - value: "from"
- description: "from"
- - variable: WEBLATE_ALLOWED_HOSTS
- label: "WEBLATE_ALLOWED_HOSTS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_REGISTRATION_OPEN
- label: "WEBLATE_REGISTRATION_OPEN"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_REGISTRATION_ALLOW_BACKENDS
- label: "WEBLATE_REGISTRATION_ALLOW_BACKENDS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_REQUIRE_LOGIN
- label: "WEBLATE_REQUIRE_LOGIN"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS
- label: "WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS
- label: "WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS
- label: "WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_GOOGLE_ANALYTICS_ID
- label: "WEBLATE_GOOGLE_ANALYTICS_ID (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_GITHUB_USERNAME
- label: "WEBLATE_GITHUB_USERNAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_GITHUB_TOKEN
- label: "WEBLATE_GITHUB_TOKEN (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_GITLAB_USERNAME
- label: "WEBLATE_GITLAB_USERNAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_GITLAB_TOKEN
- label: "WEBLATE_GITLAB_TOKEN (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_PAGURE_USERNAME
- label: "WEBLATE_PAGURE_USERNAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_PAGURE_TOKEN
- label: "WEBLATE_PAGURE_TOKEN (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SIMPLIFY_LANGUAGES
- label: "WEBLATE_SIMPLIFY_LANGUAGES"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_DEFAULT_ACCESS_CONTROL
- label: "WEBLATE_DEFAULT_ACCESS_CONTROL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DEFAULT_RESTRICTED_COMPONENT
- label: "WEBLATE_DEFAULT_RESTRICTED_COMPONENT"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_DEFAULT_TRANSLATION_PROPAGATION
- label: "WEBLATE_DEFAULT_TRANSLATION_PROPAGATION"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_DEFAULT_COMMITER_EMAIL
- label: "WEBLATE_DEFAULT_COMMITER_EMAIL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DEFAULT_COMMITER_NAME
- label: "WEBLATE_DEFAULT_COMMITER_NAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DEFAULT_SHARED_TM
- label: "WEBLATE_DEFAULT_SHARED_TM"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_AKISMET_API_KEY
- label: "WEBLATE_AKISMET_API_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_GPG_IDENTITY
- label: "WEBLATE_GPG_IDENTITY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_URL_PREFIX
- label: "WEBLATE_URL_PREFIX (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SILENCED_SYSTEM_CHECKS
- label: "WEBLATE_SILENCED_SYSTEM_CHECKS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CSP_SCRIPT_SRC
- label: "WEBLATE_CSP_SCRIPT_SRC (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CSP_IMG_SRC
- label: "WEBLATE_CSP_IMG_SRC (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CSP_CONNECT_SRC
- label: "WEBLATE_CSP_CONNECT_SRC (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CSP_STYLE_SRC
- label: "WEBLATE_CSP_STYLE_SRC (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_CSP_FONT_SRC
- label: "WEBLATE_CSP_FONT_SRC (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_LICENSE_FILTER
- label: "WEBLATE_LICENSE_FILTER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_LICENSE_REQUIRED
- label: "WEBLATE_LICENSE_REQUIRED"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_WEBSITE_REQUIRED
- label: "WEBLATE_WEBSITE_REQUIRED"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_HIDE_VERSION
- label: "WEBLATE_HIDE_VERSION"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_BASIC_LANGUAGES
- label: "WEBLATE_BASIC_LANGUAGES (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DEFAULT_AUTO_WATCH
- label: "WEBLATE_DEFAULT_AUTO_WATCH"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_RATELIMIT_ATTEMPTS
- label: "WEBLATE_RATELIMIT_ATTEMPTS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_RATELIMIT_LOCKOUT
- label: "WEBLATE_RATELIMIT_LOCKOUT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_RATELIMIT_WINDOW
- label: "WEBLATE_RATELIMIT_WINDOW (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_ENABLE_AVATARS
- label: "WEBLATE_ENABLE_AVATARS"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH
- label: "WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: true
- - variable: WEBLATE_SSH_EXTRA_ARGS
- label: "WEBLATE_SSH_EXTRA_ARGS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_BORG_EXTRA_ARGS
- label: "WEBLATE_BORG_EXTRA_ARGS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_DATABASE_BACKUP
- label: "WEBLATE_DATABASE_BACKUP (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: "plain"
- enum:
- - value: "plain"
- description: "plain"
- - value: "compressed"
- description: "compressed"
- - value: "none"
- description: "none"
- - variable: WEBLATE_DEBUG
- label: "WEBLATE_DEBUG"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_LOGLEVEL
- label: "WEBLATE_LOGLEVEL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: machinetranslate
- label: "Machine Translation Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Machine Translation Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_MT_APERTIUM_APY
- label: "WEBLATE_MT_APERTIUM_APY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_AWS_REGION
- label: "WEBLATE_MT_AWS_REGION (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_AWS_ACCESS_KEY_ID
- label: "WEBLATE_MT_AWS_ACCESS_KEY_ID (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_AWS_SECRET_ACCESS_KEY
- label: "WEBLATE_MT_AWS_SECRET_ACCESS_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_DEEPL_KEY
- label: "WEBLATE_MT_DEEPL_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_DEEPL_API_URL
- label: "WEBLATE_MT_DEEPL_API_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_LIBRETRANSLATE_KEY
- label: "WEBLATE_MT_LIBRETRANSLATE_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_LIBRETRANSLATE_API_URL
- label: "WEBLATE_MT_LIBRETRANSLATE_API_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_GOOGLE_KEY
- label: "WEBLATE_MT_GOOGLE_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_GOOGLE_CREDENTIALS
- label: "WEBLATE_MT_GOOGLE_CREDENTIALS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_GOOGLE_PROJECT
- label: "WEBLATE_MT_GOOGLE_PROJECT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_GOOGLE_LOCATION
- label: "WEBLATE_MT_GOOGLE_LOCATION (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_MICROSOFT_COGNITIVE_KEY
- label: "WEBLATE_MT_MICROSOFT_COGNITIVE_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_MICROSOFT_ENDPOINT_URL
- label: "WEBLATE_MT_MICROSOFT_ENDPOINT_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_MICROSOFT_REGION
- label: "WEBLATE_MT_MICROSOFT_REGION (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_MICROSOFT_BASE_URL
- label: "WEBLATE_MT_MICROSOFT_BASE_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_MODERNMT_KEY
- label: "WEBLATE_MT_MODERNMT_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_MYMEMORY_ENABLED
- label: "WEBLATE_MT_MYMEMORY_ENABLED"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_MT_GLOSBE_ENABLED
- label: "WEBLATE_MT_GLOSBE_ENABLED"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED
- label: "WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_MT_SAP_BASE_URL
- label: "WEBLATE_MT_SAP_BASE_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_SAP_SANDBOX_APIKEY
- label: "WEBLATE_MT_SAP_SANDBOX_APIKEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_SAP_USERNAME
- label: "WEBLATE_MT_SAP_USERNAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_MT_SAP_PASSWORD
- label: "WEBLATE_MT_SAP_PASSWORD (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_MT_SAP_USE_MT
- label: "WEBLATE_MT_SAP_USE_MT"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: auth
- label: "Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ldap
- label: "LDAP Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show LDAP Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_AUTH_LDAP_SERVER_URI
- label: "WEBLATE_AUTH_LDAP_SERVER_URI (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE
- label: "WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_USER_ATTR_MAP
- label: "WEBLATE_AUTH_LDAP_USER_ATTR_MAP (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_BIND_DN
- label: "WEBLATE_AUTH_LDAP_BIND_DN (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_BIND_PASSWORD
- label: "WEBLATE_AUTH_LDAP_BIND_PASSWORD (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS
- label: "WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_AUTH_LDAP_USER_SEARCH
- label: "WEBLATE_AUTH_LDAP_USER_SEARCH (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER
- label: "WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION
- label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER
- label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: github
- label: "Github Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Github Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_KEY
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_SECRET
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID
- label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: bitbucket
- label: "Bitbucket Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Bitbucket Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY
- label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET
- label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: facebook
- label: "Facebook Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Facebook Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY
- label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET
- label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: google
- label: "Google Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Google Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
- label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
- label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS
- label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS
- label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: gitlab
- label: "Gitlab Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Gitlab Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_GITLAB_KEY
- label: "WEBLATE_SOCIAL_AUTH_GITLAB_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITLAB_SECRET
- label: "WEBLATE_SOCIAL_AUTH_GITLAB_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_GITLAB_API_URL
- label: "WEBLATE_SOCIAL_AUTH_GITLAB_API_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "Azure AD Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Azure AD Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY
- label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET
- label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: azuretenant
- label: "Azure AD with Tenant Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Azure AD with Tenant Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY
- label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET
- label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID
- label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: keycloak
- label: "Keycloak Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Keycloak Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL
- label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: linux
- label: "Linux Vendors Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Linux Vendors Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_FEDORA
- label: "WEBLATE_SOCIAL_AUTH_FEDORA"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_SOCIAL_AUTH_OPENSUSE
- label: "WEBLATE_SOCIAL_AUTH_OPENSUSE"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_SOCIAL_AUTH_UBUNTU
- label: "WEBLATE_SOCIAL_AUTH_UBUNTU"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: slack
- label: "Slack Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Slack Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SOCIAL_AUTH_SLACK_KEY
- label: "WEBLATE_SOCIAL_AUTH_SLACK_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: SOCIAL_AUTH_SLACK_SECRET
- label: "SOCIAL_AUTH_SLACK_SECRET (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: saml
- label: "SAML Authentication Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show SAML Authentication Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_SAML_IDP_ENTITY_ID
- label: "WEBLATE_SAML_IDP_ENTITY_ID (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_SAML_IDP_URL
- label: "WEBLATE_SAML_IDP_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_SAML_IDP_X509CERT
- label: "WEBLATE_SAML_IDP_X509CERT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: email
- label: "Email Server Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Email Server Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_EMAIL_HOST
- label: "WEBLATE_EMAIL_HOST (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_EMAIL_PORT
- label: "WEBLATE_EMAIL_PORT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_EMAIL_HOST_USER
- label: "WEBLATE_EMAIL_HOST_USER (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_EMAIL_HOST_PASSWORD
- label: "WEBLATE_EMAIL_HOST_PASSWORD (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: WEBLATE_EMAIL_USE_SSL
- label: "WEBLATE_EMAIL_USE_SSL"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_EMAIL_USE_TLS
- label: "WEBLATE_EMAIL_USE_TLS"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: boolean
- default: false
- - variable: WEBLATE_EMAIL_BACKEND
- label: "WEBLATE_EMAIL_BACKEND (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: siteintegration
- label: "Site Integration Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Site Integration Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_GET_HELP_URL
- label: "WEBLATE_GET_HELP_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_STATUS_URL
- label: "WEBLATE_STATUS_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_LEGAL_URL
- label: "WEBLATE_LEGAL_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_PRIVACY_URL
- label: "WEBLATE_PRIVACY_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: errorreporting
- label: "Error Reporting Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Error Reporting Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: ROLLBAR_KEY
- label: "ROLLBAR_KEY (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- private: true
- default: ""
- - variable: ROLLBAR_ENVIRONMENT
- label: "ROLLBAR_ENVIRONMENT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: SENTRY_DSN
- label: "SENTRY_DSN (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: SENTRY_ENVIRONMENT
- label: "SENTRY_ENVIRONMENT (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: localization
- label: "Localization CDN Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "Show Localization CDN Settings"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: WEBLATE_LOCALIZE_CDN_URL
- label: "WEBLATE_LOCALIZE_CDN_URL (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: WEBLATE_LOCALIZE_CDN_PATH
- label: "WEBLATE_LOCALIZE_CDN_PATH (Leave empty for default)"
- description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
- schema:
- type: string
- default: ""
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10158
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 1000
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 1000
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/whisparr/9.7.0/.helmignore b/stable/weblate/13.8.2/.helmignore
similarity index 100%
rename from stable/whisparr/9.7.0/.helmignore
rename to stable/weblate/13.8.2/.helmignore
diff --git a/stable/weblate/13.8.2/CHANGELOG.md b/stable/weblate/13.8.2/CHANGELOG.md
new file mode 100644
index 00000000000..76ab2199ad6
--- /dev/null
+++ b/stable/weblate/13.8.2/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [weblate-13.8.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [weblate-13.8.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [weblate-13.8.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [weblate-13.8.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.1) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
+
+
+## [weblate-13.8.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.1) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/stable/weblate/13.8.2/Chart.yaml b/stable/weblate/13.8.2/Chart.yaml
new file mode 100644
index 00000000000..c7972aa6855
--- /dev/null
+++ b/stable/weblate/13.8.2/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.16.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: redis
+ version: 13.2.2
+ repository: oci://tccr.io/truecharts
+ condition: redis.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Weblate is a copylefted libre software web-based continuous localization system
+home: https://truecharts.org/charts/stable/weblate
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png
+keywords:
+ - translate
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: weblate
+sources:
+ - https://github.com/WeblateOrg/docker-compose
+ - https://docs.weblate.org/en/latest/
+ - https://github.com/WeblateOrg/weblate
+ - https://github.com/WeblateOrg/docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/weblate
+ - https://hub.docker.com/r/weblate/weblate
+type: application
+version: 13.8.2
diff --git a/stable/weblate/13.7.0/README.md b/stable/weblate/13.8.2/README.md
similarity index 100%
rename from stable/weblate/13.7.0/README.md
rename to stable/weblate/13.8.2/README.md
diff --git a/stable/weblate/13.8.2/app-changelog.md b/stable/weblate/13.8.2/app-changelog.md
new file mode 100644
index 00000000000..4bab903af66
--- /dev/null
+++ b/stable/weblate/13.8.2/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [weblate-13.8.2](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.8.2) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image redis to v13.2.2[@0ea5f1a](https://github.com/0ea5f1a) by renovate ([#19365](https://github.com/truecharts/charts/issues/19365))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
\ No newline at end of file
diff --git a/stable/weblate/13.7.0/app-readme.md b/stable/weblate/13.8.2/app-readme.md
similarity index 100%
rename from stable/weblate/13.7.0/app-readme.md
rename to stable/weblate/13.8.2/app-readme.md
diff --git a/stable/weblate/13.8.2/charts/common-20.2.4.tgz b/stable/weblate/13.8.2/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/weblate/13.8.2/charts/common-20.2.4.tgz differ
diff --git a/stable/weblate/13.8.2/charts/redis-13.2.2.tgz b/stable/weblate/13.8.2/charts/redis-13.2.2.tgz
new file mode 100644
index 00000000000..b1f293a7d28
Binary files /dev/null and b/stable/weblate/13.8.2/charts/redis-13.2.2.tgz differ
diff --git a/stable/weblate/13.7.0/ix_values.yaml b/stable/weblate/13.8.2/ix_values.yaml
similarity index 100%
rename from stable/weblate/13.7.0/ix_values.yaml
rename to stable/weblate/13.8.2/ix_values.yaml
diff --git a/stable/weblate/13.8.2/questions.yaml b/stable/weblate/13.8.2/questions.yaml
new file mode 100755
index 00000000000..b294fd0738e
--- /dev/null
+++ b/stable/weblate/13.8.2/questions.yaml
@@ -0,0 +1,4461 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: weblate
+ group: "App Configuration"
+ label: "Weblate Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: general
+ label: "General Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: WEBLATE_SITE_DOMAIN
+ label: "WEBLATE_SITE_DOMAIN"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: WEBLATE_SITE_TITLE
+ label: "WEBLATE_SITE_TITLE (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_ADMIN_NAME
+ label: "WEBLATE_ADMIN_NAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_ADMIN_EMAIL
+ label: "WEBLATE_ADMIN_EMAIL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_ADMIN_PASSWORD
+ label: "WEBLATE_ADMIN_PASSWORD (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_ENABLE_HTTPS
+ label: "WEBLATE_ENABLE_HTTPS"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_IP_PROXY_HEADER
+ label: "WEBLATE_IP_PROXY_HEADER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SECURE_PROXY_SSL_HEADER
+ label: "WEBLATE_SECURE_PROXY_SSL_HEADER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTO_UPDATE
+ label: "WEBLATE_AUTO_UPDATE (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "none"
+ - value: "remote"
+ description: "remote"
+ - value: "full"
+ description: "full"
+ - variable: WEBLATE_SERVER_EMAIL
+ label: "WEBLATE_SERVER_EMAIL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DEFAULT_FROM_EMAIL
+ label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CONTACT_FORM
+ label: "WEBLATE_CONTACT_FORM (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: "Default"
+ - value: "reply-to"
+ description: "reply-to"
+ - value: "from"
+ description: "from"
+ - variable: WEBLATE_ALLOWED_HOSTS
+ label: "WEBLATE_ALLOWED_HOSTS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_REGISTRATION_OPEN
+ label: "WEBLATE_REGISTRATION_OPEN"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_REGISTRATION_ALLOW_BACKENDS
+ label: "WEBLATE_REGISTRATION_ALLOW_BACKENDS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_REQUIRE_LOGIN
+ label: "WEBLATE_REQUIRE_LOGIN"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS
+ label: "WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS
+ label: "WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS
+ label: "WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_GOOGLE_ANALYTICS_ID
+ label: "WEBLATE_GOOGLE_ANALYTICS_ID (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_GITHUB_USERNAME
+ label: "WEBLATE_GITHUB_USERNAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_GITHUB_TOKEN
+ label: "WEBLATE_GITHUB_TOKEN (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_GITLAB_USERNAME
+ label: "WEBLATE_GITLAB_USERNAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_GITLAB_TOKEN
+ label: "WEBLATE_GITLAB_TOKEN (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_PAGURE_USERNAME
+ label: "WEBLATE_PAGURE_USERNAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_PAGURE_TOKEN
+ label: "WEBLATE_PAGURE_TOKEN (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SIMPLIFY_LANGUAGES
+ label: "WEBLATE_SIMPLIFY_LANGUAGES"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_DEFAULT_ACCESS_CONTROL
+ label: "WEBLATE_DEFAULT_ACCESS_CONTROL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DEFAULT_RESTRICTED_COMPONENT
+ label: "WEBLATE_DEFAULT_RESTRICTED_COMPONENT"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_DEFAULT_TRANSLATION_PROPAGATION
+ label: "WEBLATE_DEFAULT_TRANSLATION_PROPAGATION"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_DEFAULT_COMMITER_EMAIL
+ label: "WEBLATE_DEFAULT_COMMITER_EMAIL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DEFAULT_COMMITER_NAME
+ label: "WEBLATE_DEFAULT_COMMITER_NAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DEFAULT_SHARED_TM
+ label: "WEBLATE_DEFAULT_SHARED_TM"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_AKISMET_API_KEY
+ label: "WEBLATE_AKISMET_API_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_GPG_IDENTITY
+ label: "WEBLATE_GPG_IDENTITY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_URL_PREFIX
+ label: "WEBLATE_URL_PREFIX (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SILENCED_SYSTEM_CHECKS
+ label: "WEBLATE_SILENCED_SYSTEM_CHECKS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CSP_SCRIPT_SRC
+ label: "WEBLATE_CSP_SCRIPT_SRC (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CSP_IMG_SRC
+ label: "WEBLATE_CSP_IMG_SRC (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CSP_CONNECT_SRC
+ label: "WEBLATE_CSP_CONNECT_SRC (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CSP_STYLE_SRC
+ label: "WEBLATE_CSP_STYLE_SRC (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_CSP_FONT_SRC
+ label: "WEBLATE_CSP_FONT_SRC (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_LICENSE_FILTER
+ label: "WEBLATE_LICENSE_FILTER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_LICENSE_REQUIRED
+ label: "WEBLATE_LICENSE_REQUIRED"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_WEBSITE_REQUIRED
+ label: "WEBLATE_WEBSITE_REQUIRED"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_HIDE_VERSION
+ label: "WEBLATE_HIDE_VERSION"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_BASIC_LANGUAGES
+ label: "WEBLATE_BASIC_LANGUAGES (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DEFAULT_AUTO_WATCH
+ label: "WEBLATE_DEFAULT_AUTO_WATCH"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_RATELIMIT_ATTEMPTS
+ label: "WEBLATE_RATELIMIT_ATTEMPTS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_RATELIMIT_LOCKOUT
+ label: "WEBLATE_RATELIMIT_LOCKOUT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_RATELIMIT_WINDOW
+ label: "WEBLATE_RATELIMIT_WINDOW (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_ENABLE_AVATARS
+ label: "WEBLATE_ENABLE_AVATARS"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH
+ label: "WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: true
+ - variable: WEBLATE_SSH_EXTRA_ARGS
+ label: "WEBLATE_SSH_EXTRA_ARGS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_BORG_EXTRA_ARGS
+ label: "WEBLATE_BORG_EXTRA_ARGS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_DATABASE_BACKUP
+ label: "WEBLATE_DATABASE_BACKUP (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: "plain"
+ enum:
+ - value: "plain"
+ description: "plain"
+ - value: "compressed"
+ description: "compressed"
+ - value: "none"
+ description: "none"
+ - variable: WEBLATE_DEBUG
+ label: "WEBLATE_DEBUG"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_LOGLEVEL
+ label: "WEBLATE_LOGLEVEL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: machinetranslate
+ label: "Machine Translation Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Machine Translation Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_MT_APERTIUM_APY
+ label: "WEBLATE_MT_APERTIUM_APY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_AWS_REGION
+ label: "WEBLATE_MT_AWS_REGION (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_AWS_ACCESS_KEY_ID
+ label: "WEBLATE_MT_AWS_ACCESS_KEY_ID (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_AWS_SECRET_ACCESS_KEY
+ label: "WEBLATE_MT_AWS_SECRET_ACCESS_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_DEEPL_KEY
+ label: "WEBLATE_MT_DEEPL_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_DEEPL_API_URL
+ label: "WEBLATE_MT_DEEPL_API_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_LIBRETRANSLATE_KEY
+ label: "WEBLATE_MT_LIBRETRANSLATE_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_LIBRETRANSLATE_API_URL
+ label: "WEBLATE_MT_LIBRETRANSLATE_API_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_GOOGLE_KEY
+ label: "WEBLATE_MT_GOOGLE_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_GOOGLE_CREDENTIALS
+ label: "WEBLATE_MT_GOOGLE_CREDENTIALS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_GOOGLE_PROJECT
+ label: "WEBLATE_MT_GOOGLE_PROJECT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_GOOGLE_LOCATION
+ label: "WEBLATE_MT_GOOGLE_LOCATION (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_MICROSOFT_COGNITIVE_KEY
+ label: "WEBLATE_MT_MICROSOFT_COGNITIVE_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_MICROSOFT_ENDPOINT_URL
+ label: "WEBLATE_MT_MICROSOFT_ENDPOINT_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_MICROSOFT_REGION
+ label: "WEBLATE_MT_MICROSOFT_REGION (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_MICROSOFT_BASE_URL
+ label: "WEBLATE_MT_MICROSOFT_BASE_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_MODERNMT_KEY
+ label: "WEBLATE_MT_MODERNMT_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_MYMEMORY_ENABLED
+ label: "WEBLATE_MT_MYMEMORY_ENABLED"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_MT_GLOSBE_ENABLED
+ label: "WEBLATE_MT_GLOSBE_ENABLED"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED
+ label: "WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_MT_SAP_BASE_URL
+ label: "WEBLATE_MT_SAP_BASE_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_SAP_SANDBOX_APIKEY
+ label: "WEBLATE_MT_SAP_SANDBOX_APIKEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_SAP_USERNAME
+ label: "WEBLATE_MT_SAP_USERNAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_MT_SAP_PASSWORD
+ label: "WEBLATE_MT_SAP_PASSWORD (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_MT_SAP_USE_MT
+ label: "WEBLATE_MT_SAP_USE_MT"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: auth
+ label: "Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ldap
+ label: "LDAP Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show LDAP Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_AUTH_LDAP_SERVER_URI
+ label: "WEBLATE_AUTH_LDAP_SERVER_URI (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE
+ label: "WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_USER_ATTR_MAP
+ label: "WEBLATE_AUTH_LDAP_USER_ATTR_MAP (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_BIND_DN
+ label: "WEBLATE_AUTH_LDAP_BIND_DN (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_BIND_PASSWORD
+ label: "WEBLATE_AUTH_LDAP_BIND_PASSWORD (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS
+ label: "WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_AUTH_LDAP_USER_SEARCH
+ label: "WEBLATE_AUTH_LDAP_USER_SEARCH (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER
+ label: "WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION
+ label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER
+ label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: github
+ label: "Github Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Github Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_KEY
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID
+ label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: bitbucket
+ label: "Bitbucket Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Bitbucket Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY
+ label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: facebook
+ label: "Facebook Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Facebook Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY
+ label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: google
+ label: "Google Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Google Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
+ label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS
+ label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS
+ label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: gitlab
+ label: "Gitlab Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Gitlab Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_GITLAB_KEY
+ label: "WEBLATE_SOCIAL_AUTH_GITLAB_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITLAB_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_GITLAB_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_GITLAB_API_URL
+ label: "WEBLATE_SOCIAL_AUTH_GITLAB_API_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "Azure AD Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Azure AD Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY
+ label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: azuretenant
+ label: "Azure AD with Tenant Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Azure AD with Tenant Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY
+ label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID
+ label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: keycloak
+ label: "Keycloak Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Keycloak Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL
+ label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: linux
+ label: "Linux Vendors Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Linux Vendors Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_FEDORA
+ label: "WEBLATE_SOCIAL_AUTH_FEDORA"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_SOCIAL_AUTH_OPENSUSE
+ label: "WEBLATE_SOCIAL_AUTH_OPENSUSE"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_SOCIAL_AUTH_UBUNTU
+ label: "WEBLATE_SOCIAL_AUTH_UBUNTU"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: slack
+ label: "Slack Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Slack Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SOCIAL_AUTH_SLACK_KEY
+ label: "WEBLATE_SOCIAL_AUTH_SLACK_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: SOCIAL_AUTH_SLACK_SECRET
+ label: "SOCIAL_AUTH_SLACK_SECRET (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: saml
+ label: "SAML Authentication Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show SAML Authentication Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_SAML_IDP_ENTITY_ID
+ label: "WEBLATE_SAML_IDP_ENTITY_ID (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_SAML_IDP_URL
+ label: "WEBLATE_SAML_IDP_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_SAML_IDP_X509CERT
+ label: "WEBLATE_SAML_IDP_X509CERT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: email
+ label: "Email Server Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Email Server Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_EMAIL_HOST
+ label: "WEBLATE_EMAIL_HOST (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_EMAIL_PORT
+ label: "WEBLATE_EMAIL_PORT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_EMAIL_HOST_USER
+ label: "WEBLATE_EMAIL_HOST_USER (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_EMAIL_HOST_PASSWORD
+ label: "WEBLATE_EMAIL_HOST_PASSWORD (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: WEBLATE_EMAIL_USE_SSL
+ label: "WEBLATE_EMAIL_USE_SSL"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_EMAIL_USE_TLS
+ label: "WEBLATE_EMAIL_USE_TLS"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: boolean
+ default: false
+ - variable: WEBLATE_EMAIL_BACKEND
+ label: "WEBLATE_EMAIL_BACKEND (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: siteintegration
+ label: "Site Integration Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Site Integration Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_GET_HELP_URL
+ label: "WEBLATE_GET_HELP_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_STATUS_URL
+ label: "WEBLATE_STATUS_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_LEGAL_URL
+ label: "WEBLATE_LEGAL_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_PRIVACY_URL
+ label: "WEBLATE_PRIVACY_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: errorreporting
+ label: "Error Reporting Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Error Reporting Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: ROLLBAR_KEY
+ label: "ROLLBAR_KEY (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: ROLLBAR_ENVIRONMENT
+ label: "ROLLBAR_ENVIRONMENT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: SENTRY_DSN
+ label: "SENTRY_DSN (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: SENTRY_ENVIRONMENT
+ label: "SENTRY_ENVIRONMENT (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: localization
+ label: "Localization CDN Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "Show Localization CDN Settings"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: WEBLATE_LOCALIZE_CDN_URL
+ label: "WEBLATE_LOCALIZE_CDN_URL (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: WEBLATE_LOCALIZE_CDN_PATH
+ label: "WEBLATE_LOCALIZE_CDN_PATH (Leave empty for default)"
+ description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"
+ schema:
+ type: string
+ default: ""
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10158
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 1000
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 1000
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/wekan/14.15.0/templates/NOTES.txt b/stable/weblate/13.8.2/templates/NOTES.txt
similarity index 100%
rename from stable/wekan/14.15.0/templates/NOTES.txt
rename to stable/weblate/13.8.2/templates/NOTES.txt
diff --git a/stable/weblate/13.7.0/templates/_configmap.tpl b/stable/weblate/13.8.2/templates/_configmap.tpl
similarity index 100%
rename from stable/weblate/13.7.0/templates/_configmap.tpl
rename to stable/weblate/13.8.2/templates/_configmap.tpl
diff --git a/stable/weblate/13.7.0/templates/common.yaml b/stable/weblate/13.8.2/templates/common.yaml
similarity index 100%
rename from stable/weblate/13.7.0/templates/common.yaml
rename to stable/weblate/13.8.2/templates/common.yaml
diff --git a/stable/whisparr/9.7.0/values.yaml b/stable/weblate/13.8.2/values.yaml
similarity index 100%
rename from stable/whisparr/9.7.0/values.yaml
rename to stable/weblate/13.8.2/values.yaml
diff --git a/stable/webnut/8.6.0/CHANGELOG.md b/stable/webnut/8.6.0/CHANGELOG.md
deleted file mode 100644
index 765fc250dda..00000000000
--- a/stable/webnut/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [webnut-8.6.0](https://github.com/truecharts/charts/compare/webnut-8.5.2...webnut-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [webnut-8.5.2](https://github.com/truecharts/charts/compare/webnut-8.5.1...webnut-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [webnut-8.5.1](https://github.com/truecharts/charts/compare/webnut-8.5.0...webnut-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [webnut-8.5.0](https://github.com/truecharts/charts/compare/webnut-8.4.1...webnut-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [webnut-8.4.1](https://github.com/truecharts/charts/compare/webnut-8.4.0...webnut-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [webnut-8.4.0](https://github.com/truecharts/charts/compare/webnut-8.3.0...webnut-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [webnut-8.3.0](https://github.com/truecharts/charts/compare/webnut-8.2.3...webnut-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [webnut-8.2.3](https://github.com/truecharts/charts/compare/webnut-8.2.2...webnut-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [webnut-8.2.2](https://github.com/truecharts/charts/compare/webnut-8.2.0...webnut-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/webnut/8.6.0/Chart.yaml b/stable/webnut/8.6.0/Chart.yaml
deleted file mode 100644
index 977ad115a14..00000000000
--- a/stable/webnut/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: monitoring
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: webNUT (UPS network monitoring web ui).
-home: https://truecharts.org/charts/stable/webnut
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png
-keywords:
- - webnut
- - ups
- - monitoring
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: webnut
-sources:
- - https://github.com/rshipp/webNUT
- - https://github.com/truecharts/charts/tree/master/charts/stable/webnut
- - https://hub.docker.com/r/edgd1er/webnut
-type: application
-version: 8.6.0
diff --git a/stable/webnut/8.6.0/charts/common-20.1.5.tgz b/stable/webnut/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/webnut/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/whisper-asr-webservice/4.6.0/.helmignore b/stable/webnut/8.7.3/.helmignore
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/.helmignore
rename to stable/webnut/8.7.3/.helmignore
diff --git a/stable/webnut/8.7.3/CHANGELOG.md b/stable/webnut/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..67a1abe4fe5
--- /dev/null
+++ b/stable/webnut/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webnut-8.7.2](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/webnut/8.7.3/Chart.yaml b/stable/webnut/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..b7fda3299f2
--- /dev/null
+++ b/stable/webnut/8.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: monitoring
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: webNUT (UPS network monitoring web ui).
+home: https://truecharts.org/charts/stable/webnut
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.png
+keywords:
+ - webnut
+ - ups
+ - monitoring
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: webnut
+sources:
+ - https://github.com/rshipp/webNUT
+ - https://github.com/truecharts/charts/tree/master/charts/stable/webnut
+ - https://hub.docker.com/r/edgd1er/webnut
+type: application
+version: 8.7.3
diff --git a/stable/webnut/8.6.0/README.md b/stable/webnut/8.7.3/README.md
similarity index 100%
rename from stable/webnut/8.6.0/README.md
rename to stable/webnut/8.7.3/README.md
diff --git a/stable/webnut/8.7.3/app-changelog.md b/stable/webnut/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..e4c86e6e1e8
--- /dev/null
+++ b/stable/webnut/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [webnut-8.7.3](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webnut/8.6.0/app-readme.md b/stable/webnut/8.7.3/app-readme.md
similarity index 100%
rename from stable/webnut/8.6.0/app-readme.md
rename to stable/webnut/8.7.3/app-readme.md
diff --git a/stable/webnut/8.7.3/charts/common-20.2.4.tgz b/stable/webnut/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/webnut/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/webnut/8.6.0/ix_values.yaml b/stable/webnut/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/webnut/8.6.0/ix_values.yaml
rename to stable/webnut/8.7.3/ix_values.yaml
diff --git a/stable/webnut/8.6.0/questions.yaml b/stable/webnut/8.7.3/questions.yaml
similarity index 100%
rename from stable/webnut/8.6.0/questions.yaml
rename to stable/webnut/8.7.3/questions.yaml
diff --git a/stable/wg-easy/12.0.0/templates/NOTES.txt b/stable/webnut/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/wg-easy/12.0.0/templates/NOTES.txt
rename to stable/webnut/8.7.3/templates/NOTES.txt
diff --git a/stable/wg-easy/12.0.0/templates/common.yaml b/stable/webnut/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/wg-easy/12.0.0/templates/common.yaml
rename to stable/webnut/8.7.3/templates/common.yaml
diff --git a/stable/whisper-asr-webservice/4.6.0/values.yaml b/stable/webnut/8.7.3/values.yaml
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/values.yaml
rename to stable/webnut/8.7.3/values.yaml
diff --git a/stable/webp-server/5.7.0/CHANGELOG.md b/stable/webp-server/5.7.0/CHANGELOG.md
deleted file mode 100644
index ca4c103ad64..00000000000
--- a/stable/webp-server/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/webp-server/5.7.0/Chart.yaml b/stable/webp-server/5.7.0/Chart.yaml
deleted file mode 100644
index edd99028e41..00000000000
--- a/stable/webp-server/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json.
-home: https://truecharts.org/charts/stable/webp-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png
-keywords:
- - webp-server
- - Cloud
- - Productivity
- - Tools-Utilities
- - MediaServer-Photos
- - Network-Web
- - Network-FTP
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: webp-server
-sources:
- - https://github.com/webp-sh/webp_server_go
- - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server
- - https://hub.docker.com/r/webpsh/webps
-type: application
-version: 5.7.0
diff --git a/stable/webp-server/5.7.0/app-changelog.md b/stable/webp-server/5.7.0/app-changelog.md
deleted file mode 100644
index e39796f2a2b..00000000000
--- a/stable/webp-server/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [webp-server-5.7.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webp-server/5.7.0/charts/common-20.2.0.tgz b/stable/webp-server/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/webp-server/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/webp-server/5.7.0/ix_values.yaml b/stable/webp-server/5.7.0/ix_values.yaml
deleted file mode 100644
index 5c81295b9ea..00000000000
--- a/stable/webp-server/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: webpsh/webps
- tag: latest@sha256:04f662f7861219bc90c46a2c3afc961d4fd585099dd8c8e91a86004541d1e274
-persistence:
- storagecache:
- enabled: true
- mountPath: /opt/exhaust
- storagepics:
- enabled: true
- mountPath: /opt/pics
- readOnly: true
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 3333
- protocol: tcp
- targetPort: 3333
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
- ENABLE_AVIF: "false"
- QUALITY: "80"
diff --git a/stable/whoogle/10.6.0/.helmignore b/stable/webp-server/5.7.4/.helmignore
similarity index 100%
rename from stable/whoogle/10.6.0/.helmignore
rename to stable/webp-server/5.7.4/.helmignore
diff --git a/stable/webp-server/5.7.4/CHANGELOG.md b/stable/webp-server/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..63f687b8f6f
--- /dev/null
+++ b/stable/webp-server/5.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webp-server-5.7.3](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webp-server-5.7.3](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webp-server-5.7.3](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webp-server-5.7.3](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [webp-server-5.7.3](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webp-server/5.7.4/Chart.yaml b/stable/webp-server/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..7b3abaa2e28
--- /dev/null
+++ b/stable/webp-server/5.7.4/Chart.yaml
@@ -0,0 +1,42 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json.
+home: https://truecharts.org/charts/stable/webp-server
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png
+keywords:
+ - webp-server
+ - Cloud
+ - Productivity
+ - Tools-Utilities
+ - MediaServer-Photos
+ - Network-Web
+ - Network-FTP
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: webp-server
+sources:
+ - https://github.com/webp-sh/webp_server_go
+ - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server
+ - https://hub.docker.com/r/webpsh/webps
+type: application
+version: 5.7.4
diff --git a/stable/webp-server/5.7.0/README.md b/stable/webp-server/5.7.4/README.md
similarity index 100%
rename from stable/webp-server/5.7.0/README.md
rename to stable/webp-server/5.7.4/README.md
diff --git a/stable/webp-server/5.7.4/app-changelog.md b/stable/webp-server/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..ff94ab0c7d0
--- /dev/null
+++ b/stable/webp-server/5.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [webp-server-5.7.4](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image webpsh/webps to latest[@5f3ece2](https://github.com/5f3ece2) by renovate ([#19633](https://github.com/truecharts/charts/issues/19633))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/webp-server/5.7.0/app-readme.md b/stable/webp-server/5.7.4/app-readme.md
similarity index 100%
rename from stable/webp-server/5.7.0/app-readme.md
rename to stable/webp-server/5.7.4/app-readme.md
diff --git a/stable/webp-server/5.7.4/charts/common-20.2.4.tgz b/stable/webp-server/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/webp-server/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/webp-server/5.7.4/ix_values.yaml b/stable/webp-server/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..5cbae28bbf9
--- /dev/null
+++ b/stable/webp-server/5.7.4/ix_values.yaml
@@ -0,0 +1,36 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: webpsh/webps
+ tag: latest@sha256:5f3ece21302db8e8fec8bf8cf9b1aed0c961dd3576313172ca138f18ef06c52d
+persistence:
+ storagecache:
+ enabled: true
+ mountPath: /opt/exhaust
+ storagepics:
+ enabled: true
+ mountPath: /opt/pics
+ readOnly: true
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 3333
+ protocol: tcp
+ targetPort: 3333
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ ALLOWED_TYPES: jpg,png,jpeg,bmp,gif
+ ENABLE_AVIF: "false"
+ QUALITY: "80"
diff --git a/stable/webp-server/5.7.0/questions.yaml b/stable/webp-server/5.7.4/questions.yaml
similarity index 100%
rename from stable/webp-server/5.7.0/questions.yaml
rename to stable/webp-server/5.7.4/questions.yaml
diff --git a/stable/wifi-card/5.6.0/templates/common.yaml b/stable/webp-server/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/wifi-card/5.6.0/templates/common.yaml
rename to stable/webp-server/5.7.4/templates/common.yaml
diff --git a/stable/whoogle/10.6.0/values.yaml b/stable/webp-server/5.7.4/values.yaml
similarity index 100%
rename from stable/whoogle/10.6.0/values.yaml
rename to stable/webp-server/5.7.4/values.yaml
diff --git a/stable/website-shot/10.6.0/CHANGELOG.md b/stable/website-shot/10.6.0/CHANGELOG.md
deleted file mode 100644
index df736267df6..00000000000
--- a/stable/website-shot/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [website-shot-10.6.0](https://github.com/truecharts/charts/compare/website-shot-10.5.2...website-shot-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [website-shot-10.5.2](https://github.com/truecharts/charts/compare/website-shot-10.5.1...website-shot-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [website-shot-10.5.1](https://github.com/truecharts/charts/compare/website-shot-10.5.0...website-shot-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [website-shot-10.5.0](https://github.com/truecharts/charts/compare/website-shot-10.4.1...website-shot-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [website-shot-10.4.1](https://github.com/truecharts/charts/compare/website-shot-10.4.0...website-shot-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [website-shot-10.4.0](https://github.com/truecharts/charts/compare/website-shot-10.3.0...website-shot-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [website-shot-10.3.0](https://github.com/truecharts/charts/compare/website-shot-10.2.3...website-shot-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [website-shot-10.2.3](https://github.com/truecharts/charts/compare/website-shot-10.2.2...website-shot-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [website-shot-10.2.2](https://github.com/truecharts/charts/compare/website-shot-10.2.0...website-shot-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/website-shot/10.6.0/Chart.yaml b/stable/website-shot/10.6.0/Chart.yaml
deleted file mode 100644
index 2a83a69c200..00000000000
--- a/stable/website-shot/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot.
-home: https://truecharts.org/charts/stable/website-shot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png
-keywords:
- - website-shot
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: website-shot
-sources:
- - https://github.com/Flowko/website-shot
- - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot
- - https://hub.docker.com/r/flowko1/website-shot
-type: application
-version: 10.6.0
diff --git a/stable/website-shot/10.6.0/charts/common-20.1.5.tgz b/stable/website-shot/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/website-shot/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wifi-card/5.6.0/.helmignore b/stable/website-shot/10.7.3/.helmignore
similarity index 100%
rename from stable/wifi-card/5.6.0/.helmignore
rename to stable/website-shot/10.7.3/.helmignore
diff --git a/stable/website-shot/10.7.3/CHANGELOG.md b/stable/website-shot/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..f818c123e65
--- /dev/null
+++ b/stable/website-shot/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [website-shot-10.7.2](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/website-shot/10.7.3/Chart.yaml b/stable/website-shot/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..c19d365c7dd
--- /dev/null
+++ b/stable/website-shot/10.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot.
+home: https://truecharts.org/charts/stable/website-shot
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png
+keywords:
+ - website-shot
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: website-shot
+sources:
+ - https://github.com/Flowko/website-shot
+ - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot
+ - https://hub.docker.com/r/flowko1/website-shot
+type: application
+version: 10.7.3
diff --git a/stable/website-shot/10.6.0/README.md b/stable/website-shot/10.7.3/README.md
similarity index 100%
rename from stable/website-shot/10.6.0/README.md
rename to stable/website-shot/10.7.3/README.md
diff --git a/stable/website-shot/10.7.3/app-changelog.md b/stable/website-shot/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..11db13f4a56
--- /dev/null
+++ b/stable/website-shot/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [website-shot-10.7.3](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/website-shot/10.6.0/app-readme.md b/stable/website-shot/10.7.3/app-readme.md
similarity index 100%
rename from stable/website-shot/10.6.0/app-readme.md
rename to stable/website-shot/10.7.3/app-readme.md
diff --git a/stable/website-shot/10.7.3/charts/common-20.2.4.tgz b/stable/website-shot/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/website-shot/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/website-shot/10.6.0/ix_values.yaml b/stable/website-shot/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/website-shot/10.6.0/ix_values.yaml
rename to stable/website-shot/10.7.3/ix_values.yaml
diff --git a/stable/website-shot/10.6.0/questions.yaml b/stable/website-shot/10.7.3/questions.yaml
similarity index 100%
rename from stable/website-shot/10.6.0/questions.yaml
rename to stable/website-shot/10.7.3/questions.yaml
diff --git a/stable/whisparr/9.7.0/templates/NOTES.txt b/stable/website-shot/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/whisparr/9.7.0/templates/NOTES.txt
rename to stable/website-shot/10.7.3/templates/NOTES.txt
diff --git a/stable/whisper-asr-webservice/4.6.0/templates/common.yaml b/stable/website-shot/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/templates/common.yaml
rename to stable/website-shot/10.7.3/templates/common.yaml
diff --git a/stable/wifi-card/5.6.0/values.yaml b/stable/website-shot/10.7.3/values.yaml
similarity index 100%
rename from stable/wifi-card/5.6.0/values.yaml
rename to stable/website-shot/10.7.3/values.yaml
diff --git a/stable/webtop/9.7.17/CHANGELOG.md b/stable/webtop/9.7.17/CHANGELOG.md
deleted file mode 100644
index 491e4b10ed5..00000000000
--- a/stable/webtop/9.7.17/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-20)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-19)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-19)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-19)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-19)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-19)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
-
diff --git a/stable/webtop/9.7.17/Chart.yaml b/stable/webtop/9.7.17/Chart.yaml
deleted file mode 100644
index b01286ef0b8..00000000000
--- a/stable/webtop/9.7.17/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser.
-home: https://truecharts.org/charts/stable/webtop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png
-keywords:
- - webtop
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: webtop
-sources:
- - https://github.com/linuxserver/docker-webtop#readme
- - https://github.com/linuxserver/gclient
- - https://github.com/orgs/linuxserver/packages/container/package/webtop
- - https://github.com/truecharts/charts/tree/master/charts/stable/webtop
- - https://fleet.linuxserver.io/image?name=linuxserver/webtop
-type: application
-version: 9.7.17
diff --git a/stable/webtop/9.7.17/app-changelog.md b/stable/webtop/9.7.17/app-changelog.md
deleted file mode 100644
index 657bfde0c6d..00000000000
--- a/stable/webtop/9.7.17/app-changelog.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## [webtop-9.7.17](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.17) (2024-03-20)
-
-### Chore
-
-
-
-- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
\ No newline at end of file
diff --git a/stable/webtop/9.7.17/charts/common-20.2.2.tgz b/stable/webtop/9.7.17/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/webtop/9.7.17/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/webtop/9.7.17/ix_values.yaml b/stable/webtop/9.7.17/ix_values.yaml
deleted file mode 100644
index 15d9c277832..00000000000
--- a/stable/webtop/9.7.17/ix_values.yaml
+++ /dev/null
@@ -1,125 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: lscr.io/linuxserver/webtop
- tag: latest@sha256:4aa60044b2f1c4b5ce48869f89d338f3da843b561bf353edbfa7ba20c4474337
-ubuntuXFCEImage:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-xfce@sha256:556d7b81fd7da65353280c0cddf2cfe73ccd1a29c541666d1ccc0f710f15e1f7
- pullPolicy: Always
-fedoraXFCEImage:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-xfce@sha256:d82c158c4e3c68af9bfc40d7a2b1ef3284cd0355a82851751127084c10ca6d74
- pullPolicy: Always
-archXFCEImage:
- repository: lscr.io/linuxserver/webtop
- tag: arch-xfce@sha256:afd4e7aa2ecc9bae3b0c9008614cab99aaddc67e08597610bb4c992da4f8eded
- pullPolicy: Always
-alpineKDEImage:
- repository: lscr.io/linuxserver/webtop
- tag: alpine-kde@sha256:2f5c65a6e43672b8b821c3d2d04bc7322dbdc6ec867844e47ae5164caa944360
- pullPolicy: Always
-ubuntuKDEImage:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-kde@sha256:2a7014af886d92c1e33db238e6340630aee1dc3bb147523438ced085e2675aa5
- pullPolicy: Always
-fedoraKDEImage:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-kde@sha256:6650fa7c498e2cb8925e44a0e1eb51d0db1ef07f13cab6721e4e4d431decf774
- pullPolicy: Always
-archKDEImage:
- repository: lscr.io/linuxserver/webtop
- tag: arch-kde@sha256:62e0d7833d70e35eafdfe34fcc327e1b58ebd030d1151d3b46406f1b840597a6
- pullPolicy: Always
-alpineMATEImage:
- repository: lscr.io/linuxserver/webtop
- tag: alpine-mate@sha256:4335c891cb8d4f3ed1388bfee636567a01c278b1d1da3393c442247a9247d1f2
- pullPolicy: Always
-ubuntuMATEImage:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-mate@sha256:1611a67ddce94c9be0b11fca6ee818336d06aed0fa7abce670989ac8eeb331eb
- pullPolicy: Always
-fedoraMATEImage:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-mate@sha256:3670085b3e0860f79b35ef30dc6073fe0840575f771651ce039c4e5389ee7217
- pullPolicy: Always
-archMATEImage:
- repository: lscr.io/linuxserver/webtop
- tag: arch-mate@sha256:34668eec23f574a1ceb9375a77efe899bd2d5574a7d96bb3a4eede2d9b4c13d9
- pullPolicy: Always
-alpineI3Image:
- repository: lscr.io/linuxserver/webtop
- tag: alpine-i3@sha256:f4cddea854eda55e3d760d196ff07960b29701ee92f58188d65500d4a9ebce5d
- pullPolicy: Always
-ubuntuI3Image:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-i3@sha256:5150713783f64c6ea6221349b12632abe8dbc5e5586e1c3c493f0f308b074a74
- pullPolicy: Always
-fedoraI3Image:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-i3@sha256:b56bad4c321dbfb5d2748a2eef01c9bcc0c48ca27af5da7e058e4824971141fc
- pullPolicy: Always
-archI3Image:
- repository: lscr.io/linuxserver/webtop
- tag: arch-i3@sha256:d93a584907dfaba735a54fbfa5a264f7ad162263bef03b07f5c94d4fca71275a
- pullPolicy: Always
-alpineOpenBoxImage:
- repository: lscr.io/linuxserver/webtop
- tag: alpine-openbox@sha256:de3f70b2466cf3ceb97ea87b946eba9229fe65b572afcf2295b2701e05ebeed6
- pullPolicy: Always
-ubuntuOpenBoxImage:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-openbox@sha256:b489cdc5c5674e6c6e3fb28f65ae1c8e300176e21e3a56e0ce89a875addd7085
- pullPolicy: Always
-fedoraOpenBoxImage:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-openbox@sha256:5ccf139aaf2e7768371ad1e92013a64db3e5401cd3f21c4d3f26075a615ab0fe
- pullPolicy: Always
-archOpenBoxImage:
- repository: lscr.io/linuxserver/webtop
- tag: arch-openbox@sha256:a9a84df7d6e9f595f18ff6f1a15715da90e3848afa890a1e758ceef1f8721643
- pullPolicy: Always
-alpineICEWMImage:
- repository: lscr.io/linuxserver/webtop
- tag: alpine-icewm@sha256:6415a073b3a6639e34ba5c5418f24dca3ee5d5a699ca978066d92ea2c634533d
- pullPolicy: Always
-ubuntuICEWMImage:
- repository: lscr.io/linuxserver/webtop
- tag: ubuntu-icewm@sha256:626a62ae6652a9132b9a5c9a731b4dc6924245fa435cef286f2c03927d69ef05
- pullPolicy: Always
-fedoraICEWMImage:
- repository: lscr.io/linuxserver/webtop
- tag: fedora-icewm@sha256:470a4361d2172e0116fcca88c92a61428c332907e67bd8b4418038386ff39566
- pullPolicy: Always
-archICEWMImage:
- repository: lscr.io/linuxserver/webtop
- tag: arch-icewm@sha256:6b1cf0f72af2a5b6f64fe295d0a053110cae0fa026bffb72439b95d8124bf247
- pullPolicy: Always
-service:
- main:
- ports:
- main:
- port: 33000
- protocol: http
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- runAsGroup: 0
- runAsUser: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- imageSelector: image
- env:
- KEYBOARD: "en-us-qwerty"
- CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
-updated: true
diff --git a/stable/wikijs/15.6.0/.helmignore b/stable/webtop/9.7.31/.helmignore
similarity index 100%
rename from stable/wikijs/15.6.0/.helmignore
rename to stable/webtop/9.7.31/.helmignore
diff --git a/stable/webtop/9.7.31/CHANGELOG.md b/stable/webtop/9.7.31/CHANGELOG.md
new file mode 100644
index 00000000000..15bf66cdbbf
--- /dev/null
+++ b/stable/webtop/9.7.31/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [webtop-9.7.31](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.31) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655))
+
+- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523))
+
+- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
+
+
+## [webtop-9.7.30](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.30) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655))
+
+- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523))
+
+- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
+
+
+## [webtop-9.7.30](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.30) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655))
+
+- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523))
+
+- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
+
+
+## [webtop-9.7.30](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.30) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655))
+
+- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523))
+
+- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
+
+
+## [webtop-9.7.30](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.30) (2024-03-24)
+
+### Chore
diff --git a/stable/webtop/9.7.31/Chart.yaml b/stable/webtop/9.7.31/Chart.yaml
new file mode 100644
index 00000000000..c53effa4879
--- /dev/null
+++ b/stable/webtop/9.7.31/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser.
+home: https://truecharts.org/charts/stable/webtop
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png
+keywords:
+ - webtop
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: webtop
+sources:
+ - https://github.com/linuxserver/docker-webtop#readme
+ - https://github.com/linuxserver/gclient
+ - https://github.com/orgs/linuxserver/packages/container/package/webtop
+ - https://github.com/truecharts/charts/tree/master/charts/stable/webtop
+ - https://fleet.linuxserver.io/image?name=linuxserver/webtop
+type: application
+version: 9.7.31
diff --git a/stable/webtop/9.7.17/README.md b/stable/webtop/9.7.31/README.md
similarity index 100%
rename from stable/webtop/9.7.17/README.md
rename to stable/webtop/9.7.31/README.md
diff --git a/stable/webtop/9.7.31/app-changelog.md b/stable/webtop/9.7.31/app-changelog.md
new file mode 100644
index 00000000000..52c10d6f055
--- /dev/null
+++ b/stable/webtop/9.7.31/app-changelog.md
@@ -0,0 +1,23 @@
+
+
+## [webtop-9.7.31](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.31) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update webtop by renovate ([#19655](https://github.com/truecharts/charts/issues/19655))
+
+- update webtop by renovate ([#19523](https://github.com/truecharts/charts/issues/19523))
+
+- update webtop by renovate ([#19496](https://github.com/truecharts/charts/issues/19496))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update webtop by renovate ([#19296](https://github.com/truecharts/charts/issues/19296))
\ No newline at end of file
diff --git a/stable/webtop/9.7.17/app-readme.md b/stable/webtop/9.7.31/app-readme.md
similarity index 100%
rename from stable/webtop/9.7.17/app-readme.md
rename to stable/webtop/9.7.31/app-readme.md
diff --git a/stable/webtop/9.7.31/charts/common-20.2.4.tgz b/stable/webtop/9.7.31/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/webtop/9.7.31/charts/common-20.2.4.tgz differ
diff --git a/stable/webtop/9.7.31/ix_values.yaml b/stable/webtop/9.7.31/ix_values.yaml
new file mode 100644
index 00000000000..f9e8522c4b5
--- /dev/null
+++ b/stable/webtop/9.7.31/ix_values.yaml
@@ -0,0 +1,125 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: lscr.io/linuxserver/webtop
+ tag: latest@sha256:4aa60044b2f1c4b5ce48869f89d338f3da843b561bf353edbfa7ba20c4474337
+ubuntuXFCEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-xfce@sha256:556d7b81fd7da65353280c0cddf2cfe73ccd1a29c541666d1ccc0f710f15e1f7
+ pullPolicy: Always
+fedoraXFCEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-xfce@sha256:d82c158c4e3c68af9bfc40d7a2b1ef3284cd0355a82851751127084c10ca6d74
+ pullPolicy: Always
+archXFCEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-xfce@sha256:91dbcd279658e2a8d4dad2ca72bc83875850117513743c3b1648f18d9837cdaa
+ pullPolicy: Always
+alpineKDEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: alpine-kde@sha256:2f5c65a6e43672b8b821c3d2d04bc7322dbdc6ec867844e47ae5164caa944360
+ pullPolicy: Always
+ubuntuKDEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-kde@sha256:2a7014af886d92c1e33db238e6340630aee1dc3bb147523438ced085e2675aa5
+ pullPolicy: Always
+fedoraKDEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-kde@sha256:6650fa7c498e2cb8925e44a0e1eb51d0db1ef07f13cab6721e4e4d431decf774
+ pullPolicy: Always
+archKDEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-kde@sha256:6c60d2945ebb75f5a6fc4eb6790bc4dc31447d453217e9b63b0ef31fd4d30839
+ pullPolicy: Always
+alpineMATEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: alpine-mate@sha256:4335c891cb8d4f3ed1388bfee636567a01c278b1d1da3393c442247a9247d1f2
+ pullPolicy: Always
+ubuntuMATEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-mate@sha256:1611a67ddce94c9be0b11fca6ee818336d06aed0fa7abce670989ac8eeb331eb
+ pullPolicy: Always
+fedoraMATEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-mate@sha256:3670085b3e0860f79b35ef30dc6073fe0840575f771651ce039c4e5389ee7217
+ pullPolicy: Always
+archMATEImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-mate@sha256:64aaf551d324640c31067cc950df20d6ef45094425b905e32811ad7d76fe5819
+ pullPolicy: Always
+alpineI3Image:
+ repository: lscr.io/linuxserver/webtop
+ tag: alpine-i3@sha256:f4cddea854eda55e3d760d196ff07960b29701ee92f58188d65500d4a9ebce5d
+ pullPolicy: Always
+ubuntuI3Image:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-i3@sha256:5150713783f64c6ea6221349b12632abe8dbc5e5586e1c3c493f0f308b074a74
+ pullPolicy: Always
+fedoraI3Image:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-i3@sha256:b56bad4c321dbfb5d2748a2eef01c9bcc0c48ca27af5da7e058e4824971141fc
+ pullPolicy: Always
+archI3Image:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-i3@sha256:492b639b99e8174e4e874b34ae66603e991ee5588995f33a73303b22fedc4cb2
+ pullPolicy: Always
+alpineOpenBoxImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: alpine-openbox@sha256:de3f70b2466cf3ceb97ea87b946eba9229fe65b572afcf2295b2701e05ebeed6
+ pullPolicy: Always
+ubuntuOpenBoxImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-openbox@sha256:b489cdc5c5674e6c6e3fb28f65ae1c8e300176e21e3a56e0ce89a875addd7085
+ pullPolicy: Always
+fedoraOpenBoxImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-openbox@sha256:5ccf139aaf2e7768371ad1e92013a64db3e5401cd3f21c4d3f26075a615ab0fe
+ pullPolicy: Always
+archOpenBoxImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-openbox@sha256:5a6576cfb23a8a9f018d167e5e28f76ba0da5888c0de26f080aac93917bce05f
+ pullPolicy: Always
+alpineICEWMImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: alpine-icewm@sha256:6415a073b3a6639e34ba5c5418f24dca3ee5d5a699ca978066d92ea2c634533d
+ pullPolicy: Always
+ubuntuICEWMImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: ubuntu-icewm@sha256:626a62ae6652a9132b9a5c9a731b4dc6924245fa435cef286f2c03927d69ef05
+ pullPolicy: Always
+fedoraICEWMImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: fedora-icewm@sha256:470a4361d2172e0116fcca88c92a61428c332907e67bd8b4418038386ff39566
+ pullPolicy: Always
+archICEWMImage:
+ repository: lscr.io/linuxserver/webtop
+ tag: arch-icewm@sha256:62fd6e40c655c308442967464282134bc06d73e7de275ca7e6c266c295940fc7
+ pullPolicy: Always
+service:
+ main:
+ ports:
+ main:
+ port: 33000
+ protocol: http
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ runAsGroup: 0
+ runAsUser: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ imageSelector: image
+ env:
+ KEYBOARD: "en-us-qwerty"
+ CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
+updated: true
diff --git a/stable/webtop/9.7.17/questions.yaml b/stable/webtop/9.7.31/questions.yaml
similarity index 100%
rename from stable/webtop/9.7.17/questions.yaml
rename to stable/webtop/9.7.31/questions.yaml
diff --git a/stable/whisper-asr-webservice/4.6.0/templates/NOTES.txt b/stable/webtop/9.7.31/templates/NOTES.txt
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/templates/NOTES.txt
rename to stable/webtop/9.7.31/templates/NOTES.txt
diff --git a/stable/xmrig/6.6.0/templates/common.yaml b/stable/webtop/9.7.31/templates/common.yaml
similarity index 100%
rename from stable/xmrig/6.6.0/templates/common.yaml
rename to stable/webtop/9.7.31/templates/common.yaml
diff --git a/stable/wikijs/15.6.0/values.yaml b/stable/webtop/9.7.31/values.yaml
similarity index 100%
rename from stable/wikijs/15.6.0/values.yaml
rename to stable/webtop/9.7.31/values.yaml
diff --git a/stable/wekan/14.15.0/CHANGELOG.md b/stable/wekan/14.15.0/CHANGELOG.md
deleted file mode 100644
index aea814f518a..00000000000
--- a/stable/wekan/14.15.0/CHANGELOG.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wekan-14.15.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.0) (2024-03-19)
-
-### Chore
-
-
-
-- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
-
-- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
-
-- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [wekan-14.15.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.0) (2024-03-19)
-
-### Chore
-
-
-
-- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
-
-- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
-
-- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [wekan-14.15.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.0) (2024-03-19)
-
-### Chore
-
-
-
-- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
-
-- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
-
-- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [wekan-14.15.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.0) (2024-03-19)
-
-### Chore
-
-
-
-- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
-
-- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
-
-- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/wekan/14.15.0/Chart.yaml b/stable/wekan/14.15.0/Chart.yaml
deleted file mode 100644
index aa66dca2c7a..00000000000
--- a/stable/wekan/14.15.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 7.41.0
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mongodb
- version: 12.7.1
- repository: oci://tccr.io/truecharts
- condition: mongodb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: WeKan - Open Source kanban
-home: https://truecharts.org/charts/stable/wekan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
-keywords:
- - wekan
- - kanban
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wekan
-sources:
- - https://wekan.github.io/
- - https://github.com/wekan/wekan
- - https://github.com/truecharts/charts/tree/master/charts/stable/wekan
- - https://hub.docker.com/r/wekanteam/wekan
-type: application
-version: 14.15.0
diff --git a/stable/wekan/14.15.0/app-changelog.md b/stable/wekan/14.15.0/app-changelog.md
deleted file mode 100644
index 5dafa99ab0f..00000000000
--- a/stable/wekan/14.15.0/app-changelog.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-## [wekan-14.15.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.0) (2024-03-19)
-
-### Chore
-
-
-
-- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
-
-- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
-
-- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/wekan/14.15.0/charts/common-20.2.2.tgz b/stable/wekan/14.15.0/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/stable/wekan/14.15.0/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/wekan/14.15.0/charts/mongodb-12.7.1.tgz b/stable/wekan/14.15.0/charts/mongodb-12.7.1.tgz
deleted file mode 100644
index b364d1d944f..00000000000
Binary files a/stable/wekan/14.15.0/charts/mongodb-12.7.1.tgz and /dev/null differ
diff --git a/stable/wireguard/8.6.0/.helmignore b/stable/wekan/14.15.4/.helmignore
similarity index 100%
rename from stable/wireguard/8.6.0/.helmignore
rename to stable/wekan/14.15.4/.helmignore
diff --git a/stable/wekan/14.15.4/CHANGELOG.md b/stable/wekan/14.15.4/CHANGELOG.md
new file mode 100644
index 00000000000..00ef42185fa
--- /dev/null
+++ b/stable/wekan/14.15.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wekan-14.15.4](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498))
+
+- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
+
+- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
+
+- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [wekan-14.15.3](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498))
+
+- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
+
+- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
+
+- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [wekan-14.15.3](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498))
+
+- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
+
+- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
+
+- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [wekan-14.15.3](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.3) (2024-03-23)
\ No newline at end of file
diff --git a/stable/wekan/14.15.4/Chart.yaml b/stable/wekan/14.15.4/Chart.yaml
new file mode 100644
index 00000000000..a2fd6ba441b
--- /dev/null
+++ b/stable/wekan/14.15.4/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 7.41.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mongodb
+ version: 12.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mongodb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: WeKan - Open Source kanban
+home: https://truecharts.org/charts/stable/wekan
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
+keywords:
+ - wekan
+ - kanban
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wekan
+sources:
+ - https://wekan.github.io/
+ - https://github.com/wekan/wekan
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wekan
+ - https://hub.docker.com/r/wekanteam/wekan
+type: application
+version: 14.15.4
diff --git a/stable/wekan/14.15.0/README.md b/stable/wekan/14.15.4/README.md
similarity index 100%
rename from stable/wekan/14.15.0/README.md
rename to stable/wekan/14.15.4/README.md
diff --git a/stable/wekan/14.15.4/app-changelog.md b/stable/wekan/14.15.4/app-changelog.md
new file mode 100644
index 00000000000..5c998d4876e
--- /dev/null
+++ b/stable/wekan/14.15.4/app-changelog.md
@@ -0,0 +1,31 @@
+
+
+## [wekan-14.15.4](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.15.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mongodb to v12.7.3[@67fea3d](https://github.com/67fea3d) by renovate ([#19695](https://github.com/truecharts/charts/issues/19695))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image mongodb to v12.7.2[@d4e2c0c](https://github.com/d4e2c0c) by renovate ([#19498](https://github.com/truecharts/charts/issues/19498))
+
+- update container image wekanteam/wekan to v7.41[@0d2536f](https://github.com/0d2536f) by renovate ([#19455](https://github.com/truecharts/charts/issues/19455))
+
+- update container image mongodb to v12.7.1[@cba1f01](https://github.com/cba1f01) by renovate ([#19443](https://github.com/truecharts/charts/issues/19443))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mongodb to v12.7.0[@a2a5c75](https://github.com/a2a5c75) by renovate ([#19364](https://github.com/truecharts/charts/issues/19364))
+
+- update container image wekanteam/wekan to v7.40[@ef8172f](https://github.com/ef8172f) by renovate ([#19407](https://github.com/truecharts/charts/issues/19407))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image wekanteam/wekan to v7.39[@dd6c527](https://github.com/dd6c527) by renovate ([#19366](https://github.com/truecharts/charts/issues/19366))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/wekan/14.15.0/app-readme.md b/stable/wekan/14.15.4/app-readme.md
similarity index 100%
rename from stable/wekan/14.15.0/app-readme.md
rename to stable/wekan/14.15.4/app-readme.md
diff --git a/stable/wekan/14.15.4/charts/common-20.2.4.tgz b/stable/wekan/14.15.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wekan/14.15.4/charts/common-20.2.4.tgz differ
diff --git a/stable/wekan/14.15.4/charts/mongodb-12.7.3.tgz b/stable/wekan/14.15.4/charts/mongodb-12.7.3.tgz
new file mode 100644
index 00000000000..d63bbc37499
Binary files /dev/null and b/stable/wekan/14.15.4/charts/mongodb-12.7.3.tgz differ
diff --git a/stable/wekan/14.15.0/ix_values.yaml b/stable/wekan/14.15.4/ix_values.yaml
similarity index 100%
rename from stable/wekan/14.15.0/ix_values.yaml
rename to stable/wekan/14.15.4/ix_values.yaml
diff --git a/stable/wekan/14.15.0/questions.yaml b/stable/wekan/14.15.4/questions.yaml
similarity index 100%
rename from stable/wekan/14.15.0/questions.yaml
rename to stable/wekan/14.15.4/questions.yaml
diff --git a/stable/whoogle/10.6.0/templates/NOTES.txt b/stable/wekan/14.15.4/templates/NOTES.txt
similarity index 100%
rename from stable/whoogle/10.6.0/templates/NOTES.txt
rename to stable/wekan/14.15.4/templates/NOTES.txt
diff --git a/stable/whoogle/10.6.0/templates/common.yaml b/stable/wekan/14.15.4/templates/common.yaml
similarity index 100%
rename from stable/whoogle/10.6.0/templates/common.yaml
rename to stable/wekan/14.15.4/templates/common.yaml
diff --git a/stable/wireguard/8.6.0/values.yaml b/stable/wekan/14.15.4/values.yaml
similarity index 100%
rename from stable/wireguard/8.6.0/values.yaml
rename to stable/wekan/14.15.4/values.yaml
diff --git a/stable/wg-easy/12.0.0/CHANGELOG.md b/stable/wg-easy/12.0.0/CHANGELOG.md
deleted file mode 100644
index f87e09788e5..00000000000
--- a/stable/wg-easy/12.0.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wg-easy-12.0.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.0.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-12.0.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.0.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-11.6.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
-
-
-## [wg-easy-11.6.0](https://github.com/truecharts/charts/compare/wg-easy-11.5.2...wg-easy-11.6.0) (2024-03-16)
-
-### Chore
-
diff --git a/stable/wg-easy/12.0.0/Chart.yaml b/stable/wg-easy/12.0.0/Chart.yaml
deleted file mode 100644
index 88223c7a05b..00000000000
--- a/stable/wg-easy/12.0.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: networking
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 12.0.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The easiest way to run WireGuard VPN + Web-based Admin UI.
-home: https://truecharts.org/charts/stable/wg-easy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png
-keywords:
- - wg-easy
- - wireguard
- - weejewel
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wg-easy
-sources:
- - https://github.com/WeeJeWel/wg-easy
- - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy
- - https://ghcr.io/wg-easy/wg-easy
-type: application
-version: 12.0.0
diff --git a/stable/wg-easy/12.0.0/app-changelog.md b/stable/wg-easy/12.0.0/app-changelog.md
deleted file mode 100644
index 1897e0a08ca..00000000000
--- a/stable/wg-easy/12.0.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [wg-easy-12.0.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.0.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
-
-- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
\ No newline at end of file
diff --git a/stable/wg-easy/12.0.0/charts/common-20.1.5.tgz b/stable/wg-easy/12.0.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wg-easy/12.0.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wg-easy/12.0.0/ix_values.yaml b/stable/wg-easy/12.0.0/ix_values.yaml
deleted file mode 100644
index 373b40d8da0..00000000000
--- a/stable/wg-easy/12.0.0/ix_values.yaml
+++ /dev/null
@@ -1,57 +0,0 @@
-image:
- repository: ghcr.io/wg-easy/wg-easy
- pullPolicy: IfNotPresent
- tag: 12@sha256:daa94b77901bdef3cb10151416c095e64cf66a6539fa8f748c09812b60b97f49
-securityContext:
- container:
- PUID: 0
- runAsUser: 0
- runAsGroup: 0
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- capabilities:
- add:
- - NET_ADMIN
- - NET_RAW
- - SYS_MODULE
-service:
- main:
- ports:
- main:
- port: 51821
- vpn:
- enabled: true
- ports:
- vpn:
- enabled: true
- protocol: udp
- port: 51820
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- type: tcp
- readiness:
- type: tcp
- startup:
- type: tcp
- env:
- WG_HOST: "localhost"
- PORT: "{{ .Values.service.main.ports.main.port }}"
- WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}"
- WG_MTU: 0
- WG_PERSISTENT_KEEPALIVE: 0
- WG_DEFAULT_ADDRESS: "10.8.0.x"
- WG_DEFAULT_DNS: "1.1.1.1"
- WG_ALLOWED_IPS: "0.0.0.0/0, ::/0"
- PASSWORD: "secretpass"
-persistence:
- config:
- enabled: true
- mountPath: "/etc/wireguard"
-portal:
- open:
- enabled: true
diff --git a/stable/wg-easy/12.0.0/questions.yaml b/stable/wg-easy/12.0.0/questions.yaml
deleted file mode 100755
index 8dd60ba48f3..00000000000
--- a/stable/wg-easy/12.0.0/questions.yaml
+++ /dev/null
@@ -1,2943 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: WG_HOST
- label: "WG_HOST"
- description: "The public hostname of your VPN server."
- schema:
- type: string
- required: true
- default: ""
- - variable: WG_MTU
- label: "WG_MTU"
- description: "The MTU the clients will use. Server uses default WG MTU."
- schema:
- type: int
- default: 0
- - variable: WG_PERSISTENT_KEEPALIVE
- label: "WG_PERSISTENT_KEEPALIVE"
- description: "Value in seconds to keep the connection open."
- schema:
- type: int
- default: 0
- - variable: WG_DEFAULT_ADDRESS
- label: "WG_DEFAULT_ADDRESS"
- description: "Clients IP address range."
- schema:
- type: string
- default: "10.8.0.x"
- - variable: WG_DEFAULT_DNS
- label: "WG_DEFAULT_DNS"
- description: "Clients default DNS IP"
- schema:
- type: string
- default: "1.1.1.1"
- - variable: WG_ALLOWED_IPS
- label: "WG_ALLOWED_IPS"
- description: "Allowed IPs clients will use."
- schema:
- type: string
- default: "0.0.0.0/0, ::/0"
- - variable: PASSWORD
- label: "ADMIN_PASSWORD"
- schema:
- type: string
- private: true
- required: true
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Web GUI port configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 51821
- required: true
- - variable: vpn
- label: "Wireguard Internal"
- description: "Wireguard Internal Port"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: vpn
- label: "Wireguard Interal Port"
- description: "Omada Controller or EAP Discovery Utility discovers Omada devices."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 51820
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/wizarr/6.6.0/.helmignore b/stable/wg-easy/12.1.3/.helmignore
similarity index 100%
rename from stable/wizarr/6.6.0/.helmignore
rename to stable/wg-easy/12.1.3/.helmignore
diff --git a/stable/wg-easy/12.1.3/CHANGELOG.md b/stable/wg-easy/12.1.3/CHANGELOG.md
new file mode 100644
index 00000000000..7e99481c437
--- /dev/null
+++ b/stable/wg-easy/12.1.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
+
+- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
+
+### Fix
+
+
+
+- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679))
+
+
+## [wg-easy-12.1.2](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
+
+- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
+
+### Fix
+
+
+
+- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679))
+
+
+## [wg-easy-12.1.2](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
+
+- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
+
+### Fix
+
+
+
+- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679))
+
+
+## [wg-easy-12.1.2](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
+
+- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
+
+### Fix
+
diff --git a/stable/wg-easy/12.1.3/Chart.yaml b/stable/wg-easy/12.1.3/Chart.yaml
new file mode 100644
index 00000000000..0c434012fa9
--- /dev/null
+++ b/stable/wg-easy/12.1.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: networking
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 12.0.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The easiest way to run WireGuard VPN + Web-based Admin UI.
+home: https://truecharts.org/charts/stable/wg-easy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png
+keywords:
+ - wg-easy
+ - wireguard
+ - weejewel
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wg-easy
+sources:
+ - https://github.com/WeeJeWel/wg-easy
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy
+ - https://ghcr.io/wg-easy/wg-easy
+type: application
+version: 12.1.3
diff --git a/stable/wg-easy/12.0.0/README.md b/stable/wg-easy/12.1.3/README.md
similarity index 100%
rename from stable/wg-easy/12.0.0/README.md
rename to stable/wg-easy/12.1.3/README.md
diff --git a/stable/wg-easy/12.1.3/app-changelog.md b/stable/wg-easy/12.1.3/app-changelog.md
new file mode 100644
index 00000000000..4a73d4d8a17
--- /dev/null
+++ b/stable/wg-easy/12.1.3/app-changelog.md
@@ -0,0 +1,25 @@
+
+
+## [wg-easy-12.1.3](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/wg-easy/wg-easy to v12[@daa94b7](https://github.com/daa94b7) by renovate ([#19367](https://github.com/truecharts/charts/issues/19367))
+
+- update container image ghcr.io/wg-easy/wg-easy to v[@62cef3e](https://github.com/62cef3e) by renovate ([#19263](https://github.com/truecharts/charts/issues/19263))
+
+### Fix
+
+
+
+- Fix UDP Port ([#19679](https://github.com/truecharts/charts/issues/19679))
\ No newline at end of file
diff --git a/stable/wg-easy/12.0.0/app-readme.md b/stable/wg-easy/12.1.3/app-readme.md
similarity index 100%
rename from stable/wg-easy/12.0.0/app-readme.md
rename to stable/wg-easy/12.1.3/app-readme.md
diff --git a/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz b/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wg-easy/12.1.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wg-easy/12.1.3/ix_values.yaml b/stable/wg-easy/12.1.3/ix_values.yaml
new file mode 100644
index 00000000000..40727ae8993
--- /dev/null
+++ b/stable/wg-easy/12.1.3/ix_values.yaml
@@ -0,0 +1,60 @@
+image:
+ repository: ghcr.io/wg-easy/wg-easy
+ pullPolicy: IfNotPresent
+ tag: 12@sha256:daa94b77901bdef3cb10151416c095e64cf66a6539fa8f748c09812b60b97f49
+securityContext:
+ container:
+ PUID: 0
+ runAsUser: 0
+ runAsGroup: 0
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ capabilities:
+ add:
+ - NET_ADMIN
+ - NET_RAW
+ - SYS_MODULE
+service:
+ main:
+ ports:
+ main:
+ port: 51821
+ vpn:
+ enabled: true
+ ports:
+ vpn:
+ enabled: true
+ protocol: udp
+ targetPort: 51820
+ port: 51820
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ type: tcp
+ readiness:
+ type: tcp
+ startup:
+ type: tcp
+ env:
+ WG_HOST: "localhost"
+ PORT: "{{ .Values.service.main.ports.main.port }}"
+ WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}"
+ WG_MTU: 0
+ WG_PERSISTENT_KEEPALIVE: 0
+ WG_DEFAULT_ADDRESS: "10.8.0.x"
+ WG_DEFAULT_DNS: "1.1.1.1"
+ WG_ALLOWED_IPS: "0.0.0.0/0, ::/0"
+ PASSWORD: "secretpass"
+ LANG: "en"
+ UI_TRAFFIC_STATS: "false"
+persistence:
+ config:
+ enabled: true
+ mountPath: "/etc/wireguard"
+portal:
+ open:
+ enabled: true
diff --git a/stable/wg-easy/12.1.3/questions.yaml b/stable/wg-easy/12.1.3/questions.yaml
new file mode 100755
index 00000000000..3402e196fee
--- /dev/null
+++ b/stable/wg-easy/12.1.3/questions.yaml
@@ -0,0 +1,2955 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: WG_HOST
+ label: "WG_HOST"
+ description: "The public hostname of your VPN server."
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: WG_MTU
+ label: "WG_MTU"
+ description: "The MTU the clients will use. Server uses default WG MTU."
+ schema:
+ type: int
+ default: 0
+ - variable: WG_PERSISTENT_KEEPALIVE
+ label: "WG_PERSISTENT_KEEPALIVE"
+ description: "Value in seconds to keep the connection open."
+ schema:
+ type: int
+ default: 0
+ - variable: WG_DEFAULT_ADDRESS
+ label: "WG_DEFAULT_ADDRESS"
+ description: "Clients IP address range."
+ schema:
+ type: string
+ default: "10.8.0.x"
+ - variable: WG_DEFAULT_DNS
+ label: "WG_DEFAULT_DNS"
+ description: "Clients default DNS IP"
+ schema:
+ type: string
+ default: "1.1.1.1"
+ - variable: WG_ALLOWED_IPS
+ label: "WG_ALLOWED_IPS"
+ description: "Allowed IPs clients will use."
+ schema:
+ type: string
+ default: "0.0.0.0/0, ::/0"
+ - variable: PASSWORD
+ label: "ADMIN_PASSWORD"
+ schema:
+ type: string
+ private: true
+ required: true
+ default: ""
+ - variable: LANG
+ label: "Language"
+ description: "WebUI Language"
+ schema:
+ type: string
+ default: "en"
+ - variable: UI_TRAFFIC_STATS
+ label: "Detailed Traffic Stats"
+ description: "Enable detailed Traffic Stats in the WebUI"
+ schema:
+ type: boolean
+ default: false
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Web GUI port configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 51821
+ required: true
+ - variable: vpn
+ label: "Wireguard Internal"
+ description: "Wireguard Internal Port"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: vpn
+ label: "Wireguard Interal Port"
+ description: "Omada Controller or EAP Discovery Utility discovers Omada devices."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 51820
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/wikijs/15.6.0/templates/NOTES.txt b/stable/wg-easy/12.1.3/templates/NOTES.txt
similarity index 100%
rename from stable/wikijs/15.6.0/templates/NOTES.txt
rename to stable/wg-easy/12.1.3/templates/NOTES.txt
diff --git a/stable/wikijs/15.6.0/templates/common.yaml b/stable/wg-easy/12.1.3/templates/common.yaml
similarity index 100%
rename from stable/wikijs/15.6.0/templates/common.yaml
rename to stable/wg-easy/12.1.3/templates/common.yaml
diff --git a/stable/wizarr/6.6.0/values.yaml b/stable/wg-easy/12.1.3/values.yaml
similarity index 100%
rename from stable/wizarr/6.6.0/values.yaml
rename to stable/wg-easy/12.1.3/values.yaml
diff --git a/stable/whisparr/9.7.0/CHANGELOG.md b/stable/whisparr/9.7.0/CHANGELOG.md
deleted file mode 100644
index af5b89f6979..00000000000
--- a/stable/whisparr/9.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
diff --git a/stable/whisparr/9.7.0/Chart.yaml b/stable/whisparr/9.7.0/Chart.yaml
deleted file mode 100644
index c6d1bface2b..00000000000
--- a/stable/whisparr/9.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.0.0.355
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: An adult media thingy.
-home: https://truecharts.org/charts/stable/whisparr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png
-keywords:
- - whisparr
- - Downloaders
- - MediaApp-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: whisparr
-sources:
- - https://github.com/onedr0p/containers/tree/main/apps/whisparr
- - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr
- - https://ghcr.io/hotio/whisparr
-type: application
-version: 9.7.0
diff --git a/stable/whisparr/9.7.0/app-changelog.md b/stable/whisparr/9.7.0/app-changelog.md
deleted file mode 100644
index 16a1a06398b..00000000000
--- a/stable/whisparr/9.7.0/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [whisparr-9.7.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/whisparr/9.7.0/charts/common-20.2.0.tgz b/stable/whisparr/9.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/whisparr/9.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/whisparr/9.7.0/ix_values.yaml b/stable/whisparr/9.7.0/ix_values.yaml
deleted file mode 100644
index 601b97d3f37..00000000000
--- a/stable/whisparr/9.7.0/ix_values.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-image:
- repository: ghcr.io/hotio/whisparr
- pullPolicy: IfNotPresent
- tag: nightly-2.0.0.355@sha256:b66c64d13d2b8e5938c6e4dfa83cfbb9a46ce9f5d4b82849b34a2eb551e7e0ca
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 6969
- protocol: http
- targetPort: 6969
-persistence:
- config:
- enabled: true
- mountPath: /config
-portal:
- open:
- enabled: true
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- ## Set this to true if you wish to specify your own livenessProbe
- custom: true
- ## The spec field contains the values for the default livenessProbe.
- ## If you selected custom: true, this field holds the definition of the livenessProbe.
- spec:
- exec:
- command:
- - /usr/bin/env
- - bash
- - -c
- - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- failureThreshold: 5
- initialDelaySeconds: 60
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 10
diff --git a/stable/wordpress/7.12.8/.helmignore b/stable/whisparr/9.7.4/.helmignore
similarity index 100%
rename from stable/wordpress/7.12.8/.helmignore
rename to stable/whisparr/9.7.4/.helmignore
diff --git a/stable/whisparr/9.7.4/CHANGELOG.md b/stable/whisparr/9.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..934497e6156
--- /dev/null
+++ b/stable/whisparr/9.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisparr-9.7.3](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisparr-9.7.3](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisparr-9.7.3](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisparr-9.7.3](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisparr-9.7.3](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/whisparr/9.7.4/Chart.yaml b/stable/whisparr/9.7.4/Chart.yaml
new file mode 100644
index 00000000000..e3b3e8ca6d2
--- /dev/null
+++ b/stable/whisparr/9.7.4/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.0.0.355
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: An adult media thingy.
+home: https://truecharts.org/charts/stable/whisparr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png
+keywords:
+ - whisparr
+ - Downloaders
+ - MediaApp-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: whisparr
+sources:
+ - https://github.com/onedr0p/containers/tree/main/apps/whisparr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr
+ - https://ghcr.io/hotio/whisparr
+type: application
+version: 9.7.4
diff --git a/stable/whisparr/9.7.0/README.md b/stable/whisparr/9.7.4/README.md
similarity index 100%
rename from stable/whisparr/9.7.0/README.md
rename to stable/whisparr/9.7.4/README.md
diff --git a/stable/whisparr/9.7.4/app-changelog.md b/stable/whisparr/9.7.4/app-changelog.md
new file mode 100644
index 00000000000..4b3561fd5d3
--- /dev/null
+++ b/stable/whisparr/9.7.4/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [whisparr-9.7.4](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@a121376](https://github.com/a121376) by renovate ([#19726](https://github.com/truecharts/charts/issues/19726))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/whisparr/9.7.0/app-readme.md b/stable/whisparr/9.7.4/app-readme.md
similarity index 100%
rename from stable/whisparr/9.7.0/app-readme.md
rename to stable/whisparr/9.7.4/app-readme.md
diff --git a/stable/whisparr/9.7.4/charts/common-20.2.4.tgz b/stable/whisparr/9.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/whisparr/9.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/whisparr/9.7.4/ix_values.yaml b/stable/whisparr/9.7.4/ix_values.yaml
new file mode 100644
index 00000000000..de442a5043c
--- /dev/null
+++ b/stable/whisparr/9.7.4/ix_values.yaml
@@ -0,0 +1,47 @@
+image:
+ repository: ghcr.io/hotio/whisparr
+ pullPolicy: IfNotPresent
+ tag: nightly-2.0.0.355@sha256:a121376ad99254316a46fb4cd875c710e7dd29bdf1a0cea0e4b6c221b04eea0d
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 6969
+ protocol: http
+ targetPort: 6969
+persistence:
+ config:
+ enabled: true
+ mountPath: /config
+portal:
+ open:
+ enabled: true
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ ## Set this to true if you wish to specify your own livenessProbe
+ custom: true
+ ## The spec field contains the values for the default livenessProbe.
+ ## If you selected custom: true, this field holds the definition of the livenessProbe.
+ spec:
+ exec:
+ command:
+ - /usr/bin/env
+ - bash
+ - -c
+ - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
+ failureThreshold: 5
+ initialDelaySeconds: 60
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 10
diff --git a/stable/whisparr/9.7.0/questions.yaml b/stable/whisparr/9.7.4/questions.yaml
similarity index 100%
rename from stable/whisparr/9.7.0/questions.yaml
rename to stable/whisparr/9.7.4/questions.yaml
diff --git a/stable/wireguard/8.6.0/templates/NOTES.txt b/stable/whisparr/9.7.4/templates/NOTES.txt
similarity index 100%
rename from stable/wireguard/8.6.0/templates/NOTES.txt
rename to stable/whisparr/9.7.4/templates/NOTES.txt
diff --git a/stable/xonotic/5.6.0/templates/common.yaml b/stable/whisparr/9.7.4/templates/common.yaml
similarity index 100%
rename from stable/xonotic/5.6.0/templates/common.yaml
rename to stable/whisparr/9.7.4/templates/common.yaml
diff --git a/stable/wordpress/7.12.8/values.yaml b/stable/whisparr/9.7.4/values.yaml
similarity index 100%
rename from stable/wordpress/7.12.8/values.yaml
rename to stable/whisparr/9.7.4/values.yaml
diff --git a/stable/whisper-asr-webservice/4.6.0/CHANGELOG.md b/stable/whisper-asr-webservice/4.6.0/CHANGELOG.md
deleted file mode 100644
index aaed7b99da5..00000000000
--- a/stable/whisper-asr-webservice/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [whisper-asr-webservice-4.6.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.5.2...whisper-asr-webservice-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [whisper-asr-webservice-4.5.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.5.1...whisper-asr-webservice-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [whisper-asr-webservice-4.5.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.5.0...whisper-asr-webservice-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [whisper-asr-webservice-4.5.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.4.1...whisper-asr-webservice-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [whisper-asr-webservice-4.4.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.4.0...whisper-asr-webservice-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [whisper-asr-webservice-4.4.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.3.0...whisper-asr-webservice-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [whisper-asr-webservice-4.3.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.3...whisper-asr-webservice-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [whisper-asr-webservice-4.2.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.2...whisper-asr-webservice-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [whisper-asr-webservice-4.2.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.0...whisper-asr-webservice-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/whisper-asr-webservice/4.6.0/Chart.yaml b/stable/whisper-asr-webservice/4.6.0/Chart.yaml
deleted file mode 100644
index c8af9b3ddfc..00000000000
--- a/stable/whisper-asr-webservice/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: machine-learning
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.2.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Whisper is a general-purpose speech recognition model.
-home: https://truecharts.org/charts/stable/whisper-asr-webservice
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
-keywords:
- - whisper-asr-webservice
- - machine-learning
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: whisper-asr-webservice
-sources:
- - https://github.com/ahmetoner/whisper-asr-webservice
- - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice
- - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice
-type: application
-version: 4.6.0
diff --git a/stable/whisper-asr-webservice/4.6.0/charts/common-20.1.5.tgz b/stable/whisper-asr-webservice/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/whisper-asr-webservice/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wyoming-piper/4.7.0/.helmignore b/stable/whisper-asr-webservice/4.7.3/.helmignore
similarity index 100%
rename from stable/wyoming-piper/4.7.0/.helmignore
rename to stable/whisper-asr-webservice/4.7.3/.helmignore
diff --git a/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md b/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..273d6b74145
--- /dev/null
+++ b/stable/whisper-asr-webservice/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whisper-asr-webservice-4.7.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/whisper-asr-webservice/4.7.3/Chart.yaml b/stable/whisper-asr-webservice/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..e6dafa53379
--- /dev/null
+++ b/stable/whisper-asr-webservice/4.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: machine-learning
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.2.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Whisper is a general-purpose speech recognition model.
+home: https://truecharts.org/charts/stable/whisper-asr-webservice
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
+keywords:
+ - whisper-asr-webservice
+ - machine-learning
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: whisper-asr-webservice
+sources:
+ - https://github.com/ahmetoner/whisper-asr-webservice
+ - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice
+ - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice
+type: application
+version: 4.7.3
diff --git a/stable/whisper-asr-webservice/4.6.0/README.md b/stable/whisper-asr-webservice/4.7.3/README.md
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/README.md
rename to stable/whisper-asr-webservice/4.7.3/README.md
diff --git a/stable/whisper-asr-webservice/4.7.3/app-changelog.md b/stable/whisper-asr-webservice/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..58095b65258
--- /dev/null
+++ b/stable/whisper-asr-webservice/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [whisper-asr-webservice-4.7.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/whisper-asr-webservice/4.6.0/app-readme.md b/stable/whisper-asr-webservice/4.7.3/app-readme.md
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/app-readme.md
rename to stable/whisper-asr-webservice/4.7.3/app-readme.md
diff --git a/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz b/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/whisper-asr-webservice/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/whisper-asr-webservice/4.6.0/ix_values.yaml b/stable/whisper-asr-webservice/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/ix_values.yaml
rename to stable/whisper-asr-webservice/4.7.3/ix_values.yaml
diff --git a/stable/whisper-asr-webservice/4.6.0/questions.yaml b/stable/whisper-asr-webservice/4.7.3/questions.yaml
similarity index 100%
rename from stable/whisper-asr-webservice/4.6.0/questions.yaml
rename to stable/whisper-asr-webservice/4.7.3/questions.yaml
diff --git a/stable/wizarr/6.6.0/templates/NOTES.txt b/stable/whisper-asr-webservice/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/wizarr/6.6.0/templates/NOTES.txt
rename to stable/whisper-asr-webservice/4.7.3/templates/NOTES.txt
diff --git a/stable/wizarr/6.6.0/templates/common.yaml b/stable/whisper-asr-webservice/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/wizarr/6.6.0/templates/common.yaml
rename to stable/whisper-asr-webservice/4.7.3/templates/common.yaml
diff --git a/stable/wyoming-piper/4.7.0/values.yaml b/stable/whisper-asr-webservice/4.7.3/values.yaml
similarity index 100%
rename from stable/wyoming-piper/4.7.0/values.yaml
rename to stable/whisper-asr-webservice/4.7.3/values.yaml
diff --git a/stable/whoogle/10.6.0/CHANGELOG.md b/stable/whoogle/10.6.0/CHANGELOG.md
deleted file mode 100644
index 064d67c9e37..00000000000
--- a/stable/whoogle/10.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [whoogle-10.6.0](https://github.com/truecharts/charts/compare/whoogle-10.5.2...whoogle-10.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [whoogle-10.5.2](https://github.com/truecharts/charts/compare/whoogle-10.5.1...whoogle-10.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [whoogle-10.5.1](https://github.com/truecharts/charts/compare/whoogle-10.5.0...whoogle-10.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [whoogle-10.5.0](https://github.com/truecharts/charts/compare/whoogle-10.4.1...whoogle-10.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [whoogle-10.4.1](https://github.com/truecharts/charts/compare/whoogle-10.4.0...whoogle-10.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [whoogle-10.4.0](https://github.com/truecharts/charts/compare/whoogle-10.3.0...whoogle-10.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [whoogle-10.3.0](https://github.com/truecharts/charts/compare/whoogle-10.2.3...whoogle-10.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [whoogle-10.2.3](https://github.com/truecharts/charts/compare/whoogle-10.2.2...whoogle-10.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [whoogle-10.2.2](https://github.com/truecharts/charts/compare/whoogle-10.2.0...whoogle-10.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/whoogle/10.6.0/Chart.yaml b/stable/whoogle/10.6.0/Chart.yaml
deleted file mode 100644
index e9f777a29e6..00000000000
--- a/stable/whoogle/10.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 0.8.4
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A self-hosted, ad-free, privacy-respecting metasearch engine
-home: https://truecharts.org/charts/stable/whoogle
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png
-keywords:
- - whoogle
- - search
- - open source
- - privacy
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: whoogle
-sources:
- - https://github.com/benbusby/whoogle-search
- - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle
- - https://hub.docker.com/r/benbusby/whoogle-search
-type: application
-version: 10.6.0
diff --git a/stable/whoogle/10.6.0/charts/common-20.1.5.tgz b/stable/whoogle/10.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/whoogle/10.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wyoming-whisper/4.6.0/.helmignore b/stable/whoogle/10.7.3/.helmignore
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/.helmignore
rename to stable/whoogle/10.7.3/.helmignore
diff --git a/stable/whoogle/10.7.3/CHANGELOG.md b/stable/whoogle/10.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..139c72663f6
--- /dev/null
+++ b/stable/whoogle/10.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [whoogle-10.7.2](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/whoogle/10.7.3/Chart.yaml b/stable/whoogle/10.7.3/Chart.yaml
new file mode 100644
index 00000000000..9e5125839f1
--- /dev/null
+++ b/stable/whoogle/10.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 0.8.4
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A self-hosted, ad-free, privacy-respecting metasearch engine
+home: https://truecharts.org/charts/stable/whoogle
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png
+keywords:
+ - whoogle
+ - search
+ - open source
+ - privacy
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: whoogle
+sources:
+ - https://github.com/benbusby/whoogle-search
+ - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle
+ - https://hub.docker.com/r/benbusby/whoogle-search
+type: application
+version: 10.7.3
diff --git a/stable/whoogle/10.6.0/README.md b/stable/whoogle/10.7.3/README.md
similarity index 100%
rename from stable/whoogle/10.6.0/README.md
rename to stable/whoogle/10.7.3/README.md
diff --git a/stable/whoogle/10.7.3/app-changelog.md b/stable/whoogle/10.7.3/app-changelog.md
new file mode 100644
index 00000000000..ee6d5df407d
--- /dev/null
+++ b/stable/whoogle/10.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [whoogle-10.7.3](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/whoogle/10.6.0/app-readme.md b/stable/whoogle/10.7.3/app-readme.md
similarity index 100%
rename from stable/whoogle/10.6.0/app-readme.md
rename to stable/whoogle/10.7.3/app-readme.md
diff --git a/stable/whoogle/10.7.3/charts/common-20.2.4.tgz b/stable/whoogle/10.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/whoogle/10.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/whoogle/10.6.0/ix_values.yaml b/stable/whoogle/10.7.3/ix_values.yaml
similarity index 100%
rename from stable/whoogle/10.6.0/ix_values.yaml
rename to stable/whoogle/10.7.3/ix_values.yaml
diff --git a/stable/whoogle/10.6.0/questions.yaml b/stable/whoogle/10.7.3/questions.yaml
similarity index 100%
rename from stable/whoogle/10.6.0/questions.yaml
rename to stable/whoogle/10.7.3/questions.yaml
diff --git a/stable/wyoming-piper/4.7.0/templates/NOTES.txt b/stable/whoogle/10.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/wyoming-piper/4.7.0/templates/NOTES.txt
rename to stable/whoogle/10.7.3/templates/NOTES.txt
diff --git a/stable/wyoming-whisper/4.6.0/templates/common.yaml b/stable/whoogle/10.7.3/templates/common.yaml
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/templates/common.yaml
rename to stable/whoogle/10.7.3/templates/common.yaml
diff --git a/stable/wyoming-whisper/4.6.0/values.yaml b/stable/whoogle/10.7.3/values.yaml
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/values.yaml
rename to stable/whoogle/10.7.3/values.yaml
diff --git a/stable/wifi-card/5.6.0/CHANGELOG.md b/stable/wifi-card/5.6.0/CHANGELOG.md
deleted file mode 100644
index 5b48092515f..00000000000
--- a/stable/wifi-card/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wifi-card-5.6.0](https://github.com/truecharts/charts/compare/wifi-card-5.5.2...wifi-card-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wifi-card-5.5.2](https://github.com/truecharts/charts/compare/wifi-card-5.5.1...wifi-card-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wifi-card-5.5.1](https://github.com/truecharts/charts/compare/wifi-card-5.5.0...wifi-card-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wifi-card-5.5.0](https://github.com/truecharts/charts/compare/wifi-card-5.4.1...wifi-card-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wifi-card-5.4.1](https://github.com/truecharts/charts/compare/wifi-card-5.4.0...wifi-card-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wifi-card-5.4.0](https://github.com/truecharts/charts/compare/wifi-card-5.3.0...wifi-card-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wifi-card-5.3.0](https://github.com/truecharts/charts/compare/wifi-card-5.2.3...wifi-card-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wifi-card-5.2.3](https://github.com/truecharts/charts/compare/wifi-card-5.2.2...wifi-card-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wifi-card-5.2.2](https://github.com/truecharts/charts/compare/wifi-card-5.2.0...wifi-card-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wifi-card/5.6.0/Chart.yaml b/stable/wifi-card/5.6.0/Chart.yaml
deleted file mode 100644
index 4cf6a182723..00000000000
--- a/stable/wifi-card/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Print a neat little card with your WiFi info and stick it on the fridge.
-home: https://truecharts.org/charts/stable/wifi-card
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png
-keywords:
- - wifi-card
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wifi-card
-sources:
- - https://github.com/bndw/wifi-card
- - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card
- - https://hub.docker.com/r/bndw/wifi-card
-type: application
-version: 5.6.0
diff --git a/stable/wifi-card/5.6.0/charts/common-20.1.5.tgz b/stable/wifi-card/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wifi-card/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/xen-orchestra/8.8.0/.helmignore b/stable/wifi-card/5.7.3/.helmignore
similarity index 100%
rename from stable/xen-orchestra/8.8.0/.helmignore
rename to stable/wifi-card/5.7.3/.helmignore
diff --git a/stable/wifi-card/5.7.3/CHANGELOG.md b/stable/wifi-card/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..341735db334
--- /dev/null
+++ b/stable/wifi-card/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wifi-card-5.7.2](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wifi-card/5.7.3/Chart.yaml b/stable/wifi-card/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..a27e07321f3
--- /dev/null
+++ b/stable/wifi-card/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Print a neat little card with your WiFi info and stick it on the fridge.
+home: https://truecharts.org/charts/stable/wifi-card
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png
+keywords:
+ - wifi-card
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wifi-card
+sources:
+ - https://github.com/bndw/wifi-card
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card
+ - https://hub.docker.com/r/bndw/wifi-card
+type: application
+version: 5.7.3
diff --git a/stable/wifi-card/5.6.0/README.md b/stable/wifi-card/5.7.3/README.md
similarity index 100%
rename from stable/wifi-card/5.6.0/README.md
rename to stable/wifi-card/5.7.3/README.md
diff --git a/stable/wifi-card/5.7.3/app-changelog.md b/stable/wifi-card/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4887401c98d
--- /dev/null
+++ b/stable/wifi-card/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wifi-card-5.7.3](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wifi-card/5.6.0/app-readme.md b/stable/wifi-card/5.7.3/app-readme.md
similarity index 100%
rename from stable/wifi-card/5.6.0/app-readme.md
rename to stable/wifi-card/5.7.3/app-readme.md
diff --git a/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz b/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wifi-card/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wifi-card/5.6.0/ix_values.yaml b/stable/wifi-card/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/wifi-card/5.6.0/ix_values.yaml
rename to stable/wifi-card/5.7.3/ix_values.yaml
diff --git a/stable/wifi-card/5.6.0/questions.yaml b/stable/wifi-card/5.7.3/questions.yaml
similarity index 100%
rename from stable/wifi-card/5.6.0/questions.yaml
rename to stable/wifi-card/5.7.3/questions.yaml
diff --git a/stable/xware/5.6.0/templates/common.yaml b/stable/wifi-card/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/xware/5.6.0/templates/common.yaml
rename to stable/wifi-card/5.7.3/templates/common.yaml
diff --git a/stable/xen-orchestra/8.8.0/values.yaml b/stable/wifi-card/5.7.3/values.yaml
similarity index 100%
rename from stable/xen-orchestra/8.8.0/values.yaml
rename to stable/wifi-card/5.7.3/values.yaml
diff --git a/stable/wikijs/15.6.0/CHANGELOG.md b/stable/wikijs/15.6.0/CHANGELOG.md
deleted file mode 100644
index dc362a1a133..00000000000
--- a/stable/wikijs/15.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wikijs-15.6.0](https://github.com/truecharts/charts/compare/wikijs-15.5.2...wikijs-15.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wikijs-15.5.2](https://github.com/truecharts/charts/compare/wikijs-15.5.1...wikijs-15.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wikijs-15.5.1](https://github.com/truecharts/charts/compare/wikijs-15.5.0...wikijs-15.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wikijs-15.5.0](https://github.com/truecharts/charts/compare/wikijs-15.4.1...wikijs-15.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wikijs-15.4.1](https://github.com/truecharts/charts/compare/wikijs-15.4.0...wikijs-15.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wikijs-15.4.0](https://github.com/truecharts/charts/compare/wikijs-15.3.0...wikijs-15.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wikijs-15.3.0](https://github.com/truecharts/charts/compare/wikijs-15.2.3...wikijs-15.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wikijs-15.2.3](https://github.com/truecharts/charts/compare/wikijs-15.2.2...wikijs-15.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wikijs-15.2.2](https://github.com/truecharts/charts/compare/wikijs-15.2.0...wikijs-15.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wikijs/15.6.0/Chart.yaml b/stable/wikijs/15.6.0/Chart.yaml
deleted file mode 100644
index ee563e0c60a..00000000000
--- a/stable/wikijs/15.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.5.301
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
-home: https://truecharts.org/charts/stable/wikijs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png
-keywords:
- - wiki
- - wikijs
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wikijs
-sources:
- - https://docs.requarks.io/install/docker
- - https://github.com/Requarks/wiki
- - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs
- - https://hub.docker.com/r/requarks/wiki
-type: application
-version: 15.6.0
diff --git a/stable/wikijs/15.6.0/charts/common-20.1.5.tgz b/stable/wikijs/15.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wikijs/15.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/wikijs/15.6.0/questions.yaml b/stable/wikijs/15.6.0/questions.yaml
deleted file mode 100755
index 77c605e7551..00000000000
--- a/stable/wikijs/15.6.0/questions.yaml
+++ /dev/null
@@ -1,2993 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/"
- admin:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
- path: "/a/dashboard"
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10045
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 568
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 568
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/xmrig/6.6.0/.helmignore b/stable/wikijs/15.7.3/.helmignore
similarity index 100%
rename from stable/xmrig/6.6.0/.helmignore
rename to stable/wikijs/15.7.3/.helmignore
diff --git a/stable/wikijs/15.7.3/CHANGELOG.md b/stable/wikijs/15.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..78d11fc1b98
--- /dev/null
+++ b/stable/wikijs/15.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wikijs-15.7.2](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wikijs/15.7.3/Chart.yaml b/stable/wikijs/15.7.3/Chart.yaml
new file mode 100644
index 00000000000..55787603dbe
--- /dev/null
+++ b/stable/wikijs/15.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.5.301
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
+home: https://truecharts.org/charts/stable/wikijs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png
+keywords:
+ - wiki
+ - wikijs
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wikijs
+sources:
+ - https://docs.requarks.io/install/docker
+ - https://github.com/Requarks/wiki
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs
+ - https://hub.docker.com/r/requarks/wiki
+type: application
+version: 15.7.3
diff --git a/stable/wikijs/15.6.0/README.md b/stable/wikijs/15.7.3/README.md
similarity index 100%
rename from stable/wikijs/15.6.0/README.md
rename to stable/wikijs/15.7.3/README.md
diff --git a/stable/wikijs/15.7.3/app-changelog.md b/stable/wikijs/15.7.3/app-changelog.md
new file mode 100644
index 00000000000..ddced817c36
--- /dev/null
+++ b/stable/wikijs/15.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wikijs-15.7.3](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wikijs/15.6.0/app-readme.md b/stable/wikijs/15.7.3/app-readme.md
similarity index 100%
rename from stable/wikijs/15.6.0/app-readme.md
rename to stable/wikijs/15.7.3/app-readme.md
diff --git a/stable/wikijs/15.7.3/charts/common-20.2.4.tgz b/stable/wikijs/15.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wikijs/15.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wikijs/15.6.0/ix_values.yaml b/stable/wikijs/15.7.3/ix_values.yaml
similarity index 100%
rename from stable/wikijs/15.6.0/ix_values.yaml
rename to stable/wikijs/15.7.3/ix_values.yaml
diff --git a/stable/wikijs/15.7.3/questions.yaml b/stable/wikijs/15.7.3/questions.yaml
new file mode 100755
index 00000000000..b35d9835b67
--- /dev/null
+++ b/stable/wikijs/15.7.3/questions.yaml
@@ -0,0 +1,2995 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/"
+ admin:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+ path: "/a/dashboard"
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10045
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 568
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 568
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/wyoming-whisper/4.6.0/templates/NOTES.txt b/stable/wikijs/15.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/templates/NOTES.txt
rename to stable/wikijs/15.7.3/templates/NOTES.txt
diff --git a/stable/xen-orchestra/8.8.0/templates/common.yaml b/stable/wikijs/15.7.3/templates/common.yaml
similarity index 100%
rename from stable/xen-orchestra/8.8.0/templates/common.yaml
rename to stable/wikijs/15.7.3/templates/common.yaml
diff --git a/stable/xmrig/6.6.0/values.yaml b/stable/wikijs/15.7.3/values.yaml
similarity index 100%
rename from stable/xmrig/6.6.0/values.yaml
rename to stable/wikijs/15.7.3/values.yaml
diff --git a/stable/wireguard/8.6.0/CHANGELOG.md b/stable/wireguard/8.6.0/CHANGELOG.md
deleted file mode 100644
index 8b619eb51b1..00000000000
--- a/stable/wireguard/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wireguard-8.6.0](https://github.com/truecharts/charts/compare/wireguard-8.5.2...wireguard-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wireguard-8.5.2](https://github.com/truecharts/charts/compare/wireguard-8.5.1...wireguard-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wireguard-8.5.1](https://github.com/truecharts/charts/compare/wireguard-8.5.0...wireguard-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wireguard-8.5.0](https://github.com/truecharts/charts/compare/wireguard-8.4.1...wireguard-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wireguard-8.4.1](https://github.com/truecharts/charts/compare/wireguard-8.4.0...wireguard-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wireguard-8.4.0](https://github.com/truecharts/charts/compare/wireguard-8.3.0...wireguard-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wireguard-8.3.0](https://github.com/truecharts/charts/compare/wireguard-8.2.3...wireguard-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wireguard-8.2.3](https://github.com/truecharts/charts/compare/wireguard-8.2.2...wireguard-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wireguard-8.2.2](https://github.com/truecharts/charts/compare/wireguard-8.2.0...wireguard-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wireguard/8.6.0/Chart.yaml b/stable/wireguard/8.6.0/Chart.yaml
deleted file mode 100644
index e431d09e400..00000000000
--- a/stable/wireguard/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.0.20210914
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
-home: https://truecharts.org/charts/stable/wireguard
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png
-keywords:
- - wireguard
- - vpn
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wireguard
-sources:
- - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
- - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
- - https://ghcr.io/k8s-at-home/wireguard
-type: application
-version: 8.6.0
diff --git a/stable/wireguard/8.6.0/charts/common-20.1.5.tgz b/stable/wireguard/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wireguard/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/xonotic/5.6.0/.helmignore b/stable/wireguard/8.7.3/.helmignore
similarity index 100%
rename from stable/xonotic/5.6.0/.helmignore
rename to stable/wireguard/8.7.3/.helmignore
diff --git a/stable/wireguard/8.7.3/CHANGELOG.md b/stable/wireguard/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..e29dc3fac77
--- /dev/null
+++ b/stable/wireguard/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wireguard-8.7.2](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wireguard/8.7.3/Chart.yaml b/stable/wireguard/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..10dec54318c
--- /dev/null
+++ b/stable/wireguard/8.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.0.20210914
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
+home: https://truecharts.org/charts/stable/wireguard
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png
+keywords:
+ - wireguard
+ - vpn
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wireguard
+sources:
+ - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
+ - https://ghcr.io/k8s-at-home/wireguard
+type: application
+version: 8.7.3
diff --git a/stable/wireguard/8.6.0/README.md b/stable/wireguard/8.7.3/README.md
similarity index 100%
rename from stable/wireguard/8.6.0/README.md
rename to stable/wireguard/8.7.3/README.md
diff --git a/stable/wireguard/8.7.3/app-changelog.md b/stable/wireguard/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..644113acab3
--- /dev/null
+++ b/stable/wireguard/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wireguard-8.7.3](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wireguard/8.6.0/app-readme.md b/stable/wireguard/8.7.3/app-readme.md
similarity index 100%
rename from stable/wireguard/8.6.0/app-readme.md
rename to stable/wireguard/8.7.3/app-readme.md
diff --git a/stable/wireguard/8.7.3/charts/common-20.2.4.tgz b/stable/wireguard/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wireguard/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wireguard/8.6.0/ix_values.yaml b/stable/wireguard/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/wireguard/8.6.0/ix_values.yaml
rename to stable/wireguard/8.7.3/ix_values.yaml
diff --git a/stable/wireguard/8.6.0/questions.yaml b/stable/wireguard/8.7.3/questions.yaml
similarity index 100%
rename from stable/wireguard/8.6.0/questions.yaml
rename to stable/wireguard/8.7.3/questions.yaml
diff --git a/stable/xen-orchestra/8.8.0/templates/NOTES.txt b/stable/wireguard/8.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/xen-orchestra/8.8.0/templates/NOTES.txt
rename to stable/wireguard/8.7.3/templates/NOTES.txt
diff --git a/stable/wireguard/8.6.0/templates/_configfilemount.tpl b/stable/wireguard/8.7.3/templates/_configfilemount.tpl
similarity index 100%
rename from stable/wireguard/8.6.0/templates/_configfilemount.tpl
rename to stable/wireguard/8.7.3/templates/_configfilemount.tpl
diff --git a/stable/wireguard/8.6.0/templates/_configmap.tpl b/stable/wireguard/8.7.3/templates/_configmap.tpl
similarity index 100%
rename from stable/wireguard/8.6.0/templates/_configmap.tpl
rename to stable/wireguard/8.7.3/templates/_configmap.tpl
diff --git a/stable/wireguard/8.6.0/templates/_secret.tpl b/stable/wireguard/8.7.3/templates/_secret.tpl
similarity index 100%
rename from stable/wireguard/8.6.0/templates/_secret.tpl
rename to stable/wireguard/8.7.3/templates/_secret.tpl
diff --git a/stable/wireguard/8.6.0/templates/common.yaml b/stable/wireguard/8.7.3/templates/common.yaml
similarity index 100%
rename from stable/wireguard/8.6.0/templates/common.yaml
rename to stable/wireguard/8.7.3/templates/common.yaml
diff --git a/stable/xonotic/5.6.0/values.yaml b/stable/wireguard/8.7.3/values.yaml
similarity index 100%
rename from stable/xonotic/5.6.0/values.yaml
rename to stable/wireguard/8.7.3/values.yaml
diff --git a/stable/wizarr/6.6.0/CHANGELOG.md b/stable/wizarr/6.6.0/CHANGELOG.md
deleted file mode 100644
index 2485e53fa0c..00000000000
--- a/stable/wizarr/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wizarr-6.6.0](https://github.com/truecharts/charts/compare/wizarr-6.5.2...wizarr-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wizarr-6.5.2](https://github.com/truecharts/charts/compare/wizarr-6.5.1...wizarr-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wizarr-6.5.1](https://github.com/truecharts/charts/compare/wizarr-6.5.0...wizarr-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wizarr-6.5.0](https://github.com/truecharts/charts/compare/wizarr-6.4.1...wizarr-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wizarr-6.4.1](https://github.com/truecharts/charts/compare/wizarr-6.4.0...wizarr-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wizarr-6.4.0](https://github.com/truecharts/charts/compare/wizarr-6.3.0...wizarr-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wizarr-6.3.0](https://github.com/truecharts/charts/compare/wizarr-6.2.3...wizarr-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wizarr-6.2.3](https://github.com/truecharts/charts/compare/wizarr-6.2.2...wizarr-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wizarr-6.2.2](https://github.com/truecharts/charts/compare/wizarr-6.2.0...wizarr-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wizarr/6.6.0/Chart.yaml b/stable/wizarr/6.6.0/Chart.yaml
deleted file mode 100644
index 58ef601ceb1..00000000000
--- a/stable/wizarr/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 3.5.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: A automatic user invitation system for Plex.
-home: https://truecharts.org/charts/stable/wizarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
-keywords:
- - wizarr
- - home-automation
- - Tools-Utilities
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wizarr
-sources:
- - https://github.com/Wizarrrr/wizarr
- - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr
- - https://ghcr.io/wizarrrr/wizarr
-type: application
-version: 6.6.0
diff --git a/stable/wizarr/6.6.0/charts/common-20.1.5.tgz b/stable/wizarr/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wizarr/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/xteve/13.6.0/.helmignore b/stable/wizarr/6.7.3/.helmignore
similarity index 100%
rename from stable/xteve/13.6.0/.helmignore
rename to stable/wizarr/6.7.3/.helmignore
diff --git a/stable/wizarr/6.7.3/CHANGELOG.md b/stable/wizarr/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..3c85c7a46db
--- /dev/null
+++ b/stable/wizarr/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wizarr-6.7.2](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wizarr/6.7.3/Chart.yaml b/stable/wizarr/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..2c6eff7b148
--- /dev/null
+++ b/stable/wizarr/6.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 3.5.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: A automatic user invitation system for Plex.
+home: https://truecharts.org/charts/stable/wizarr
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
+keywords:
+ - wizarr
+ - home-automation
+ - Tools-Utilities
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wizarr
+sources:
+ - https://github.com/Wizarrrr/wizarr
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr
+ - https://ghcr.io/wizarrrr/wizarr
+type: application
+version: 6.7.3
diff --git a/stable/wizarr/6.6.0/README.md b/stable/wizarr/6.7.3/README.md
similarity index 100%
rename from stable/wizarr/6.6.0/README.md
rename to stable/wizarr/6.7.3/README.md
diff --git a/stable/wizarr/6.7.3/app-changelog.md b/stable/wizarr/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..c8adffd08af
--- /dev/null
+++ b/stable/wizarr/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wizarr-6.7.3](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wizarr/6.6.0/app-readme.md b/stable/wizarr/6.7.3/app-readme.md
similarity index 100%
rename from stable/wizarr/6.6.0/app-readme.md
rename to stable/wizarr/6.7.3/app-readme.md
diff --git a/stable/wizarr/6.7.3/charts/common-20.2.4.tgz b/stable/wizarr/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wizarr/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wizarr/6.6.0/ix_values.yaml b/stable/wizarr/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/wizarr/6.6.0/ix_values.yaml
rename to stable/wizarr/6.7.3/ix_values.yaml
diff --git a/stable/wizarr/6.6.0/questions.yaml b/stable/wizarr/6.7.3/questions.yaml
similarity index 100%
rename from stable/wizarr/6.6.0/questions.yaml
rename to stable/wizarr/6.7.3/questions.yaml
diff --git a/stable/xteve/13.6.0/templates/NOTES.txt b/stable/wizarr/6.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/xteve/13.6.0/templates/NOTES.txt
rename to stable/wizarr/6.7.3/templates/NOTES.txt
diff --git a/stable/xteve/13.6.0/templates/common.yaml b/stable/wizarr/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/xteve/13.6.0/templates/common.yaml
rename to stable/wizarr/6.7.3/templates/common.yaml
diff --git a/stable/xteve/13.6.0/values.yaml b/stable/wizarr/6.7.3/values.yaml
similarity index 100%
rename from stable/xteve/13.6.0/values.yaml
rename to stable/wizarr/6.7.3/values.yaml
diff --git a/stable/xware/5.6.0/.helmignore b/stable/wordpress/7.12.12/.helmignore
similarity index 100%
rename from stable/xware/5.6.0/.helmignore
rename to stable/wordpress/7.12.12/.helmignore
diff --git a/stable/wordpress/7.12.12/CHANGELOG.md b/stable/wordpress/7.12.12/CHANGELOG.md
new file mode 100644
index 00000000000..dd2bdb23dc1
--- /dev/null
+++ b/stable/wordpress/7.12.12/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wordpress-7.12.12](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.12) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646))
+
+- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
+
+- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
+
+- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
+
+- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [wordpress-7.12.11](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.11) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646))
+
+- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
+
+- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
+
+- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
+
+- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
+
+
+## [wordpress-7.12.11](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.11) (2024-03-24)
+
+### Chore
+
+
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
diff --git a/stable/wordpress/7.12.12/Chart.yaml b/stable/wordpress/7.12.12/Chart.yaml
new file mode 100644
index 00000000000..9e9616f35d2
--- /dev/null
+++ b/stable/wordpress/7.12.12/Chart.yaml
@@ -0,0 +1,44 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: website
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.4.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mariadb
+ version: 13.7.3
+ repository: oci://tccr.io/truecharts
+ condition: mariadb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The WordPress rich content management system can utilize plugins, widgets, and themes.
+home: https://truecharts.org/charts/stable/wordpress
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png
+keywords:
+ - wordpress
+ - cms
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wordpress
+sources:
+ - https://www.wordpress.org
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
+ - https://hub.docker.com/r/bitnami/wordpress
+type: application
+version: 7.12.12
diff --git a/stable/wordpress/7.12.8/README.md b/stable/wordpress/7.12.12/README.md
similarity index 100%
rename from stable/wordpress/7.12.8/README.md
rename to stable/wordpress/7.12.12/README.md
diff --git a/stable/wordpress/7.12.12/app-changelog.md b/stable/wordpress/7.12.12/app-changelog.md
new file mode 100644
index 00000000000..989007419d6
--- /dev/null
+++ b/stable/wordpress/7.12.12/app-changelog.md
@@ -0,0 +1,41 @@
+
+
+## [wordpress-7.12.12](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.12) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image mariadb to v13.7.3[@8398c91](https://github.com/8398c91) by renovate ([#19693](https://github.com/truecharts/charts/issues/19693))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image bitnami/wordpress to 6.4.3[@7fb7254](https://github.com/7fb7254) by renovate ([#19646](https://github.com/truecharts/charts/issues/19646))
+
+- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
+
+- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
+
+- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
+
+- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
+
+- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
+
+- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
+
+- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
+
+- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/wordpress/7.12.8/app-readme.md b/stable/wordpress/7.12.12/app-readme.md
similarity index 100%
rename from stable/wordpress/7.12.8/app-readme.md
rename to stable/wordpress/7.12.12/app-readme.md
diff --git a/stable/wordpress/7.12.12/charts/common-20.2.4.tgz b/stable/wordpress/7.12.12/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wordpress/7.12.12/charts/common-20.2.4.tgz differ
diff --git a/stable/wordpress/7.12.12/charts/mariadb-13.7.3.tgz b/stable/wordpress/7.12.12/charts/mariadb-13.7.3.tgz
new file mode 100644
index 00000000000..89750a30e2d
Binary files /dev/null and b/stable/wordpress/7.12.12/charts/mariadb-13.7.3.tgz differ
diff --git a/stable/wordpress/7.12.12/ix_values.yaml b/stable/wordpress/7.12.12/ix_values.yaml
new file mode 100644
index 00000000000..78abac28663
--- /dev/null
+++ b/stable/wordpress/7.12.12/ix_values.yaml
@@ -0,0 +1,71 @@
+image:
+ repository: bitnami/wordpress
+ pullPolicy: IfNotPresent
+ tag: 6.4.3@sha256:7fb7254cf9a86260b00190cd39927a67783c50d77788ebbdc900070797b9b8e1
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ envFrom:
+ - configMapRef:
+ name: env-config
+ - secretRef:
+ name: env-secret
+ probes:
+ liveness:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ readiness:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+ startup:
+ enabled: true
+ type: tcp
+ port: "{{ .Values.service.main.ports.main.port }}"
+wordpress:
+ user: user
+ pass: bitnami
+ email: user@example.com
+ first_name: TrueCharts
+ last_name: TrueCharts
+ blog_name: Truecharts Blog
+ enable_reverse_proxy_headers: true
+smtp:
+ enabled: false
+ host: ""
+ port: 587
+ user: ""
+ pass: ""
+php-config:
+ PHP_ENABLE_OPCACHE: "yes"
+ PHP_EXPOSE_PHP: ""
+ PHP_MAX_EXECUTION_TIME: ""
+ PHP_MAX_INPUT_TIME: ""
+ PHP_MAX_INPUT_VARS: ""
+ PHP_MEMORY_LIMIT: 512M
+ PHP_POST_MAX_SIZE: ""
+ PHP_UPLOAD_MAX_FILESIZE: ""
+service:
+ main:
+ ports:
+ main:
+ protocol: http
+ port: 10591
+persistence:
+ config:
+ enabled: true
+ mountPath: /bitnami/wordpress
+mariadb:
+ enabled: true
+ mariadbUsername: wordpress
+ mariadbDatabase: wordpress
+portal:
+ open:
+ enabled: true
diff --git a/stable/wordpress/7.12.8/questions.yaml b/stable/wordpress/7.12.12/questions.yaml
similarity index 100%
rename from stable/wordpress/7.12.8/questions.yaml
rename to stable/wordpress/7.12.12/questions.yaml
diff --git a/stable/wordpress/7.12.8/templates/_env.tpl b/stable/wordpress/7.12.12/templates/_env.tpl
similarity index 100%
rename from stable/wordpress/7.12.8/templates/_env.tpl
rename to stable/wordpress/7.12.12/templates/_env.tpl
diff --git a/stable/wordpress/7.12.8/templates/common.yaml b/stable/wordpress/7.12.12/templates/common.yaml
similarity index 100%
rename from stable/wordpress/7.12.8/templates/common.yaml
rename to stable/wordpress/7.12.12/templates/common.yaml
diff --git a/stable/xware/5.6.0/values.yaml b/stable/wordpress/7.12.12/values.yaml
similarity index 100%
rename from stable/xware/5.6.0/values.yaml
rename to stable/wordpress/7.12.12/values.yaml
diff --git a/stable/wordpress/7.12.8/CHANGELOG.md b/stable/wordpress/7.12.8/CHANGELOG.md
deleted file mode 100644
index b260e6d996f..00000000000
--- a/stable/wordpress/7.12.8/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wordpress-7.12.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.8) (2024-03-23)
-
-### Chore
-
-
-
-- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
-
-- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
-
-- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
-
-- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [wordpress-7.12.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.8) (2024-03-23)
-
-### Chore
-
-
-
-- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
-
-- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
-
-- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
-
-- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
-
-
-## [wordpress-7.12.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.8) (2024-03-22)
-
-### Chore
-
-
-
-- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
-
-- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
-
-- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
-
-- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
diff --git a/stable/wordpress/7.12.8/Chart.yaml b/stable/wordpress/7.12.8/Chart.yaml
deleted file mode 100644
index 0c3bf203aae..00000000000
--- a/stable/wordpress/7.12.8/Chart.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: website
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.4.3
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mariadb
- version: 13.7.2
- repository: oci://tccr.io/truecharts
- condition: mariadb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The WordPress rich content management system can utilize plugins, widgets, and themes.
-home: https://truecharts.org/charts/stable/wordpress
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png
-keywords:
- - wordpress
- - cms
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wordpress
-sources:
- - https://www.wordpress.org
- - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
- - https://hub.docker.com/r/bitnami/wordpress
-type: application
-version: 7.12.8
diff --git a/stable/wordpress/7.12.8/app-changelog.md b/stable/wordpress/7.12.8/app-changelog.md
deleted file mode 100644
index d77574ab3ed..00000000000
--- a/stable/wordpress/7.12.8/app-changelog.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-## [wordpress-7.12.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.8) (2024-03-23)
-
-### Chore
-
-
-
-- update container image bitnami/wordpress to 6.4.3[@94fc72a](https://github.com/94fc72a) by renovate ([#19611](https://github.com/truecharts/charts/issues/19611))
-
-- update container image bitnami/wordpress to 6.4.3[@766d417](https://github.com/766d417) by renovate ([#19577](https://github.com/truecharts/charts/issues/19577))
-
-- update container image bitnami/wordpress to 6.4.3[@9010b51](https://github.com/9010b51) by renovate ([#19566](https://github.com/truecharts/charts/issues/19566))
-
-- update container image mariadb to v13.7.2[@5126463](https://github.com/5126463) by renovate ([#19560](https://github.com/truecharts/charts/issues/19560))
-
-- update container image bitnami/wordpress to 6.4.3[@1342c26](https://github.com/1342c26) by renovate ([#19500](https://github.com/truecharts/charts/issues/19500))
-
-- update container image bitnami/wordpress to 6.4.3[@56ded27](https://github.com/56ded27) by renovate ([#19460](https://github.com/truecharts/charts/issues/19460))
-
-- update container image mariadb to v13.7.1[@dfd144d](https://github.com/dfd144d) by renovate ([#19441](https://github.com/truecharts/charts/issues/19441))
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390))
-
-- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318))
\ No newline at end of file
diff --git a/stable/wordpress/7.12.8/charts/common-20.2.2.tgz b/stable/wordpress/7.12.8/charts/common-20.2.2.tgz
deleted file mode 100644
index a03705c8463..00000000000
Binary files a/stable/wordpress/7.12.8/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/stable/wordpress/7.12.8/charts/mariadb-13.7.2.tgz b/stable/wordpress/7.12.8/charts/mariadb-13.7.2.tgz
deleted file mode 100644
index 01864ca7b13..00000000000
Binary files a/stable/wordpress/7.12.8/charts/mariadb-13.7.2.tgz and /dev/null differ
diff --git a/stable/wordpress/7.12.8/ix_values.yaml b/stable/wordpress/7.12.8/ix_values.yaml
deleted file mode 100644
index 5ffa167bda7..00000000000
--- a/stable/wordpress/7.12.8/ix_values.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
-image:
- repository: bitnami/wordpress
- pullPolicy: IfNotPresent
- tag: 6.4.3@sha256:94fc72a2e2240fb7fe67a5fddb50682d08c34c2f0d9fadb29aac00aabaa84f92
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- envFrom:
- - configMapRef:
- name: env-config
- - secretRef:
- name: env-secret
- probes:
- liveness:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- readiness:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
- startup:
- enabled: true
- type: tcp
- port: "{{ .Values.service.main.ports.main.port }}"
-wordpress:
- user: user
- pass: bitnami
- email: user@example.com
- first_name: TrueCharts
- last_name: TrueCharts
- blog_name: Truecharts Blog
- enable_reverse_proxy_headers: true
-smtp:
- enabled: false
- host: ""
- port: 587
- user: ""
- pass: ""
-php-config:
- PHP_ENABLE_OPCACHE: "yes"
- PHP_EXPOSE_PHP: ""
- PHP_MAX_EXECUTION_TIME: ""
- PHP_MAX_INPUT_TIME: ""
- PHP_MAX_INPUT_VARS: ""
- PHP_MEMORY_LIMIT: 512M
- PHP_POST_MAX_SIZE: ""
- PHP_UPLOAD_MAX_FILESIZE: ""
-service:
- main:
- ports:
- main:
- protocol: http
- port: 10591
-persistence:
- config:
- enabled: true
- mountPath: /bitnami/wordpress
-mariadb:
- enabled: true
- mariadbUsername: wordpress
- mariadbDatabase: wordpress
-portal:
- open:
- enabled: true
diff --git a/stable/wyoming-piper/4.7.0/CHANGELOG.md b/stable/wyoming-piper/4.7.0/CHANGELOG.md
deleted file mode 100644
index 6632b2b15c5..00000000000
--- a/stable/wyoming-piper/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wyoming-piper-4.7.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.6.2...wyoming-piper-4.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wyoming-piper-4.6.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.6.1...wyoming-piper-4.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wyoming-piper-4.6.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.6.0...wyoming-piper-4.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wyoming-piper-4.6.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.5.1...wyoming-piper-4.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wyoming-piper-4.5.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.5.0...wyoming-piper-4.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wyoming-piper-4.5.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.4.0...wyoming-piper-4.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wyoming-piper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.3...wyoming-piper-4.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wyoming-piper-4.3.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.2...wyoming-piper-4.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wyoming-piper-4.3.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.0...wyoming-piper-4.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wyoming-piper/4.7.0/Chart.yaml b/stable/wyoming-piper/4.7.0/Chart.yaml
deleted file mode 100644
index e2a0d3ea58e..00000000000
--- a/stable/wyoming-piper/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.5.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Wyoming integration of piper
-home: https://truecharts.org/charts/stable/wyoming-piper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png
-keywords:
- - wyoming-piper
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wyoming-piper
-sources:
- - https://github.com/home-assistant/addons/tree/master/piper
- - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper
- - https://hub.docker.com/r/rhasspy/wyoming-piper
-type: application
-version: 4.7.0
diff --git a/stable/wyoming-piper/4.7.0/charts/common-20.1.5.tgz b/stable/wyoming-piper/4.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wyoming-piper/4.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/xwiki/12.7.1/.helmignore b/stable/wyoming-piper/4.8.3/.helmignore
similarity index 100%
rename from stable/xwiki/12.7.1/.helmignore
rename to stable/wyoming-piper/4.8.3/.helmignore
diff --git a/stable/wyoming-piper/4.8.3/CHANGELOG.md b/stable/wyoming-piper/4.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..b9617fd8361
--- /dev/null
+++ b/stable/wyoming-piper/4.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-piper-4.8.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wyoming-piper/4.8.3/Chart.yaml b/stable/wyoming-piper/4.8.3/Chart.yaml
new file mode 100644
index 00000000000..12e089d2f77
--- /dev/null
+++ b/stable/wyoming-piper/4.8.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.5.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Wyoming integration of piper
+home: https://truecharts.org/charts/stable/wyoming-piper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png
+keywords:
+ - wyoming-piper
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wyoming-piper
+sources:
+ - https://github.com/home-assistant/addons/tree/master/piper
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper
+ - https://hub.docker.com/r/rhasspy/wyoming-piper
+type: application
+version: 4.8.3
diff --git a/stable/wyoming-piper/4.7.0/README.md b/stable/wyoming-piper/4.8.3/README.md
similarity index 100%
rename from stable/wyoming-piper/4.7.0/README.md
rename to stable/wyoming-piper/4.8.3/README.md
diff --git a/stable/wyoming-piper/4.8.3/app-changelog.md b/stable/wyoming-piper/4.8.3/app-changelog.md
new file mode 100644
index 00000000000..76c174c4420
--- /dev/null
+++ b/stable/wyoming-piper/4.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wyoming-piper-4.8.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wyoming-piper/4.7.0/app-readme.md b/stable/wyoming-piper/4.8.3/app-readme.md
similarity index 100%
rename from stable/wyoming-piper/4.7.0/app-readme.md
rename to stable/wyoming-piper/4.8.3/app-readme.md
diff --git a/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz b/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wyoming-piper/4.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wyoming-piper/4.7.0/ix_values.yaml b/stable/wyoming-piper/4.8.3/ix_values.yaml
similarity index 100%
rename from stable/wyoming-piper/4.7.0/ix_values.yaml
rename to stable/wyoming-piper/4.8.3/ix_values.yaml
diff --git a/stable/wyoming-piper/4.7.0/questions.yaml b/stable/wyoming-piper/4.8.3/questions.yaml
similarity index 100%
rename from stable/wyoming-piper/4.7.0/questions.yaml
rename to stable/wyoming-piper/4.8.3/questions.yaml
diff --git a/stable/xwiki/12.7.1/templates/NOTES.txt b/stable/wyoming-piper/4.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/xwiki/12.7.1/templates/NOTES.txt
rename to stable/wyoming-piper/4.8.3/templates/NOTES.txt
diff --git a/stable/wyoming-piper/4.7.0/templates/_args.tpl b/stable/wyoming-piper/4.8.3/templates/_args.tpl
similarity index 100%
rename from stable/wyoming-piper/4.7.0/templates/_args.tpl
rename to stable/wyoming-piper/4.8.3/templates/_args.tpl
diff --git a/stable/wyoming-piper/4.7.0/templates/common.yaml b/stable/wyoming-piper/4.8.3/templates/common.yaml
similarity index 100%
rename from stable/wyoming-piper/4.7.0/templates/common.yaml
rename to stable/wyoming-piper/4.8.3/templates/common.yaml
diff --git a/stable/xwiki/12.7.1/values.yaml b/stable/wyoming-piper/4.8.3/values.yaml
similarity index 100%
rename from stable/xwiki/12.7.1/values.yaml
rename to stable/wyoming-piper/4.8.3/values.yaml
diff --git a/stable/wyoming-whisper/4.6.0/CHANGELOG.md b/stable/wyoming-whisper/4.6.0/CHANGELOG.md
deleted file mode 100644
index 97187fb10d4..00000000000
--- a/stable/wyoming-whisper/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [wyoming-whisper-4.6.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.5.2...wyoming-whisper-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [wyoming-whisper-4.5.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.5.1...wyoming-whisper-4.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [wyoming-whisper-4.5.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.5.0...wyoming-whisper-4.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [wyoming-whisper-4.5.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.4.1...wyoming-whisper-4.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [wyoming-whisper-4.4.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.4.0...wyoming-whisper-4.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [wyoming-whisper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.3.0...wyoming-whisper-4.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [wyoming-whisper-4.3.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.3...wyoming-whisper-4.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [wyoming-whisper-4.2.3](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.2...wyoming-whisper-4.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [wyoming-whisper-4.2.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.0...wyoming-whisper-4.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/wyoming-whisper/4.6.0/Chart.yaml b/stable/wyoming-whisper/4.6.0/Chart.yaml
deleted file mode 100644
index bd4dee46ac0..00000000000
--- a/stable/wyoming-whisper/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: home-automation
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: The Wyoming integration of whisper
-home: https://truecharts.org/charts/stable/wyoming-whisper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png
-keywords:
- - wyoming-whisper
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: wyoming-whisper
-sources:
- - https://github.com/home-assistant/addons/tree/master/whisper
- - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper
- - https://hub.docker.com/r/rhasspy/wyoming-whisper
-type: application
-version: 4.6.0
diff --git a/stable/wyoming-whisper/4.6.0/charts/common-20.1.5.tgz b/stable/wyoming-whisper/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/wyoming-whisper/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/yacreaderlibraryserver/5.6.0/.helmignore b/stable/wyoming-whisper/4.7.3/.helmignore
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/.helmignore
rename to stable/wyoming-whisper/4.7.3/.helmignore
diff --git a/stable/wyoming-whisper/4.7.3/CHANGELOG.md b/stable/wyoming-whisper/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c6bf6de4199
--- /dev/null
+++ b/stable/wyoming-whisper/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [wyoming-whisper-4.7.3](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [wyoming-whisper-4.7.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/wyoming-whisper/4.7.3/Chart.yaml b/stable/wyoming-whisper/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..eb71a393423
--- /dev/null
+++ b/stable/wyoming-whisper/4.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: home-automation
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: The Wyoming integration of whisper
+home: https://truecharts.org/charts/stable/wyoming-whisper
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png
+keywords:
+ - wyoming-whisper
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: wyoming-whisper
+sources:
+ - https://github.com/home-assistant/addons/tree/master/whisper
+ - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper
+ - https://hub.docker.com/r/rhasspy/wyoming-whisper
+type: application
+version: 4.7.3
diff --git a/stable/wyoming-whisper/4.6.0/README.md b/stable/wyoming-whisper/4.7.3/README.md
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/README.md
rename to stable/wyoming-whisper/4.7.3/README.md
diff --git a/stable/wyoming-whisper/4.7.3/app-changelog.md b/stable/wyoming-whisper/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..eab37f0cf3b
--- /dev/null
+++ b/stable/wyoming-whisper/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [wyoming-whisper-4.7.3](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/wyoming-whisper/4.6.0/app-readme.md b/stable/wyoming-whisper/4.7.3/app-readme.md
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/app-readme.md
rename to stable/wyoming-whisper/4.7.3/app-readme.md
diff --git a/stable/wyoming-whisper/4.7.3/charts/common-20.2.4.tgz b/stable/wyoming-whisper/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/wyoming-whisper/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/wyoming-whisper/4.6.0/ix_values.yaml b/stable/wyoming-whisper/4.7.3/ix_values.yaml
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/ix_values.yaml
rename to stable/wyoming-whisper/4.7.3/ix_values.yaml
diff --git a/stable/wyoming-whisper/4.6.0/questions.yaml b/stable/wyoming-whisper/4.7.3/questions.yaml
similarity index 100%
rename from stable/wyoming-whisper/4.6.0/questions.yaml
rename to stable/wyoming-whisper/4.7.3/questions.yaml
diff --git a/stable/youtransfer/7.6.0/templates/NOTES.txt b/stable/wyoming-whisper/4.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/youtransfer/7.6.0/templates/NOTES.txt
rename to stable/wyoming-whisper/4.7.3/templates/NOTES.txt
diff --git a/stable/xwiki/12.7.1/templates/common.yaml b/stable/wyoming-whisper/4.7.3/templates/common.yaml
similarity index 100%
rename from stable/xwiki/12.7.1/templates/common.yaml
rename to stable/wyoming-whisper/4.7.3/templates/common.yaml
diff --git a/stable/yacreaderlibraryserver/5.6.0/values.yaml b/stable/wyoming-whisper/4.7.3/values.yaml
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/values.yaml
rename to stable/wyoming-whisper/4.7.3/values.yaml
diff --git a/stable/xen-orchestra/8.8.0/CHANGELOG.md b/stable/xen-orchestra/8.8.0/CHANGELOG.md
deleted file mode 100644
index c6b7a04ddb0..00000000000
--- a/stable/xen-orchestra/8.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
diff --git a/stable/xen-orchestra/8.8.0/Chart.yaml b/stable/xen-orchestra/8.8.0/Chart.yaml
deleted file mode 100644
index 1f07451645c..00000000000
--- a/stable/xen-orchestra/8.8.0/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: management
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 5.138.1
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure.
-home: https://truecharts.org/charts/stable/xen-orchestra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png
-keywords:
- - xen-orchestra
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xen-orchestra
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
- - https://hub.docker.com/r/ronivay/xen-orchestra
-type: application
-version: 8.8.0
diff --git a/stable/xen-orchestra/8.8.0/app-changelog.md b/stable/xen-orchestra/8.8.0/app-changelog.md
deleted file mode 100644
index 935aaadb0b2..00000000000
--- a/stable/xen-orchestra/8.8.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [xen-orchestra-8.8.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
\ No newline at end of file
diff --git a/stable/xen-orchestra/8.8.0/charts/common-20.2.0.tgz b/stable/xen-orchestra/8.8.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/xen-orchestra/8.8.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/xen-orchestra/8.8.0/ix_values.yaml b/stable/xen-orchestra/8.8.0/ix_values.yaml
deleted file mode 100644
index 7393c57db21..00000000000
--- a/stable/xen-orchestra/8.8.0/ix_values.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
-image:
- repository: ronivay/xen-orchestra
- tag: 5.138.1@sha256:bfb0711ef7de65ee31c24a4eaa28bb974ac16c33b4f1785e9db939de7dac1e22
- pullPolicy: IfNotPresent
-service:
- main:
- ports:
- main:
- protocol: https
- port: 10324
-persistence:
- xo-data:
- enabled: true
- mountPath: "/var/lib/xo-server"
- redis-data:
- enabled: true
- mountPath: "/var/lib/redis"
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
- capabilities:
- add:
- - SYS_ADMIN
- runAsUser: 0
- runAsGroup: 0
-workload:
- main:
- podSpec:
- containers:
- main:
- probes:
- liveness:
- enabled: true
- type: exec
- command:
- - /healthcheck.sh
- readiness:
- enabled: true
- type: exec
- command:
- - /healthcheck.sh
- startup:
- enabled: true
- type: exec
- command:
- - /healthcheck.sh
- env:
- HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}"
- # Just so it doesn't try to bind port 80
- HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}"
- REDIRECT_TO_HTTPS: true
diff --git a/stable/yacy/5.6.0/.helmignore b/stable/xen-orchestra/8.8.4/.helmignore
similarity index 100%
rename from stable/yacy/5.6.0/.helmignore
rename to stable/xen-orchestra/8.8.4/.helmignore
diff --git a/stable/xen-orchestra/8.8.4/CHANGELOG.md b/stable/xen-orchestra/8.8.4/CHANGELOG.md
new file mode 100644
index 00000000000..2836e48aa0e
--- /dev/null
+++ b/stable/xen-orchestra/8.8.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xen-orchestra-8.8.4](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
+
+
+## [xen-orchestra-8.8.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
+
+
+## [xen-orchestra-8.8.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
+
+
+## [xen-orchestra-8.8.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
+
+
+## [xen-orchestra-8.8.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.3) (2024-03-24)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
+
+
+## [xen-orchestra-8.8.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.3) (2024-03-24)
+
+### Chore
\ No newline at end of file
diff --git a/stable/xen-orchestra/8.8.4/Chart.yaml b/stable/xen-orchestra/8.8.4/Chart.yaml
new file mode 100644
index 00000000000..300db08dbc7
--- /dev/null
+++ b/stable/xen-orchestra/8.8.4/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: management
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 5.138.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure.
+home: https://truecharts.org/charts/stable/xen-orchestra
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png
+keywords:
+ - xen-orchestra
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xen-orchestra
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
+ - https://hub.docker.com/r/ronivay/xen-orchestra
+type: application
+version: 8.8.4
diff --git a/stable/xen-orchestra/8.8.0/README.md b/stable/xen-orchestra/8.8.4/README.md
similarity index 100%
rename from stable/xen-orchestra/8.8.0/README.md
rename to stable/xen-orchestra/8.8.4/README.md
diff --git a/stable/xen-orchestra/8.8.4/app-changelog.md b/stable/xen-orchestra/8.8.4/app-changelog.md
new file mode 100644
index 00000000000..3bb262b6e66
--- /dev/null
+++ b/stable/xen-orchestra/8.8.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [xen-orchestra-8.8.4](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@9c6a546](https://github.com/9c6a546) by renovate ([#19668](https://github.com/truecharts/charts/issues/19668))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ronivay/xen-orchestra to 5.138.1[@bfb0711](https://github.com/bfb0711) by renovate ([#19284](https://github.com/truecharts/charts/issues/19284))
\ No newline at end of file
diff --git a/stable/xen-orchestra/8.8.0/app-readme.md b/stable/xen-orchestra/8.8.4/app-readme.md
similarity index 100%
rename from stable/xen-orchestra/8.8.0/app-readme.md
rename to stable/xen-orchestra/8.8.4/app-readme.md
diff --git a/stable/xen-orchestra/8.8.4/charts/common-20.2.4.tgz b/stable/xen-orchestra/8.8.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xen-orchestra/8.8.4/charts/common-20.2.4.tgz differ
diff --git a/stable/xen-orchestra/8.8.4/ix_values.yaml b/stable/xen-orchestra/8.8.4/ix_values.yaml
new file mode 100644
index 00000000000..d259361731e
--- /dev/null
+++ b/stable/xen-orchestra/8.8.4/ix_values.yaml
@@ -0,0 +1,55 @@
+image:
+ repository: ronivay/xen-orchestra
+ tag: 5.138.1@sha256:9c6a546eb6fa766ff02aaf893f26710779299c64cbc4631c9a4baa8934ded571
+ pullPolicy: IfNotPresent
+service:
+ main:
+ ports:
+ main:
+ protocol: https
+ port: 10324
+persistence:
+ xo-data:
+ enabled: true
+ mountPath: "/var/lib/xo-server"
+ redis-data:
+ enabled: true
+ mountPath: "/var/lib/redis"
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+ capabilities:
+ add:
+ - SYS_ADMIN
+ runAsUser: 0
+ runAsGroup: 0
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ probes:
+ liveness:
+ enabled: true
+ type: exec
+ command:
+ - /healthcheck.sh
+ readiness:
+ enabled: true
+ type: exec
+ command:
+ - /healthcheck.sh
+ startup:
+ enabled: true
+ type: exec
+ command:
+ - /healthcheck.sh
+ env:
+ HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}"
+ # Just so it doesn't try to bind port 80
+ HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}"
+ REDIRECT_TO_HTTPS: true
diff --git a/stable/xen-orchestra/8.8.0/questions.yaml b/stable/xen-orchestra/8.8.4/questions.yaml
similarity index 100%
rename from stable/xen-orchestra/8.8.0/questions.yaml
rename to stable/xen-orchestra/8.8.4/questions.yaml
diff --git a/stable/youtubedl-material/10.7.1/templates/NOTES.txt b/stable/xen-orchestra/8.8.4/templates/NOTES.txt
similarity index 100%
rename from stable/youtubedl-material/10.7.1/templates/NOTES.txt
rename to stable/xen-orchestra/8.8.4/templates/NOTES.txt
diff --git a/stable/youtubedl-material/10.7.1/templates/common.yaml b/stable/xen-orchestra/8.8.4/templates/common.yaml
similarity index 100%
rename from stable/youtubedl-material/10.7.1/templates/common.yaml
rename to stable/xen-orchestra/8.8.4/templates/common.yaml
diff --git a/stable/yacy/5.6.0/values.yaml b/stable/xen-orchestra/8.8.4/values.yaml
similarity index 100%
rename from stable/yacy/5.6.0/values.yaml
rename to stable/xen-orchestra/8.8.4/values.yaml
diff --git a/stable/xmrig/6.6.0/CHANGELOG.md b/stable/xmrig/6.6.0/CHANGELOG.md
deleted file mode 100644
index 64b573d89a7..00000000000
--- a/stable/xmrig/6.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xmrig-6.6.0](https://github.com/truecharts/charts/compare/xmrig-6.5.2...xmrig-6.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [xmrig-6.5.2](https://github.com/truecharts/charts/compare/xmrig-6.5.1...xmrig-6.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [xmrig-6.5.1](https://github.com/truecharts/charts/compare/xmrig-6.5.0...xmrig-6.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [xmrig-6.5.0](https://github.com/truecharts/charts/compare/xmrig-6.4.1...xmrig-6.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [xmrig-6.4.1](https://github.com/truecharts/charts/compare/xmrig-6.4.0...xmrig-6.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [xmrig-6.4.0](https://github.com/truecharts/charts/compare/xmrig-6.3.0...xmrig-6.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [xmrig-6.3.0](https://github.com/truecharts/charts/compare/xmrig-6.2.3...xmrig-6.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [xmrig-6.2.3](https://github.com/truecharts/charts/compare/xmrig-6.2.2...xmrig-6.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [xmrig-6.2.2](https://github.com/truecharts/charts/compare/xmrig-6.2.0...xmrig-6.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/xmrig/6.6.0/Chart.yaml b/stable/xmrig/6.6.0/Chart.yaml
deleted file mode 100644
index 6393852a6a3..00000000000
--- a/stable/xmrig/6.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Crypto
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 6.21.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well.
-home: https://truecharts.org/charts/stable/xmrig
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png
-keywords:
- - xmrig
- - Crypto
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xmrig
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig
- - https://hub.docker.com/r/cooleye72/xmrig
-type: application
-version: 6.6.0
diff --git a/stable/xmrig/6.6.0/charts/common-20.1.5.tgz b/stable/xmrig/6.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/xmrig/6.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/yourls/5.7.0/.helmignore b/stable/xmrig/6.7.3/.helmignore
similarity index 100%
rename from stable/yourls/5.7.0/.helmignore
rename to stable/xmrig/6.7.3/.helmignore
diff --git a/stable/xmrig/6.7.3/CHANGELOG.md b/stable/xmrig/6.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fe86af5914f
--- /dev/null
+++ b/stable/xmrig/6.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xmrig-6.7.2](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/xmrig/6.7.3/Chart.yaml b/stable/xmrig/6.7.3/Chart.yaml
new file mode 100644
index 00000000000..18e90b5ed1d
--- /dev/null
+++ b/stable/xmrig/6.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Crypto
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 6.21.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well.
+home: https://truecharts.org/charts/stable/xmrig
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png
+keywords:
+ - xmrig
+ - Crypto
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xmrig
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig
+ - https://hub.docker.com/r/cooleye72/xmrig
+type: application
+version: 6.7.3
diff --git a/stable/xmrig/6.6.0/README.md b/stable/xmrig/6.7.3/README.md
similarity index 100%
rename from stable/xmrig/6.6.0/README.md
rename to stable/xmrig/6.7.3/README.md
diff --git a/stable/xmrig/6.7.3/app-changelog.md b/stable/xmrig/6.7.3/app-changelog.md
new file mode 100644
index 00000000000..8316dc03236
--- /dev/null
+++ b/stable/xmrig/6.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [xmrig-6.7.3](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/xmrig/6.6.0/app-readme.md b/stable/xmrig/6.7.3/app-readme.md
similarity index 100%
rename from stable/xmrig/6.6.0/app-readme.md
rename to stable/xmrig/6.7.3/app-readme.md
diff --git a/stable/xmrig/6.7.3/charts/common-20.2.4.tgz b/stable/xmrig/6.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xmrig/6.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/xmrig/6.6.0/ix_values.yaml b/stable/xmrig/6.7.3/ix_values.yaml
similarity index 100%
rename from stable/xmrig/6.6.0/ix_values.yaml
rename to stable/xmrig/6.7.3/ix_values.yaml
diff --git a/stable/xmrig/6.6.0/questions.yaml b/stable/xmrig/6.7.3/questions.yaml
similarity index 100%
rename from stable/xmrig/6.6.0/questions.yaml
rename to stable/xmrig/6.7.3/questions.yaml
diff --git a/stable/yacreaderlibraryserver/5.6.0/templates/common.yaml b/stable/xmrig/6.7.3/templates/common.yaml
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/templates/common.yaml
rename to stable/xmrig/6.7.3/templates/common.yaml
diff --git a/stable/yourls/5.7.0/values.yaml b/stable/xmrig/6.7.3/values.yaml
similarity index 100%
rename from stable/yourls/5.7.0/values.yaml
rename to stable/xmrig/6.7.3/values.yaml
diff --git a/stable/xonotic/5.6.0/CHANGELOG.md b/stable/xonotic/5.6.0/CHANGELOG.md
deleted file mode 100644
index d397860fd2d..00000000000
--- a/stable/xonotic/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xonotic-5.6.0](https://github.com/truecharts/charts/compare/xonotic-5.5.2...xonotic-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [xonotic-5.5.2](https://github.com/truecharts/charts/compare/xonotic-5.5.1...xonotic-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [xonotic-5.5.1](https://github.com/truecharts/charts/compare/xonotic-5.5.0...xonotic-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [xonotic-5.5.0](https://github.com/truecharts/charts/compare/xonotic-5.4.1...xonotic-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [xonotic-5.4.1](https://github.com/truecharts/charts/compare/xonotic-5.4.0...xonotic-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [xonotic-5.4.0](https://github.com/truecharts/charts/compare/xonotic-5.3.0...xonotic-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [xonotic-5.3.0](https://github.com/truecharts/charts/compare/xonotic-5.2.3...xonotic-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [xonotic-5.2.3](https://github.com/truecharts/charts/compare/xonotic-5.2.2...xonotic-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [xonotic-5.2.2](https://github.com/truecharts/charts/compare/xonotic-5.2.0...xonotic-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/xonotic/5.6.0/Chart.yaml b/stable/xonotic/5.6.0/Chart.yaml
deleted file mode 100644
index baff98d961f..00000000000
--- a/stable/xonotic/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: GameServers
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This Chart will download and install the preferred version of Xonotic.
-home: https://truecharts.org/charts/stable/xonotic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png
-keywords:
- - xonotic
- - GameServers
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xonotic
-sources:
- - https://www.xonotic.org/
- - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic
- - https://hub.docker.com/r/ich777/xonotic
-type: application
-version: 5.6.0
diff --git a/stable/xonotic/5.6.0/charts/common-20.1.5.tgz b/stable/xonotic/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/xonotic/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/youtransfer/7.6.0/.helmignore b/stable/xonotic/5.7.3/.helmignore
similarity index 100%
rename from stable/youtransfer/7.6.0/.helmignore
rename to stable/xonotic/5.7.3/.helmignore
diff --git a/stable/xonotic/5.7.3/CHANGELOG.md b/stable/xonotic/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..337725b881b
--- /dev/null
+++ b/stable/xonotic/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xonotic-5.7.2](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/xonotic/5.7.3/Chart.yaml b/stable/xonotic/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..59ccb9d03fd
--- /dev/null
+++ b/stable/xonotic/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: GameServers
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This Chart will download and install the preferred version of Xonotic.
+home: https://truecharts.org/charts/stable/xonotic
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png
+keywords:
+ - xonotic
+ - GameServers
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xonotic
+sources:
+ - https://www.xonotic.org/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic
+ - https://hub.docker.com/r/ich777/xonotic
+type: application
+version: 5.7.3
diff --git a/stable/xonotic/5.6.0/README.md b/stable/xonotic/5.7.3/README.md
similarity index 100%
rename from stable/xonotic/5.6.0/README.md
rename to stable/xonotic/5.7.3/README.md
diff --git a/stable/xonotic/5.7.3/app-changelog.md b/stable/xonotic/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..d64ae5fc6f5
--- /dev/null
+++ b/stable/xonotic/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [xonotic-5.7.3](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/xonotic/5.6.0/app-readme.md b/stable/xonotic/5.7.3/app-readme.md
similarity index 100%
rename from stable/xonotic/5.6.0/app-readme.md
rename to stable/xonotic/5.7.3/app-readme.md
diff --git a/stable/xonotic/5.7.3/charts/common-20.2.4.tgz b/stable/xonotic/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xonotic/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/xonotic/5.6.0/ix_values.yaml b/stable/xonotic/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/xonotic/5.6.0/ix_values.yaml
rename to stable/xonotic/5.7.3/ix_values.yaml
diff --git a/stable/xonotic/5.6.0/questions.yaml b/stable/xonotic/5.7.3/questions.yaml
similarity index 100%
rename from stable/xonotic/5.6.0/questions.yaml
rename to stable/xonotic/5.7.3/questions.yaml
diff --git a/stable/yacy/5.6.0/templates/common.yaml b/stable/xonotic/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/yacy/5.6.0/templates/common.yaml
rename to stable/xonotic/5.7.3/templates/common.yaml
diff --git a/stable/youtransfer/7.6.0/values.yaml b/stable/xonotic/5.7.3/values.yaml
similarity index 100%
rename from stable/youtransfer/7.6.0/values.yaml
rename to stable/xonotic/5.7.3/values.yaml
diff --git a/stable/xteve/13.6.0/CHANGELOG.md b/stable/xteve/13.6.0/CHANGELOG.md
deleted file mode 100644
index 0c42b895009..00000000000
--- a/stable/xteve/13.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xteve-13.6.0](https://github.com/truecharts/charts/compare/xteve-13.5.2...xteve-13.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [xteve-13.5.2](https://github.com/truecharts/charts/compare/xteve-13.5.1...xteve-13.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [xteve-13.5.1](https://github.com/truecharts/charts/compare/xteve-13.5.0...xteve-13.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [xteve-13.5.0](https://github.com/truecharts/charts/compare/xteve-13.4.1...xteve-13.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [xteve-13.4.1](https://github.com/truecharts/charts/compare/xteve-13.4.0...xteve-13.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [xteve-13.4.0](https://github.com/truecharts/charts/compare/xteve-13.3.0...xteve-13.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [xteve-13.3.0](https://github.com/truecharts/charts/compare/xteve-13.2.3...xteve-13.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [xteve-13.2.3](https://github.com/truecharts/charts/compare/xteve-13.2.2...xteve-13.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [xteve-13.2.2](https://github.com/truecharts/charts/compare/xteve-13.2.0...xteve-13.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/xteve/13.6.0/Chart.yaml b/stable/xteve/13.6.0/Chart.yaml
deleted file mode 100644
index 9ab5d7a29a0..00000000000
--- a/stable/xteve/13.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2.2.0.200
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: M3U Proxy for Plex DVR and Emby Live TV.
-home: https://truecharts.org/charts/stable/xteve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png
-keywords:
- - xteve
- - iptv
- - plex
- - emby
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xteve
-sources:
- - https://github.com/xteve-project/xTeVe
- - https://github.com/k8s-at-home/container-images
- - https://github.com/truecharts/charts/tree/master/charts/stable/xteve
- - https://ghcr.io/k8s-at-home/xteve
-type: application
-version: 13.6.0
diff --git a/stable/xteve/13.6.0/charts/common-20.1.5.tgz b/stable/xteve/13.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/xteve/13.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/youtubedl-material/10.7.1/.helmignore b/stable/xteve/13.7.3/.helmignore
similarity index 100%
rename from stable/youtubedl-material/10.7.1/.helmignore
rename to stable/xteve/13.7.3/.helmignore
diff --git a/stable/xteve/13.7.3/CHANGELOG.md b/stable/xteve/13.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b76747bad9d
--- /dev/null
+++ b/stable/xteve/13.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xteve-13.7.2](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/xteve/13.7.3/Chart.yaml b/stable/xteve/13.7.3/Chart.yaml
new file mode 100644
index 00000000000..16f2093b16a
--- /dev/null
+++ b/stable/xteve/13.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2.2.0.200
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: M3U Proxy for Plex DVR and Emby Live TV.
+home: https://truecharts.org/charts/stable/xteve
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png
+keywords:
+ - xteve
+ - iptv
+ - plex
+ - emby
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xteve
+sources:
+ - https://github.com/xteve-project/xTeVe
+ - https://github.com/k8s-at-home/container-images
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xteve
+ - https://ghcr.io/k8s-at-home/xteve
+type: application
+version: 13.7.3
diff --git a/stable/xteve/13.6.0/README.md b/stable/xteve/13.7.3/README.md
similarity index 100%
rename from stable/xteve/13.6.0/README.md
rename to stable/xteve/13.7.3/README.md
diff --git a/stable/xteve/13.7.3/app-changelog.md b/stable/xteve/13.7.3/app-changelog.md
new file mode 100644
index 00000000000..866a7b07f50
--- /dev/null
+++ b/stable/xteve/13.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [xteve-13.7.3](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/xteve/13.6.0/app-readme.md b/stable/xteve/13.7.3/app-readme.md
similarity index 100%
rename from stable/xteve/13.6.0/app-readme.md
rename to stable/xteve/13.7.3/app-readme.md
diff --git a/stable/xteve/13.7.3/charts/common-20.2.4.tgz b/stable/xteve/13.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xteve/13.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/xteve/13.6.0/ix_values.yaml b/stable/xteve/13.7.3/ix_values.yaml
similarity index 100%
rename from stable/xteve/13.6.0/ix_values.yaml
rename to stable/xteve/13.7.3/ix_values.yaml
diff --git a/stable/xteve/13.6.0/questions.yaml b/stable/xteve/13.7.3/questions.yaml
similarity index 100%
rename from stable/xteve/13.6.0/questions.yaml
rename to stable/xteve/13.7.3/questions.yaml
diff --git a/stable/zerotier/9.6.0/templates/NOTES.txt b/stable/xteve/13.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/zerotier/9.6.0/templates/NOTES.txt
rename to stable/xteve/13.7.3/templates/NOTES.txt
diff --git a/stable/zerotier/9.6.0/templates/common.yaml b/stable/xteve/13.7.3/templates/common.yaml
similarity index 100%
rename from stable/zerotier/9.6.0/templates/common.yaml
rename to stable/xteve/13.7.3/templates/common.yaml
diff --git a/stable/youtubedl-material/10.7.1/values.yaml b/stable/xteve/13.7.3/values.yaml
similarity index 100%
rename from stable/youtubedl-material/10.7.1/values.yaml
rename to stable/xteve/13.7.3/values.yaml
diff --git a/stable/xware/5.6.0/CHANGELOG.md b/stable/xware/5.6.0/CHANGELOG.md
deleted file mode 100644
index b1bf53a90d1..00000000000
--- a/stable/xware/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xware-5.6.0](https://github.com/truecharts/charts/compare/xware-5.5.2...xware-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [xware-5.5.2](https://github.com/truecharts/charts/compare/xware-5.5.1...xware-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [xware-5.5.1](https://github.com/truecharts/charts/compare/xware-5.5.0...xware-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [xware-5.5.0](https://github.com/truecharts/charts/compare/xware-5.4.1...xware-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [xware-5.4.1](https://github.com/truecharts/charts/compare/xware-5.4.0...xware-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [xware-5.4.0](https://github.com/truecharts/charts/compare/xware-5.3.0...xware-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [xware-5.3.0](https://github.com/truecharts/charts/compare/xware-5.2.3...xware-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [xware-5.2.3](https://github.com/truecharts/charts/compare/xware-5.2.2...xware-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [xware-5.2.2](https://github.com/truecharts/charts/compare/xware-5.2.0...xware-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/xware/5.6.0/Chart.yaml b/stable/xware/5.6.0/Chart.yaml
deleted file mode 100644
index 656a1f75888..00000000000
--- a/stable/xware/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Downloaders
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: This is a Chart of Thunder downloader.
-home: https://truecharts.org/charts/stable/xware
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png
-keywords:
- - xware
- - Downloaders
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xware
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/xware
- - https://hub.docker.com/r/caiguai/docker-xware
-type: application
-version: 5.6.0
diff --git a/stable/xware/5.6.0/charts/common-20.1.5.tgz b/stable/xware/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/xware/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/z80pack/5.6.0/.helmignore b/stable/xware/5.7.3/.helmignore
similarity index 100%
rename from stable/z80pack/5.6.0/.helmignore
rename to stable/xware/5.7.3/.helmignore
diff --git a/stable/xware/5.7.3/CHANGELOG.md b/stable/xware/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..2079e53d2cd
--- /dev/null
+++ b/stable/xware/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [xware-5.7.2](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/xware/5.7.3/Chart.yaml b/stable/xware/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..11866317bf7
--- /dev/null
+++ b/stable/xware/5.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Downloaders
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: This is a Chart of Thunder downloader.
+home: https://truecharts.org/charts/stable/xware
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png
+keywords:
+ - xware
+ - Downloaders
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xware
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xware
+ - https://hub.docker.com/r/caiguai/docker-xware
+type: application
+version: 5.7.3
diff --git a/stable/xware/5.6.0/README.md b/stable/xware/5.7.3/README.md
similarity index 100%
rename from stable/xware/5.6.0/README.md
rename to stable/xware/5.7.3/README.md
diff --git a/stable/xware/5.7.3/app-changelog.md b/stable/xware/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..de05620fe61
--- /dev/null
+++ b/stable/xware/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [xware-5.7.3](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/xware/5.6.0/app-readme.md b/stable/xware/5.7.3/app-readme.md
similarity index 100%
rename from stable/xware/5.6.0/app-readme.md
rename to stable/xware/5.7.3/app-readme.md
diff --git a/stable/xware/5.7.3/charts/common-20.2.4.tgz b/stable/xware/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xware/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/xware/5.6.0/ix_values.yaml b/stable/xware/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/xware/5.6.0/ix_values.yaml
rename to stable/xware/5.7.3/ix_values.yaml
diff --git a/stable/xware/5.6.0/questions.yaml b/stable/xware/5.7.3/questions.yaml
similarity index 100%
rename from stable/xware/5.6.0/questions.yaml
rename to stable/xware/5.7.3/questions.yaml
diff --git a/stable/yourls/5.7.0/templates/common.yaml b/stable/xware/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/yourls/5.7.0/templates/common.yaml
rename to stable/xware/5.7.3/templates/common.yaml
diff --git a/stable/z80pack/5.6.0/values.yaml b/stable/xware/5.7.3/values.yaml
similarity index 100%
rename from stable/z80pack/5.6.0/values.yaml
rename to stable/xware/5.7.3/values.yaml
diff --git a/stable/xwiki/12.7.1/CHANGELOG.md b/stable/xwiki/12.7.1/CHANGELOG.md
deleted file mode 100644
index 47942b89e9d..00000000000
--- a/stable/xwiki/12.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
-
-
-## [xwiki-12.7.0](https://github.com/truecharts/charts/compare/xwiki-12.6.2...xwiki-12.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/xwiki/12.7.1/Chart.yaml b/stable/xwiki/12.7.1/Chart.yaml
deleted file mode 100644
index 798536ff36f..00000000000
--- a/stable/xwiki/12.7.1/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: productivity
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 16.1.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
-home: https://truecharts.org/charts/stable/xwiki
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png
-keywords:
- - xwiki
- - wiki
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: xwiki
-sources:
- - https://github.com/xwiki/xwiki-docker
- - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
- - https://hub.docker.com/_/xwiki
-type: application
-version: 12.7.1
diff --git a/stable/xwiki/12.7.1/app-changelog.md b/stable/xwiki/12.7.1/app-changelog.md
deleted file mode 100644
index 356f3239045..00000000000
--- a/stable/xwiki/12.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [xwiki-12.7.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
\ No newline at end of file
diff --git a/stable/xwiki/12.7.1/charts/common-20.1.5.tgz b/stable/xwiki/12.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/xwiki/12.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/xwiki/12.7.1/questions.yaml b/stable/xwiki/12.7.1/questions.yaml
deleted file mode 100755
index 0a921442189..00000000000
--- a/stable/xwiki/12.7.1/questions.yaml
+++ /dev/null
@@ -1,3278 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-portals:
- open:
- protocols:
- - "$kubernetes-resource_configmap_tcportal-open_protocol"
- host:
- - "$kubernetes-resource_configmap_tcportal-open_host"
- ports:
- - "$kubernetes-resource_configmap_tcportal-open_port"
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
- - variable: workload
- group: "Workload Settings"
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: type
- label: Type (Advanced)
- schema:
- type: string
- default: Deployment
- enum:
- - value: Deployment
- description: Deployment
- - value: DaemonSet
- description: DaemonSet
-
- - variable: replicas
- label: Replicas (Advanced)
- description: Set the number of Replicas
- schema:
- type: int
- show_if: [["type", "!=", "DaemonSet"]]
- default: 1
-
- - variable: podSpec
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: containers
- label: Containers
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: Main Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: env
- group: "App Configuration"
- label: "Image Environment"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: JAVA_OPTS
- label: "JAVA_OPTS"
- schema:
- type: string
- default: ""
- - variable: envList
- label: Extra Environment Variables
- description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
- schema:
- type: list
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- - variable: value
- label: Value
- schema:
- type: string
- - variable: extraArgs
- label: Extra Args
- schema:
- type: list
- default: []
- items:
- - variable: arg
- label: Arg
- schema:
- type: string
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: command
- label: Command
- schema:
- type: list
- default: []
- items:
- - variable: param
- label: Param
- schema:
- type: string
-
- - variable: TZ
- label: Timezone
- group: "General Settings"
- schema:
- type: string
- default: "Etc/UTC"
- $ref:
- - "definitions/timezone"
-
- - variable: podOptions
- group: "General Settings"
- label: "Global Pod Options (Advanced)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: expertPodOpts
- label: "Expert - Pod Options"
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hostNetwork
- label: "Host Networking"
- schema:
- type: boolean
- default: false
- - variable: dnsConfig
- label: "DNS Configuration"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: options
- label: "Options"
- schema:
- type: list
- default: [{"name": "ndots", "value": "1"}]
- items:
- - variable: optionsEntry
- label: "Option Entry"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: name
- label: "Name"
- schema:
- type: string
- required: true
- - variable: value
- label: "Value"
- schema:
- type: string
- - variable: nameservers
- label: "Nameservers"
- schema:
- type: list
- default: []
- items:
- - variable: nsEntry
- label: "Nameserver Entry"
- schema:
- type: string
- required: true
- - variable: searches
- label: "Searches"
- schema:
- type: list
- default: []
- items:
- - variable: searchEntry
- label: "Search Entry"
- schema:
- type: string
- required: true
-
- - variable: imagePullSecretList
- group: "General Settings"
- label: "Image Pull Secrets"
- schema:
- type: list
- default: []
- items:
- - variable: pullsecretentry
- label: "Pull Secret"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: true
- - variable: data
- label: Data
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: registry
- label: "Registry"
- schema:
- type: string
- required: true
- default: "https://index.docker.io/v1/"
- - variable: username
- label: "Username"
- schema:
- type: string
- required: true
- default: ""
- - variable: password
- label: "Password"
- schema:
- type: string
- required: true
- private: true
- default: ""
- - variable: email
- label: "Email"
- schema:
- type: string
- required: true
- default: ""
-
- - variable: service
- group: Networking and Services
- label: Configure Service(s)
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service"
- description: "The Primary service on which the healthcheck runs, often the webUI"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: enabled
- label: Enable the Service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
-
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: "Service's Port(s) Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Service Port Configuration"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: "Port"
- description: "This port exposes the container port on the service"
- schema:
- type: int
- default: 10208
- required: true
- - variable: serviceexpert
- group: Networking and Services
- label: Show Expert Config
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
-
- - variable: scaleExternalInterface
- description: Add External Interfaces
- label: Add external Interfaces
- group: Networking
- schema:
- type: list
- items:
- - variable: interfaceConfiguration
- description: Interface Configuration
- label: Interface Configuration
- schema:
- additional_attrs: true
- type: dict
- $ref:
- - "normalize/interfaceConfiguration"
- attrs:
- - variable: hostInterface
- description: Please Specify Host Interface
- label: Host Interface
- schema:
- type: string
- required: true
- $ref:
- - "definitions/interface"
- - variable: ipam
- description: Define how IP Address will be managed
- label: IP Address Management
- schema:
- additional_attrs: true
- type: dict
- required: true
- attrs:
- - variable: type
- description: Specify type for IPAM
- label: IPAM Type
- schema:
- type: string
- required: true
- enum:
- - value: dhcp
- description: Use DHCP
- - value: static
- description: Use Static IP
- - variable: staticIPConfigurations
- label: Static IP Addresses
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticIP
- label: Static IP
- schema:
- type: ipaddr
- cidr: true
- - variable: staticRoutes
- label: Static Routes
- schema:
- type: list
- show_if: [["type", "=", "static"]]
- items:
- - variable: staticRouteConfiguration
- label: Static Route Configuration
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: destination
- label: Destination
- schema:
- type: ipaddr
- cidr: true
- required: true
- - variable: gateway
- label: Gateway
- schema:
- type: ipaddr
- cidr: false
- required: true
-
- - variable: serviceList
- label: Add Manual Custom Services
- group: Networking and Services
- schema:
- type: list
- default: []
- items:
- - variable: serviceListEntry
- label: Custom Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the service
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: LoadBalancer
- description: LoadBalancer (Expose Ports)
- - value: ClusterIP
- description: ClusterIP (Do Not Expose Ports)
- - value: Simple
- description: Deprecated CHANGE THIS
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: advancedsvcset
- label: Show Advanced Service Settings
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: externalIPs
- label: "External IP's"
- description: "External IP's"
- schema:
- type: list
- default: []
- items:
- - variable: externalIP
- label: External IP
- schema:
- type: string
- - variable: ipFamilyPolicy
- label: IP Family Policy
- description: Specify the IP Policy
- schema:
- type: string
- default: SingleStack
- enum:
- - value: SingleStack
- description: SingleStack
- - value: PreferDualStack
- description: PreferDualStack
- - value: RequireDualStack
- description: RequireDualStack
- - variable: ipFamilies
- label: IP Families
- description: (Advanced) The IP Families that should be used
- schema:
- type: list
- default: []
- items:
- - variable: ipFamily
- label: IP Family
- schema:
- type: string
- - variable: portsList
- label: Additional Service Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsListEntry
- label: Custom ports
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Port
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Port Name
- schema:
- type: string
- default: ""
- - variable: protocol
- label: Port Type
- schema:
- type: string
- default: tcp
- enum:
- - value: http
- description: HTTP
- - value: https
- description: HTTPS
- - value: tcp
- description: TCP
- - value: udp
- description: UDP
- - variable: targetPort
- label: Target Port
- description: This port exposes the container port on the service
- schema:
- type: int
- required: true
- - variable: port
- label: Container Port
- schema:
- type: int
- required: true
-
- - variable: persistence
- label: Integrated Persistent Storage
- description: Integrated Persistent Storage
- group: Storage and Persistence
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: config
- label: "App Config Storage"
- description: "Stores the Application Configuration."
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: pvc
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - value: iscsi
- description: iSCSI Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
-
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size quotum of Storage (Do NOT REDUCE after installation)
- description: This value can ONLY be INCREASED after the installation
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: disabled
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: persistenceList
- label: Additional App Storage
- group: Storage and Persistence
- schema:
- type: list
- default: []
- items:
- - variable: persistenceListEntry
- label: Custom Storage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the storage
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: type
- label: Type of Storage
- description: Sets the persistence type, Anything other than PVC could break rollback!
- schema:
- type: string
- default: hostPath
- enum:
- - value: pvc
- description: PVC
- - value: hostPath
- description: Host Path
- - value: emptyDir
- description: emptyDir
- - value: nfs
- description: NFS Share
- - variable: server
- label: NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: path
- label: Path on NFS Server
- schema:
- show_if: [["type", "=", "nfs"]]
- type: string
- default: ""
- - variable: iscsi
- label: iSCSI Options
- schema:
- show_if: [["type", "=", "iscsi"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: targetPortal
- label: targetPortal
- schema:
- type: string
- required: true
- default: ""
- - variable: iqn
- label: iqn
- schema:
- type: string
- required: true
- default: ""
- - variable: lun
- label: lun
- schema:
- type: int
- default: 0
- - variable: authSession
- label: authSession
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: authDiscovery
- label: authDiscovery
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: username
- label: username
- schema:
- type: string
- default: ""
- - variable: password
- label: password
- schema:
- type: string
- default: ""
- - variable: usernameInitiator
- label: usernameInitiator
- schema:
- type: string
- default: ""
- - variable: passwordInitiator
- label: passwordInitiator
- schema:
- type: string
- default: ""
- - variable: autoPermissions
- label: Automatic Permissions Configuration
- description: Automatically set permissions
- schema:
- show_if: [["type", "!=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: chown
- label: Run CHOWN
- description: |
- It will run CHOWN on the path with the given fsGroup
- schema:
- type: boolean
- default: false
- - variable: chmod
- label: Run CHMOD
- description: |
- It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770
- schema:
- type: string
- valid_chars: '[0-9]{3}'
- default: ""
- - variable: recursive
- label: Recursive
- description: |
- It will run CHOWN and CHMOD recursively
- schema:
- type: boolean
- default: false
- - variable: readOnly
- label: Read Only
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Path
- description: Path inside the container the storage is mounted
- schema:
- show_if: [["type", "=", "hostPath"]]
- type: hostpath
- - variable: mountPath
- label: Mount Path
- description: Path inside the container the storage is mounted
- schema:
- type: string
- default: ""
- required: true
- valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- - variable: medium
- label: EmptyDir Medium
- schema:
- show_if: [["type", "=", "emptyDir"]]
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: Memory
- description: Memory
- - variable: size
- label: Size Quotum of Storage
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: 256Gi
- - variable: storageClass
- label: 'storageClass (Advanced)'
- description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
- schema:
- show_if: [["type", "=", "pvc"]]
- type: string
- default: ""
- - variable: static
- label: 'Static Fixed PVC Bindings (Experimental)'
- description: Link a PVC to a specific storage location
- schema:
- show_if: [["type", "=", "pvc"]]
- type: dict
- additional_attrs: true
- attrs:
- - variable: mode
- label: mode
- description: |
- disabled: use normal dynamic PVCs
- smb: connect to an SMB share
- nfs: connect to an NFS share
- schema:
- type: string
- default: "disabled"
- enum:
- - value: "disabled"
- description: disabled
- - value: smb
- description: smb
- - value: nfs
- description: nfs
- - variable: server
- label: Server
- description: server to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "myserver"
- - variable: share
- label: Share
- description: share to connect to
- schema:
- type: string
- show_if: [["mode", "!=", "disabled"]]
- default: "/myshare"
- - variable: user
- label: User
- description: connecting user
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: "myuser"
- - variable: domain
- label: Domain
- description: user domain
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: password
- label: Password
- description: connecting password
- schema:
- type: string
- show_if: [["mode", "=", "smb"]]
- default: ""
- - variable: volumeSnapshots
- label: 'Volume Snapshots (Experimental)'
- description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
- schema:
- show_if: [["type", "=", "pvc"]]
- type: list
- default: []
- items:
- - variable: volumeSnapshotEntry
- label: Custom volumeSnapshot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
- schema:
- type: string
- default: "mysnapshot"
- required: true
- - variable: volumeSnapshotClassName
- label: 'volumeSnapshot Class Name (Advanced)'
- description: For use with PVCs using a non-default storageClass
- schema:
- type: string
- default: ""
-
- - variable: ingress
- label: ""
- group: Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: main
- label: "Main Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
-
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name (Optional)
- description: Defaults to chart name
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description (Optional)
- description: Defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: icon
- label: Icon (Optional)
- description: Defaults to chart icon
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
- - variable: widget
- label: Widget Settings
- schema:
- type: dict
- additional_attrs: true
- show_if: [["enabled", "=", true]]
- attrs:
- - variable: enabled
- label: Enable Widget
- description: When disabled all widget annotations are skipped.
- schema:
- type: boolean
- default: true
- - variable: custom
- label: Options
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: key
- label: API-key (key)
- schema:
- type: string
- default: ""
- - variable: customkv
- label: Custom Options
- schema:
- type: list
- default: []
- items:
- - variable: option
- label: Option
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- default: ""
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- default: ""
- required: true
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
-
- - variable: ingressList
- label: Add Manual Custom Ingresses
- group: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressListEntry
- label: Custom Ingress
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: name
- label: Name
- schema:
- type: string
- default: ""
- - variable: ingressClassName
- label: IngressClass Name
- schema:
- type: string
- default: ""
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: []
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: overrideService
- label: Linked Service
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Service Name
- schema:
- type: string
- default: ""
- - variable: port
- label: Service Port
- schema:
- type: int
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- default: []
- show_if: [["certificateIssuer", "=", ""]]
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: Use Custom Secret (Advanced)
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: "Allow Cross Origin Requests"
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: namespace
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: homepage
- label: Homepage
- description: Connect ingress with Homepage
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: name
- label: Name
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: description
- label: Description
- description: defaults to chart description
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: group
- label: Group
- schema:
- type: string
- required: true
- default: "default"
- show_if: [["enabled", "=", true]]
-
- - variable: securityContext
- group: Security and Permissions
- label: Security Context
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: container
- label: Container
- schema:
- additional_attrs: true
- type: dict
- attrs:
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: runAsUser
- label: "runAsUser"
- description: "The UserID of the user running the application"
- schema:
- type: int
- default: 0
- - variable: runAsGroup
- label: "runAsGroup"
- description: "The groupID this App of the user running the application"
- schema:
- type: int
- default: 0
- # Settings from questions.yaml get appended here on a per-app basis
- - variable: PUID
- label: Process User ID - PUID
- description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
- schema:
- type: int
- show_if: [["runAsUser", "=", 0]]
- default: 568
- - variable: UMASK
- label: UMASK
- description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
- schema:
- type: string
- default: "0022"
-
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: privileged
- label: "Privileged mode"
- schema:
- type: boolean
- default: false
- - variable: readOnlyRootFilesystem
- label: "ReadOnly Root Filesystem"
- schema:
- type: boolean
- default: true
-
- - variable: pod
- label: Pod
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: fsGroupChangePolicy
- label: "When should we take ownership?"
- schema:
- type: string
- default: OnRootMismatch
- enum:
- - value: OnRootMismatch
- description: OnRootMismatch
- - value: Always
- description: Always
- - variable: supplementalGroups
- label: Supplemental Groups
- schema:
- type: list
- default: []
- items:
- - variable: supplementalGroupsEntry
- label: Supplemental Group
- schema:
- type: int
- # Settings from questions.yaml get appended here on a per-app basis
-
- - variable: fsGroup
- label: "fsGroup"
- description: "The group that should own ALL storage."
- schema:
- type: int
- default: 568
- - variable: resources
- group: Resources and Devices
- label: "Resource Limits"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: limits
- label: Advanced Limit Resource Consumption
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 4000m
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: RAM
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 8Gi
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: 'gpu.intel.com/i915'
- label: Add Intel i915 GPUs
- schema:
- type: int
- default: 0
- - variable: 'nvidia.com/gpu'
- label: Add NVIDIA GPUs (Experimental)
- schema:
- type: int
- default: 0
- - variable: 'amd.com/gpu'
- label: Add AMD GPUs
- schema:
- type: int
- default: 0
- - variable: requests
- label: "Minimum Resources Required (request)"
- schema:
- additional_attrs: true
- type: dict
- hidden: true
- attrs:
- - variable: cpu
- label: CPU
- description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 10m
- hidden: true
- valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- - variable: memory
- label: "RAM"
- description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
- schema:
- type: string
- default: 50Mi
- hidden: true
- valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- - variable: deviceList
- label: Mount USB Devices
- group: Resources and Devices
- schema:
- type: list
- default: []
- items:
- - variable: deviceListEntry
- label: Device
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable the Storage
- schema:
- type: boolean
- default: true
- - variable: type
- label: (Advanced) Type of Storage
- description: Sets the persistence type
- schema:
- type: string
- default: device
- hidden: true
- - variable: readOnly
- label: readOnly
- schema:
- type: boolean
- default: false
- - variable: hostPath
- label: Host Device Path
- description: Path to the device on the host system
- schema:
- type: path
- - variable: mountPath
- label: Container Device Path
- description: Path inside the container the device is mounted
- schema:
- type: string
- default: "/dev/ttyACM0"
-
- - variable: cnpg
- group: Postgresql
- label: "CloudNative-PG (CNPG)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: main
- label: "Main Postgresql Database"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hibernate
- label: Hibernate
- description: "enable to safely hibernate and shutdown the postgresql cluster"
- schema:
- type: boolean
- default: false
- - variable: mode
- label: Mode
- description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
- schema:
- type: string
- default: "standalone"
- enum:
- - value: standalone
- description: standalone
- - value: replica
- description: replica
- - value: recovery
- description: recovery
- - variable: cluster
- label: "Cluster Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: instances
- label: Instances
- schema:
- type: int
- default: 1
- - variable: singleNode
- label: singleNode
- schema:
- type: boolean
- default: true
- hidden: true
- - variable: storage
- label: "Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: walStorage
- label: "WAL Storage"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: size
- label: Size
- schema:
- type: string
- default: "256Gi"
- - variable: monitoring
- label: "Monitoring Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enablePodMonitor
- label: "enablePodMonitor"
- schema:
- type: boolean
- default: true
- - variable: disableDefaultQueries
- label: "disableDefaultQueries"
- schema:
- type: boolean
- default: false
- - variable: pooler
- label: "Pooler Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- - variable: instances
- label: Instances
- schema:
- type: int
- show_if: [["enabled", "=", true]]
- default: 1
- - variable: createRO
- label: "Create ReadOnly Instance"
- schema:
- type: boolean
- show_if: [["enabled", "=", true]]
- default: false
- - variable: backups
- label: "Backup Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: destinationPath
- label: "destinationPath"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: retentionPolicy
- label: "retentionPolicy"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "30d"
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
- - variable: recovery
- label: "Recovery Settings (Experimental)"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: "enabled"
- schema:
- type: boolean
- default: false
- - variable: serverName
- label: "serverName"
- schema:
- type: string
- default: ""
- - variable: revision
- label: "serverName"
- schema:
- type: int
- - variable: endpointURL
- label: "endpointURL"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: method
- label: "method"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "object_store"
- - variable: backupName
- label: "backupName"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: ""
- - variable: provider
- label: "provider"
- schema:
- type: string
- show_if: [["enabled", "=", true]]
- default: "s3"
- enum:
- - value: s3
- description: S3
- - value: azure
- description: Azure
- - value: google
- description: Google
- - variable: s3
- label: "s3"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "s3"]]
- attrs:
- - variable: region
- label: "region"
- schema:
- type: string
- default: ""
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: accessKey
- label: "accessKey"
- schema:
- type: string
- default: ""
- - variable: secretKey
- label: "secretKey"
- schema:
- type: string
- default: ""
- - variable: azure
- label: "azure (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "azure"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: connectionString
- label: "connectionString"
- schema:
- type: string
- default: ""
- - variable: storageAccount
- label: "storageAccount"
- schema:
- type: string
- default: ""
- - variable: storageKey
- label: "storageKey"
- schema:
- type: string
- default: ""
- - variable: storageSasToken
- label: "storageSasToken"
- schema:
- type: string
- default: ""
- - variable: containerName
- label: "containerName"
- schema:
- type: string
- default: ""
- - variable: serviceName
- label: "serviceName"
- schema:
- type: string
- default: "blob"
- - variable: inheritFromAzureAD
- label: "inheritFromAzureAD"
- schema:
- type: boolean
- default: false
- - variable: google
- label: "google (EXTREMELY EXPERIMENTAL)"
- schema:
- additional_attrs: true
- type: dict
- show_if: [["provider", "=", "google"]]
- attrs:
- - variable: path
- label: "path"
- schema:
- type: string
- default: "/"
- - variable: bucket
- label: "bucket"
- schema:
- type: string
- default: ""
- - variable: gkeEnvironment
- label: "gkeEnvironment"
- schema:
- type: string
- default: ""
- - variable: applicationCredentials
- label: "applicationCredentials"
- schema:
- type: string
- default: ""
-
-# - variable: horizontalPodAutoscaler
-# group: Advanced
-# label: (Advanced) Horizontal Pod Autoscaler
-# schema:
-# type: list
-# default: []
-# items:
-# - variable: hpaEntry
-# label: HPA Entry
-# schema:
-# additional_attrs: true
-# type: dict
-# attrs:
-# - variable: name
-# label: Name
-# schema:
-# type: string
-# required: true
-# default: ""
-# - variable: enabled
-# label: Enabled
-# schema:
-# type: boolean
-# default: false
-# show_subquestions_if: true
-# subquestions:
-# - variable: target
-# label: Target
-# description: Deployment name, Defaults to Main Deployment
-# schema:
-# type: string
-# default: ""
-# - variable: minReplicas
-# label: Minimum Replicas
-# schema:
-# type: int
-# default: 1
-# - variable: maxReplicas
-# label: Maximum Replicas
-# schema:
-# type: int
-# default: 5
-# - variable: targetCPUUtilizationPercentage
-# label: Target CPU Utilization Percentage
-# schema:
-# type: int
-# default: 80
-# - variable: targetMemoryUtilizationPercentage
-# label: Target Memory Utilization Percentage
-# schema:
-# type: int
-# default: 80
- - variable: networkPolicy
- group: Advanced
- label: (Advanced) Network Policy
- schema:
- type: list
- default: []
- items:
- - variable: netPolicyEntry
- label: Network Policy Entry
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- default: ""
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: policyType
- label: Policy Type
- schema:
- type: string
- default: ""
- enum:
- - value: ""
- description: Default
- - value: ingress
- description: Ingress
- - value: egress
- description: Egress
- - value: ingress-egress
- description: Ingress and Egress
- - variable: egress
- label: Egress
- schema:
- type: list
- default: []
- items:
- - variable: egressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: to
- label: To
- schema:
- type: list
- default: []
- items:
- - variable: toEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
- - variable: ingress
- label: Ingress
- schema:
- type: list
- default: []
- items:
- - variable: ingressEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: from
- label: From
- schema:
- type: list
- default: []
- items:
- - variable: fromEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: ipBlock
- label: IP Block
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: cidr
- label: CIDR
- schema:
- type: string
- default: ""
- - variable: except
- label: Except
- schema:
- type: list
- default: []
- items:
- - variable: exceptint
- label: ""
- schema:
- type: string
- - variable: namespaceSelector
- label: Namespace Selector
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: podSelector
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: matchExpressions
- label: Match Expressions
- schema:
- type: list
- default: []
- items:
- - variable: expressionEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: key
- label: Key
- schema:
- type: string
- - variable: operator
- label: Operator
- schema:
- type: string
- default: TCP
- enum:
- - value: In
- description: In
- - value: NotIn
- description: NotIn
- - value: Exists
- description: Exists
- - value: DoesNotExist
- description: DoesNotExist
- - variable: values
- label: Values
- schema:
- type: list
- default: []
- items:
- - variable: value
- label: ""
- schema:
- type: string
- - variable: ports
- label: Ports
- schema:
- type: list
- default: []
- items:
- - variable: portsEntry
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- - variable: endPort
- label: End Port
- schema:
- type: int
- - variable: protocol
- label: Protocol
- schema:
- type: string
- default: TCP
- enum:
- - value: TCP
- description: TCP
- - value: UDP
- description: UDP
- - value: SCTP
- description: SCTP
-
- - variable: addons
- group: Addons
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
-
- - variable: codeserver
- label: Codeserver
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: service
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Service Type
- description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
- schema:
- type: string
- default: LoadBalancer
- enum:
- - value: NodePort
- description: Deprecated CHANGE THIS
- - value: ClusterIP
- description: ClusterIP
- - value: LoadBalancer
- description: LoadBalancer
- - variable: loadBalancerIP
- label: LoadBalancer IP
- description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
- schema:
- show_if: [["type", "=", "LoadBalancer"]]
- type: string
- default: ""
- - variable: ports
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: codeserver
- label: ""
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: port
- label: Port
- schema:
- type: int
- default: 36107
- - variable: ingress
- label: "Ingress"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enable Ingress
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: hosts
- label: Hosts
- schema:
- type: list
- default: []
- items:
- - variable: hostEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: host
- label: HostName
- schema:
- type: string
- default: ""
- required: true
- - variable: paths
- label: Paths
- schema:
- type: list
- default: [{path: "/", pathType: "Prefix"}]
- items:
- - variable: pathEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: path
- label: Path
- schema:
- type: string
- required: true
- default: "/"
- - variable: pathType
- label: Path Type
- schema:
- type: string
- required: true
- default: Prefix
- - variable: integrations
- label: Integrations
- description: Connect ingress with other charts
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: traefik
- label: Traefik
- description: Connect ingress with Traefik
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: true
- - variable: allowCors
- label: 'Allow Cross Origin Requests (advanced)'
- schema:
- type: boolean
- default: false
- show_if: [["enabled", "=", true]]
- - variable: entrypoints
- label: Entrypoints
- schema:
- type: list
- default: ["websecure"]
- show_if: [["enabled", "=", true]]
- items:
- - variable: entrypoint
- label: Entrypoint
- schema:
- type: string
- - variable: middlewares
- label: Middlewares
- schema:
- type: list
- default: []
- show_if: [["enabled", "=", true]]
- items:
- - variable: middleware
- label: Middleware
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: name
- schema:
- type: string
- default: ""
- required: true
- - variable: namespace
- label: 'namespace (optional)'
- schema:
- type: string
- default: ""
- - variable: certManager
- label: certManager
- description: Connect ingress with certManager
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: enabled
- schema:
- type: boolean
- default: false
- - variable: certificateIssuer
- label: certificateIssuer
- description: defaults to chartname
- schema:
- type: string
- default: ""
- show_if: [["enabled", "=", true]]
- - variable: advanced
- label: Show Advanced Settings
- description: Advanced settings are not covered by TrueCharts Support
- schema:
- type: boolean
- default: false
- - variable: ingressClassName
- label: (Advanced/Optional) IngressClass Name
- schema:
- type: string
- show_if: [["advanced", "=", true]]
- default: ""
- - variable: tls
- label: TLS-Settings
- schema:
- type: list
- show_if: [["advanced", "=", true]]
- default: []
- items:
- - variable: tlsEntry
- label: Host
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: hosts
- label: Certificate Hosts
- schema:
- type: list
- default: []
- items:
- - variable: host
- label: Host
- schema:
- type: string
- default: ""
- required: true
-
- - variable: certificateIssuer
- label: Use Cert-Manager clusterIssuer
- description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
- schema:
- type: string
- default: ""
- - variable: clusterCertificate
- label: 'Cluster Certificate (Advanced)'
- description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
- schema:
- type: string
- show_if: [["certificateIssuer", "=", ""]]
- default: ""
- - variable: secretName
- label: 'Use Custom Certificate Secret (Advanced)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: string
- default: ""
- - variable: scaleCert
- label: 'Use TrueNAS SCALE Certificate (Deprecated)'
- schema:
- show_if: [["certificateIssuer", "=", ""]]
- type: int
- $ref:
- - "definitions/certificate"
- - variable: envList
- label: Codeserver Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: netshoot
- label: Netshoot
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: enabled
- label: Enabled
- schema:
- type: boolean
- default: false
- show_subquestions_if: true
- subquestions:
- - variable: envList
- label: Netshoot Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
-
- - variable: vpn
- label: VPN
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: type
- label: Type
- schema:
- type: string
- default: disabled
- enum:
- - value: disabled
- description: disabled
- - value: gluetun
- description: Gluetun
- - value: tailscale
- description: Tailscale
- - value: openvpn
- description: OpenVPN (Deprecated)
- - value: wireguard
- description: Wireguard (Deprecated)
- - variable: openvpn
- label: OpenVPN Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "openvpn"]]
- attrs:
- - variable: username
- label: Authentication Username (Optional)
- description: Authentication Username, Optional
- schema:
- type: string
- default: ""
- - variable: password
- label: Authentication Password
- description: Authentication Credentials
- schema:
- type: string
- show_if: [["username", "!=", ""]]
- default: ""
- required: true
- - variable: tailscale
- label: Tailscale Settings
- schema:
- additional_attrs: true
- type: dict
- show_if: [["type", "=", "tailscale"]]
- attrs:
- - variable: authkey
- label: Authentication Key
- description: Provide an auth key to automatically authenticate the node as your user account.
- schema:
- type: string
- private: true
- default: ""
- - variable: auth_once
- label: Auth Once
- description: Only attempt to log in if not already logged in.
- schema:
- type: boolean
- default: true
- - variable: accept_dns
- label: Accept DNS
- description: Accept DNS configuration from the admin console.
- schema:
- type: boolean
- default: false
- - variable: userspace
- label: Userspace
- description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
- schema:
- type: boolean
- default: false
- - variable: routes
- label: Routes
- description: Expose physical subnet routes to your entire Tailscale network.
- schema:
- type: string
- default: ""
- - variable: dest_ip
- label: Destination IP
- description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
- schema:
- type: string
- default: ""
- - variable: sock5_server
- label: Sock5 Server
- description: The address on which to listen for SOCKS5 proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: outbound_http_proxy_listen
- label: Outbound HTTP Proxy Listen
- description: The address on which to listen for HTTP proxying into the tailscale net.
- schema:
- type: string
- default: ""
- - variable: extra_args
- label: Extra Args
- description: Extra Args
- schema:
- type: string
- default: ""
- - variable: daemon_extra_args
- label: Tailscale Daemon Extra Args
- description: Tailscale Daemon Extra Args
- schema:
- type: string
- default: ""
- - variable: killSwitch
- label: Enable Killswitch
- schema:
- type: boolean
- show_if: [["type", "!=", "disabled"]]
- default: true
- - variable: excludedNetworks_IPv4
- label: Killswitch Excluded IPv4 networks
- description: List of Killswitch Excluded IPv4 Addresses
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv4
- label: IPv4 Network
- schema:
- type: string
- required: true
- - variable: excludedNetworks_IPv6
- label: Killswitch Excluded IPv6 networks
- description: "List of Killswitch Excluded IPv6 Addresses"
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: networkv6
- label: IPv6 Network
- schema:
- type: string
- required: true
- - variable: configFile
- label: VPN Config File Location
- schema:
- type: string
- show_if: [["type", "!=", "disabled"]]
- default: ""
-
- - variable: envList
- label: VPN Environment Variables
- schema:
- type: list
- show_if: [["type", "!=", "disabled"]]
- default: []
- items:
- - variable: envItem
- label: Environment Variable
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: name
- label: Name
- schema:
- type: string
- required: true
- - variable: value
- label: Value
- schema:
- type: string
- required: true
- max_length: 10240
-
- - variable: docs
- group: Documentation
- label: Please read the documentation at https://truecharts.org
- description: Please read the documentation at
-
https://truecharts.org
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDocs
- label: I have checked the documentation
- schema:
- type: boolean
- default: true
- - variable: donateNag
- group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
- description: Please consider supporting TrueCharts, see
-
https://truecharts.org/sponsor
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: confirmDonate
- label: I have considered donating
- schema:
- type: boolean
- default: true
- hidden: true
-
diff --git a/stable/zerotier/9.6.0/.helmignore b/stable/xwiki/12.8.3/.helmignore
similarity index 100%
rename from stable/zerotier/9.6.0/.helmignore
rename to stable/xwiki/12.8.3/.helmignore
diff --git a/stable/xwiki/12.8.3/CHANGELOG.md b/stable/xwiki/12.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..34be772f21e
--- /dev/null
+++ b/stable/xwiki/12.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [xwiki-12.8.3](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
+
+
+## [xwiki-12.8.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
+
+
+## [xwiki-12.8.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
+
+
+## [xwiki-12.8.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
+
+
+## [xwiki-12.8.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
+
+
+## [xwiki-12.8.2](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
\ No newline at end of file
diff --git a/stable/xwiki/12.8.3/Chart.yaml b/stable/xwiki/12.8.3/Chart.yaml
new file mode 100644
index 00000000000..63748958938
--- /dev/null
+++ b/stable/xwiki/12.8.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: productivity
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 16.1.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
+home: https://truecharts.org/charts/stable/xwiki
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png
+keywords:
+ - xwiki
+ - wiki
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: xwiki
+sources:
+ - https://github.com/xwiki/xwiki-docker
+ - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
+ - https://hub.docker.com/_/xwiki
+type: application
+version: 12.8.3
diff --git a/stable/xwiki/12.7.1/README.md b/stable/xwiki/12.8.3/README.md
similarity index 100%
rename from stable/xwiki/12.7.1/README.md
rename to stable/xwiki/12.8.3/README.md
diff --git a/stable/xwiki/12.8.3/app-changelog.md b/stable/xwiki/12.8.3/app-changelog.md
new file mode 100644
index 00000000000..d6d069c7bb2
--- /dev/null
+++ b/stable/xwiki/12.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [xwiki-12.8.3](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image xwiki to 16.1.0-postgres-tomcat[@74dd45c](https://github.com/74dd45c) by renovate ([#19294](https://github.com/truecharts/charts/issues/19294))
\ No newline at end of file
diff --git a/stable/xwiki/12.7.1/app-readme.md b/stable/xwiki/12.8.3/app-readme.md
similarity index 100%
rename from stable/xwiki/12.7.1/app-readme.md
rename to stable/xwiki/12.8.3/app-readme.md
diff --git a/stable/xwiki/12.8.3/charts/common-20.2.4.tgz b/stable/xwiki/12.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/xwiki/12.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/xwiki/12.7.1/ix_values.yaml b/stable/xwiki/12.8.3/ix_values.yaml
similarity index 100%
rename from stable/xwiki/12.7.1/ix_values.yaml
rename to stable/xwiki/12.8.3/ix_values.yaml
diff --git a/stable/xwiki/12.8.3/questions.yaml b/stable/xwiki/12.8.3/questions.yaml
new file mode 100755
index 00000000000..3285e844309
--- /dev/null
+++ b/stable/xwiki/12.8.3/questions.yaml
@@ -0,0 +1,3280 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+portals:
+ open:
+ protocols:
+ - "$kubernetes-resource_configmap_tcportal-open_protocol"
+ host:
+ - "$kubernetes-resource_configmap_tcportal-open_host"
+ ports:
+ - "$kubernetes-resource_configmap_tcportal-open_port"
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+ - variable: workload
+ group: "Workload Settings"
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: type
+ label: Type (Advanced)
+ schema:
+ type: string
+ default: Deployment
+ enum:
+ - value: Deployment
+ description: Deployment
+ - value: DaemonSet
+ description: DaemonSet
+
+ - variable: replicas
+ label: Replicas (Advanced)
+ description: Set the number of Replicas
+ schema:
+ type: int
+ show_if: [["type", "!=", "DaemonSet"]]
+ default: 1
+
+ - variable: podSpec
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: containers
+ label: Containers
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: Main Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: env
+ group: "App Configuration"
+ label: "Image Environment"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: JAVA_OPTS
+ label: "JAVA_OPTS"
+ schema:
+ type: string
+ default: ""
+ - variable: envList
+ label: Extra Environment Variables
+ description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ - variable: extraArgs
+ label: Extra Args
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: arg
+ label: Arg
+ schema:
+ type: string
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: command
+ label: Command
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: param
+ label: Param
+ schema:
+ type: string
+
+ - variable: TZ
+ label: Timezone
+ group: "General Settings"
+ schema:
+ type: string
+ default: "Etc/UTC"
+ $ref:
+ - "definitions/timezone"
+
+ - variable: podOptions
+ group: "General Settings"
+ label: "Global Pod Options (Advanced)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: expertPodOpts
+ label: "Expert - Pod Options"
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hostNetwork
+ label: "Host Networking"
+ schema:
+ type: boolean
+ default: false
+ - variable: dnsConfig
+ label: "DNS Configuration"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: options
+ label: "Options"
+ schema:
+ type: list
+ default: [{"name": "ndots", "value": "1"}]
+ items:
+ - variable: optionsEntry
+ label: "Option Entry"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: name
+ label: "Name"
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: "Value"
+ schema:
+ type: string
+ - variable: nameservers
+ label: "Nameservers"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: nsEntry
+ label: "Nameserver Entry"
+ schema:
+ type: string
+ required: true
+ - variable: searches
+ label: "Searches"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: searchEntry
+ label: "Search Entry"
+ schema:
+ type: string
+ required: true
+
+ - variable: imagePullSecretList
+ group: "General Settings"
+ label: "Image Pull Secrets"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pullsecretentry
+ label: "Pull Secret"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: data
+ label: Data
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: registry
+ label: "Registry"
+ schema:
+ type: string
+ required: true
+ default: "https://index.docker.io/v1/"
+ - variable: username
+ label: "Username"
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: password
+ label: "Password"
+ schema:
+ type: string
+ required: true
+ private: true
+ default: ""
+ - variable: email
+ label: "Email"
+ schema:
+ type: string
+ required: true
+ default: ""
+
+ - variable: service
+ group: Networking and Services
+ label: Configure Service(s)
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service"
+ description: "The Primary service on which the healthcheck runs, often the webUI"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: enabled
+ label: Enable the Service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: "Service's Port(s) Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Service Port Configuration"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: "Port"
+ description: "This port exposes the container port on the service"
+ schema:
+ type: int
+ default: 10208
+ required: true
+ - variable: serviceexpert
+ group: Networking and Services
+ label: Show Expert Config
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+
+ - variable: scaleExternalInterface
+ description: Add External Interfaces
+ label: Add external Interfaces
+ group: Networking
+ schema:
+ type: list
+ items:
+ - variable: interfaceConfiguration
+ description: Interface Configuration
+ label: Interface Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ $ref:
+ - "normalize/interfaceConfiguration"
+ attrs:
+ - variable: hostInterface
+ description: Please Specify Host Interface
+ label: Host Interface
+ schema:
+ type: string
+ required: true
+ $ref:
+ - "definitions/interface"
+ - variable: ipam
+ description: Define how IP Address will be managed
+ label: IP Address Management
+ schema:
+ additional_attrs: true
+ type: dict
+ required: true
+ attrs:
+ - variable: type
+ description: Specify type for IPAM
+ label: IPAM Type
+ schema:
+ type: string
+ required: true
+ enum:
+ - value: dhcp
+ description: Use DHCP
+ - value: static
+ description: Use Static IP
+ - variable: staticIPConfigurations
+ label: Static IP Addresses
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticIP
+ label: Static IP
+ schema:
+ type: ipaddr
+ cidr: true
+ - variable: staticRoutes
+ label: Static Routes
+ schema:
+ type: list
+ show_if: [["type", "=", "static"]]
+ items:
+ - variable: staticRouteConfiguration
+ label: Static Route Configuration
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: destination
+ label: Destination
+ schema:
+ type: ipaddr
+ cidr: true
+ required: true
+ - variable: gateway
+ label: Gateway
+ schema:
+ type: ipaddr
+ cidr: false
+ required: true
+
+ - variable: serviceList
+ label: Add Manual Custom Services
+ group: Networking and Services
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: serviceListEntry
+ label: Custom Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the service
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: LoadBalancer
+ description: LoadBalancer (Expose Ports)
+ - value: ClusterIP
+ description: ClusterIP (Do Not Expose Ports)
+ - value: Simple
+ description: Deprecated CHANGE THIS
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: advancedsvcset
+ label: Show Advanced Service Settings
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: externalIPs
+ label: "External IP's"
+ description: "External IP's"
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: externalIP
+ label: External IP
+ schema:
+ type: string
+ - variable: ipFamilyPolicy
+ label: IP Family Policy
+ description: Specify the IP Policy
+ schema:
+ type: string
+ default: SingleStack
+ enum:
+ - value: SingleStack
+ description: SingleStack
+ - value: PreferDualStack
+ description: PreferDualStack
+ - value: RequireDualStack
+ description: RequireDualStack
+ - variable: ipFamilies
+ label: IP Families
+ description: (Advanced) The IP Families that should be used
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ipFamily
+ label: IP Family
+ schema:
+ type: string
+ - variable: portsList
+ label: Additional Service Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsListEntry
+ label: Custom ports
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Port
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Port Name
+ schema:
+ type: string
+ default: ""
+ - variable: protocol
+ label: Port Type
+ schema:
+ type: string
+ default: tcp
+ enum:
+ - value: http
+ description: HTTP
+ - value: https
+ description: HTTPS
+ - value: tcp
+ description: TCP
+ - value: udp
+ description: UDP
+ - variable: targetPort
+ label: Target Port
+ description: This port exposes the container port on the service
+ schema:
+ type: int
+ required: true
+ - variable: port
+ label: Container Port
+ schema:
+ type: int
+ required: true
+
+ - variable: persistence
+ label: Integrated Persistent Storage
+ description: Integrated Persistent Storage
+ group: Storage and Persistence
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: config
+ label: "App Config Storage"
+ description: "Stores the Application Configuration."
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: pvc
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - value: iscsi
+ description: iSCSI Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size quotum of Storage (Do NOT REDUCE after installation)
+ description: This value can ONLY be INCREASED after the installation
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: disabled
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: persistenceList
+ label: Additional App Storage
+ group: Storage and Persistence
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: persistenceListEntry
+ label: Custom Storage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the storage
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: type
+ label: Type of Storage
+ description: Sets the persistence type, Anything other than PVC could break rollback!
+ schema:
+ type: string
+ default: hostPath
+ enum:
+ - value: pvc
+ description: PVC
+ - value: hostPath
+ description: Host Path
+ - value: emptyDir
+ description: emptyDir
+ - value: nfs
+ description: NFS Share
+ - variable: server
+ label: NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: path
+ label: Path on NFS Server
+ schema:
+ show_if: [["type", "=", "nfs"]]
+ type: string
+ default: ""
+ - variable: iscsi
+ label: iSCSI Options
+ schema:
+ show_if: [["type", "=", "iscsi"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: targetPortal
+ label: targetPortal
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: iqn
+ label: iqn
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: lun
+ label: lun
+ schema:
+ type: int
+ default: 0
+ - variable: authSession
+ label: authSession
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: authDiscovery
+ label: authDiscovery
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: username
+ label: username
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: password
+ schema:
+ type: string
+ default: ""
+ - variable: usernameInitiator
+ label: usernameInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: passwordInitiator
+ label: passwordInitiator
+ schema:
+ type: string
+ default: ""
+ - variable: autoPermissions
+ label: Automatic Permissions Configuration
+ description: Automatically set permissions
+ schema:
+ show_if: [["type", "!=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: chown
+ label: Run CHOWN
+ description: |
+ It will run CHOWN on the path with the given fsGroup
+ schema:
+ type: boolean
+ default: false
+ - variable: chmod
+ label: Run CHMOD
+ description: |
+ It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770
+ schema:
+ type: string
+ valid_chars: '[0-9]{3}'
+ default: ""
+ - variable: recursive
+ label: Recursive
+ description: |
+ It will run CHOWN and CHMOD recursively
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnly
+ label: Read Only
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Path
+ description: Path inside the container the storage is mounted
+ schema:
+ show_if: [["type", "=", "hostPath"]]
+ type: hostpath
+ - variable: mountPath
+ label: Mount Path
+ description: Path inside the container the storage is mounted
+ schema:
+ type: string
+ default: ""
+ required: true
+ valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
+ - variable: medium
+ label: EmptyDir Medium
+ schema:
+ show_if: [["type", "=", "emptyDir"]]
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: Memory
+ description: Memory
+ - variable: size
+ label: Size Quotum of Storage
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: 256Gi
+ - variable: storageClass
+ label: 'storageClass (Advanced)'
+ description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: string
+ default: ""
+ - variable: static
+ label: 'Static Fixed PVC Bindings (Experimental)'
+ description: Link a PVC to a specific storage location
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: mode
+ label: mode
+ description: |
+ disabled: use normal dynamic PVCs
+ smb: connect to an SMB share
+ nfs: connect to an NFS share
+ schema:
+ type: string
+ default: "disabled"
+ enum:
+ - value: "disabled"
+ description: disabled
+ - value: smb
+ description: smb
+ - value: nfs
+ description: nfs
+ - variable: server
+ label: Server
+ description: server to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "myserver"
+ - variable: share
+ label: Share
+ description: share to connect to
+ schema:
+ type: string
+ show_if: [["mode", "!=", "disabled"]]
+ default: "/myshare"
+ - variable: user
+ label: User
+ description: connecting user
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: "myuser"
+ - variable: domain
+ label: Domain
+ description: user domain
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: password
+ label: Password
+ description: connecting password
+ schema:
+ type: string
+ show_if: [["mode", "=", "smb"]]
+ default: ""
+ - variable: volumeSnapshots
+ label: 'Volume Snapshots (Experimental)'
+ description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
+ schema:
+ show_if: [["type", "=", "pvc"]]
+ type: list
+ default: []
+ items:
+ - variable: volumeSnapshotEntry
+ label: Custom volumeSnapshot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
+ schema:
+ type: string
+ default: "mysnapshot"
+ required: true
+ - variable: volumeSnapshotClassName
+ label: 'volumeSnapshot Class Name (Advanced)'
+ description: For use with PVCs using a non-default storageClass
+ schema:
+ type: string
+ default: ""
+
+ - variable: ingress
+ label: ""
+ group: Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: main
+ label: "Main Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name (Optional)
+ description: Defaults to chart name
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description (Optional)
+ description: Defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: icon
+ label: Icon (Optional)
+ description: Defaults to chart icon
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+ - variable: widget
+ label: Widget Settings
+ schema:
+ type: dict
+ additional_attrs: true
+ show_if: [["enabled", "=", true]]
+ attrs:
+ - variable: enabled
+ label: Enable Widget
+ description: When disabled all widget annotations are skipped.
+ schema:
+ type: boolean
+ default: true
+ - variable: custom
+ label: Options
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: key
+ label: API-key (key)
+ schema:
+ type: string
+ default: ""
+ - variable: customkv
+ label: Custom Options
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: option
+ label: Option
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+
+ - variable: ingressList
+ label: Add Manual Custom Ingresses
+ group: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressListEntry
+ label: Custom Ingress
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ default: ""
+ - variable: ingressClassName
+ label: IngressClass Name
+ schema:
+ type: string
+ default: ""
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: overrideService
+ label: Linked Service
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Service Name
+ schema:
+ type: string
+ default: ""
+ - variable: port
+ label: Service Port
+ schema:
+ type: int
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ default: []
+ show_if: [["certificateIssuer", "=", ""]]
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: Use Custom Secret (Advanced)
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: "Allow Cross Origin Requests"
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: namespace
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: homepage
+ label: Homepage
+ description: Connect ingress with Homepage
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: name
+ label: Name
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: description
+ label: Description
+ description: defaults to chart description
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: group
+ label: Group
+ schema:
+ type: string
+ required: true
+ default: "default"
+ show_if: [["enabled", "=", true]]
+
+ - variable: securityContext
+ group: Security and Permissions
+ label: Security Context
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: container
+ label: Container
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: runAsUser
+ label: "runAsUser"
+ description: "The UserID of the user running the application"
+ schema:
+ type: int
+ default: 0
+ - variable: runAsGroup
+ label: "runAsGroup"
+ description: "The groupID this App of the user running the application"
+ schema:
+ type: int
+ default: 0
+ # Settings from questions.yaml get appended here on a per-app basis
+ - variable: PUID
+ label: Process User ID - PUID
+ description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
+ schema:
+ type: int
+ show_if: [["runAsUser", "=", 0]]
+ default: 568
+ - variable: UMASK
+ label: UMASK
+ description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
+ schema:
+ type: string
+ default: "0022"
+
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: privileged
+ label: "Privileged mode"
+ schema:
+ type: boolean
+ default: false
+ - variable: readOnlyRootFilesystem
+ label: "ReadOnly Root Filesystem"
+ schema:
+ type: boolean
+ default: true
+
+ - variable: pod
+ label: Pod
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: fsGroupChangePolicy
+ label: "When should we take ownership?"
+ schema:
+ type: string
+ default: OnRootMismatch
+ enum:
+ - value: OnRootMismatch
+ description: OnRootMismatch
+ - value: Always
+ description: Always
+ - variable: supplementalGroups
+ label: Supplemental Groups
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: supplementalGroupsEntry
+ label: Supplemental Group
+ schema:
+ type: int
+ # Settings from questions.yaml get appended here on a per-app basis
+
+ - variable: fsGroup
+ label: "fsGroup"
+ description: "The group that should own ALL storage."
+ schema:
+ type: int
+ default: 568
+ - variable: resources
+ group: Resources and Devices
+ label: "Resource Limits"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: limits
+ label: Advanced Limit Resource Consumption
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 4000m
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: RAM
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 8Gi
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: 'gpu.intel.com/i915'
+ label: Add Intel i915 GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: 'nvidia.com/gpu'
+ label: Add NVIDIA GPUs (Experimental)
+ schema:
+ type: int
+ default: 0
+ - variable: 'amd.com/gpu'
+ label: Add AMD GPUs
+ schema:
+ type: int
+ default: 0
+ - variable: requests
+ label: "Minimum Resources Required (request)"
+ schema:
+ additional_attrs: true
+ type: dict
+ hidden: true
+ attrs:
+ - variable: cpu
+ label: CPU
+ description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 10m
+ hidden: true
+ valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
+ - variable: memory
+ label: "RAM"
+ description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
+ schema:
+ type: string
+ default: 50Mi
+ hidden: true
+ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
+ - variable: deviceList
+ label: Mount USB Devices
+ group: Resources and Devices
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: deviceListEntry
+ label: Device
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable the Storage
+ schema:
+ type: boolean
+ default: true
+ - variable: type
+ label: (Advanced) Type of Storage
+ description: Sets the persistence type
+ schema:
+ type: string
+ default: device
+ hidden: true
+ - variable: readOnly
+ label: readOnly
+ schema:
+ type: boolean
+ default: false
+ - variable: hostPath
+ label: Host Device Path
+ description: Path to the device on the host system
+ schema:
+ type: path
+ - variable: mountPath
+ label: Container Device Path
+ description: Path inside the container the device is mounted
+ schema:
+ type: string
+ default: "/dev/ttyACM0"
+
+ - variable: cnpg
+ group: Postgresql
+ label: "CloudNative-PG (CNPG)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: main
+ label: "Main Postgresql Database"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hibernate
+ label: Hibernate
+ description: "enable to safely hibernate and shutdown the postgresql cluster"
+ schema:
+ type: boolean
+ default: false
+ - variable: mode
+ label: Mode
+ description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.'
+ schema:
+ type: string
+ default: "standalone"
+ enum:
+ - value: standalone
+ description: standalone
+ - value: replica
+ description: replica
+ - value: recovery
+ description: recovery
+ - variable: cluster
+ label: "Cluster Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ default: 1
+ - variable: singleNode
+ label: singleNode
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: storage
+ label: "Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: walStorage
+ label: "WAL Storage"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: size
+ label: Size
+ schema:
+ type: string
+ default: "256Gi"
+ - variable: monitoring
+ label: "Monitoring Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enablePodMonitor
+ label: "enablePodMonitor"
+ schema:
+ type: boolean
+ default: true
+ - variable: disableDefaultQueries
+ label: "disableDefaultQueries"
+ schema:
+ type: boolean
+ default: false
+ - variable: pooler
+ label: "Pooler Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: instances
+ label: Instances
+ schema:
+ type: int
+ show_if: [["enabled", "=", true]]
+ default: 1
+ - variable: createRO
+ label: "Create ReadOnly Instance"
+ schema:
+ type: boolean
+ show_if: [["enabled", "=", true]]
+ default: false
+ - variable: backups
+ label: "Backup Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: destinationPath
+ label: "destinationPath"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: retentionPolicy
+ label: "retentionPolicy"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "30d"
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+ - variable: recovery
+ label: "Recovery Settings (Experimental)"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ - variable: serverName
+ label: "serverName"
+ schema:
+ type: string
+ default: ""
+ - variable: revision
+ label: "revision"
+ schema:
+ type: string
+ default: ""
+ - variable: endpointURL
+ label: "endpointURL"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: method
+ label: "method"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "object_store"
+ - variable: backupName
+ label: "backupName"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: ""
+ - variable: provider
+ label: "provider"
+ schema:
+ type: string
+ show_if: [["enabled", "=", true]]
+ default: "s3"
+ enum:
+ - value: s3
+ description: S3
+ - value: azure
+ description: Azure
+ - value: google
+ description: Google
+ - variable: s3
+ label: "s3"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "s3"]]
+ attrs:
+ - variable: region
+ label: "region"
+ schema:
+ type: string
+ default: ""
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: accessKey
+ label: "accessKey"
+ schema:
+ type: string
+ default: ""
+ - variable: secretKey
+ label: "secretKey"
+ schema:
+ type: string
+ default: ""
+ - variable: azure
+ label: "azure (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "azure"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: connectionString
+ label: "connectionString"
+ schema:
+ type: string
+ default: ""
+ - variable: storageAccount
+ label: "storageAccount"
+ schema:
+ type: string
+ default: ""
+ - variable: storageKey
+ label: "storageKey"
+ schema:
+ type: string
+ default: ""
+ - variable: storageSasToken
+ label: "storageSasToken"
+ schema:
+ type: string
+ default: ""
+ - variable: containerName
+ label: "containerName"
+ schema:
+ type: string
+ default: ""
+ - variable: serviceName
+ label: "serviceName"
+ schema:
+ type: string
+ default: "blob"
+ - variable: inheritFromAzureAD
+ label: "inheritFromAzureAD"
+ schema:
+ type: boolean
+ default: false
+ - variable: google
+ label: "google (EXTREMELY EXPERIMENTAL)"
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["provider", "=", "google"]]
+ attrs:
+ - variable: path
+ label: "path"
+ schema:
+ type: string
+ default: "/"
+ - variable: bucket
+ label: "bucket"
+ schema:
+ type: string
+ default: ""
+ - variable: gkeEnvironment
+ label: "gkeEnvironment"
+ schema:
+ type: string
+ default: ""
+ - variable: applicationCredentials
+ label: "applicationCredentials"
+ schema:
+ type: string
+ default: ""
+
+# - variable: horizontalPodAutoscaler
+# group: Advanced
+# label: (Advanced) Horizontal Pod Autoscaler
+# schema:
+# type: list
+# default: []
+# items:
+# - variable: hpaEntry
+# label: HPA Entry
+# schema:
+# additional_attrs: true
+# type: dict
+# attrs:
+# - variable: name
+# label: Name
+# schema:
+# type: string
+# required: true
+# default: ""
+# - variable: enabled
+# label: Enabled
+# schema:
+# type: boolean
+# default: false
+# show_subquestions_if: true
+# subquestions:
+# - variable: target
+# label: Target
+# description: Deployment name, Defaults to Main Deployment
+# schema:
+# type: string
+# default: ""
+# - variable: minReplicas
+# label: Minimum Replicas
+# schema:
+# type: int
+# default: 1
+# - variable: maxReplicas
+# label: Maximum Replicas
+# schema:
+# type: int
+# default: 5
+# - variable: targetCPUUtilizationPercentage
+# label: Target CPU Utilization Percentage
+# schema:
+# type: int
+# default: 80
+# - variable: targetMemoryUtilizationPercentage
+# label: Target Memory Utilization Percentage
+# schema:
+# type: int
+# default: 80
+ - variable: networkPolicy
+ group: Advanced
+ label: (Advanced) Network Policy
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: netPolicyEntry
+ label: Network Policy Entry
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ default: ""
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: policyType
+ label: Policy Type
+ schema:
+ type: string
+ default: ""
+ enum:
+ - value: ""
+ description: Default
+ - value: ingress
+ description: Ingress
+ - value: egress
+ description: Egress
+ - value: ingress-egress
+ description: Ingress and Egress
+ - variable: egress
+ label: Egress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: egressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: to
+ label: To
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: toEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+ - variable: ingress
+ label: Ingress
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: ingressEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: from
+ label: From
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: fromEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: ipBlock
+ label: IP Block
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: cidr
+ label: CIDR
+ schema:
+ type: string
+ default: ""
+ - variable: except
+ label: Except
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: exceptint
+ label: ""
+ schema:
+ type: string
+ - variable: namespaceSelector
+ label: Namespace Selector
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: podSelector
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: matchExpressions
+ label: Match Expressions
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: expressionEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: key
+ label: Key
+ schema:
+ type: string
+ - variable: operator
+ label: Operator
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: In
+ description: In
+ - value: NotIn
+ description: NotIn
+ - value: Exists
+ description: Exists
+ - value: DoesNotExist
+ description: DoesNotExist
+ - variable: values
+ label: Values
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: value
+ label: ""
+ schema:
+ type: string
+ - variable: ports
+ label: Ports
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: portsEntry
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ - variable: endPort
+ label: End Port
+ schema:
+ type: int
+ - variable: protocol
+ label: Protocol
+ schema:
+ type: string
+ default: TCP
+ enum:
+ - value: TCP
+ description: TCP
+ - value: UDP
+ description: UDP
+ - value: SCTP
+ description: SCTP
+
+ - variable: addons
+ group: Addons
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+
+ - variable: codeserver
+ label: Codeserver
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: service
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Service Type
+ description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
+ schema:
+ type: string
+ default: LoadBalancer
+ enum:
+ - value: NodePort
+ description: Deprecated CHANGE THIS
+ - value: ClusterIP
+ description: ClusterIP
+ - value: LoadBalancer
+ description: LoadBalancer
+ - variable: loadBalancerIP
+ label: LoadBalancer IP
+ description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
+ schema:
+ show_if: [["type", "=", "LoadBalancer"]]
+ type: string
+ default: ""
+ - variable: ports
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: codeserver
+ label: ""
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: port
+ label: Port
+ schema:
+ type: int
+ default: 36107
+ - variable: ingress
+ label: "Ingress"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enable Ingress
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: hosts
+ label: Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: hostEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: host
+ label: HostName
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: paths
+ label: Paths
+ schema:
+ type: list
+ default: [{path: "/", pathType: "Prefix"}]
+ items:
+ - variable: pathEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: path
+ label: Path
+ schema:
+ type: string
+ required: true
+ default: "/"
+ - variable: pathType
+ label: Path Type
+ schema:
+ type: string
+ required: true
+ default: Prefix
+ - variable: integrations
+ label: Integrations
+ description: Connect ingress with other charts
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: traefik
+ label: Traefik
+ description: Connect ingress with Traefik
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: true
+ - variable: allowCors
+ label: 'Allow Cross Origin Requests (advanced)'
+ schema:
+ type: boolean
+ default: false
+ show_if: [["enabled", "=", true]]
+ - variable: entrypoints
+ label: Entrypoints
+ schema:
+ type: list
+ default: ["websecure"]
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: entrypoint
+ label: Entrypoint
+ schema:
+ type: string
+ - variable: middlewares
+ label: Middlewares
+ schema:
+ type: list
+ default: []
+ show_if: [["enabled", "=", true]]
+ items:
+ - variable: middleware
+ label: Middleware
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: name
+ schema:
+ type: string
+ default: ""
+ required: true
+ - variable: namespace
+ label: 'namespace (optional)'
+ schema:
+ type: string
+ default: ""
+ - variable: certManager
+ label: certManager
+ description: Connect ingress with certManager
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: enabled
+ schema:
+ type: boolean
+ default: false
+ - variable: certificateIssuer
+ label: certificateIssuer
+ description: defaults to chartname
+ schema:
+ type: string
+ default: ""
+ show_if: [["enabled", "=", true]]
+ - variable: advanced
+ label: Show Advanced Settings
+ description: Advanced settings are not covered by TrueCharts Support
+ schema:
+ type: boolean
+ default: false
+ - variable: ingressClassName
+ label: (Advanced/Optional) IngressClass Name
+ schema:
+ type: string
+ show_if: [["advanced", "=", true]]
+ default: ""
+ - variable: tls
+ label: TLS-Settings
+ schema:
+ type: list
+ show_if: [["advanced", "=", true]]
+ default: []
+ items:
+ - variable: tlsEntry
+ label: Host
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: hosts
+ label: Certificate Hosts
+ schema:
+ type: list
+ default: []
+ items:
+ - variable: host
+ label: Host
+ schema:
+ type: string
+ default: ""
+ required: true
+
+ - variable: certificateIssuer
+ label: Use Cert-Manager clusterIssuer
+ description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
+ schema:
+ type: string
+ default: ""
+ - variable: clusterCertificate
+ label: 'Cluster Certificate (Advanced)'
+ description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
+ schema:
+ type: string
+ show_if: [["certificateIssuer", "=", ""]]
+ default: ""
+ - variable: secretName
+ label: 'Use Custom Certificate Secret (Advanced)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: string
+ default: ""
+ - variable: scaleCert
+ label: 'Use TrueNAS SCALE Certificate (Deprecated)'
+ schema:
+ show_if: [["certificateIssuer", "=", ""]]
+ type: int
+ $ref:
+ - "definitions/certificate"
+ - variable: envList
+ label: Codeserver Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: netshoot
+ label: Netshoot
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: Enabled
+ schema:
+ type: boolean
+ default: false
+ show_subquestions_if: true
+ subquestions:
+ - variable: envList
+ label: Netshoot Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+
+ - variable: vpn
+ label: VPN
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: type
+ label: Type
+ schema:
+ type: string
+ default: disabled
+ enum:
+ - value: disabled
+ description: disabled
+ - value: gluetun
+ description: Gluetun
+ - value: tailscale
+ description: Tailscale
+ - value: openvpn
+ description: OpenVPN (Deprecated)
+ - value: wireguard
+ description: Wireguard (Deprecated)
+ - variable: openvpn
+ label: OpenVPN Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "openvpn"]]
+ attrs:
+ - variable: username
+ label: Authentication Username (Optional)
+ description: Authentication Username, Optional
+ schema:
+ type: string
+ default: ""
+ - variable: password
+ label: Authentication Password
+ description: Authentication Credentials
+ schema:
+ type: string
+ show_if: [["username", "!=", ""]]
+ default: ""
+ required: true
+ - variable: tailscale
+ label: Tailscale Settings
+ schema:
+ additional_attrs: true
+ type: dict
+ show_if: [["type", "=", "tailscale"]]
+ attrs:
+ - variable: authkey
+ label: Authentication Key
+ description: Provide an auth key to automatically authenticate the node as your user account.
+ schema:
+ type: string
+ private: true
+ default: ""
+ - variable: auth_once
+ label: Auth Once
+ description: Only attempt to log in if not already logged in.
+ schema:
+ type: boolean
+ default: true
+ - variable: accept_dns
+ label: Accept DNS
+ description: Accept DNS configuration from the admin console.
+ schema:
+ type: boolean
+ default: false
+ - variable: userspace
+ label: Userspace
+ description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
+ schema:
+ type: boolean
+ default: false
+ - variable: routes
+ label: Routes
+ description: Expose physical subnet routes to your entire Tailscale network.
+ schema:
+ type: string
+ default: ""
+ - variable: dest_ip
+ label: Destination IP
+ description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
+ schema:
+ type: string
+ default: ""
+ - variable: sock5_server
+ label: Sock5 Server
+ description: The address on which to listen for SOCKS5 proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: outbound_http_proxy_listen
+ label: Outbound HTTP Proxy Listen
+ description: The address on which to listen for HTTP proxying into the tailscale net.
+ schema:
+ type: string
+ default: ""
+ - variable: extra_args
+ label: Extra Args
+ description: Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: daemon_extra_args
+ label: Tailscale Daemon Extra Args
+ description: Tailscale Daemon Extra Args
+ schema:
+ type: string
+ default: ""
+ - variable: killSwitch
+ label: Enable Killswitch
+ schema:
+ type: boolean
+ show_if: [["type", "!=", "disabled"]]
+ default: true
+ - variable: excludedNetworks_IPv4
+ label: Killswitch Excluded IPv4 networks
+ description: List of Killswitch Excluded IPv4 Addresses
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv4
+ label: IPv4 Network
+ schema:
+ type: string
+ required: true
+ - variable: excludedNetworks_IPv6
+ label: Killswitch Excluded IPv6 networks
+ description: "List of Killswitch Excluded IPv6 Addresses"
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: networkv6
+ label: IPv6 Network
+ schema:
+ type: string
+ required: true
+ - variable: configFile
+ label: VPN Config File Location
+ schema:
+ type: string
+ show_if: [["type", "!=", "disabled"]]
+ default: ""
+
+ - variable: envList
+ label: VPN Environment Variables
+ schema:
+ type: list
+ show_if: [["type", "!=", "disabled"]]
+ default: []
+ items:
+ - variable: envItem
+ label: Environment Variable
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: name
+ label: Name
+ schema:
+ type: string
+ required: true
+ - variable: value
+ label: Value
+ schema:
+ type: string
+ required: true
+ max_length: 10240
+
+ - variable: docs
+ group: Documentation
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDocs
+ label: I have checked the documentation
+ schema:
+ type: boolean
+ default: true
+ - variable: donateNag
+ group: Documentation
+ label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/sponsor
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: confirmDonate
+ label: I have considered donating
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+
diff --git a/stable/zigbee2mqtt/11.7.0/templates/NOTES.txt b/stable/xwiki/12.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/templates/NOTES.txt
rename to stable/xwiki/12.8.3/templates/NOTES.txt
diff --git a/stable/znc/9.7.1/templates/common.yaml b/stable/xwiki/12.8.3/templates/common.yaml
similarity index 100%
rename from stable/znc/9.7.1/templates/common.yaml
rename to stable/xwiki/12.8.3/templates/common.yaml
diff --git a/stable/zerotier/9.6.0/values.yaml b/stable/xwiki/12.8.3/values.yaml
similarity index 100%
rename from stable/zerotier/9.6.0/values.yaml
rename to stable/xwiki/12.8.3/values.yaml
diff --git a/stable/yacreaderlibraryserver/5.6.0/CHANGELOG.md b/stable/yacreaderlibraryserver/5.6.0/CHANGELOG.md
deleted file mode 100644
index 20c50f3d358..00000000000
--- a/stable/yacreaderlibraryserver/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [yacreaderlibraryserver-5.6.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.5.2...yacreaderlibraryserver-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [yacreaderlibraryserver-5.5.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.5.1...yacreaderlibraryserver-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [yacreaderlibraryserver-5.5.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.5.0...yacreaderlibraryserver-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [yacreaderlibraryserver-5.5.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.4.1...yacreaderlibraryserver-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [yacreaderlibraryserver-5.4.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.4.0...yacreaderlibraryserver-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [yacreaderlibraryserver-5.4.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.3.0...yacreaderlibraryserver-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [yacreaderlibraryserver-5.3.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.3...yacreaderlibraryserver-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [yacreaderlibraryserver-5.2.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.2...yacreaderlibraryserver-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [yacreaderlibraryserver-5.2.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.0...yacreaderlibraryserver-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/yacreaderlibraryserver/5.6.0/Chart.yaml b/stable/yacreaderlibraryserver/5.6.0/Chart.yaml
deleted file mode 100644
index d328ef59944..00000000000
--- a/stable/yacreaderlibraryserver/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: MediaServer-Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Headless version of the YACReaderLibraryServer.
-home: https://truecharts.org/charts/stable/yacreaderlibraryserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png
-keywords:
- - yacreaderlibraryserver
- - MediaServer-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: yacreaderlibraryserver
-sources:
- - https://www.yacreader.com
- - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver
- - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker
-type: application
-version: 5.6.0
diff --git a/stable/yacreaderlibraryserver/5.6.0/charts/common-20.1.5.tgz b/stable/yacreaderlibraryserver/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/yacreaderlibraryserver/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/zigbee2mqtt/11.7.0/.helmignore b/stable/yacreaderlibraryserver/5.7.3/.helmignore
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/.helmignore
rename to stable/yacreaderlibraryserver/5.7.3/.helmignore
diff --git a/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md b/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..8e77c5d00d0
--- /dev/null
+++ b/stable/yacreaderlibraryserver/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacreaderlibraryserver-5.7.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/yacreaderlibraryserver/5.7.3/Chart.yaml b/stable/yacreaderlibraryserver/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..9401bfc89f8
--- /dev/null
+++ b/stable/yacreaderlibraryserver/5.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: MediaServer-Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Headless version of the YACReaderLibraryServer.
+home: https://truecharts.org/charts/stable/yacreaderlibraryserver
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png
+keywords:
+ - yacreaderlibraryserver
+ - MediaServer-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: yacreaderlibraryserver
+sources:
+ - https://www.yacreader.com
+ - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver
+ - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker
+type: application
+version: 5.7.3
diff --git a/stable/yacreaderlibraryserver/5.6.0/README.md b/stable/yacreaderlibraryserver/5.7.3/README.md
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/README.md
rename to stable/yacreaderlibraryserver/5.7.3/README.md
diff --git a/stable/yacreaderlibraryserver/5.7.3/app-changelog.md b/stable/yacreaderlibraryserver/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..ba48ff16882
--- /dev/null
+++ b/stable/yacreaderlibraryserver/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [yacreaderlibraryserver-5.7.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/yacreaderlibraryserver/5.6.0/app-readme.md b/stable/yacreaderlibraryserver/5.7.3/app-readme.md
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/app-readme.md
rename to stable/yacreaderlibraryserver/5.7.3/app-readme.md
diff --git a/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz b/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/yacreaderlibraryserver/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/yacreaderlibraryserver/5.6.0/ix_values.yaml b/stable/yacreaderlibraryserver/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/ix_values.yaml
rename to stable/yacreaderlibraryserver/5.7.3/ix_values.yaml
diff --git a/stable/yacreaderlibraryserver/5.6.0/questions.yaml b/stable/yacreaderlibraryserver/5.7.3/questions.yaml
similarity index 100%
rename from stable/yacreaderlibraryserver/5.6.0/questions.yaml
rename to stable/yacreaderlibraryserver/5.7.3/questions.yaml
diff --git a/stable/youtransfer/7.6.0/templates/common.yaml b/stable/yacreaderlibraryserver/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/youtransfer/7.6.0/templates/common.yaml
rename to stable/yacreaderlibraryserver/5.7.3/templates/common.yaml
diff --git a/stable/zigbee2mqtt/11.7.0/values.yaml b/stable/yacreaderlibraryserver/5.7.3/values.yaml
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/values.yaml
rename to stable/yacreaderlibraryserver/5.7.3/values.yaml
diff --git a/stable/yacy/5.6.0/CHANGELOG.md b/stable/yacy/5.6.0/CHANGELOG.md
deleted file mode 100644
index 21f923ea46e..00000000000
--- a/stable/yacy/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [yacy-5.6.0](https://github.com/truecharts/charts/compare/yacy-5.5.2...yacy-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [yacy-5.5.2](https://github.com/truecharts/charts/compare/yacy-5.5.1...yacy-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [yacy-5.5.1](https://github.com/truecharts/charts/compare/yacy-5.5.0...yacy-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [yacy-5.5.0](https://github.com/truecharts/charts/compare/yacy-5.4.1...yacy-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [yacy-5.4.1](https://github.com/truecharts/charts/compare/yacy-5.4.0...yacy-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [yacy-5.4.0](https://github.com/truecharts/charts/compare/yacy-5.3.0...yacy-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [yacy-5.3.0](https://github.com/truecharts/charts/compare/yacy-5.2.3...yacy-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [yacy-5.2.3](https://github.com/truecharts/charts/compare/yacy-5.2.2...yacy-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [yacy-5.2.2](https://github.com/truecharts/charts/compare/yacy-5.2.0...yacy-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/yacy/5.6.0/Chart.yaml b/stable/yacy/5.6.0/Chart.yaml
deleted file mode 100644
index 4d8acec6232..00000000000
--- a/stable/yacy/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Tools-Utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: YaCy decentralized search engine (https://yacy.net)
-home: https://truecharts.org/charts/stable/yacy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png
-keywords:
- - yacy
- - Tools-Utilities
- - Network-Web
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: yacy
-sources:
- - https://yacy.net/
- - https://github.com/truecharts/charts/tree/master/charts/stable/yacy
- - https://hub.docker.com/r/yacy/yacy_search_server
-type: application
-version: 5.6.0
diff --git a/stable/yacy/5.6.0/charts/common-20.1.5.tgz b/stable/yacy/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/yacy/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/znc/9.7.1/.helmignore b/stable/yacy/5.7.3/.helmignore
similarity index 100%
rename from stable/znc/9.7.1/.helmignore
rename to stable/yacy/5.7.3/.helmignore
diff --git a/stable/yacy/5.7.3/CHANGELOG.md b/stable/yacy/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..cede6db8d8b
--- /dev/null
+++ b/stable/yacy/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [yacy-5.7.2](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/yacy/5.7.3/Chart.yaml b/stable/yacy/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..510b97855c7
--- /dev/null
+++ b/stable/yacy/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Tools-Utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: YaCy decentralized search engine (https://yacy.net)
+home: https://truecharts.org/charts/stable/yacy
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png
+keywords:
+ - yacy
+ - Tools-Utilities
+ - Network-Web
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: yacy
+sources:
+ - https://yacy.net/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/yacy
+ - https://hub.docker.com/r/yacy/yacy_search_server
+type: application
+version: 5.7.3
diff --git a/stable/yacy/5.6.0/README.md b/stable/yacy/5.7.3/README.md
similarity index 100%
rename from stable/yacy/5.6.0/README.md
rename to stable/yacy/5.7.3/README.md
diff --git a/stable/yacy/5.7.3/app-changelog.md b/stable/yacy/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..36998fcdd09
--- /dev/null
+++ b/stable/yacy/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [yacy-5.7.3](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/yacy/5.6.0/app-readme.md b/stable/yacy/5.7.3/app-readme.md
similarity index 100%
rename from stable/yacy/5.6.0/app-readme.md
rename to stable/yacy/5.7.3/app-readme.md
diff --git a/stable/yacy/5.7.3/charts/common-20.2.4.tgz b/stable/yacy/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/yacy/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/yacy/5.6.0/ix_values.yaml b/stable/yacy/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/yacy/5.6.0/ix_values.yaml
rename to stable/yacy/5.7.3/ix_values.yaml
diff --git a/stable/yacy/5.6.0/questions.yaml b/stable/yacy/5.7.3/questions.yaml
similarity index 100%
rename from stable/yacy/5.6.0/questions.yaml
rename to stable/yacy/5.7.3/questions.yaml
diff --git a/stable/z80pack/5.6.0/templates/common.yaml b/stable/yacy/5.7.3/templates/common.yaml
similarity index 100%
rename from stable/z80pack/5.6.0/templates/common.yaml
rename to stable/yacy/5.7.3/templates/common.yaml
diff --git a/stable/znc/9.7.1/values.yaml b/stable/yacy/5.7.3/values.yaml
similarity index 100%
rename from stable/znc/9.7.1/values.yaml
rename to stable/yacy/5.7.3/values.yaml
diff --git a/stable/yourls/5.7.0/CHANGELOG.md b/stable/yourls/5.7.0/CHANGELOG.md
deleted file mode 100644
index f76be937eb4..00000000000
--- a/stable/yourls/5.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
diff --git a/stable/yourls/5.7.0/Chart.yaml b/stable/yourls/5.7.0/Chart.yaml
deleted file mode 100644
index b0e64307478..00000000000
--- a/stable/yourls/5.7.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.
-home: https://truecharts.org/charts/stable/yourls
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png
-keywords:
- - yourls
- - Cloud
- - Tools-Utilities
- - Network-Web
- - Network-Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: yourls
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/yourls
- - https://hub.docker.com/_/yourls
-type: application
-version: 5.7.0
diff --git a/stable/yourls/5.7.0/app-changelog.md b/stable/yourls/5.7.0/app-changelog.md
deleted file mode 100644
index 954065f1186..00000000000
--- a/stable/yourls/5.7.0/app-changelog.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-## [yourls-5.7.0](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
-
-- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
\ No newline at end of file
diff --git a/stable/yourls/5.7.0/charts/common-20.2.0.tgz b/stable/yourls/5.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/stable/yourls/5.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/stable/yourls/5.7.0/ix_values.yaml b/stable/yourls/5.7.0/ix_values.yaml
deleted file mode 100644
index a8369ed1265..00000000000
--- a/stable/yourls/5.7.0/ix_values.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-image:
- pullPolicy: IfNotPresent
- repository: yourls
- tag: latest@sha256:6b88ffab46864b4d651a3c56835e409b41535badbb0d7b15b090e628f1673b1b
-persistence: {}
-portal:
- open:
- enabled: true
-securityContext:
- container:
- readOnlyRootFilesystem: false
- runAsGroup: 0
- runAsUser: 0
-service:
- main:
- ports:
- main:
- port: 80
- protocol: tcp
- targetPort: 80
-workload:
- main:
- podSpec:
- containers:
- main:
- env:
- YOURLS_DB_HOST: ""
- YOURLS_DB_NAME: ""
- YOURLS_DB_PASS: ""
- YOURLS_HOURS_OFFSET: ""
- YOURLS_PASS: ""
- YOURLS_PRIVATE: ""
- YOURLS_SITE: ""
- YOURLS_USER: ""
diff --git a/stable/zoneminder/5.6.0/.helmignore b/stable/yourls/5.7.4/.helmignore
similarity index 100%
rename from stable/zoneminder/5.6.0/.helmignore
rename to stable/yourls/5.7.4/.helmignore
diff --git a/stable/yourls/5.7.4/CHANGELOG.md b/stable/yourls/5.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..680a2860561
--- /dev/null
+++ b/stable/yourls/5.7.4/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
+
+- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
+
+
+## [yourls-5.7.3](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
+
+- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
+
+
+## [yourls-5.7.3](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
+
+- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
+
+
+## [yourls-5.7.3](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
+
+- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
+
+
+## [yourls-5.7.3](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
diff --git a/stable/yourls/5.7.4/Chart.yaml b/stable/yourls/5.7.4/Chart.yaml
new file mode 100644
index 00000000000..8f39c861d53
--- /dev/null
+++ b/stable/yourls/5.7.4/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.
+home: https://truecharts.org/charts/stable/yourls
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png
+keywords:
+ - yourls
+ - Cloud
+ - Tools-Utilities
+ - Network-Web
+ - Network-Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: yourls
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/yourls
+ - https://hub.docker.com/_/yourls
+type: application
+version: 5.7.4
diff --git a/stable/yourls/5.7.0/README.md b/stable/yourls/5.7.4/README.md
similarity index 100%
rename from stable/yourls/5.7.0/README.md
rename to stable/yourls/5.7.4/README.md
diff --git a/stable/yourls/5.7.4/app-changelog.md b/stable/yourls/5.7.4/app-changelog.md
new file mode 100644
index 00000000000..ed981021da6
--- /dev/null
+++ b/stable/yourls/5.7.4/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [yourls-5.7.4](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image yourls to latest[@fb07cca](https://github.com/fb07cca) by renovate ([#19403](https://github.com/truecharts/charts/issues/19403))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image yourls to latest[@6b88ffa](https://github.com/6b88ffa) by renovate ([#19359](https://github.com/truecharts/charts/issues/19359))
+
+- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295))
\ No newline at end of file
diff --git a/stable/yourls/5.7.0/app-readme.md b/stable/yourls/5.7.4/app-readme.md
similarity index 100%
rename from stable/yourls/5.7.0/app-readme.md
rename to stable/yourls/5.7.4/app-readme.md
diff --git a/stable/yourls/5.7.4/charts/common-20.2.4.tgz b/stable/yourls/5.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/yourls/5.7.4/charts/common-20.2.4.tgz differ
diff --git a/stable/yourls/5.7.4/ix_values.yaml b/stable/yourls/5.7.4/ix_values.yaml
new file mode 100644
index 00000000000..910f19bf073
--- /dev/null
+++ b/stable/yourls/5.7.4/ix_values.yaml
@@ -0,0 +1,34 @@
+image:
+ pullPolicy: IfNotPresent
+ repository: yourls
+ tag: latest@sha256:fb07ccad4927f970bbc12af4b0023f867a5ead98605eba11ddd51061aa449bf1
+persistence: {}
+portal:
+ open:
+ enabled: true
+securityContext:
+ container:
+ readOnlyRootFilesystem: false
+ runAsGroup: 0
+ runAsUser: 0
+service:
+ main:
+ ports:
+ main:
+ port: 80
+ protocol: tcp
+ targetPort: 80
+workload:
+ main:
+ podSpec:
+ containers:
+ main:
+ env:
+ YOURLS_DB_HOST: ""
+ YOURLS_DB_NAME: ""
+ YOURLS_DB_PASS: ""
+ YOURLS_HOURS_OFFSET: ""
+ YOURLS_PASS: ""
+ YOURLS_PRIVATE: ""
+ YOURLS_SITE: ""
+ YOURLS_USER: ""
diff --git a/stable/yourls/5.7.0/questions.yaml b/stable/yourls/5.7.4/questions.yaml
similarity index 100%
rename from stable/yourls/5.7.0/questions.yaml
rename to stable/yourls/5.7.4/questions.yaml
diff --git a/stable/zoneminder/5.6.0/templates/common.yaml b/stable/yourls/5.7.4/templates/common.yaml
similarity index 100%
rename from stable/zoneminder/5.6.0/templates/common.yaml
rename to stable/yourls/5.7.4/templates/common.yaml
diff --git a/stable/zoneminder/5.6.0/values.yaml b/stable/yourls/5.7.4/values.yaml
similarity index 100%
rename from stable/zoneminder/5.6.0/values.yaml
rename to stable/yourls/5.7.4/values.yaml
diff --git a/stable/youtransfer/7.6.0/CHANGELOG.md b/stable/youtransfer/7.6.0/CHANGELOG.md
deleted file mode 100644
index 7f1c60af523..00000000000
--- a/stable/youtransfer/7.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [youtransfer-7.6.0](https://github.com/truecharts/charts/compare/youtransfer-7.5.2...youtransfer-7.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [youtransfer-7.5.2](https://github.com/truecharts/charts/compare/youtransfer-7.5.1...youtransfer-7.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [youtransfer-7.5.1](https://github.com/truecharts/charts/compare/youtransfer-7.5.0...youtransfer-7.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [youtransfer-7.5.0](https://github.com/truecharts/charts/compare/youtransfer-7.4.1...youtransfer-7.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [youtransfer-7.4.1](https://github.com/truecharts/charts/compare/youtransfer-7.4.0...youtransfer-7.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [youtransfer-7.4.0](https://github.com/truecharts/charts/compare/youtransfer-7.3.0...youtransfer-7.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [youtransfer-7.3.0](https://github.com/truecharts/charts/compare/youtransfer-7.2.3...youtransfer-7.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [youtransfer-7.2.3](https://github.com/truecharts/charts/compare/youtransfer-7.2.2...youtransfer-7.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [youtransfer-7.2.2](https://github.com/truecharts/charts/compare/youtransfer-7.2.0...youtransfer-7.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/youtransfer/7.6.0/Chart.yaml b/stable/youtransfer/7.6.0/Chart.yaml
deleted file mode 100644
index a42808621f5..00000000000
--- a/stable/youtransfer/7.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Cloud
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution.
-home: https://truecharts.org/charts/stable/youtransfer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png
-keywords:
- - youtransfer
- - Cloud
- - Tools-Utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: youtransfer
-sources:
- - https://github.com/YouTransfer/YouTransfer
- - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer
- - https://hub.docker.com/r/remie/youtransfer
-type: application
-version: 7.6.0
diff --git a/stable/youtransfer/7.6.0/charts/common-20.1.5.tgz b/stable/youtransfer/7.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/youtransfer/7.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/ztcuui-aio/8.6.0/.helmignore b/stable/youtransfer/7.7.3/.helmignore
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/.helmignore
rename to stable/youtransfer/7.7.3/.helmignore
diff --git a/stable/youtransfer/7.7.3/CHANGELOG.md b/stable/youtransfer/7.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..fc35e283b27
--- /dev/null
+++ b/stable/youtransfer/7.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [youtransfer-7.7.2](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/youtransfer/7.7.3/Chart.yaml b/stable/youtransfer/7.7.3/Chart.yaml
new file mode 100644
index 00000000000..ba61d6cadf3
--- /dev/null
+++ b/stable/youtransfer/7.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Cloud
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution.
+home: https://truecharts.org/charts/stable/youtransfer
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png
+keywords:
+ - youtransfer
+ - Cloud
+ - Tools-Utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: youtransfer
+sources:
+ - https://github.com/YouTransfer/YouTransfer
+ - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer
+ - https://hub.docker.com/r/remie/youtransfer
+type: application
+version: 7.7.3
diff --git a/stable/youtransfer/7.6.0/README.md b/stable/youtransfer/7.7.3/README.md
similarity index 100%
rename from stable/youtransfer/7.6.0/README.md
rename to stable/youtransfer/7.7.3/README.md
diff --git a/stable/youtransfer/7.7.3/app-changelog.md b/stable/youtransfer/7.7.3/app-changelog.md
new file mode 100644
index 00000000000..abca5892efe
--- /dev/null
+++ b/stable/youtransfer/7.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [youtransfer-7.7.3](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/youtransfer/7.6.0/app-readme.md b/stable/youtransfer/7.7.3/app-readme.md
similarity index 100%
rename from stable/youtransfer/7.6.0/app-readme.md
rename to stable/youtransfer/7.7.3/app-readme.md
diff --git a/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz b/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/youtransfer/7.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/youtransfer/7.6.0/ix_values.yaml b/stable/youtransfer/7.7.3/ix_values.yaml
similarity index 100%
rename from stable/youtransfer/7.6.0/ix_values.yaml
rename to stable/youtransfer/7.7.3/ix_values.yaml
diff --git a/stable/youtransfer/7.6.0/questions.yaml b/stable/youtransfer/7.7.3/questions.yaml
similarity index 100%
rename from stable/youtransfer/7.6.0/questions.yaml
rename to stable/youtransfer/7.7.3/questions.yaml
diff --git a/stable/znc/9.7.1/templates/NOTES.txt b/stable/youtransfer/7.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/znc/9.7.1/templates/NOTES.txt
rename to stable/youtransfer/7.7.3/templates/NOTES.txt
diff --git a/stable/youtransfer/7.7.3/templates/common.yaml b/stable/youtransfer/7.7.3/templates/common.yaml
new file mode 100644
index 00000000000..78d963fb168
--- /dev/null
+++ b/stable/youtransfer/7.7.3/templates/common.yaml
@@ -0,0 +1,2 @@
+{{/* Render the templates */}}
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/stable/ztcuui-aio/8.6.0/values.yaml b/stable/youtransfer/7.7.3/values.yaml
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/values.yaml
rename to stable/youtransfer/7.7.3/values.yaml
diff --git a/stable/youtubedl-material/10.7.1/CHANGELOG.md b/stable/youtubedl-material/10.7.1/CHANGELOG.md
deleted file mode 100644
index 748824ede0a..00000000000
--- a/stable/youtubedl-material/10.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
-
-
-## [youtubedl-material-10.7.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.6.3...youtubedl-material-10.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [youtubedl-material-10.6.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.6.2...youtubedl-material-10.6.3) (2024-03-13)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.2[@ce0371b](https://github.com/ce0371b) by renovate ([#19184](https://github.com/truecharts/charts/issues/19184))
-
diff --git a/stable/youtubedl-material/10.7.1/Chart.yaml b/stable/youtubedl-material/10.7.1/Chart.yaml
deleted file mode 100644
index 5e64034b6d5..00000000000
--- a/stable/youtubedl-material/10.7.1/Chart.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 4.3.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: mongodb
- version: 12.5.4
- repository: oci://tccr.io/truecharts
- condition: mongodb.enabled
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: YoutubeDL-Material is a Material Design frontend for youtube-dl.
-home: https://truecharts.org/charts/stable/youtubedl-material
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png
-keywords:
- - youtube
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: youtubedl-material
-sources:
- - https://github.com/Tzahi12345/YoutubeDL-Material
- - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material
- - https://ghcr.io/tzahi12345/youtubedl-material
-type: application
-version: 10.7.1
diff --git a/stable/youtubedl-material/10.7.1/app-changelog.md b/stable/youtubedl-material/10.7.1/app-changelog.md
deleted file mode 100644
index f87d5d7ae87..00000000000
--- a/stable/youtubedl-material/10.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [youtubedl-material-10.7.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/youtubedl-material/10.7.1/charts/common-20.1.5.tgz b/stable/youtubedl-material/10.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/youtubedl-material/10.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/stable/zwavejs2mqtt/19.6.0/.helmignore b/stable/youtubedl-material/10.8.3/.helmignore
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/.helmignore
rename to stable/youtubedl-material/10.8.3/.helmignore
diff --git a/stable/youtubedl-material/10.8.3/CHANGELOG.md b/stable/youtubedl-material/10.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..adcbfe6e1b2
--- /dev/null
+++ b/stable/youtubedl-material/10.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [youtubedl-material-10.8.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [youtubedl-material-10.8.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [youtubedl-material-10.8.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [youtubedl-material-10.8.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
+
+
+## [youtubedl-material-10.8.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/youtubedl-material/10.8.3/Chart.yaml b/stable/youtubedl-material/10.8.3/Chart.yaml
new file mode 100644
index 00000000000..37f92307910
--- /dev/null
+++ b/stable/youtubedl-material/10.8.3/Chart.yaml
@@ -0,0 +1,43 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 4.3.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: mongodb
+ version: 12.5.4
+ repository: oci://tccr.io/truecharts
+ condition: mongodb.enabled
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: YoutubeDL-Material is a Material Design frontend for youtube-dl.
+home: https://truecharts.org/charts/stable/youtubedl-material
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png
+keywords:
+ - youtube
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: youtubedl-material
+sources:
+ - https://github.com/Tzahi12345/YoutubeDL-Material
+ - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material
+ - https://ghcr.io/tzahi12345/youtubedl-material
+type: application
+version: 10.8.3
diff --git a/stable/youtubedl-material/10.7.1/README.md b/stable/youtubedl-material/10.8.3/README.md
similarity index 100%
rename from stable/youtubedl-material/10.7.1/README.md
rename to stable/youtubedl-material/10.8.3/README.md
diff --git a/stable/youtubedl-material/10.8.3/app-changelog.md b/stable/youtubedl-material/10.8.3/app-changelog.md
new file mode 100644
index 00000000000..fcdfec765cb
--- /dev/null
+++ b/stable/youtubedl-material/10.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [youtubedl-material-10.8.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321))
\ No newline at end of file
diff --git a/stable/youtubedl-material/10.7.1/app-readme.md b/stable/youtubedl-material/10.8.3/app-readme.md
similarity index 100%
rename from stable/youtubedl-material/10.7.1/app-readme.md
rename to stable/youtubedl-material/10.8.3/app-readme.md
diff --git a/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz b/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/youtubedl-material/10.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/youtubedl-material/10.7.1/charts/mongodb-12.5.4.tgz b/stable/youtubedl-material/10.8.3/charts/mongodb-12.5.4.tgz
similarity index 100%
rename from stable/youtubedl-material/10.7.1/charts/mongodb-12.5.4.tgz
rename to stable/youtubedl-material/10.8.3/charts/mongodb-12.5.4.tgz
diff --git a/stable/youtubedl-material/10.7.1/ix_values.yaml b/stable/youtubedl-material/10.8.3/ix_values.yaml
similarity index 100%
rename from stable/youtubedl-material/10.7.1/ix_values.yaml
rename to stable/youtubedl-material/10.8.3/ix_values.yaml
diff --git a/stable/youtubedl-material/10.7.1/questions.yaml b/stable/youtubedl-material/10.8.3/questions.yaml
similarity index 100%
rename from stable/youtubedl-material/10.7.1/questions.yaml
rename to stable/youtubedl-material/10.8.3/questions.yaml
diff --git a/stable/ztcuui-aio/8.6.0/templates/NOTES.txt b/stable/youtubedl-material/10.8.3/templates/NOTES.txt
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/templates/NOTES.txt
rename to stable/youtubedl-material/10.8.3/templates/NOTES.txt
diff --git a/stable/ztcuui-aio/8.6.0/templates/common.yaml b/stable/youtubedl-material/10.8.3/templates/common.yaml
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/templates/common.yaml
rename to stable/youtubedl-material/10.8.3/templates/common.yaml
diff --git a/stable/zwavejs2mqtt/19.6.0/values.yaml b/stable/youtubedl-material/10.8.3/values.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/values.yaml
rename to stable/youtubedl-material/10.8.3/values.yaml
diff --git a/stable/z80pack/5.6.0/CHANGELOG.md b/stable/z80pack/5.6.0/CHANGELOG.md
deleted file mode 100644
index a29860d85ab..00000000000
--- a/stable/z80pack/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [z80pack-5.6.0](https://github.com/truecharts/charts/compare/z80pack-5.5.2...z80pack-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [z80pack-5.5.2](https://github.com/truecharts/charts/compare/z80pack-5.5.1...z80pack-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [z80pack-5.5.1](https://github.com/truecharts/charts/compare/z80pack-5.5.0...z80pack-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [z80pack-5.5.0](https://github.com/truecharts/charts/compare/z80pack-5.4.1...z80pack-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [z80pack-5.4.1](https://github.com/truecharts/charts/compare/z80pack-5.4.0...z80pack-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [z80pack-5.4.0](https://github.com/truecharts/charts/compare/z80pack-5.3.0...z80pack-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [z80pack-5.3.0](https://github.com/truecharts/charts/compare/z80pack-5.2.3...z80pack-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [z80pack-5.2.3](https://github.com/truecharts/charts/compare/z80pack-5.2.2...z80pack-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [z80pack-5.2.2](https://github.com/truecharts/charts/compare/z80pack-5.2.0...z80pack-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/z80pack/5.6.0/Chart.yaml b/stable/z80pack/5.6.0/Chart.yaml
deleted file mode 100644
index afe15df0f04..00000000000
--- a/stable/z80pack/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: Other
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: |
- Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br]
-home: https://truecharts.org/charts/stable/z80pack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png
-keywords:
- - z80pack
- - Other
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: z80pack
-sources:
- - https://registry.hub.docker.com/r/dlandon/z80pack/
- - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack
- - https://hub.docker.com/r/dlandon/z80pack
-type: application
-version: 5.6.0
diff --git a/stable/z80pack/5.6.0/charts/common-20.1.5.tgz b/stable/z80pack/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/z80pack/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/cert-manager/4.7.0/.helmignore b/stable/z80pack/5.7.3/.helmignore
similarity index 100%
rename from system/cert-manager/4.7.0/.helmignore
rename to stable/z80pack/5.7.3/.helmignore
diff --git a/stable/z80pack/5.7.3/CHANGELOG.md b/stable/z80pack/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..b9741844d96
--- /dev/null
+++ b/stable/z80pack/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [z80pack-5.7.2](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/z80pack/5.7.3/Chart.yaml b/stable/z80pack/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..363aa74c47f
--- /dev/null
+++ b/stable/z80pack/5.7.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: Other
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: |
+ Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br]
+home: https://truecharts.org/charts/stable/z80pack
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png
+keywords:
+ - z80pack
+ - Other
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: z80pack
+sources:
+ - https://registry.hub.docker.com/r/dlandon/z80pack/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack
+ - https://hub.docker.com/r/dlandon/z80pack
+type: application
+version: 5.7.3
diff --git a/stable/z80pack/5.6.0/README.md b/stable/z80pack/5.7.3/README.md
similarity index 100%
rename from stable/z80pack/5.6.0/README.md
rename to stable/z80pack/5.7.3/README.md
diff --git a/stable/z80pack/5.7.3/app-changelog.md b/stable/z80pack/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..5d3a4899d85
--- /dev/null
+++ b/stable/z80pack/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [z80pack-5.7.3](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/z80pack/5.6.0/app-readme.md b/stable/z80pack/5.7.3/app-readme.md
similarity index 100%
rename from stable/z80pack/5.6.0/app-readme.md
rename to stable/z80pack/5.7.3/app-readme.md
diff --git a/stable/z80pack/5.7.3/charts/common-20.2.4.tgz b/stable/z80pack/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/z80pack/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/z80pack/5.6.0/ix_values.yaml b/stable/z80pack/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/z80pack/5.6.0/ix_values.yaml
rename to stable/z80pack/5.7.3/ix_values.yaml
diff --git a/stable/z80pack/5.6.0/questions.yaml b/stable/z80pack/5.7.3/questions.yaml
similarity index 100%
rename from stable/z80pack/5.6.0/questions.yaml
rename to stable/z80pack/5.7.3/questions.yaml
diff --git a/stable/z80pack/5.7.3/templates/common.yaml b/stable/z80pack/5.7.3/templates/common.yaml
new file mode 100644
index 00000000000..78d963fb168
--- /dev/null
+++ b/stable/z80pack/5.7.3/templates/common.yaml
@@ -0,0 +1,2 @@
+{{/* Render the templates */}}
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/system/cert-manager/4.7.0/values.yaml b/stable/z80pack/5.7.3/values.yaml
similarity index 100%
rename from system/cert-manager/4.7.0/values.yaml
rename to stable/z80pack/5.7.3/values.yaml
diff --git a/stable/zerotier/9.6.0/CHANGELOG.md b/stable/zerotier/9.6.0/CHANGELOG.md
deleted file mode 100644
index 41005639978..00000000000
--- a/stable/zerotier/9.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [zerotier-9.6.0](https://github.com/truecharts/charts/compare/zerotier-9.5.2...zerotier-9.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [zerotier-9.5.2](https://github.com/truecharts/charts/compare/zerotier-9.5.1...zerotier-9.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [zerotier-9.5.1](https://github.com/truecharts/charts/compare/zerotier-9.5.0...zerotier-9.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [zerotier-9.5.0](https://github.com/truecharts/charts/compare/zerotier-9.4.1...zerotier-9.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [zerotier-9.4.1](https://github.com/truecharts/charts/compare/zerotier-9.4.0...zerotier-9.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [zerotier-9.4.0](https://github.com/truecharts/charts/compare/zerotier-9.3.0...zerotier-9.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [zerotier-9.3.0](https://github.com/truecharts/charts/compare/zerotier-9.2.3...zerotier-9.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [zerotier-9.2.3](https://github.com/truecharts/charts/compare/zerotier-9.2.2...zerotier-9.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [zerotier-9.2.2](https://github.com/truecharts/charts/compare/zerotier-9.2.0...zerotier-9.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/zerotier/9.6.0/Chart.yaml b/stable/zerotier/9.6.0/Chart.yaml
deleted file mode 100644
index 7aa129e6f66..00000000000
--- a/stable/zerotier/9.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.12.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ZeroTier is a smart programmable Ethernet switch for planet Earth
-home: https://truecharts.org/charts/stable/zerotier
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png
-keywords:
- - zerotier
- - network
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: zerotier
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier
- - https://hub.docker.com/r/zerotier/zerotier
-type: application
-version: 9.6.0
diff --git a/stable/zerotier/9.6.0/charts/common-20.1.5.tgz b/stable/zerotier/9.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/zerotier/9.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/cloudnative-pg/6.7.1/.helmignore b/stable/zerotier/9.7.3/.helmignore
similarity index 100%
rename from system/cloudnative-pg/6.7.1/.helmignore
rename to stable/zerotier/9.7.3/.helmignore
diff --git a/stable/zerotier/9.7.3/CHANGELOG.md b/stable/zerotier/9.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..271ef0273d7
--- /dev/null
+++ b/stable/zerotier/9.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zerotier-9.7.2](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/zerotier/9.7.3/Chart.yaml b/stable/zerotier/9.7.3/Chart.yaml
new file mode 100644
index 00000000000..5f7f118956f
--- /dev/null
+++ b/stable/zerotier/9.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.12.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ZeroTier is a smart programmable Ethernet switch for planet Earth
+home: https://truecharts.org/charts/stable/zerotier
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png
+keywords:
+ - zerotier
+ - network
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: zerotier
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier
+ - https://hub.docker.com/r/zerotier/zerotier
+type: application
+version: 9.7.3
diff --git a/stable/zerotier/9.6.0/README.md b/stable/zerotier/9.7.3/README.md
similarity index 100%
rename from stable/zerotier/9.6.0/README.md
rename to stable/zerotier/9.7.3/README.md
diff --git a/stable/zerotier/9.7.3/app-changelog.md b/stable/zerotier/9.7.3/app-changelog.md
new file mode 100644
index 00000000000..16728f077cf
--- /dev/null
+++ b/stable/zerotier/9.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [zerotier-9.7.3](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/zerotier/9.6.0/app-readme.md b/stable/zerotier/9.7.3/app-readme.md
similarity index 100%
rename from stable/zerotier/9.6.0/app-readme.md
rename to stable/zerotier/9.7.3/app-readme.md
diff --git a/stable/zerotier/9.7.3/charts/common-20.2.4.tgz b/stable/zerotier/9.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/zerotier/9.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/zerotier/9.6.0/ix_values.yaml b/stable/zerotier/9.7.3/ix_values.yaml
similarity index 100%
rename from stable/zerotier/9.6.0/ix_values.yaml
rename to stable/zerotier/9.7.3/ix_values.yaml
diff --git a/stable/zerotier/9.6.0/questions.yaml b/stable/zerotier/9.7.3/questions.yaml
similarity index 100%
rename from stable/zerotier/9.6.0/questions.yaml
rename to stable/zerotier/9.7.3/questions.yaml
diff --git a/stable/zwavejs2mqtt/19.6.0/templates/NOTES.txt b/stable/zerotier/9.7.3/templates/NOTES.txt
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/templates/NOTES.txt
rename to stable/zerotier/9.7.3/templates/NOTES.txt
diff --git a/stable/zwavejs2mqtt/19.6.0/templates/common.yaml b/stable/zerotier/9.7.3/templates/common.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/templates/common.yaml
rename to stable/zerotier/9.7.3/templates/common.yaml
diff --git a/system/cloudnative-pg/6.7.1/values.yaml b/stable/zerotier/9.7.3/values.yaml
similarity index 100%
rename from system/cloudnative-pg/6.7.1/values.yaml
rename to stable/zerotier/9.7.3/values.yaml
diff --git a/stable/zigbee2mqtt/11.7.0/CHANGELOG.md b/stable/zigbee2mqtt/11.7.0/CHANGELOG.md
deleted file mode 100644
index f05226d3624..00000000000
--- a/stable/zigbee2mqtt/11.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [zigbee2mqtt-11.7.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.6.2...zigbee2mqtt-11.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [zigbee2mqtt-11.6.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.6.1...zigbee2mqtt-11.6.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [zigbee2mqtt-11.6.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.6.0...zigbee2mqtt-11.6.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [zigbee2mqtt-11.6.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.5.1...zigbee2mqtt-11.6.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [zigbee2mqtt-11.5.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.5.0...zigbee2mqtt-11.5.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [zigbee2mqtt-11.5.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.4.0...zigbee2mqtt-11.5.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [zigbee2mqtt-11.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.3...zigbee2mqtt-11.4.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [zigbee2mqtt-11.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.2...zigbee2mqtt-11.3.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [zigbee2mqtt-11.3.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.0...zigbee2mqtt-11.3.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/zigbee2mqtt/11.7.0/Chart.yaml b/stable/zigbee2mqtt/11.7.0/Chart.yaml
deleted file mode 100644
index 436c124ff30..00000000000
--- a/stable/zigbee2mqtt/11.7.0/Chart.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: media
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.36.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Bridges events and allows you to control your Zigbee devices via MQTT
-home: https://truecharts.org/charts/stable/zigbee2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png
-keywords:
- - zigbee
- - mqtt
- - home-assistant
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: zigbee2mqtt
-sources:
- - https://github.com/Koenkk/zigbee2mqtt
- - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
- - https://hub.docker.com/r/koenkk/zigbee2mqtt
-type: application
-version: 11.7.0
diff --git a/stable/zigbee2mqtt/11.7.0/charts/common-20.1.5.tgz b/stable/zigbee2mqtt/11.7.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/zigbee2mqtt/11.7.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/grafana-agent-operator/1.6.0/.helmignore b/stable/zigbee2mqtt/11.8.3/.helmignore
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/.helmignore
rename to stable/zigbee2mqtt/11.8.3/.helmignore
diff --git a/stable/zigbee2mqtt/11.8.3/CHANGELOG.md b/stable/zigbee2mqtt/11.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..e8fe7f78dce
--- /dev/null
+++ b/stable/zigbee2mqtt/11.8.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zigbee2mqtt-11.8.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/zigbee2mqtt/11.8.3/Chart.yaml b/stable/zigbee2mqtt/11.8.3/Chart.yaml
new file mode 100644
index 00000000000..2f7afefb165
--- /dev/null
+++ b/stable/zigbee2mqtt/11.8.3/Chart.yaml
@@ -0,0 +1,38 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: media
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.36.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Bridges events and allows you to control your Zigbee devices via MQTT
+home: https://truecharts.org/charts/stable/zigbee2mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png
+keywords:
+ - zigbee
+ - mqtt
+ - home-assistant
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: zigbee2mqtt
+sources:
+ - https://github.com/Koenkk/zigbee2mqtt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
+ - https://hub.docker.com/r/koenkk/zigbee2mqtt
+type: application
+version: 11.8.3
diff --git a/stable/zigbee2mqtt/11.7.0/README.md b/stable/zigbee2mqtt/11.8.3/README.md
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/README.md
rename to stable/zigbee2mqtt/11.8.3/README.md
diff --git a/stable/zigbee2mqtt/11.7.0/SKIPINSTALL b/stable/zigbee2mqtt/11.8.3/SKIPINSTALL
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/SKIPINSTALL
rename to stable/zigbee2mqtt/11.8.3/SKIPINSTALL
diff --git a/stable/zigbee2mqtt/11.8.3/app-changelog.md b/stable/zigbee2mqtt/11.8.3/app-changelog.md
new file mode 100644
index 00000000000..5e9cfc8794e
--- /dev/null
+++ b/stable/zigbee2mqtt/11.8.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [zigbee2mqtt-11.8.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/zigbee2mqtt/11.7.0/app-readme.md b/stable/zigbee2mqtt/11.8.3/app-readme.md
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/app-readme.md
rename to stable/zigbee2mqtt/11.8.3/app-readme.md
diff --git a/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz b/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/zigbee2mqtt/11.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/zigbee2mqtt/11.7.0/ix_values.yaml b/stable/zigbee2mqtt/11.8.3/ix_values.yaml
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/ix_values.yaml
rename to stable/zigbee2mqtt/11.8.3/ix_values.yaml
diff --git a/stable/zigbee2mqtt/11.7.0/questions.yaml b/stable/zigbee2mqtt/11.8.3/questions.yaml
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/questions.yaml
rename to stable/zigbee2mqtt/11.8.3/questions.yaml
diff --git a/system/cert-manager/4.7.0/templates/NOTES.txt b/stable/zigbee2mqtt/11.8.3/templates/NOTES.txt
similarity index 100%
rename from system/cert-manager/4.7.0/templates/NOTES.txt
rename to stable/zigbee2mqtt/11.8.3/templates/NOTES.txt
diff --git a/stable/zigbee2mqtt/11.7.0/templates/common.yaml b/stable/zigbee2mqtt/11.8.3/templates/common.yaml
similarity index 100%
rename from stable/zigbee2mqtt/11.7.0/templates/common.yaml
rename to stable/zigbee2mqtt/11.8.3/templates/common.yaml
diff --git a/system/grafana-agent-operator/1.6.0/values.yaml b/stable/zigbee2mqtt/11.8.3/values.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/values.yaml
rename to stable/zigbee2mqtt/11.8.3/values.yaml
diff --git a/stable/znc/9.7.1/CHANGELOG.md b/stable/znc/9.7.1/CHANGELOG.md
deleted file mode 100644
index 3b5d4f20160..00000000000
--- a/stable/znc/9.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
-
-
-## [znc-9.7.0](https://github.com/truecharts/charts/compare/znc-9.6.2...znc-9.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/stable/znc/9.7.1/Chart.yaml b/stable/znc/9.7.1/Chart.yaml
deleted file mode 100644
index fb3debe1412..00000000000
--- a/stable/znc/9.7.1/Chart.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: incubator
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 1.9.0
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
-home: https://truecharts.org/charts/stable/znc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png
-keywords:
- - znc
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: znc
-sources:
- - https://github.com/truecharts/charts/tree/master/charts/stable/znc
- - https://ghcr.io/linuxserver/znc
-type: application
-version: 9.7.1
diff --git a/stable/znc/9.7.1/app-changelog.md b/stable/znc/9.7.1/app-changelog.md
deleted file mode 100644
index 2d10a7b2906..00000000000
--- a/stable/znc/9.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [znc-9.7.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
\ No newline at end of file
diff --git a/stable/znc/9.7.1/charts/common-20.1.5.tgz b/stable/znc/9.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/znc/9.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/kubeapps/2.8.1/.helmignore b/stable/znc/9.8.3/.helmignore
similarity index 100%
rename from system/kubeapps/2.8.1/.helmignore
rename to stable/znc/9.8.3/.helmignore
diff --git a/stable/znc/9.8.3/CHANGELOG.md b/stable/znc/9.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..718af4fc0ef
--- /dev/null
+++ b/stable/znc/9.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [znc-9.8.3](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
+
+
+## [znc-9.8.2](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
+
+
+## [znc-9.8.2](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
+
+
+## [znc-9.8.2](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
+
+
+## [znc-9.8.2](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
+
+
+## [znc-9.8.2](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
\ No newline at end of file
diff --git a/stable/znc/9.8.3/Chart.yaml b/stable/znc/9.8.3/Chart.yaml
new file mode 100644
index 00000000000..21cd84539cd
--- /dev/null
+++ b/stable/znc/9.8.3/Chart.yaml
@@ -0,0 +1,35 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: incubator
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 1.9.0
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
+home: https://truecharts.org/charts/stable/znc
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png
+keywords:
+ - znc
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: znc
+sources:
+ - https://github.com/truecharts/charts/tree/master/charts/stable/znc
+ - https://ghcr.io/linuxserver/znc
+type: application
+version: 9.8.3
diff --git a/stable/znc/9.7.1/README.md b/stable/znc/9.8.3/README.md
similarity index 100%
rename from stable/znc/9.7.1/README.md
rename to stable/znc/9.8.3/README.md
diff --git a/stable/znc/9.8.3/app-changelog.md b/stable/znc/9.8.3/app-changelog.md
new file mode 100644
index 00000000000..299b7fbdba1
--- /dev/null
+++ b/stable/znc/9.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [znc-9.8.3](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image ghcr.io/linuxserver/znc to 1.9.0[@bdd8345](https://github.com/bdd8345) by renovate ([#19250](https://github.com/truecharts/charts/issues/19250))
\ No newline at end of file
diff --git a/stable/znc/9.7.1/app-readme.md b/stable/znc/9.8.3/app-readme.md
similarity index 100%
rename from stable/znc/9.7.1/app-readme.md
rename to stable/znc/9.8.3/app-readme.md
diff --git a/stable/znc/9.8.3/charts/common-20.2.4.tgz b/stable/znc/9.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/znc/9.8.3/charts/common-20.2.4.tgz differ
diff --git a/stable/znc/9.7.1/ix_values.yaml b/stable/znc/9.8.3/ix_values.yaml
similarity index 100%
rename from stable/znc/9.7.1/ix_values.yaml
rename to stable/znc/9.8.3/ix_values.yaml
diff --git a/stable/znc/9.7.1/questions.yaml b/stable/znc/9.8.3/questions.yaml
similarity index 100%
rename from stable/znc/9.7.1/questions.yaml
rename to stable/znc/9.8.3/questions.yaml
diff --git a/system/cloudnative-pg/6.7.1/templates/NOTES.txt b/stable/znc/9.8.3/templates/NOTES.txt
similarity index 100%
rename from system/cloudnative-pg/6.7.1/templates/NOTES.txt
rename to stable/znc/9.8.3/templates/NOTES.txt
diff --git a/system/grafana-agent-operator/1.6.0/templates/common.yaml b/stable/znc/9.8.3/templates/common.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/common.yaml
rename to stable/znc/9.8.3/templates/common.yaml
diff --git a/system/kubeapps/2.8.1/values.yaml b/stable/znc/9.8.3/values.yaml
similarity index 100%
rename from system/kubeapps/2.8.1/values.yaml
rename to stable/znc/9.8.3/values.yaml
diff --git a/stable/zoneminder/5.6.0/CHANGELOG.md b/stable/zoneminder/5.6.0/CHANGELOG.md
deleted file mode 100644
index 204e8175eb1..00000000000
--- a/stable/zoneminder/5.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [zoneminder-5.6.0](https://github.com/truecharts/charts/compare/zoneminder-5.5.2...zoneminder-5.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [zoneminder-5.5.2](https://github.com/truecharts/charts/compare/zoneminder-5.5.1...zoneminder-5.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [zoneminder-5.5.1](https://github.com/truecharts/charts/compare/zoneminder-5.5.0...zoneminder-5.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [zoneminder-5.5.0](https://github.com/truecharts/charts/compare/zoneminder-5.4.1...zoneminder-5.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [zoneminder-5.4.1](https://github.com/truecharts/charts/compare/zoneminder-5.4.0...zoneminder-5.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [zoneminder-5.4.0](https://github.com/truecharts/charts/compare/zoneminder-5.3.0...zoneminder-5.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [zoneminder-5.3.0](https://github.com/truecharts/charts/compare/zoneminder-5.2.3...zoneminder-5.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [zoneminder-5.2.3](https://github.com/truecharts/charts/compare/zoneminder-5.2.2...zoneminder-5.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [zoneminder-5.2.2](https://github.com/truecharts/charts/compare/zoneminder-5.2.0...zoneminder-5.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/zoneminder/5.6.0/Chart.yaml b/stable/zoneminder/5.6.0/Chart.yaml
deleted file mode 100644
index e34a8c6ff3e..00000000000
--- a/stable/zoneminder/5.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: utilities
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Zoneminder is the top Linux video camera security and surveillance solution.
-home: https://truecharts.org/charts/stable/zoneminder
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png
-keywords:
- - zoneminder
- - home
- - automation
- - cctv
- - utilities
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: zoneminder
-sources:
- - https://zoneminder.com/
- - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder
- - https://hub.docker.com/r/dlandon/zoneminder.unraid
-type: application
-version: 5.6.0
diff --git a/stable/zoneminder/5.6.0/charts/common-20.1.5.tgz b/stable/zoneminder/5.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/zoneminder/5.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/kubernetes-reflector/4.6.0/.helmignore b/stable/zoneminder/5.7.3/.helmignore
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/.helmignore
rename to stable/zoneminder/5.7.3/.helmignore
diff --git a/stable/zoneminder/5.7.3/CHANGELOG.md b/stable/zoneminder/5.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..9db50ce31c5
--- /dev/null
+++ b/stable/zoneminder/5.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zoneminder-5.7.2](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/zoneminder/5.7.3/Chart.yaml b/stable/zoneminder/5.7.3/Chart.yaml
new file mode 100644
index 00000000000..87a33e08d58
--- /dev/null
+++ b/stable/zoneminder/5.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: utilities
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Zoneminder is the top Linux video camera security and surveillance solution.
+home: https://truecharts.org/charts/stable/zoneminder
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png
+keywords:
+ - zoneminder
+ - home
+ - automation
+ - cctv
+ - utilities
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: zoneminder
+sources:
+ - https://zoneminder.com/
+ - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder
+ - https://hub.docker.com/r/dlandon/zoneminder.unraid
+type: application
+version: 5.7.3
diff --git a/stable/zoneminder/5.6.0/README.md b/stable/zoneminder/5.7.3/README.md
similarity index 100%
rename from stable/zoneminder/5.6.0/README.md
rename to stable/zoneminder/5.7.3/README.md
diff --git a/stable/zoneminder/5.7.3/app-changelog.md b/stable/zoneminder/5.7.3/app-changelog.md
new file mode 100644
index 00000000000..4b79237f9b3
--- /dev/null
+++ b/stable/zoneminder/5.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [zoneminder-5.7.3](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/zoneminder/5.6.0/app-readme.md b/stable/zoneminder/5.7.3/app-readme.md
similarity index 100%
rename from stable/zoneminder/5.6.0/app-readme.md
rename to stable/zoneminder/5.7.3/app-readme.md
diff --git a/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz b/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/zoneminder/5.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/zoneminder/5.6.0/ix_values.yaml b/stable/zoneminder/5.7.3/ix_values.yaml
similarity index 100%
rename from stable/zoneminder/5.6.0/ix_values.yaml
rename to stable/zoneminder/5.7.3/ix_values.yaml
diff --git a/stable/zoneminder/5.6.0/questions.yaml b/stable/zoneminder/5.7.3/questions.yaml
similarity index 100%
rename from stable/zoneminder/5.6.0/questions.yaml
rename to stable/zoneminder/5.7.3/questions.yaml
diff --git a/stable/zoneminder/5.7.3/templates/common.yaml b/stable/zoneminder/5.7.3/templates/common.yaml
new file mode 100644
index 00000000000..78d963fb168
--- /dev/null
+++ b/stable/zoneminder/5.7.3/templates/common.yaml
@@ -0,0 +1,2 @@
+{{/* Render the templates */}}
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/system/kubernetes-reflector/4.6.0/values.yaml b/stable/zoneminder/5.7.3/values.yaml
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/values.yaml
rename to stable/zoneminder/5.7.3/values.yaml
diff --git a/stable/ztcuui-aio/8.6.0/CHANGELOG.md b/stable/ztcuui-aio/8.6.0/CHANGELOG.md
deleted file mode 100644
index f7b45d086a4..00000000000
--- a/stable/ztcuui-aio/8.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [ztcuui-aio-8.6.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.5.2...ztcuui-aio-8.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [ztcuui-aio-8.5.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.5.1...ztcuui-aio-8.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [ztcuui-aio-8.5.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.5.0...ztcuui-aio-8.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [ztcuui-aio-8.5.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.4.1...ztcuui-aio-8.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [ztcuui-aio-8.4.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.4.0...ztcuui-aio-8.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [ztcuui-aio-8.4.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.3.0...ztcuui-aio-8.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [ztcuui-aio-8.3.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.3...ztcuui-aio-8.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [ztcuui-aio-8.2.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.2...ztcuui-aio-8.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [ztcuui-aio-8.2.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.0...ztcuui-aio-8.2.2) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/ztcuui-aio/8.6.0/Chart.yaml b/stable/ztcuui-aio/8.6.0/Chart.yaml
deleted file mode 100644
index f43f5392086..00000000000
--- a/stable/ztcuui-aio/8.6.0/Chart.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 2024.1.28
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: ZeroTier network controller user interface in a Docker container
-home: https://truecharts.org/charts/stable/ztcuui-aio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png
-keywords:
- - ztcuui-aio
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: ztcuui-aio
-sources:
- - https://github.com/kmahyyg/ztncui-aio
- - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio
- - https://ghcr.io/kmahyyg/ztncui-aio
-type: application
-version: 8.6.0
diff --git a/stable/ztcuui-aio/8.6.0/charts/common-20.1.5.tgz b/stable/ztcuui-aio/8.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/ztcuui-aio/8.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/metallb/14.6.0/.helmignore b/stable/ztcuui-aio/8.7.3/.helmignore
similarity index 100%
rename from system/metallb/14.6.0/.helmignore
rename to stable/ztcuui-aio/8.7.3/.helmignore
diff --git a/stable/ztcuui-aio/8.7.3/CHANGELOG.md b/stable/ztcuui-aio/8.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..778f35da1a7
--- /dev/null
+++ b/stable/ztcuui-aio/8.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [ztcuui-aio-8.7.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/ztcuui-aio/8.7.3/Chart.yaml b/stable/ztcuui-aio/8.7.3/Chart.yaml
new file mode 100644
index 00000000000..94759bd8fd0
--- /dev/null
+++ b/stable/ztcuui-aio/8.7.3/Chart.yaml
@@ -0,0 +1,36 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 2024.1.28
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: ZeroTier network controller user interface in a Docker container
+home: https://truecharts.org/charts/stable/ztcuui-aio
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png
+keywords:
+ - ztcuui-aio
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: ztcuui-aio
+sources:
+ - https://github.com/kmahyyg/ztncui-aio
+ - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio
+ - https://ghcr.io/kmahyyg/ztncui-aio
+type: application
+version: 8.7.3
diff --git a/stable/ztcuui-aio/8.6.0/README.md b/stable/ztcuui-aio/8.7.3/README.md
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/README.md
rename to stable/ztcuui-aio/8.7.3/README.md
diff --git a/stable/ztcuui-aio/8.7.3/app-changelog.md b/stable/ztcuui-aio/8.7.3/app-changelog.md
new file mode 100644
index 00000000000..0aed0bc8e92
--- /dev/null
+++ b/stable/ztcuui-aio/8.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [ztcuui-aio-8.7.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/ztcuui-aio/8.6.0/app-readme.md b/stable/ztcuui-aio/8.7.3/app-readme.md
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/app-readme.md
rename to stable/ztcuui-aio/8.7.3/app-readme.md
diff --git a/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz b/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/ztcuui-aio/8.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/ztcuui-aio/8.6.0/ix_values.yaml b/stable/ztcuui-aio/8.7.3/ix_values.yaml
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/ix_values.yaml
rename to stable/ztcuui-aio/8.7.3/ix_values.yaml
diff --git a/stable/ztcuui-aio/8.6.0/questions.yaml b/stable/ztcuui-aio/8.7.3/questions.yaml
similarity index 100%
rename from stable/ztcuui-aio/8.6.0/questions.yaml
rename to stable/ztcuui-aio/8.7.3/questions.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/NOTES.txt b/stable/ztcuui-aio/8.7.3/templates/NOTES.txt
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/NOTES.txt
rename to stable/ztcuui-aio/8.7.3/templates/NOTES.txt
diff --git a/stable/ztcuui-aio/8.7.3/templates/common.yaml b/stable/ztcuui-aio/8.7.3/templates/common.yaml
new file mode 100644
index 00000000000..b51394e00a4
--- /dev/null
+++ b/stable/ztcuui-aio/8.7.3/templates/common.yaml
@@ -0,0 +1 @@
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/system/metallb/14.6.0/values.yaml b/stable/ztcuui-aio/8.7.3/values.yaml
similarity index 100%
rename from system/metallb/14.6.0/values.yaml
rename to stable/ztcuui-aio/8.7.3/values.yaml
diff --git a/stable/zwavejs2mqtt/19.6.0/CHANGELOG.md b/stable/zwavejs2mqtt/19.6.0/CHANGELOG.md
deleted file mode 100644
index 7b1976f0ccb..00000000000
--- a/stable/zwavejs2mqtt/19.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [zwavejs2mqtt-19.6.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.5.2...zwavejs2mqtt-19.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [zwavejs2mqtt-19.5.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.5.1...zwavejs2mqtt-19.5.2) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
-
-
-## [zwavejs2mqtt-19.5.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.5.0...zwavejs2mqtt-19.5.1) (2024-03-12)
-
-### Chore
-
-
-
-- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
-
-
-## [zwavejs2mqtt-19.5.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.4.1...zwavejs2mqtt-19.5.0) (2024-03-11)
-
-### Chore
-
-
-
-- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
-
-
-## [zwavejs2mqtt-19.4.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.4.0...zwavejs2mqtt-19.4.1) (2024-03-07)
-
-### Chore
-
-
-
-- bump everything to trigger re-release
-
-
-## [zwavejs2mqtt-19.4.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.3.0...zwavejs2mqtt-19.4.0) (2024-03-07)
-
-### Chore
-
-
-
-- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
-
-
-## [zwavejs2mqtt-19.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.4...zwavejs2mqtt-19.3.0) (2024-03-06)
-
-### Chore
-
-
-
-- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
-
-
-## [zwavejs2mqtt-19.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.3...zwavejs2mqtt-19.2.4) (2024-03-05)
-
-### Chore
-
-
-
-- bump everything to force helm release again
-
-
-## [zwavejs2mqtt-19.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.1...zwavejs2mqtt-19.2.3) (2024-03-05)
-
-### Chore
-
-
-
-- force rereleases
-
-- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
-
-
-
-
-
-
-
-
diff --git a/stable/zwavejs2mqtt/19.6.0/Chart.yaml b/stable/zwavejs2mqtt/19.6.0/Chart.yaml
deleted file mode 100644
index fd31b623f65..00000000000
--- a/stable/zwavejs2mqtt/19.6.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: tools
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: stable
-apiVersion: v2
-appVersion: 9.9.1
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
-home: https://truecharts.org/charts/stable/zwavejs2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
-keywords:
- - zwavejs2mqtt
- - zwave-js
- - z-wave
- - zwave
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: zwavejs2mqtt
-sources:
- - https://github.com/zwave-js/zwavejs2mqtt
- - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
- - https://hub.docker.com/r/zwavejs/zwave-js-ui
-type: application
-version: 19.6.0
diff --git a/stable/zwavejs2mqtt/19.6.0/charts/common-20.1.5.tgz b/stable/zwavejs2mqtt/19.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/stable/zwavejs2mqtt/19.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/openebs/3.7.1/.helmignore b/stable/zwavejs2mqtt/19.7.3/.helmignore
similarity index 100%
rename from system/openebs/3.7.1/.helmignore
rename to stable/zwavejs2mqtt/19.7.3/.helmignore
diff --git a/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md b/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..185dff22e58
--- /dev/null
+++ b/stable/zwavejs2mqtt/19.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [zwavejs2mqtt-19.7.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/stable/zwavejs2mqtt/19.7.3/Chart.yaml b/stable/zwavejs2mqtt/19.7.3/Chart.yaml
new file mode 100644
index 00000000000..0e21f8ed6b2
--- /dev/null
+++ b/stable/zwavejs2mqtt/19.7.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: tools
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: stable
+apiVersion: v2
+appVersion: 9.9.1
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
+home: https://truecharts.org/charts/stable/zwavejs2mqtt
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
+keywords:
+ - zwavejs2mqtt
+ - zwave-js
+ - z-wave
+ - zwave
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: zwavejs2mqtt
+sources:
+ - https://github.com/zwave-js/zwavejs2mqtt
+ - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
+ - https://hub.docker.com/r/zwavejs/zwave-js-ui
+type: application
+version: 19.7.3
diff --git a/stable/zwavejs2mqtt/19.6.0/README.md b/stable/zwavejs2mqtt/19.7.3/README.md
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/README.md
rename to stable/zwavejs2mqtt/19.7.3/README.md
diff --git a/stable/zwavejs2mqtt/19.7.3/app-changelog.md b/stable/zwavejs2mqtt/19.7.3/app-changelog.md
new file mode 100644
index 00000000000..70af5d46dcf
--- /dev/null
+++ b/stable/zwavejs2mqtt/19.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [zwavejs2mqtt-19.7.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/stable/zwavejs2mqtt/19.6.0/app-readme.md b/stable/zwavejs2mqtt/19.7.3/app-readme.md
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/app-readme.md
rename to stable/zwavejs2mqtt/19.7.3/app-readme.md
diff --git a/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz b/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/stable/zwavejs2mqtt/19.7.3/charts/common-20.2.4.tgz differ
diff --git a/stable/zwavejs2mqtt/19.6.0/ix_values.yaml b/stable/zwavejs2mqtt/19.7.3/ix_values.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/ix_values.yaml
rename to stable/zwavejs2mqtt/19.7.3/ix_values.yaml
diff --git a/stable/zwavejs2mqtt/19.6.0/questions.yaml b/stable/zwavejs2mqtt/19.7.3/questions.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/19.6.0/questions.yaml
rename to stable/zwavejs2mqtt/19.7.3/questions.yaml
diff --git a/system/metallb/14.6.0/templates/NOTES.txt b/stable/zwavejs2mqtt/19.7.3/templates/NOTES.txt
similarity index 100%
rename from system/metallb/14.6.0/templates/NOTES.txt
rename to stable/zwavejs2mqtt/19.7.3/templates/NOTES.txt
diff --git a/stable/zwavejs2mqtt/19.7.3/templates/common.yaml b/stable/zwavejs2mqtt/19.7.3/templates/common.yaml
new file mode 100644
index 00000000000..b51394e00a4
--- /dev/null
+++ b/stable/zwavejs2mqtt/19.7.3/templates/common.yaml
@@ -0,0 +1 @@
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/system/openebs/3.7.1/values.yaml b/stable/zwavejs2mqtt/19.7.3/values.yaml
similarity index 100%
rename from system/openebs/3.7.1/values.yaml
rename to stable/zwavejs2mqtt/19.7.3/values.yaml
diff --git a/system/cert-manager/4.7.0/CHANGELOG.md b/system/cert-manager/4.7.0/CHANGELOG.md
deleted file mode 100644
index 9593fb53467..00000000000
--- a/system/cert-manager/4.7.0/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
diff --git a/system/cert-manager/4.7.0/Chart.yaml b/system/cert-manager/4.7.0/Chart.yaml
deleted file mode 100644
index 8531a9e05bf..00000000000
--- a/system/cert-manager/4.7.0/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.0
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: cert-manager
- version: v1.14.4
- repository: https://charts.jetstack.io
- condition: ""
- alias: certmanager
- tags: []
- import-values: []
-deprecated: false
-description: Cert-Manager is a kubernetes-aware certificate manager
-home: https://truecharts.org/charts/system/cert-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png
-keywords:
- - cert-manager
- - certificates
- - security
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cert-manager
-sources:
- - https://github.com/cert-manager
- - https://cert-manager.io/
- - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager
- - https://github.com/truecharts/containers/tree/master/apps/scratch
-type: application
-version: 4.7.0
diff --git a/system/cert-manager/4.7.0/app-changelog.md b/system/cert-manager/4.7.0/app-changelog.md
deleted file mode 100644
index 38589198ac1..00000000000
--- a/system/cert-manager/4.7.0/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [cert-manager-4.7.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
\ No newline at end of file
diff --git a/system/cert-manager/4.7.0/charts/common-20.2.0.tgz b/system/cert-manager/4.7.0/charts/common-20.2.0.tgz
deleted file mode 100644
index 8bc207a92f0..00000000000
Binary files a/system/cert-manager/4.7.0/charts/common-20.2.0.tgz and /dev/null differ
diff --git a/system/cert-manager/4.7.0/ix_values.yaml b/system/cert-manager/4.7.0/ix_values.yaml
deleted file mode 100644
index 0166a624514..00000000000
--- a/system/cert-manager/4.7.0/ix_values.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-image:
- repository: tccr.io/tccr/scratch
- pullPolicy: IfNotPresent
- tag: latest@sha256:22e9d346aa00a632f3ebbd64f3aaf1e3e3f6be100cba81c410fa9a2b86e6ec82
-
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-
-workload:
- main:
- enabled: false
-
-portal:
- open:
- enabled: false
-
-operator:
- register: true
-
-configmap:
- dashboard:
- enabled: true
- labels:
- grafana_dashboard: "1"
- data:
- cert-manager.json: >-
- {{ .Files.Get "dashboard.json" | indent 8 }}
-
-certmanager:
- dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
- dns01RecursiveNameserversOnly: false
- installCRDs: true
- enableCertificateOwnerRef: true
- prometheus:
- enabled: true
- servicemonitor:
- enabled: true
diff --git a/system/prometheus-operator/6.8.0/.helmignore b/system/cert-manager/4.7.4/.helmignore
similarity index 100%
rename from system/prometheus-operator/6.8.0/.helmignore
rename to system/cert-manager/4.7.4/.helmignore
diff --git a/system/cert-manager/4.7.4/CHANGELOG.md b/system/cert-manager/4.7.4/CHANGELOG.md
new file mode 100644
index 00000000000..15788a5e0a9
--- /dev/null
+++ b/system/cert-manager/4.7.4/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
+
+
+## [cert-manager-4.7.3](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
+
+
+## [cert-manager-4.7.3](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
+
+
+## [cert-manager-4.7.3](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
+
+
+## [cert-manager-4.7.3](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.3) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
+
+
+## [cert-manager-4.7.3](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.3) (2024-03-23)
+
+### Chore
\ No newline at end of file
diff --git a/system/cert-manager/4.7.4/Chart.yaml b/system/cert-manager/4.7.4/Chart.yaml
new file mode 100644
index 00000000000..df5b7e84bc5
--- /dev/null
+++ b/system/cert-manager/4.7.4/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: cert-manager
+ version: v1.14.4
+ repository: https://charts.jetstack.io
+ condition: ""
+ alias: certmanager
+ tags: []
+ import-values: []
+deprecated: false
+description: Cert-Manager is a kubernetes-aware certificate manager
+home: https://truecharts.org/charts/system/cert-manager
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png
+keywords:
+ - cert-manager
+ - certificates
+ - security
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cert-manager
+sources:
+ - https://github.com/cert-manager
+ - https://cert-manager.io/
+ - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager
+ - https://github.com/truecharts/containers/tree/master/apps/scratch
+type: application
+version: 4.7.4
diff --git a/system/cert-manager/4.7.0/README.md b/system/cert-manager/4.7.4/README.md
similarity index 100%
rename from system/cert-manager/4.7.0/README.md
rename to system/cert-manager/4.7.4/README.md
diff --git a/system/cert-manager/4.7.4/app-changelog.md b/system/cert-manager/4.7.4/app-changelog.md
new file mode 100644
index 00000000000..fecfd611aa2
--- /dev/null
+++ b/system/cert-manager/4.7.4/app-changelog.md
@@ -0,0 +1,19 @@
+
+
+## [cert-manager-4.7.4](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.4) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image tccr.io/tccr/scratch to latest[@fff0ddf](https://github.com/fff0ddf) by renovate ([#19591](https://github.com/truecharts/charts/issues/19591))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image tccr.io/tccr/scratch to latest[@22e9d34](https://github.com/22e9d34) by renovate ([#19289](https://github.com/truecharts/charts/issues/19289))
\ No newline at end of file
diff --git a/system/cert-manager/4.7.0/app-readme.md b/system/cert-manager/4.7.4/app-readme.md
similarity index 100%
rename from system/cert-manager/4.7.0/app-readme.md
rename to system/cert-manager/4.7.4/app-readme.md
diff --git a/system/cert-manager/4.7.0/charts/cert-manager-v1.14.4.tgz b/system/cert-manager/4.7.4/charts/cert-manager-v1.14.4.tgz
similarity index 100%
rename from system/cert-manager/4.7.0/charts/cert-manager-v1.14.4.tgz
rename to system/cert-manager/4.7.4/charts/cert-manager-v1.14.4.tgz
diff --git a/system/cert-manager/4.7.4/charts/common-20.2.4.tgz b/system/cert-manager/4.7.4/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/cert-manager/4.7.4/charts/common-20.2.4.tgz differ
diff --git a/system/cert-manager/4.7.0/dashboard.json b/system/cert-manager/4.7.4/dashboard.json
similarity index 100%
rename from system/cert-manager/4.7.0/dashboard.json
rename to system/cert-manager/4.7.4/dashboard.json
diff --git a/system/cert-manager/4.7.4/ix_values.yaml b/system/cert-manager/4.7.4/ix_values.yaml
new file mode 100644
index 00000000000..5f4232ea455
--- /dev/null
+++ b/system/cert-manager/4.7.4/ix_values.yaml
@@ -0,0 +1,41 @@
+image:
+ repository: tccr.io/tccr/scratch
+ pullPolicy: IfNotPresent
+ tag: latest@sha256:fff0ddfc8eeafd4e9f1b98d35419dfc2ef2854e3325a10bb34aec696ac36ca19
+
+service:
+ main:
+ enabled: false
+ ports:
+ main:
+ enabled: false
+
+workload:
+ main:
+ enabled: false
+
+portal:
+ open:
+ enabled: false
+
+operator:
+ register: true
+
+configmap:
+ dashboard:
+ enabled: true
+ labels:
+ grafana_dashboard: "1"
+ data:
+ cert-manager.json: >-
+ {{ .Files.Get "dashboard.json" | indent 8 }}
+
+certmanager:
+ dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53"
+ dns01RecursiveNameserversOnly: false
+ installCRDs: true
+ enableCertificateOwnerRef: true
+ prometheus:
+ enabled: true
+ servicemonitor:
+ enabled: true
diff --git a/system/cert-manager/4.7.0/questions.yaml b/system/cert-manager/4.7.4/questions.yaml
similarity index 100%
rename from system/cert-manager/4.7.0/questions.yaml
rename to system/cert-manager/4.7.4/questions.yaml
diff --git a/system/openebs/3.7.1/templates/NOTES.txt b/system/cert-manager/4.7.4/templates/NOTES.txt
similarity index 100%
rename from system/openebs/3.7.1/templates/NOTES.txt
rename to system/cert-manager/4.7.4/templates/NOTES.txt
diff --git a/system/cert-manager/4.7.0/templates/common.yaml b/system/cert-manager/4.7.4/templates/common.yaml
similarity index 100%
rename from system/cert-manager/4.7.0/templates/common.yaml
rename to system/cert-manager/4.7.4/templates/common.yaml
diff --git a/system/prometheus-operator/6.8.0/values.yaml b/system/cert-manager/4.7.4/values.yaml
similarity index 100%
rename from system/prometheus-operator/6.8.0/values.yaml
rename to system/cert-manager/4.7.4/values.yaml
diff --git a/system/cloudnative-pg/6.7.1/CHANGELOG.md b/system/cloudnative-pg/6.7.1/CHANGELOG.md
deleted file mode 100644
index 1f5460612cc..00000000000
--- a/system/cloudnative-pg/6.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
-
-
-## [cloudnative-pg-6.7.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.6.3...cloudnative-pg-6.7.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/system/cloudnative-pg/6.7.1/Chart.yaml b/system/cloudnative-pg/6.7.1/Chart.yaml
deleted file mode 100644
index bb51cba45f0..00000000000
--- a/system/cloudnative-pg/6.7.1/Chart.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: cloudnative-pg
- version: 0.20.2
- repository: https://cloudnative-pg.github.io/charts
- condition: ""
- alias: cloudnative-pg
- tags: []
- import-values: []
-deprecated: false
-description: CloudNativePG is a clustered postgresql database operator
-home: https://truecharts.org/charts/system/cloudnative-pg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png
-keywords:
- - database
- - cloudnative-pg
- - cnpg
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: cloudnative-pg
-sources:
- - https://cloudnative-pg.io/
- - https://github.com/cloudnative-pg
- - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg
- - https://github.com/truecharts/containers/tree/master/apps/alpine
-type: application
-version: 6.7.1
diff --git a/system/cloudnative-pg/6.7.1/app-changelog.md b/system/cloudnative-pg/6.7.1/app-changelog.md
deleted file mode 100644
index 73d7e98ce39..00000000000
--- a/system/cloudnative-pg/6.7.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [cloudnative-pg-6.7.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.7.1) (2024-03-16)
-
-### Chore
-
-
-
-- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
\ No newline at end of file
diff --git a/system/cloudnative-pg/6.7.1/charts/common-20.1.5.tgz b/system/cloudnative-pg/6.7.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/cloudnative-pg/6.7.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/traefik-crds/0.2.0/.helmignore b/system/cloudnative-pg/6.8.3/.helmignore
similarity index 100%
rename from system/traefik-crds/0.2.0/.helmignore
rename to system/cloudnative-pg/6.8.3/.helmignore
diff --git a/system/cloudnative-pg/6.8.3/CHANGELOG.md b/system/cloudnative-pg/6.8.3/CHANGELOG.md
new file mode 100644
index 00000000000..38bfab1ffe5
--- /dev/null
+++ b/system/cloudnative-pg/6.8.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
+
+
+## [cloudnative-pg-6.8.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
+
+
+## [cloudnative-pg-6.8.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
+
+
+## [cloudnative-pg-6.8.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
+
+
+## [cloudnative-pg-6.8.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
+
+
+## [cloudnative-pg-6.8.2](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
\ No newline at end of file
diff --git a/system/cloudnative-pg/6.8.3/Chart.yaml b/system/cloudnative-pg/6.8.3/Chart.yaml
new file mode 100644
index 00000000000..7d338b65a7f
--- /dev/null
+++ b/system/cloudnative-pg/6.8.3/Chart.yaml
@@ -0,0 +1,46 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: cloudnative-pg
+ version: 0.20.2
+ repository: https://cloudnative-pg.github.io/charts
+ condition: ""
+ alias: cloudnative-pg
+ tags: []
+ import-values: []
+deprecated: false
+description: CloudNativePG is a clustered postgresql database operator
+home: https://truecharts.org/charts/system/cloudnative-pg
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png
+keywords:
+ - database
+ - cloudnative-pg
+ - cnpg
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: cloudnative-pg
+sources:
+ - https://cloudnative-pg.io/
+ - https://github.com/cloudnative-pg
+ - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg
+ - https://github.com/truecharts/containers/tree/master/apps/alpine
+type: application
+version: 6.8.3
diff --git a/system/cloudnative-pg/6.7.1/README.md b/system/cloudnative-pg/6.8.3/README.md
similarity index 100%
rename from system/cloudnative-pg/6.7.1/README.md
rename to system/cloudnative-pg/6.8.3/README.md
diff --git a/system/cloudnative-pg/6.8.3/app-changelog.md b/system/cloudnative-pg/6.8.3/app-changelog.md
new file mode 100644
index 00000000000..dbf0c0931d0
--- /dev/null
+++ b/system/cloudnative-pg/6.8.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [cloudnative-pg-6.8.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
\ No newline at end of file
diff --git a/system/cloudnative-pg/6.7.1/app-readme.md b/system/cloudnative-pg/6.8.3/app-readme.md
similarity index 100%
rename from system/cloudnative-pg/6.7.1/app-readme.md
rename to system/cloudnative-pg/6.8.3/app-readme.md
diff --git a/system/cloudnative-pg/6.7.1/charts/cloudnative-pg-0.20.2.tgz b/system/cloudnative-pg/6.8.3/charts/cloudnative-pg-0.20.2.tgz
similarity index 100%
rename from system/cloudnative-pg/6.7.1/charts/cloudnative-pg-0.20.2.tgz
rename to system/cloudnative-pg/6.8.3/charts/cloudnative-pg-0.20.2.tgz
diff --git a/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz b/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/cloudnative-pg/6.8.3/charts/common-20.2.4.tgz differ
diff --git a/system/cloudnative-pg/6.7.1/ix_values.yaml b/system/cloudnative-pg/6.8.3/ix_values.yaml
similarity index 100%
rename from system/cloudnative-pg/6.7.1/ix_values.yaml
rename to system/cloudnative-pg/6.8.3/ix_values.yaml
diff --git a/system/cloudnative-pg/6.7.1/questions.yaml b/system/cloudnative-pg/6.8.3/questions.yaml
similarity index 100%
rename from system/cloudnative-pg/6.7.1/questions.yaml
rename to system/cloudnative-pg/6.8.3/questions.yaml
diff --git a/system/prometheus-operator/6.8.0/templates/NOTES.txt b/system/cloudnative-pg/6.8.3/templates/NOTES.txt
similarity index 100%
rename from system/prometheus-operator/6.8.0/templates/NOTES.txt
rename to system/cloudnative-pg/6.8.3/templates/NOTES.txt
diff --git a/system/cloudnative-pg/6.7.1/templates/common.yaml b/system/cloudnative-pg/6.8.3/templates/common.yaml
similarity index 100%
rename from system/cloudnative-pg/6.7.1/templates/common.yaml
rename to system/cloudnative-pg/6.8.3/templates/common.yaml
diff --git a/system/traefik-crds/0.2.0/values.yaml b/system/cloudnative-pg/6.8.3/values.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/values.yaml
rename to system/cloudnative-pg/6.8.3/values.yaml
diff --git a/system/grafana-agent-operator/1.6.0/CHANGELOG.md b/system/grafana-agent-operator/1.6.0/CHANGELOG.md
deleted file mode 100644
index ac1b836aafa..00000000000
--- a/system/grafana-agent-operator/1.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [grafana-agent-operator-1.6.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.5.3...grafana-agent-operator-1.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [grafana-agent-operator-1.5.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.5.2...grafana-agent-operator-1.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/grafana-agent-operator/1.6.0/Chart.yaml b/system/grafana-agent-operator/1.6.0/Chart.yaml
deleted file mode 100644
index d2c911e36ed..00000000000
--- a/system/grafana-agent-operator/1.6.0/Chart.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: system
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: 0.39.2
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Grafana Scraping Agent Operator
-home: https://truecharts.org/charts/system/grafana-agent-operator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png
-keywords:
- - grafana-agent
- - shell
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: grafana-agent-operator
-sources:
- - https://grafana.com
- - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator
- - https://hub.docker.com/r/grafana/agent-operator
-type: application
-version: 1.6.0
diff --git a/system/grafana-agent-operator/1.6.0/charts/common-20.1.5.tgz b/system/grafana-agent-operator/1.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/grafana-agent-operator/1.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/velero/4.6.0/.helmignore b/system/grafana-agent-operator/1.7.3/.helmignore
similarity index 100%
rename from system/velero/4.6.0/.helmignore
rename to system/grafana-agent-operator/1.7.3/.helmignore
diff --git a/system/grafana-agent-operator/1.7.3/CHANGELOG.md b/system/grafana-agent-operator/1.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6691a7c7969
--- /dev/null
+++ b/system/grafana-agent-operator/1.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [grafana-agent-operator-1.7.2](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/grafana-agent-operator/1.7.3/Chart.yaml b/system/grafana-agent-operator/1.7.3/Chart.yaml
new file mode 100644
index 00000000000..b87c94a3f9e
--- /dev/null
+++ b/system/grafana-agent-operator/1.7.3/Chart.yaml
@@ -0,0 +1,37 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: system
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: 0.39.2
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Grafana Scraping Agent Operator
+home: https://truecharts.org/charts/system/grafana-agent-operator
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png
+keywords:
+ - grafana-agent
+ - shell
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: grafana-agent-operator
+sources:
+ - https://grafana.com
+ - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator
+ - https://hub.docker.com/r/grafana/agent-operator
+type: application
+version: 1.7.3
diff --git a/system/grafana-agent-operator/1.6.0/README.md b/system/grafana-agent-operator/1.7.3/README.md
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/README.md
rename to system/grafana-agent-operator/1.7.3/README.md
diff --git a/system/grafana-agent-operator/1.7.3/app-changelog.md b/system/grafana-agent-operator/1.7.3/app-changelog.md
new file mode 100644
index 00000000000..adf7cce4d76
--- /dev/null
+++ b/system/grafana-agent-operator/1.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [grafana-agent-operator-1.7.3](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/grafana-agent-operator/1.6.0/app-readme.md b/system/grafana-agent-operator/1.7.3/app-readme.md
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/app-readme.md
rename to system/grafana-agent-operator/1.7.3/app-readme.md
diff --git a/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz b/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/grafana-agent-operator/1.7.3/charts/common-20.2.4.tgz differ
diff --git a/system/grafana-agent-operator/1.6.0/ix_values.yaml b/system/grafana-agent-operator/1.7.3/ix_values.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/ix_values.yaml
rename to system/grafana-agent-operator/1.7.3/ix_values.yaml
diff --git a/system/grafana-agent-operator/1.6.0/questions.yaml b/system/grafana-agent-operator/1.7.3/questions.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/questions.yaml
rename to system/grafana-agent-operator/1.7.3/questions.yaml
diff --git a/system/traefik-crds/0.2.0/templates/NOTES.txt b/system/grafana-agent-operator/1.7.3/templates/NOTES.txt
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/NOTES.txt
rename to system/grafana-agent-operator/1.7.3/templates/NOTES.txt
diff --git a/system/grafana-agent-operator/1.7.3/templates/common.yaml b/system/grafana-agent-operator/1.7.3/templates/common.yaml
new file mode 100644
index 00000000000..b51394e00a4
--- /dev/null
+++ b/system/grafana-agent-operator/1.7.3/templates/common.yaml
@@ -0,0 +1 @@
+{{ include "tc.v1.common.loader.all" . }}
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_podmonitors.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_podmonitors.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_podmonitors.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_podmonitors.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_probes.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_probes.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_probes.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_probes.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_servicemonitors.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_servicemonitors.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.coreos.com_servicemonitors.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.coreos.com_servicemonitors.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_grafanaagents.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_grafanaagents.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_grafanaagents.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_grafanaagents.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_integrations.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_integrations.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_integrations.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_integrations.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_logsinstances.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_logsinstances.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_logsinstances.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_logsinstances.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_metricsinstances.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_metricsinstances.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_metricsinstances.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_metricsinstances.yaml
diff --git a/system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_podlogs.yaml b/system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_podlogs.yaml
similarity index 100%
rename from system/grafana-agent-operator/1.6.0/templates/monitoring.grafana.com_podlogs.yaml
rename to system/grafana-agent-operator/1.7.3/templates/monitoring.grafana.com_podlogs.yaml
diff --git a/system/velero/4.6.0/values.yaml b/system/grafana-agent-operator/1.7.3/values.yaml
similarity index 100%
rename from system/velero/4.6.0/values.yaml
rename to system/grafana-agent-operator/1.7.3/values.yaml
diff --git a/system/kubeapps/2.8.1/CHANGELOG.md b/system/kubeapps/2.8.1/CHANGELOG.md
deleted file mode 100644
index 5ea979c6b1c..00000000000
--- a/system/kubeapps/2.8.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
-
-
-## [kubeapps-2.8.0](https://github.com/truecharts/charts/compare/kubeapps-2.7.3...kubeapps-2.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
diff --git a/system/kubeapps/2.8.1/Chart.yaml b/system/kubeapps/2.8.1/Chart.yaml
deleted file mode 100644
index dab9bf6a26f..00000000000
--- a/system/kubeapps/2.8.1/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: 0.0.3
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: kubeapps
- version: 14.7.2
- repository: oci://registry-1.docker.io/bitnamicharts
- condition: ""
- alias: ogkubeapps
- tags: []
- import-values: []
-deprecated: false
-description: KubeApps is a Kubernetes-as-Apps solution
-home: https://truecharts.org/charts/system/kubeapps
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png
-keywords:
- - kubeapps
- - catalog
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kubeapps
-sources:
- - https://cert-manager.io/
- - https://github.com/cert-manager
- - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps
- - https://ghcr.io/xstar97/my-proxy-service
-type: application
-version: 2.8.1
diff --git a/system/kubeapps/2.8.1/app-changelog.md b/system/kubeapps/2.8.1/app-changelog.md
deleted file mode 100644
index 7aed2f801d4..00000000000
--- a/system/kubeapps/2.8.1/app-changelog.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-## [kubeapps-2.8.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.8.1) (2024-03-16)
-
-### Chore
-
-
-
-- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
\ No newline at end of file
diff --git a/system/kubeapps/2.8.1/charts/common-20.1.5.tgz b/system/kubeapps/2.8.1/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/kubeapps/2.8.1/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/kubeapps/2.9.3/.helmignore b/system/kubeapps/2.9.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/kubeapps/2.9.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/kubeapps/2.9.3/CHANGELOG.md b/system/kubeapps/2.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..98fdeaa07e6
--- /dev/null
+++ b/system/kubeapps/2.9.3/CHANGELOG.md
@@ -0,0 +1,100 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
+
+
+## [kubeapps-2.9.2](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
+
+
+## [kubeapps-2.9.2](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
+
+
+## [kubeapps-2.9.2](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
+
+
+## [kubeapps-2.9.2](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
+
+
+## [kubeapps-2.9.2](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
\ No newline at end of file
diff --git a/system/kubeapps/2.9.3/Chart.yaml b/system/kubeapps/2.9.3/Chart.yaml
new file mode 100644
index 00000000000..c5eab784514
--- /dev/null
+++ b/system/kubeapps/2.9.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: 0.0.3
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: kubeapps
+ version: 14.7.2
+ repository: oci://registry-1.docker.io/bitnamicharts
+ condition: ""
+ alias: ogkubeapps
+ tags: []
+ import-values: []
+deprecated: false
+description: KubeApps is a Kubernetes-as-Apps solution
+home: https://truecharts.org/charts/system/kubeapps
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png
+keywords:
+ - kubeapps
+ - catalog
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kubeapps
+sources:
+ - https://cert-manager.io/
+ - https://github.com/cert-manager
+ - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps
+ - https://ghcr.io/xstar97/my-proxy-service
+type: application
+version: 2.9.3
diff --git a/system/kubeapps/2.8.1/README.md b/system/kubeapps/2.9.3/README.md
similarity index 100%
rename from system/kubeapps/2.8.1/README.md
rename to system/kubeapps/2.9.3/README.md
diff --git a/system/kubeapps/2.9.3/app-changelog.md b/system/kubeapps/2.9.3/app-changelog.md
new file mode 100644
index 00000000000..2ac518b1602
--- /dev/null
+++ b/system/kubeapps/2.9.3/app-changelog.md
@@ -0,0 +1,17 @@
+
+
+## [kubeapps-2.9.3](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+- update container image kubeapps to v14.7.2[@1ccbe44](https://github.com/1ccbe44) by renovate ([#19317](https://github.com/truecharts/charts/issues/19317))
\ No newline at end of file
diff --git a/system/kubeapps/2.8.1/app-readme.md b/system/kubeapps/2.9.3/app-readme.md
similarity index 100%
rename from system/kubeapps/2.8.1/app-readme.md
rename to system/kubeapps/2.9.3/app-readme.md
diff --git a/system/kubeapps/2.9.3/charts/common-20.2.4.tgz b/system/kubeapps/2.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/kubeapps/2.9.3/charts/common-20.2.4.tgz differ
diff --git a/system/kubeapps/2.8.1/charts/kubeapps-14.7.2.tgz b/system/kubeapps/2.9.3/charts/kubeapps-14.7.2.tgz
similarity index 100%
rename from system/kubeapps/2.8.1/charts/kubeapps-14.7.2.tgz
rename to system/kubeapps/2.9.3/charts/kubeapps-14.7.2.tgz
diff --git a/system/kubeapps/2.8.1/ix_values.yaml b/system/kubeapps/2.9.3/ix_values.yaml
similarity index 100%
rename from system/kubeapps/2.8.1/ix_values.yaml
rename to system/kubeapps/2.9.3/ix_values.yaml
diff --git a/system/kubeapps/2.8.1/questions.yaml b/system/kubeapps/2.9.3/questions.yaml
similarity index 100%
rename from system/kubeapps/2.8.1/questions.yaml
rename to system/kubeapps/2.9.3/questions.yaml
diff --git a/system/kubeapps/2.8.1/templates/NOTES.txt b/system/kubeapps/2.9.3/templates/NOTES.txt
similarity index 100%
rename from system/kubeapps/2.8.1/templates/NOTES.txt
rename to system/kubeapps/2.9.3/templates/NOTES.txt
diff --git a/system/kubeapps/2.8.1/templates/common.yaml b/system/kubeapps/2.9.3/templates/common.yaml
similarity index 100%
rename from system/kubeapps/2.8.1/templates/common.yaml
rename to system/kubeapps/2.9.3/templates/common.yaml
diff --git a/system/kubeapps/2.9.3/values.yaml b/system/kubeapps/2.9.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/kubernetes-reflector/4.6.0/CHANGELOG.md b/system/kubernetes-reflector/4.6.0/CHANGELOG.md
deleted file mode 100644
index 6229d21793e..00000000000
--- a/system/kubernetes-reflector/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [kubernetes-reflector-4.6.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.5.3...kubernetes-reflector-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [kubernetes-reflector-4.5.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.5.2...kubernetes-reflector-4.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/kubernetes-reflector/4.6.0/Chart.yaml b/system/kubernetes-reflector/4.6.0/Chart.yaml
deleted file mode 100644
index b66b416db0c..00000000000
--- a/system/kubernetes-reflector/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: 7.1.217
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
-home: https://truecharts.org/charts/system/kubernetes-reflector
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
-keywords:
- - reflector
- - secrets
- - configmaps
- - cert-manager
- - certificates
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: kubernetes-reflector
-sources:
- - https://github.com/emberstack/kubernetes-reflector
- - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector
- - https://hub.docker.com/r/emberstack/kubernetes-reflector
-type: application
-version: 4.6.0
diff --git a/system/kubernetes-reflector/4.6.0/charts/common-20.1.5.tgz b/system/kubernetes-reflector/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/kubernetes-reflector/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/kubernetes-reflector/4.7.3/.helmignore b/system/kubernetes-reflector/4.7.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/kubernetes-reflector/4.7.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/kubernetes-reflector/4.7.3/CHANGELOG.md b/system/kubernetes-reflector/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..c69a355f3c6
--- /dev/null
+++ b/system/kubernetes-reflector/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [kubernetes-reflector-4.7.2](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/kubernetes-reflector/4.7.3/Chart.yaml b/system/kubernetes-reflector/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..6be8fdd0986
--- /dev/null
+++ b/system/kubernetes-reflector/4.7.3/Chart.yaml
@@ -0,0 +1,40 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: 7.1.217
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
+home: https://truecharts.org/charts/system/kubernetes-reflector
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
+keywords:
+ - reflector
+ - secrets
+ - configmaps
+ - cert-manager
+ - certificates
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: kubernetes-reflector
+sources:
+ - https://github.com/emberstack/kubernetes-reflector
+ - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector
+ - https://hub.docker.com/r/emberstack/kubernetes-reflector
+type: application
+version: 4.7.3
diff --git a/system/kubernetes-reflector/4.6.0/README.md b/system/kubernetes-reflector/4.7.3/README.md
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/README.md
rename to system/kubernetes-reflector/4.7.3/README.md
diff --git a/system/kubernetes-reflector/4.7.3/app-changelog.md b/system/kubernetes-reflector/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..47b3eec9c2e
--- /dev/null
+++ b/system/kubernetes-reflector/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [kubernetes-reflector-4.7.3](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/kubernetes-reflector/4.6.0/app-readme.md b/system/kubernetes-reflector/4.7.3/app-readme.md
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/app-readme.md
rename to system/kubernetes-reflector/4.7.3/app-readme.md
diff --git a/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz b/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/kubernetes-reflector/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/system/kubernetes-reflector/4.6.0/ix_values.yaml b/system/kubernetes-reflector/4.7.3/ix_values.yaml
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/ix_values.yaml
rename to system/kubernetes-reflector/4.7.3/ix_values.yaml
diff --git a/system/kubernetes-reflector/4.6.0/questions.yaml b/system/kubernetes-reflector/4.7.3/questions.yaml
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/questions.yaml
rename to system/kubernetes-reflector/4.7.3/questions.yaml
diff --git a/system/kubernetes-reflector/4.6.0/templates/common.yaml b/system/kubernetes-reflector/4.7.3/templates/common.yaml
similarity index 100%
rename from system/kubernetes-reflector/4.6.0/templates/common.yaml
rename to system/kubernetes-reflector/4.7.3/templates/common.yaml
diff --git a/system/kubernetes-reflector/4.7.3/values.yaml b/system/kubernetes-reflector/4.7.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/metallb/14.6.0/CHANGELOG.md b/system/metallb/14.6.0/CHANGELOG.md
deleted file mode 100644
index 7f0376d2cd3..00000000000
--- a/system/metallb/14.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [metallb-14.6.0](https://github.com/truecharts/charts/compare/metallb-14.5.3...metallb-14.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [metallb-14.5.3](https://github.com/truecharts/charts/compare/metallb-14.5.2...metallb-14.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/metallb/14.6.0/Chart.yaml b/system/metallb/14.6.0/Chart.yaml
deleted file mode 100644
index abbc40ba735..00000000000
--- a/system/metallb/14.6.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: metallb
- version: 0.14.3
- repository: https://metallb.github.io/metallb
- condition: ""
- alias: metallb
- tags: []
- import-values: []
-deprecated: false
-description: A network load-balancer implementation for Kubernetes using standard routing protocols
-home: https://truecharts.org/charts/system/metallb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
-keywords:
- - metallb
- - loadbalancer
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: metallb
-sources:
- - https://github.com/metallb/metallb
- - https://metallb.universe.tf
- - https://github.com/truecharts/charts/tree/master/charts/system/metallb
- - https://github.com/truecharts/containers/tree/master/apps/alpine
-type: application
-version: 14.6.0
diff --git a/system/metallb/14.6.0/charts/common-20.1.5.tgz b/system/metallb/14.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/metallb/14.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/metallb/14.7.3/.helmignore b/system/metallb/14.7.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/metallb/14.7.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/metallb/14.7.3/CHANGELOG.md b/system/metallb/14.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..d93f7a8a3a2
--- /dev/null
+++ b/system/metallb/14.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [metallb-14.7.3](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [metallb-14.7.2](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/metallb/14.7.3/Chart.yaml b/system/metallb/14.7.3/Chart.yaml
new file mode 100644
index 00000000000..ec5ebfd3493
--- /dev/null
+++ b/system/metallb/14.7.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: metallb
+ version: 0.14.3
+ repository: https://metallb.github.io/metallb
+ condition: ""
+ alias: metallb
+ tags: []
+ import-values: []
+deprecated: false
+description: A network load-balancer implementation for Kubernetes using standard routing protocols
+home: https://truecharts.org/charts/system/metallb
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
+keywords:
+ - metallb
+ - loadbalancer
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: metallb
+sources:
+ - https://github.com/metallb/metallb
+ - https://metallb.universe.tf
+ - https://github.com/truecharts/charts/tree/master/charts/system/metallb
+ - https://github.com/truecharts/containers/tree/master/apps/alpine
+type: application
+version: 14.7.3
diff --git a/system/metallb/14.6.0/README.md b/system/metallb/14.7.3/README.md
similarity index 100%
rename from system/metallb/14.6.0/README.md
rename to system/metallb/14.7.3/README.md
diff --git a/system/metallb/14.7.3/app-changelog.md b/system/metallb/14.7.3/app-changelog.md
new file mode 100644
index 00000000000..2f165b0d3e7
--- /dev/null
+++ b/system/metallb/14.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [metallb-14.7.3](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/metallb/14.6.0/app-readme.md b/system/metallb/14.7.3/app-readme.md
similarity index 100%
rename from system/metallb/14.6.0/app-readme.md
rename to system/metallb/14.7.3/app-readme.md
diff --git a/system/metallb/14.7.3/charts/common-20.2.4.tgz b/system/metallb/14.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/metallb/14.7.3/charts/common-20.2.4.tgz differ
diff --git a/system/metallb/14.6.0/charts/metallb-0.14.3.tgz b/system/metallb/14.7.3/charts/metallb-0.14.3.tgz
similarity index 100%
rename from system/metallb/14.6.0/charts/metallb-0.14.3.tgz
rename to system/metallb/14.7.3/charts/metallb-0.14.3.tgz
diff --git a/system/metallb/14.6.0/ix_values.yaml b/system/metallb/14.7.3/ix_values.yaml
similarity index 100%
rename from system/metallb/14.6.0/ix_values.yaml
rename to system/metallb/14.7.3/ix_values.yaml
diff --git a/system/metallb/14.6.0/questions.yaml b/system/metallb/14.7.3/questions.yaml
similarity index 100%
rename from system/metallb/14.6.0/questions.yaml
rename to system/metallb/14.7.3/questions.yaml
diff --git a/system/velero/4.6.0/templates/NOTES.txt b/system/metallb/14.7.3/templates/NOTES.txt
similarity index 100%
rename from system/velero/4.6.0/templates/NOTES.txt
rename to system/metallb/14.7.3/templates/NOTES.txt
diff --git a/system/metallb/14.6.0/templates/common.yaml b/system/metallb/14.7.3/templates/common.yaml
similarity index 100%
rename from system/metallb/14.6.0/templates/common.yaml
rename to system/metallb/14.7.3/templates/common.yaml
diff --git a/system/metallb/14.7.3/values.yaml b/system/metallb/14.7.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/openebs/3.7.1/CHANGELOG.md b/system/openebs/3.7.1/CHANGELOG.md
deleted file mode 100644
index ea89ae77c2e..00000000000
--- a/system/openebs/3.7.1/CHANGELOG.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
diff --git a/system/openebs/3.7.1/Chart.yaml b/system/openebs/3.7.1/Chart.yaml
deleted file mode 100644
index d79959cece9..00000000000
--- a/system/openebs/3.7.1/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: CSI
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.11"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.2.2
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: openebs
- version: 3.10.0
- repository: https://openebs.github.io/charts
- condition: ""
- alias: openebs
- tags: []
- import-values: []
-deprecated: false
-description: OpenEBS is a umbrella container storage provisioner
-home: https://truecharts.org/charts/system/openebs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png
-keywords:
- - openebs
- - backup
-kubeVersion: ">=1.24.0-0"
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: openebs
-sources:
- - https://github.com/cert-manager
- - https://cert-manager.io/
- - https://github.com/truecharts/charts/tree/master/charts/system/openebs
- - https://github.com/truecharts/containers/tree/master/apps/scratch
-type: application
-version: 3.7.1
diff --git a/system/openebs/3.7.1/app-changelog.md b/system/openebs/3.7.1/app-changelog.md
deleted file mode 100644
index 9b2e6459e3a..00000000000
--- a/system/openebs/3.7.1/app-changelog.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17)
-
-### Chore
-
-
-
-- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
-
-- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/openebs/3.7.1/charts/common-20.2.2.tgz b/system/openebs/3.7.1/charts/common-20.2.2.tgz
deleted file mode 100644
index a63a25eb322..00000000000
Binary files a/system/openebs/3.7.1/charts/common-20.2.2.tgz and /dev/null differ
diff --git a/system/openebs/3.7.1/questions.yaml b/system/openebs/3.7.1/questions.yaml
deleted file mode 100755
index 16bcaf42b30..00000000000
--- a/system/openebs/3.7.1/questions.yaml
+++ /dev/null
@@ -1,99 +0,0 @@
-groups:
- - name: Container Image
- description: Image to be used for container
- - name: General Settings
- description: General Deployment Settings
- - name: Workload Settings
- description: Workload Settings
- - name: App Configuration
- description: App Specific Config Options
- - name: Networking and Services
- description: Configure Network and Services for Container
- - name: Storage and Persistence
- description: Persist and Share Data that is Separate from the Container
- - name: Ingress
- description: Ingress Configuration
- - name: Security and Permissions
- description: Configure Security Context and Permissions
- - name: Resources and Devices
- description: "Specify Resources/Devices to be Allocated to Workload"
- - name: Middlewares
- description: Traefik Middlewares
- - name: Metrics
- description: Metrics
- - name: Addons
- description: Addon Configuration
- - name: Backup Configuration
- description: Configure Velero Backup Schedule
- - name: Advanced
- description: Advanced Configuration
- - name: Postgresql
- description: Postgresql
- - name: Documentation
- description: Documentation
-
-questions:
- - variable: global
- group: General Settings
- label: "Global Settings"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: stopAll
- label: Stop All
- description: "Stops All Running pods and hibernates cnpg"
- schema:
- type: boolean
- default: false
-
-
- - variable: openebs
- group: "Storage and Persistence"
- label: "OpenEBS Settings"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: localprovisioner
- label: "Localprovisioner Settings"
- schema:
- type: dict
- additional_attrs: true
- attrs:
- - variable: enableDeviceClass
- label: "enableDeviceClass"
- schema:
- type: boolean
- default: false
- hidden: true
- - variable: hostpathClass
- label: "hostpathClass"
- schema:
- additional_attrs: true
- type: dict
- attrs:
- - variable: reclaimPolicy
- label: "reclaimPolicy"
- schema:
- type: string
- required: true
- default: "Retain"
- enum:
- - value: Retain
- description: Retain (Keep Data on App Deletion)
- - value: Delete
- description: Delete (Delete data on App Deletion)
- - variable: isDefaultClass
- label: "Default Class"
- schema:
- type: boolean
- required: true
- default: true
- - variable: basePath
- label: "basePath"
- description: "Path to store your application data into"
- schema:
- type: string
- required: true
- default: ""
diff --git a/system/openebs/3.7.5/.helmignore b/system/openebs/3.7.5/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/openebs/3.7.5/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/openebs/3.7.5/CHANGELOG.md b/system/openebs/3.7.5/CHANGELOG.md
new file mode 100644
index 00000000000..1f148615581
--- /dev/null
+++ b/system/openebs/3.7.5/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [openebs-3.7.5](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+### Feat
+
+
+
+- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
+
+
+## [openebs-3.7.4](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+### Feat
+
+
+
+- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
+
+
+## [openebs-3.7.4](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+### Feat
+
+
+
+- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
+
+
+## [openebs-3.7.4](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+### Feat
+
+
+
+- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
+
+
+## [openebs-3.7.4](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.4) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
diff --git a/system/openebs/3.7.5/Chart.yaml b/system/openebs/3.7.5/Chart.yaml
new file mode 100644
index 00000000000..cd5742da5eb
--- /dev/null
+++ b/system/openebs/3.7.5/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: CSI
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: openebs
+ version: 3.10.0
+ repository: https://openebs.github.io/charts
+ condition: ""
+ alias: openebs
+ tags: []
+ import-values: []
+deprecated: false
+description: OpenEBS is a umbrella container storage provisioner
+home: https://truecharts.org/charts/system/openebs
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png
+keywords:
+ - openebs
+ - backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: openebs
+sources:
+ - https://github.com/cert-manager
+ - https://cert-manager.io/
+ - https://github.com/truecharts/charts/tree/master/charts/system/openebs
+ - https://github.com/truecharts/containers/tree/master/apps/scratch
+type: application
+version: 3.7.5
diff --git a/system/openebs/3.7.1/README.md b/system/openebs/3.7.5/README.md
similarity index 100%
rename from system/openebs/3.7.1/README.md
rename to system/openebs/3.7.5/README.md
diff --git a/system/openebs/3.7.5/app-changelog.md b/system/openebs/3.7.5/app-changelog.md
new file mode 100644
index 00000000000..418a8125269
--- /dev/null
+++ b/system/openebs/3.7.5/app-changelog.md
@@ -0,0 +1,21 @@
+
+
+## [openebs-3.7.5](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.5) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+### Feat
+
+
+
+- BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale ([#19548](https://github.com/truecharts/charts/issues/19548))
\ No newline at end of file
diff --git a/system/openebs/3.7.1/app-readme.md b/system/openebs/3.7.5/app-readme.md
similarity index 100%
rename from system/openebs/3.7.1/app-readme.md
rename to system/openebs/3.7.5/app-readme.md
diff --git a/system/openebs/3.7.5/charts/common-20.2.4.tgz b/system/openebs/3.7.5/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/openebs/3.7.5/charts/common-20.2.4.tgz differ
diff --git a/system/openebs/3.7.1/charts/openebs-3.10.0.tgz b/system/openebs/3.7.5/charts/openebs-3.10.0.tgz
similarity index 100%
rename from system/openebs/3.7.1/charts/openebs-3.10.0.tgz
rename to system/openebs/3.7.5/charts/openebs-3.10.0.tgz
diff --git a/system/openebs/3.7.1/ix_values.yaml b/system/openebs/3.7.5/ix_values.yaml
similarity index 100%
rename from system/openebs/3.7.1/ix_values.yaml
rename to system/openebs/3.7.5/ix_values.yaml
diff --git a/system/openebs/3.7.5/questions.yaml b/system/openebs/3.7.5/questions.yaml
new file mode 100755
index 00000000000..9a79c1beb17
--- /dev/null
+++ b/system/openebs/3.7.5/questions.yaml
@@ -0,0 +1,164 @@
+groups:
+ - name: Container Image
+ description: Image to be used for container
+ - name: General Settings
+ description: General Deployment Settings
+ - name: Workload Settings
+ description: Workload Settings
+ - name: App Configuration
+ description: App Specific Config Options
+ - name: Networking and Services
+ description: Configure Network and Services for Container
+ - name: Storage and Persistence
+ description: Persist and Share Data that is Separate from the Container
+ - name: Ingress
+ description: Ingress Configuration
+ - name: Security and Permissions
+ description: Configure Security Context and Permissions
+ - name: Resources and Devices
+ description: "Specify Resources/Devices to be Allocated to Workload"
+ - name: Middlewares
+ description: Traefik Middlewares
+ - name: Metrics
+ description: Metrics
+ - name: Addons
+ description: Addon Configuration
+ - name: Backup Configuration
+ description: Configure Velero Backup Schedule
+ - name: Advanced
+ description: Advanced Configuration
+ - name: Postgresql
+ description: Postgresql
+ - name: Documentation
+ description: Documentation
+
+questions:
+ - variable: global
+ group: General Settings
+ label: "Global Settings"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: stopAll
+ label: Stop All
+ description: "Stops All Running pods and hibernates cnpg"
+ schema:
+ type: boolean
+ default: false
+
+
+ - variable: openebs
+ group: "Storage and Persistence"
+ label: "OpenEBS Settings"
+ schema:
+ type: dict
+ additional_attrs: true
+ hidden: true
+ attrs:
+ - variable: zfs-localpv
+ label: "ZFS Localpv Settings"
+ schema:
+ type: dict
+ additional_attrs: true
+ hidden: true
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: localprovisioner
+ label: "Localprovisioner Settings"
+ schema:
+ type: dict
+ additional_attrs: true
+ hidden: true
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ hidden: true
+ - variable: deviceClass
+ label: "deviceClass"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ hidden: true
+ - variable: hostpathClass
+ label: "hostpathClass"
+ schema:
+ additional_attrs: true
+ type: dict
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: false
+ hidden: true
+
+
+ - variable: storageClass
+ group: "Storage and Persistence"
+ label: "StorageClass Settings"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: zfs-main
+ label: "ZFS Localpv Settings"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: enabled
+ label: "enabled"
+ schema:
+ type: boolean
+ default: true
+ hidden: true
+ - variable: provisioner
+ label: "provisioner"
+ schema:
+ type: string
+ default: "zfs.csi.openebs.io"
+ hidden: true
+ required: true
+ - variable: isDefaultClass
+ label: "Default Class"
+ schema:
+ type: boolean
+ default: true
+ - variable: reclaimPolicy
+ label: "reclaimPolicy"
+ schema:
+ type: string
+ required: true
+ default: "Retain"
+ enum:
+ - value: Retain
+ description: Retain (Keep Data on App Deletion)
+ - value: Delete
+ description: Delete (Delete data on App Deletion)
+ - variable: parameters
+ label: "parameters"
+ schema:
+ type: dict
+ additional_attrs: true
+ attrs:
+ - variable: poolname
+ label: "Pool/Dataset"
+ schema:
+ type: string
+ default: ""
+ required: true
diff --git a/system/openebs/3.7.5/templates/NOTES.txt b/system/openebs/3.7.5/templates/NOTES.txt
new file mode 100644
index 00000000000..efcb74cb772
--- /dev/null
+++ b/system/openebs/3.7.5/templates/NOTES.txt
@@ -0,0 +1 @@
+{{- include "tc.v1.common.lib.chart.notes" $ -}}
diff --git a/system/openebs/3.7.1/templates/common.yaml b/system/openebs/3.7.5/templates/common.yaml
similarity index 100%
rename from system/openebs/3.7.1/templates/common.yaml
rename to system/openebs/3.7.5/templates/common.yaml
diff --git a/system/openebs/3.7.5/values.yaml b/system/openebs/3.7.5/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/prometheus-operator/6.8.0/CHANGELOG.md b/system/prometheus-operator/6.8.0/CHANGELOG.md
deleted file mode 100644
index e666070bb3e..00000000000
--- a/system/prometheus-operator/6.8.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [prometheus-operator-6.8.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.7.3...prometheus-operator-6.8.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [prometheus-operator-6.7.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.7.2...prometheus-operator-6.7.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/prometheus-operator/6.8.0/Chart.yaml b/system/prometheus-operator/6.8.0/Chart.yaml
deleted file mode 100644
index 5240cb095df..00000000000
--- a/system/prometheus-operator/6.8.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: kube-prometheus-stack
- version: 56.21.0
- repository: oci://ghcr.io/prometheus-community/charts
- condition: ""
- alias: kps
- tags: []
- import-values: []
-deprecated: false
-description: Prometheus Operator is an operator for prometheus
-home: https://truecharts.org/charts/system/prometheus-operator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
-keywords:
- - operator
- - prometheus
- - metics
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: prometheus-operator
-sources:
- - https://github.com/prometheus-operator
- - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator
- - https://github.com/truecharts/containers/tree/master/apps/alpine
-type: application
-version: 6.8.0
diff --git a/system/prometheus-operator/6.8.0/charts/common-20.1.5.tgz b/system/prometheus-operator/6.8.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/prometheus-operator/6.8.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/prometheus-operator/6.9.3/.helmignore b/system/prometheus-operator/6.9.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/prometheus-operator/6.9.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/prometheus-operator/6.9.3/CHANGELOG.md b/system/prometheus-operator/6.9.3/CHANGELOG.md
new file mode 100644
index 00000000000..b4dfd0df7f6
--- /dev/null
+++ b/system/prometheus-operator/6.9.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [prometheus-operator-6.9.2](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/prometheus-operator/6.9.3/Chart.yaml b/system/prometheus-operator/6.9.3/Chart.yaml
new file mode 100644
index 00000000000..25a675fc623
--- /dev/null
+++ b/system/prometheus-operator/6.9.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: kube-prometheus-stack
+ version: 56.21.0
+ repository: oci://ghcr.io/prometheus-community/charts
+ condition: ""
+ alias: kps
+ tags: []
+ import-values: []
+deprecated: false
+description: Prometheus Operator is an operator for prometheus
+home: https://truecharts.org/charts/system/prometheus-operator
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
+keywords:
+ - operator
+ - prometheus
+ - metics
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: prometheus-operator
+sources:
+ - https://github.com/prometheus-operator
+ - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator
+ - https://github.com/truecharts/containers/tree/master/apps/alpine
+type: application
+version: 6.9.3
diff --git a/system/prometheus-operator/6.8.0/README.md b/system/prometheus-operator/6.9.3/README.md
similarity index 100%
rename from system/prometheus-operator/6.8.0/README.md
rename to system/prometheus-operator/6.9.3/README.md
diff --git a/system/prometheus-operator/6.9.3/app-changelog.md b/system/prometheus-operator/6.9.3/app-changelog.md
new file mode 100644
index 00000000000..5ef2df3c6ff
--- /dev/null
+++ b/system/prometheus-operator/6.9.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [prometheus-operator-6.9.3](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/prometheus-operator/6.8.0/app-readme.md b/system/prometheus-operator/6.9.3/app-readme.md
similarity index 100%
rename from system/prometheus-operator/6.8.0/app-readme.md
rename to system/prometheus-operator/6.9.3/app-readme.md
diff --git a/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz b/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/prometheus-operator/6.9.3/charts/common-20.2.4.tgz differ
diff --git a/system/prometheus-operator/6.8.0/charts/kube-prometheus-stack-56.21.0.tgz b/system/prometheus-operator/6.9.3/charts/kube-prometheus-stack-56.21.0.tgz
similarity index 100%
rename from system/prometheus-operator/6.8.0/charts/kube-prometheus-stack-56.21.0.tgz
rename to system/prometheus-operator/6.9.3/charts/kube-prometheus-stack-56.21.0.tgz
diff --git a/system/prometheus-operator/6.8.0/ix_values.yaml b/system/prometheus-operator/6.9.3/ix_values.yaml
similarity index 100%
rename from system/prometheus-operator/6.8.0/ix_values.yaml
rename to system/prometheus-operator/6.9.3/ix_values.yaml
diff --git a/system/prometheus-operator/6.8.0/questions.yaml b/system/prometheus-operator/6.9.3/questions.yaml
similarity index 100%
rename from system/prometheus-operator/6.8.0/questions.yaml
rename to system/prometheus-operator/6.9.3/questions.yaml
diff --git a/system/prometheus-operator/6.9.3/templates/NOTES.txt b/system/prometheus-operator/6.9.3/templates/NOTES.txt
new file mode 100644
index 00000000000..efcb74cb772
--- /dev/null
+++ b/system/prometheus-operator/6.9.3/templates/NOTES.txt
@@ -0,0 +1 @@
+{{- include "tc.v1.common.lib.chart.notes" $ -}}
diff --git a/system/prometheus-operator/6.8.0/templates/common.yaml b/system/prometheus-operator/6.9.3/templates/common.yaml
similarity index 100%
rename from system/prometheus-operator/6.8.0/templates/common.yaml
rename to system/prometheus-operator/6.9.3/templates/common.yaml
diff --git a/system/prometheus-operator/6.9.3/values.yaml b/system/prometheus-operator/6.9.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/traefik-crds/0.2.0/CHANGELOG.md b/system/traefik-crds/0.2.0/CHANGELOG.md
deleted file mode 100644
index d1ee98ff959..00000000000
--- a/system/traefik-crds/0.2.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [traefik-crds-0.2.0](https://github.com/truecharts/charts/compare/traefik-crds-0.1.3...traefik-crds-0.2.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [traefik-crds-0.1.3](https://github.com/truecharts/charts/compare/traefik-crds-0.1.2...traefik-crds-0.1.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/traefik-crds/0.2.0/Chart.yaml b/system/traefik-crds/0.2.0/Chart.yaml
deleted file mode 100644
index dd600b1b2f4..00000000000
--- a/system/traefik-crds/0.2.0/Chart.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: network
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
-deprecated: false
-description: Traefik-CRDs contains the CRD's for Traefik
-home: https://truecharts.org/charts/system/traefik-crds
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png
-keywords:
- - traefik
- - ingress
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: traefik-crds
-sources:
- - https://github.com/traefik/traefik
- - https://github.com/traefik/traefik-helm-chart
- - https://traefik.io/
- - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds
- - https://github.com/truecharts/containers/tree/master/apps/scratch
-type: application
-version: 0.2.0
diff --git a/system/traefik-crds/0.2.0/charts/common-20.1.5.tgz b/system/traefik-crds/0.2.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/traefik-crds/0.2.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/traefik-crds/0.3.3/.helmignore b/system/traefik-crds/0.3.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/traefik-crds/0.3.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/traefik-crds/0.3.3/CHANGELOG.md b/system/traefik-crds/0.3.3/CHANGELOG.md
new file mode 100644
index 00000000000..7f225c85f9c
--- /dev/null
+++ b/system/traefik-crds/0.3.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [traefik-crds-0.3.2](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/traefik-crds/0.3.3/Chart.yaml b/system/traefik-crds/0.3.3/Chart.yaml
new file mode 100644
index 00000000000..c6ccf41592f
--- /dev/null
+++ b/system/traefik-crds/0.3.3/Chart.yaml
@@ -0,0 +1,39 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: network
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+deprecated: false
+description: Traefik-CRDs contains the CRD's for Traefik
+home: https://truecharts.org/charts/system/traefik-crds
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png
+keywords:
+ - traefik
+ - ingress
+kubeVersion: '>=1.24.0-0'
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: traefik-crds
+sources:
+ - https://github.com/traefik/traefik
+ - https://github.com/traefik/traefik-helm-chart
+ - https://traefik.io/
+ - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds
+ - https://github.com/truecharts/containers/tree/master/apps/scratch
+type: application
+version: 0.3.3
diff --git a/system/traefik-crds/0.2.0/README.md b/system/traefik-crds/0.3.3/README.md
similarity index 100%
rename from system/traefik-crds/0.2.0/README.md
rename to system/traefik-crds/0.3.3/README.md
diff --git a/system/traefik-crds/0.3.3/app-changelog.md b/system/traefik-crds/0.3.3/app-changelog.md
new file mode 100644
index 00000000000..e7eacbaef12
--- /dev/null
+++ b/system/traefik-crds/0.3.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [traefik-crds-0.3.3](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/traefik-crds/0.2.0/app-readme.md b/system/traefik-crds/0.3.3/app-readme.md
similarity index 100%
rename from system/traefik-crds/0.2.0/app-readme.md
rename to system/traefik-crds/0.3.3/app-readme.md
diff --git a/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz b/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/traefik-crds/0.3.3/charts/common-20.2.4.tgz differ
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutes.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressroutes.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutes.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutetcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressroutetcps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressroutetcps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressrouteudps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_ingressrouteudps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_ingressrouteudps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewares.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_middlewares.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewares.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewaretcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_middlewaretcps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_middlewaretcps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_serverstransports.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_serverstransports.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_serverstransports.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsoptions.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_tlsoptions.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsoptions.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsstores.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_tlsstores.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_tlsstores.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.3/crds/traefik.containo.us_traefikservices.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.containo.us_traefikservices.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.containo.us_traefikservices.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_ingressroutes.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_ingressroutes.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_ingressroutes.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_ingressroutetcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_ingressroutetcps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_ingressroutetcps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_ingressrouteudps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_ingressrouteudps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_ingressrouteudps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_middlewares.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_middlewares.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_middlewares.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_middlewaretcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_middlewaretcps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_middlewaretcps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_serverstransports.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_serverstransports.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_serverstransports.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_serverstransporttcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_serverstransporttcps.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_serverstransporttcps.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_tlsoptions.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_tlsoptions.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_tlsoptions.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_tlsstores.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_tlsstores.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_tlsstores.yaml
diff --git a/system/traefik-crds/0.2.0/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.3/crds/traefik.io_traefikservices.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/crds/traefik.io_traefikservices.yaml
rename to system/traefik-crds/0.3.3/crds/traefik.io_traefikservices.yaml
diff --git a/system/traefik-crds/0.2.0/dashboard.json b/system/traefik-crds/0.3.3/dashboard.json
similarity index 100%
rename from system/traefik-crds/0.2.0/dashboard.json
rename to system/traefik-crds/0.3.3/dashboard.json
diff --git a/system/traefik-crds/0.2.0/ix_values.yaml b/system/traefik-crds/0.3.3/ix_values.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/ix_values.yaml
rename to system/traefik-crds/0.3.3/ix_values.yaml
diff --git a/system/traefik-crds/0.2.0/questions.yaml b/system/traefik-crds/0.3.3/questions.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/questions.yaml
rename to system/traefik-crds/0.3.3/questions.yaml
diff --git a/system/traefik-crds/0.3.3/templates/NOTES.txt b/system/traefik-crds/0.3.3/templates/NOTES.txt
new file mode 100644
index 00000000000..efcb74cb772
--- /dev/null
+++ b/system/traefik-crds/0.3.3/templates/NOTES.txt
@@ -0,0 +1 @@
+{{- include "tc.v1.common.lib.chart.notes" $ -}}
diff --git a/system/traefik-crds/0.2.0/templates/common.yaml b/system/traefik-crds/0.3.3/templates/common.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/common.yaml
rename to system/traefik-crds/0.3.3/templates/common.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutes.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressroutes.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutes.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutetcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressroutetcps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressroutetcps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressrouteudps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_ingressrouteudps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_ingressrouteudps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewares.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_middlewares.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewares.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewaretcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_middlewaretcps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_middlewaretcps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_serverstransports.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_serverstransports.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_serverstransports.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsoptions.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_tlsoptions.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsoptions.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsstores.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_tlsstores.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_tlsstores.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_traefikservices.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.containo.us_traefikservices.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.containo.us_traefikservices.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutes.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressroutes.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutes.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutetcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressroutetcps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressroutetcps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressrouteudps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_ingressrouteudps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_ingressrouteudps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewares.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_middlewares.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewares.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewaretcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_middlewaretcps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_middlewaretcps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransports.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_serverstransports.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransports.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransporttcps.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_serverstransporttcps.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_serverstransporttcps.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsoptions.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_tlsoptions.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsoptions.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsstores.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_tlsstores.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_tlsstores.yaml
diff --git a/system/traefik-crds/0.2.0/templates/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.3/templates/crds/traefik.io_traefikservices.yaml
similarity index 100%
rename from system/traefik-crds/0.2.0/templates/crds/traefik.io_traefikservices.yaml
rename to system/traefik-crds/0.3.3/templates/crds/traefik.io_traefikservices.yaml
diff --git a/system/traefik-crds/0.3.3/values.yaml b/system/traefik-crds/0.3.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/system/velero/4.6.0/CHANGELOG.md b/system/velero/4.6.0/CHANGELOG.md
deleted file mode 100644
index 83517a514bf..00000000000
--- a/system/velero/4.6.0/CHANGELOG.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Changelog
----
-
-
-*for the complete changelog, please refer to the website*
-
-**Important:**
-
-
-## [velero-4.6.0](https://github.com/truecharts/charts/compare/velero-4.5.3...velero-4.6.0) (2024-03-16)
-
-### Chore
-
-
-
-- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210))
-
-
-## [velero-4.5.3](https://github.com/truecharts/charts/compare/velero-4.5.2...velero-4.5.3) (2024-03-16)
-
-### Chore
-
-
-
-- rename `operator`-train to `system`-train
\ No newline at end of file
diff --git a/system/velero/4.6.0/Chart.yaml b/system/velero/4.6.0/Chart.yaml
deleted file mode 100644
index dc631f26d84..00000000000
--- a/system/velero/4.6.0/Chart.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-annotations:
- max_scale_version: 24.04.0
- min_scale_version: 23.10.0
- truecharts.org/SCALE-support: "true"
- truecharts.org/category: operators
- truecharts.org/max_helm_version: "3.14"
- truecharts.org/min_helm_version: "3.12"
- truecharts.org/train: system
-apiVersion: v2
-appVersion: latest
-dependencies:
- - name: common
- version: 20.1.5
- repository: oci://tccr.io/truecharts
- condition: ""
- alias: ""
- tags: []
- import-values: []
- - name: velero
- version: 5.4.1
- repository: oci://ghcr.io/vmware-tanzu/charts
- condition: ""
- alias: velero
- tags: []
- import-values: []
-deprecated: false
-description: Velero is a kubernetes-native backup solution
-home: https://truecharts.org/charts/system/velero
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png
-keywords:
- - velero
- - backup
-kubeVersion: '>=1.24.0-0'
-maintainers:
- - name: TrueCharts
- email: info@truecharts.org
- url: https://truecharts.org
-name: velero
-sources:
- - https://cert-manager.io/
- - https://github.com/cert-manager
- - https://github.com/truecharts/charts/tree/master/charts/system/velero
- - https://github.com/truecharts/containers/tree/master/apps/alpine
-type: application
-version: 4.6.0
diff --git a/system/velero/4.6.0/charts/common-20.1.5.tgz b/system/velero/4.6.0/charts/common-20.1.5.tgz
deleted file mode 100644
index 4c98dba7735..00000000000
Binary files a/system/velero/4.6.0/charts/common-20.1.5.tgz and /dev/null differ
diff --git a/system/velero/4.7.3/.helmignore b/system/velero/4.7.3/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/system/velero/4.7.3/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/system/velero/4.7.3/CHANGELOG.md b/system/velero/4.7.3/CHANGELOG.md
new file mode 100644
index 00000000000..6c339175f95
--- /dev/null
+++ b/system/velero/4.7.3/CHANGELOG.md
@@ -0,0 +1,99 @@
+---
+title: Changelog
+---
+
+
+*for the complete changelog, please refer to the website*
+
+**Important:**
+
+
+## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
+
+
+## [velero-4.7.2](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.2) (2024-03-23)
+
+### Chore
+
+
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
diff --git a/system/velero/4.7.3/Chart.yaml b/system/velero/4.7.3/Chart.yaml
new file mode 100644
index 00000000000..70562ec918e
--- /dev/null
+++ b/system/velero/4.7.3/Chart.yaml
@@ -0,0 +1,45 @@
+annotations:
+ max_scale_version: 24.04.0
+ min_scale_version: 23.10.0
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/category: operators
+ truecharts.org/max_helm_version: "3.14"
+ truecharts.org/min_helm_version: "3.11"
+ truecharts.org/train: system
+apiVersion: v2
+appVersion: latest
+dependencies:
+ - name: common
+ version: 20.2.4
+ repository: oci://tccr.io/truecharts
+ condition: ""
+ alias: ""
+ tags: []
+ import-values: []
+ - name: velero
+ version: 5.4.1
+ repository: oci://ghcr.io/vmware-tanzu/charts
+ condition: ""
+ alias: velero
+ tags: []
+ import-values: []
+deprecated: false
+description: Velero is a kubernetes-native backup solution
+home: https://truecharts.org/charts/system/velero
+icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png
+keywords:
+ - velero
+ - backup
+kubeVersion: ">=1.24.0-0"
+maintainers:
+ - name: TrueCharts
+ email: info@truecharts.org
+ url: https://truecharts.org
+name: velero
+sources:
+ - https://cert-manager.io/
+ - https://github.com/cert-manager
+ - https://github.com/truecharts/charts/tree/master/charts/system/velero
+ - https://github.com/truecharts/containers/tree/master/apps/alpine
+type: application
+version: 4.7.3
diff --git a/system/velero/4.6.0/README.md b/system/velero/4.7.3/README.md
similarity index 100%
rename from system/velero/4.6.0/README.md
rename to system/velero/4.7.3/README.md
diff --git a/system/velero/4.7.3/app-changelog.md b/system/velero/4.7.3/app-changelog.md
new file mode 100644
index 00000000000..aace87aa070
--- /dev/null
+++ b/system/velero/4.7.3/app-changelog.md
@@ -0,0 +1,15 @@
+
+
+## [velero-4.7.3](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.3) (2024-03-25)
+
+### Chore
+
+
+
+- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
+
+- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
+
+- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
+
+- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
\ No newline at end of file
diff --git a/system/velero/4.6.0/app-readme.md b/system/velero/4.7.3/app-readme.md
similarity index 100%
rename from system/velero/4.6.0/app-readme.md
rename to system/velero/4.7.3/app-readme.md
diff --git a/system/velero/4.7.3/charts/common-20.2.4.tgz b/system/velero/4.7.3/charts/common-20.2.4.tgz
new file mode 100644
index 00000000000..e02a4ec4192
Binary files /dev/null and b/system/velero/4.7.3/charts/common-20.2.4.tgz differ
diff --git a/system/velero/4.6.0/charts/velero-5.4.1.tgz b/system/velero/4.7.3/charts/velero-5.4.1.tgz
similarity index 100%
rename from system/velero/4.6.0/charts/velero-5.4.1.tgz
rename to system/velero/4.7.3/charts/velero-5.4.1.tgz
diff --git a/system/velero/4.6.0/ix_values.yaml b/system/velero/4.7.3/ix_values.yaml
similarity index 100%
rename from system/velero/4.6.0/ix_values.yaml
rename to system/velero/4.7.3/ix_values.yaml
diff --git a/system/velero/4.6.0/questions.yaml b/system/velero/4.7.3/questions.yaml
similarity index 100%
rename from system/velero/4.6.0/questions.yaml
rename to system/velero/4.7.3/questions.yaml
diff --git a/system/velero/4.7.3/templates/NOTES.txt b/system/velero/4.7.3/templates/NOTES.txt
new file mode 100644
index 00000000000..efcb74cb772
--- /dev/null
+++ b/system/velero/4.7.3/templates/NOTES.txt
@@ -0,0 +1 @@
+{{- include "tc.v1.common.lib.chart.notes" $ -}}
diff --git a/system/velero/4.6.0/templates/common.yaml b/system/velero/4.7.3/templates/common.yaml
similarity index 100%
rename from system/velero/4.6.0/templates/common.yaml
rename to system/velero/4.7.3/templates/common.yaml
diff --git a/system/velero/4.7.3/values.yaml b/system/velero/4.7.3/values.yaml
new file mode 100644
index 00000000000..e69de29bb2d